IABSD.fr/ports/textproc/p5-XML-RSSLite

Branch :


Log

Author Commit Date CI Message
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
cfbb239b 2016-03-20 19:56:05 Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
59e8ed26 2015-01-25 20:41:42 Update to p5-XML-RSSLite-0.15. remove maintainer, ok ajacoutot@
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
06a91025 2013-10-11 23:48:03 Drop USE_GROFF since groff and mandoc produce identical output.
eae66e4a 2013-03-11 11:35:43 PERMIT_* / REGRESS->TEST sweep
df4e1203 2010-12-03 11:46:46 Bump after recent cpan.port.mk change. ok jasper@ (final commit)
dcaa846f 2010-10-19 07:54:21 USE_GROFF=Yes
72ca60c4 2007-07-22 16:14:58 import p5-XML-RSSLite This module attempts to extract the maximum amount of content from available documents, and is less concerned with XML compliance than alternatives. Rather than rely on XML::Parser, it uses heuristics and good old-fashioned Perl regular expressions. It stores the data in a simple hash structure, and "aliases" certain tags so that when done, you can count on having the minimal data necessary for re-constructing a valid RSS file. This means you get the basic title, description, and link for a channel and its items.