Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_5 15 Aug 2020 10:50:59
  |
rene  |
Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
0.6.1_5 23 Feb 2020 15:25:53
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.6.1_5 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
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 (Only the first 15 lines of the commit message are shown above ) |
0.6.1_5 13 Nov 2014 07:41:18
  |
antoine  |
Cleanup plist |
0.6.1_5 24 Oct 2014 16:43:00
  |
mva  |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit) |
0.6.1_5 16 Jul 2014 03:00:46
  |
adamw  |
Add DOCS option for ports with PORTDOCS in plist. |
0.6.1_5 06 Jul 2014 01:57:35
  |
nivit  |
- Add LICENSE (GPLv2)
- Add option EXAMPLES (default ON)
- Add support for stage dir
- Fix format of WWW line and remove Author one in pkg-descr
- Remove definition of DATADIR and its use in pkg-plist |
0.6.1_5 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
0.6.1_5 20 Sep 2013 22:44:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
0.6.1_5 11 May 2013 17:58:56
  |
hrs  |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
0.6.1_5 06 May 2013 02:00:41
  |
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
0.6.1_5 10 Aug 2012 14:20:23
 |
wxs  |
Use PYTHONPREFIX_SITELIBDIR.
PR: ports/170301
Submitted by: Jan Beich <jbeich@tormail.org>
Approved by: crees@, nivit@ |
0.6.1_5 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.6.1_4 03 Jul 2011 06:14:57
 |
miwi  |
- Kick MD5 Support |
0.6.1_4 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.1_3 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.6.1_2 22 Aug 2009 00:35:32
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.6.1_2 08 Jun 2009 22:30:55
 |
miwi  |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3 |
0.6.1_1 28 Dec 2008 10:54:08
 |
pgollucci  |
CATEGORIES+= python for py- ports missing it
PR: ports/124921
Approved by: portmgr (pav) |
0.6.1_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.6.1 10 Dec 2006 01:21:51
 |
nivit  |
- Updated email address in my ports
Approved by: alexbl (mentor) |
0.6.1 07 Jun 2006 19:16:34
 |
pav  |
- Update to 0.6.1
PR: ports/98600
Submitted by: Nicola Vitale <nivit@email.it> (maintainer) |
0.6 29 Apr 2006 16:16:56
 |
pav  |
PyScript is a python module for producing high quality postscript
graphics. Rather than use a GUI to draw a picture, the picture is
programmed using python and the PyScript objects.
Some of the key features are:
* All scripting is done in python, which is a high level, easy
to learn, well-developed scripting language.
* All the objects can be translated, scaled, rotated, ... in fact
any affine transformation.
* Plain text is automatically kerned.
* You can place arbitrary LaTeX expressions on your figures.
* You can create your own figure objects, and develop a library
of figure primitives.
* Output is publication quality.
Author: Alexei Gilchrist, Paul Cochrane <aalexei@users.sourceforge.net>
WWW: http://pyscript.sourceforge.net/
PR: ports/96482
Submitted by: Nicola Vitale <nivit@email.it> |