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) |
0.37 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 ) |
0.37 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 ) |
0.37 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.37 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 |
0.37 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.37 15 Aug 2016 00:00:54 |
wen |
- Update to 0.37
Changes: http://cpansearch.perl.org/src/KWILLIAMS/Path-Class-0.37/Changes |
0.36 19 Feb 2016 15:52:29 |
adamw |
Update to 0.36. Sort plist, and add NO_ARCH.
Changes: https://metacpan.org/changes/distribution/Path-Class |
0.35 03 Jan 2015 19:30:47 |
sunpoet |
- Update to 0.35
- Remove DOCS option
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.34_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 ) |
0.34 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.34 04 Sep 2014 14:07:04 |
culot |
- Update to 0.34
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.33 12 Dec 2013 15:50:55 |
culot |
- Update to 0.33
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.32 24 Nov 2013 17:40:44 |
mat |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
0.32 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
0.32 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
0.32 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.32 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.32 19 Mar 2013 14:21:21 |
culot |
- Update to 0.32
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.31 07 Feb 2013 12:57:37 |
tobez |
Update to 0.31.
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.29 04 Jan 2013 08:52:26 |
jadawin |
- Update to 0.29
PR: ports/174805
Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> |
0.26 15 Jun 2012 16:34:18 |
sunpoet |
- Update to 0.26
- Convert to new options framework
- Sort MAN3
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.25 17 Feb 2012 15:30:32 |
culot |
- Update to 0.25
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.24 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> |
0.24 31 May 2011 20:10:39 |
bapt |
- update to 0.24
- changes: http://cpansearch.perl.org/src/KWILLIAMS/Path-Class-0.24/Changes
- add licenses |
0.23 03 Jan 2011 07:20:27 |
bapt |
- update to 0.23
- changes: http://cpansearch.perl.org/src/KWILLIAMS/Path-Class-0.23/Changes |
0.21 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.21 18 Aug 2010 11:32:35 |
az |
Update to 0.21.
Changes: http://search.cpan.org/dist/Path-Class/Changes
PR: ports/149758
Submitted by: Frederic Culot <frederic@culot.org> |
0.19 07 Jun 2010 12:27:24 |
tobez |
Update to 0.19.
Changes: http://search.cpan.org/dist/Path-Class/Changes |
0.18_1 16 Jan 2010 14:45:49 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist from ports
maintained by (perl|ports|kuriyama)@FreeBSD.org.
- Targets are: Test::Simple, Digest::MD5, Locale-Maketext,
ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long,
Encode, Digest, Pod::Parser, File::Spec. |
0.18 21 Dec 2009 06:22:24 |
wen |
- Update to 0.18 |
0.17 16 Jun 2009 06:23:55 |
pgollucci |
- Update to 0.17 |
0.16_1 30 Jan 2009 20:30:39 |
pav |
- Revert 1.13, it broke fetching
Reported by: -fetch-original pointyhat run |
0.16_1 31 Aug 2008 02:53:01 |
leeym |
- simplify dependency
- bump PORTREVISION |
0.16 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) |
0.16 08 Sep 2007 00:59:21 |
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 |
0.16 26 Dec 2006 08:46:42 |
tobez |
Update to 0.16. |
0.15 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) |
0.15 19 Dec 2005 16:29:05 |
mat |
Update to 0.15 |
0.14 20 Nov 2005 10:14:51 |
tobez |
Update to 0.14. Require perl from ports. |
0.13 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
0.13 21 Sep 2005 19:35:50 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 2:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.
This pass brought to you by loving, painstaking hand editing. |
0.13 30 Aug 2005 14:58:39 |
mat |
Update to 0.13 |
0.12 23 Jul 2005 11:52:12 |
erwin |
Update to 0.12
PR: 83901
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> |
0.11 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) |
0.11 17 May 2005 11:59:51 |
lth |
Update to 0.11 |
0.10 07 Apr 2005 11:57:25 |
mat |
Update to 0.10
Add some docs |
0.08 28 Jan 2005 09:18:14 |
tobez |
Update to 0.08, set maintainer to perl. |
0.07 22 Dec 2004 07:15:22 |
clsung |
- maintainer feels he will not have enough time maintaining ports
PR: ports/75299
Submitted by: Chiang Cheng-Hsiung (maintainer) |
0.07 25 Jul 2004 14:17:53 |
vanilla |
Add p5-Path-Class 0.07, cross-platform path specification manipulation.
PR: ports/69562
Submitted by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> |