aboutsummaryrefslogtreecommitdiff
path: root/graphics/variety
Commit message (Collapse)AuthorAgeFilesLines
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Cleanup Mk/Uses/gnome.mk.Mathieu Arnold2018-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 Notes: svn path=/head/; revision=457964
* Convert Python ports to FLAVORS.Mathieu Arnold2017-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 Notes: svn path=/head/; revision=455210
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-22/+22
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Move devel/py-distutils-extra to devel/py-python-distutils-extraSunpoet Po-Chuan Hsieh2015-12-311-2/+2
| | | | | | | | - Fix MASTER_SITES - Add LICENSE_FILE Notes: svn path=/head/; revision=404964
* graphics/variety and security/py-crits: chase r403641 and r403642Jason Unovitch2015-12-131-2/+2
| | | | | | | | | - Fix make index, bump PORTREVISION and update dependency listing Pointy Hat to: sunpoet Notes: svn path=/head/; revision=403647
* - Update to 0.5.4Nicola Vitale2015-10-056-53/+16
| | | | | | | Relnotes: http://peterlevi.com/variety/news Notes: svn path=/head/; revision=398661
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-2/+0
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* - Add missing run dependency (devel/py-gobject3)Nicola Vitale2015-03-141-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=381288
* - Add missing build dependenciesNicola Vitale2015-03-071-2/+3
| | | | Notes: svn path=/head/; revision=380710
* Variety changes the wallpaper on a regular interval using local images orNicola Vitale2015-03-077-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/ Notes: svn path=/head/; revision=380706