pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove devel/jlib.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b80821d2576c
branches: trunk
changeset: 478008:b80821d2576c
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 14 13:27:15 2004 +0000
description:
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:
devel/Makefile | 3 +--
devel/jlib/DESCR | 3 ---
devel/jlib/Makefile | 17 -----------------
devel/jlib/PLIST | 38 --------------------------------------
devel/jlib/distinfo | 6 ------
devel/jlib/patches/patch-aa | 13 -------------
devel/jlib/patches/patch-ab | 37 -------------------------------------
doc/CHANGES | 3 ++-
8 files changed, 3 insertions(+), 117 deletions(-)
diffs (169 lines):
diff -r 5e947d314dd3 -r b80821d2576c devel/Makefile
--- a/devel/Makefile Wed Jul 14 13:22:12 2004 +0000
+++ b/devel/Makefile Wed Jul 14 13:27:15 2004 +0000
@@ -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+= jam
SUBDIR+= javadeps
SUBDIR+= jgrasp
-SUBDIR+= jlib
SUBDIR+= kdbg
SUBDIR+= kdebindings2
SUBDIR+= kdesdk2
diff -r 5e947d314dd3 -r b80821d2576c devel/jlib/DESCR
--- a/devel/jlib/DESCR Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e947d314dd3 -r b80821d2576c devel/jlib/Makefile
--- a/devel/jlib/Makefile Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 5e947d314dd3 -r b80821d2576c devel/jlib/PLIST
--- a/devel/jlib/PLIST Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e947d314dd3 -r b80821d2576c devel/jlib/distinfo
--- a/devel/jlib/distinfo Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e947d314dd3 -r b80821d2576c devel/jlib/patches/patch-aa
--- a/devel/jlib/patches/patch-aa Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5e947d314dd3 -r b80821d2576c devel/jlib/patches/patch-ab
--- a/devel/jlib/patches/patch-ab Wed Jul 14 13:22:12 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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";
diff -r 5e947d314dd3 -r b80821d2576c doc/CHANGES
--- a/doc/CHANGES Wed Jul 14 13:22:12 2004 +0000
+++ b/doc/CHANGES Wed Jul 14 13:27:15 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6553 2004/07/14 13:25:34 manu Exp $
+$NetBSD: CHANGES,v 1.6554 2004/07/14 13:27:15 wiz Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3388,3 +3388,4 @@
Updated ncmpc to 0.11.0 [grant 2004-07-14]
Added vip-19971113 [agc 2004-07-14]
Added wesnoth-0.8 [manu 2004-07-14]
+ Removed jlib [wiz 2004-07-14]
Home |
Main Index |
Thread Index |
Old Index