Sat Mar 17 22:30:20 2012 UTC ()
Make Nm in man page match file name. Bump PKGREVISION.


(wiz)
diff -r1.43 -r1.44 pkgsrc/converters/uulib/Makefile
diff -r1.3 -r1.4 pkgsrc/converters/uulib/files/uulib.3

cvs diff -r1.43 -r1.44 pkgsrc/converters/uulib/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/uulib/Makefile 2009/09/04 13:31:37 1.43
+++ pkgsrc/converters/uulib/Makefile 2012/03/17 22:30:20 1.44
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile,v 1.43 2009/09/04 13:31:37 joerg Exp $ 1# $NetBSD: Makefile,v 1.44 2012/03/17 22:30:20 wiz Exp $
2# 2#
3 3
4DISTNAME= uudeview-0.5.20 4DISTNAME= uudeview-0.5.20
5PKGNAME= uulib-0.5.20 5PKGNAME= uulib-0.5.20
6PKGREVISION= 4 6PKGREVISION= 5
7CATEGORIES= converters 7CATEGORIES= converters
8MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/ 8MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/ 11HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
12COMMENT= Library for uu/xx/Base64/BinHex de-/encoding 12COMMENT= Library for uu/xx/Base64/BinHex de-/encoding
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17CONFIGURE_DIRS= uulib 17CONFIGURE_DIRS= uulib
18BUILD_DIRS= uulib 18BUILD_DIRS= uulib
19USE_LIBTOOL= yes 19USE_LIBTOOL= yes

cvs diff -r1.3 -r1.4 pkgsrc/converters/uulib/files/uulib.3 (expand / switch to unified diff)

--- pkgsrc/converters/uulib/files/uulib.3 2001/12/03 19:03:20 1.3
+++ pkgsrc/converters/uulib/files/uulib.3 2012/03/17 22:30:20 1.4
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1.\" $NetBSD: uulib.3,v 1.3 2001/12/03 19:03:20 wiz Exp $ 1.\" $NetBSD: uulib.3,v 1.4 2012/03/17 22:30:20 wiz Exp $
2.Dd October 1, 1996 2.Dd October 1, 1996
3.Dt UULIB 3 3.Dt UULIB 3
4.Sh NAME 4.Sh NAME
5.Nm libuu 5.Nm uulib
6.Nd Decoding Library Programming Interface 6.Nd Decoding Library Programming Interface
7.Sh DESCRIPTION 7.Sh DESCRIPTION
8This library is used for encoding/unencoding uuencoded, xxencoded, 8This library is used for encoding/unencoding uuencoded, xxencoded,
9and Base64 encoded files. It can also unencode BinHex files (but not 9and Base64 encoded files. It can also unencode BinHex files (but not
10encode them). 10encode them).
11.Sh DOCUMENTATION 11.Sh DOCUMENTATION
12Documentation for uulib is contained in FUNKYTOKENHEREshare/doc/uulib. 12Documentation for uulib is contained in FUNKYTOKENHEREshare/doc/uulib.
13.Sh SEE ALSO 13.Sh SEE ALSO
14.Xr uudeview 1 , 14.Xr uudeview 1 ,
15.Xr xdeview 1 15.Xr xdeview 1
16.Pp 16.Pp
17http://zeus.informatik.uni-frankfurt.de/~fp/uudeview 17http://zeus.informatik.uni-frankfurt.de/~fp/uudeview
18.Sh HISTORY 18.Sh HISTORY