From 0b6b506536c1ff50f1531d26be2fccfe86c74335 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/lwp/DESCR | 5 +++++ devel/lwp/PLIST | 10 ++++++++++ devel/lwp/pkg/DESCR | 5 ----- devel/lwp/pkg/PLIST | 10 ---------- 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 devel/lwp/DESCR create mode 100644 devel/lwp/PLIST delete mode 100644 devel/lwp/pkg/DESCR delete mode 100644 devel/lwp/pkg/PLIST (limited to 'devel/lwp') diff --git a/devel/lwp/DESCR b/devel/lwp/DESCR new file mode 100644 index 00000000000..2a372425dfd --- /dev/null +++ b/devel/lwp/DESCR @@ -0,0 +1,5 @@ +This package implements LWP (light weight process) style threads. +The interface is simple, and the co-operative model used incurs +minimal run-time overhead on packages that utilize the library. + +The original design and implementation of LWP was done by Larry Raper. diff --git a/devel/lwp/PLIST b/devel/lwp/PLIST new file mode 100644 index 00000000000..e1571a821fb --- /dev/null +++ b/devel/lwp/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:50 zuntum Exp $ +include/lwp/lock.h +include/lwp/lwp.h +include/lwp/timer.h +@dirrm include/lwp +lib/liblwp.a +lib/liblwp.la +lib/liblwp.so +lib/liblwp.so.2 +lib/liblwp.so.2.0 diff --git a/devel/lwp/pkg/DESCR b/devel/lwp/pkg/DESCR deleted file mode 100644 index 2a372425dfd..00000000000 --- a/devel/lwp/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -This package implements LWP (light weight process) style threads. -The interface is simple, and the co-operative model used incurs -minimal run-time overhead on packages that utilize the library. - -The original design and implementation of LWP was done by Larry Raper. diff --git a/devel/lwp/pkg/PLIST b/devel/lwp/pkg/PLIST deleted file mode 100644 index d0fa1369fae..00000000000 --- a/devel/lwp/pkg/PLIST +++ /dev/null @@ -1,10 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2001/04/27 19:00:38 phil Exp $ -include/lwp/lock.h -include/lwp/lwp.h -include/lwp/timer.h -@dirrm include/lwp -lib/liblwp.a -lib/liblwp.la -lib/liblwp.so -lib/liblwp.so.2 -lib/liblwp.so.2.0 -- cgit v1.2.3