pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove gobo-eiffel. Never updated since its import in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db4cff06afeb
branches:  trunk
changeset: 398139:db4cff06afeb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 25 11:41:13 2009 +0000

description:
Remove gobo-eiffel. Never updated since its import in 1999 (though
upstream development is active), has been failing bulk builds since
at least 2007.

diffstat:

 devel/Makefile             |    3 +-
 devel/gobo-eiffel/DESCR    |   18 -
 devel/gobo-eiffel/Makefile |   66 -----
 devel/gobo-eiffel/PLIST    |  542 ---------------------------------------------
 devel/gobo-eiffel/distinfo |    5 -
 doc/CHANGES-2009           |    3 +-
 doc/TODO                   |    3 +-
 7 files changed, 4 insertions(+), 636 deletions(-)

diffs (truncated from 695 to 300 lines):

diff -r 908b0a505acb -r db4cff06afeb devel/Makefile
--- a/devel/Makefile    Tue Aug 25 08:17:36 2009 +0000
+++ b/devel/Makefile    Tue Aug 25 11:41:13 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1218 2009/08/22 12:02:04 seb Exp $
+# $NetBSD: Makefile,v 1.1219 2009/08/25 11:41:13 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -213,7 +213,6 @@
 SUBDIR+=       gnustep-objc
 SUBDIR+=       gnustep-objc-lf2
 SUBDIR+=       gob2
-SUBDIR+=       gobo-eiffel
 SUBDIR+=       gperf
 SUBDIR+=       gputils
 SUBDIR+=       gsoap
diff -r 908b0a505acb -r db4cff06afeb devel/gobo-eiffel/DESCR
--- a/devel/gobo-eiffel/DESCR   Tue Aug 25 08:17:36 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-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)
diff -r 908b0a505acb -r db4cff06afeb devel/gobo-eiffel/Makefile
--- a/devel/gobo-eiffel/Makefile        Tue Aug 25 08:17:36 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:17 joerg Exp $
-#
-
-DISTNAME=      gobo15
-PKGNAME=       gobo-eiffel-1.5
-PKGREVISION=   3
-CATEGORIES=    devel
-MASTER_SITES=  ftp://ftp.eiffel.com/pub/shelf/bezault/
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.gobosoft.com/
-COMMENT=       Portable Eiffel structure libraries and tools
-
-PKG_DESTDIR_SUPPORT=   user-destdir
-
-BUILD_DEPENDS+=        SmartEiffel-[0-9]*:../../lang/SmartEiffel
-USE_TOOLS+=    pax
-
-EXTRACT_OPTS_ZIP=      -uLa
-
-WRKSRC=                ${WRKDIR}
-GOBO=          ${PREFIX}/share/gobo-eiffel
-
-INSTALLATION_DIRS+=    bin share/gogo-eiffel share/doc/gogo-eiffel
-INSTALLATION_DIRS+=    share/examples/gobo-eiffel
-
-post-extract:
-       ${RM} -rf ${WRKSRC}/bin
-       for dir in doc example library; do                              \
-       ${FIND} ${WRKSRC}/$$dir ! -type d | ${XARGS} ${CHMOD} 644;      \
-       ${FIND} ${WRKSRC}/$$dir -type d | ${XARGS} ${CHMOD} 755;        \
-       done
-
-pre-build:
-       for file in `${FIND} ${WRKSRC} -name "se.sh" -print`; do \
-               ${SED} -e "s,compile,smalleiffel compile -verbose -O2," \
-                       $${file} > $${file}.tmp; \
-               ${RM} -f $${file}; \
-               ${MV} -f $${file}.tmp $${file}; \
-       done
-
-do-build:
-       cd ${WRKSRC}/src/gelex; GOBO=${WRKSRC} ${SH} se.sh
-       cd ${WRKSRC}/src/gepp; GOBO=${WRKSRC} ${SH} se.sh
-       cd ${WRKSRC}/src/geyacc; GOBO=${WRKSRC} ${SH} se.sh
-
-pre-install:
-       for file in `${FIND} ${WRKSRC} -name "loadpath.se" -print`; do \
-               ${SED} -e "s,\$${GOBO},${GOBO}," $${file} > $${file}.tmp; \
-               ${RM} -f $${file}; \
-               ${MV} -f $${file}.tmp $${file}; \
-       done
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/gelex/a.out ${DESTDIR}${PREFIX}/bin/gelex
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/gepp/a.out ${DESTDIR}${PREFIX}/bin/gepp
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/geyacc/a.out ${DESTDIR}${PREFIX}/bin/geyacc
-       cd ${WRKSRC}; pax -rw library ${DESTDIR}${GOBO}
-       ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${GOBO}
-       cd ${WRKSRC}/doc; pax -rw * ${DESTDIR}${PREFIX}/share/doc/gobo-eiffel
-       ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${PREFIX}/share/doc/gobo-eiffel
-       cd ${WRKSRC}/example; pax -rw * ${DESTDIR}${PREFIX}/share/examples/gobo-eiffel
-       ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${DESTDIR}${PREFIX}/share/examples/gobo-eiffel
-
-.include "../../mk/bsd.pkg.mk"
diff -r 908b0a505acb -r db4cff06afeb devel/gobo-eiffel/PLIST
--- a/devel/gobo-eiffel/PLIST   Tue Aug 25 08:17:36 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,542 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:48:47 joerg Exp $
-bin/gelex
-bin/gepp
-bin/geyacc
-share/doc/gobo-eiffel/download.html
-share/doc/gobo-eiffel/gelex/actions.html
-share/doc/gobo-eiffel/gelex/description.html
-share/doc/gobo-eiffel/gelex/examples.html
-share/doc/gobo-eiffel/gelex/index.html
-share/doc/gobo-eiffel/gelex/introduction.html
-share/doc/gobo-eiffel/gelex/limitations.html
-share/doc/gobo-eiffel/gelex/matching_rules.html
-share/doc/gobo-eiffel/gelex/options.html
-share/doc/gobo-eiffel/gelex/patterns.html
-share/doc/gobo-eiffel/gelex/readme.txt
-share/doc/gobo-eiffel/gelex/scanner.html
-share/doc/gobo-eiffel/gelex/see_also.html
-share/doc/gobo-eiffel/gelex/skeleton.html
-share/doc/gobo-eiffel/gelex/stages.html
-share/doc/gobo-eiffel/gelex/start_conditions.html
-share/doc/gobo-eiffel/geyacc/actions.html
-share/doc/gobo-eiffel/geyacc/algorithm.html
-share/doc/gobo-eiffel/geyacc/context.html
-share/doc/gobo-eiffel/geyacc/declarations.html
-share/doc/gobo-eiffel/geyacc/description.html
-share/doc/gobo-eiffel/geyacc/error.html
-share/doc/gobo-eiffel/geyacc/examples.html
-share/doc/gobo-eiffel/geyacc/index.html
-share/doc/gobo-eiffel/geyacc/introduction.html
-share/doc/gobo-eiffel/geyacc/limitations.html
-share/doc/gobo-eiffel/geyacc/options.html
-share/doc/gobo-eiffel/geyacc/parser.html
-share/doc/gobo-eiffel/geyacc/precedence.html
-share/doc/gobo-eiffel/geyacc/readme.txt
-share/doc/gobo-eiffel/geyacc/rules.html
-share/doc/gobo-eiffel/geyacc/see_also.html
-share/doc/gobo-eiffel/geyacc/skeleton.html
-share/doc/gobo-eiffel/geyacc/stages.html
-share/doc/gobo-eiffel/geyacc/symbols.html
-share/doc/gobo-eiffel/image/book/compiler_design.gif
-share/doc/gobo-eiffel/image/book/compilers.gif
-share/doc/gobo-eiffel/image/book/design_patterns.gif
-share/doc/gobo-eiffel/image/book/empty.gif
-share/doc/gobo-eiffel/image/book/index.html
-share/doc/gobo-eiffel/image/book/ise.gif
-share/doc/gobo-eiffel/image/book/lex_yacc.gif
-share/doc/gobo-eiffel/image/book/object_structures.gif
-share/doc/gobo-eiffel/image/book/regex.gif
-share/doc/gobo-eiffel/image/book/reusable_software.gif
-share/doc/gobo-eiffel/image/construction.gif
-share/doc/gobo-eiffel/image/download.gif
-share/doc/gobo-eiffel/image/home.gif
-share/doc/gobo-eiffel/image/index.html
-share/doc/gobo-eiffel/image/next.gif
-share/doc/gobo-eiffel/image/previous.gif
-share/doc/gobo-eiffel/image/toc.gif
-share/doc/gobo-eiffel/index.html
-share/doc/gobo-eiffel/license.html
-share/doc/gobo-eiffel/portability/client.html
-share/doc/gobo-eiffel/portability/gepp.html
-share/doc/gobo-eiffel/portability/index.html
-share/doc/gobo-eiffel/portability/inheritance.html
-share/doc/gobo-eiffel/portability/portability.html
-share/doc/gobo-eiffel/portability/readme.txt
-share/doc/gobo-eiffel/readme.txt
-share/doc/gobo-eiffel/structure/base.html
-share/doc/gobo-eiffel/structure/container.html
-share/doc/gobo-eiffel/structure/dispenser.html
-share/doc/gobo-eiffel/structure/flatshort/ds_arrayed_list.html
-share/doc/gobo-eiffel/structure/flatshort/ds_arrayed_list_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_arrayed_stack.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bilinear.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bilinear_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bilinkable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bilinked_list.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bilinked_list_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_bubble_sorter.html
-share/doc/gobo-eiffel/structure/flatshort/ds_cell.html
-share/doc/gobo-eiffel/structure/flatshort/ds_container.html
-share/doc/gobo-eiffel/structure/flatshort/ds_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_dispenser.html
-share/doc/gobo-eiffel/structure/flatshort/ds_dynamic_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_equality_tester.html
-share/doc/gobo-eiffel/structure/flatshort/ds_hash_table.html
-share/doc/gobo-eiffel/structure/flatshort/ds_hash_table_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_indexable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_indexable_sorter.html
-share/doc/gobo-eiffel/structure/flatshort/ds_indexed_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linear.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linear_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linkable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linked_list.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linked_list_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linked_queue.html
-share/doc/gobo-eiffel/structure/flatshort/ds_linked_stack.html
-share/doc/gobo-eiffel/structure/flatshort/ds_list.html
-share/doc/gobo-eiffel/structure/flatshort/ds_list_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_pair.html
-share/doc/gobo-eiffel/structure/flatshort/ds_queue.html
-share/doc/gobo-eiffel/structure/flatshort/ds_quick_sorter.html
-share/doc/gobo-eiffel/structure/flatshort/ds_resizable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_searchable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_shell_sorter.html
-share/doc/gobo-eiffel/structure/flatshort/ds_sortable.html
-share/doc/gobo-eiffel/structure/flatshort/ds_sorter.html
-share/doc/gobo-eiffel/structure/flatshort/ds_sparse_table.html
-share/doc/gobo-eiffel/structure/flatshort/ds_sparse_table_cursor.html
-share/doc/gobo-eiffel/structure/flatshort/ds_stack.html
-share/doc/gobo-eiffel/structure/flatshort/ds_table.html
-share/doc/gobo-eiffel/structure/flatshort/ds_traversable.html
-share/doc/gobo-eiffel/structure/flatshort/index.html
-share/doc/gobo-eiffel/structure/image/arrayed_list.gif
-share/doc/gobo-eiffel/structure/image/base.gif
-share/doc/gobo-eiffel/structure/image/bilinked_list.gif
-share/doc/gobo-eiffel/structure/image/container.gif
-share/doc/gobo-eiffel/structure/image/dispenser.gif
-share/doc/gobo-eiffel/structure/image/linked_list.gif
-share/doc/gobo-eiffel/structure/image/list.gif
-share/doc/gobo-eiffel/structure/image/sort.gif
-share/doc/gobo-eiffel/structure/image/table.gif
-share/doc/gobo-eiffel/structure/image/traversal.gif
-share/doc/gobo-eiffel/structure/index.html
-share/doc/gobo-eiffel/structure/list.html
-share/doc/gobo-eiffel/structure/readme.txt
-share/doc/gobo-eiffel/structure/see_also.html
-share/doc/gobo-eiffel/structure/sort.html
-share/doc/gobo-eiffel/structure/table.html
-share/doc/gobo-eiffel/structure/terminology.html
-share/doc/gobo-eiffel/structure/traversal.html
-share/examples/gobo-eiffel/lexical/ascii2ps/ascii2ps.e
-share/examples/gobo-eiffel/lexical/ascii2ps/ascii2ps.l
-share/examples/gobo-eiffel/lexical/ascii2ps/hact.ace
-share/examples/gobo-eiffel/lexical/ascii2ps/ise.ace
-share/examples/gobo-eiffel/lexical/ascii2ps/make_scanner.bat
-share/examples/gobo-eiffel/lexical/ascii2ps/pp.bat
-share/examples/gobo-eiffel/lexical/ascii2ps/readme.txt
-share/examples/gobo-eiffel/lexical/ascii2ps/se.bat
-share/examples/gobo-eiffel/lexical/ascii2ps/se.sh
-share/examples/gobo-eiffel/lexical/ascii2ps/ve.esd
-share/examples/gobo-eiffel/lexical/calculator/calc_parser.e
-share/examples/gobo-eiffel/lexical/calculator/calc_parser.y
-share/examples/gobo-eiffel/lexical/calculator/calc_scanner.e
-share/examples/gobo-eiffel/lexical/calculator/calc_scanner.l
-share/examples/gobo-eiffel/lexical/calculator/hact.ace
-share/examples/gobo-eiffel/lexical/calculator/make_parser.bat
-share/examples/gobo-eiffel/lexical/calculator/make_scanner.bat
-share/examples/gobo-eiffel/lexical/calculator/readme.txt
-share/examples/gobo-eiffel/lexical/eiffel/eiffel_scanner.e
-share/examples/gobo-eiffel/lexical/eiffel/eiffel_scanner.l
-share/examples/gobo-eiffel/lexical/eiffel/eiffel_tokens.e
-share/examples/gobo-eiffel/lexical/eiffel/hact.ace
-share/examples/gobo-eiffel/lexical/eiffel/ise.ace
-share/examples/gobo-eiffel/lexical/eiffel/make_scanner.bat
-share/examples/gobo-eiffel/lexical/eiffel/readme.txt
-share/examples/gobo-eiffel/lexical/eiffel/se.bat
-share/examples/gobo-eiffel/lexical/eiffel/se.sh
-share/examples/gobo-eiffel/lexical/eiffel/ve.esd
-share/examples/gobo-eiffel/lexical/gegrep/gegrep.e
-share/examples/gobo-eiffel/lexical/gegrep/hact.ace
-share/examples/gobo-eiffel/lexical/gegrep/ise.ace
-share/examples/gobo-eiffel/lexical/gegrep/readme.txt
-share/examples/gobo-eiffel/lexical/gegrep/se.bat
-share/examples/gobo-eiffel/lexical/gegrep/se.sh
-share/examples/gobo-eiffel/lexical/gegrep/ve.esd
-share/examples/gobo-eiffel/parse/calc/calc.e
-share/examples/gobo-eiffel/parse/calc/calc.y
-share/examples/gobo-eiffel/parse/calc/hact.ace
-share/examples/gobo-eiffel/parse/calc/ise.ace
-share/examples/gobo-eiffel/parse/calc/make_parser.bat
-share/examples/gobo-eiffel/parse/calc/readme.txt
-share/examples/gobo-eiffel/parse/calc/se.bat
-share/examples/gobo-eiffel/parse/calc/se.sh
-share/examples/gobo-eiffel/parse/calc/ve.esd
-share/examples/gobo-eiffel/parse/eiffel/eiffel_parser.e
-share/examples/gobo-eiffel/parse/eiffel/eiffel_parser.y
-share/examples/gobo-eiffel/parse/eiffel/eiffel_scanner.e
-share/examples/gobo-eiffel/parse/eiffel/eiffel_scanner.l
-share/examples/gobo-eiffel/parse/eiffel/eiffel_tokens.e
-share/examples/gobo-eiffel/parse/eiffel/hact.ace
-share/examples/gobo-eiffel/parse/eiffel/ise.ace
-share/examples/gobo-eiffel/parse/eiffel/make_parser.bat
-share/examples/gobo-eiffel/parse/eiffel/make_scanner.bat
-share/examples/gobo-eiffel/parse/eiffel/readme.txt
-share/examples/gobo-eiffel/parse/eiffel/se.bat
-share/examples/gobo-eiffel/parse/eiffel/se.sh
-share/examples/gobo-eiffel/parse/eiffel/ve.esd
-share/examples/gobo-eiffel/parse/mcalc/hact.ace



Home | Main Index | Thread Index | Old Index