diff options
author | chris <chris@pkgsrc.org> | 2003-09-20 16:03:46 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2003-09-20 16:03:46 +0000 |
commit | 7972b3e15dc54c4fbd49a6394faf97131047b046 (patch) | |
tree | ec4b8c2d02c420748c544fa34f15a9964d708fc5 /converters/p5-Convert-UUlib | |
parent | 88edb163f6d3acad8df6c34d983f551ff8ee6d39 (diff) | |
download | pkgsrc-7972b3e15dc54c4fbd49a6394faf97131047b046.tar.gz |
Update UUlib to 0.31, changes are:
0.31 Wed Oct 16 01:22:34 CEST 2002
- no internal code changes.
- much better documentation, now considered "useful".
- removed the procedural interface.
- fought the wish to perl-5.8'ify and thus simply the code :().
- stress-tested version 0.3 against 70000 data postings since sunday.
0.3 Sun Oct 13 15:12:11 CEST 2002
- updated to uulib 0.5.18. As expected, some but not all of my bugfixes
have went into uulib, sdo the number of differences decreased a bit
again.
- I found out that the library is being sold commercially by Frank
Pilhofer, disregarding the GPL and ignoring the rights of the people
who sent in patches :(
- vastly more useful documentation in the .pm file.
- much smaller distribution filesize ;)
Diffstat (limited to 'converters/p5-Convert-UUlib')
-rw-r--r-- | converters/p5-Convert-UUlib/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Convert-UUlib/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/converters/p5-Convert-UUlib/Makefile b/converters/p5-Convert-UUlib/Makefile index 1a0a996c9a9..e877c701373 100644 --- a/converters/p5-Convert-UUlib/Makefile +++ b/converters/p5-Convert-UUlib/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 16:36:13 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/09/20 16:03:46 chris Exp $ -DISTNAME= Convert-UUlib-0.213 +DISTNAME= Convert-UUlib-0.31 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5uul CATEGORIES= sysutils perl5 diff --git a/converters/p5-Convert-UUlib/distinfo b/converters/p5-Convert-UUlib/distinfo index 986f7cea33e..f9f6902d225 100644 --- a/converters/p5-Convert-UUlib/distinfo +++ b/converters/p5-Convert-UUlib/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/08/31 17:03:39 wiz Exp $ +$NetBSD: distinfo,v 1.3 2003/09/20 16:03:46 chris Exp $ -SHA1 (Convert-UUlib-0.213.tar.gz) = 346cfd80137de0e160948317317df6775a3fa8ca -Size (Convert-UUlib-0.213.tar.gz) = 307600 bytes +SHA1 (Convert-UUlib-0.31.tar.gz) = 2bb110854cab3bb113ad588c213b96d3498a849f +Size (Convert-UUlib-0.31.tar.gz) = 236507 bytes |