aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-nwdiag
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Update to 1.0.4TAKATSU Tomonari2016-04-102-16/+14
| | | | | | | | - Fix Python version - Make use of options helpers Notes: svn path=/head/; revision=412907
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold2015-08-171-2/+2
| | | | | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336 Notes: svn path=/head/; revision=394508
* - Update to 1.0.3TAKATSU Tomonari2014-09-263-11/+12
| | | | | | | | | | - Add LICENSE_FILE - Convert to USES=python - Separate examples into nwdiag and packetdiag - Update WWW: in pkg-descr Notes: svn path=/head/; revision=369307
* - Update to 1.0.0TAKATSU Tomonari2014-04-263-207/+29
| | | | | | | | | | | | | | | | * Switch run-time dependency from PIL to Pillow - Remove indefinate article from COMMENT - Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of UNIQUENAME - Add DOCS and EXAMPLES to OPTIONS_DEFINE to fix options default - Support STAGEDIR * Make DOCS and EXAMPLES unconditional to stage - Unmute INSTALL_DATA and INSTALL_MAN in post-install target Notes: svn path=/head/; revision=352379
* 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
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-1/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to 0.9.4TAKATSU Tomonari2012-12-213-4/+7
| | | | Notes: svn path=/head/; revision=309358
* - Update to 0.9.3TAKATSU Tomonari2012-12-163-4/+15
| | | | | | | - Add missing example file Notes: svn path=/head/; revision=309021
* - Update to 0.9.2TAKATSU Tomonari2012-11-182-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307538
* - Update to 0.9.1TAKATSU Tomonari2012-10-292-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306648
* - Update to 0.9.0TAKATSU Tomonari2012-10-243-4/+16
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306347
* - Remove LICENSE_FILE for well-known licensesTAKATSU Tomonari2012-10-011-2/+1
| | | | | | | | | - Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree Pointed out by: rm@ (via private e-mail) Notes: svn path=/head/; revision=305143
* - Update to 0.8.2TAKATSU Tomonari2012-09-302-4/+5
| | | | Notes: svn path=/head/; revision=305085
* - Update to 0.8.1TAKATSU Tomonari2012-09-083-3/+6
| | | | Notes: svn path=/head/; revision=303935
* - Update to 0.8.0TAKATSU Tomonari2012-09-084-30/+61
| | | | | | | | - Remove deprecated header information from Makefile - Replace tab with space after WWW: in pkg-descr Notes: svn path=/head/; revision=303929
* - The proper acronym for Apache Software License 2 is really AL2Thomas Abthorpe2012-01-091-1/+1
| | | | | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav Notes: svn path=/head/; revision=288824
* - Update to 0.7.0TAKATSU Tomonari2011-11-233-4/+7
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286286
* - Update to 0.6.1TAKATSU Tomonari2011-11-093-3/+6
| | | | Notes: svn path=/head/; revision=285373
* - Update to 0.6.0TAKATSU Tomonari2011-11-073-10/+64
| | | | Notes: svn path=/head/; revision=285253
* - Update to 0.5.2TAKATSU Tomonari2011-11-042-3/+3
| | | | Notes: svn path=/head/; revision=285045
* - Update to 0.5.1TAKATSU Tomonari2011-10-213-7/+7
| | | | Notes: svn path=/head/; revision=284072
* - Update to 0.5.0TAKATSU Tomonari2011-10-082-4/+7
| | | | | | | - Add manpage Notes: svn path=/head/; revision=283162
* - Update to 0.4.2TAKATSU Tomonari2011-10-012-3/+3
| | | | Notes: svn path=/head/; revision=282711
* - Update to 0.4.1TAKATSU Tomonari2011-09-273-5/+8
| | | | | | | - Restrict USE_PYTHON range Notes: svn path=/head/; revision=282481
* - Update to 0.4.0TAKATSU Tomonari2011-08-102-3/+3
| | | | Notes: svn path=/head/; revision=279401
* - Add a new port: graphics/py-nwdiagTAKATSU Tomonari2011-08-074-0/+111
`nwdiag` generate network-diagram image file from spec-text file. Features * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). WWW: http://blockdiag.com/nwdiag/build/html/ Notes: svn path=/head/; revision=279093