aboutsummaryrefslogtreecommitdiff
path: root/net/py-port-for
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* net/py-port-for: Update to 0.3.1Kubilay Kocak2016-02-253-7/+36
| | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (0.3.1) - Add TEST_DEPENDS and test target - Add LICENSE_FILE - Update COMMENT (matching setup.py:description) - Enable NO_ARCH (architecture independent) - Patch setup.py adding tests_require and support for test command Notes: svn path=/head/; revision=409514
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-312-33/+2
| | | | | | | | - Stage support - Bump PORTREVISION Notes: svn path=/head/; revision=341946
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update MAINTAINER address for all my ports. While I'm here,Kubilay Kocak2013-02-091-6/+2
| | | | | | | | | standardise and canonicalise Makefile header format and contents. Approved by: eadler (mentor) Notes: svn path=/head/; revision=311983
* - Add py-port-for 0.3Sunpoet Po-Chuan Hsieh2012-06-234-0/+65
A command-line utility and a python library that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association. WWW: https://github.com/kmike/port-for/ PR: ports/169194 Submitted by: koobs <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=299810