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/guile-oops/DESCR | 13 +++++++++++++ devel/guile-oops/PLIST | 31 +++++++++++++++++++++++++++++++ devel/guile-oops/pkg/DESCR | 13 ------------- devel/guile-oops/pkg/PLIST | 31 ------------------------------- 4 files changed, 44 insertions(+), 44 deletions(-) create mode 100644 devel/guile-oops/DESCR create mode 100644 devel/guile-oops/PLIST delete mode 100644 devel/guile-oops/pkg/DESCR delete mode 100644 devel/guile-oops/pkg/PLIST (limited to 'devel/guile-oops') diff --git a/devel/guile-oops/DESCR b/devel/guile-oops/DESCR new file mode 100644 index 00000000000..7b14e1a654d --- /dev/null +++ b/devel/guile-oops/DESCR @@ -0,0 +1,13 @@ +GOOPS is the object oriented extension to Guile. Its implementation is +derived from STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor +Kiczales `Tiny-Clos'. It is very close in spirit to CLOS, the Common +Lisp Object System (`CLtL2') but is adapted for the Scheme language. +While GOOPS is not compatible with any of these systems, GOOPS +contains a compatibility module which allows for execution of STKlos +programs. + +Briefly stated, the GOOPS extension gives the user a full object +oriented system with multiple inheritance and generic functions with +multi-method dispatch. Furthermore, the implementation relies on a +true meta object protocol, in the spirit of the one defined for CLOS +(Gregor Kiczales: A Metaobject Protocol). diff --git a/devel/guile-oops/PLIST b/devel/guile-oops/PLIST new file mode 100644 index 00000000000..a5e66df0d87 --- /dev/null +++ b/devel/guile-oops/PLIST @@ -0,0 +1,31 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:04 zuntum Exp $ +bin/guile-oops +include/goops-snarf.h +include/goops.h +include/goops/versiondat.h +@unexec install-info --delete --info-dir=%D/info %D/info/goops.info +info/goops.info +info/goops.info-1 +info/goops.info-2 +info/goops.info-3 +@exec install-info --info-dir=%D/info %D/info/goops.info +lib/libgoopscore.a +lib/libgoopscore.la +lib/libgoopscore.so +lib/libgoopscore.so.4 +lib/libgoopscore.so.4.0 +share/guile/oop/goops.scm +share/guile/oop/goops/active-slot.scm +share/guile/oop/goops/compile.scm +share/guile/oop/goops/composite-slot.scm +share/guile/oop/goops/describe.scm +share/guile/oop/goops/dispatch.scm +share/guile/oop/goops/internal.scm +share/guile/oop/goops/libgoopscore.la +share/guile/oop/goops/libgoopscore.so.4 +share/guile/oop/goops/save.scm +share/guile/oop/goops/stklos.scm +share/guile/oop/goops/util.scm +@dirrm share/guile/oop/goops +@dirrm share/guile/oop +@dirrm include/goops diff --git a/devel/guile-oops/pkg/DESCR b/devel/guile-oops/pkg/DESCR deleted file mode 100644 index 7b14e1a654d..00000000000 --- a/devel/guile-oops/pkg/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -GOOPS is the object oriented extension to Guile. Its implementation is -derived from STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor -Kiczales `Tiny-Clos'. It is very close in spirit to CLOS, the Common -Lisp Object System (`CLtL2') but is adapted for the Scheme language. -While GOOPS is not compatible with any of these systems, GOOPS -contains a compatibility module which allows for execution of STKlos -programs. - -Briefly stated, the GOOPS extension gives the user a full object -oriented system with multiple inheritance and generic functions with -multi-method dispatch. Furthermore, the implementation relies on a -true meta object protocol, in the spirit of the one defined for CLOS -(Gregor Kiczales: A Metaobject Protocol). diff --git a/devel/guile-oops/pkg/PLIST b/devel/guile-oops/pkg/PLIST deleted file mode 100644 index 1022f92e757..00000000000 --- a/devel/guile-oops/pkg/PLIST +++ /dev/null @@ -1,31 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/02/27 13:43:19 wiz Exp $ -bin/guile-oops -include/goops-snarf.h -include/goops.h -include/goops/versiondat.h -@unexec install-info --delete --info-dir=%D/info %D/info/goops.info -info/goops.info -info/goops.info-1 -info/goops.info-2 -info/goops.info-3 -@exec install-info --info-dir=%D/info %D/info/goops.info -lib/libgoopscore.a -lib/libgoopscore.la -lib/libgoopscore.so -lib/libgoopscore.so.4 -lib/libgoopscore.so.4.0 -share/guile/oop/goops.scm -share/guile/oop/goops/active-slot.scm -share/guile/oop/goops/compile.scm -share/guile/oop/goops/composite-slot.scm -share/guile/oop/goops/describe.scm -share/guile/oop/goops/dispatch.scm -share/guile/oop/goops/internal.scm -share/guile/oop/goops/libgoopscore.la -share/guile/oop/goops/libgoopscore.so.4 -share/guile/oop/goops/save.scm -share/guile/oop/goops/stklos.scm -share/guile/oop/goops/util.scm -@dirrm share/guile/oop/goops -@dirrm share/guile/oop -@dirrm include/goops -- cgit v1.2.3