aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED3
-rw-r--r--cad/Makefile1
-rw-r--r--cad/oregano/Makefile53
-rw-r--r--cad/oregano/distinfo2
-rw-r--r--cad/oregano/files/patch-SConstruct11
-rw-r--r--cad/oregano/pkg-descr5
-rw-r--r--cad/oregano/pkg-plist81
-rw-r--r--devel/Makefile1
-rw-r--r--devel/jakelib2/Makefile35
-rw-r--r--devel/jakelib2/distinfo2
-rw-r--r--devel/jakelib2/files/patch-src-lang_System.cpp20
-rw-r--r--devel/jakelib2/pkg-descr8
-rw-r--r--devel/jakelib2/pkg-plist189
-rw-r--r--x11/Makefile1
-rw-r--r--x11/ebuttons/Makefile41
-rw-r--r--x11/ebuttons/distinfo2
-rw-r--r--x11/ebuttons/pkg-descr4
17 files changed, 3 insertions, 456 deletions
diff --git a/MOVED b/MOVED
index 073160c415cc..034a5cb1f403 100644
--- a/MOVED
+++ b/MOVED
@@ -2596,3 +2596,6 @@ irc/ptlink-services||2011-09-03|Has expired: No upstream source, no distfile and
www/mediawiki115||2011-09-03|unsupported upstream
www/p5-Catalyst-Plugin-Authentication-Store-DBIC||2011-09-03|Use p5-Catalyst-Authentication-Store-DBIx-Class instead
net/uproxy||2011-09-04|Master site disappeared, abandonware
+x11/ebuttons||2011-09-05|Has expired: Website has disappeared
+cad/oregano||2011-09-05|Has expired: Website has disappeared
+devel/jakelib2||2011-09-05|Has expired: Website has disappeared
diff --git a/cad/Makefile b/cad/Makefile
index 2f778449c9b2..42b0a2d0ef1e 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -63,7 +63,6 @@
SUBDIR += opencascade
SUBDIR += opencascade-tutorial
SUBDIR += openscad
- SUBDIR += oregano
SUBDIR += p5-GDS2
SUBDIR += p5-Verilog-Perl
SUBDIR += pcb
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
deleted file mode 100644
index b59ea40ee857..000000000000
--- a/cad/oregano/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: oregano
-# Date created: 19 Feb 2001
-# Whom: Anders Andersson <anders@hack.org>
-#
-# $FreeBSD$
-# $MCom: ports/cad/oregano/Makefile,v 1.9 2007/07/23 19:25:26 mezz Exp $
-#
-
-PORTNAME= oregano
-PORTVERSION= 0.69.0
-PORTREVISION= 5
-CATEGORIES= cad gnome
-MASTER_SITES= http://gforge.lug.fi.uba.ar/frs/download.php/86/
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= Schematic capture and simulation of electrical circuits
-
-DEPRECATED= Website has disappeared
-EXPIRATION_DATE=2011-09-03
-
-USE_GNOME= gnomehack gnomeprefix gtksourceview intlhack libglade2 \
- libgnomeui
-USE_GETTEXT= yes
-USE_SCONS= yes
-INSTALLS_OMF= yes
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NLS)
-USE_GETTEXT= yes
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e "s|-Wall|${CFLAGS}|g;s|%%PREFIX%%|${PREFIX}|;s|pkg-config|${LOCALBASE}/bin/pkg-config|g" ${WRKSRC}/SConstruct
-.if defined(WITHOUT_NLS)
- @${REINPLACE_CMD} -e "/^SConscript ('po\/SConscript')/d" ${WRKSRC}/SConstruct
-.endif
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/bin/oregano
-.for lang in C es fr
- @${MKDIR} ${PREFIX}/share/gnome/help/oregano/${lang}
- ${INSTALL_DATA} ${WRKSRC}/help/${lang}/*.xml \
- ${PREFIX}/share/gnome/help/oregano/${lang}
- @${MKDIR} ${PREFIX}/share/omf/oregano
- ${INSTALL_DATA} ${WRKSRC}/help/${lang}/*.omf \
- ${PREFIX}/share/omf/oregano
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/cad/oregano/distinfo b/cad/oregano/distinfo
deleted file mode 100644
index b3549e854ec5..000000000000
--- a/cad/oregano/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (oregano-0.69.0.tar.gz) = 86242822ba08be50b00e81a0afc7a5b9d8ab5e1ff2023707a362a87f597f107a
-SIZE (oregano-0.69.0.tar.gz) = 640385
diff --git a/cad/oregano/files/patch-SConstruct b/cad/oregano/files/patch-SConstruct
deleted file mode 100644
index 8a93251add8a..000000000000
--- a/cad/oregano/files/patch-SConstruct
+++ /dev/null
@@ -1,11 +0,0 @@
---- SConstruct.orig Thu Mar 29 10:35:45 2007
-+++ SConstruct Thu Mar 29 10:36:06 2007
-@@ -10,7 +10,7 @@
- opts = Options ('oregano.py');
- opts.Add (BoolOption ('RunUpdateMimeDatabase', 'Set to no if you don\'t want to run update-mime-database', 1));
- opts.Add (BoolOption ('Debug', 'Set to yes you want to compile with debug symbolse', 0));
--opts.Add (PathOption ('PREFIX', 'System base prefix path', '/usr/local'));
-+opts.Add (PathOption ('PREFIX', 'System base prefix path', '%%PREFIX%%', PathOption.PathIsDirCreate));
- opts.Add (PackageOption ('DESTDIR', 'System base installation path', '/'));
-
- # Dependencies #
diff --git a/cad/oregano/pkg-descr b/cad/oregano/pkg-descr
deleted file mode 100644
index 89beb50dd7b0..000000000000
--- a/cad/oregano/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Oregano is a tool for schematic capture and simulation of electrical
-circuits. It simplifies design of simple circuits by letting the user
-draw the circuit and then simulate its electrical characteristics.
-
-WWW: http://oregano.gforge.lug.fi.uba.ar/
diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist
deleted file mode 100644
index d8180a286cbf..000000000000
--- a/cad/oregano/pkg-plist
+++ /dev/null
@@ -1,81 +0,0 @@
-bin/oregano
-share/applications/oregano.desktop
-share/gnome/help/oregano/C/legal.xml
-share/gnome/help/oregano/C/oregano.xml
-share/gnome/help/oregano/es/legal.xml
-share/gnome/help/oregano/es/oregano.xml
-share/gnome/help/oregano/fr/legal.xml
-share/gnome/help/oregano/fr/oregano.xml
-share/mime-info/oregano.keys
-share/mime-info/oregano.mime
-share/omf/oregano/oregano-C.omf
-share/omf/oregano/oregano-es.omf
-share/omf/oregano/oregano-fr.omf
-%%DATADIR%%/dialogs/clamp-properties-dialog.glade2
-%%DATADIR%%/dialogs/export.glade2
-%%DATADIR%%/dialogs/log-window.glade2
-%%DATADIR%%/dialogs/part-browser.glade2
-%%DATADIR%%/dialogs/part-properties-dialog.glade2
-%%DATADIR%%/dialogs/plot-add-function.glade2
-%%DATADIR%%/dialogs/plot-window.glade2
-%%DATADIR%%/dialogs/print-options.glade2
-%%DATADIR%%/dialogs/properties.glade2
-%%DATADIR%%/dialogs/settings.glade2
-%%DATADIR%%/dialogs/sim-settings.glade2
-%%DATADIR%%/dialogs/simulation.glade2
-%%DATADIR%%/dialogs/splash.glade2
-%%DATADIR%%/dialogs/splash.xpm
-%%DATADIR%%/dialogs/textbox-properties-dialog.glade2
-%%DATADIR%%/dialogs/view-netlist.glade2
-%%DATADIR%%/examples/Full-wave bridge rectifier.oregano
-%%DATADIR%%/examples/carga_capacitor.oregano
-%%DATADIR%%/examples/opamp.oregano
-%%DATADIR%%/examples/opamp_ideal.oregano
-%%DATADIR%%/examples/pasa_altos.oregano
-%%DATADIR%%/examples/simple.oregano
-%%DATADIR%%/examples/simple2.oregano
-%%DATADIR%%/libraries/cmos.oreglib
-%%DATADIR%%/libraries/cpu.oreglib
-%%DATADIR%%/libraries/default.oreglib
-%%DATADIR%%/libraries/interface.oreglib
-%%DATADIR%%/libraries/linear.oreglib
-%%DATADIR%%/libraries/memory.oreglib
-%%DATADIR%%/libraries/miscellaneous.oreglib
-%%DATADIR%%/libraries/opamplib.oreglib
-%%DATADIR%%/libraries/peripheral.oreglib
-%%DATADIR%%/libraries/power.oreglib
-%%DATADIR%%/libraries/ttl.oreglib
-%%DATADIR%%/models/12AX7A.model
-%%DATADIR%%/models/1N4148.model
-%%DATADIR%%/models/1N750.model
-%%DATADIR%%/models/DiodeBridge.model
-%%DATADIR%%/models/NPN.model
-%%DATADIR%%/models/PNP.model
-%%DATADIR%%/models/TLC555.model
-%%DATADIR%%/models/UA741.model
-%%NLS%%share/locale/ca/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/de/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/es/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/it/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/oregano.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/oregano.mo
-share/mime/packages/oregano.xml
-share/pixmaps/gnome-oregano.svg
-@dirrm %%DATADIR%%/models
-@dirrm %%DATADIR%%/libraries
-@dirrm %%DATADIR%%/examples
-@dirrm %%DATADIR%%/dialogs
-@dirrm %%DATADIR%%
-@dirrm share/omf/oregano
-@dirrm share/gnome/help/oregano/fr
-@dirrm share/gnome/help/oregano/es
-@dirrm share/gnome/help/oregano/C
-@dirrm share/gnome/help/oregano
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@dirrmtry share/applications
diff --git a/devel/Makefile b/devel/Makefile
index fa0b29ed3df6..d00fd1e881e1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -694,7 +694,6 @@
SUBDIR += jakarta-commons-io
SUBDIR += jakarta-commons-jxpath
SUBDIR += jakarta-commons-modeler
- SUBDIR += jakelib2
SUBDIR += jam
SUBDIR += jansson
SUBDIR += java-findbugs
diff --git a/devel/jakelib2/Makefile b/devel/jakelib2/Makefile
deleted file mode 100644
index df0ae9fc9e06..000000000000
--- a/devel/jakelib2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: jakelib2
-# Date created: Oct 23, 2003
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= jakelib2
-PORTVERSION= 2.0.3
-CATEGORIES= devel
-MASTER_SITES= http://www.donuz.de/download/${PORTNAME}/
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= A cross platform C++ class library with a Java-like API
-
-DEPRECATED= Website has disappeared
-EXPIRATION_DATE=2011-09-03
-
-LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
-
-USE_AUTOTOOLS= libtool
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --disable-debug
-
-USE_LDCONFIG= yes
-INFO= jakelib2
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/devel/jakelib2/distinfo b/devel/jakelib2/distinfo
deleted file mode 100644
index dffc8302c8b7..000000000000
--- a/devel/jakelib2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (jakelib2-2.0.3.tar.gz) = 42d6d617624330058dbb44d32a9252270827470b6e4bfd559d26ddfec71e3b47
-SIZE (jakelib2-2.0.3.tar.gz) = 941359
diff --git a/devel/jakelib2/files/patch-src-lang_System.cpp b/devel/jakelib2/files/patch-src-lang_System.cpp
deleted file mode 100644
index e984333c1cb3..000000000000
--- a/devel/jakelib2/files/patch-src-lang_System.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/lang/System.cpp.orig 2010-03-10 11:40:35.000000000 +0100
-+++ src/lang/System.cpp 2010-03-10 11:41:21.000000000 +0100
-@@ -373,13 +373,10 @@
- properties->setProperty(JAKELIB_ONDEMAND(jakelib2_strings[15], new jakelib::lang::String(chars_jakelib2_str_15, 0, 8)), JAKELIB_ONDEMAND(jakelib2_strings[16], new jakelib::lang::String(chars_jakelib2_str_16, 0, 0)) ->plus( cwd));
-
- struct passwd *pw = getpwuid(getuid());
-- if (pw != null)
-- properties->setProperty(JAKELIB_ONDEMAND(jakelib2_strings[17], new jakelib::lang::String(chars_jakelib2_str_17, 0, 9)), JAKELIB_ONDEMAND(jakelib2_strings[18], new jakelib::lang::String(chars_jakelib2_str_18, 0, 0)) ->plus( pw->pw_dir));
--
-- // TODO: cuserid auf dem Mac!
--#if !defined(MACOSX)
-- properties->setProperty(JAKELIB_ONDEMAND(jakelib2_strings[19], new jakelib::lang::String(chars_jakelib2_str_19, 0, 9)), JAKELIB_ONDEMAND(jakelib2_strings[20], new jakelib::lang::String(chars_jakelib2_str_20, 0, 0)) ->plus( cuserid(null)));
--#endif
-+ if (pw != null) {
-+ properties->setProperty(JAKELIB_ONDEMAND(jakelib2_strings[17], new jakelib::lang::String(chars_jakelib2_str_17, 0, 9)), JAKELIB_ONDEMAND(jakelib2_strings[18], new jakelib::lang::String(chars_jakelib2_str_18, 0, 0)) ->plus( pw->pw_dir));
-+ properties->setProperty(JAKELIB_ONDEMAND(jakelib2_strings[19], new jakelib::lang::String(chars_jakelib2_str_19, 0, 9)), JAKELIB_ONDEMAND(jakelib2_strings[20], new jakelib::lang::String(chars_jakelib2_str_20, 0, 0)) ->plus( pw->pw_name));
-+ }
-
- struct utsname un;
- if (uname(&un) >= 0) {
diff --git a/devel/jakelib2/pkg-descr b/devel/jakelib2/pkg-descr
deleted file mode 100644
index a435e4066b86..000000000000
--- a/devel/jakelib2/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Jakelib2 is a cross platform C++ class library with a Java-like API. An
-automatic garbage collector is used to take care of unused objects. External
-libraries like PCRE or GTK+ are being integrated to provide the programmer
-with a homogeneous, easy to use programming environment that covers every
-day's tasks like string handling, data storage, networking, or GUI
-programming.
-
-WWW: http://www.jakelib.org/
diff --git a/devel/jakelib2/pkg-plist b/devel/jakelib2/pkg-plist
deleted file mode 100644
index cb06d1e8908f..000000000000
--- a/devel/jakelib2/pkg-plist
+++ /dev/null
@@ -1,189 +0,0 @@
-bin/jakelib2-config
-bin/jakelib2-newclass
-bin/jakelib2-skeleton
-bin/jlpp
-include/jakelib2.h
-include/jakelib2/config.h
-include/jakelib2/io/BufferedReader.h
-include/jakelib2/io/BufferedWriter.h
-include/jakelib2/io/ByteArrayInputStream.h
-include/jakelib2/io/File.h
-include/jakelib2/io/FileInfo.h
-include/jakelib2/io/FileInputStream.h
-include/jakelib2/io/FileOutputStream.h
-include/jakelib2/io/FileReader.h
-include/jakelib2/io/FileWriter.h
-include/jakelib2/io/FilenameExtensionFilter.h
-include/jakelib2/io/FilenameFilter.h
-include/jakelib2/io/IOException.h
-include/jakelib2/io/InputStream.h
-include/jakelib2/io/InputStreamReader.h
-include/jakelib2/io/OutputStream.h
-include/jakelib2/io/OutputStreamWriter.h
-include/jakelib2/io/PipeInputStream.h
-include/jakelib2/io/PipeOutputStream.h
-include/jakelib2/io/PrintWriter.h
-include/jakelib2/io/RandomAccessFile.h
-include/jakelib2/io/Reader.h
-include/jakelib2/io/Serializable.h
-include/jakelib2/io/StandardOutputStream.h
-include/jakelib2/io/Syslog.h
-include/jakelib2/io/WildCardFilter.h
-include/jakelib2/io/Writer.h
-include/jakelib2/io/all.h
-include/jakelib2/lang/Array.h
-include/jakelib2/lang/Boolean.h
-include/jakelib2/lang/Byte.h
-include/jakelib2/lang/Character.h
-include/jakelib2/lang/Class.h
-include/jakelib2/lang/Cloneable.h
-include/jakelib2/lang/Comparable.h
-include/jakelib2/lang/Double.h
-include/jakelib2/lang/Exception.h
-include/jakelib2/lang/Float.h
-include/jakelib2/lang/Integer.h
-include/jakelib2/lang/Interface.h
-include/jakelib2/lang/Long.h
-include/jakelib2/lang/Math.h
-include/jakelib2/lang/Monitorable.h
-include/jakelib2/lang/Mutex.h
-include/jakelib2/lang/Number.h
-include/jakelib2/lang/Object.h
-include/jakelib2/lang/Process.h
-include/jakelib2/lang/Runnable.h
-include/jakelib2/lang/Runtime.h
-include/jakelib2/lang/RuntimeException.h
-include/jakelib2/lang/Semaphore.h
-include/jakelib2/lang/Sentry.h
-include/jakelib2/lang/Short.h
-include/jakelib2/lang/StackTrace.h
-include/jakelib2/lang/StackTraceElement.h
-include/jakelib2/lang/String.h
-include/jakelib2/lang/StringBuffer.h
-include/jakelib2/lang/Synchronizeable.h
-include/jakelib2/lang/Synchronizer.h
-include/jakelib2/lang/System.h
-include/jakelib2/lang/Thread.h
-include/jakelib2/lang/Throwable.h
-include/jakelib2/lang/all.h
-include/jakelib2/net/InetAddress.h
-include/jakelib2/net/ServerSocket.h
-include/jakelib2/net/Socket.h
-include/jakelib2/net/SocketInputStream.h
-include/jakelib2/net/SocketOutputStream.h
-include/jakelib2/net/URL.h
-include/jakelib2/net/all.h
-include/jakelib2/text/ChoiceFormat.h
-include/jakelib2/text/DateFormat.h
-include/jakelib2/text/DateFormatSymbols.h
-include/jakelib2/text/DecimalFormat.h
-include/jakelib2/text/DecimalFormatSyms.h
-include/jakelib2/text/FieldPosition.h
-include/jakelib2/text/Format.h
-include/jakelib2/text/NumberFormat.h
-include/jakelib2/text/ParseException.h
-include/jakelib2/text/ParsePosition.h
-include/jakelib2/text/SimpleDateFormat.h
-include/jakelib2/text/all.h
-include/jakelib2/text/enc/ByteToCharASCII.h
-include/jakelib2/text/enc/ByteToCharCP1252.h
-include/jakelib2/text/enc/ByteToCharCP437.h
-include/jakelib2/text/enc/ByteToCharCP850.h
-include/jakelib2/text/enc/ByteToCharConverter.h
-include/jakelib2/text/enc/ByteToCharISO8859_1.h
-include/jakelib2/text/enc/ByteToCharISO8859_10.h
-include/jakelib2/text/enc/ByteToCharISO8859_11.h
-include/jakelib2/text/enc/ByteToCharISO8859_13.h
-include/jakelib2/text/enc/ByteToCharISO8859_14.h
-include/jakelib2/text/enc/ByteToCharISO8859_15.h
-include/jakelib2/text/enc/ByteToCharISO8859_2.h
-include/jakelib2/text/enc/ByteToCharISO8859_3.h
-include/jakelib2/text/enc/ByteToCharISO8859_4.h
-include/jakelib2/text/enc/ByteToCharISO8859_5.h
-include/jakelib2/text/enc/ByteToCharISO8859_6.h
-include/jakelib2/text/enc/ByteToCharISO8859_7.h
-include/jakelib2/text/enc/ByteToCharISO8859_8.h
-include/jakelib2/text/enc/ByteToCharISO8859_9.h
-include/jakelib2/text/enc/ByteToCharSingleByte.h
-include/jakelib2/text/enc/ByteToCharUTF8.h
-include/jakelib2/text/enc/CharToByteASCII.h
-include/jakelib2/text/enc/CharToByteCP1252.h
-include/jakelib2/text/enc/CharToByteCP437.h
-include/jakelib2/text/enc/CharToByteCP850.h
-include/jakelib2/text/enc/CharToByteConverter.h
-include/jakelib2/text/enc/CharToByteISO8859_1.h
-include/jakelib2/text/enc/CharToByteISO8859_10.h
-include/jakelib2/text/enc/CharToByteISO8859_11.h
-include/jakelib2/text/enc/CharToByteISO8859_13.h
-include/jakelib2/text/enc/CharToByteISO8859_14.h
-include/jakelib2/text/enc/CharToByteISO8859_15.h
-include/jakelib2/text/enc/CharToByteISO8859_2.h
-include/jakelib2/text/enc/CharToByteISO8859_3.h
-include/jakelib2/text/enc/CharToByteISO8859_4.h
-include/jakelib2/text/enc/CharToByteISO8859_5.h
-include/jakelib2/text/enc/CharToByteISO8859_6.h
-include/jakelib2/text/enc/CharToByteISO8859_7.h
-include/jakelib2/text/enc/CharToByteISO8859_8.h
-include/jakelib2/text/enc/CharToByteISO8859_9.h
-include/jakelib2/text/enc/CharToByteSingleByte.h
-include/jakelib2/text/enc/CharToByteUTF8.h
-include/jakelib2/text/enc/all.h
-include/jakelib2/util/AbstractCollection.h
-include/jakelib2/util/AbstractList.h
-include/jakelib2/util/AbstractMap.h
-include/jakelib2/util/AbstractSet.h
-include/jakelib2/util/ArrayList.h
-include/jakelib2/util/ArrayListIterator.h
-include/jakelib2/util/BitSet.h
-include/jakelib2/util/ByteArray.h
-include/jakelib2/util/Calendar.h
-include/jakelib2/util/CharArray.h
-include/jakelib2/util/Collection.h
-include/jakelib2/util/Commandline.h
-include/jakelib2/util/Comparator.h
-include/jakelib2/util/Date.h
-include/jakelib2/util/Dictionary.h
-include/jakelib2/util/EventListener.h
-include/jakelib2/util/EventObject.h
-include/jakelib2/util/GregorianCalendar.h
-include/jakelib2/util/HashEntry.h
-include/jakelib2/util/Hashtable.h
-include/jakelib2/util/HashtableIterator.h
-include/jakelib2/util/Iterator.h
-include/jakelib2/util/List.h
-include/jakelib2/util/Locale.h
-include/jakelib2/util/Map.h
-include/jakelib2/util/Properties.h
-include/jakelib2/util/Queue.h
-include/jakelib2/util/Set.h
-include/jakelib2/util/SimpleTimeZone.h
-include/jakelib2/util/Stack.h
-include/jakelib2/util/StringComparator.h
-include/jakelib2/util/StringTokenizer.h
-include/jakelib2/util/SynchronizedStack.h
-include/jakelib2/util/TimeZone.h
-include/jakelib2/util/Vector.h
-include/jakelib2/util/all.h
-include/jakelib2/util/regex/Matcher.h
-include/jakelib2/util/regex/Pattern.h
-include/jakelib2/util/regex/PatternSyntaxException.h
-include/jakelib2/util/regex/pcre.h
-include/jakelib2/win32config.h
-lib/libjake2.a
-lib/libjake2.la
-lib/libjake2.so
-lib/libjake2.so.2
-share/aclocal/jakelib2.m4
-%%DATADIR%%/template/COPYING
-%%DATADIR%%/template/Main.jlc
-%%DATADIR%%/template/Sub.jlc
-@dirrm include/jakelib2/io
-@dirrm include/jakelib2/lang
-@dirrm include/jakelib2/net
-@dirrm include/jakelib2/text/enc
-@dirrm include/jakelib2/text
-@dirrm include/jakelib2/util/regex
-@dirrm include/jakelib2/util
-@dirrm include/jakelib2
-@dirrm %%DATADIR%%/template
-@dirrm %%DATADIR%%
diff --git a/x11/Makefile b/x11/Makefile
index ca25258e3bb4..ce4048d901d0 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -42,7 +42,6 @@
SUBDIR += dynamag
SUBDIR += dzen2
SUBDIR += eaglemode
- SUBDIR += ebuttons
SUBDIR += ecore-imf
SUBDIR += ecore-imf_evas
SUBDIR += ecore-input
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile
deleted file mode 100644
index 5335624b9400..000000000000
--- a/x11/ebuttons/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# New ports collection makefile for: E-Buttons
-# Date created: 30 March 2000
-# Whom: jhb
-#
-# $FreeBSD$
-#
-
-PORTNAME= E-buttons
-PORTVERSION= 0.2
-PORTREVISION= 11
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://people.freebsd.org/~gahr/distfiles/
-MASTER_SITE_SUBDIR= gahr
-
-MAINTAINER= gahr@FreeBSD.org
-COMMENT= A simple epplet that contains several buttons used to launch programs
-
-DEPRECATED= Website has disappeared
-EXPIRATION_DATE=2011-09-03
-
-LIB_DEPENDS= epplet.3:${PORTSDIR}/x11-wm/epplets
-
-PLIST_FILES= bin/E-Buttons.epplet
-
-WRKSRC= ${WRKDIR}/E-buttons
-
-USE_GL= gl
-USE_EFL= imlib2
-
-CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
-LDFLAGS= -L${LOCALBASE}/lib -lepplet -lGL -lImlib2 ${PTHREAD_LIBS}
-
-do-build:
- cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o E-Buttons.epplet \
- ${PORTNAME}.c ${LDFLAGS}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/E-Buttons.epplet ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/x11/ebuttons/distinfo b/x11/ebuttons/distinfo
deleted file mode 100644
index b48fe9802ebe..000000000000
--- a/x11/ebuttons/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (E-buttons-0.2.tar.gz) = 1ccd62f13b92d6ea710b12fa259c64906dd8d48d9007c37558f4227f94597dd9
-SIZE (E-buttons-0.2.tar.gz) = 5289
diff --git a/x11/ebuttons/pkg-descr b/x11/ebuttons/pkg-descr
deleted file mode 100644
index 3802076e357d..000000000000
--- a/x11/ebuttons/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A simple epplet for Enlightenment that provides several buttons used to
-launch applications. It is modeled on asbutton.
-
-WWW: http://www.moodfarm.demon.co.uk/download/#ebuttons