non port: graphics/p5-ming/Makefile |
SVNWeb
|
Number of commits found: 42 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Sun, 19 Sep 2021
|
[ 05:59 Po-Chuan Hsieh (sunpoet) ] ccc0b60
graphics/p5-ming: Replace configure.in patch with upstream one
- Remove no-op BINARY_ALIAS
Obtained
from: https://github.com/libming/libming/commit/a89a619e187ebe070db2a1760f3b90489bfff382
|
Tue, 10 Aug 2021
|
[ 14:47 Tobias C. Berner (tcberner) ] 5407477
graphics/p5-ming: prepare for freetype2 update
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512
|
Sun, 18 Apr 2021
|
[ 05:42 Po-Chuan Hsieh (sunpoet) ] 2a95ffe
graphics/p5-ming: Cosmetic change
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 19 Dec 2020
|
[ 20:08 sunpoet ]
Cosmetic change
|
Mon, 8 May 2017
|
[ 12:43 sunpoet ]
Update to 0.4.8
Changes: https://github.com/libming/libming/blob/master/NEWS
http://www.libming.org/Releases
|
Thu, 14 Apr 2016
|
[ 16:38 sunpoet ]
- Use default WRKSRC
|
Wed, 13 Apr 2016
|
[ 10:36 jbeich ]
Change default directory used by USES=autoreconf to WRKSRC
PR: 208294
Exp-run by: antoine
Reviewed by: tijl
Approved by: portmgr (mat via D4157)
Differential Revision: https://reviews.freebsd.org/D4169
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 17 Jan 2016
|
[ 13:12 sunpoet ]
- Add PORTSCOUT
Sponsored by: PortsCamp Taiwan
|
Thu, 17 Dec 2015
|
[ 17:19 mat ] (Only the first 10 of 70 ports in this commit are shown above. )
Fix usage of ${PERL5}.
${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
|
Tue, 8 Dec 2015
|
[ 09:05 mat ] (Only the first 10 of 45 ports in this commit are shown above. )
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 19 Oct 2015
|
[ 20:18 sunpoet ]
- Change language bindings (p5-ming and py-ming) from slave ports to normal
ports
- Update COMMENT
- Use USES=localbase
- Use PORTEXAMPLES
- Convert to new options target helper
- Cleanup Makefile
|
Thu, 8 Oct 2015
|
[ 18:44 sunpoet ]
- Update to 0.4.7
- Add LICENSE_FILE
Changes: https://github.com/libming/libming/blob/master/NEWS
|
Thu, 15 Jan 2015
|
[ 18:37 sunpoet ]
- Bump PORTREVISION for graphics/giflib update
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 22 Aug 2014
|
[ 19:08 tijl ]
- graphics/ming: Add USES=libtool and bump dependent ports
- graphics/autotrace: Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- graphics/pencil: Fix dependencies
|
Tue, 18 Mar 2014
|
[ 16:20 sunpoet ]
- Remove .packlist manipulation: this is done by Mk/Uses/perl5.mk in
post-stage::
- Strip shared library in post-install: phase
- Simplify Makefile
- Bump PORTREVISION for package change
|
Sun, 17 Nov 2013
|
[ 10:32 sunpoet ]
- Add LICENSE
- Support STAGEDIR
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Thu, 22 Aug 2013
|
[ 15:21 sunpoet ]
- Update to 0.4.5
- Convert to new options framework
Changes: https://github.com/libming/libming/blob/master/NEWS
|
Wed, 21 Aug 2013
|
[ 14:08 sunpoet ] (Only the first 10 of 272 ports in this commit are shown above. )
- Convert to new perl framework
|
Wed, 12 Jun 2013
|
[ 17:45 az ] (Only the first 10 of 24 ports in this commit are shown above. )
- Fix build with new site_perl
Submitted by: olli hauer <ohauer@gmx.de>
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 21 Feb 2012
|
[ 14:10 sunpoet ]
- Move post-patch: to master port (graphics/ming)
|
Wed, 15 Feb 2012
|
[ 07:47 sunpoet ]
- Update to 0.4.4
- 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
|
Mon, 8 Aug 2011
|
[ 00:56 swills ]
- Fix fetch
- Update to 0.4.3
- Convert to slave of graphics/ming
|
Tue, 2 Aug 2011
|
[ 13:47 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Mark BROKEN: Does not fetch
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Sat, 8 Sep 2007
|
[ 01:00 linimon ] (Only the first 10 of 82 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 4 Apr 2007
|
[ 15:57 gabor ]
- Remove old Perl support from unmaintained ports in categories starting
with lette g-j
|
Mon, 24 Apr 2006
|
[ 08:20 erwin ]
Mark IGNORE fore perl < 5.6.0 instead of BROKEN for OSVERSION < 500000
PR: 96213
Submitted by: Ports fury
|
Tue, 18 Apr 2006
|
[ 19:01 garga ]
- Update to 0.3.0
PR: ports/96005
Submitted by: Ports Fury
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ] (Only the first 10 of 286 ports in this commit are shown above. )
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
|
Fri, 24 Oct 2003
|
[ 12:05 ijliao ] (Only the first 10 of 1501 ports in this commit are shown above. )
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Tue, 11 Mar 2003
|
[ 08:59 knu ]
Change BUILD_DEPENDS to EXTRACT_DEPENDS and unbreak.
Submitted by: bento
|
Tue, 18 Feb 2003
|
[ 05:52 knu ] (Only the first 10 of 97 ports in this commit are shown above. )
De-pkg-comment my non-ruby ports as well.
|
Tue, 18 Sep 2001
|
[ 08:02 knu ]
Add p5-ming, a Perl5 module for Ming which allows you to create Flash 4/5
movies.
|
Number of commits found: 42 |