Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.16 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.16 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
3.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.16 01 Oct 2020 08:04:51 |
sunpoet |
Update to 3.16
- Add LICENSE_FILE
- Strip shared library
Changes: https://metacpan.org/changes/distribution/MIME-Base64 |
3.15 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
3.15 11 Mar 2018 09:03:11 |
amdmi3 |
- Add LICENSE
Approved by: portmgr blanket |
3.15 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
3.15 13 Jan 2015 12:45:46 |
tobez |
Update to 3.15. |
3.14_1 26 Nov 2014 13:08:38 |
mat |
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 ) |
3.14 20 Oct 2014 09:37:01 |
bapt |
Cleanup plist |
3.14 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
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 |
3.14 01 Nov 2013 14:20:56 |
vanilla |
Support STAGEDIR. |
3.14 20 Sep 2013 16:05:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters) |
3.14 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
3.14 08 Jul 2013 01:55:36 |
clsung |
- Update to 3.14 |
3.13 27 Nov 2010 12:24:58 |
culot |
- Update to 3.13.
Changes: http://search.cpan.org/dist/MIME-Base64/Changes
Approved by: sahil@/wen@ (mentors, implicit) |
3.12 27 Nov 2010 00:52:29 |
pgollucci |
- Update to 3.12
PR: ports/152592
Submitted by: Gea-Suan Lin <gslin@gslin.org>
With Hat: perl@
Changes: http://search.cpan.org/dist/MIME-Base64/Changes |
3.11 25 Nov 2010 01:37:44 |
wen |
- Update to 3.11
Changelog: http://cpansearch.perl.org/src/GAAS/MIME-Base64-3.11/Changes |
3.10 13 Nov 2010 15:21:08 |
sunpoet |
- Update to 3.10
Changes: http://search.cpan.org/dist/MIME-Base64/Changes
PR: ports/152203
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
3.09 25 Jan 2010 23:29:34 |
tobez |
Update to 3.09.
Changes: http://search.cpan.org/dist/MIME-Base64/Changes |
3.08 11 Jun 2009 07:11:59 |
jadawin |
- Update to 3.08 |
3.07 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
3.07 08 Sep 2007 00:53:15 |
linimon |
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 |
3.07 22 Jan 2006 01:27:58 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.07 21 Dec 2005 12:48:13 |
leeym |
- require devel/p5-XSLoader and unbreak it on perl 5.005
Submitted by: skv |
3.07 02 Dec 2005 10:05:23 |
erwin |
- Update to 3.07
- Reassign to perl@
- Mark for perl 5.6.x or higher. |
3.05 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
3.05 11 Jun 2005 16:13:12 |
skv |
* reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on) |
3.05 13 Oct 2004 17:11:03 |
mat |
Update to 3.05
Approved by: maintainer |
3.03 25 Aug 2004 12:26:14 |
mbr |
Update to 3.03.
Fix data corruption for binary data.
rt.cpan.org: Bug #7456 |
3.01 16 Jul 2004 13:06:45 |
ache |
Back out prev. commit. Too many ports depends on it and IGNORE
fails with error exit code for 'make -DINSTALLS_DEPENDS install' called
when depending file is not found. |
3.01 16 Jul 2004 12:41:14 |
ache |
Don't install this port, if ${PERL_LEVEL} >= 500804 |
3.01 30 Mar 2004 17:51:45 |
erwin |
Update to 3.01 |
3.00 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
3.00 18 Mar 2004 15:53:17 |
mat |
Fix installation with perl 5.8
PR which triggered this discover : 64380 |
3.00 15 Jan 2004 07:16:29 |
erwin |
Update to 3.00
Drop the pure Perl implementations of the encoders and
decoders. They are bloat that hides real problems in
the XS implementations. I will re-release them separately
in the new MIME-Base64-Perl distribution.
The 'gcc -Wall' fix in 2.22 broke support for perl5.005,
as the isXDIGIT() macro is not available in that perl.
This problem has now been fixed. |
2.23_1 12 Jan 2004 19:45:17 |
erwin |
- Fix usage of isXDIGIT() by calling the isxdigit() macro
- Remove BORKEN and bump PORTREVISION
Submitted by: Barney Wolff <barney@databus.com>
Tested by: pav |
2.23 12 Jan 2004 14:38:20 |
erwin |
Somehow, 'make test' doesn't catch all problems. Mark broken
with perl 5.005_03 until I can figure out what the exact problem i.s
Submitted by: Michel Gravey <admin@the-e-management.com>,
"Michel Gravey" <michel.gravey@orange.fr>,
pav |
2.23 12 Jan 2004 08:50:30 |
erwin |
Update to 2.23, which somehow ended uncommitted in my tree.
Reminded by: Barney Wolff <barney@databus.com>, pav |
2.22 08 Jan 2004 18:36:54 |
erwin |
Update to 2.22 |
2.21 09 Oct 2003 21:22:31 |
erwin |
Update to 2.21 |
2.20 09 Oct 2003 21:21:49 |
erwin |
use SITE_PERL |
2.20 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
2.20 16 May 2003 02:33:50 |
petef |
Update to 2.20.
PR: 52208
Submitted by: maintainer |
2.18 05 Apr 2003 09:56:09 |
nork |
Fix install directory with perl 5.8 or later.
PR: ports/50554
Submitted by: Sergey Matveychuk <sem@ciam.ru>
Approved by: maintainer timeout (3 days) |
2.18 23 Mar 2003 10:01:34 |
nork |
Update to 2.18.
PR: ports/50184
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.16 21 Feb 2003 11:08:38 |
knu |
De-pkg-comment. |
2.16 07 Jan 2003 13:26:28 |
edwin |
Maintainer update to 2.16
PR: ports/46797
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2.14 03 Jan 2003 20:05:46 |
ijliao |
upgrade to 2.14
claim maintainership
PR: 46572
Submitted by: Erwin Lansing <erwin@lansing.dk> (new maintainer) |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 09:32:09 |
vanilla |
Upgrade p5-Compress-Zlib => 1.11 p5-HTML-Parser => 3.18
p5-MIME-Base64 => 2.12 p5-URI => 1.11 |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
08 Oct 2000 00:48:42 |
asami |
Convert category converters to new layout. |
10 Jun 2000 00:59:29 |
will |
Argh! I screwed up with the last commit, bigtime! Now it respects CC/CFLAGS
without the patch and PKGNAMESUFFIX->PKGNAMEPREFIX. |
09 Jun 2000 21:57:24 |
will |
Make this port respect CC/CFLAGS. |