non port: textproc/p5-XML-RSS/Makefile |
SVNWeb
|
Number of commits found: 54 |
Tue, 11 Apr 2023
|
[ 20:34 Rene Ladan (rene) ] 4f538db (Only the first 10 of 202 ports in this commit are shown above. )
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary
|
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, 30 May 2021
|
[ 19:59 Po-Chuan Hsieh (sunpoet) ] 895dbaa
textproc/p5-XML-RSS: Add NO_ARCH
Approved by: portmgr (blanket)
|
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.
|
Tue, 20 Oct 2020
|
[ 03:51 swills ]
textproc/p5-XML-RSS: update to 1.62
|
Tue, 3 Sep 2019
|
[ 16:51 swills ]
textproc/p5-XML-RSS: update to 1.61
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
Wed, 14 Mar 2018
|
[ 04:05 swills ]
textproc/p5-XML-RSS: update to 1.60
While here, sort plist
|
Sun, 10 Apr 2016
|
[ 01:42 swills ]
textproc/p5-XML-RSS: update to 1.59
|
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
|
Tue, 30 Jun 2015
|
[ 19:29 swills ]
textproc/p5-XML-RSS: update to 1.56
|
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 )
|
Fri, 9 May 2014
|
[ 20:57 swills ]
- Update to 1.55
PR: ports/189530
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
Wed, 29 Jan 2014
|
[ 17:46 az ] (Only the first 10 of 114 ports in this commit are shown above. )
- add stage support
Approved by: portmgr (blanket infrastructure)
|
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)
|
Wed, 11 Sep 2013
|
[ 05:29 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Fri, 6 May 2011
|
[ 03:31 swills ]
- Update to 1.49
- Remove MD5
|
Thu, 9 Dec 2010
|
[ 02:36 swills ]
- Takeover some of clsung's ports
Approved by: pgollucci (mentor)
|
Tue, 27 Apr 2010
|
[ 06:57 clsung ]
- Update to 1.48
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Sun, 13 Dec 2009
|
[ 01:37 clsung ]
- Update to 1.47
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Wed, 28 Oct 2009
|
[ 08:28 clsung ]
- Update to 1.46
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Wed, 5 Aug 2009
|
[ 11:58 clsung ]
- Update to 1.45
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Fri, 24 Apr 2009
|
[ 06:49 clsung ]
- Update to 1.44
Changes: http://search.cpan.org/dist/XML-RSS/Changes
PR: ports/133939
Submitted by: leeym
|
Tue, 27 Jan 2009
|
[ 04:49 clsung ]
- Update to 1.43
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Thu, 20 Nov 2008
|
[ 01:41 clsung ]
- Update to 1.37
|
Mon, 13 Oct 2008
|
[ 06:43 clsung ]
- Update to 1.36
|
Fri, 26 Sep 2008
|
[ 13:16 clsung ]
- Update to 1.35
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Tue, 24 Jun 2008
|
[ 14:03 clsung ]
- Update to 1.33
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Tue, 1 Apr 2008
|
[ 08:40 clsung ]
- Update to 1.32
Changes: http://search.cpan.org/dist/XML-RSS/Changes
|
Wed, 11 Jul 2007
|
[ 06:12 clsung ]
- Update to 1.31
|
Fri, 22 Dec 2006
|
[ 01:53 clsung ]
- Update to 1.22
PR: ports/107039
Submitted by: chinsan
|
Wed, 6 Dec 2006
|
[ 00:11 clsung ]
- Update to 1.21
|
Sun, 12 Nov 2006
|
[ 13:05 clsung ]
- fix typo
PR: ports/105398
Submitted by: Hirohisa Yamaguchi <umq_AT_ueo dot co dot jp>
|
Fri, 10 Nov 2006
|
[ 15:33 clsung ]
- Update to 1.20
|
Tue, 31 Oct 2006
|
[ 15:03 clsung ]
- Update to 1.12
|
[ 01:29 clsung ]
- Update to 1.11
- remove stale patch
PR: ports/104591 [1], ports/104816 [2]
Submitted by: <tjs_AT_cdpa dot nsysu dot edu dot tw> [1], <babak@farrokhi dot
net> [2]
|
Thu, 16 Mar 2006
|
[ 06:31 clsung ]
- update to 1.10
|
Wed, 6 Apr 2005
|
[ 05:09 clsung ]
- patch that make '>' encoded to '>'
- bump PORTREVISION
|
Tue, 5 Apr 2005
|
[ 15:42 clsung ]
Remove dependencies on p5-Test-*, since
- it breaks on a clean 4.x since p5-Test-Manifest is IGNORE under Perl 5.005_03,
and
- testing is not really supported in the FreeBSD ports tree anyway
PR: 79554
Submitted by: lth
|
Fri, 20 Aug 2004
|
[ 02:56 clsung ] (Only the first 10 of 69 ports in this commit are shown above. )
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
|
Fri, 13 Aug 2004
|
[ 14:23 arved ]
Update to 1.05
Assing maintainership to submitter
add new dependency of Test-*
PR: 70398
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
Tue, 16 Mar 2004
|
[ 06:48 vs ]
Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0
- Fix dependencies [1],mat
- Add WWW [1]
PR: 64192 [1]
Submitted by: Kimura Fuyuki
Approved by: linimon (mentor)
Second pair of eyes provided by: mat
|
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>
|
Mon, 1 Sep 2003
|
[ 15:00 foxfair ]
Add a missed dependency and then bump PORTREVISION.
|
Sun, 22 Jun 2003
|
[ 12:59 foxfair ]
Update to 1.02
|
Fri, 21 Feb 2003
|
[ 09:30 ijliao ]
upgrade to 1.01
|
Thu, 20 Feb 2003
|
[ 19:11 knu ] (Only the first 10 of 122 ports in this commit are shown above. )
De-pkg-comment.
|
Thu, 10 May 2001
|
[ 02:20 vanilla ] (Only the first 10 of 58 ports in this commit are shown above. )
Upgrade
|
Thu, 1 Mar 2001
|
[ 06:39 vanilla ] (Only the first 10 of 329 ports in this commit are shown above. )
Remove do-configure section, use PERL_CONFIGURE now.
|
Mon, 5 Feb 2001
|
[ 16:35 olgeni ] (Only the first 10 of 74 ports in this commit are shown above. )
More style fixes for ports/textproc.
|
Fri, 3 Nov 2000
|
[ 16:19 ade ]
Release a number of ports that I don't have time to keep track of any more.
|
Tue, 5 Sep 2000
|
[ 02:02 ade ]
Add p5-XML-RSS, a perl extension to manage RDF Site Summary (RSS) files
|
Number of commits found: 54 |