diff options
author | seb <seb> | 2010-07-30 13:20:43 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-30 13:20:43 +0000 |
commit | 1dba719d1fe7cfbae08f2a8be86fa5065426a26a (patch) | |
tree | 72a45af5c89fdc9390a643610ca257f6a96e10cd /doc | |
parent | 716b1002ed28bffbb958b0b553659f0700d163c8 (diff) | |
download | pkgsrc-1dba719d1fe7cfbae08f2a8be86fa5065426a26a.tar.gz |
Note initial addition of p5-Net-Trac version 0.15 as net/p5-Net-Trac
into The NetBSD Packages Collection.
The Perl 5 module Net::Trac is simple client library for a remote
Trac instance. Because Trac doesn't provide a web services API,
this module currently "fakes" an RPC interface around Trac's webforms
and the feeds it exports. Because of this, it's somewhat more brittle
than a true RPC client would be.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index a826c25e403..3c557048a69 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.2627 2010/07/30 12:59:22 seb Exp $ +$NetBSD: CHANGES-2010,v 1.2628 2010/07/30 13:20:43 seb Exp $ Changes to the packages collection and infrastructure in 2010: @@ -3515,3 +3515,4 @@ Changes to the packages collection and infrastructure in 2010: Added textproc/p5-XML-FeedPP version 0.41 [seb 2010-07-30] Updated geography/mapserver to 5.6.5 [adam 2010-07-30] Added net/p5-Net-Google-Code version 0.19 [seb 2010-07-30] + Added net/p5-Net-Trac version 0.15 [seb 2010-07-30] |