diff options
32 files changed, 5 insertions, 809 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules index a7fe206f12ee..0c875ab0f4e6 100644 --- a/CVSROOT/modules +++ b/CVSROOT/modules @@ -2817,7 +2817,6 @@ felt ports/science/felt femlab ports/math/femlab fep ports/misc/fep ferite ports/lang/ferite -fesi ports/lang/fesi festalon ports/audio/festalon festdoc ports/audio/festdoc festival ports/audio/festival @@ -3813,7 +3812,6 @@ gnat-doc-info ports/lang/gnat-doc-info gnat-doc-ps ports/lang/gnat-doc-ps gnat-doc-texi ports/lang/gnat-doc-texi gnat-doc-txt ports/lang/gnat-doc-txt -gnat-gcc34 ports/lang/gnat-gcc34 gnat-gcc41 ports/lang/gnat-gcc41 gnat-gcc42 ports/lang/gnat-gcc42 gnat-gcc43 ports/lang/gnat-gcc43 @@ -3938,7 +3936,6 @@ gnome2-power-tools ports/x11/gnome2-power-tools gnome_subr ports/sysutils/gnome_subr gnomeattacks ports/games/gnomeattacks gnomebaker ports/sysutils/gnomebaker -gnomebasic ports/lang/gnomebasic gnomebreakout ports/games/gnomebreakout gnomecanvas ports/graphics/gnomecanvas gnomechess ports/games/gnomechess @@ -4631,7 +4628,6 @@ hs-cpphs ports/devel/hs-cpphs hs-drift ports/devel/hs-drift hs-fps ports/devel/hs-fps hs-frantk ports/x11-toolkits/hs-frantk -hs-green-card ports/devel/hs-green-card hs-gtk2hs ports/x11-toolkits/hs-gtk2hs hs-haddock ports/devel/hs-haddock hs-happy ports/devel/hs-happy @@ -9532,7 +9528,6 @@ p5-Devel-Constants ports/devel/p5-Devel-Constants p5-Devel-CoreStack ports/devel/p5-Devel-CoreStack p5-Devel-Cover ports/devel/p5-Devel-Cover p5-Devel-Cycle ports/devel/p5-Devel-Cycle -p5-Devel-DProf ports/devel/p5-Devel-DProf p5-Devel-DProfPP ports/devel/p5-Devel-DProfPP p5-Devel-Diagram ports/devel/p5-Devel-Diagram p5-Devel-EvalContext ports/devel/p5-Devel-EvalContext @@ -3229,3 +3229,8 @@ www/mapedit||2007-09-18|Has expired: Depends on obsolete version of jdk www/hotjava||2007-09-18|Has expired: Depends on obsolete version of jdk sysutils/cd9660_unicode||2007-09-18|Has expired: is obsolete. See mount_cd9660(8) net-mgmt/p5-Net-SNMP3||2007-09-18|Has expired: only runs with old, unsupported Perl versions +lang/fesi||2007-09-18|Has expired: Depends on obsolete version of jdk +lang/gnomebasic||2007-09-18|Has expired: Five years abandoned project; functionality folded into mono +lang/gnat-gcc34||2007-09-18|Has expired: This port was made for initial bootstraping of later versions and is no longer needed +devel/hs-green-card||2007-09-18|Has expired: "Does not build with latest GHC" +devel/p5-Devel-DProf||2007-09-18|Has expired: only works for old, unsupported Perl versions diff --git a/devel/Makefile b/devel/Makefile index 6c64bf21be31..f6dcc8e694f7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -453,7 +453,6 @@ SUBDIR += hs-cpphs SUBDIR += hs-drift SUBDIR += hs-fps - SUBDIR += hs-green-card SUBDIR += hs-haddock SUBDIR += hs-happy SUBDIR += hs-hat @@ -1115,7 +1114,6 @@ SUBDIR += p5-Devel-CoreStack SUBDIR += p5-Devel-Cover SUBDIR += p5-Devel-Cycle - SUBDIR += p5-Devel-DProf SUBDIR += p5-Devel-DProfPP SUBDIR += p5-Devel-Diagram SUBDIR += p5-Devel-EvalContext diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile deleted file mode 100644 index aeefe92eca75..000000000000 --- a/devel/hs-green-card/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: green-card -# Date created: 01 June 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# -# $FreeBSD$ -# - -PORTNAME= green-card -PORTVERSION= 3.0.1 -PORTREVISION= 2 -CATEGORIES= devel haskell -MASTER_SITES= http://haskell.org/greencard/downloads/ -PKGNAMEPREFIX= hs- -DISTNAME= greencard-${GC_VERSION}-src - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A foreign function interface preprocessor for Haskell - -BROKEN= Does not build with latest GHC -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2007-09-01 - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -WRKSRC= ${WRKDIR}/greencard-${GC_VERSION} -GC_VERSION= 3.01 -GCLIBDIR= ${PREFIX}/lib/greencard-${GC_VERSION} -PLIST_SUB+= GC_VERSION=${GC_VERSION} - -USE_GMAKE= yes -MAKE_ARGS= FOR_SYSTEM=GHC - -pre-install: - ${MKDIR} ${GCLIBDIR}/Foreign ${GCLIBDIR}/imports/Foreign - -.include <bsd.port.mk> diff --git a/devel/hs-green-card/distinfo b/devel/hs-green-card/distinfo deleted file mode 100644 index eab1354f9af2..000000000000 --- a/devel/hs-green-card/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (greencard-3.01-src.tar.gz) = 6bd529a5a6e773afd44b3c68f0ee2a91 -SHA256 (greencard-3.01-src.tar.gz) = 2ed40c938ac524bd84efba11c60ab873f923d9032ee632818124ad9f7c8255cd -SIZE (greencard-3.01-src.tar.gz) = 60628 diff --git a/devel/hs-green-card/files/patch-lib_Makefile b/devel/hs-green-card/files/patch-lib_Makefile deleted file mode 100644 index 27736af8948d..000000000000 --- a/devel/hs-green-card/files/patch-lib_Makefile +++ /dev/null @@ -1,60 +0,0 @@ ---- lib/Makefile.orig Thu Jun 5 14:37:24 2003 -+++ lib/Makefile Tue May 31 20:00:59 2005 -@@ -3,7 +3,7 @@ - ### User serviceable parts ### - - # Options to compile the sources with. --GHC_OPTS = -cpp -fglasgow-exts -fno-prune-tydecls -+GHC_OPTS = -cpp -fglasgow-exts - - PACKAGE=greencard - -@@ -40,7 +40,7 @@ - $(HC) -package-name $(PACKAGE) $(GHC_OPTS) $(WAY_$(way)_GHC_OPTS) -c $< -o $@ -hisuf $(way_)hi - - %.o : %.c -- $(HC) $(CC_OPTS) -c $< -o $@ -+ $(HC) $(CC_OPTS) -I. -c $< -o $@ - - SRC_HC_OPTS += -package-name $(PACKAGE) - -@@ -51,8 +51,8 @@ - rm -f Foreign/GreenCard.$(way_)o Foreign/GreenCard_stub_ffi.o libHSgreencard.$(way_)a - - install :: libHSgreencard.$(way_)a Foreign/GreenCard.$(way_)hi -- install -D Foreign/GreenCard.$(way_)hi $(libdir)/imports/Foreign/GreenCard.$(way_)hi -- install -D libHSgreencard.$(way_)a $(libdir)/libHSgreencard.$(way_)a -+ install Foreign/GreenCard.$(way_)hi $(libdir)/imports/Foreign/GreenCard.$(way_)hi -+ install libHSgreencard.$(way_)a $(libdir)/libHSgreencard.$(way_)a - - uninstall :: - rm -f $(libdir)/imports/Foreign/GreenCard.$(way_)hi -@@ -61,7 +61,7 @@ - ifeq "$(way)" "" - - install :: -- install -D Foreign/GreenCard.gc $(libdir)/Foreign/GreenCard.gc -+ install Foreign/GreenCard.gc $(libdir)/Foreign/GreenCard.gc - uninstall :: - rm -f $(libdir)/Foreign/GreenCard.gc - -@@ -87,8 +87,8 @@ - install :: all - - install :: Foreign/GreenCard.hs -- install -D Foreign/GreenCard.gc $(libdir)/Foreign/GreenCard.gc -- install -D Foreign/GreenCard.hs $(libdir)/Foreign/GreenCard.hs -+ install Foreign/GreenCard.gc $(libdir)/Foreign/GreenCard.gc -+ install Foreign/GreenCard.hs $(libdir)/Foreign/GreenCard.hs - - uninstall :: - rm -f $(libdir)/Foreign/GreenCard.gc -@@ -96,7 +96,7 @@ - - # No actual ffi in Foreign.GreenCard so nothing to install - # install :: Foreign/GreenCard.so --# install -D Foreign/GreenCard.so $(libdir)/Foreign/GreenCard.so -+# install Foreign/GreenCard.so $(libdir)/Foreign/GreenCard.so - # uninstall :: - # rm -f $(libdir)/Foreign/GreenCard.so - diff --git a/devel/hs-green-card/files/patch-src::Makefile b/devel/hs-green-card/files/patch-src::Makefile deleted file mode 100644 index 1ed5aead6152..000000000000 --- a/devel/hs-green-card/files/patch-src::Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- src/Makefile.orig Tue May 31 20:11:19 2005 -+++ src/Makefile Tue May 31 20:01:39 2005 -@@ -47,7 +47,7 @@ clean :: - rm -f $(PROGRAM) - - install :: $(PROGRAM) -- install -D $(PROGRAM) $(bindir)/$(PROGRAM) -+ install $(PROGRAM) $(bindir)/$(PROGRAM) - - uninstall :: - rm -f $(bindir)/$$i -@@ -58,7 +58,7 @@ install :: all - for i in $(ALL_SRCS); do \ - case $$i in \ - (*.hs | *.lhs) \ -- install -D $$i $(libdir)/src/$$i; \ -+ install $$i $(libdir)/src/$$i; \ - esac; \ - done - -@@ -98,8 +98,8 @@ all :: greencard-bin - all :: $(PROGRAM) - - install :: all -- install -D greencard-bin $(libdir)/greencard-bin -- install -D $(PROGRAM) $(bindir)/$(PROGRAM) -+ install greencard-bin $(libdir)/greencard-bin -+ install $(PROGRAM) $(bindir)/$(PROGRAM) - - uninstall :: - $(RM) $(libdir)/greencard-bin diff --git a/devel/hs-green-card/pkg-descr b/devel/hs-green-card/pkg-descr deleted file mode 100644 index e90df2606632..000000000000 --- a/devel/hs-green-card/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Green Card is a foreign function interface preprocessor for Haskell, -simplifying the task of interfacing Haskell programs to external libraries -(which are normally exposed via C interfaces). - -WWW: http://haskell.org/greencard/ - --- Oliver Braun -obraun@informatik.unibw-muenchen.de diff --git a/devel/hs-green-card/pkg-plist b/devel/hs-green-card/pkg-plist deleted file mode 100644 index 09d1d4819e68..000000000000 --- a/devel/hs-green-card/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/greencard -lib/greencard-%%GC_VERSION%%/imports/Foreign/GreenCard.hi -lib/greencard-%%GC_VERSION%%/imports/Foreign/GreenCard.p_hi -lib/greencard-%%GC_VERSION%%/Foreign/GreenCard.gc -lib/greencard-%%GC_VERSION%%/greencard-bin -lib/greencard-%%GC_VERSION%%/libHSgreencard.p_a -lib/greencard-%%GC_VERSION%%/libHSgreencard.a -@dirrm lib/greencard-%%GC_VERSION%%/imports/Foreign -@dirrm lib/greencard-%%GC_VERSION%%/imports -@dirrm lib/greencard-%%GC_VERSION%%/Foreign -@dirrm lib/greencard-%%GC_VERSION%% diff --git a/devel/p5-Devel-DProf/Makefile b/devel/p5-Devel-DProf/Makefile deleted file mode 100644 index e5905b570c12..000000000000 --- a/devel/p5-Devel-DProf/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: p5-Devel-DProf -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= DProf -PORTVERSION= 19990108 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Devel -PKGNAMEPREFIX= p5-Devel- - -MAINTAINER= perl@FreeBSD.org -COMMENT= A Perl code profiler - -PERL_CONFIGURE= 5.6.0- -USE_PERL5_REASON= Version included in perl distribution is newer - -DEPRECATED= only works for old, unsupported Perl versions -EXPIRATION_DATE= 2007-09-11 - -MAN1= dprofpp.1 -MAN3= Devel::DProf.3 - -.include <bsd.port.mk> diff --git a/devel/p5-Devel-DProf/distinfo b/devel/p5-Devel-DProf/distinfo deleted file mode 100644 index cf2ded58662b..000000000000 --- a/devel/p5-Devel-DProf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (DProf-19990108.tar.gz) = 9cd1e3bd9627b55d0a896944c11a05bd -SHA256 (DProf-19990108.tar.gz) = a44d682ef0833b76fae5499a8072f30ca87c87b658e4c07a61a29ff7b0f75c4a -SIZE (DProf-19990108.tar.gz) = 20710 diff --git a/devel/p5-Devel-DProf/pkg-descr b/devel/p5-Devel-DProf/pkg-descr deleted file mode 100644 index c3efa0ebc241..000000000000 --- a/devel/p5-Devel-DProf/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Devel::DProf package is a Perl code profiler. This will collect -information on the execution time of a Perl script and of the subs in -that script. This information can be used to determine which -subroutines are using the most time and which subroutines are being -called most often. This information can also be used to create an -execution graph of the script, showing subroutine relationships. - -WWW: http://search.cpan.org/dist/DProf/ diff --git a/devel/p5-Devel-DProf/pkg-plist b/devel/p5-Devel-DProf/pkg-plist deleted file mode 100644 index aec2fcd91ff6..000000000000 --- a/devel/p5-Devel-DProf/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/dprofpp -%%SITE_PERL%%/%%PERL_ARCH%%/Devel/DProf.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/DProf/DProf.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/DProf/DProf.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/DProf/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/DProf -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Devel -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel diff --git a/lang/Makefile b/lang/Makefile index 2cb89b5e9e71..d75bffcf16b4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -59,7 +59,6 @@ SUBDIR += fasm SUBDIR += fbbi SUBDIR += ferite - SUBDIR += fesi SUBDIR += ficl-devel SUBDIR += fpc SUBDIR += fpc-base @@ -97,12 +96,10 @@ SUBDIR += gnat-doc-ps SUBDIR += gnat-doc-texi SUBDIR += gnat-doc-txt - SUBDIR += gnat-gcc34 SUBDIR += gnat-gcc41 SUBDIR += gnat-gcc42 SUBDIR += gnat-gcc43 SUBDIR += gnat-glade - SUBDIR += gnomebasic SUBDIR += gnustep-base SUBDIR += gnustep-guile SUBDIR += gnustep-objc diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile deleted file mode 100644 index b7d31bf85d89..000000000000 --- a/lang/fesi/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: fesi -# Date created: 5 August 2000 -# Whom: Leo Kim <leo@florida.sarang.net> -# -# $FreeBSD$ -# - -PORTNAME= fesi -PORTVERSION= 1.1.5 -CATEGORIES= lang java -MASTER_SITES= http://www.lugrin.ch/fesi/ -DISTNAME= fesikit-${PORTVERSION} -EXTRACT_SUFX= .zip - -MAINTAINER= ports@FreeBSD.org -COMMENT= Free EcmaScript Interpreter written in Java - -RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk11 - -NO_BUILD= yes -USE_ZIP= yes - -JDK_VERSION= 1.1.8 -WRKSRC= ${WRKDIR}/${PORTNAME} - -DEPRECATED= Depends on obsolete version of jdk -EXPIRATION_DATE=2007-08-22 - -post-extract: - @(cd ${WRKSRC} && ${FIND} * -type d -exec ${CHMOD} 755 {} \;) - -do-install: - @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/fesi - @${MKDIR} ${PREFIX}/share/java/fesi/docs ${PREFIX}/share/java/fesi/examples - @(cd ${WRKSRC} && \ - ${INSTALL_DATA} fesi.jar ${PREFIX}/share/java/classes; \ - ${CP} [CR]* ${PREFIX}/share/java/fesi; \ - ${CP} -R doc/html/* ${PREFIX}/share/java/fesi/docs; \ - ${CP} -R examples/* ${PREFIX}/share/java/fesi/examples; \ - ) - @${RMDIR} ${PREFIX}/share/java/fesi/examples/Fesi*/classes - -.include <bsd.port.mk> diff --git a/lang/fesi/distinfo b/lang/fesi/distinfo deleted file mode 100644 index e0ef403a1506..000000000000 --- a/lang/fesi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fesikit-1.1.5.zip) = 24c1aaa7914b96874a2dc35ccf900a0d -SHA256 (fesikit-1.1.5.zip) = 479abf76f3f55f73589919d1dbf9af1c5cfb0ca3cbe6957c8eb42da9735b18a9 -SIZE (fesikit-1.1.5.zip) = 609824 diff --git a/lang/fesi/pkg-descr b/lang/fesi/pkg-descr deleted file mode 100644 index 85fb25812542..000000000000 --- a/lang/fesi/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FESI (Free EcmaScript Interpreter) implements few language extensions and try -to follow the standard as much as possible. -This is unlike most implementation of JavaScript, which are unfortunately very -incompatible between them. -For the core language definition you can refer to the ECMA 262 standard. - -WWW: http://www.lugrin.ch/fesi/index.html - -- Leo Kim -leo@florida.sarang.net diff --git a/lang/fesi/pkg-plist b/lang/fesi/pkg-plist deleted file mode 100644 index e1b599abfd3a..000000000000 --- a/lang/fesi/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -share/java/classes/fesi.jar -share/java/fesi/docs/api/FESI/jslib/JSException.html -share/java/fesi/docs/api/FESI/jslib/package-tree.html -share/java/fesi/docs/api/FESI/jslib/package-frame.html -share/java/fesi/docs/api/FESI/jslib/JSExtension.html -share/java/fesi/docs/api/FESI/jslib/JSFunction.html -share/java/fesi/docs/api/FESI/jslib/JSGlobalObject.html -share/java/fesi/docs/api/FESI/jslib/JSObject.html -share/java/fesi/docs/api/FESI/jslib/JSFunctionAdapter.html -share/java/fesi/docs/api/FESI/jslib/JSUtil.html -share/java/fesi/docs/api/FESI/jslib/package-summary.html -share/java/fesi/docs/api/index-all.html -share/java/fesi/docs/api/deprecated-list.html -share/java/fesi/docs/api/allclasses-frame.html -share/java/fesi/docs/api/index.html -share/java/fesi/docs/api/overview-tree.html -share/java/fesi/docs/api/serialized-form.html -share/java/fesi/docs/api/help-doc.html -share/java/fesi/docs/api/stylesheet.css -share/java/fesi/docs/api/packages.html -share/java/fesi/docs/swingev.txt -share/java/fesi/docs/regexpext.html -share/java/fesi/docs/pubkey.html -share/java/fesi/docs/properties.txt -share/java/fesi/docs/oroLogo.gif -share/java/fesi/docs/links.html -share/java/fesi/docs/juggler.txt -share/java/fesi/docs/javalib.html -share/java/fesi/docs/jaext.html -share/java/fesi/docs/interp.html -share/java/fesi/docs/install.html -share/java/fesi/docs/index.html -share/java/fesi/docs/history.html -share/java/fesi/docs/getkawa.gif -share/java/fesi/docs/fioext.html -share/java/fesi/docs/fesi.gif -share/java/fesi/docs/ext.html -share/java/fesi/docs/events.html -share/java/fesi/docs/download.html -share/java/fesi/docs/docindex.html -share/java/fesi/docs/dbext.html -share/java/fesi/docs/copyright.html -share/java/fesi/docs/bioext.html -share/java/fesi/docs/xparse.txt -share/java/fesi/docs/SampleFunc.txt -share/java/fesi/examples/FesiForm/src/FesiForm/JSplitPaneDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/GuiContext.java -share/java/fesi/examples/FesiForm/src/FesiForm/JPanelDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/DefaultDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/GuiDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JFrameDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/TemplateDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/ContentDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JPopupMenuDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JMenuBarDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JMenuDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JDialogDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JScrollPaneDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/JToolBarDocumentHandler.java -share/java/fesi/examples/FesiForm/src/FesiForm/FesiForm.java -share/java/fesi/examples/FesiForm/bin/FesiForm.bat -share/java/fesi/examples/FesiForm/doc/html/index.html -share/java/fesi/examples/FesiForm/doc/html/guide.html -share/java/fesi/examples/FesiForm/menu.xml -share/java/fesi/examples/FesiForm/other.xml -share/java/fesi/examples/FesiForm/fesiform.jar -share/java/fesi/examples/FesiForm/fixed.xml -share/java/fesi/examples/FesiForm/nodtd.xml -share/java/fesi/examples/FesiForm/text.xml -share/java/fesi/examples/FesiForm/readme.txt -share/java/fesi/examples/FesiForm/gui.dtd -share/java/fesi/examples/FesiForm/form.xml -share/java/fesi/examples/FesiFTP/src/MultiLineLabel.java -share/java/fesi/examples/FesiFTP/src/ConnectDialog.java -share/java/fesi/examples/FesiFTP/src/MessageDialog.java -share/java/fesi/examples/FesiFTP/src/RequestDialog.java -share/java/fesi/examples/FesiFTP/src/LocalContext.java -share/java/fesi/examples/FesiFTP/src/FTPModel.java -share/java/fesi/examples/FesiFTP/src/FTPController.java -share/java/fesi/examples/FesiFTP/src/FTPInterface.java -share/java/fesi/examples/FesiFTP/src/ConnectionInfo.java -share/java/fesi/examples/FesiFTP/src/MessageBox.java -share/java/fesi/examples/FesiFTP/src/FesiFTP.java -share/java/fesi/examples/FesiFTP/bin/FesiFTP.bat -share/java/fesi/examples/FesiFTP/doc/html/fesiftp.html -share/java/fesi/examples/FesiFTP/doc/html/high.html -share/java/fesi/examples/FesiFTP/doc/html/low.html -share/java/fesi/examples/FesiFTP/doc/html/object.html -share/java/fesi/examples/FesiFTP/doc/html/autoload.txt -share/java/fesi/examples/FesiFTP/fesiftp.jar -share/java/fesi/examples/FesiFTP/autoload.esftp -share/java/fesi/examples/jslib/SampleFunc.java -share/java/fesi/examples/jslib/SimpleIntrp.java -share/java/fesi/examples/jslib/FesiPop.java -share/java/fesi/examples/jslib/fesipop.es -share/java/fesi/examples/jslib/SimpleIntrp2.java -share/java/fesi/examples/xml/Xparse.js -share/java/fesi/examples/xml/test.xml -share/java/fesi/examples/xml/xmlj4.es -share/java/fesi/examples/beans/juggler.esw -share/java/fesi/examples/beans/molecule.esw -share/java/fesi/examples/beans/simplegraph.esw -share/java/fesi/examples/beans/ticktock.es -share/java/fesi/examples/javaaccess/properties.es -share/java/fesi/examples/javaaccess/calendar.es -share/java/fesi/examples/javaaccess/swingev.esw -share/java/fesi/examples/javaaccess/showfonts.esw -share/java/fesi/examples/javaaccess/selectfont.esw -share/java/fesi/examples/javaaccess/event.es -share/java/fesi/examples/readme.txt -share/java/fesi/Readme.txt -share/java/fesi/COPYRIGHT.TXT -@dirrm share/java/fesi/examples/xml -@dirrm share/java/fesi/examples/jslib -@dirrm share/java/fesi/examples/javaaccess -@dirrm share/java/fesi/examples/beans -@dirrm share/java/fesi/examples/FesiForm/src/FesiForm -@dirrm share/java/fesi/examples/FesiForm/src -@dirrm share/java/fesi/examples/FesiForm/doc/html -@dirrm share/java/fesi/examples/FesiForm/doc -@dirrm share/java/fesi/examples/FesiForm/bin -@dirrm share/java/fesi/examples/FesiForm -@dirrm share/java/fesi/examples/FesiFTP/src -@dirrm share/java/fesi/examples/FesiFTP/doc/html -@dirrm share/java/fesi/examples/FesiFTP/doc -@dirrm share/java/fesi/examples/FesiFTP/bin -@dirrm share/java/fesi/examples/FesiFTP -@dirrm share/java/fesi/examples -@dirrm share/java/fesi/docs/api/FESI/jslib -@dirrm share/java/fesi/docs/api/FESI -@dirrm share/java/fesi/docs/api -@dirrm share/java/fesi/docs -@dirrm share/java/fesi diff --git a/lang/gnat-gcc34/Makefile b/lang/gnat-gcc34/Makefile deleted file mode 100644 index 00c52c87b651..000000000000 --- a/lang/gnat-gcc34/Makefile +++ /dev/null @@ -1,155 +0,0 @@ -# ex:ts=4 -# Ports collection makefile for: gnat-gcc -# Date created: 22 Jun 2006 -# Whom: Karel Miklav <karel@lovetemple.net> -# -# $FreeBSD$ -# - -PORTNAME= gnat-gcc -PORTVERSION= 3.4.6 -PORTREVISION= 3 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_GCC} \ - ${MASTER_SITE_LOCAL}:boot -MASTER_SITE_SUBDIR= releases/gcc-${PORTVERSION} \ - deischen/gcc/:boot -DISTFILES= gcc-core-${PORTVERSION}.tar.gz \ - gcc-ada-${PORTVERSION}.tar.gz \ - gnat-3.15p-boot.tar.gz:boot - -MAINTAINER= karel@lovetemple.net -COMMENT= The GNU Ada Compiler system - -ONLY_FOR_ARCHS= i386 - -DEPRECATED= This port was made for initial bootstraping of later versions and is no longer needed -EXPIRATION_DATE= 2007-09-01 - -USE_GMAKE= yes -USE_PERL5= yes # Needed? Builds on 6.1 and bootstrapps the 4.1 without Perl. -USE_BISON= yes - -CONFLICTS= gcc-3.4.* -WRKSRC= ${WRKDIR}/gcc-${PORTVERSION} - -MAN1= cpp${gcc_suffix}.1 \ - gcc${gcc_suffix}.1 \ - gcov${gcc_suffix}.1 -MAN7= ${fsf_mans:S/$/${fsf_suffix}.7/} -NOMANCOMPRESS= yes # Too hard to deal with differences on 5-cur and releng4? -INFO= gcc${gcc_suffix}/cpp \ - gcc${gcc_suffix}/cppinternals \ - gcc${gcc_suffix}/gcc \ - gcc${gcc_suffix}/gccinstall \ - gcc${gcc_suffix}/gccint \ - gcc${gcc_suffix}/gnat-style \ - gcc${gcc_suffix}/gnat_rm \ - gcc${gcc_suffix}/gnat_ugn_unw - -LATEST_LINK= ${PORTNAME}${gcc_suffix} - -.include <bsd.port.pre.mk> - -gcc_suffix= 34 -fsf_mans= fsf-funding gfdl gpl -fsf_suffix= -${PORTNAME}${gcc_suffix} -targlib= ${PREFIX}/lib/gcc/${CONFIGURE_TARGET}/${PORTVERSION} - -PATCH_WRKSRC= ${WRKSRC} - -GNU_CONFIGURE= yes -CONFIGURE_WRKSRC= ${WRKDIR}/build -CONFIGURE_SCRIPT= ../${WRKSRC:C/${WRKDIR}\///}/configure -CONFIGURE_ARGS= --enable-languages="c,ada" \ - --disable-nls \ - --with-system-zlib \ - --with-libiconv-prefix=${LOCALBASE} \ - --enable-threads=posix \ - --program-suffix=${gcc_suffix} \ - --bindir=${PREFIX}/bin/gcc${gcc_suffix} \ - --libdir=${targlib} - -BUILD_WRKSRC= ${WRKDIR}/build - -INSTALL_WRKSRC= ${WRKDIR}/build - -PLIST_SUB= GCC_VER=${PORTVERSION} \ - GNU_HOST=${CONFIGURE_TARGET} \ - SUFFIX=${gcc_suffix} - -USE_LDCONFIG= ${targlib} - -# An ancient binary distribution of GNAT is used for bootstrapping. -.if ${OSVERSION} >= 500000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.4:${PORTSDIR}/misc/compat4x -.endif -# Warning! You need the trailing slash on GCC_EXEC_PREFIX. -compiler_defs= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \ - ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \ - ADA_OBJECTS_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adalib -bootstrap_path= ${WRKDIR}/adaboot/bin -build_path= ${bootstrap_path}:${PATH} - -# Make sure we use the Ada-aware gcc compiler. -CC= adagcc -# C compiler from GNAT 3.15 doesn't understand modern flags. -CFLAGS= -CONFIGURE_ENV+= ${compiler_defs} PATH=${build_path} CC=${CC} -MAKE_ENV+= ${compiler_defs} PATH=${build_path} CC=${CC} PTHREAD_LIBS=${PTHREAD_LIBS} - -pre-everything:: - @${ECHO_MSG} "Making GCC ${DISTNAME:S/^gcc-//} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" - -# Append ' [FreeBSD]' to gcc version string. -post-patch: - ${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ - ${WRKSRC}/gcc/version.c - -pre-configure: - cd ${WRKSRC}; contrib/gcc_update --touch - ${RM} -f ${WRKSRC}/gcc/*/*.info* - ${MKDIR} ${CONFIGURE_WRKSRC} - @# Ada and C compilers should be the same. - if [ -d ${bootstrap_path} ]; then \ - ${LN} -s ${bootstrap_path}/adagcc ${bootstrap_path}/cc; \ - fi - -do-build: - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} bootstrap) - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} -C gcc gnatlib) - (cd ${BUILD_WRKSRC}; \ - ${MAKE_ENV} ${GMAKE} -C gcc gnattools) - -post-install: - ${LN} -s ${PREFIX}/bin/gcc${gcc_suffix}/gcc${gcc_suffix} \ - ${PREFIX}/bin/gcc${gcc_suffix}/gcc - @# Man pages can only be generated if Perl >= 5.6 is installed; fake them otherwise. - for mp in ${_MANPAGES}; do \ - ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \ - done - @# Version FSF funding and licensing manuals. - for mp in ${fsf_mans}; do \ - ${MV} -f ${PREFIX}/man/man7/$${mp}.7 \ - ${PREFIX}/man/man7/$${mp}${fsf_suffix}.7; \ - done - @# Prepare a temporary list of installed libraries and include files. - ${RM} -f ${WRKDIR}/PLIST.lib - for d in ${targlib:S/^${PREFIX}\///} ${targlib:S/^${PREFIX}\///:S/lib/libexec/}; do \ - cd ${PREFIX}; \ - if [ -d $${d} ]; then \ - ${FIND} $${d} -type f -o -type l >>${WRKDIR}/PLIST.lib; \ - ${FIND} $${d} -type d | ${SORT} -r | ${SED} -e 's/^/@dirrm /g' >>${WRKDIR}/PLIST.lib; \ - fi; \ - done - @# Following directories should be removed on deinstal if empty. Add them to the temporary list. - ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc/${CONFIGURE_TARGET} 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/lib/gcc 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc/${CONFIGURE_TARGET} 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - ${ECHO_CMD} "@unexec ${RMDIR} %D/libexec/gcc 2>/dev/null || true" >> ${WRKDIR}/PLIST.lib - @# Insert the temporary list in the packing list. - cd ${WRKDIR}; ${SED} -i -e "/PLIST.lib/ r PLIST.lib" ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/lang/gnat-gcc34/distinfo b/lang/gnat-gcc34/distinfo deleted file mode 100644 index 099fab9dd308..000000000000 --- a/lang/gnat-gcc34/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -MD5 (gcc-core-3.4.6.tar.gz) = bf90936d679795666cfcf353faa560e2 -SHA256 (gcc-core-3.4.6.tar.gz) = c6030bf03ad79b70e556b0ab58c17872bf5b2409caee9db41497bcd6379328f6 -SIZE (gcc-core-3.4.6.tar.gz) = 17345868 -MD5 (gcc-ada-3.4.6.tar.gz) = 90ddaee03adb71725f4dec4356cfb58f -SHA256 (gcc-ada-3.4.6.tar.gz) = cb6256bc9707cc7543874a5b6f8ed3380e44aebfd9ac01df8bea594ab998e9c1 -SIZE (gcc-ada-3.4.6.tar.gz) = 5113854 -MD5 (gnat-3.15p-boot.tar.gz) = 3b25873a90978b8b4113d71dc3df315f -SHA256 (gnat-3.15p-boot.tar.gz) = dfa61b98ad7f26ca46f8c5e61d87c42e17ad139616f315df16f25dce38044a9d -SIZE (gnat-3.15p-boot.tar.gz) = 4608818 diff --git a/lang/gnat-gcc34/files/patch-gcc-Makefile.in b/lang/gnat-gcc34/files/patch-gcc-Makefile.in deleted file mode 100644 index 675cb9b10580..000000000000 --- a/lang/gnat-gcc34/files/patch-gcc-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/Makefile.in.orig Wed Oct 25 18:03:23 2006 -+++ gcc/Makefile.in Wed Oct 25 18:05:34 2006 -@@ -710,7 +710,7 @@ - $(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@ - - # Likewise. --ALL_CPPFLAGS = $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) -+ALL_CPPFLAGS = $(INCLUDES) $(CPPFLAGS) $(X_CPPFLAGS) $(T_CPPFLAGS) - - # Build and host support libraries. FORBUILD is either - # .. or ../$(build_alias) depending on whether host != build. -@@ -758,7 +758,7 @@ - -I$(srcdir)/../include @INCINTL@ - - .c.o: -- $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $< $(OUTPUT_OPTION) -+ $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $< $(OUTPUT_OPTION) - - # - # Support for additional languages (other than C). diff --git a/lang/gnat-gcc34/files/patch-gengtype-yacc.y b/lang/gnat-gcc34/files/patch-gengtype-yacc.y deleted file mode 100644 index 4afaae159533..000000000000 --- a/lang/gnat-gcc34/files/patch-gengtype-yacc.y +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/gengtype-yacc.y.orig Fri Sep 20 00:33:24 2002 -+++ gcc/gengtype-yacc.y Tue Apr 22 09:11:27 2003 -@@ -24,6 +24,9 @@ - #include "system.h" - #include "gengtype.h" - #define YYERROR_VERBOSE -+ -+#define malloc xmalloc -+#define realloc xrealloc - %} - - %union { diff --git a/lang/gnat-gcc34/pkg-descr b/lang/gnat-gcc34/pkg-descr deleted file mode 100644 index f6bb20a58f80..000000000000 --- a/lang/gnat-gcc34/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The GNU Ada compiler system built from GCC 3.4.6. - -Please add ${PREFIX}/bin/gcc34 to your PATH variable -before using this port. - -WWW: http://gcc.gnu.org/ diff --git a/lang/gnat-gcc34/pkg-plist b/lang/gnat-gcc34/pkg-plist deleted file mode 100644 index 38eec6516868..000000000000 --- a/lang/gnat-gcc34/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/gcc%%SUFFIX%%/cpp%%SUFFIX%% -bin/gcc%%SUFFIX%%/gcc -bin/gcc%%SUFFIX%%/gcc%%SUFFIX%% -bin/gcc%%SUFFIX%%/gccbug%%SUFFIX%% -bin/gcc%%SUFFIX%%/gcov%%SUFFIX%% -bin/gcc%%SUFFIX%%/gnat -bin/gcc%%SUFFIX%%/gnatbind -bin/gcc%%SUFFIX%%/gnatbl -bin/gcc%%SUFFIX%%/gnatchop -bin/gcc%%SUFFIX%%/gnatclean -bin/gcc%%SUFFIX%%/gnatfind -bin/gcc%%SUFFIX%%/gnatkr -bin/gcc%%SUFFIX%%/gnatlink -bin/gcc%%SUFFIX%%/gnatls -bin/gcc%%SUFFIX%%/gnatmake -bin/gcc%%SUFFIX%%/gnatname -bin/gcc%%SUFFIX%%/gnatprep -bin/gcc%%SUFFIX%%/gnatxref -bin/gcc%%SUFFIX%%/gpr2make -bin/gcc%%SUFFIX%%/gprcmd -bin/gcc%%SUFFIX%%/%%GNU_HOST%%-gcc-%%GCC_VER%% -bin/gcc%%SUFFIX%%/%%GNU_HOST%%-gcc%%SUFFIX%% -info/gcc%%SUFFIX%%/dir -share/gnat/Makefile.generic -share/gnat/Makefile.prolog -@dirrm share/gnat -@dirrm bin/gcc%%SUFFIX%% -@comment Insert PLIST.lib here diff --git a/lang/gnomebasic/Makefile b/lang/gnomebasic/Makefile deleted file mode 100644 index 91a00cc9be7e..000000000000 --- a/lang/gnomebasic/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: gnomebasic -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomebasic -PORTVERSION= 0.0.20 -PORTREVISION= 3 -CATEGORIES= lang gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gb/0.0 -DISTNAME= gb-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide VB compatible functionality for GNOME, especially VBA - -DEPRECATED= Five years abandoned project; functionality folded into mono -EXPIRATION_DATE=2007-09-04 - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gnomeprint -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700000 -BROKEN= Does not package -.endif - -.include <bsd.port.post.mk> diff --git a/lang/gnomebasic/distinfo b/lang/gnomebasic/distinfo deleted file mode 100644 index 7f1cffc90a8e..000000000000 --- a/lang/gnomebasic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gb-0.0.20.tar.gz) = 19e35bd7f24ad619250484a997c0e02d -SHA256 (gb-0.0.20.tar.gz) = 063304488ebc78449a607d81b113eed836d9ef7c014a30013433fa6953ca1e6a -SIZE (gb-0.0.20.tar.gz) = 500823 diff --git a/lang/gnomebasic/files/patch-aa b/lang/gnomebasic/files/patch-aa deleted file mode 100644 index 538e9062f3e7..000000000000 --- a/lang/gnomebasic/files/patch-aa +++ /dev/null @@ -1,39 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon Jul 9 18:56:49 2001 -+++ configure Mon Jul 9 19:02:33 2001 -@@ -8248,9 +8248,9 @@ - - rm -f conf.glibtest - --GMODULE_CFLAGS=`glib-config --cflags gmodule` -+GMODULE_CFLAGS=`$GLIB_CONFIG --cflags gmodule` - --GMODULE_LIBS=`glib-config --libs gmodule` -+GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` - - - for ac_prog in 'bison -y' byacc -@@ -8501,8 +8501,8 @@ - - echo $ac_n "checking for GTK >= 1.2.2""... $ac_c" 1>&6 - echo "configure:8504: checking for GTK >= 1.2.2" >&5 --if gtk-config --version > /dev/null 2>&1; then -- vers=`gtk-config --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` -+if $GTK_CONFIG --version > /dev/null 2>&1; then -+ vers=`$GTK_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'` - if test "$vers" -ge 1002002; then - echo "$ac_t""found" 1>&6 - else -@@ -9173,8 +9173,8 @@ - - GB_LIBDIR='-L${libdir}' - GB_INCLUDEDIR='-I${includedir}' --GB_INCLUDEDIR="$GB_INCLUDEDIR `glib-config --cflags glib`" --GB_LIBS="-lgb `glib-config --libs glib`" -+GB_INCLUDEDIR="$GB_INCLUDEDIR `$GLIB_CONFIG --cflags glib`" -+GB_LIBS="-lgbrun `$GLIB_CONFIG --libs glib`" - - - diff --git a/lang/gnomebasic/files/patch-ab b/lang/gnomebasic/files/patch-ab deleted file mode 100644 index 5cd3ea604103..000000000000 --- a/lang/gnomebasic/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jun 12 08:09:16 2000 -+++ Makefile.in Wed Jun 28 10:28:16 2000 -@@ -124,7 +124,7 @@ - - EXTRA_DIST = gbConf.sh.in - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = gbConf.sh - CLEANFILES = gbConf.sh - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/lang/gnomebasic/files/patch-gbrun::Makefile.in b/lang/gnomebasic/files/patch-gbrun::Makefile.in deleted file mode 100644 index aeb4558b7831..000000000000 --- a/lang/gnomebasic/files/patch-gbrun::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gbrun/Makefile.in 2002/06/21 13:21:30 1.1 -+++ gbrun/Makefile.in 2002/06/21 13:22:29 -@@ -152,7 +152,7 @@ - libgbrun_la_LIBADD = $(EXTRA_GNOME_LIBS) -lm @GLIB_LIBS@ $(top_builddir)/gbrun/objects/libgbobj.la $(top_builddir)/gbrun/objects/gba/libgba.la $(top_builddir)/gb/libgb.la - - --CFLAGS = -g -Wall $(EXTRA_GNOME_CFLAGS) -+CFLAGS = @CFLAGS@ -Wall $(EXTRA_GNOME_CFLAGS) - - libgbrunincludedir = $(includedir)/gbrun - diff --git a/lang/gnomebasic/files/patch-ltmain.sh b/lang/gnomebasic/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/lang/gnomebasic/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/lang/gnomebasic/pkg-descr b/lang/gnomebasic/pkg-descr deleted file mode 100644 index cfae12148d8d..000000000000 --- a/lang/gnomebasic/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Gnome Basic is an embryonic attempt to provide VB compatible functionality -for the GNOME project, particularly with respect to office (VBA) -compatibility. - -It is part of the GNOME desktop environment: a project to create a free, -user friendly desktop environment. - -WWW: http://www.gnome.org/gb/ diff --git a/lang/gnomebasic/pkg-plist b/lang/gnomebasic/pkg-plist deleted file mode 100644 index 333434ca7eb6..000000000000 --- a/lang/gnomebasic/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -bin/gb -etc/gbConf.sh -include/gb/gb-class.h -include/gb/gb-constants.h -include/gb/gb-eval.h -include/gb/gb-expr.h -include/gb/gb-lex.h -include/gb/gb-main.h -include/gb/gb-mmap-lex.h -include/gb/gb-object.h -include/gb/gb-project.h -include/gb/gb-statement.h -include/gb/gb-type.h -include/gb/gb-value.h -include/gb/gb.h -include/gb/libgb.h -include/gbrun/gbrun-collection.h -include/gbrun/gbrun-eval.h -include/gbrun/gbrun-file.h -include/gbrun/gbrun-global.h -include/gbrun/gbrun-object.h -include/gbrun/gbrun-project.h -include/gbrun/gbrun-value.h -include/gbrun/gbrun.h -include/gbrun/libgbrun.h -include/gbrun/objects/gbrun-form.h -include/gbrun/objects/libgbobj.h -lib/libgbrun.a -lib/libgbrun.so -lib/libgbrun.so.0 -share/locale/az/LC_MESSAGES/gb.mo -share/locale/ca/LC_MESSAGES/gb.mo -share/locale/da/LC_MESSAGES/gb.mo -share/locale/de/LC_MESSAGES/gb.mo -share/locale/el/LC_MESSAGES/gb.mo -share/locale/fr/LC_MESSAGES/gb.mo -share/locale/no/LC_MESSAGES/gb.mo -share/locale/ru/LC_MESSAGES/gb.mo -share/locale/sk/LC_MESSAGES/gb.mo -share/locale/sv/LC_MESSAGES/gb.mo -share/locale/tr/LC_MESSAGES/gb.mo -share/locale/uk/LC_MESSAGES/gb.mo -@dirrm include/gbrun/objects -@dirrm include/gbrun -@dirrm include/gb |