| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
31 Jan 2010 01:06:50
0.37
|
pgollucci  |
- Update to 0.37
PR: ports/142680
Submitted by: myself (pgollucci@)
Approved by: maintainer timeout (clsung; > 2 weeks) |
17 Dec 2009 09:32:38
0.35_1
|
kuriyama  |
- Remove already-included-in-perl-core module dependencies.
- Replace spaces with tab as expected.
Approved by: clsung |
05 Jun 2009 23:58:59
0.35
|
pgollucci  |
- Update to 0.35
PR: ports/134844
Approved by: maintainer timeout (clsung; 15 days)
Submitted by: me |
03 Feb 2009 01:27:49
0.33
|
clsung  |
- Update to 0.33
Changes: http://search.cpan.org/dist/XML-Atom/Changes |
26 Nov 2008 07:58:08
0.32
|
clsung  |
- Update to 0.32
PR: ports/129184
Submitted by: leeym |
20 Nov 2008 06:25:39
0.31
|
clsung  |
- Update to 0.31 |
13 Nov 2008 03:00:32
0.30
|
clsung  |
- Update to 0.30 |
03 Nov 2008 05:42:38
0.29
|
clsung  |
- Update to 0.29 |
22 Jan 2008 00:26:13
0.28
|
leeym  |
- set PERL_CONFIGURE=5.8.5+ instead
PR: 117414
Submitted by: leeym
Approved by: clsung |
05 Jan 2008 04:27:18
0.28
|
clsung  |
- Update to 0.28
Changes: http://search.cpan.org/dist/XML-Atom/Changes |
10 Oct 2007 11:15:09
0.27
|
clsung  |
- Update to 0.27 |
08 Sep 2007 02:08:35
0.25
|
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 |
05 Dec 2006 07:45:15
0.25
|
clsung  |
- Update to 0.25
PR: ports/106307
Submitted by: chinsan |
01 Dec 2006 04:35:57
0.24
|
clsung  |
- Update to 0.24
PR: ports/106044
Submitted by: Christopher Boumenot <boumenot_AT_gmail dot com> |
28 Aug 2006 07:21:54
0.23
|
clsung  |
- 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> |
25 Jul 2006 04:03:51
0.22
|
clsung  |
- 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] |
25 Jul 2006 00:02:29
0.22
|
clsung  |
- update to 0.22 |
13 Jul 2006 02:16:44
0.21
|
clsung  |
- Update to 0.21
PR: ports/100184
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw> |
13 Jul 2006 00:54:03
0.20
|
clsung  |
- Update to 0.20
PR: ports/100161
Submitted by: Jin-Shan Tseng <tjs_AT_cdpa dot nsysu dot edu dot tw> |
30 Mar 2006 08:07:02
0.19
|
clsung  |
- update to 0.19 |
30 Mar 2006 07:16:03
0.18
|
clsung  |
- add dependency (p5-XML-Path)
- remove IS_INTERACTIVE |
25 Mar 2006 14:52:20
0.18
|
kris  |
Mark IS_INTERACTIVE (it is probably missing a dependency) to stop
infinite loop on package cluster
No response from: maintainer |
17 Mar 2006 02:35:10
0.18
|
clsung  |
- update to 0.18 |
22 Jan 2006 02:55:05
0.16
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
28 Nov 2005 01:17:18
0.16
|
clsung  |
- update to 0.16
* Fixed a terrible bug when you set binary data to $entry->content
- add SHA256 checksum |
01 Nov 2005 08:24:17
0.15
|
clsung  |
- 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 |
14 Sep 2005 07:11:35
0.13
|
clsung  |
- 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. |
06 Sep 2005 13:42:34
0.13
|
clsung  |
- update to 0.13
- changes see http://search.cpan.org/src/MIYAGAWA/XML-Atom-0.13/Changes |
12 Jul 2005 10:05:23
0.12
|
clsung  |
- create_packlist=0 already in bsd.port.mk
- fix build error in pointhat
Noted by: krismail |
07 Jun 2005 09:35:04
0.12
|
clsung  |
- update to 0.12
- Removed XML::LibXSLT usage
- add create_packlist=0 to CONFIGURE_ARGS (untill bsd.port.mk changed) |
25 Feb 2005 03:00:12
0.11
|
clsung  |
- 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. |
03 Feb 2005 07:24:41
0.10
|
clsung  |
- 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. |
20 Aug 2004 03:56:44
0.09
|
clsung  |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor) |
16 Aug 2004 03:53:46
0.09
|
ijliao  |
mark ignore when perl < 5.6
Submitted by: maintainer |
10 Aug 2004 03:37:08
0.09
|
kuriyama  |
- Make depedency on p5-MIME-Base64 conditional with perl-5.8.5.
Approved by: maintainer |
30 Jul 2004 19:27:56
0.09
|
vanilla  |
- Update to 0.09
- use PERL_MODBUILD
PR: ports/69808
Submitted by: maintainer |
17 Jul 2004 17:52:25
0.08
|
vanilla  |
- update from 0.07 to 0.08
- add new dependency "p5-LWP-Authen-Wsse"
PR: ports/69196
Submitted by: maintainer |
18 May 2004 17:04:47
0.07
|
mat  |
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> |
05 May 2004 23:24:22
0.06
|
vanilla  |
- update from 0.05 to 0.06
PR: ports/66232
Submitted by: maintainer |
31 Mar 2004 04:12:58
0.05
|
trevor  |
SIZEify (maintainer timeout) |
13 Jan 2004 21:06:25
0.05
|
clement  |
Remove forgotten file.
Approved by: erwin (mentor) (implicitly) |
13 Jan 2004 21:03:38
0.05
|
clement  |
Update to 0.05
PR: 61231
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
Approved by: erwin (mentor) (implicitly) |
29 Dec 2003 17:01:43
0.04
|
erwin  |
Add p5-XML-Atom 0.04,
perl5 modules for Atom feed and API
implementation.
PR: 60612
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |