non port: textproc/p5-XML-LibXSLT/Makefile |
SVNWeb
|
Number of commits found: 59 |
Tue, 21 Mar 2023
|
[ 19:22 Po-Chuan Hsieh (sunpoet) ] c8f9bbb
textproc/p5-XML-LibXSLT: Update to 2.002001
Changes: https://metacpan.org/dist/XML-LibXSLT/changes
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
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 )
|
Sun, 22 May 2022
|
[ 05:11 Po-Chuan Hsieh (sunpoet) ] 97bca76
textproc/p5-XML-LibXSLT: Update to 2.002000
Changes: https://metacpan.org/dist/XML-LibXSLT/changes
|
Tue, 26 Apr 2022
|
[ 15:01 Po-Chuan Hsieh (sunpoet) ] bd7981e
textproc/p5-XML-LibXSLT: Update to 2.000000
Changes: https://metacpan.org/dist/XML-LibXSLT/changes
|
Sun, 10 Apr 2022
|
[ 19:11 Charlie Li (vishwin) ] d63665f (Only the first 10 of 892 ports in this commit are shown above. )
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
Sat, 26 Mar 2022
|
[ 08:27 Matthias Fechner (mfechner) ] 247c7db (Only the first 10 of 867 ports in this commit are shown above. )
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 19 Jan 2020
|
[ 11:12 sunpoet ]
Update to 1.99
Changes: https://metacpan.org/changes/distribution/XML-LibXSLT
|
Fri, 17 Jan 2020
|
[ 16:42 sunpoet ]
Update to 1.97
- Sort *_DEPENDS
Changes: https://metacpan.org/changes/distribution/XML-LibXSLT
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
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)
|
Wed, 21 Feb 2018
|
[ 13:40 sunpoet ]
Update to 1.96
- Add USES=gnome
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Fri, 15 Sep 2017
|
[ 08:58 mat ] (Only the first 10 of 2495 ports in this commit are shown above. )
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight
|
Mon, 10 Oct 2016
|
[ 20:16 adamw ]
Update to 1.95, and add missing LIB_DEPENDS.
Changes: https://metacpan.org/changes/distribution/XML-LibXSLT
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 29 Jun 2015
|
[ 15:47 adamw ] (Only the first 10 of 45 ports in this commit are shown above. )
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
Tue, 16 Jun 2015
|
[ 14:27 sunpoet ]
- Strip shared library
- Bump PORTREVISION for package change
|
Thu, 22 Jan 2015
|
[ 17:45 sunpoet ]
- Update to 1.94
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Sun, 18 Jan 2015
|
[ 10:35 sunpoet ]
- Update to 1.93
- Sort PLIST
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
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 )
|
Tue, 5 Aug 2014
|
[ 22:13 tijl ] (Only the first 10 of 119 ports in this commit are shown above. )
Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.
PR: 192342
Approved by: portmgr (implicit, bump unstaged ports)
|
Wed, 18 Jun 2014
|
[ 12:22 jadawin ]
- Update to 1.92
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Tue, 18 Feb 2014
|
[ 14:16 skreuzer ]
Update to 1.88
|
Tue, 31 Dec 2013
|
[ 04:26 sunpoet ]
- Update to 1.84
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Wed, 25 Dec 2013
|
[ 19:39 sunpoet ]
- Update to 1.83
- Use USES=pkgconfig
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Fri, 8 Nov 2013
|
[ 01:23 vanilla ]
Resolve conflict on previous commit.
|
Thu, 7 Nov 2013
|
[ 03:52 vanilla ] (Only the first 10 of 572 ports in this commit are shown above. )
Support STAGEDIR.
|
Wed, 6 Nov 2013
|
[ 18:58 sunpoet ]
- Update to 1.82
- Use USE_GNOME
- Support STAGEDIR
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Thu, 5 Sep 2013
|
[ 17:55 sunpoet ]
- Cleanup Makefile
|
Tue, 3 Sep 2013
|
[ 19:32 sunpoet ]
- Update to 1.81
- Convert to new LIB_DEPENDS format
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Fri, 2 Aug 2013
|
[ 18:52 mat ] (Only the first 10 of 1871 ports in this commit are shown above. )
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
|
Mon, 1 Jul 2013
|
[ 14:33 culot ]
- Update to 1.80
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/XML-LibXSLT/Changes
|
Mon, 22 Apr 2013
|
[ 12:53 bapt ]
Reassign p5-* ports from skv to perl@
While here trim headers
Feature safe: yes
|
Thu, 22 Mar 2012
|
[ 20:50 skv ]
Update to 1.77
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.77/Changes
Feature safe: yes
|
Fri, 11 Nov 2011
|
[ 19:09 skv ]
Update to 1.75
Changes: http://cpansearch.perl.org/src/SHLOMIF/XML-LibXSLT-1.75/Changes
Feature safe: yes
|
Fri, 30 Oct 2009
|
[ 16:33 skv ]
Update to 1.70
Changes: http://cpansearch.perl.org/src/PAJAS/XML-LibXSLT-1.70/Changes
|
Sat, 14 Feb 2009
|
[ 21:51 skv ]
Add LIBS to CONFIGURE_ARGS to fix build.
PR: ports/131147
Submitted by: Gea-Suan Lin <gslin xx gslin.org>
|
Sun, 30 Nov 2008
|
[ 10:19 skv ]
Require explicit version of XML-LibXML.
|
Thu, 6 Nov 2008
|
[ 16:45 skv ]
Update to 1.68
Changes: http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.68/Changes
|
Thu, 17 Apr 2008
|
[ 14:30 araujo ] (Only the first 10 of 2168 ports in this commit are shown above. )
- 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)
|
Thu, 31 Jan 2008
|
[ 21:07 skv ]
Updated to 1.66
Changes: http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.66/Changes
|
Thu, 27 Sep 2007
|
[ 15:02 skv ]
Update to 1.63, take maintainership.
Changes: http://search.cpan.org/src/PAJAS/XML-LibXSLT-1.63/Changes
|
Mon, 24 Sep 2007
|
[ 07:38 linimon ] (Only the first 10 of 22 ports in this commit are shown above. )
Dominic is a new dad, and will be too busy for a while to work on ports.
Congratulations :-)
|
Sat, 8 Sep 2007
|
[ 00:41 linimon ]
Remove support for antique perl.
Hat: portmgr
|
Thu, 3 Aug 2006
|
[ 08:17 clsung ]
- Update to 1.59
PR: ports/101294
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Dominic Mitchell)
|
Mon, 5 Sep 2005
|
[ 11:15 skv ]
Update to 1.58
PR: ports/85557
Submitted by: skv
Approved by: maintainer
|
Mon, 6 Jun 2005
|
[ 18:08 jylefort ]
Fix xinclude so that it works with the latest libxslt API.
PR: ports/81802
Submitted by: skv
Approved by: maintainer
|
Sun, 16 May 2004
|
[ 16:23 skv ]
Unbreak build on perl 5.00503
Pointed by: kris
|
Tue, 11 May 2004
|
[ 13:43 skv ]
Updated to 1.57
PR: ports/65625
Reason: maintainer timeout
|
Tue, 4 Nov 2003
|
[ 18:30 marcus ] (Only the first 10 of 16 ports in this commit are shown above. )
Chase the libxslt shared lib version with a PORTREVISION bump.
|
Fri, 24 Oct 2003
|
[ 12:05 ijliao ] (Only the first 10 of 1501 ports in this commit are shown above. )
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Thu, 27 Feb 2003
|
[ 09:37 knu ]
Update to 1.53.
PR: ports/48739
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Urged by: knu
|
Fri, 21 Feb 2003
|
[ 13:42 knu ] (Only the first 10 of 240 ports in this commit are shown above. )
De-pkg-comment.
|
Fri, 21 Jun 2002
|
[ 05:12 pat ]
Update to 1.50
PR: 39458
Submitted by: Matveychuk Sergey <sem@ciam.ru>
Approved by: maintainer
|
Sun, 30 Dec 2001
|
[ 03:50 kuriyama ]
Fix dependency.
|
Mon, 10 Dec 2001
|
[ 12:53 sheldonh ]
Update p5-XML-LibXML and p5-XML-LibXSLT to matching version 1.31.
|
Mon, 6 Aug 2001
|
[ 13:52 ijliao ]
p5-XML-LibXSLT A Perl interface to the GNOME XSLT library.
|
Number of commits found: 59 |