From 1a7910c33465b476d3c41c913d1231e547163689 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/pth/DESCR | 5 +++++ devel/pth/PLIST | 33 +++++++++++++++++++++++++++++++++ devel/pth/pkg/DESCR | 5 ----- devel/pth/pkg/PLIST | 33 --------------------------------- 4 files changed, 38 insertions(+), 38 deletions(-) create mode 100644 devel/pth/DESCR create mode 100644 devel/pth/PLIST delete mode 100644 devel/pth/pkg/DESCR delete mode 100644 devel/pth/pkg/PLIST (limited to 'devel/pth') diff --git a/devel/pth/DESCR b/devel/pth/DESCR new file mode 100644 index 00000000000..e29abcc50a5 --- /dev/null +++ b/devel/pth/DESCR @@ -0,0 +1,5 @@ +PTH is a very portable POSIX/ANSI-C based library for Unix platforms which +provides non-preemptive scheduling for multiple threads of execution +("multithreading") inside server applications. All threads run in the same +address space of the server application, but each thread has its own +individual program-counter, run-time stack, signal mask and errno variable. diff --git a/devel/pth/PLIST b/devel/pth/PLIST new file mode 100644 index 00000000000..3778dd5801a --- /dev/null +++ b/devel/pth/PLIST @@ -0,0 +1,33 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:26:03 zuntum Exp $ +bin/pth-config +bin/pthread-config +include/pth.h +include/pthread.h +lib/libpth.a +lib/libpth.la +lib/libpth.so +lib/libpth.so.${PTH_MAJOR} +lib/libpth.so.${PTH_MAJOR}.${PTH_MINOR} +lib/libpthread.a +lib/libpthread.la +lib/libpthread.so +lib/libpthread.so.${PTH_MAJOR} +lib/libpthread.so.${PTH_MAJOR}.${PTH_MINOR} +man/man1/pth-config.1 +man/man1/pthread-config.1 +man/man3/pth.3 +man/man3/pthread.3 +share/aclocal/pth.m4 +share/doc/pth/ANNOUNCE +share/doc/pth/AUTHORS +share/doc/pth/COPYING +share/doc/pth/HACKING +share/doc/pth/NEWS +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 diff --git a/devel/pth/pkg/DESCR b/devel/pth/pkg/DESCR deleted file mode 100644 index e29abcc50a5..00000000000 --- a/devel/pth/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -PTH is a very portable POSIX/ANSI-C based library for Unix platforms which -provides non-preemptive scheduling for multiple threads of execution -("multithreading") inside server applications. All threads run in the same -address space of the server application, but each thread has its own -individual program-counter, run-time stack, signal mask and errno variable. diff --git a/devel/pth/pkg/PLIST b/devel/pth/pkg/PLIST deleted file mode 100644 index cebfe90389e..00000000000 --- a/devel/pth/pkg/PLIST +++ /dev/null @@ -1,33 +0,0 @@ -@comment $NetBSD: PLIST,v 1.20 2001/01/08 02:11:35 wiz Exp $ -bin/pth-config -bin/pthread-config -include/pth.h -include/pthread.h -lib/libpth.a -lib/libpth.la -lib/libpth.so -lib/libpth.so.${PTH_MAJOR} -lib/libpth.so.${PTH_MAJOR}.${PTH_MINOR} -lib/libpthread.a -lib/libpthread.la -lib/libpthread.so -lib/libpthread.so.${PTH_MAJOR} -lib/libpthread.so.${PTH_MAJOR}.${PTH_MINOR} -man/man1/pth-config.1 -man/man1/pthread-config.1 -man/man3/pth.3 -man/man3/pthread.3 -share/aclocal/pth.m4 -share/doc/pth/ANNOUNCE -share/doc/pth/AUTHORS -share/doc/pth/COPYING -share/doc/pth/HACKING -share/doc/pth/NEWS -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 -- cgit v1.2.3