Port details |
- p5-Feed-Find Syndication feed auto-discovery
- 0.07_1 www
=3 0.07_1Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2005-07-30 15:36:29
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Template-Timer, p5-Class-ErrorHandler, p5-Test-ClassAPI, p5-AppConfig, p5-Data-FormValidator
- Also Listed In: perl5
- License: not specified in port
- Description:
- Feed::Find implements feed auto-discovery for finding syndication
feeds, given a URI.
WWW: https://metacpan.org/release/Feed-Find
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Feed-Find>0:www/p5-Feed-Find
- To install the port:
- cd /usr/ports/www/p5-Feed-Find/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Feed-Find
- pkg install p5-Feed-Find
- PKGNAME: p5-Feed-Find
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Feed-Find-0.07.tar.gz) = 00984f3d6e7c6867205118bf39672f5ec4ab7d5947226aab67a5708e2a1b4369
SIZE (Feed-Find-0.07.tar.gz) = 46380
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-URI>=0 : net/p5-URI
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-libwww>=0 : www/p5-libwww
- p5-Class-ErrorHandler>=0 : devel/p5-Class-ErrorHandler
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-URI>=0 : net/p5-URI
- p5-HTML-Parser>=0 : www/p5-HTML-Parser
- p5-libwww>=0 : www/p5-libwww
- p5-Class-ErrorHandler>=0 : devel/p5-Class-ErrorHandler
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- textproc/p5-XML-Feed
- for Run
-
- textproc/p5-XML-Feed
- Configuration Options:
- No options to configure
- Options name:
- www_p5-Feed-Find
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.07_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Sep 2020 18:51:47
0.07_1
|
sunpoet  |
Add NO_ARCH |
09 Jul 2018 08:40:18
0.07_1 
|
mat  |
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 |
27 May 2018 20:15:20
0.07_1
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
07 Apr 2017 18:50:22
0.07_1
|
lth  |
Moving maintainership burden onto broader shoulders |
01 Apr 2016 14:33:58
0.07_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.07_1
|
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 ) |
05 Jan 2014 13:18:24
0.07
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.07
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
07 Aug 2013 13:20:32
0.07 
|
az  |
- Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in
current version)
Approved by: lth@ (maintainer) |
10 Jun 2012 18:42:48
0.07
|
swills  |
- 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) |
08 Sep 2011 13:20:15
0.07
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
07 Feb 2011 09:36:01
0.07
|
lth  |
Update to 0.07
Changes: http://search.cpan.org/src/BTROTT/Feed-Find-0.07/Changes
Feature safe: yes |
17 Apr 2008 14:30:31
0.06
|
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) |
08 Sep 2007 01:10:46
0.06
|
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 |
24 Jan 2006 03:14:23
0.06
|
edwin  |
SHA256ify
Approved by: krion@ |
22 Jan 2006 02:58:25
0.06
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
21 Sep 2005 19:31:43
0.06
|
fenner  |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
11 Sep 2005 16:07:46
0.06
|
lth  |
Update to 0.06 |
30 Jul 2005 15:34:24
0.05
|
lth  |
Add p5-Feed-Find 0.05, syndication feed auto-discovery. |