notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: textproc/p5-XML-RSS/Makefile
SVNWeb

Number of commits found: 54

Tue, 11 Apr 2023
[ 20:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  commit hash:4f538db960da5a685c2ddfa6428089654b0ad72d  4f538db  (Only the first 10 of 202 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:23 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  commit hash:5cf7e35e8664e11393fedc7d89b4d09e0fcced9b  5cf7e35  (Only the first 10 of 1452 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 30 May 2021
[ 19:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:895dbaa39dbec4598e91ec9f88379c49c7645e49  commit hash:895dbaa39dbec4598e91ec9f88379c49c7645e49  commit hash:895dbaa39dbec4598e91ec9f88379c49c7645e49  895dbaa 
textproc/p5-XML-RSS: Add NO_ARCH

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 20 Oct 2020
[ 03:51 swills search for other commits by this committer ] Original commit   Revision:552796
textproc/p5-XML-RSS: update to 1.62
Tue, 3 Sep 2019
[ 16:51 swills search for other commits by this committer ] Original commit   Revision:510963
textproc/p5-XML-RSS: update to 1.61
Mon, 9 Jul 2018
[ 08:40 mat search for other commits by this committer ] Original commit   Revision:474242 (Only the first 10 of 429 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:464454
textproc/p5-XML-RSS: update to 1.60

While here, sort plist
Sun, 10 Apr 2016
[ 01:42 swills search for other commits by this committer ] Original commit   Revision:412886
textproc/p5-XML-RSS: update to 1.59
Fri, 1 Apr 2016
[ 14:25 mat search for other commits by this committer ] Original commit   Revision:412349 (Only the first 10 of 2099 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Tue, 30 Jun 2015
[ 19:29 swills search for other commits by this committer ] Original commit   Revision:390987
textproc/p5-XML-RSS: update to 1.56
Wed, 26 Nov 2014
[ 13:08 mat search for other commits by this committer ] Original commit   Revision:373448 (Only the first 10 of 10077 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 9 May 2014
[ 20:57 swills search for other commits by this committer ] Original commit   Revision:353518
- Update to 1.55

PR:		ports/189530
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Wed, 29 Jan 2014
[ 17:46 az search for other commits by this committer ] Original commit   Revision:341765 (Only the first 10 of 114 ports in this commit are shown above. View all ports for this commit)
- add stage support

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 23:17 bapt search for other commits by this committer ] Original commit   Revision:327773 (Only the first 10 of 1559 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
Wed, 11 Sep 2013
[ 05:29 az search for other commits by this committer ] Original commit   Revision:326939 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- 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 search for other commits by this committer ] Original commit 
- Update to 1.49
- Remove MD5
Thu, 9 Dec 2010
[ 02:36 swills search for other commits by this committer ] Original commit 
- Takeover some of clsung's ports

Approved by:    pgollucci (mentor)
Tue, 27 Apr 2010
[ 06:57 clsung search for other commits by this committer ] Original commit 
- Update to 1.48

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Sun, 13 Dec 2009
[ 01:37 clsung search for other commits by this committer ] Original commit 
- Update to 1.47

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Wed, 28 Oct 2009
[ 08:28 clsung search for other commits by this committer ] Original commit 
- Update to 1.46

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Wed, 5 Aug 2009
[ 11:58 clsung search for other commits by this committer ] Original commit 
- Update to 1.45

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Fri, 24 Apr 2009
[ 06:49 clsung search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- Update to 1.43

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Thu, 20 Nov 2008
[ 01:41 clsung search for other commits by this committer ] Original commit 
- Update to 1.37
Mon, 13 Oct 2008
[ 06:43 clsung search for other commits by this committer ] Original commit 
- Update to 1.36
Fri, 26 Sep 2008
[ 13:16 clsung search for other commits by this committer ] Original commit 
- Update to 1.35

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Tue, 24 Jun 2008
[ 14:03 clsung search for other commits by this committer ] Original commit 
- Update to 1.33

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Tue, 1 Apr 2008
[ 08:40 clsung search for other commits by this committer ] Original commit 
- Update to 1.32

Changes:        http://search.cpan.org/dist/XML-RSS/Changes
Wed, 11 Jul 2007
[ 06:12 clsung search for other commits by this committer ] Original commit 
- Update to 1.31
Fri, 22 Dec 2006
[ 01:53 clsung search for other commits by this committer ] Original commit 
- Update to 1.22

PR:             ports/107039
Submitted by:   chinsan
Wed, 6 Dec 2006
[ 00:11 clsung search for other commits by this committer ] Original commit 
- Update to 1.21
Sun, 12 Nov 2006
[ 13:05 clsung search for other commits by this committer ] Original commit 
- fix typo

PR:             ports/105398
Submitted by:   Hirohisa Yamaguchi <umq_AT_ueo dot co dot jp>
Fri, 10 Nov 2006
[ 15:33 clsung search for other commits by this committer ] Original commit 
- Update to 1.20
Tue, 31 Oct 2006
[ 15:03 clsung search for other commits by this committer ] Original commit 
- Update to 1.12
[ 01:29 clsung search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- update to 1.10
Wed, 6 Apr 2005
[ 05:09 clsung search for other commits by this committer ] Original commit 
- patch that make '>' encoded to '&gt;'
- bump PORTREVISION
Tue, 5 Apr 2005
[ 15:42 clsung search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 69 ports in this commit are shown above. View all ports for this commit)
My territory, suggested by ijliao. :p

Approved by:    vanilla (co-mentor)
Fri, 13 Aug 2004
[ 14:23 arved search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit 
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 search for other commits by this committer ] Original commit  (Only the first 10 of 1501 ports in this commit are shown above. View all ports for this commit)
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
Mon, 1 Sep 2003
[ 15:00 foxfair search for other commits by this committer ] Original commit 
Add a missed dependency and then bump PORTREVISION.
Sun, 22 Jun 2003
[ 12:59 foxfair search for other commits by this committer ] Original commit 
Update to 1.02
Fri, 21 Feb 2003
[ 09:30 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.01
Thu, 20 Feb 2003
[ 19:11 knu search for other commits by this committer ] Original commit  (Only the first 10 of 122 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Thu, 10 May 2001
[ 02:20 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
Upgrade    
Thu, 1 Mar 2001
[ 06:39 vanilla search for other commits by this committer ] Original commit  (Only the first 10 of 329 ports in this commit are shown above. View all ports for this commit)
Remove do-configure section, use PERL_CONFIGURE now.    
Mon, 5 Feb 2001
[ 16:35 olgeni search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
More style fixes for ports/textproc.    
Fri, 3 Nov 2000
[ 16:19 ade search for other commits by this committer ] Original commit 
Release a number of ports that I don't have time to keep track   of any more.   
Tue, 5 Sep 2000
[ 02:02 ade search for other commits by this committer ] Original commit 
Add p5-XML-RSS, a perl extension to manage RDF Site Summary (RSS) files    

Number of commits found: 54