diff options
author | gdt <gdt@pkgsrc.org> | 2005-10-16 23:40:36 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2005-10-16 23:40:36 +0000 |
commit | c1ce18f60d979f2c9c0ebc083a82bb77a8194fa0 (patch) | |
tree | 389c78fd49548b8485748fa77ba1132d85e2fe04 /devel/guile-oops | |
parent | 398d1f96658d8d3ffc9ac4af224c1242d569d4d7 (diff) | |
download | pkgsrc-c1ce18f60d979f2c9c0ebc083a82bb77a8194fa0.tar.gz |
clarify DESCR and COMMENT that this is for guile 1.4, and that 1.6
already has goops.
Take maintainership from tech-pkg.
Diffstat (limited to 'devel/guile-oops')
-rw-r--r-- | devel/guile-oops/DESCR | 3 | ||||
-rw-r--r-- | devel/guile-oops/Makefile | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/guile-oops/DESCR b/devel/guile-oops/DESCR index 7b14e1a654d..ea1c12ad0d2 100644 --- a/devel/guile-oops/DESCR +++ b/devel/guile-oops/DESCR @@ -1,3 +1,6 @@ +GOOPS is built in to guile 1.6 and higher; this package provides goops +for guile 1.4. + 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 diff --git a/devel/guile-oops/Makefile b/devel/guile-oops/Makefile index b22a2e15da2..61d659e69da 100644 --- a/devel/guile-oops/Makefile +++ b/devel/guile-oops/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/16 23:40:36 gdt Exp $ # DISTNAME= guile-oops-0.9.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=guile/} -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile/ -COMMENT= CLOS-like object system for Guile +COMMENT= CLOS-like object system for Guile 1.4 CONFLICTS= guile>1.4 |