aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/variety
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on the python2 metaportantoine2018-02-191-2/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Cleanup Mk/Uses/gnome.mk.mat2018-01-031-2/+2
| | | | | | | | | | | | | | - Remove the use of comp_DETECT. - Remove all comp_DETECT variables. - Remove a use of comp_DETECT outside of gnome.mk - Remove py3gobject3. - Have ports depending directly on devel/py-gobject3 use gnome to do it. PR: 224618 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13550
* Convert Python ports to FLAVORS.mat2017-11-301-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-22/+22
| | | | | With hat: portmgr Sponsored by: Absolight
* - Move devel/py-distutils-extra to devel/py-python-distutils-extrasunpoet2016-01-011-2/+2
| | | | | - Fix MASTER_SITES - Add LICENSE_FILE
* graphics/variety and security/py-crits: chase r403641 and r403642junovitch2015-12-131-2/+2
| | | | | | - Fix make index, bump PORTREVISION and update dependency listing Pointy Hat to: sunpoet
* - Update to 0.5.4nivit2015-10-066-53/+16
| | | | Relnotes: http://peterlevi.com/variety/news
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-2/+0
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* - Add missing run dependency (devel/py-gobject3)nivit2015-03-151-1/+2
| | | | - Bump PORTREVISION
* - Add missing build dependenciesnivit2015-03-081-2/+3
|
* Variety changes the wallpaper on a regular interval using local images ornivit2015-03-087-0/+401
automatically download wallpapers from lots of online sources, allows you to rotate them on a regular interval, and provides easy ways to separate the great images from the junk. Variety can also display wise and funny quotations or a nice digital clock on the desktop. WWW: http://peterlevi.com/variety/