Commit graph

39 commits

Author SHA1 Message Date
Cheng-Lung Sung
68cfd140b4 - Update to 0.32
PR:		ports/129184
Submitted by:	leeym
2008-11-26 07:58:08 +00:00
Cheng-Lung Sung
a4ef77b803 - Update to 0.31 2008-11-20 06:25:39 +00:00
Cheng-Lung Sung
1524ce232f - Update to 0.30 2008-11-13 03:00:32 +00:00
Cheng-Lung Sung
1cc44e380b - Update to 0.29 2008-11-03 05:42:38 +00:00
Yen-Ming Lee
c593285d9d - set PERL_CONFIGURE=5.8.5+ instead
PR:		117414
Submitted by:	leeym
Approved by:	clsung
2008-01-22 00:26:13 +00:00
Cheng-Lung Sung
5645133ad5 - Update to 0.28
Changes:	http://search.cpan.org/dist/XML-Atom/Changes
2008-01-05 04:27:18 +00:00
Cheng-Lung Sung
290e0360b8 - Update to 0.27 2007-10-10 10:15:09 +00:00
Mark Linimon
9839011ec3 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
2007-09-08 01:12:10 +00:00
Cheng-Lung Sung
ddb0519541 - Update to 0.25
PR:		ports/106307
Submitted by:	chinsan
2006-12-05 07:45:15 +00:00
Cheng-Lung Sung
19cfd35b1a - Update to 0.24
PR:		ports/106044
Submitted by:	Christopher Boumenot <boumenot_AT_gmail dot com>
2006-12-01 04:35:57 +00:00
Cheng-Lung Sung
8b80310183 - Update to 0.23
- Use BUILD_DEPENDS=${RUN_DEPENDS} while PERL_MODBUILD=yes

PR:		ports/102566
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-28 06:21:53 +00:00
Cheng-Lung Sung
43e38330da - Use @dirrmtry because XML::Atom::SimpleFeed and XML::Atom::Syndication
not depending on XML::Atom. [1]
- add depends of p5-Class-Data-Inheritable [1]

PR:		ports/100792 [1]
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org> [1]
2006-07-25 03:03:51 +00:00
Cheng-Lung Sung
438d49ab55 - update to 0.22 2006-07-24 23:02:29 +00:00
Cheng-Lung Sung
71fd168d9b - Update to 0.21
PR:		ports/100184
Submitted by:	tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-07-13 01:16:44 +00:00
Cheng-Lung Sung
0643e6af1f - Update to 0.20
PR:		ports/100161
Submitted by:	Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw>
2006-07-12 23:54:03 +00:00
Cheng-Lung Sung
cd254e3837 - update to 0.19 2006-03-30 07:07:02 +00:00
Cheng-Lung Sung
0009814fb6 - add dependency (p5-XML-Path)
- remove IS_INTERACTIVE
2006-03-30 06:16:03 +00:00
Kris Kennaway
086209ae5a Mark IS_INTERACTIVE (it is probably missing a dependency) to stop
infinite loop on package cluster

No response from:	maintainer
2006-03-25 14:52:20 +00:00
Cheng-Lung Sung
627c1b71f8 - update to 0.18 2006-03-17 02:35:10 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Cheng-Lung Sung
6d64476cde - update to 0.16
* Fixed a terrible bug when you set binary data to $entry->content
- add SHA256 checksum
2005-11-28 01:17:17 +00:00
Cheng-Lung Sung
a9a1e939fd - update to 0.15
- Fixed bug found in mode => 'insert'
    - Fixed bug that it decodes binary data as UTF-8 octet
    - Don't eat up STDIN in cgi-mode
2005-11-01 08:24:17 +00:00
Cheng-Lung Sung
8dc55bc875 - tobez point that XML::Atom::Util requires Encode, which 5.6.0 must suffer.
so I encourage 5.6.x users to upgrade to 5.8.x.
2005-09-14 06:11:35 +00:00
Cheng-Lung Sung
24ba0e7987 - update to 0.13
- changes see http://search.cpan.org/src/MIYAGAWA/XML-Atom-0.13/Changes
2005-09-06 12:42:34 +00:00
Cheng-Lung Sung
0da1b031ff - create_packlist=0 already in bsd.port.mk
- fix build error in pointhat

Noted by:   krismail
2005-07-12 09:05:23 +00:00
Cheng-Lung Sung
fa7056aab0 - update to 0.12
- Removed XML::LibXSLT usage
- add create_packlist=0 to CONFIGURE_ARGS (untill bsd.port.mk changed)
2005-06-07 08:35:04 +00:00
Cheng-Lung Sung
46b52e54fb - update to 0.11
- from Changes:
    - Remove the default: namespace when converting to XML using as_xml
      (the earlier fix only fixed it when getting the contents of an entry
      using $entry->content).
    - UTF-8 data is no longer base64-encoded in XML::Atom::Content.
    - Added XML::Atom::Entry::getlist($ns, $element) to retrieve the values
      of an element that may appear multiple times in the entry (like
      dc:subject).
    - Added ability to set namespaced attributes in an XML::Atom::Link
      object.
    - XML::Atom::Entry::add_link($link) no longer clones $link if it's
      a XML::Atom::Link object.
2005-02-25 03:00:12 +00:00
Cheng-Lung Sung
46e36ee9a7 - update to 0.10
- Eliminated unitialized value warning on <link /> attributes that
  aren't set.
- Added XML::Atom::Feed->version to get and set the version of the feed.
- XML::Atom::Feed->language can now be used to set the language of
 the feed.
- Added support for using XML::XPath in XML::Atom::Server.
2005-02-03 07:24:41 +00:00
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Ying-Chieh Liao
15b7d1eda5 mark ignore when perl < 5.6
Submitted by:	maintainer
2004-08-16 02:53:46 +00:00
Jun Kuriyama
4ef5640eae - Make depedency on p5-MIME-Base64 conditional with perl-5.8.5.
Approved by:	maintainer
2004-08-10 02:37:08 +00:00
Vanilla I. Shu
57a93bf13c - Update to 0.09
- use PERL_MODBUILD

PR:		ports/69808
Submitted by:	maintainer
2004-07-30 18:27:56 +00:00
Vanilla I. Shu
de793e2952 - update from 0.07 to 0.08
- add new dependency "p5-LWP-Authen-Wsse"

PR:		ports/69196
Submitted by:	maintainer
2004-07-17 16:52:25 +00:00
Mathieu Arnold
17be58b726 Update to 0.07 [1]
Unmark broken for perl 5.005

PR:		[1] 66814
Submitted by:	[1] Cheng-Lung Sung <clsung at dragon2 dot net>
2004-05-18 16:04:47 +00:00
Vanilla I. Shu
2fad5d0042 - update from 0.05 to 0.06
PR:		ports/66232
Submitted by:	maintainer
2004-05-05 22:24:22 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Clement Laforet
18b6dbf359 Remove forgotten file.
Approved by:    erwin (mentor) (implicitly)
2004-01-13 21:06:24 +00:00
Clement Laforet
93608ef5db Update to 0.05
PR:             61231
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Approved by:    erwin (mentor) (implicitly)
2004-01-13 21:03:38 +00:00
Erwin Lansing
49c40d2c4a Add p5-XML-Atom 0.04,
perl5 modules for Atom feed and API
implementation.

PR:		60612
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2003-12-29 17:01:42 +00:00