diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 22:12:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-29 22:12:16 +0000 |
commit | 7f2ebc89a6f51fa905afc06eafb742b798b73054 (patch) | |
tree | 33b06eadbdae3147795eb387629d8b9c5f2cd167 /converters | |
parent | Update to 0.5.13. (diff) |
More patches from ports/2701.
Submitted by: Tim Vanderhoek <tim@X2296>
Notes
Notes:
svn path=/head/; revision=6057
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uulib/Makefile | 6 | ||||
-rw-r--r-- | converters/uulib/files/porting.notes | 20 | ||||
-rw-r--r-- | converters/uulib/files/uulib.3 | 12 | ||||
-rw-r--r-- | converters/uulib/pkg-plist | 3 |
4 files changed, 30 insertions, 11 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 81175bbff242..9ce870ea552a 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.5 1996/12/11 23:03:42 ache Exp $ +# $Id: Makefile,v 1.6 1997/03/29 21:45:24 obrien Exp $ # DISTNAME= uudeview-0.5.13 @@ -16,9 +16,10 @@ MASTER_SITES= ftp://ftp.uni-frankfurt.de/pub/dist/frank/ \ MAINTAINER= ac199@freenet.hamilton.on.ca GNU_CONFIGURE= yes -ALL_TARGET= libuu.a +ALL_TARGET= libuu.a # libuu.so.1.0 MAN3= uulib.3 +DOCFILES+= HISTORY DOCFILES+= doc/Makefile DOCFILES+= doc/README DOCFILES+= doc/binhex.fig @@ -30,6 +31,7 @@ DOCFILES+= doc/td-v3.c DOCFILES+= doc/test.txt do-install: + @# ${INSTALL_DATA} ${WRKSRC}/uulib/libuu.so.1.0 ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/uulib/libuu.a ${PREFIX}/lib /usr/bin/ranlib ${PREFIX}/lib/libuu.a ${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include/uu.h diff --git a/converters/uulib/files/porting.notes b/converters/uulib/files/porting.notes index 5793a17cea50..eb15b92e9768 100644 --- a/converters/uulib/files/porting.notes +++ b/converters/uulib/files/porting.notes @@ -1,11 +1,15 @@ -This was originally one distribution for uudeview, but I broke it up -to make it cleaner and more useful. It is now uulib, uudeview. Once -I learn more about tcl (or someone else does it), I'll have to make -the third part -- xdeview. +This was originally one distribution for UUdeview, but I have broken +it up into ``libuu', ``uudeview'', and ``xdeview'', hopefully making +it cleaner and more useful. -Because it is split up, it is possible for other (theoretical future) -ports to use libuu.a. I dare say it also makes the whole thing that -much cleaner. +The source itself is quite portable and required no patching, although +I have added support for compilation as a shared library. -The source itself is quite portable and required no patching. +The package is covered under the GNU license. +The author has also written patches to the popular newsreaders `nn' +and `elm' to allow them to make use of this library. They are +available from the website mentioned in this library's +associated manpage. + +Tim Vanderhoek <ac199@freenet.hamilton.on.ca> diff --git a/converters/uulib/files/uulib.3 b/converters/uulib/files/uulib.3 index f3dc724bd9a4..6d8358ef1633 100644 --- a/converters/uulib/files/uulib.3 +++ b/converters/uulib/files/uulib.3 @@ -1,4 +1,4 @@ -.Dd September, 1996 +.Dd October, 1996 .Dt UULIB 3 .Sh NAME .Nm libuu @@ -13,7 +13,17 @@ Documentation for uulib is contained in FUNKYTOKENHEREshare/doc/uulib. .Ar Libuu is written by .Nm Frank Pilhofer <fp@informatik.uni-frankfurt.de> +with thanks to +.Nm Michael Newcomb, +.Nm Nico Mak, +.Nm Stephane Barizien, +.Nm Kris Karas, +and +.Nm Joachim Meyn. .Sh SEE ALSO .Xr uudeview 1 +.Xr xdeview 1 + +http://zeus.informatik.uni-frankfurt.de/~fp/uudeview .Sh HISTORY See the file FUNKYTOKENHEREshare/doc/uulib/HISTORY. diff --git a/converters/uulib/pkg-plist b/converters/uulib/pkg-plist index 4104338c66f0..12decb3648bb 100644 --- a/converters/uulib/pkg-plist +++ b/converters/uulib/pkg-plist @@ -10,4 +10,7 @@ share/doc/uulib/td-v2.c share/doc/uulib/td-v3.c share/doc/uulib/test.txt share/doc/uulib/porting.notes +share/doc/uulib/HISTORY man/man3/uulib.3.gz +@exec /sbin/ldconfig -m %D/lib +@dirrm share/doc/uulib |