diff options
author | gahr <gahr@FreeBSD.org> | 2011-09-05 17:46:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2011-09-05 17:46:11 +0800 |
commit | 882cd6e6c77bb5534b985f1a86581c949309abe6 (patch) | |
tree | 4087e831555949cce73906d260084a820f5cec46 /devel | |
parent | 1806f8c569249c18177a657e002172564d2031cd (diff) | |
download | freebsd-ports-gnome-882cd6e6c77bb5534b985f1a86581c949309abe6.tar.gz freebsd-ports-gnome-882cd6e6c77bb5534b985f1a86581c949309abe6.tar.zst freebsd-ports-gnome-882cd6e6c77bb5534b985f1a86581c949309abe6.zip |
- Remove three deprecated ports of mine
2011-09-03 x11/ebuttons: Website has disappeared
2011-09-03 cad/oregano: Website has disappeared
2011-09-03 devel/jakelib2: Website has disappeared
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/jakelib2/Makefile | 35 | ||||
-rw-r--r-- | devel/jakelib2/distinfo | 2 | ||||
-rw-r--r-- | devel/jakelib2/files/patch-src-lang_System.cpp | 20 | ||||
-rw-r--r-- | devel/jakelib2/pkg-descr | 8 | ||||
-rw-r--r-- | devel/jakelib2/pkg-plist | 189 |
6 files changed, 0 insertions, 255 deletions
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%% |