Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
16.06_1 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
16.06_1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
16.06_1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
16.06_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
16.06 17 Apr 2017 12:14:18 |
nivit |
- Update to 16.06
- Use py3kplist to support Python 3
- Do not install optimized files with docstrings
stripped because at the moment our framework
supports only the level 1 of optimization |
15.12 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
15.12 27 Apr 2016 11:46:38 |
nivit |
- Unbreak by updating to 15.12
- Add NO_ARCH |
15.01 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
15.01 12 Dec 2015 22:09:18 |
bapt |
Mark as broken: unfetchable |
15.01 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 |
15.01 19 Aug 2015 13:30:00 |
mat |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
15.01 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 |
15.01 08 Feb 2015 20:09:03 |
nivit |
- Update to 15.01 |
14.07 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
14.07 19 Oct 2014 07:33:10 |
mva |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit) |
14.07 14 Jul 2014 22:38:00 |
nivit |
- Update to 14.07
- Take maintainership
- Add LICENSE (GPLv2)
- Add audio/alsa-utils and audio/timidity++ to run dependencies
- Add support for stage-dir
- Remove files/patch-mma.py
- Add files/mma_g.py.in
- Fixx WWW field in pkg-descr |
12.02 06 Jul 2014 15:28:14 |
bapt |
Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)
With hat: portmgr |
12.02 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
12.02 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) |
12.02 30 Nov 2013 22:58:45 |
nivit |
- Remove implicit lang/python dependency
Required by: python (via mva) |
12.02 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
12.02 21 Mar 2013 17:32:35 |
bapt |
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build |
12.02 28 Apr 2012 13:32:04 |
nivit |
- Update to 12.02
- Remove http://nivi.interfree.it from MASTER_SITES
- Set USE_PYTHON to -2.7
- The man pages installation is independent from the value of NOPORTDOCS |
1.7 27 Feb 2011 13:46:18 |
nivit |
- Update to 1.7
- Add do-build, post-install targets to Makefile
- Add files/patch-mma.py
- Install all files without using the cp-install script
- Remove files/patch-cp-install |
1.6_1 24 Feb 2011 23:25:54 |
miwi |
- Move over to python2.5 or higher
- While here kick md5 |
1.6 09 May 2010 09:15:51 |
nivit |
- Update 1.6 |
1.5 29 Jul 2009 11:36:37 |
nivit |
- Update to 1.5 |
1.4 03 Oct 2008 09:39:16 |
nivit |
- Update to 1.4 |
1.3.a 03 Apr 2008 13:08:55 |
nivit |
- Update to 1.3.a
- Turn off WITH_TIMIDITY option |
1.2 06 Aug 2007 13:43:58 |
nivit |
- Update to 1.2
- Remove WIT(OUT)_EXAMPLES stuff from Makefile |
1.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}. |
1.1 11 Mar 2007 09:51:34 |
nivit |
MMA is a accompaniment generator -- it creates midi tracks
for a soloist to perform with. User supplied files contain
pattern selections, chords, and MMA directives.
WWW: http://www.mellowood.ca/mma/ |