aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-ming
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.4.8Sunpoet Po-Chuan Hsieh2017-05-082-3/+4
| | | | | | | | Changes: https://github.com/libming/libming/blob/master/NEWS http://www.libming.org/Releases Notes: svn path=/head/; revision=440421
* - Use default WRKSRCSunpoet Po-Chuan Hsieh2016-04-141-11/+9
| | | | Notes: svn path=/head/; revision=413272
* Change default directory used by USES=autoreconf to WRKSRCJan Beich2016-04-131-0/+1
| | | | | | | | | | | PR: 208294 Exp-run by: antoine Reviewed by: tijl Approved by: portmgr (mat via D4157) Differential Revision: https://reviews.freebsd.org/D4169 Notes: svn path=/head/; revision=413185
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2016-01-171-0/+2
| | | | | | | Sponsored by: PortsCamp Taiwan Notes: svn path=/head/; revision=406364
* Fix usage of ${PERL5}.Mathieu Arnold2015-12-171-2/+2
| | | | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403913
* Don't use GH_TAGNAME when DISTVERSION* variables can be used.Mathieu Arnold2015-12-082-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=403255
* - Change language bindings (p5-ming and py-ming) from slave ports to normal ↵Sunpoet Po-Chuan Hsieh2015-10-193-25/+36
| | | | | | | | | | | | | ports - Update COMMENT - Use USES=localbase - Use PORTEXAMPLES - Convert to new options target helper - Cleanup Makefile Notes: svn path=/head/; revision=399725
* - Update to 0.4.7Sunpoet Po-Chuan Hsieh2015-10-086-78/+2
| | | | | | | | | - Add LICENSE_FILE Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=398861
* - Bump PORTREVISION for graphics/giflib updateSunpoet Po-Chuan Hsieh2015-01-151-1/+1
| | | | Notes: svn path=/head/; revision=377137
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-273-0/+54
| | | | Notes: svn path=/head/; revision=375668
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-37/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-3/+0
| | | | Notes: svn path=/head/; revision=371283
* - graphics/ming: Add USES=libtool and bump dependent portsTijl Coosemans2014-08-221-1/+1
| | | | | | | | - graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS - graphics/pencil: Fix dependencies Notes: svn path=/head/; revision=365687
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Remove .packlist manipulation: this is done by Mk/Uses/perl5.mk in ↵Sunpoet Po-Chuan Hsieh2014-03-181-10/+1
| | | | | | | | | | | post-stage:: - Strip shared library in post-install: phase - Simplify Makefile - Bump PORTREVISION for package change Notes: svn path=/head/; revision=348579
* - Add LICENSESunpoet Po-Chuan Hsieh2013-11-172-38/+40
| | | | | | | - Support STAGEDIR Notes: svn path=/head/; revision=334071
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Update to 0.4.5Sunpoet Po-Chuan Hsieh2013-08-223-41/+8
| | | | | | | | | - Convert to new options framework Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=325205
* - Convert to new perl frameworkSunpoet Po-Chuan Hsieh2013-08-211-1/+1
| | | | Notes: svn path=/head/; revision=325134
* - Fix build with new site_perlAndrej Zverev2013-06-121-1/+1
| | | | | | | Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=320709
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Move post-patch: to master port (graphics/ming)Sunpoet Po-Chuan Hsieh2012-02-211-5/+0
| | | | Notes: svn path=/head/; revision=292000
* - Update to 0.4.4Sunpoet Po-Chuan Hsieh2012-02-156-64/+85
| | | | | | | | | | | - Fix build with Perl 5.14 - Remove distinfo: no need for a slave port - Take maintainership Changes: https://github.com/libming/libming/blob/master/NEWS Notes: svn path=/head/; revision=291423
* - Fix fetchSteve Wills2011-08-085-67/+99
| | | | | | | | - Update to 0.4.3 - Convert to slave of graphics/ming Notes: svn path=/head/; revision=279166
* Mark BROKEN: Does not fetchBaptiste Daroussin2011-08-021-0/+2
| | | | Notes: svn path=/head/; revision=278794
* -remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276992
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-2/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-1/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove old Perl support from unmaintained ports in categories startingGabor Kovesdan2007-04-041-7/+1
| | | | | | | with lette g-j Notes: svn path=/head/; revision=189211
* Mark IGNORE fore perl < 5.6.0 instead of BROKEN for OSVERSION < 500000Erwin Lansing2006-04-241-2/+2
| | | | | | | | PR: 96213 Submitted by: Ports fury Notes: svn path=/head/; revision=160290
* - Update to 0.3.0Renato Botelho2006-04-184-40/+79
| | | | | | | | PR: ports/96005 Submitted by: Ports Fury Notes: svn path=/head/; revision=159899
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* utilize SITE_PERLYing-Chieh Liao2003-10-242-21/+20
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.Akinori MUSHA2003-03-111-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=77093
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* Add p5-ming, a Perl5 module for Ming which allows you to create FlashAkinori MUSHA2001-09-185-0/+104
4/5 movies. Notes: svn path=/head/; revision=47944