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) |
5.4_1 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 ) |
5.4_1 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
5.4_1 06 Sep 2021 21:13:27 |
Rene Ladan (rene) |
*: Return culot@'s ports to the pool (and perl@) after safekeeping his bit. |
5.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.4_1 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
5.4_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 |
5.4_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
5.4_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
5.4_1 02 Mar 2015 23:51:50 |
bapt |
Remove Author from pkg-descr and white space fixes |
5.4_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 ) |
5.4 02 Jun 2014 13:16:20 |
culot |
- Update to 5.4
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
5.3 27 May 2014 14:47:22 |
culot |
- Update to 5.3
- Remove obsolete test dependencies
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
5.2 12 Dec 2013 15:36:37 |
culot |
- Update to 5.2
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
5.1 20 Nov 2013 14:05:15 |
culot |
- Update to 5.1
- Support staging
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
5.0 08 Oct 2013 12:41:01 |
culot |
- Update to 5.0
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
4.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
4.3 10 Sep 2013 16:48:42 |
az |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
4.3 19 Jul 2013 09:19:53 |
culot |
- Update to 4.3
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
4.2 16 Jul 2013 17:25:45 |
culot |
- Update to 4.2
- Add LICENSE (Artistic 1 & GPL 1)
- Trim Makefile's header and canonicalize creator's name
- Pet porltint(1) by adding a trailing slash in WWW link
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
4.1 26 Jun 2012 21:07:50 |
pav |
- Fix typo, unbreak depends
Reported by: pointyhat |
4.1 03 Jun 2012 09:09:50 |
culot |
- Remove SITE_PERL from *_DEPENDS, as suggested at:
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies
Submitted by: az@ (via irc) |
4.1 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
4.1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
4.1 12 Apr 2011 07:30:21 |
culot |
- Update to 4.1
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes |
4.0 11 Dec 2010 14:12:38 |
culot |
- Update to 4.0
- TEST_DEPENDS added
- Take maintainership
Changes: http://search.cpan.org/dist/XML-TreeBuilder/Changes
Approved by: wen@ (mentor) |
3.09 23 Jan 2010 14:45:05 |
ehaupt |
- Add cpan site to WWW
- Fix indentation, fmt -w 80 |
3.09 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.09 22 Jan 2006 02:55:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.09 25 Nov 2005 18:40:57 |
pav |
- Add SHA256 |
3.09 24 Jul 2004 22:08:24 |
erwin |
Update to 3.09 |
3.08_2 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
3.08_2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
3.08_2 20 Feb 2003 19:11:26 |
knu |
De-pkg-comment. |
09 May 2001 07:57:39 |
vanilla |
Add (BUILD-RUN)_DEPENDS to p5-XML-Parser. |
02 May 2001 22:37:59 |
vanilla |
Add {BUILD-RUN}_DEPENDS to p5-HTML-Tree. |
14 Apr 2001 23:31:53 |
steve |
Remove empty directories on uninstall. |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
03 Jan 2001 23:48:47 |
will |
Add p5-XML-TreeBuilder 3.08, perl module to make XML document trees. |