Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.6_7 16 Oct 2019 15:29:32
  |
rene  |
Remove expired ports:
2019-10-16 archivers/freetar: Unfetchable, unmaintained
2019-10-16 archivers/hffzip: Unfetchable, unmaintained
2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained
2019-10-16 archivers/untar: Unfetchable, unmaintained
2019-10-16 astro/gpsdrive: Unfetchable, unmaintained
2019-10-16 astro/planets: Unfetchable, unmaintained
2019-10-16 audio/ascd: Unfetchable, unmaintained
2019-10-16 audio/audiotag: Unfetchable, unmaintained
2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained
2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained
2019-10-16 audio/jack_mixer: Unfetchable, unmaintained
2019-10-16 audio/jmusic: Unfetchable, unmaintained
2019-10-16 audio/maplay: Unfetchable, unmaintained (Only the first 15 lines of the commit message are shown above ) |
1.2.6_7 15 Sep 2019 17:28:09
  |
antoine  |
Deprecate a few ports |
1.2.6_7 05 Aug 2019 06:37:31
  |
antoine  |
Mark BROKEN: unfetchable |
1.2.6_7 16 Nov 2018 09:28:42
  |
tobik  |
news/xpn: Add a trayicon
- Reset maintainer due to the long timeout
PR: 205429
Submitted by: rainbow@irh.it
Approved by: nivit (maintainer timeout, ~2 years)
Obtained from: Debian |
1.2.6_6 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.2.6_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 ) |
1.2.6_5 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.6_5 19 Oct 2015 14:50:52
  |
amdmi3  |
Improve shebangfix framework
- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")
Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")
Update shebangfix usage according to new rules in many ports:
- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces
Fix shebangfix usage in many ports (irrelevant to infrastructure change):
- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string
Approved by: portmgr (bapt)
Differential Revision: D3756 |
1.2.6_5 29 Jul 2015 22:09:55
  |
antoine  |
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python
PR: 201077
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D2955 |
1.2.6_5 23 Jan 2015 22:08:32
  |
nivit  |
- Remove dead master site
- Add LICENSE (GPLv2)
- Add databases/py-sqlite3 to run dependencies [1]
- Bump PORTREVISION
- Use shebangfix
- Restrict usage to Python 2 (as its dependency py-gtk2)
- Use COPYTREE_SHARE to install data
- Fix WWW line in pkg-descr
- Remove @dirrm keyword from plist
PR: 196636 [1]
Submitted by: Mike Clarke <jmc-freebsd2@milibyte.co.uk> [1] |
1.2.6_4 24 Oct 2014 16:43:00
  |
mva  |
- Convert ports of news/ and print/ to new USES=python
Approved by: portmgr (implicit) |
1.2.6_4 16 Jul 2014 03:00:46
  |
adamw  |
Add DOCS option for ports with PORTDOCS in plist. |
1.2.6_4 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.2.6_4 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.2.6_4 27 Dec 2013 09:33:23
  |
bapt  |
Support stage |
1.2.6_4 20 Sep 2013 22:31:15
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
news) |
1.2.6_4 24 Apr 2013 18:10:32
  |
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.2.6_4 25 Feb 2011 00:47:51
 |
miwi  |
- Move to py25 or above
- While here kick md5 support |
1.2.6_3 31 May 2010 02:01:56
 |
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.6_2 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.6_1 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
1.2.6 11 Feb 2009 10:02:32
 |
nivit  |
- Update to 1.2.6 |
1.2.5 08 Dec 2008 17:05:32
 |
nivit  |
- Update to 1.2.5 |
1.0.0_1 06 Jun 2008 13:55:03
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
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) |
1.0.0 13 Feb 2008 16:34:20
 |
nivit  |
- Update to 1.0.0 |
0.7.0_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.7.0 14 Jan 2007 21:55:30
 |
nivit  |
With XPN you can read/write articles on the Usenet with a good MIME
support (better than some well known newsreaders).
XPN can operate with all the most diffuse charset starting from US-ASCII
to UTF-8. When you edit an article XPN automatically chooses the best
charset, however is always possible to override this choice.
There also other useful features like scoring, filtered views,
random tag-lines, external editor support, one-key navigation,
ROT13, spoiler char ...
WWW: http://xpn.altervista.org/
Approved by: alexbl (mentor, implicit) |