diff options
author | rene <rene@FreeBSD.org> | 2011-07-03 00:01:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-07-03 00:01:05 +0800 |
commit | e3c17b425b2ab8aea9fc297adf0c763453cb7570 (patch) | |
tree | cd8f6ea6e6969a2ecd2f862f160b576ff2b2a978 /devel | |
parent | c358d480aa9fe1dc36da9b21ce3ceb814360ac75 (diff) | |
download | freebsd-ports-gnome-e3c17b425b2ab8aea9fc297adf0c763453cb7570.tar.gz freebsd-ports-gnome-e3c17b425b2ab8aea9fc297adf0c763453cb7570.tar.zst freebsd-ports-gnome-e3c17b425b2ab8aea9fc297adf0c763453cb7570.zip |
Remove expired ports:
2011-07-01 devel/libevocosm: Looks like and abandonware
2011-07-01 devel/acovea: Looks like abandonware.
2011-07-01 devel/acovea-gtk: Looks like abandonware.
2011-06-29 sysutils/service-config: "mastersite disappeared"
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/acovea-gtk/Makefile | 38 | ||||
-rw-r--r-- | devel/acovea-gtk/distinfo | 3 | ||||
-rw-r--r-- | devel/acovea-gtk/files/patch-src-main_window.cc | 12 | ||||
-rw-r--r-- | devel/acovea-gtk/pkg-descr | 3 | ||||
-rw-r--r-- | devel/acovea-gtk/pkg-plist | 7 | ||||
-rw-r--r-- | devel/acovea/Makefile | 33 | ||||
-rw-r--r-- | devel/acovea/distinfo | 3 | ||||
-rw-r--r-- | devel/acovea/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | devel/acovea/files/patch-libacovea-acovea.cpp | 11 | ||||
-rw-r--r-- | devel/acovea/pkg-descr | 9 | ||||
-rw-r--r-- | devel/acovea/pkg-plist | 41 | ||||
-rw-r--r-- | devel/libevocosm/Makefile | 27 | ||||
-rw-r--r-- | devel/libevocosm/distinfo | 3 | ||||
-rw-r--r-- | devel/libevocosm/files/patch-funcopt-Makefile.in | 12 | ||||
-rw-r--r-- | devel/libevocosm/pkg-descr | 17 | ||||
-rw-r--r-- | devel/libevocosm/pkg-plist | 23 |
17 files changed, 0 insertions, 256 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9161856f2759..ebaaebd12bbb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -14,8 +14,6 @@ SUBDIR += abi-compliance-checker SUBDIR += ace SUBDIR += ace+tao-doc - SUBDIR += acovea - SUBDIR += acovea-gtk SUBDIR += acpicatools SUBDIR += activitymail SUBDIR += adabooch @@ -801,7 +799,6 @@ SUBDIR += libev SUBDIR += libevent SUBDIR += libevent2 - SUBDIR += libevocosm SUBDIR += libexecinfo SUBDIR += libffi SUBDIR += libfirm diff --git a/devel/acovea-gtk/Makefile b/devel/acovea-gtk/Makefile deleted file mode 100644 index 460d2bf8ef07..000000000000 --- a/devel/acovea-gtk/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: acovea-gtk -# Date created: 2006-08-01 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# -# $FreeBSD$ -# - -PORTNAME= acovea-gtk -PORTVERSION= 1.0.1 -PORTREVISION= 5 -CATEGORIES= devel -MASTER_SITES= http://www.coyotegulch.com/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ front-end to ACOVEA - -DEPRECATED= Looks like abandonware. -EXPIRATION_DATE= 2011-07-01 - -LIB_DEPENDS= acovea-5.1.5:${PORTSDIR}/devel/acovea \ - evocosm-3.1.1:${PORTSDIR}/devel/libevocosm \ - coyotl-3.1.4:${PORTSDIR}/devel/libcoyotl \ - sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/ - -post-patch: - @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ - s|#include <sigc++\/compatibility\.h>||g' \ - ${WRKSRC}/src/*.cc - -pre-install: - ${CHMOD} 755 ${WRKSRC}/install-sh - -.include <bsd.port.mk> diff --git a/devel/acovea-gtk/distinfo b/devel/acovea-gtk/distinfo deleted file mode 100644 index 6dcebc02c9a4..000000000000 --- a/devel/acovea-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (acovea-gtk-1.0.1.tar.gz) = bc659538b0b111715ddf0935ee775b6e -SHA256 (acovea-gtk-1.0.1.tar.gz) = 9214168a66c69d3a76251c265a31a8a87220cd1e9d5865785e92f00cd4f8bae8 -SIZE (acovea-gtk-1.0.1.tar.gz) = 407230 diff --git a/devel/acovea-gtk/files/patch-src-main_window.cc b/devel/acovea-gtk/files/patch-src-main_window.cc deleted file mode 100644 index ec44a8843f7b..000000000000 --- a/devel/acovea-gtk/files/patch-src-main_window.cc +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN src.orig/main_window.cc src/main_window.cc ---- src.orig/main_window.cc Tue Aug 1 20:45:30 2006 -+++ src/main_window.cc Tue Aug 1 20:49:57 2006 -@@ -5,6 +5,8 @@ - - // This file is for your program, I won't touch it again! - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <glibmm/thread.h> - #include <gtkmm.h> - #include <gtkmm/main.h> diff --git a/devel/acovea-gtk/pkg-descr b/devel/acovea-gtk/pkg-descr deleted file mode 100644 index 8d1c2a1e68f2..000000000000 --- a/devel/acovea-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GTK+ front-end to ACOVEA. - -WWW: http://www.coyotegulch.com/products/acovea/acovea-gtk.html diff --git a/devel/acovea-gtk/pkg-plist b/devel/acovea-gtk/pkg-plist deleted file mode 100644 index cdc0249f1a1d..000000000000 --- a/devel/acovea-gtk/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/acovea-gtk -%%DATADIR%%/pixmaps/acovea0128.png -%%DATADIR%%/pixmaps/acovea0256.png -%%DATADIR%%/pixmaps/acovea_icon_032.png -%%DATADIR%%/pixmaps/acovea_icon_064.png -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%% diff --git a/devel/acovea/Makefile b/devel/acovea/Makefile deleted file mode 100644 index 148f9f07e055..000000000000 --- a/devel/acovea/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: acovea -# Date created: 2006-08-01 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# -# $FreeBSD$ -# - -PORTNAME= acovea -PORTVERSION= 5.1.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://www.coyotegulch.com/distfiles/ -DISTNAME= libacovea-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Tool to find the "best" compiler options using genetic algorithm - -DEPRECATED= Looks like abandonware. -EXPIRATION_DATE= 2011-07-01 - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - evocosm-3.1.1:${PORTSDIR}/devel/libevocosm - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/ - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's,-lrt,,g' ${WRKSRC}/config/* - -.include <bsd.port.post.mk> diff --git a/devel/acovea/distinfo b/devel/acovea/distinfo deleted file mode 100644 index c99999378eea..000000000000 --- a/devel/acovea/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libacovea-5.1.1.tar.gz) = e3bfa6b782205bad083ba58a8b882158 -SHA256 (libacovea-5.1.1.tar.gz) = e84167ac683e6bf7720bd3edf1fc60e77961eb489d31fa2c1d0a34e7d67ae079 -SIZE (libacovea-5.1.1.tar.gz) = 363048 diff --git a/devel/acovea/files/patch-Makefile.in b/devel/acovea/files/patch-Makefile.in deleted file mode 100644 index 9eda7eaf3891..000000000000 --- a/devel/acovea/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Aug 2 11:29:14 2006 -+++ Makefile.in Wed Aug 2 11:30:00 2006 -@@ -600,7 +600,7 @@ - @$(NORMAL_INSTALL) - if test -d $(srcdir)/config; then \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/config; \ -- for cfgfile in $(srcdir)/config/*; do \ -+ for cfgfile in $(srcdir)/config/*.acovea $(srcdir)/config/*.example; do \ - if test -f $$cfgfile; then \ - $(INSTALL_DATA) $$cfgfile $(DESTDIR)$(pkgdatadir)/config; \ - fi \ diff --git a/devel/acovea/files/patch-libacovea-acovea.cpp b/devel/acovea/files/patch-libacovea-acovea.cpp deleted file mode 100644 index 2f1fe5504639..000000000000 --- a/devel/acovea/files/patch-libacovea-acovea.cpp +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN libacovea.orig/acovea.cpp libacovea/acovea.cpp ---- libacovea.orig/acovea.cpp Tue Aug 1 19:58:27 2006 -+++ libacovea/acovea.cpp Tue Aug 1 19:58:38 2006 -@@ -43,6 +43,7 @@ - #include <fcntl.h> - #include <unistd.h> - #include <sys/types.h> -+#include <sys/stat.h> - #include <sys/wait.h> - - #include <vector> diff --git a/devel/acovea/pkg-descr b/devel/acovea/pkg-descr deleted file mode 100644 index 089685b6fb50..000000000000 --- a/devel/acovea/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) -implements a genetic algorithm to find the "best" options for -compiling programs with the GNU Compiler Collection (GCC) C and C++ -compilers. "Best", in this context, is defined as those options -that produce the fastest executable program from a given source -code. Acovea is a C++ framework that can be extended to test other -programming languages and non-GCC compilers. - -WWW: http://www.coyotegulch.com/products/acovea/index.html diff --git a/devel/acovea/pkg-plist b/devel/acovea/pkg-plist deleted file mode 100644 index 95025145a722..000000000000 --- a/devel/acovea/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/runacovea -lib/libacovea.so -lib/libacovea-5.1.so -lib/libacovea-5.1.so.5 -lib/libacovea.la -lib/libacovea.a -include/libacovea/acovea.h -share/libacovea/config/Makefile.example -share/libacovea/config/g++34_opteron.acovea -share/libacovea/config/g++34_pentium3.acovea -share/libacovea/config/g++34_pentium4.acovea -share/libacovea/config/g++40_opteron.acovea -share/libacovea/config/g++40_pentium4.acovea -share/libacovea/config/g9540_opteron.acovea -share/libacovea/config/g9540_pentium3.acovea -share/libacovea/config/g9540_pentium4.acovea -share/libacovea/config/gcc34_intel.acovea -share/libacovea/config/gcc34_opteron.acovea -share/libacovea/config/gcc34_opteron_makefile.acovea -share/libacovea/config/gcc34_opteron_size.acovea -share/libacovea/config/gcc34_pentium3.acovea -share/libacovea/config/gcc34_pentium4.acovea -share/libacovea/config/gcc40_opteron.acovea -share/libacovea/config/gcc40_opteron_makefile.acovea -share/libacovea/config/gcc40_opteron_nofm.acovea -share/libacovea/config/gcc40_opteron_size.acovea -share/libacovea/config/gcc40_pentium4.acovea -share/libacovea/config/gcc41_opteron_nofm.acovea -share/libacovea/benchmarks/almabench.c -share/libacovea/benchmarks/distbench.c -share/libacovea/benchmarks/evobench.c -share/libacovea/benchmarks/fftbench.c -share/libacovea/benchmarks/huffbench.c -share/libacovea/benchmarks/linbench.c -share/libacovea/benchmarks/linsmall.c -share/libacovea/benchmarks/mat1bench.c -share/libacovea/benchmarks/treebench.c -@dirrm share/libacovea/config -@dirrm share/libacovea/benchmarks -@dirrm share/libacovea -@dirrm include/libacovea diff --git a/devel/libevocosm/Makefile b/devel/libevocosm/Makefile deleted file mode 100644 index ade4ff2ecffd..000000000000 --- a/devel/libevocosm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libevocosm -# Date created: 2006-08-01 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# -# $FreeBSD$ -# - -PORTNAME= libevocosm -PORTVERSION= 3.1.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://www.coyotegulch.com/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Collection of tools for creating a variety of evolutionary algorithms - -DEPRECATED= Looks like and abandonware -EXPIRATION_DATE= 2011-07-01 - -LIB_DEPENDS= coyotl-3.1.4:${PORTSDIR}/devel/libcoyotl \ - png.6:${PORTSDIR}/graphics/png - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/ - -.include <bsd.port.mk> diff --git a/devel/libevocosm/distinfo b/devel/libevocosm/distinfo deleted file mode 100644 index a623541c659f..000000000000 --- a/devel/libevocosm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libevocosm-3.1.0.tar.gz) = 7fdc1ac67528c819cdaf9091eeee3833 -SHA256 (libevocosm-3.1.0.tar.gz) = 8ed8781e25afa9c0baabdc5e661e5a55b74ef0de207c1f093e311815afab3751 -SIZE (libevocosm-3.1.0.tar.gz) = 357858 diff --git a/devel/libevocosm/files/patch-funcopt-Makefile.in b/devel/libevocosm/files/patch-funcopt-Makefile.in deleted file mode 100644 index 1273a21ebec9..000000000000 --- a/devel/libevocosm/files/patch-funcopt-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN funcopt.orig/Makefile.in funcopt/Makefile.in ---- funcopt.orig/Makefile.in Tue Aug 1 18:25:48 2006 -+++ funcopt/Makefile.in Tue Aug 1 18:26:58 2006 -@@ -117,7 +117,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = -L../libevocosm -lcoyotl -levocosm -+LIBS = -L../libevocosm -lcoyotl -levocosm -lpng - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ diff --git a/devel/libevocosm/pkg-descr b/devel/libevocosm/pkg-descr deleted file mode 100644 index 5bf5243bbfc0..000000000000 --- a/devel/libevocosm/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Evocosm is a set of classes that abstract the fundamental -components of an evolutionary algorithm: - - -- Random Numbers - -- Validation - -- Floating- Point Chromosomes - -- Roulette Wheels - -- Organisms - -- Fitness Landscapes - -- Evocosms - -- Fitness Scaling - -- Migration - -- Selecting Survivors - -- Reproduction - -- Mutation Operators - -WWW: http://www.coyotegulch.com/products/libevocosm/index.html diff --git a/devel/libevocosm/pkg-plist b/devel/libevocosm/pkg-plist deleted file mode 100644 index 34e1491ca58c..000000000000 --- a/devel/libevocosm/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -lib/libevocosm.so -lib/libevocosm-3.1.so -lib/libevocosm-3.1.so.1 -lib/libevocosm.la -lib/libevocosm.a -include/libevocosm/evocommon.h -include/libevocosm/evocosm.h -include/libevocosm/evoreal.h -include/libevocosm/fsm.h -include/libevocosm/fsm_tools.h -include/libevocosm/fuzzy_machine.h -include/libevocosm/landscape.h -include/libevocosm/migrator.h -include/libevocosm/mutator.h -include/libevocosm/organism.h -include/libevocosm/reporter.h -include/libevocosm/reproducer.h -include/libevocosm/roulette.h -include/libevocosm/scaler.h -include/libevocosm/selector.h -include/libevocosm/simple_fsm.h -bin/runfuncopt -@dirrm include/libevocosm |