aboutsummaryrefslogtreecommitdiffstats
path: root/cad/pythoncad
Commit message (Collapse)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.mat2018-06-211-1/+1
| | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight
* Convert Python ports to FLAVORS.mat2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix LICENSEamdmi32017-04-201-5/+5
| | | | - Cosmetic fixes
* - Fix shebangsmiwi2017-04-181-2/+3
|
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add NO_ARCHamdmi32015-08-201-0/+1
|
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <fbsd-ports@xbsd.net>: host didriksen.anc.dk[87.73.130.136] said: 550 5.1.1 <fbsd-ports@xbsd.net>: Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* Cleanup plistbapt2014-10-201-6/+0
|
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-191-2/+2
| | | | | | USES=python Approved by: portmgr (implicit)
* - Stageswills2014-04-271-8/+7
| | | | | | | | - Pet portlint PR: ports/188821 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* Python cleanup:rene2014-01-141-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-6/+2
| | | | cad)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Fix fetchamdmi32010-08-251-1/+1
| | | | Reported by: QAT
* - Update to 37amdmi32010-08-256-257/+309
| | | | | PR: 149027 Submitted by: Sven Esbjerg <esbjerg@xbsd.net> (maintainer)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-4/+2
| | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3
* - Fix dependency on pygtk2amdmi32008-07-111-2/+2
| | | | | | PR: ports/125477 Approved by: maintainer Approved by: miwi (mentor)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Fix version in egg-info filenamepav2007-07-311-1/+1
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+2
| | | | | | | | | | - 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
* - Update to 36pav2007-07-293-9/+17
| | | | | PR: ports/114947 Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 32erwin2006-06-042-5/+5
| | | | | | | | - Hand maintainership to submitter PR: 98231 Submitted by: Sven Esbjerg <fbsd-ports@xbsd.net> Approved by: maintainer
* Update to version 30arved2006-04-163-12/+9
| | | | | PR: 95825 Submitted by: Soeren Straarup <xride@x12.dk>
* - Update to 28mnag2006-02-192-5/+4
| | | | | PR: 93518 Submitted by: maintainer
* Add file that was missing in the previous commit which read:erwin2005-12-261-0/+285
| | | | | | | | | | | | - Update to 27 - Use a static pkg-plist - Pass maintainership to submitter PR: ports/90818 Submitted by: Soeren Straarup <xride@x12.dk> Submitted by: pointyhat (kris) Pointy hat to: garga
* - Update to 27garga2005-12-232-12/+5
| | | | | | | | - Use a static pkg-plist - Pass maintainership to submitter PR: ports/90818 Submitted by: Soeren Straarup <xride@x12.dk>
* - Add SHA256pav2005-11-241-0/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* upgrade to version 21ijliao2005-01-173-273/+11
|
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Update to 16; add USE_BZIP2; fix plist.linimon2004-10-123-7/+65
| | | | | PR: ports/71152 Submitted by: Stefan Walter <sw at gegenunendlich dot de> (maintainer)
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add SIZE.trevor2004-01-281-0/+1
|
* add pythoncad release 10ijliao2003-11-124-0/+243
An open-source CAD package built designed around Python