aboutsummaryrefslogtreecommitdiff
path: root/textproc/silvercity
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix typo in pkg-descr: langauges -> languages.Gerald Pfeifer2016-05-252-2/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=415858
* - Strip libraryDmitry Marakasov2015-05-171-0/+4
| | | | Notes: svn path=/head/; revision=386628
* - Convert textproc/ to USES=pythonMarcus von Appen2014-12-071-3/+2
| | | | | | | With hat: python@ Notes: svn path=/head/; revision=374183
* Cleanup plistAntoine Brodin2014-11-151-1/+0
| | | | Notes: svn path=/head/; revision=372605
* Convert from USE_DOS2UNIX to USES=dos2unixBaptiste Daroussin2013-11-191-3/+2
| | | | | | | | | | While here: - support stage, - use bsdtar to extract when supported. - Cleanup Notes: svn path=/head/; revision=334286
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with T,U,V Notes: svn path=/head/; revision=240076
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* - Update to 0.9.7Martin Wilke2006-12-093-4/+10
| | | | Notes: svn path=/head/; revision=179276
* - Fix typo in COMMENTRenato Botelho2006-01-231-1/+1
| | | | | | | Noticed by: thierry Notes: svn path=/head/; revision=154256
* - Update to 0.9.6Renato Botelho2006-01-232-9/+5
| | | | | | | | | | | - Remove USE_REINPLACE obsolete var - Use the new USE_DOS2UNIX=yes PR: ports/92206 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=154252
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* Move a questionable make-ism into a functioning sed-ism.Adam Weinberger2004-07-181-3/+1
| | | | | | | Submitted by: Rui Lopes Notes: svn path=/head/; revision=113921
* - Update to 0.9.5Pav Lucistnik2004-07-123-3/+13
| | | | | | | | PR: ports/68921 Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=113492
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* add silvercity 0.9.1Ying-Chieh Liao2003-12-294-0/+89
A lexing package for over 20 programming and markup langauges Notes: svn path=/head/; revision=96811