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) |
9999.27 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 ) |
9999.27 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
9999.27 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
9999.27 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
9999.27 06 Apr 2019 08:20:21 |
wen |
- Update to 9999.27 |
9999.25 28 Nov 2018 19:18:47 |
sunpoet |
Update to 9999.25
Changes: https://metacpan.org/changes/distribution/File-Slurp |
9999.22 16 Oct 2018 20:05:27 |
sunpoet |
Update to 9999.22
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/File-Slurp |
9999.21 08 Oct 2018 23:28:24 |
wen |
- Update to 9999.21
Changes: https://metacpan.org/changes/distribution/File-Slurp |
9999.19_1 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 |
9999.19_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
9999.19_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 ) |
9999.19 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
9999.19 08 Nov 2013 00:26:17 |
vanilla |
Fix pkg-plist. |
9999.19 29 Oct 2013 12:52:07 |
vanilla |
Support STAGEDIR. |
9999.19 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
9999.19 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
9999.19 07 Oct 2011 11:22:46 |
culot |
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)
PR: ports/161336
Submitted by: Simon Olofsson <simon@olofsson.de> |
9999.19 09 Jun 2011 10:41:37 |
bapt |
- update to 9999.19
- changes: http://cpansearch.perl.org/src/URI/File-Slurp-9999.19/Changes |
9999.18 16 May 2011 14:55:04 |
jadawin |
- Update to 9999.18
- Changelog: http://cpansearch.perl.org/src/URI/File-Slurp-9999.18/Changes |
9999.16 28 Apr 2011 06:45:17 |
bapt |
- update to 9999.16
- add licenses
- changes: http://cpansearch.perl.org/src/URI/File-Slurp-9999.16/Changes |
9999.15 25 Mar 2011 06:20:02 |
wen |
- Update to 9999.15
ChangeLog: http://cpansearch.perl.org/src/URI/File-Slurp-9999.15/Changes |
9999.13 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
9999.13 14 Feb 2008 20:29:32 |
leeym |
- Updated to 9999.13
- Use CPAN macro
PR: 120664
Submitted by: Felippe de Meirelles Motta <lippemail at gmail.com> |
9999.12 08 Sep 2007 00:57:38 |
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 |
9999.12 24 Mar 2006 12:08:03 |
tobez |
Update to 9999.12. |
9999.11 22 Jan 2006 01:48:34 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
9999.11 21 Jan 2006 19:23:11 |
tobez |
Update to 9999.11. |
9999.10 20 Jan 2006 12:00:33 |
tobez |
Update to 9999.10. |
9999.09 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
9999.09 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
9999.09 16 May 2005 10:00:25 |
erwin |
Update to 9999.09 |
9999.08 28 Apr 2005 15:26:50 |
mat |
Update to 9999.08 |
9999.07 31 Jan 2005 10:36:24 |
tobez |
Update to 9999.07. |
9999.06 21 Jan 2005 09:06:18 |
tobez |
Update to 9999.06, assign maintainer from ports to perl. |
9999.04 31 May 2004 17:47:38 |
erwin |
Update to 9999.04 |
9999.03 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
9999.03 22 Dec 2003 13:32:53 |
erwin |
- Update to 9999.03
PR: 60507
Submitted by: Lars Thegler <lars@thegler.dk> |
2004.0904 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
2004.0904 07 Sep 2003 01:07:55 |
foxfair |
PR: 56543
Submitted by: Lars Thegler <lars@thegler.dk>
- Update to 2004.0904
- Make portlint happy |
2002.1031 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
2002.1031 04 Feb 2003 11:47:21 |
edwin |
update devel/p5-File-Slurp to 2002.1031
PR: ports/47360
Submitted by: Erwin Lansing <erwin@lansing.dk> |
2002.0305 16 Jul 2002 22:23:58 |
pat |
Update to 2002.0305
PR: ports/40640
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
02 Nov 2000 05:18:12 |
kuriyama |
Add @dirrm. |
31 Oct 2000 08:16:18 |
kuriyama |
Add missing .packlist. Add 2 @unexec rmdir's. |
23 Oct 2000 22:03:12 |
will |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |