NOTICE: This package has been removed from pkgsrc

./devel/gobo-eiffel, Portable Eiffel structure libraries and tools

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.5nb3, Package name: gobo-eiffel-1.5nb3, Maintainer: pkgsrc-users

One of the main concerns of Gobo Eiffel is to provide you with Eiffel
libraries and tools that are portable across various Eiffel compilers
available on the market. That way, you can still use your favorite Eiffel
compiler while taking advantage of the goodies included in this package.

This package consists of five Eiffel libraries:

Gobo Eiffel Kernel Library
Gobo Eiffel Structure Library
Gobo Eiffel Lexical Library
Gobo Eiffel Parse Library
Gobo Eiffel Utility Library

and three utilities:

Gobo Eiffel Lex (gelex)
Gobo Eiffel Yacc (geyacc)
Gobo Eiffel Preprocessor (gepp)


Required to build:
[archivers/unzip] [lang/SmartEiffel]

Master sites:

SHA1: 09226a32804a5f513a99a3d241543e30c54061ea
RMD160: c7ebc7b48f4155ddddf21b51116a30b39746d545
Filesize: 1220.495 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454)
Log message:
Remove @dirrm entries from PLISTs
   2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274)
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
   2008-03-11 21:10:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Depend on SmartEiffel.
   2007-08-30 18:58:19 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Ensure that installed files are not world writeable. While here,
add DESTDIR support. Bump revision.
   2007-06-08 20:39:24 by Thomas Klausner | Files touched by this commit (13)
Log message:
Remove dead MASTERS_SITES. From Zafer Aydogan.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   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.
   2006-01-21 19:57:42 by Johnny C. Lam | Files touched by this commit (47)
Log message:
Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.