diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-14 13:27:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-14 13:27:15 +0000 |
commit | 6fe7f44cb72d28ffc99d192acbbb394096ea09cc (patch) | |
tree | 57150b4c63cef8d0b3d7913d4bc05e35243770f9 /devel | |
parent | 16119092636967b39b6e61be2289b51a39e3e1bd (diff) | |
download | pkgsrc-6fe7f44cb72d28ffc99d192acbbb394096ea09cc.tar.gz |
Remove devel/jlib.
The pkgsrc version does not compile with gcc3; the latest available
version does not compile with gcc3; development has stopped two
years ago; there is no package in-tree that uses it.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/jlib/DESCR | 3 | ||||
-rw-r--r-- | devel/jlib/Makefile | 17 | ||||
-rw-r--r-- | devel/jlib/PLIST | 38 | ||||
-rw-r--r-- | devel/jlib/distinfo | 6 | ||||
-rw-r--r-- | devel/jlib/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/jlib/patches/patch-ab | 37 |
7 files changed, 1 insertions, 116 deletions
diff --git a/devel/Makefile b/devel/Makefile index e06c54912d8..66cb1ed2041 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.515 2004/07/08 18:35:32 erh Exp $ +# $NetBSD: Makefile,v 1.516 2004/07/14 13:27:15 wiz Exp $ # COMMENT= Development utilities @@ -176,7 +176,6 @@ SUBDIR+= its4 SUBDIR+= jam SUBDIR+= javadeps SUBDIR+= jgrasp -SUBDIR+= jlib SUBDIR+= kdbg SUBDIR+= kdebindings2 SUBDIR+= kdesdk2 diff --git a/devel/jlib/DESCR b/devel/jlib/DESCR deleted file mode 100644 index 751190f99f4..00000000000 --- a/devel/jlib/DESCR +++ /dev/null @@ -1,3 +0,0 @@ - jlib is a library of C++ utility classes. It contains useful functions from -various areas, like networking, mail decoding and encoding, file access, and -audio. Jlib is available under the GNU GENERAL PUBLIC LICENSE (GPL). diff --git a/devel/jlib/Makefile b/devel/jlib/Makefile deleted file mode 100644 index 95731f7d0d6..00000000000 --- a/devel/jlib/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:43:25 martti Exp $ -# - -DISTNAME= jlib-1.0.6 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jlib/} - -MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://jlib.sourceforge.net/ -COMMENT= Library of C++ utility classes - -GNU_CONFIGURE= YES -USE_LIBTOOL= YES - -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/jlib/PLIST b/devel/jlib/PLIST deleted file mode 100644 index 0b29e7ff8e8..00000000000 --- a/devel/jlib/PLIST +++ /dev/null @@ -1,38 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:24:17 zuntum Exp $ -bin/jlib-config -include/jlib.h -include/jlib/AudioFile.h -include/jlib/AudioPlayer.h -include/jlib/Base64.h -include/jlib/Blob.h -include/jlib/DataStream.h -include/jlib/Date.hh -include/jlib/Directory.h -include/jlib/EOFException.h -include/jlib/Email.h -include/jlib/EmailReader.h -include/jlib/EmailWriter.h -include/jlib/Exception.h -include/jlib/Fetch.h -include/jlib/FileStream.h -include/jlib/IMAP4.h -include/jlib/IOException.h -include/jlib/MimeType.h -include/jlib/POP3.h -include/jlib/Properties.h -include/jlib/QuotedPrintable.h -include/jlib/Regex.h -include/jlib/SMTPException.h -include/jlib/SUtil.h -include/jlib/SockStream.h -include/jlib/Stream.h -include/jlib/TmpFile.h -include/jlib/WavFile.h -include/jlib/scp.h -include/jlib/socketstream.hh -lib/libj.so -lib/libj.so.1 -lib/libj.so.1.6 -lib/libj.a -lib/libj.la -@dirrm include/jlib diff --git a/devel/jlib/distinfo b/devel/jlib/distinfo deleted file mode 100644 index 6ce386d1bef..00000000000 --- a/devel/jlib/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:24 wiz Exp $ - -SHA1 (jlib-1.0.6.tar.gz) = f4dee54461d2ecc691fb7266c517e7780c95af35 -Size (jlib-1.0.6.tar.gz) = 148161 bytes -SHA1 (patch-aa) = 41a81a4edc5817acd9f4567f50407b3774725062 -SHA1 (patch-ab) = cf37743298a993077255683f252b0ba4bd7abd3a diff --git a/devel/jlib/patches/patch-aa b/devel/jlib/patches/patch-aa deleted file mode 100644 index e3c10a46ebd..00000000000 --- a/devel/jlib/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/10/15 17:16:05 rh Exp $ - ---- src/Makefile.in.orig Sat Sep 16 16:59:49 2000 -+++ src/Makefile.in -@@ -87,7 +87,7 @@ - - lib_LTLIBRARIES = libj.la - libj_la_SOURCES = QuotedPrintable.C TmpFile.C MimeType.C SUtil.C Blob.C Stream.C Exception.C IOException.C EOFException.C SMTPException.C DataStream.C FileStream.C SockStream.C Properties.C Base64.C EmailWriter.C EmailReader.C Email.C POP3.C IMAP4.C Regex.C Fetch.C AudioPlayer.C WavFile.C Directory.C scp.C socketstream.cc Date.cc --libj_la_LDFLAGS = -version-info $(LIBJ_SO_VERSION) -release $(JLIB_RELEASE) -no-undefined -+libj_la_LDFLAGS = -version-info $(LIBJ_SO_VERSION) -no-undefined - - include_HEADERS = jlib.h - pkginclude_HEADERS = POP3.h SUtil.h Blob.h Stream.h Exception.h IOException.h EOFException.h SMTPException.h DataStream.h FileStream.h SockStream.h Properties.h Base64.h EmailWriter.h EmailReader.h Email.h IMAP4.h Fetch.h Regex.h TmpFile.h MimeType.h QuotedPrintable.h AudioPlayer.h AudioFile.h WavFile.h Directory.h scp.h socketstream.hh Date.hh diff --git a/devel/jlib/patches/patch-ab b/devel/jlib/patches/patch-ab deleted file mode 100644 index ef094e0e340..00000000000 --- a/devel/jlib/patches/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:16:05 rh Exp $ - ---- src/WavFile.C.orig Sat Aug 26 03:16:28 2000 -+++ src/WavFile.C -@@ -24,7 +24,11 @@ - #include "Blob.h" - #include "TmpFile.h" - -+#ifdef __NetBSD__ -+#include <soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> -@@ -33,7 +37,11 @@ - #include <string.h> - #include <unistd.h> - -+#ifdef __NetBSD__ -+const string DSP = "/dev/audio"; -+#else - const string DSP = "/dev/dsp"; -+#endif - const int WAV_FMT_PCM = 1; - const int WAV_FMT_OKI_ADPCM = 16; - const bool DEBUG = false; -@@ -203,7 +211,7 @@ - if(DEBUG) cout << "read " << data.length() << " bytes\n"; - if(DEBUG) cout.flush(); - -- if(DEBUG) cout << "Writing " << data.length() << " bytes to /dev/dsp... "; -+ if(DEBUG) cout << "Writing " << data.length() << " bytes to " << DSP << " ... "; - if(DEBUG) cout.flush(); - write(m_dsp, data.bstr(), data.length()); - if(DEBUG) cout << "done\n"; |