- Set MASTER_SITES to Sourceforge
- Migrate from libungif to gif [1]
- Replace USE_PERL5_RUN with USE_PERL5 (Perl required to create the man page)
- Remove post-extract and post-install targets
- Add do-install target
- Install man page of gladtex
- Update the URL of the WWW site
PR: ports/165376
Submitted by: swills [1]
- Add LICENSE
- Simplify port
While I'm here add a missing tab.
PR: ports/167483
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw>
Appproved by: crees (mentor)
- update to 2012.04.04
- actualize/sort pkg-plist (installed files from liveMedia/include)
- drop LICENSE_FILE that isn't neccessary for GPLv2
- change `YES' with `yes' in couple of knobs
- whitespace fixes
- set XLOCALE_NOT_USED for xlocale.h-less FreeBSD versions to fix build on this
systems. Notably on FreeBSD < 1000010. This value should be corrected if/when
xlocale stuff will be MFCed sometime.
PR: 166916
Submitted by: rm (myself)
Approved by: maintainer timeout (>2weeks)
- remove mygpoclient parts, because it's now a separate port
- drop COVERART and IPOD options - they are not yet ported to 3.1.0
- MP3TAG options has changed with MUTAGEN (user also need to enable
corresponding extension to make it work)
- drop SHOWNOTES option - it's now require python-webkit package,
that we lack in the ports tree
- make py-notify dependency optional (default off)
- make GTK GUI optional (default on), there is also working CLI with
web-server
- add patch-setup.py - ugly hack to stop installing man-page with
setup.py, they are now installed manually into correct location
Differences in 2.x/3.x are listed here:
http://blog.gpodder.org/2011/11/gpodder-300-397d-released.html
services. In addition to subscription list synchronization and storage, the
advanced API support allows to upload and download episode status changes.
WWW: http://thp.io/2010/mygpoclient/
Until now this package has installed with multimedia/gpodder, it's time to
make it a separate package.
- Use USE_DOS2UNIX to remove trailing ^M
- Patch Makefile.PL for older ExtUtils::MakeMaker which does not support non-string AUTHOR attribute
Changes: http://search.cpan.org/dist/Pod-Parser/CHANGES
collection, as a back-end to the Fcitx IM framework.
WWW: http://code.google.com/p/fcitx/
PR: ports/166716
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
- Add databases/py-pymysql to RUN_DEPENDS when the Python
version is >= 3.0. I have temporarily commented that code,
because PyMySQL requires a 2to3 step to build with Python3
- Add files/patch-setup.py
- Fix a typo in MYSQL option
PR: ports/166827
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
- Define OPTIONSFILE to bypass infrastructure bug
- Include <bsd.port.options.mk>
- Install devel/py-simplejson only when Python version is
less than 2.6 [1]
- Install the (optional) dependency www/py-WebTest only
when the Python version is great than 2.5
- Remove all build dependencies [1]
Suggested by: rm [1]