diff options
author | wiz <wiz> | 2000-02-21 19:54:36 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-21 19:54:36 +0000 |
commit | 2b0bf296e36f04b1f1936c3a8d7ac63f538ab4da (patch) | |
tree | e3d99a728aca732f7641921045928044e92d6b14 /devel | |
parent | 4bf9410a4108fb835aa7692d86fce0f3e91fb474 (diff) | |
download | pkgsrc-2b0bf296e36f04b1f1936c3a8d7ac63f538ab4da.tar.gz |
Updated to pth-1.3.1. Changes:
*) Added HISTORY document where we now write down the evolution
and release dates of Pth to have a concise history reference.
[Ralf S. Engelschall]
*) Added USERS document where we now collect references to
software packages utilizing GNU Pth.
[Ralf S. Engelschall]
*) Fixed a subtle typo in pth.pod about thread-safe functions
and finished documentation of pth_attr_set/pth_attr_get functions.
[James Robinson <jlrobins@uncc.edu>, Jeremie <jeremie@jabber.org>]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pth/Makefile | 6 | ||||
-rw-r--r-- | devel/pth/files/md5 | 4 | ||||
-rw-r--r-- | devel/pth/pkg/PLIST | 7 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index c0985227790..6963a9b6ca0 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2000/02/20 15:21:59 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/02/21 19:54:36 wiz Exp $ # -DISTNAME= pth-1.3.0 +DISTNAME= pth-1.3.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --enable-pthread post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pth/ cd ${WRKSRC} && ${INSTALL_DATA} ANNOUNCE AUTHORS COPYING HACKING \ - NEWS README SUPPORT TESTS THANKS pthread.ps rse-pmt.ps \ + NEWS README SUPPORT TESTS THANKS USERS pthread.ps rse-pmt.ps \ ${PREFIX}/share/doc/pth/ .include "../../mk/bsd.pkg.mk" diff --git a/devel/pth/files/md5 b/devel/pth/files/md5 index c783fde2446..765865bf0a4 100644 --- a/devel/pth/files/md5 +++ b/devel/pth/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.18 2000/02/20 15:22:03 wiz Exp $ +$NetBSD: md5,v 1.19 2000/02/21 19:54:37 wiz Exp $ -MD5 (pth-1.3.0.tar.gz) = 9150dc0bbf52ff41cfbfe6015694f120 +MD5 (pth-1.3.1.tar.gz) = 0a5e48ea6088850fb0f099d60c3f86b4 diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST index 5a9ff3c7adb..82bfd9f6327 100644 --- a/devel/pth/pkg/PLIST +++ b/devel/pth/pkg/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.15 2000/02/20 15:22:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.16 2000/02/21 19:54:38 wiz Exp $ bin/pth-config bin/pthread-config include/pth.h include/pthread.h lib/libpth.a -lib/libpth.so.13.0 +lib/libpth.so.13.1 lib/libpthread.a -lib/libpthread.so.13.0 +lib/libpthread.so.13.1 man/man1/pth-config.1 man/man1/pthread-config.1 man/man3/pth.3 @@ -21,6 +21,7 @@ share/doc/pth/README share/doc/pth/SUPPORT share/doc/pth/TESTS share/doc/pth/THANKS +share/doc/pth/USERS share/doc/pth/pthread.ps share/doc/pth/rse-pmt.ps @dirrm share/doc/pth |