Path to this page:
NOTICE: This package has been removed from pkgsrc./
devel/guile-oops,
CLOS-like object system for Guile 1.4
Branch: CURRENT,
Version: 0.9.0nb7,
Package name: guile-oops-0.9.0nb7,
Maintainer: gdtGOOPS 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
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).
Required to run:[
lang/guile14]
Required to build:[
devel/libtool-base]
Master sites: (Expand)
SHA1: c5d1473f2e555002c710751db6b5149b3877f339
RMD160: 2482688d16ca61780143b05bd303fb1555ba8292
Filesize: 437.806 KB
Version history: (Expand)
- (2007-08-26) Package deleted from pkgsrc
- (2007-08-26) Package has been reborn
- (2007-08-26) Package has been reborn
CVS history: (Expand)
2007-06-05 07:50:22 by Thomas Klausner | Files touched by this commit (23) | |
Log message:
Remove guile14 and its remaining two dependencies
(guile-oops is included in newer guile, guile-gtk replaces guile14-gtk).
|
2006-03-31 07:37:09 by Johnny C. Lam | Files touched by this commit (31) |
Log message:
* Move info file entries into the PLIST.
* Honor PKGINFODIR and EMACS_INFOPREFIX.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-10-17 01:40:36 by Greg Troxel | Files touched by this commit (2) |
Log message:
clarify DESCR and COMMENT that this is for guile 1.4, and that 1.6
already has goops.
Take maintainership from tech-pkg.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-10-15 16:50:07 by Todd Vierling | Files touched by this commit (35) |
Log message:
Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
|
2004-10-14 17:31:40 by Todd Vierling | Files touched by this commit (4) |
Log message:
Don't put a .la file anywhere but its installed location, and definitely
don't put it in share/. Fixes bulk build/"make package".
|