aboutsummaryrefslogtreecommitdiff
path: root/security/py-fchksum
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
* Change the MAINTAINER line to my FreeBSD.org address in the ports I maintainMatthew Rezny2017-01-301-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9380 Notes: svn path=/head/; revision=432850
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-2/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* - ResurrectSteve Wills2014-04-153-0/+33
| | | | | | | | | | | | - Add LICENSE - Assign maintainer to submitter - Update master site PR: ports/188586 Submitted by: Matthew Rezny <matthew@reztek.cz> Notes: svn path=/head/; revision=351339
* Remove expired port:Alex Kozlov2012-11-023-39/+0
| | | | | | | | | 2012-10-20 security/py-fchksum: No more public distfiles Feature safe: yes Notes: svn path=/head/; revision=306842
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's ↵Baptiste Daroussin2012-09-211-0/+3
| | | | | | | distilator) Notes: svn path=/head/; revision=304618
* - Update MASTER_SITES/WWWDennis Herrmann2011-03-233-6/+2
| | | | | | | | PR: ports/155796 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=271530
* Deprecate unmaintained ports from security where upstream disapear and/orBaptiste Daroussin2011-03-131-0/+3
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270820
* - 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
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* upgrade to 1.7.1Ying-Chieh Liao2004-05-162-5/+4
| | | | Notes: svn path=/head/; revision=109255
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Fix COMMENT formatKirill Ponomarev2003-12-111-1/+1
| | | | | | | | PR: 60148 Submitted by: Ports Fury Notes: svn path=/head/; revision=95610
* Fix MASTER_SITESErwin Lansing2003-06-091-1/+1
| | | | | | | | | PR: 53090 Submitted by: bento, Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) Notes: svn path=/head/; revision=82613
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* upgrade to 1.6.1Ying-Chieh Liao2002-04-252-9/+3
| | | | Notes: svn path=/head/; revision=58121
* upgrade to 1.6Ying-Chieh Liao2002-01-182-3/+10
| | | | | | | drop maintainership Notes: svn path=/head/; revision=53292
* add py-fchksumYing-Chieh Liao2001-07-055-0/+34
find the checksum of files Notes: svn path=/head/; revision=44772