Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.53 25 Dec 2024 19:16:56 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-XML-Twig: Sort *_DEPENDS |
3.53 17 Dec 2024 17:30:23 |
Rodrigo Osorio (rodrigo) |
textproc/p5-XML-Twig: update to 3.53
Changelog: https://metacpan.org/dist/XML-Twig/changes |
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.52 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.52 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 ) |
3.52 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.52 06 Apr 2019 14:45:17 |
sunpoet |
Add NO_ARCH
- Sort PLIST |
3.52 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) |
3.52 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.52 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
3.52 24 Nov 2016 00:22:16 |
wen |
- Update to 3.52
Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.52/Changes |
3.49 20 May 2016 09:30:11 |
mat |
Fix build with Perl 5.25.
Braces should be escaped in regexps.
With hat: perl@
Sponsored by: Absolight |
3.49 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
3.49 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
3.49 13 Apr 2015 18:03:57 |
adamw |
Update to 3.49, and sort plist.
Changes: https://metacpan.org/changes/distribution/XML-Twig |
3.48_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.48 18 Jun 2014 12:24:35 |
jadawin |
- Update to 3.48 |
3.47 30 Mar 2014 18:01:02 |
sunpoet |
- Update to 3.47
Changes: http://search.cpan.org/dist/XML-Twig/Changes |
3.44 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
3.44 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
3.44 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.44 13 May 2013 09:37:25 |
tobez |
Update to 3.44.
Changes: http://search.cpan.org/dist/XML-Twig/Changes |
3.42 11 Dec 2012 11:29:10 |
tobez |
Update to 3.42.
Changes: http://search.cpan.org/dist/XML-Twig/Changes |
3.41 03 Nov 2012 21:43:30 |
ehaupt |
- Update to 3.41
- Trim header
Feature safe: yes |
3.40 23 May 2012 18:13:12 |
sunpoet |
- Update to 3.40
- Fix LICENSE
- Remove outdated comment
- Add CPAN as primary WWW
Changes: http://search.cpan.org/dist/XML-Twig/Changes |
3.39 23 Sep 2011 02:06:56 |
wen |
- Update to 3.39
ChangeLog: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.39/Changes
- Pet portlint |
3.38 27 Mar 2011 10:12:40 |
bapt |
- update to 3.38
- add licenses
- deauthor
- changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.38/Changes |
3.37 29 Oct 2010 14:21:33 |
bapt |
- Update to 3.37
- Changes: http://cpansearch.perl.org/src/MIROD/XML-Twig-3.37/Changes |
3.36 08 Oct 2010 02:22:03 |
wen |
- Update to 3.36 |
3.35 24 Sep 2010 02:03:44 |
pgollucci |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
3.35 10 Jun 2010 01:35:33 |
pgollucci |
- Update to 3.35
With Hat: perl@ |
3.34 25 Jan 2010 14:17:35 |
tobez |
Update to 3.34.
Changes: http://search.cpan.org/dist/XML-Twig/Changes |
3.32 22 Dec 2007 07:47:42 |
clsung |
- Update to 3.32 |
3.29 08 Sep 2007 01:08:35 |
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.29 23 Jan 2007 13:22:33 |
miwi |
- Update to 3.29 |
3.28 08 Jan 2007 01:30:39 |
clsung |
- Update to 3.28 |
3.26 01 Jul 2006 15:30:05 |
clsung |
- update to 3.26 |
3.25 11 May 2006 01:55:55 |
leeym |
- update to 3.25 |
3.24 10 May 2006 05:50:39 |
leeym |
- update to 3.24 |
3.23 24 Jan 2006 07:49:41 |
tobez |
Update to 3.23. |
3.22 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.22 14 Nov 2005 15:05:17 |
mat |
Take a perl@ hat and add SHA256 checksums |
3.22 15 Oct 2005 12:03:33 |
tobez |
Update to 3.22. |
3.21 13 Sep 2005 09:38:13 |
tobez |
Update to 3.21. Assign maintainer to perl. |
3.17 21 Mar 2005 15:15:33 |
mat |
Update to 3.17 |
3.16 15 Feb 2005 15:56:59 |
mat |
Update to 3.16 |
3.15 20 Nov 2004 08:09:49 |
linimon |
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption. |
3.15 21 May 2004 09:33:18 |
mat |
Update to 3.15
PR: 65708
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: maintainer timeout |
3.15 21 May 2004 09:26:30 |
mat |
Update to 3.15
PR: 65708
Submitted by: Lars Eggert <lars.eggert@gmx.net>
Approved by: maintainer timeout |
3.09 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.09 04 Nov 2003 05:15:33 |
linimon |
Move the dependencies on p5-Text-Iconv and p5-XML-Parser from
RUN_DEPENDS to BUILD_DEPENDS. PRs ports/51069, ports/54815,
ports/56964; maintainer timeout (maintainer reports ENOTIME
at the moment). |
3.09 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
3.09 07 Mar 2003 06:11:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.09 15 Jan 2003 13:20:10 |
lioux |
Update to 3.09
Approved by: maintainer |
3.08 17 Oct 2002 07:55:31 |
wjv |
- Update to version 3.08
PR: 44160
Submitted by: Dominic Mitchell <dom@happygiraffe.net> |
22 Feb 2002 09:26:41 |
wjv |
- Update to version 3.02 |
15 Aug 2001 09:26:30 |
wjv |
Update pkg-comment to represent this perlmod's functionality with greater
clarity. |
13 Aug 2001 13:36:48 |
wjv |
Add p5-XML-Twig 2.02, tree interface to XML documents. |