diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /misc | |
parent | f667b39b3c0614d5aeb9bcb4bac4a4b222408185 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'misc')
103 files changed, 0 insertions, 3990 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda-client/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda-client/distinfo b/misc/amanda-client/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda-client/files/patch-ae b/misc/amanda-client/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda-client/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda-client/files/patch-af b/misc/amanda-client/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda-client/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda-client/pkg-comment b/misc/amanda-client/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda-client/pkg-descr b/misc/amanda-client/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda-client/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda-client/pkg-plist b/misc/amanda-client/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda-client/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda-server/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda-server/distinfo b/misc/amanda-server/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda-server/files/patch-ae b/misc/amanda-server/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda-server/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda-server/files/patch-af b/misc/amanda-server/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda-server/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda-server/pkg-comment b/misc/amanda-server/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda-server/pkg-descr b/misc/amanda-server/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda-server/pkg-plist b/misc/amanda-server/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda-server/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda25-client/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda25-client/distinfo b/misc/amanda25-client/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda25-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda25-client/files/patch-ae b/misc/amanda25-client/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda25-client/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda25-client/files/patch-af b/misc/amanda25-client/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda25-client/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda25-client/pkg-comment b/misc/amanda25-client/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda25-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda25-client/pkg-descr b/misc/amanda25-client/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda25-client/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda25-client/pkg-plist b/misc/amanda25-client/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda25-client/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda25-server/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda25-server/distinfo b/misc/amanda25-server/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda25-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda25-server/files/patch-ae b/misc/amanda25-server/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda25-server/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda25-server/files/patch-af b/misc/amanda25-server/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda25-server/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda25-server/pkg-comment b/misc/amanda25-server/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda25-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda25-server/pkg-descr b/misc/amanda25-server/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda25-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda25-server/pkg-plist b/misc/amanda25-server/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda25-server/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda26-client/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda26-client/distinfo b/misc/amanda26-client/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda26-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda26-client/files/patch-ae b/misc/amanda26-client/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda26-client/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda26-client/files/patch-af b/misc/amanda26-client/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda26-client/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda26-client/pkg-comment b/misc/amanda26-client/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda26-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda26-client/pkg-descr b/misc/amanda26-client/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda26-client/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda26-client/pkg-plist b/misc/amanda26-client/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda26-client/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda26-server/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda26-server/distinfo b/misc/amanda26-server/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda26-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda26-server/files/patch-ae b/misc/amanda26-server/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda26-server/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda26-server/files/patch-af b/misc/amanda26-server/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda26-server/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda26-server/pkg-comment b/misc/amanda26-server/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda26-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda26-server/pkg-descr b/misc/amanda26-server/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda26-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda26-server/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda32-client/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda32-client/distinfo b/misc/amanda32-client/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda32-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda32-client/files/patch-ae b/misc/amanda32-client/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda32-client/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda32-client/files/patch-af b/misc/amanda32-client/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda32-client/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda32-client/pkg-comment b/misc/amanda32-client/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda32-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda32-client/pkg-descr b/misc/amanda32-client/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda32-client/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda32-client/pkg-plist b/misc/amanda32-client/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda32-client/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile deleted file mode 100644 index 0a98f5029b76..000000000000 --- a/misc/amanda32-server/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: amanda -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -PORTNAME= amanda -PORTVERSION= 2.4.1 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 - -MAINTAINER= cwt@FreeBSD.org - -BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot - -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 -NO_LATEST_LINK= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -LIBTOOLFLAGS= --disable-ltlibs --release-ignore -CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ - --with-amandahosts --with-fqdn \ - --with-dump-honor-nodump \ - --with-user=operator --with-group=operator - -PATCH_STRIP= -MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/amanda - ${CP} -R ${WRKSRC}/example/amanda.conf \ - ${WRKSRC}/example/chg-multi.conf \ - ${WRKSRC}/example/chg-scsi.conf \ - ${WRKSRC}/example/disklist \ - ${PREFIX}/share/examples/amanda - -.include <bsd.port.mk> diff --git a/misc/amanda32-server/distinfo b/misc/amanda32-server/distinfo deleted file mode 100644 index 7a6ad03da941..000000000000 --- a/misc/amanda32-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed diff --git a/misc/amanda32-server/files/patch-ae b/misc/amanda32-server/files/patch-ae deleted file mode 100644 index 62ea9e28e154..000000000000 --- a/misc/amanda32-server/files/patch-ae +++ /dev/null @@ -1,18 +0,0 @@ ---- config/config.h.in Thu Aug 27 11:43:52 1998 -+++ config/config.h.in Sun Sep 6 11:38:27 1998 -@@ -1,4 +1,4 @@ --/* config/config.h.in. Generated automatically from configure.in by autoheader. */ -+/* config/config.h.in. Generated automatically from ../configure.in by autoheader. */ - #ifndef _CONFIG_H - #define _CONFIG_H - -@@ -360,6 +360,9 @@ - - /* Define if you have the <arpa/inet.h> header file. */ - #undef HAVE_ARPA_INET_H -+ -+/* Define if you have the <camlib.h> header file. */ -+#undef HAVE_CAMLIB_H - - /* Define if you have the <chio.h> header file. */ - #undef HAVE_CHIO_H diff --git a/misc/amanda32-server/files/patch-af b/misc/amanda32-server/files/patch-af deleted file mode 100644 index 272d5133ca48..000000000000 --- a/misc/amanda32-server/files/patch-af +++ /dev/null @@ -1,68 +0,0 @@ ---- changer-src/scsi-chio.c Tue Jul 7 21:04:04 1998 -+++ changer-src/scsi-chio.c Sat Sep 12 16:11:21 1998 -@@ -114,6 +114,38 @@ - } - - -+#if defined(__FreeBSD__) && defined(HAVE_CAMLIB_H) -+#warning "CHIO TAPE CHANGER FUNCTIONS UNIMPLEMENTED FOR FREEBSD CAM" -+#warning "Code will work fine if you aren't running a changer." -+int isempty(int fd, int slot) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int find_empty(int fd) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_ST; -+ -+return 0; -+} -+ -+int drive_loaded(int fd, int drivenum) -+{ -+struct changer_element_status ces; -+int i,rc; -+int type=CHET_DT; -+ -+return 0; -+} -+ -+#else -+ - /* - * this routine checks a specified slot to see if it is empty - */ -@@ -141,6 +173,8 @@ - return !i; - } - -+ -+ - /* - * find the first empty slot - */ -@@ -169,6 +203,8 @@ - return i; - } - -+ -+ - /* - * returns one if there is a tape loaded in the drive - */ -@@ -195,7 +231,7 @@ - free(ces.ces_data); - return i; - } -- -+#endif - - /* - * unloads the drive, putting the tape in the specified slot diff --git a/misc/amanda32-server/pkg-comment b/misc/amanda32-server/pkg-comment deleted file mode 100644 index 87b97277da1d..000000000000 --- a/misc/amanda32-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda32-server/pkg-descr b/misc/amanda32-server/pkg-descr deleted file mode 100644 index c9f6e12287ec..000000000000 --- a/misc/amanda32-server/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -** CAUTION ** - -THE RELEASE OF AMANDA 2.4 BREAKS BACKWARDS COMPATIBILITY WITH -EARLIER AMANDA CLIENTS (PER CHANGES FILE IN THE DISTRIBUTION.) - -WHAT IS AMANDA? ---------------- - -This is a release of Amanda, the Advanced Maryland Automatic -Network Disk Archiver. Amanda is a backup system designed to archive many -computers on a network to a single large-capacity tape drive. - -Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: Unix dump/restore, and - later GNU Tar and others. - * will back up multiple machines in parallel to a holding disk, blasting - finished dumps one by one to tape as fast as we can write files to - tape. For example, a ~2 Gb 8mm tape on a ~240K/s interface to a host - with a large holding disk can be filled by Amanda in under 4 hours. - * does simple tape management: will not overwrite the wrong tape. diff --git a/misc/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist deleted file mode 100644 index d04ad4ebbebe..000000000000 --- a/misc/amanda32-server/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -lib/libamanda.a -lib/libamanda.so -lib/libamanda.so.0 -lib/libamclient.a -lib/libamclient.so -lib/libamclient.so.0 -lib/libamserver.a -lib/libamserver.so -lib/libamserver.so.0 -lib/libamtape.a -lib/libamtape.so -lib/libamtape.so.0 -libexec/amanda/amandad -libexec/amanda/amcat.awk -libexec/amanda/amidxtaped -libexec/amanda/amindexd -libexec/amanda/amplot.awk -libexec/amanda/amplot.g -libexec/amanda/amplot.gp -libexec/amanda/amtrmidx -libexec/amanda/calcsize -libexec/amanda/chg-chio -libexec/amanda/chg-chs -libexec/amanda/chg-manual -libexec/amanda/chg-mtx -libexec/amanda/chg-multi -libexec/amanda/chg-rth -libexec/amanda/chg-zd-mtx -libexec/amanda/driver -libexec/amanda/dumper -libexec/amanda/getconf -libexec/amanda/killpgrp -libexec/amanda/patch-system -libexec/amanda/planner -libexec/amanda/rundump -libexec/amanda/runtar -libexec/amanda/selfcheck -libexec/amanda/sendbackup -libexec/amanda/sendsize -libexec/amanda/taper -libexec/amanda/versionsuffix -sbin/amadmin -sbin/amcheck -sbin/amcheckdb -sbin/amcleanup -sbin/amdump -sbin/amflush -sbin/amlabel -sbin/amoverview -sbin/amplot -sbin/amrecover -sbin/amreport -sbin/amrestore -sbin/amrmtape -sbin/amstatus -sbin/amtape -sbin/amtoc -sbin/amverify -share/examples/amanda/amanda.conf -share/examples/amanda/chg-multi.conf -share/examples/amanda/chg-scsi.conf -share/examples/amanda/disklist -@dirrm share/examples/amanda -@dirrm libexec/amanda diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile deleted file mode 100644 index 57efddb91aa9..000000000000 --- a/misc/gnomeutils2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnomeutils -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnomeutils -PORTVERSION= 1.2.1 -CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-utils -DISTNAME= gnome-utils-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gtop.1:${PORTSDIR}/devel/libgtop \ - guile.6:${PORTSDIR}/lang/guile \ - glade.4:${PORTSDIR}/devel/libglade -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/misc/gnomeutils2/distinfo b/misc/gnomeutils2/distinfo deleted file mode 100644 index 185a3c2a3804..000000000000 --- a/misc/gnomeutils2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-utils-1.2.1.tar.gz) = d95a0a6d43b62075c7f5dbe6c81101c0 diff --git a/misc/gnomeutils2/files/patch-aa b/misc/gnomeutils2/files/patch-aa deleted file mode 100644 index 149087c84669..000000000000 --- a/misc/gnomeutils2/files/patch-aa +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.orig Fri May 19 14:49:06 2000 -+++ configure Tue May 30 13:31:24 2000 -@@ -5101,7 +5101,7 @@ - cat conftest.$ac_ext >&5 - rm -rf conftest* - CATOBJEXT=.mo -- DATADIRNAME=lib -+ DATADIRNAME=share - fi - rm -f conftest* - INSTOBJEXT=.mo -@@ -6350,17 +6350,13 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - build_gfloppy=true -+ subdirs="gfloppy" - else -+ build_gfloppy=false - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** gfloppy will not be built." 1>&2 - fi - --if $build_gfloppy; then -- subdirs="gfloppy" -- --fi -- -- - if test "$build_gfloppy" = true; then - BUILD_GFLOPPY_TRUE= - BUILD_GFLOPPY_FALSE='#' -@@ -8453,7 +8449,7 @@ - esac - done - -- for ac_config_dir in gfloppy; do -+ for ac_config_dir in $subdirs ; do - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. diff --git a/misc/gnomeutils2/files/patch-ad b/misc/gnomeutils2/files/patch-ad deleted file mode 100644 index 65ebff071c14..000000000000 --- a/misc/gnomeutils2/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ ---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999 -+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999 -@@ -36,24 +36,7 @@ - #include <gnome.h> - #endif - --#ifdef ultrix --# include <cursesX.h> --#else --# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) --# include <ncurses.h> --# else --# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi) --# define hacked 1 --# define _XOPEN_SOURCE_EXTENDED --# define _ACS_COMPAT_CODE --# endif --# include <curses.h> --# ifdef hacked --# undef _XOPEN_SOURCE_EXTENDED --# undef _ACS_COMPAT_CODE --# endif --# endif --#endif -+#include <ncurses.h> - - /* - * Change these if you want diff --git a/misc/gnomeutils2/files/patch-ah b/misc/gnomeutils2/files/patch-ah deleted file mode 100644 index ba467beaa5a6..000000000000 --- a/misc/gnomeutils2/files/patch-ah +++ /dev/null @@ -1,48 +0,0 @@ ---- logview/actions.c.orig Wed Apr 26 22:32:02 2000 -+++ logview/actions.c Tue May 30 13:34:05 2000 -@@ -1,6 +1,7 @@ - #include "logview.h" - #include <string.h> - #include <stdlib.h> -+#include <sys/types.h> - #include <regex.h> - #include <config.h> - #include <gnome.h> ---- logview/desc_db.c.orig Wed Apr 26 22:32:02 2000 -+++ logview/desc_db.c Tue May 30 13:34:36 2000 -@@ -1,5 +1,6 @@ - #include "logview.h" - #include <string.h> -+#include <sys/types.h> - #include <regex.h> - #include <stdlib.h> - ---- logview/logrtns.c.orig Tue May 30 13:35:22 2000 -+++ logview/logrtns.c Tue May 30 13:37:45 2000 -@@ -679,7 +679,7 @@ - if (IsLeapYear (curmark->year - lastyear + thisyear)) - curmark->time += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - curmark->time += correction - tmptm->tm_gmtoff; - #else - curmark->time += correction - timezone; -@@ -705,7 +705,7 @@ - if (IsLeapYear (thisyear)) - log->lstats.enddate += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - log->lstats.enddate += correction - tmptm->tm_gmtoff; - #else - log->lstats.enddate += correction - timezone; -@@ -716,7 +716,7 @@ - if (IsLeapYear (thisyear - lastyear)) - log->lstats.startdate += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - log->lstats.startdate += correction - tmptm->tm_gmtoff; - #else - log->lstats.startdate += correction - timezone; diff --git a/misc/gnomeutils2/pkg-comment b/misc/gnomeutils2/pkg-comment deleted file mode 100644 index 2fbe3addfdac..000000000000 --- a/misc/gnomeutils2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME support utilities diff --git a/misc/gnomeutils2/pkg-descr b/misc/gnomeutils2/pkg-descr deleted file mode 100644 index dcd124ed4e1e..000000000000 --- a/misc/gnomeutils2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -GNOME support utilities. diff --git a/misc/gnomeutils2/pkg-plist b/misc/gnomeutils2/pkg-plist deleted file mode 100644 index 294fdbe5556c..000000000000 --- a/misc/gnomeutils2/pkg-plist +++ /dev/null @@ -1,452 +0,0 @@ -bin/gcalc -bin/gcharmap -bin/gcolorsel -bin/gdialog -bin/gdict -bin/gdiskfree -bin/gfontsel -bin/gless -bin/gsearchtool -bin/gshutdown -bin/gstripchart -bin/gstripchart_applet -bin/gtt -bin/guname -bin/gw -bin/logview -bin/splac -bin/splash -etc/CORBA/servers/gdict.gnorba -etc/CORBA/servers/gstripchart_applet.gnorba -share/gnome/applets/Monitors/gstripchart_applet.desktop -share/gnome/applets/Utility/gdict.desktop -share/gnome/apps/Applications/gtt.desktop -share/gnome/apps/System/gdiskfree.desktop -share/gnome/apps/System/gshutdown.desktop -share/gnome/apps/System/guname.desktop -share/gnome/apps/System/gw.desktop -share/gnome/apps/System/logview.desktop -share/gnome/apps/Utilities/GDict.desktop -share/gnome/apps/Utilities/gcalc.desktop -share/gnome/apps/Utilities/gcharmap.desktop -share/gnome/apps/Utilities/gcolorsel.desktop -share/gnome/apps/Utilities/gfontsel.desktop -share/gnome/apps/Utilities/gless.desktop -share/gnome/apps/Utilities/gsearchtool.desktop -share/gnome/apps/Utilities/gstripchart.desktop -share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-doc.glade.h -share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade.h -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h -share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-edit.glade.h -share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h -share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h -share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade.h -share/gnome/gstripchart/gstripchart.conf -share/gnome/help/gcalc/C/authors.html -share/gnome/help/gcalc/C/bugs.html -share/gnome/help/gcalc/C/gcalc-main.png -share/gnome/help/gcalc/C/index.html -share/gnome/help/gcalc/C/license.html -share/gnome/help/gcalc/C/ln7.html -share/gnome/help/gcalc/C/topic.dat -share/gnome/help/gcalc/C/usage.html -share/gnome/help/gcharmap/C/authors.html -share/gnome/help/gcharmap/C/bugs.html -share/gnome/help/gcharmap/C/docbook.css -share/gnome/help/gcharmap/C/images/gcharmap.png -share/gnome/help/gcharmap/C/images/gcharmap_insertascii.png -share/gnome/help/gcharmap/C/index.html -share/gnome/help/gcharmap/C/license.html -share/gnome/help/gcharmap/C/ln7.html -share/gnome/help/gcharmap/C/stylesheet-images/caution.gif -share/gnome/help/gcharmap/C/stylesheet-images/home.gif -share/gnome/help/gcharmap/C/stylesheet-images/important.gif -share/gnome/help/gcharmap/C/stylesheet-images/next.gif -share/gnome/help/gcharmap/C/stylesheet-images/note.gif -share/gnome/help/gcharmap/C/stylesheet-images/prev.gif -share/gnome/help/gcharmap/C/stylesheet-images/tip.gif -share/gnome/help/gcharmap/C/stylesheet-images/toc-blank.gif -share/gnome/help/gcharmap/C/stylesheet-images/toc-minus.gif -share/gnome/help/gcharmap/C/stylesheet-images/toc-plus.gif -share/gnome/help/gcharmap/C/stylesheet-images/up.gif -share/gnome/help/gcharmap/C/stylesheet-images/warning.gif -share/gnome/help/gcharmap/C/topic.dat -share/gnome/help/gcharmap/C/usage.html -share/gnome/help/gcolorsel/C/authors.html -share/gnome/help/gcolorsel/C/bugs.html -share/gnome/help/gcolorsel/C/docbook.css -share/gnome/help/gcolorsel/C/documents.html -share/gnome/help/gcolorsel/C/favorites.png -share/gnome/help/gcolorsel/C/grid.png -share/gnome/help/gcolorsel/C/index.html -share/gnome/help/gcolorsel/C/license.html -share/gnome/help/gcolorsel/C/list.png -share/gnome/help/gcolorsel/C/ln7.html -share/gnome/help/gcolorsel/C/menus.html -share/gnome/help/gcolorsel/C/search.html -share/gnome/help/gcolorsel/C/search.png -share/gnome/help/gcolorsel/C/simple.html -share/gnome/help/gcolorsel/C/simple.png -share/gnome/help/gcolorsel/C/stylesheet-images/caution.gif -share/gnome/help/gcolorsel/C/stylesheet-images/home.gif -share/gnome/help/gcolorsel/C/stylesheet-images/important.gif -share/gnome/help/gcolorsel/C/stylesheet-images/next.gif -share/gnome/help/gcolorsel/C/stylesheet-images/note.gif -share/gnome/help/gcolorsel/C/stylesheet-images/prev.gif -share/gnome/help/gcolorsel/C/stylesheet-images/tip.gif -share/gnome/help/gcolorsel/C/stylesheet-images/toc-blank.gif -share/gnome/help/gcolorsel/C/stylesheet-images/toc-minus.gif -share/gnome/help/gcolorsel/C/stylesheet-images/toc-plus.gif -share/gnome/help/gcolorsel/C/stylesheet-images/up.gif -share/gnome/help/gcolorsel/C/stylesheet-images/warning.gif -share/gnome/help/gcolorsel/C/topic.dat -share/gnome/help/gcolorsel/C/usage.html -share/gnome/help/gcolorsel/C/xcolors.html -share/gnome/help/gdict/C/authors.html -share/gnome/help/gdict/C/docbook.css -share/gnome/help/gdict/C/gdict-prefs.png -share/gnome/help/gdict/C/gdict-spell.png -share/gnome/help/gdict/C/gdictmain.png -share/gnome/help/gdict/C/index.html -share/gnome/help/gdict/C/license.html -share/gnome/help/gdict/C/ln7.html -share/gnome/help/gdict/C/prefs.html -share/gnome/help/gdict/C/stylesheet-images/caution.gif -share/gnome/help/gdict/C/stylesheet-images/home.gif -share/gnome/help/gdict/C/stylesheet-images/important.gif -share/gnome/help/gdict/C/stylesheet-images/next.gif -share/gnome/help/gdict/C/stylesheet-images/note.gif -share/gnome/help/gdict/C/stylesheet-images/prev.gif -share/gnome/help/gdict/C/stylesheet-images/tip.gif -share/gnome/help/gdict/C/stylesheet-images/toc-blank.gif -share/gnome/help/gdict/C/stylesheet-images/toc-minus.gif -share/gnome/help/gdict/C/stylesheet-images/toc-plus.gif -share/gnome/help/gdict/C/stylesheet-images/up.gif -share/gnome/help/gdict/C/stylesheet-images/warning.gif -share/gnome/help/gdict/C/topic.dat -share/gnome/help/gdict/C/usage.html -share/gnome/help/gdiskfree/C/authors.html -share/gnome/help/gdiskfree/C/docbook.css -share/gnome/help/gdiskfree/C/gdiskfree-prefs.png -share/gnome/help/gdiskfree/C/gdiskfree.png -share/gnome/help/gdiskfree/C/index.html -share/gnome/help/gdiskfree/C/ln7.html -share/gnome/help/gdiskfree/C/prefs.html -share/gnome/help/gdiskfree/C/stylesheet-images/caution.gif -share/gnome/help/gdiskfree/C/stylesheet-images/home.gif -share/gnome/help/gdiskfree/C/stylesheet-images/important.gif -share/gnome/help/gdiskfree/C/stylesheet-images/next.gif -share/gnome/help/gdiskfree/C/stylesheet-images/note.gif -share/gnome/help/gdiskfree/C/stylesheet-images/prev.gif -share/gnome/help/gdiskfree/C/stylesheet-images/tip.gif -share/gnome/help/gdiskfree/C/stylesheet-images/toc-blank.gif -share/gnome/help/gdiskfree/C/stylesheet-images/toc-minus.gif -share/gnome/help/gdiskfree/C/stylesheet-images/toc-plus.gif -share/gnome/help/gdiskfree/C/stylesheet-images/up.gif -share/gnome/help/gdiskfree/C/stylesheet-images/warning.gif -share/gnome/help/gdiskfree/C/topic.dat -share/gnome/help/gdiskfree/C/usage.html -share/gnome/help/gdiskfree/es/authors.html -share/gnome/help/gdiskfree/es/docbook.css -share/gnome/help/gdiskfree/es/gdiskfree-prefs.png -share/gnome/help/gdiskfree/es/gdiskfree.png -share/gnome/help/gdiskfree/es/index.html -share/gnome/help/gdiskfree/es/ln10.html -share/gnome/help/gdiskfree/es/prefs.html -share/gnome/help/gdiskfree/es/stylesheet-images/caution.gif -share/gnome/help/gdiskfree/es/stylesheet-images/home.gif -share/gnome/help/gdiskfree/es/stylesheet-images/important.gif -share/gnome/help/gdiskfree/es/stylesheet-images/next.gif -share/gnome/help/gdiskfree/es/stylesheet-images/note.gif -share/gnome/help/gdiskfree/es/stylesheet-images/prev.gif -share/gnome/help/gdiskfree/es/stylesheet-images/tip.gif -share/gnome/help/gdiskfree/es/stylesheet-images/toc-blank.gif -share/gnome/help/gdiskfree/es/stylesheet-images/toc-minus.gif -share/gnome/help/gdiskfree/es/stylesheet-images/toc-plus.gif -share/gnome/help/gdiskfree/es/stylesheet-images/up.gif -share/gnome/help/gdiskfree/es/stylesheet-images/warning.gif -share/gnome/help/gdiskfree/es/topic.dat -share/gnome/help/gdiskfree/es/usage.html -share/gnome/help/gfontsel/C/authors.html -share/gnome/help/gfontsel/C/docbook.css -share/gnome/help/gfontsel/C/filter.html -share/gnome/help/gfontsel/C/filterwin.png -share/gnome/help/gfontsel/C/fontinfo.html -share/gnome/help/gfontsel/C/index.html -share/gnome/help/gfontsel/C/license.html -share/gnome/help/gfontsel/C/ln7.html -share/gnome/help/gfontsel/C/mainshot.png -share/gnome/help/gfontsel/C/mainwin.html -share/gnome/help/gfontsel/C/stylesheet-images/caution.gif -share/gnome/help/gfontsel/C/stylesheet-images/home.gif -share/gnome/help/gfontsel/C/stylesheet-images/important.gif -share/gnome/help/gfontsel/C/stylesheet-images/next.gif -share/gnome/help/gfontsel/C/stylesheet-images/note.gif -share/gnome/help/gfontsel/C/stylesheet-images/prev.gif -share/gnome/help/gfontsel/C/stylesheet-images/tip.gif -share/gnome/help/gfontsel/C/stylesheet-images/toc-blank.gif -share/gnome/help/gfontsel/C/stylesheet-images/toc-minus.gif -share/gnome/help/gfontsel/C/stylesheet-images/toc-plus.gif -share/gnome/help/gfontsel/C/stylesheet-images/up.gif -share/gnome/help/gfontsel/C/stylesheet-images/warning.gif -share/gnome/help/gfontsel/C/topic.dat -share/gnome/help/gfontsel/C/xlfd.html -share/gnome/help/gfontsel/es/authors.html -share/gnome/help/gfontsel/es/docbook.css -share/gnome/help/gfontsel/es/filter.html -share/gnome/help/gfontsel/es/filterwin.png -share/gnome/help/gfontsel/es/fontinfo.html -share/gnome/help/gfontsel/es/index.html -share/gnome/help/gfontsel/es/ln10.html -share/gnome/help/gfontsel/es/mainshot.png -share/gnome/help/gfontsel/es/mainwin.html -share/gnome/help/gfontsel/es/stylesheet-images/caution.gif -share/gnome/help/gfontsel/es/stylesheet-images/home.gif -share/gnome/help/gfontsel/es/stylesheet-images/important.gif -share/gnome/help/gfontsel/es/stylesheet-images/next.gif -share/gnome/help/gfontsel/es/stylesheet-images/note.gif -share/gnome/help/gfontsel/es/stylesheet-images/prev.gif -share/gnome/help/gfontsel/es/stylesheet-images/tip.gif -share/gnome/help/gfontsel/es/stylesheet-images/toc-blank.gif -share/gnome/help/gfontsel/es/stylesheet-images/toc-minus.gif -share/gnome/help/gfontsel/es/stylesheet-images/toc-plus.gif -share/gnome/help/gfontsel/es/stylesheet-images/up.gif -share/gnome/help/gfontsel/es/stylesheet-images/warning.gif -share/gnome/help/gfontsel/es/topic.dat -share/gnome/help/gfontsel/es/xlfd.html -share/gnome/help/gless/C/authors.html -share/gnome/help/gless/C/docbook.css -share/gnome/help/gless/C/gless-main.png -share/gnome/help/gless/C/index.html -share/gnome/help/gless/C/ln7.html -share/gnome/help/gless/C/stylesheet-images/caution.gif -share/gnome/help/gless/C/stylesheet-images/home.gif -share/gnome/help/gless/C/stylesheet-images/important.gif -share/gnome/help/gless/C/stylesheet-images/next.gif -share/gnome/help/gless/C/stylesheet-images/note.gif -share/gnome/help/gless/C/stylesheet-images/prev.gif -share/gnome/help/gless/C/stylesheet-images/tip.gif -share/gnome/help/gless/C/stylesheet-images/toc-blank.gif -share/gnome/help/gless/C/stylesheet-images/toc-minus.gif -share/gnome/help/gless/C/stylesheet-images/toc-plus.gif -share/gnome/help/gless/C/stylesheet-images/up.gif -share/gnome/help/gless/C/stylesheet-images/warning.gif -share/gnome/help/gless/C/topic.dat -share/gnome/help/gless/C/usage.html -share/gnome/help/gsearchtool/C/authors.html -share/gnome/help/gsearchtool/C/criteria.html -share/gnome/help/gsearchtool/C/docbook.css -share/gnome/help/gsearchtool/C/gsearch.png -share/gnome/help/gsearchtool/C/index.html -share/gnome/help/gsearchtool/C/license.html -share/gnome/help/gsearchtool/C/ln7.html -share/gnome/help/gsearchtool/C/locate.html -share/gnome/help/gsearchtool/C/locate.png -share/gnome/help/gsearchtool/C/mainwin.png -share/gnome/help/gsearchtool/C/results.png -share/gnome/help/gsearchtool/C/topic.dat -share/gnome/help/gsearchtool/C/usage.html -share/gnome/help/gshutdown/C/authors.html -share/gnome/help/gshutdown/C/docbook.css -share/gnome/help/gshutdown/C/gshutdown-advanced.png -share/gnome/help/gshutdown/C/gshutdown-preferences.png -share/gnome/help/gshutdown/C/gshutdown.png -share/gnome/help/gshutdown/C/index.html -share/gnome/help/gshutdown/C/ln7.html -share/gnome/help/gshutdown/C/topic.dat -share/gnome/help/gshutdown/C/usage.html -share/gnome/help/gstripchart/C/authors.html -share/gnome/help/gstripchart/C/bugs.html -share/gnome/help/gstripchart/C/docbook.css -share/gnome/help/gstripchart/C/index.html -share/gnome/help/gstripchart/C/license.html -share/gnome/help/gstripchart/C/ln7.html -share/gnome/help/gstripchart/C/main.png -share/gnome/help/gstripchart/C/menu.png -share/gnome/help/gstripchart/C/param.png -share/gnome/help/gstripchart/C/prefs.html -share/gnome/help/gstripchart/C/stylesheet-images/caution.gif -share/gnome/help/gstripchart/C/stylesheet-images/home.gif -share/gnome/help/gstripchart/C/stylesheet-images/important.gif -share/gnome/help/gstripchart/C/stylesheet-images/next.gif -share/gnome/help/gstripchart/C/stylesheet-images/note.gif -share/gnome/help/gstripchart/C/stylesheet-images/prev.gif -share/gnome/help/gstripchart/C/stylesheet-images/tip.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-blank.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-minus.gif -share/gnome/help/gstripchart/C/stylesheet-images/toc-plus.gif -share/gnome/help/gstripchart/C/stylesheet-images/up.gif -share/gnome/help/gstripchart/C/stylesheet-images/warning.gif -share/gnome/help/gstripchart/C/text.png -share/gnome/help/gstripchart/C/topic.dat -share/gnome/help/gstripchart/C/usage.html -share/gnome/help/gtt/C/authors.html -share/gnome/help/gtt/C/bugs.html -share/gnome/help/gtt/C/dialogs.html -share/gnome/help/gtt/C/docbook.css -share/gnome/help/gtt/C/gtt_mainwin.png -share/gnome/help/gtt/C/gtt_prefswin.png -share/gnome/help/gtt/C/index.html -share/gnome/help/gtt/C/license.html -share/gnome/help/gtt/C/ln10.html -share/gnome/help/gtt/C/preferences.html -share/gnome/help/gtt/C/stylesheet-images/caution.gif -share/gnome/help/gtt/C/stylesheet-images/home.gif -share/gnome/help/gtt/C/stylesheet-images/important.gif -share/gnome/help/gtt/C/stylesheet-images/next.gif -share/gnome/help/gtt/C/stylesheet-images/note.gif -share/gnome/help/gtt/C/stylesheet-images/prev.gif -share/gnome/help/gtt/C/stylesheet-images/tip.gif -share/gnome/help/gtt/C/stylesheet-images/toc-blank.gif -share/gnome/help/gtt/C/stylesheet-images/toc-minus.gif -share/gnome/help/gtt/C/stylesheet-images/toc-plus.gif -share/gnome/help/gtt/C/stylesheet-images/up.gif -share/gnome/help/gtt/C/stylesheet-images/warning.gif -share/gnome/help/gtt/C/topic.dat -share/gnome/help/gtt/C/usage.html -share/gnome/help/guname/C/authors.html -share/gnome/help/guname/C/docbook.css -share/gnome/help/guname/C/guname-cpuinfo.png -share/gnome/help/guname/C/guname-diskinfo.png -share/gnome/help/guname/C/guname-main.png -share/gnome/help/guname/C/guname-memoryinfo.png -share/gnome/help/guname/C/index.html -share/gnome/help/guname/C/ln7.html -share/gnome/help/guname/C/license.html -share/gnome/help/guname/C/stylesheet-images/caution.gif -share/gnome/help/guname/C/stylesheet-images/home.gif -share/gnome/help/guname/C/stylesheet-images/important.gif -share/gnome/help/guname/C/stylesheet-images/next.gif -share/gnome/help/guname/C/stylesheet-images/note.gif -share/gnome/help/guname/C/stylesheet-images/prev.gif -share/gnome/help/guname/C/stylesheet-images/tip.gif -share/gnome/help/guname/C/stylesheet-images/toc-blank.gif -share/gnome/help/guname/C/stylesheet-images/toc-minus.gif -share/gnome/help/guname/C/stylesheet-images/toc-plus.gif -share/gnome/help/guname/C/stylesheet-images/up.gif -share/gnome/help/guname/C/stylesheet-images/warning.gif -share/gnome/help/guname/C/topic.dat -share/gnome/help/guname/C/usage.html -share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/bugs.html -share/gnome/help/gw/C/docbook.css -share/gnome/help/gw/C/gw-main.png -share/gnome/help/gw/C/gw-menuitems.png -share/gnome/help/gw/C/index.html -share/gnome/help/gw/C/license.html -share/gnome/help/gw/C/ln7.html -share/gnome/help/gw/C/prefs.html -share/gnome/help/gw/C/stylesheet-images/caution.gif -share/gnome/help/gw/C/stylesheet-images/home.gif -share/gnome/help/gw/C/stylesheet-images/important.gif -share/gnome/help/gw/C/stylesheet-images/next.gif -share/gnome/help/gw/C/stylesheet-images/note.gif -share/gnome/help/gw/C/stylesheet-images/prev.gif -share/gnome/help/gw/C/stylesheet-images/tip.gif -share/gnome/help/gw/C/stylesheet-images/toc-blank.gif -share/gnome/help/gw/C/stylesheet-images/toc-minus.gif -share/gnome/help/gw/C/stylesheet-images/toc-plus.gif -share/gnome/help/gw/C/stylesheet-images/up.gif -share/gnome/help/gw/C/stylesheet-images/warning.gif -share/gnome/help/gw/C/topic.dat -share/gnome/help/gw/C/usage.html -share/gnome/idl/gsu.idl -share/gnome/logview/logview-actions.db -share/gnome/logview/logview-descript.db -share/gnome/logview/logview-regexp.db -share/gnome/pixmaps/gdict.png -share/gnome/pixmaps/gnome-fontsel.png -share/gnome/pixmaps/gnome-searchtool.png -share/gnome/pixmaps/gnome-shutdown.png -share/gnome/pixmaps/gnome-stripchart.png -share/gnome/pixmaps/gnome-who.png -share/gnome/pixmaps/logview/logview.xpm -share/locale/ca/LC_MESSAGES/gnome-utils.mo -share/locale/cs/LC_MESSAGES/gnome-utils.mo -share/locale/da/LC_MESSAGES/gnome-utils.mo -share/locale/de/LC_MESSAGES/gnome-utils.mo -share/locale/el/LC_MESSAGES/gnome-utils.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils.mo -share/locale/es/LC_MESSAGES/gnome-utils.mo -share/locale/et/LC_MESSAGES/gnome-utils.mo -share/locale/fi/LC_MESSAGES/gnome-utils.mo -share/locale/fr/LC_MESSAGES/gnome-utils.mo -share/locale/ga/LC_MESSAGES/gnome-utils.mo -share/locale/gl/LC_MESSAGES/gnome-utils.mo -share/locale/hu/LC_MESSAGES/gnome-utils.mo -share/locale/it/LC_MESSAGES/gnome-utils.mo -share/locale/ja/LC_MESSAGES/gnome-utils.mo -share/locale/ko/LC_MESSAGES/gnome-utils.mo -share/locale/lt/LC_MESSAGES/gnome-utils.mo -share/locale/nl/LC_MESSAGES/gnome-utils.mo -share/locale/no/LC_MESSAGES/gnome-utils.mo -share/locale/pl/LC_MESSAGES/gnome-utils.mo -share/locale/pt/LC_MESSAGES/gnome-utils.mo -share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo -share/locale/ro/LC_MESSAGES/gnome-utils.mo -share/locale/ru/LC_MESSAGES/gnome-utils.mo -share/locale/sl/LC_MESSAGES/gnome-utils.mo -share/locale/sv/LC_MESSAGES/gnome-utils.mo -share/locale/tr/LC_MESSAGES/gnome-utils.mo -share/locale/uk/LC_MESSAGES/gnome-utils.mo -share/locale/wa/LC_MESSAGES/gnome-utils.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-utils.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo -@dirrm share/gnome/pixmaps/logview -@dirrm share/gnome/logview -@dirrm share/gnome/help/gw/C/stylesheet-images -@dirrm share/gnome/help/gw/C -@dirrm share/gnome/help/gw -@dirrm share/gnome/help/guname/C/stylesheet-images -@dirrm share/gnome/help/guname/C -@dirrm share/gnome/help/guname -@dirrm share/gnome/help/gtt/C/stylesheet-images -@dirrm share/gnome/help/gtt/C -@dirrm share/gnome/help/gtt -@dirrm share/gnome/help/gstripchart/C/stylesheet-images -@dirrm share/gnome/help/gstripchart/C/images -@dirrm share/gnome/help/gstripchart/C -@dirrm share/gnome/help/gstripchart -@dirrm share/gnome/help/gshutdown/C/images -@dirrm share/gnome/help/gshutdown/C -@dirrm share/gnome/help/gshutdown -@dirrm share/gnome/help/gsearchtool/C/images -@dirrm share/gnome/help/gsearchtool/C -@dirrm share/gnome/help/gsearchtool -@dirrm share/gnome/help/gless/C/stylesheet-images -@dirrm share/gnome/help/gless/C -@dirrm share/gnome/help/gless -@dirrm share/gnome/help/gfontsel/es/stylesheet-images -@dirrm share/gnome/help/gfontsel/es -@dirrm share/gnome/help/gfontsel/C/stylesheet-images -@dirrm share/gnome/help/gfontsel/C -@dirrm share/gnome/help/gfontsel -@dirrm share/gnome/help/gdiskfree/es/stylesheet-images -@dirrm share/gnome/help/gdiskfree/es -@dirrm share/gnome/help/gdiskfree/C/stylesheet-images -@dirrm share/gnome/help/gdiskfree/C -@dirrm share/gnome/help/gdiskfree -@dirrm share/gnome/help/gdict/C/stylesheet-images -@dirrm share/gnome/help/gdict/C -@dirrm share/gnome/help/gdict -@dirrm share/gnome/help/gcolorsel/C/stylesheet-images -@dirrm share/gnome/help/gcolorsel/C -@dirrm share/gnome/help/gcolorsel -@dirrm share/gnome/help/gcharmap/C/stylesheet-images -@dirrm share/gnome/help/gcharmap/C/images -@dirrm share/gnome/help/gcharmap/C -@dirrm share/gnome/help/gcharmap -@dirrm share/gnome/help/gcalc/C -@dirrm share/gnome/help/gcalc -@dirrm share/gnome/gstripchart -@dirrm share/gnome/gcolorsel/glade -@dirrm share/gnome/gcolorsel diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile deleted file mode 100644 index 8aaa3e023976..000000000000 --- a/misc/gnuit/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: git -# Date created: 12 Jul 1995 -# Whom: torstenb@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= git -PORTVERSION= 4.3.19 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= git - -MAINTAINER= jseger@FreeBSD.org - -GNU_CONFIGURE= YES -MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ - gitrgrep.1 gitunpack.1 - -pre-patch: - ${CP} ${WRKSRC}/term/.gitrc.ansi \ - ${WRKSRC}/term/.gitrc.cons25 - -.include <bsd.port.mk> diff --git a/misc/gnuit/distinfo b/misc/gnuit/distinfo deleted file mode 100644 index 8d3faee53bf3..000000000000 --- a/misc/gnuit/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (git-4.3.19.tar.gz) = 43b626807b80b7a540b96154594c09d2 diff --git a/misc/gnuit/files/patch-ab b/misc/gnuit/files/patch-ab deleted file mode 100644 index 9f762537c32d..000000000000 --- a/misc/gnuit/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- term/Makefile.in.orig Mon Jun 28 23:41:13 1999 -+++ term/Makefile.in Mon Nov 15 17:07:01 1999 -@@ -80,9 +80,9 @@ - PRODUCT = @PRODUCT@ - VERSION = @VERSION@ - --EXTRA_DIST = .gitrc.aixterm .gitrc.ansi .gitrc.common.in .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color -+EXTRA_DIST = .gitrc.aixterm .gitrc.ansi .gitrc.common.in .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color .gitrc.cons25 - --pkgdata_DATA = .gitrc.aixterm .gitrc.ansi .gitrc.common .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color -+pkgdata_DATA = .gitrc.aixterm .gitrc.ansi .gitrc.common .gitrc.generic .gitrc.hft .gitrc.hpterm .gitrc.linux .gitrc.mach .gitrc.minix .gitrc.thix .gitrc.vt100 .gitrc.vt102 .gitrc.xterm .gitrc.xterm-color .gitrc.cons25 - - - GIT_GENERICS = .gitrc.sun .gitrc.sun-cmd .gitrc.eterm .gitrc.pc3 diff --git a/misc/gnuit/files/patch-ac b/misc/gnuit/files/patch-ac deleted file mode 100644 index 5363a376f6b0..000000000000 --- a/misc/gnuit/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- term/.gitrc.cons25.orig Sat Jun 15 17:00:30 1996 -+++ term/.gitrc.cons25 Sat Jun 15 17:05:28 1996 -@@ -24,7 +24,7 @@ - [Setup] - TempDirectory = /tmp - AnsiColors = ON # empty means OFF --UseLastScreenChar = OFF # use the last character on the screen -+UseLastScreenChar = ON # use the last character on the screen - StartupScrollStep = # empty means half the number of lines - - diff --git a/misc/gnuit/files/patch-ad b/misc/gnuit/files/patch-ad deleted file mode 100644 index 5fe99f426b1c..000000000000 --- a/misc/gnuit/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon Nov 15 19:23:15 1999 -+++ doc/Makefile.in Mon Nov 15 19:23:32 1999 -@@ -82,7 +82,7 @@ - - info_TEXINFOS = git.texinfo - man_MANS = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 --htmldir = $(prefix)/doc/git-$(VERSION) -+htmldir = $(prefix)/share/git - html_DATA = git.html - EXTRA_DIST = git.1 gitaction.1 gitkeys.1 gitmount.1 gitrgrep.1 gitunpack.1 git.html - diff --git a/misc/gnuit/pkg-comment b/misc/gnuit/pkg-comment deleted file mode 100644 index 6f21870402bd..000000000000 --- a/misc/gnuit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Interactive Tools - a file system browser for UNIX systems diff --git a/misc/gnuit/pkg-descr b/misc/gnuit/pkg-descr deleted file mode 100644 index bb5cef955b4e..000000000000 --- a/misc/gnuit/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GIT is a file system browser for UNIX systems. -An interactive process viewer/killer, a hex/ascii file viewer, an auto-mount -shell script and a per file type action script are also available. diff --git a/misc/gnuit/pkg-plist b/misc/gnuit/pkg-plist deleted file mode 100644 index 78a252d436fc..000000000000 --- a/misc/gnuit/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -bin/.gitaction -bin/git -bin/gitaction -bin/gitkeys -bin/gitmkdirs -bin/gitmount -bin/gitps -bin/gitrgrep -bin/gitunpack -bin/gitview -bin/gitwhich -bin/gitwipe -bin/gitxgrep -info/git.info -info/git.info-1 -info/git.info-2 -info/git.info-3 -share/git/.gitrc.aixterm -share/git/.gitrc.ansi -share/git/.gitrc.common -share/git/.gitrc.cons25 -share/git/.gitrc.console -share/git/.gitrc.dtterm -share/git/.gitrc.eterm -share/git/.gitrc.generic -share/git/.gitrc.hft -share/git/.gitrc.hp -share/git/.gitrc.hpterm -share/git/.gitrc.iris-ansi -share/git/.gitrc.iris-ansi-net -share/git/.gitrc.linux -share/git/.gitrc.mach -share/git/.gitrc.minix -share/git/.gitrc.pc3 -share/git/.gitrc.rxvt -share/git/.gitrc.screen -share/git/.gitrc.sun -share/git/.gitrc.sun-cmd -share/git/.gitrc.thix -share/git/.gitrc.vt100 -share/git/.gitrc.vt102 -share/git/.gitrc.vt125 -share/git/.gitrc.vt200 -share/git/.gitrc.vt201 -share/git/.gitrc.vt220 -share/git/.gitrc.vt240 -share/git/.gitrc.vt300 -share/git/.gitrc.vt320 -share/git/.gitrc.vt400 -share/git/.gitrc.vt420 -share/git/.gitrc.xterm -share/git/.gitrc.xterm-color -share/git/.gitrc.xterm-debian -share/git/.gitrc.xterms -share/git/git.html -@dirrm share/git diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile deleted file mode 100644 index cd91d88ec577..000000000000 --- a/misc/heyu2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: heyu -# Date created: 27 December 1999 -# Whom: plambert@plambert.net -# -# $FreeBSD$ -# - -PORTNAME= heyu -PORTVERSION= 1.29 -CATEGORIES= misc -MASTER_SITES= http://www.prado.com/~dbs/ -DISTNAME= x10_heyu -EXTRACT_SUFX= .tgz - -MAINTAINER= plambert@plambert.net - -ALL_TARGET= heyu -WRKSRC= ${WRKDIR}/heyu.dir - -MAN1= heyu.1 -MAN5= x10config.5 \ - x10sched.5 - -do-configure: - ${PERL} -pi.orig -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile - -post-install: - strip ${PREFIX}/bin/heyu -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/examples/heyu - ${INSTALL_DATA} ${WRKSRC}/x10config ${PREFIX}/share/examples/heyu/x10config.sample - ${INSTALL_DATA} ${WRKSRC}/x10sched.conf.sample ${PREFIX}/share/examples/heyu -.endif - -.include <bsd.port.mk> diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo deleted file mode 100644 index b521c0aaf333..000000000000 --- a/misc/heyu2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (x10_heyu.tgz) = 0cd1f0b1cc3889b34074fab3ebbaa8ad diff --git a/misc/heyu2/files/patch-aa b/misc/heyu2/files/patch-aa deleted file mode 100644 index 05d5cb310c29..000000000000 --- a/misc/heyu2/files/patch-aa +++ /dev/null @@ -1,49 +0,0 @@ ---- Makefile.orig Tue May 23 22:57:17 2000 -+++ Makefile Sat May 27 17:06:28 2000 -@@ -4,7 +4,7 @@ - MAN = /usr/local/man/man1 - MAN5 = /usr/local/man/man5 - GROUP = sys --OWNER = bin -+OWNER = root - - - # set DFLAGS equal to: -@@ -16,14 +16,14 @@ - #LDFLAGS = -z -i - #LIBS = -lm -lc_s # uncomment if using shared libraries - CC = gcc --CFLAGS = -g -O $(DFLAGS) -Wall -+#CFLAGS = -g -O $(DFLAGS) -Wall - LIBS = -lm -lc - - ## For LINUX, use the following - #DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX - CC = gcc - CFLAGS = -g -O $(DFLAGS) -Wall --DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT -+#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT - #LIBS = -lm -lc_s # uncomment if using shared libraries - LIBS = -lm -lc # uncoment if not using shared libraries - -@@ -39,7 +39,7 @@ - # CC = gcc - # CFLAGS = -g -O $(DFLAGS) -Wall - # LIBS = -lm -lc --# DFLAGS= -DHASSELECT -+DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\" - - ## for Alpha, OSF1 v4.0 , Use this - # GROUP = uucp -@@ -80,9 +80,10 @@ - EVERYTHING = $(OTHERSRC) $(SRCS) - - heyu: $(OBJS) version.h -- $(CC) $(LDFLAGS) -o heyu $(OBJS) $(LIBS) -+ $(CC) $(CFLAGS) $(LDFLAGS) $(DFLAGS) -o heyu $(OBJS) $(LIBS) - - $(OBJS): x10.h -+ $(CC) $(CFLAGS) $(DFLAGS) -c $< - - eeprom.o: eeprom.h - diff --git a/misc/heyu2/files/patch-ab b/misc/heyu2/files/patch-ab deleted file mode 100644 index 8e934f962f74..000000000000 --- a/misc/heyu2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xwrite.c.orig Sat May 27 17:07:40 2000 -+++ xwrite.c Sat May 27 17:08:09 2000 -@@ -30,7 +30,7 @@ - #include <unistd.h> - #include <syslog.h> - #else --# ifndef POSIX -+# if !defined(POSIX) && !defined(__FreeBSD__) - #include <termio.h> - # else - #include <sys/termios.h> diff --git a/misc/heyu2/pkg-comment b/misc/heyu2/pkg-comment deleted file mode 100644 index 2bf207db5fef..000000000000 --- a/misc/heyu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Control a CM11A interface from the command line diff --git a/misc/heyu2/pkg-descr b/misc/heyu2/pkg-descr deleted file mode 100644 index 6b5c3c8b1550..000000000000 --- a/misc/heyu2/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The CM11A is a device built by the X10 company for controlling -devices by sending signals through the power lines. It's a small -box that plugs into an AC outlet and connects to a serial port. -The CM11A is shipped with Windows software. Heyu will control your -X10 devices, set the cm11a interface clock and monitor x10 signals -on the AC power lines. It will upload macros and timers to your -CM11A for stand-alone execution. - -WWW: http://www.prado.com/~dbs/ - -- plambert -plambert@plambert.net diff --git a/misc/heyu2/pkg-plist b/misc/heyu2/pkg-plist deleted file mode 100644 index ee07938e074e..000000000000 --- a/misc/heyu2/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/heyu -share/examples/heyu/x10config.sample -share/examples/heyu/x10sched.conf.sample -@dirrm share/examples/heyu diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile deleted file mode 100644 index a1d616b46b97..000000000000 --- a/misc/kcd-devel/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: kcd -# Date created: 5 May 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= kcd -PORTVERSION= 4.11.2 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 400010 -LIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses -.endif - -USE_NEWGCC= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -MAN1= kcd.1 - -post-patch: - @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cc - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/kcdmain ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/kcd.1 ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/share/examples/kcd - ${INSTALL_DATA} ${WRKSRC}/kcd.csh.init ${PREFIX}/share/examples/kcd - ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${PREFIX}/share/examples/kcd -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/kcd - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/kcd - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/kcd -.endif - -.include <bsd.port.post.mk> diff --git a/misc/kcd-devel/distinfo b/misc/kcd-devel/distinfo deleted file mode 100644 index 602f94f569f4..000000000000 --- a/misc/kcd-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kcd-4.11.2.tar.gz) = 932583bb246fe79380db267d75bedd67 diff --git a/misc/kcd-devel/pkg-comment b/misc/kcd-devel/pkg-comment deleted file mode 100644 index d38c22946ed5..000000000000 --- a/misc/kcd-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Change directory in full-screen visual mode diff --git a/misc/kcd-devel/pkg-descr b/misc/kcd-devel/pkg-descr deleted file mode 100644 index 98a968a03ed4..000000000000 --- a/misc/kcd-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -kcd allows user to change directory by using various methods: - - - By using cursor keys to navigate through the directory tree - screen - - By searching in directory tree screen - - By typing part of the directory name directly at the - command line. - - Other features include: - - Can be configured to filter out to some subdirectories, - useful for cdrom and msdos partition mounting points - - Can be configured to scan directory tree starting from some - specified directory inwards, for example, home directory. - - If the number directories that matches to the name given in - the command line exceeds a specified number, kcd displays - the whole list. - - Faster directory rescan if old data file exists. Only - directories with newer modified/changed time are scanned. - - Sorted directory tree listing. - -WWW: http://kcd.sourceforge.net/ diff --git a/misc/kcd-devel/pkg-plist b/misc/kcd-devel/pkg-plist deleted file mode 100644 index d4749b515622..000000000000 --- a/misc/kcd-devel/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/kcdmain -bin/kcdscr -share/doc/kcd/CHANGES -share/doc/kcd/README -share/examples/kcd/kcd.csh.init -share/examples/kcd/kcd.sh.init -@dirrm share/examples/kcd -@dirrm share/doc/kcd diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile deleted file mode 100644 index 473eb031817c..000000000000 --- a/misc/kdeutils3/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: kdeutils2 -# Date created: Sun 14 May 2000 02:52:20 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdeutils -PORTVERSION= 1.90 -CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= unstable/distribution/tar/src - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.4:${PORTSDIR}/x11/kdelibs2 - -BROKEN= "Does not compile/run properly" - -MOC?= ${X11BASE}/bin/moc2 -USE_BZIP2= yes -USE_QT2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib -CONFIGURE_ENV+= MOC="${MOC}" -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/misc/kdeutils3/distinfo b/misc/kdeutils3/distinfo deleted file mode 100644 index 688e0274a449..000000000000 --- a/misc/kdeutils3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdeutils-1.90.tar.bz2) = 3fd9d5c14254dd0f3d45eeaa99c43da9 diff --git a/misc/kdeutils3/pkg-comment b/misc/kdeutils3/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/misc/kdeutils3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/misc/kdeutils3/pkg-descr b/misc/kdeutils3/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/misc/kdeutils3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/misc/kdeutils3/pkg-plist b/misc/kdeutils3/pkg-plist deleted file mode 100644 index e337e8930d38..000000000000 --- a/misc/kdeutils3/pkg-plist +++ /dev/null @@ -1,583 +0,0 @@ -bin/ark -bin/conttest -bin/iconpackager -bin/kab -bin/karm -bin/kcalc -bin/kcharselect -bin/kdepasswd -bin/kdessh -bin/kdf -bin/kedit -bin/kfind -bin/khexedit -bin/kjots -bin/klaptopdaemon -bin/klipper -bin/kljettool -bin/klpq -bin/knotes -bin/ktimemon -bin/ktop -bin/kwikdisk -bin/kwrite -include/ccont.h -lib/kedit.la -lib/kedit.so.0 -lib/libccont.a -lib/libkcm_fontmanager.la -lib/libkcm_fontmanager.so -lib/libkcm_kdf.la -lib/libkcm_kdf.so -lib/libkcm_laptop.la -lib/libkcm_laptop.so -share/applnk/Applications/KEdit.desktop -share/applnk/Applications/kwrite.desktop -share/applnk/Kfind.desktop -share/applnk/Settings/Information/kcmdf.desktop -share/applnk/Settings/Laptop/.directory -share/applnk/Settings/Laptop/battery.desktop -share/applnk/Settings/Laptop/bwarning.desktop -share/applnk/Settings/Laptop/cwarning.desktop -share/applnk/Settings/Laptop/pcmcia.desktop -share/applnk/Settings/Laptop/power.desktop -share/applnk/Settings/LookNFeel/fontmanager.desktop -share/applnk/System/kdf.desktop -share/applnk/System/ktop.desktop -share/applnk/System/kwikdisk.desktop -share/applnk/Utilities/Iconpackager.desktop -share/applnk/Utilities/KCharSelect.desktop -share/applnk/Utilities/KLJetTool.desktop -share/applnk/Utilities/KLpq.desktop -share/applnk/Utilities/Kjots.desktop -share/applnk/Utilities/ark.desktop -share/applnk/Utilities/kab.desktop -share/applnk/Utilities/karm.desktop -share/applnk/Utilities/kcalc.desktop -share/applnk/Utilities/kdepasswd.desktop -share/applnk/Utilities/khexedit.desktop -share/applnk/Utilities/klipper.desktop -share/applnk/Utilities/knotes.desktop -share/applnk/Utilities/ktimemon.desktop -share/apps/ark/arkui.rc -share/apps/ark/toolbar/ark_adddir.png -share/apps/ark/toolbar/ark_addfile.png -share/apps/ark/toolbar/ark_delete.png -share/apps/ark/toolbar/ark_extract.png -share/apps/ark/toolbar/ark_help.png -share/apps/ark/toolbar/ark_new.png -share/apps/ark/toolbar/ark_open.png -share/apps/ark/toolbar/ark_options.png -share/apps/ark/toolbar/ark_selectall.png -share/apps/ark/toolbar/ark_view.png -share/apps/kab/pics/addressbook_logo.png -share/apps/kab/template.config -share/apps/kab/template.kab -share/apps/kcalc/pics/kcalclogo.png -share/apps/kedit/keditui.rc -share/apps/kedit/pics/colors.png -share/apps/kedit/pics/fonts.png -share/apps/kedit/pics/keditlogo.png -share/apps/kedit/pics/misc.png -share/apps/kedit/toolbar/filenew2.png -share/apps/kedit/toolbar/send.png -share/apps/kfind/toolbar/archive.png -share/apps/kfind/toolbar/delete.png -share/apps/kfind/toolbar/idea.png -share/apps/kfind/toolbar/info.png -share/apps/kfind/toolbar/openfile.png -share/apps/kfind/toolbar/save.png -share/apps/kfind/toolbar/search.png -share/apps/khexedit/pics/colors.png -share/apps/khexedit/pics/cursor.png -share/apps/khexedit/pics/files.png -share/apps/khexedit/pics/fonts.png -share/apps/khexedit/pics/layout.png -share/apps/khexedit/pics/misc.png -share/apps/khexedit/toolbar/hexdrag.png -share/apps/khexedit/toolbar/hexmask.png -share/apps/khexedit/toolbar/hexwrite.png -share/apps/kjots/pics/filedel.png -share/apps/kljetool/pics/kljetlogo.png -share/apps/knotes/pics/knotesclose.png -share/apps/knotes/pics/knoteslogo.png -share/apps/ktop/pics/X.png -share/apps/ktop/pics/bash.png -share/apps/ktop/pics/bsh.png -share/apps/ktop/pics/c++.png -share/apps/ktop/pics/cc.png -share/apps/ktop/pics/console.png -share/apps/ktop/pics/csh.png -share/apps/ktop/pics/emacs.png -share/apps/ktop/pics/g++.png -share/apps/ktop/pics/gbd.png -share/apps/ktop/pics/gcc.png -share/apps/ktop/pics/gdb.png -share/apps/ktop/pics/init.png -share/apps/ktop/pics/kaudioserver.png -share/apps/ktop/pics/kbgndwm.png -share/apps/ktop/pics/kioslave.png -share/apps/ktop/pics/kpanel.png -share/apps/ktop/pics/krootwm.png -share/apps/ktop/pics/ksh.png -share/apps/ktop/pics/login.png -share/apps/ktop/pics/lpd.png -share/apps/ktop/pics/maudio.png -share/apps/ktop/pics/nxterm.png -share/apps/ktop/pics/sh.png -share/apps/ktop/pics/startkde.png -share/apps/ktop/pics/startx.png -share/apps/ktop/pics/tcsh.png -share/apps/ktop/pics/xconsole.png -share/apps/ktop/pics/xemacs.png -share/apps/ktop/pics/xinit.png -share/apps/ktop/pics/xload.png -share/apps/ktop/pics/xterm.png -share/apps/ktop/pics/xxgbd.png -share/apps/ktop/pics/xxgdb.png -share/apps/kwrite/kwrite_shell.rc -share/config/klipperrc -share/doc/HTML/en/ark/.anchors -share/doc/HTML/en/ark/creatingandaddingfilestoarchives.html -share/doc/HTML/en/ark/edit.html -share/doc/HTML/en/ark/extractingarchives.html -share/doc/HTML/en/ark/help.html -share/doc/HTML/en/ark/index.cvlog -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/index.html -share/doc/HTML/en/ark/installation.html -share/doc/HTML/en/ark/introduction.html -share/doc/HTML/en/ark/onscreenfundamentals.html -share/doc/HTML/en/ark/openingandviewingarchives.html -share/doc/HTML/en/ark/options.html -share/doc/HTML/en/ark/requirements.html -share/doc/HTML/en/ark/themenuentries.html -share/doc/HTML/en/ark/workingwithfiles.html -share/doc/HTML/en/kab/.anchors -share/doc/HTML/en/kab/index.cvlog -share/doc/HTML/en/kab/index.docbook -share/doc/HTML/en/kab/index.html -share/doc/HTML/en/kab/temp.html -share/doc/HTML/en/karm/.anchors -share/doc/HTML/en/karm/author.html -share/doc/HTML/en/karm/bugs.html -share/doc/HTML/en/karm/index.cvlog -share/doc/HTML/en/karm/index.docbook -share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/introduction.html -share/doc/HTML/en/karm/karm.png -share/doc/HTML/en/karm/usingtimetracker.html -share/doc/HTML/en/kcalc/.anchors -share/doc/HTML/en/kcalc/commentsonspecificfunctions.html -share/doc/HTML/en/kcalc/compilationandinstallation.html -share/doc/HTML/en/kcalc/copyright.html -share/doc/HTML/en/kcalc/cutandpaste.html -share/doc/HTML/en/kcalc/fixedprecision.html -share/doc/HTML/en/kcalc/howdoigetetheeulernumber.html -share/doc/HTML/en/kcalc/howdoigettwofixeddigitsaftertheperiod.html -share/doc/HTML/en/kcalc/index.cvlog -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcalc/index.html -share/doc/HTML/en/kcalc/installation.html -share/doc/HTML/en/kcalc/introduction.html -share/doc/HTML/en/kcalc/invmod.html -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kcalc/keyaccels.html -share/doc/HTML/en/kcalc/lshrsh.html -share/doc/HTML/en/kcalc/modes.html -share/doc/HTML/en/kcalc/percent.html -share/doc/HTML/en/kcalc/percentfunction.html -share/doc/HTML/en/kcalc/questionsandanswers.html -share/doc/HTML/en/kcalc/requirements.html -share/doc/HTML/en/kcalc/tipsandtricks.html -share/doc/HTML/en/kcalc/trigonometricmode.html -share/doc/HTML/en/kcalc/usage.html -share/doc/HTML/en/kcalc/whataboutprecision.html -share/doc/HTML/en/kdf/.anchors -share/doc/HTML/en/kdf/comments.html -share/doc/HTML/en/kdf/features.html -share/doc/HTML/en/kdf/generalsettings.html -share/doc/HTML/en/kdf/icons.html -share/doc/HTML/en/kdf/index.cvlog -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/index.html -share/doc/HTML/en/kdf/kdiskfree.html -share/doc/HTML/en/kdf/kwikdisk.html -share/doc/HTML/en/kdf/umountcommands.html -share/doc/HTML/en/kedit/.anchors -share/doc/HTML/en/kedit/compilationandinstallation.html -share/doc/HTML/en/kedit/edit.html -share/doc/HTML/en/kedit/editingfilesontheinternet.html -share/doc/HTML/en/kedit/help.html -share/doc/HTML/en/kedit/index.cvlog -share/doc/HTML/en/kedit/index.docbook -share/doc/HTML/en/kedit/index.html -share/doc/HTML/en/kedit/installation.html -share/doc/HTML/en/kedit/introduction.html -share/doc/HTML/en/kedit/keybindings.html -share/doc/HTML/en/kedit/onscreenfundamentals.html -share/doc/HTML/en/kedit/options.html -share/doc/HTML/en/kedit/printing.html -share/doc/HTML/en/kedit/questionsandanswers.html -share/doc/HTML/en/kedit/requirements.html -share/doc/HTML/en/kedit/themenuentries.html -share/doc/HTML/en/kfind/.anchors -share/doc/HTML/en/kfind/authors.html -share/doc/HTML/en/kfind/compilation-and-installation.html -share/doc/HTML/en/kfind/configuration.html -share/doc/HTML/en/kfind/edit.html -share/doc/HTML/en/kfind/epilog.html -share/doc/HTML/en/kfind/help.html -share/doc/HTML/en/kfind/index.cvlog -share/doc/HTML/en/kfind/index.docbook -share/doc/HTML/en/kfind/index.html -share/doc/HTML/en/kfind/installation.html -share/doc/HTML/en/kfind/introduction.html -share/doc/HTML/en/kfind/onscreenfundamentals.html -share/doc/HTML/en/kfind/options.html -share/doc/HTML/en/kfind/requirements.html -share/doc/HTML/en/kfind/search-parameters-dialog.html -share/doc/HTML/en/kfind/themenuentries.html -share/doc/HTML/en/kfind/viewing-area.html -share/doc/HTML/en/kfloppy/.anchors -share/doc/HTML/en/kfloppy/compilationandinstallation.html -share/doc/HTML/en/kfloppy/copyright.html -share/doc/HTML/en/kfloppy/density.html -share/doc/HTML/en/kfloppy/filesystems.html -share/doc/HTML/en/kfloppy/formattingdiskswithkfloppy.html -share/doc/HTML/en/kfloppy/formattingoptions.html -share/doc/HTML/en/kfloppy/index.cvlog -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kfloppy/index.html -share/doc/HTML/en/kfloppy/installation.html -share/doc/HTML/en/kfloppy/introduction.html -share/doc/HTML/en/kfloppy/requirements.html -share/doc/HTML/en/khexedit/.anchors -share/doc/HTML/en/khexedit/binary-filter.html -share/doc/HTML/en/khexedit/bookmarks-menu.html -share/doc/HTML/en/khexedit/bookmarks.html -share/doc/HTML/en/khexedit/changes.html -share/doc/HTML/en/khexedit/character-table.html -share/doc/HTML/en/khexedit/command-line-arguments.html -share/doc/HTML/en/khexedit/compilation-and-installation.html -share/doc/HTML/en/khexedit/copy-and-paste.html -share/doc/HTML/en/khexedit/cursor-.html -share/doc/HTML/en/khexedit/customizedialog.html -share/doc/HTML/en/khexedit/documentlist.html -share/doc/HTML/en/khexedit/documents-menu.html -share/doc/HTML/en/khexedit/drag-and-drop-.html -share/doc/HTML/en/khexedit/edit-menu.html -share/doc/HTML/en/khexedit/editing-files-on-the-internet-.html -share/doc/HTML/en/khexedit/editorimage.html -share/doc/HTML/en/khexedit/encoding.html -share/doc/HTML/en/khexedit/export.html -share/doc/HTML/en/khexedit/exported-html-is-sometimes-hard-to-inspect-i.html -share/doc/HTML/en/khexedit/find-and-replace.html -share/doc/HTML/en/khexedit/find.html -share/doc/HTML/en/khexedit/font.html -share/doc/HTML/en/khexedit/help-menu.html -share/doc/HTML/en/khexedit/index.cvlog -share/doc/HTML/en/khexedit/index.docbook -share/doc/HTML/en/khexedit/index.html -share/doc/HTML/en/khexedit/insert-pattern.html -share/doc/HTML/en/khexedit/installation.html -share/doc/HTML/en/khexedit/introduction.html -share/doc/HTML/en/khexedit/key-bindings.html -share/doc/HTML/en/khexedit/khexedit.png -share/doc/HTML/en/khexedit/menu-entries.html -share/doc/HTML/en/khexedit/miscellaneous.html -share/doc/HTML/en/khexedit/optioncolor.html -share/doc/HTML/en/khexedit/optionfile.html -share/doc/HTML/en/khexedit/options-menu.html -share/doc/HTML/en/khexedit/options.html -share/doc/HTML/en/khexedit/page-layout.html -share/doc/HTML/en/khexedit/printing-to-disk-using-postscript-takes-ages.html -share/doc/HTML/en/khexedit/printing.html -share/doc/HTML/en/khexedit/progress-indicator-and-management.html -share/doc/HTML/en/khexedit/questions-answers-and-tips.html -share/doc/HTML/en/khexedit/requirements.html -share/doc/HTML/en/khexedit/select-indicator.html -share/doc/HTML/en/khexedit/statistics.html -share/doc/HTML/en/khexedit/string-extractor.html -share/doc/HTML/en/khexedit/tools-menu.html -share/doc/HTML/en/khexedit/tools.html -share/doc/HTML/en/khexedit/view-menu.html -share/doc/HTML/en/kjots/.anchors -share/doc/HTML/en/kjots/index.cvlog -share/doc/HTML/en/kjots/index.docbook -share/doc/HTML/en/kjots/index.html -share/doc/HTML/en/kjots/introduction.html -share/doc/HTML/en/kjots/keyboardshortcuts.html -share/doc/HTML/en/kjots/subjectlist.html -share/doc/HTML/en/kjots/todo.html -share/doc/HTML/en/kjots/usage.html -share/doc/HTML/en/kljettool/.anchors -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/compilationandinstallation.html -share/doc/HTML/en/kljettool/copyright.html -share/doc/HTML/en/kljettool/djcdoscommands.txt -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/gettingkljettooltowork.html -share/doc/HTML/en/kljettool/hp690c.zip -share/doc/HTML/en/kljettool/index.cvlog -share/doc/HTML/en/kljettool/index.docbook -share/doc/HTML/en/kljettool/index.html -share/doc/HTML/en/kljettool/installation.html -share/doc/HTML/en/kljettool/introduction.html -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/kljettool/requirements.html -share/doc/HTML/en/kljettool/usage.html -share/doc/HTML/en/klpq/.anchors -share/doc/HTML/en/klpq/author.html -share/doc/HTML/en/klpq/copyright.html -share/doc/HTML/en/klpq/index.cvlog -share/doc/HTML/en/klpq/index.docbook -share/doc/HTML/en/klpq/index.html -share/doc/HTML/en/klpq/install.html -share/doc/HTML/en/klpq/introduction.html -share/doc/HTML/en/klpq/thanks.html -share/doc/HTML/en/klpq/todo.html -share/doc/HTML/en/klpq/usage.html -share/doc/HTML/en/knotes/.anchors -share/doc/HTML/en/knotes/alarm.html -share/doc/HTML/en/knotes/autoindent.html -share/doc/HTML/en/knotes/calendar.html -share/doc/HTML/en/knotes/clear.html -share/doc/HTML/en/knotes/colors.html -share/doc/HTML/en/knotes/compilationandinstallation.html -share/doc/HTML/en/knotes/deleteknote.html -share/doc/HTML/en/knotes/dframe.html -share/doc/HTML/en/knotes/doubleclickonurls.html -share/doc/HTML/en/knotes/font.html -share/doc/HTML/en/knotes/index.cvlog -share/doc/HTML/en/knotes/index.docbook -share/doc/HTML/en/knotes/index.html -share/doc/HTML/en/knotes/installation.html -share/doc/HTML/en/knotes/introduction.html -share/doc/HTML/en/knotes/keybindings.html -share/doc/HTML/en/knotes/mailnote.html -share/doc/HTML/en/knotes/newknote.html -share/doc/HTML/en/knotes/onscreenfundamentals.html -share/doc/HTML/en/knotes/printing.html -share/doc/HTML/en/knotes/printnote.html -share/doc/HTML/en/knotes/questionsandanswers.html -share/doc/HTML/en/knotes/quit.html -share/doc/HTML/en/knotes/renameknote.html -share/doc/HTML/en/knotes/requirements.html -share/doc/HTML/en/knotes/resizingknotes.html -share/doc/HTML/en/knotes/setdefaults.html -share/doc/HTML/en/knotes/themenuentries.html -share/doc/HTML/en/kpm/.anchors -share/doc/HTML/en/kpm/appendix.html -share/doc/HTML/en/kpm/generalinformation.html -share/doc/HTML/en/kpm/index.cvlog -share/doc/HTML/en/kpm/index.docbook -share/doc/HTML/en/kpm/index.html -share/doc/HTML/en/kpm/knownbugsandproblems.html -share/doc/HTML/en/kpm/kpmmainwindow.html -share/doc/HTML/en/kpm/legalstuff.html -share/doc/HTML/en/kpm/processmenu.html -share/doc/HTML/en/kpm/requirementsforkpm.html -share/doc/HTML/en/kpm/signalmenu.html -share/doc/HTML/en/kpm/themenu.html -share/doc/HTML/en/kpm/viewmenu.html -share/doc/HTML/en/ktimemon/.anchors -share/doc/HTML/en/ktimemon/autoscaling.html -share/doc/HTML/en/ktimemon/config.html -share/doc/HTML/en/ktimemon/fund.html -share/doc/HTML/en/ktimemon/index.cvlog -share/doc/HTML/en/ktimemon/index.docbook -share/doc/HTML/en/ktimemon/index.html -share/doc/HTML/en/ktimemon/installation.html -share/doc/HTML/en/ktimemon/introduction.html -share/doc/HTML/en/ktimemon/menu.html -share/doc/HTML/en/ktimemon/revisionhistory.html -share/doc/HTML/en/ktimemon/thanksandacknowledgements.html -share/doc/HTML/en/ktop/.anchors -share/doc/HTML/en/ktop/authors.html -share/doc/HTML/en/ktop/compilationandinstallation.html -share/doc/HTML/en/ktop/index.cvlog -share/doc/HTML/en/ktop/index.docbook -share/doc/HTML/en/ktop/index.html -share/doc/HTML/en/ktop/installation.html -share/doc/HTML/en/ktop/installingthetaskmanagericonperformancemeter.html -share/doc/HTML/en/ktop/introduction.html -share/doc/HTML/en/ktop/licenseandwarranty.html -share/doc/HTML/en/ktop/pop-upmenus.html -share/doc/HTML/en/ktop/questionsandanswersnothinghereyet.html -share/doc/HTML/en/ktop/requirements.html -share/doc/HTML/en/ktop/theperformancemeterpage.html -share/doc/HTML/en/ktop/theprocesstreepage.html -share/doc/HTML/en/ktop/usingthekdetaskmanager.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/bookmarks.html -share/doc/HTML/en/kwrite/compilationandinstallation.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/editingfilesontheinternet.html -share/doc/HTML/en/kwrite/help.html -share/doc/HTML/en/kwrite/index.cvlog -share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/onscreenfundamentals.html -share/doc/HTML/en/kwrite/options.html -share/doc/HTML/en/kwrite/printing.html -share/doc/HTML/en/kwrite/questionsandanswers.html -share/doc/HTML/en/kwrite/requirements.html -share/doc/HTML/en/kwrite/themenuentries.html -share/icons/hicolor/32x32/apps/ark.png -share/icons/hicolor/32x32/apps/kab.png -share/icons/hicolor/32x32/apps/karm.png -share/icons/hicolor/32x32/apps/kcalc.png -share/icons/hicolor/32x32/apps/kedit.png -share/icons/hicolor/32x32/apps/kfind.png -share/icons/hicolor/32x32/apps/kfontmanager.png -share/icons/hicolor/32x32/apps/khexedit.png -share/icons/hicolor/32x32/apps/kjots.png -share/icons/hicolor/32x32/apps/klipper.png -share/icons/hicolor/32x32/apps/klpq.png -share/icons/hicolor/32x32/apps/knotes.png -share/icons/hicolor/32x32/apps/ktop.png -share/icons/hicolor/32x32/apps/kwrite.png -share/icons/hicolor/48x48/apps/ark.png -share/icons/hicolor/48x48/apps/kab.png -share/icons/hicolor/48x48/apps/karm.png -share/icons/hicolor/48x48/apps/kcalc.png -share/icons/hicolor/48x48/apps/kedit.png -share/icons/hicolor/48x48/apps/kfind.png -share/icons/hicolor/48x48/apps/kfontmanager.png -share/icons/hicolor/48x48/apps/khexedit.png -share/icons/hicolor/48x48/apps/kjots.png -share/icons/hicolor/48x48/apps/klipper.png -share/icons/hicolor/48x48/apps/kljettool.png -share/icons/hicolor/48x48/apps/klpq.png -share/icons/hicolor/48x48/apps/knotes.png -share/icons/hicolor/48x48/apps/ktop.png -share/icons/hicolor/48x48/apps/kwrite.png -share/icons/locolor/16x16/apps/ark.png -share/icons/locolor/16x16/apps/kab.png -share/icons/locolor/16x16/apps/karm.png -share/icons/locolor/16x16/apps/kcalc.png -share/icons/locolor/16x16/apps/kcharselect.png -share/icons/locolor/16x16/apps/kcmdf.png -share/icons/locolor/16x16/apps/kdf.png -share/icons/locolor/16x16/apps/kedit.png -share/icons/locolor/16x16/apps/kfind.png -share/icons/locolor/16x16/apps/kfontmanager.png -share/icons/locolor/16x16/apps/khexedit.png -share/icons/locolor/16x16/apps/kjots.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kljettool.png -share/icons/locolor/16x16/apps/klpq.png -share/icons/locolor/16x16/apps/knotes.png -share/icons/locolor/16x16/apps/ktimemon.png -share/icons/locolor/16x16/apps/ktop.png -share/icons/locolor/16x16/apps/kwikdisk.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/laptop_battery.png -share/icons/locolor/16x16/apps/laptop_charge.png -share/icons/locolor/16x16/apps/laptop_nobattery.png -share/icons/locolor/16x16/apps/laptop_nocharge.png -share/icons/locolor/16x16/apps/laptop_settings.png -share/icons/locolor/16x16/apps/pcmcia.png -share/icons/locolor/16x16/apps/power.png -share/icons/locolor/16x16/devices/nfs_mount.png -share/icons/locolor/16x16/devices/nfs_unmount.png -share/icons/locolor/32x32/apps/ark.png -share/icons/locolor/32x32/apps/kab.png -share/icons/locolor/32x32/apps/karm.png -share/icons/locolor/32x32/apps/kcalc.png -share/icons/locolor/32x32/apps/kcmdf.png -share/icons/locolor/32x32/apps/kdf.png -share/icons/locolor/32x32/apps/kedit.png -share/icons/locolor/32x32/apps/kfind.png -share/icons/locolor/32x32/apps/kfontmanager.png -share/icons/locolor/32x32/apps/khexedit.png -share/icons/locolor/32x32/apps/kjots.png -share/icons/locolor/32x32/apps/klipper.png -share/icons/locolor/32x32/apps/kljettool.png -share/icons/locolor/32x32/apps/klpq.png -share/icons/locolor/32x32/apps/knotes.png -share/icons/locolor/32x32/apps/ktimemon.png -share/icons/locolor/32x32/apps/ktop.png -share/icons/locolor/32x32/apps/kwikdisk.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/laptop_battery.png -share/icons/locolor/32x32/apps/laptop_charge.png -share/icons/locolor/32x32/apps/laptop_nobattery.png -share/icons/locolor/32x32/apps/laptop_nocharge.png -share/icons/locolor/32x32/apps/laptop_settings.png -share/icons/locolor/32x32/apps/pcmcia.png -share/icons/locolor/32x32/apps/power.png -share/toolbar/filedel.xpm -@unexec rm -f %D/share/doc/HTML/en/ark/common -@unexec rm -f %D/share/doc/HTML/en/kab/common -@unexec rm -f %D/share/doc/HTML/en/karm/common -@unexec rm -f %D/share/doc/HTML/en/kcalc/common -@unexec rm -f %D/share/doc/HTML/en/kdf/common -@unexec rm -f %D/share/doc/HTML/en/kedit/common -@unexec rm -f %D/share/doc/HTML/en/kfind/common -@unexec rm -f %D/share/doc/HTML/en/kfloppy/common -@unexec rm -f %D/share/doc/HTML/en/khexedit/common -@unexec rm -f %D/share/doc/HTML/en/kjots/common -@unexec rm -f %D/share/doc/HTML/en/kljettool/common -@unexec rm -f %D/share/doc/HTML/en/klpq/common -@unexec rm -f %D/share/doc/HTML/en/knotes/common -@unexec rm -f %D/share/doc/HTML/en/kpm/common -@unexec rm -f %D/share/doc/HTML/en/ktimemon/common -@unexec rm -f %D/share/doc/HTML/en/ktop/common -@unexec rm -f %D/share/doc/HTML/en/kwrite/common -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/devices -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kwrite -@dirrm share/doc/HTML/en/ktop -@dirrm share/doc/HTML/en/ktimemon -@dirrm share/doc/HTML/en/kpm -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexedit -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kfind -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/kwrite -@dirrm share/apps/ktop/pics -@dirrm share/apps/ktop -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kljetool/pics -@dirrm share/apps/kljetool -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/khexedit/toolbar -@dirrm share/apps/khexedit/pics -@dirrm share/apps/khexedit -@dirrm share/apps/kfind/toolbar -@dirrm share/apps/kfind -@dirrm share/apps/kedit/toolbar -@dirrm share/apps/kedit/pics -@dirrm share/apps/kedit -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/kab/pics -@dirrm share/apps/kab -@dirrm share/apps/ark/toolbar -@dirrm share/apps/ark diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile deleted file mode 100644 index 473eb031817c..000000000000 --- a/misc/kdeutils4/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: kdeutils2 -# Date created: Sun 14 May 2000 02:52:20 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdeutils -PORTVERSION= 1.90 -CATEGORIES= misc kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= unstable/distribution/tar/src - -MAINTAINER= will@FreeBSD.org - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.4:${PORTSDIR}/x11/kdelibs2 - -BROKEN= "Does not compile/run properly" - -MOC?= ${X11BASE}/bin/moc2 -USE_BZIP2= yes -USE_QT2= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ - --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib -CONFIGURE_ENV+= MOC="${MOC}" -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/misc/kdeutils4/distinfo b/misc/kdeutils4/distinfo deleted file mode 100644 index 688e0274a449..000000000000 --- a/misc/kdeutils4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdeutils-1.90.tar.bz2) = 3fd9d5c14254dd0f3d45eeaa99c43da9 diff --git a/misc/kdeutils4/pkg-comment b/misc/kdeutils4/pkg-comment deleted file mode 100644 index 186230f9287d..000000000000 --- a/misc/kdeutils4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Utilities for the KDE integrated X11 desktop diff --git a/misc/kdeutils4/pkg-descr b/misc/kdeutils4/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/misc/kdeutils4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/misc/kdeutils4/pkg-plist b/misc/kdeutils4/pkg-plist deleted file mode 100644 index e337e8930d38..000000000000 --- a/misc/kdeutils4/pkg-plist +++ /dev/null @@ -1,583 +0,0 @@ -bin/ark -bin/conttest -bin/iconpackager -bin/kab -bin/karm -bin/kcalc -bin/kcharselect -bin/kdepasswd -bin/kdessh -bin/kdf -bin/kedit -bin/kfind -bin/khexedit -bin/kjots -bin/klaptopdaemon -bin/klipper -bin/kljettool -bin/klpq -bin/knotes -bin/ktimemon -bin/ktop -bin/kwikdisk -bin/kwrite -include/ccont.h -lib/kedit.la -lib/kedit.so.0 -lib/libccont.a -lib/libkcm_fontmanager.la -lib/libkcm_fontmanager.so -lib/libkcm_kdf.la -lib/libkcm_kdf.so -lib/libkcm_laptop.la -lib/libkcm_laptop.so -share/applnk/Applications/KEdit.desktop -share/applnk/Applications/kwrite.desktop -share/applnk/Kfind.desktop -share/applnk/Settings/Information/kcmdf.desktop -share/applnk/Settings/Laptop/.directory -share/applnk/Settings/Laptop/battery.desktop -share/applnk/Settings/Laptop/bwarning.desktop -share/applnk/Settings/Laptop/cwarning.desktop -share/applnk/Settings/Laptop/pcmcia.desktop -share/applnk/Settings/Laptop/power.desktop -share/applnk/Settings/LookNFeel/fontmanager.desktop -share/applnk/System/kdf.desktop -share/applnk/System/ktop.desktop -share/applnk/System/kwikdisk.desktop -share/applnk/Utilities/Iconpackager.desktop -share/applnk/Utilities/KCharSelect.desktop -share/applnk/Utilities/KLJetTool.desktop -share/applnk/Utilities/KLpq.desktop -share/applnk/Utilities/Kjots.desktop -share/applnk/Utilities/ark.desktop -share/applnk/Utilities/kab.desktop -share/applnk/Utilities/karm.desktop -share/applnk/Utilities/kcalc.desktop -share/applnk/Utilities/kdepasswd.desktop -share/applnk/Utilities/khexedit.desktop -share/applnk/Utilities/klipper.desktop -share/applnk/Utilities/knotes.desktop -share/applnk/Utilities/ktimemon.desktop -share/apps/ark/arkui.rc -share/apps/ark/toolbar/ark_adddir.png -share/apps/ark/toolbar/ark_addfile.png -share/apps/ark/toolbar/ark_delete.png -share/apps/ark/toolbar/ark_extract.png -share/apps/ark/toolbar/ark_help.png -share/apps/ark/toolbar/ark_new.png -share/apps/ark/toolbar/ark_open.png -share/apps/ark/toolbar/ark_options.png -share/apps/ark/toolbar/ark_selectall.png -share/apps/ark/toolbar/ark_view.png -share/apps/kab/pics/addressbook_logo.png -share/apps/kab/template.config -share/apps/kab/template.kab -share/apps/kcalc/pics/kcalclogo.png -share/apps/kedit/keditui.rc -share/apps/kedit/pics/colors.png -share/apps/kedit/pics/fonts.png -share/apps/kedit/pics/keditlogo.png -share/apps/kedit/pics/misc.png -share/apps/kedit/toolbar/filenew2.png -share/apps/kedit/toolbar/send.png -share/apps/kfind/toolbar/archive.png -share/apps/kfind/toolbar/delete.png -share/apps/kfind/toolbar/idea.png -share/apps/kfind/toolbar/info.png -share/apps/kfind/toolbar/openfile.png -share/apps/kfind/toolbar/save.png -share/apps/kfind/toolbar/search.png -share/apps/khexedit/pics/colors.png -share/apps/khexedit/pics/cursor.png -share/apps/khexedit/pics/files.png -share/apps/khexedit/pics/fonts.png -share/apps/khexedit/pics/layout.png -share/apps/khexedit/pics/misc.png -share/apps/khexedit/toolbar/hexdrag.png -share/apps/khexedit/toolbar/hexmask.png -share/apps/khexedit/toolbar/hexwrite.png -share/apps/kjots/pics/filedel.png -share/apps/kljetool/pics/kljetlogo.png -share/apps/knotes/pics/knotesclose.png -share/apps/knotes/pics/knoteslogo.png -share/apps/ktop/pics/X.png -share/apps/ktop/pics/bash.png -share/apps/ktop/pics/bsh.png -share/apps/ktop/pics/c++.png -share/apps/ktop/pics/cc.png -share/apps/ktop/pics/console.png -share/apps/ktop/pics/csh.png -share/apps/ktop/pics/emacs.png -share/apps/ktop/pics/g++.png -share/apps/ktop/pics/gbd.png -share/apps/ktop/pics/gcc.png -share/apps/ktop/pics/gdb.png -share/apps/ktop/pics/init.png -share/apps/ktop/pics/kaudioserver.png -share/apps/ktop/pics/kbgndwm.png -share/apps/ktop/pics/kioslave.png -share/apps/ktop/pics/kpanel.png -share/apps/ktop/pics/krootwm.png -share/apps/ktop/pics/ksh.png -share/apps/ktop/pics/login.png -share/apps/ktop/pics/lpd.png -share/apps/ktop/pics/maudio.png -share/apps/ktop/pics/nxterm.png -share/apps/ktop/pics/sh.png -share/apps/ktop/pics/startkde.png -share/apps/ktop/pics/startx.png -share/apps/ktop/pics/tcsh.png -share/apps/ktop/pics/xconsole.png -share/apps/ktop/pics/xemacs.png -share/apps/ktop/pics/xinit.png -share/apps/ktop/pics/xload.png -share/apps/ktop/pics/xterm.png -share/apps/ktop/pics/xxgbd.png -share/apps/ktop/pics/xxgdb.png -share/apps/kwrite/kwrite_shell.rc -share/config/klipperrc -share/doc/HTML/en/ark/.anchors -share/doc/HTML/en/ark/creatingandaddingfilestoarchives.html -share/doc/HTML/en/ark/edit.html -share/doc/HTML/en/ark/extractingarchives.html -share/doc/HTML/en/ark/help.html -share/doc/HTML/en/ark/index.cvlog -share/doc/HTML/en/ark/index.docbook -share/doc/HTML/en/ark/index.html -share/doc/HTML/en/ark/installation.html -share/doc/HTML/en/ark/introduction.html -share/doc/HTML/en/ark/onscreenfundamentals.html -share/doc/HTML/en/ark/openingandviewingarchives.html -share/doc/HTML/en/ark/options.html -share/doc/HTML/en/ark/requirements.html -share/doc/HTML/en/ark/themenuentries.html -share/doc/HTML/en/ark/workingwithfiles.html -share/doc/HTML/en/kab/.anchors -share/doc/HTML/en/kab/index.cvlog -share/doc/HTML/en/kab/index.docbook -share/doc/HTML/en/kab/index.html -share/doc/HTML/en/kab/temp.html -share/doc/HTML/en/karm/.anchors -share/doc/HTML/en/karm/author.html -share/doc/HTML/en/karm/bugs.html -share/doc/HTML/en/karm/index.cvlog -share/doc/HTML/en/karm/index.docbook -share/doc/HTML/en/karm/index.html -share/doc/HTML/en/karm/introduction.html -share/doc/HTML/en/karm/karm.png -share/doc/HTML/en/karm/usingtimetracker.html -share/doc/HTML/en/kcalc/.anchors -share/doc/HTML/en/kcalc/commentsonspecificfunctions.html -share/doc/HTML/en/kcalc/compilationandinstallation.html -share/doc/HTML/en/kcalc/copyright.html -share/doc/HTML/en/kcalc/cutandpaste.html -share/doc/HTML/en/kcalc/fixedprecision.html -share/doc/HTML/en/kcalc/howdoigetetheeulernumber.html -share/doc/HTML/en/kcalc/howdoigettwofixeddigitsaftertheperiod.html -share/doc/HTML/en/kcalc/index.cvlog -share/doc/HTML/en/kcalc/index.docbook -share/doc/HTML/en/kcalc/index.html -share/doc/HTML/en/kcalc/installation.html -share/doc/HTML/en/kcalc/introduction.html -share/doc/HTML/en/kcalc/invmod.html -share/doc/HTML/en/kcalc/kcalc_on_Aix.txt -share/doc/HTML/en/kcalc/kcalc_on_OSF.txt -share/doc/HTML/en/kcalc/keyaccels.html -share/doc/HTML/en/kcalc/lshrsh.html -share/doc/HTML/en/kcalc/modes.html -share/doc/HTML/en/kcalc/percent.html -share/doc/HTML/en/kcalc/percentfunction.html -share/doc/HTML/en/kcalc/questionsandanswers.html -share/doc/HTML/en/kcalc/requirements.html -share/doc/HTML/en/kcalc/tipsandtricks.html -share/doc/HTML/en/kcalc/trigonometricmode.html -share/doc/HTML/en/kcalc/usage.html -share/doc/HTML/en/kcalc/whataboutprecision.html -share/doc/HTML/en/kdf/.anchors -share/doc/HTML/en/kdf/comments.html -share/doc/HTML/en/kdf/features.html -share/doc/HTML/en/kdf/generalsettings.html -share/doc/HTML/en/kdf/icons.html -share/doc/HTML/en/kdf/index.cvlog -share/doc/HTML/en/kdf/index.docbook -share/doc/HTML/en/kdf/index.html -share/doc/HTML/en/kdf/kdiskfree.html -share/doc/HTML/en/kdf/kwikdisk.html -share/doc/HTML/en/kdf/umountcommands.html -share/doc/HTML/en/kedit/.anchors -share/doc/HTML/en/kedit/compilationandinstallation.html -share/doc/HTML/en/kedit/edit.html -share/doc/HTML/en/kedit/editingfilesontheinternet.html -share/doc/HTML/en/kedit/help.html -share/doc/HTML/en/kedit/index.cvlog -share/doc/HTML/en/kedit/index.docbook -share/doc/HTML/en/kedit/index.html -share/doc/HTML/en/kedit/installation.html -share/doc/HTML/en/kedit/introduction.html -share/doc/HTML/en/kedit/keybindings.html -share/doc/HTML/en/kedit/onscreenfundamentals.html -share/doc/HTML/en/kedit/options.html -share/doc/HTML/en/kedit/printing.html -share/doc/HTML/en/kedit/questionsandanswers.html -share/doc/HTML/en/kedit/requirements.html -share/doc/HTML/en/kedit/themenuentries.html -share/doc/HTML/en/kfind/.anchors -share/doc/HTML/en/kfind/authors.html -share/doc/HTML/en/kfind/compilation-and-installation.html -share/doc/HTML/en/kfind/configuration.html -share/doc/HTML/en/kfind/edit.html -share/doc/HTML/en/kfind/epilog.html -share/doc/HTML/en/kfind/help.html -share/doc/HTML/en/kfind/index.cvlog -share/doc/HTML/en/kfind/index.docbook -share/doc/HTML/en/kfind/index.html -share/doc/HTML/en/kfind/installation.html -share/doc/HTML/en/kfind/introduction.html -share/doc/HTML/en/kfind/onscreenfundamentals.html -share/doc/HTML/en/kfind/options.html -share/doc/HTML/en/kfind/requirements.html -share/doc/HTML/en/kfind/search-parameters-dialog.html -share/doc/HTML/en/kfind/themenuentries.html -share/doc/HTML/en/kfind/viewing-area.html -share/doc/HTML/en/kfloppy/.anchors -share/doc/HTML/en/kfloppy/compilationandinstallation.html -share/doc/HTML/en/kfloppy/copyright.html -share/doc/HTML/en/kfloppy/density.html -share/doc/HTML/en/kfloppy/filesystems.html -share/doc/HTML/en/kfloppy/formattingdiskswithkfloppy.html -share/doc/HTML/en/kfloppy/formattingoptions.html -share/doc/HTML/en/kfloppy/index.cvlog -share/doc/HTML/en/kfloppy/index.docbook -share/doc/HTML/en/kfloppy/index.html -share/doc/HTML/en/kfloppy/installation.html -share/doc/HTML/en/kfloppy/introduction.html -share/doc/HTML/en/kfloppy/requirements.html -share/doc/HTML/en/khexedit/.anchors -share/doc/HTML/en/khexedit/binary-filter.html -share/doc/HTML/en/khexedit/bookmarks-menu.html -share/doc/HTML/en/khexedit/bookmarks.html -share/doc/HTML/en/khexedit/changes.html -share/doc/HTML/en/khexedit/character-table.html -share/doc/HTML/en/khexedit/command-line-arguments.html -share/doc/HTML/en/khexedit/compilation-and-installation.html -share/doc/HTML/en/khexedit/copy-and-paste.html -share/doc/HTML/en/khexedit/cursor-.html -share/doc/HTML/en/khexedit/customizedialog.html -share/doc/HTML/en/khexedit/documentlist.html -share/doc/HTML/en/khexedit/documents-menu.html -share/doc/HTML/en/khexedit/drag-and-drop-.html -share/doc/HTML/en/khexedit/edit-menu.html -share/doc/HTML/en/khexedit/editing-files-on-the-internet-.html -share/doc/HTML/en/khexedit/editorimage.html -share/doc/HTML/en/khexedit/encoding.html -share/doc/HTML/en/khexedit/export.html -share/doc/HTML/en/khexedit/exported-html-is-sometimes-hard-to-inspect-i.html -share/doc/HTML/en/khexedit/find-and-replace.html -share/doc/HTML/en/khexedit/find.html -share/doc/HTML/en/khexedit/font.html -share/doc/HTML/en/khexedit/help-menu.html -share/doc/HTML/en/khexedit/index.cvlog -share/doc/HTML/en/khexedit/index.docbook -share/doc/HTML/en/khexedit/index.html -share/doc/HTML/en/khexedit/insert-pattern.html -share/doc/HTML/en/khexedit/installation.html -share/doc/HTML/en/khexedit/introduction.html -share/doc/HTML/en/khexedit/key-bindings.html -share/doc/HTML/en/khexedit/khexedit.png -share/doc/HTML/en/khexedit/menu-entries.html -share/doc/HTML/en/khexedit/miscellaneous.html -share/doc/HTML/en/khexedit/optioncolor.html -share/doc/HTML/en/khexedit/optionfile.html -share/doc/HTML/en/khexedit/options-menu.html -share/doc/HTML/en/khexedit/options.html -share/doc/HTML/en/khexedit/page-layout.html -share/doc/HTML/en/khexedit/printing-to-disk-using-postscript-takes-ages.html -share/doc/HTML/en/khexedit/printing.html -share/doc/HTML/en/khexedit/progress-indicator-and-management.html -share/doc/HTML/en/khexedit/questions-answers-and-tips.html -share/doc/HTML/en/khexedit/requirements.html -share/doc/HTML/en/khexedit/select-indicator.html -share/doc/HTML/en/khexedit/statistics.html -share/doc/HTML/en/khexedit/string-extractor.html -share/doc/HTML/en/khexedit/tools-menu.html -share/doc/HTML/en/khexedit/tools.html -share/doc/HTML/en/khexedit/view-menu.html -share/doc/HTML/en/kjots/.anchors -share/doc/HTML/en/kjots/index.cvlog -share/doc/HTML/en/kjots/index.docbook -share/doc/HTML/en/kjots/index.html -share/doc/HTML/en/kjots/introduction.html -share/doc/HTML/en/kjots/keyboardshortcuts.html -share/doc/HTML/en/kjots/subjectlist.html -share/doc/HTML/en/kjots/todo.html -share/doc/HTML/en/kjots/usage.html -share/doc/HTML/en/kljettool/.anchors -share/doc/HTML/en/kljettool/README -share/doc/HTML/en/kljettool/compilationandinstallation.html -share/doc/HTML/en/kljettool/copyright.html -share/doc/HTML/en/kljettool/djcdoscommands.txt -share/doc/HTML/en/kljettool/filter -share/doc/HTML/en/kljettool/gettingkljettooltowork.html -share/doc/HTML/en/kljettool/hp690c.zip -share/doc/HTML/en/kljettool/index.cvlog -share/doc/HTML/en/kljettool/index.docbook -share/doc/HTML/en/kljettool/index.html -share/doc/HTML/en/kljettool/installation.html -share/doc/HTML/en/kljettool/introduction.html -share/doc/HTML/en/kljettool/magic -share/doc/HTML/en/kljettool/requirements.html -share/doc/HTML/en/kljettool/usage.html -share/doc/HTML/en/klpq/.anchors -share/doc/HTML/en/klpq/author.html -share/doc/HTML/en/klpq/copyright.html -share/doc/HTML/en/klpq/index.cvlog -share/doc/HTML/en/klpq/index.docbook -share/doc/HTML/en/klpq/index.html -share/doc/HTML/en/klpq/install.html -share/doc/HTML/en/klpq/introduction.html -share/doc/HTML/en/klpq/thanks.html -share/doc/HTML/en/klpq/todo.html -share/doc/HTML/en/klpq/usage.html -share/doc/HTML/en/knotes/.anchors -share/doc/HTML/en/knotes/alarm.html -share/doc/HTML/en/knotes/autoindent.html -share/doc/HTML/en/knotes/calendar.html -share/doc/HTML/en/knotes/clear.html -share/doc/HTML/en/knotes/colors.html -share/doc/HTML/en/knotes/compilationandinstallation.html -share/doc/HTML/en/knotes/deleteknote.html -share/doc/HTML/en/knotes/dframe.html -share/doc/HTML/en/knotes/doubleclickonurls.html -share/doc/HTML/en/knotes/font.html -share/doc/HTML/en/knotes/index.cvlog -share/doc/HTML/en/knotes/index.docbook -share/doc/HTML/en/knotes/index.html -share/doc/HTML/en/knotes/installation.html -share/doc/HTML/en/knotes/introduction.html -share/doc/HTML/en/knotes/keybindings.html -share/doc/HTML/en/knotes/mailnote.html -share/doc/HTML/en/knotes/newknote.html -share/doc/HTML/en/knotes/onscreenfundamentals.html -share/doc/HTML/en/knotes/printing.html -share/doc/HTML/en/knotes/printnote.html -share/doc/HTML/en/knotes/questionsandanswers.html -share/doc/HTML/en/knotes/quit.html -share/doc/HTML/en/knotes/renameknote.html -share/doc/HTML/en/knotes/requirements.html -share/doc/HTML/en/knotes/resizingknotes.html -share/doc/HTML/en/knotes/setdefaults.html -share/doc/HTML/en/knotes/themenuentries.html -share/doc/HTML/en/kpm/.anchors -share/doc/HTML/en/kpm/appendix.html -share/doc/HTML/en/kpm/generalinformation.html -share/doc/HTML/en/kpm/index.cvlog -share/doc/HTML/en/kpm/index.docbook -share/doc/HTML/en/kpm/index.html -share/doc/HTML/en/kpm/knownbugsandproblems.html -share/doc/HTML/en/kpm/kpmmainwindow.html -share/doc/HTML/en/kpm/legalstuff.html -share/doc/HTML/en/kpm/processmenu.html -share/doc/HTML/en/kpm/requirementsforkpm.html -share/doc/HTML/en/kpm/signalmenu.html -share/doc/HTML/en/kpm/themenu.html -share/doc/HTML/en/kpm/viewmenu.html -share/doc/HTML/en/ktimemon/.anchors -share/doc/HTML/en/ktimemon/autoscaling.html -share/doc/HTML/en/ktimemon/config.html -share/doc/HTML/en/ktimemon/fund.html -share/doc/HTML/en/ktimemon/index.cvlog -share/doc/HTML/en/ktimemon/index.docbook -share/doc/HTML/en/ktimemon/index.html -share/doc/HTML/en/ktimemon/installation.html -share/doc/HTML/en/ktimemon/introduction.html -share/doc/HTML/en/ktimemon/menu.html -share/doc/HTML/en/ktimemon/revisionhistory.html -share/doc/HTML/en/ktimemon/thanksandacknowledgements.html -share/doc/HTML/en/ktop/.anchors -share/doc/HTML/en/ktop/authors.html -share/doc/HTML/en/ktop/compilationandinstallation.html -share/doc/HTML/en/ktop/index.cvlog -share/doc/HTML/en/ktop/index.docbook -share/doc/HTML/en/ktop/index.html -share/doc/HTML/en/ktop/installation.html -share/doc/HTML/en/ktop/installingthetaskmanagericonperformancemeter.html -share/doc/HTML/en/ktop/introduction.html -share/doc/HTML/en/ktop/licenseandwarranty.html -share/doc/HTML/en/ktop/pop-upmenus.html -share/doc/HTML/en/ktop/questionsandanswersnothinghereyet.html -share/doc/HTML/en/ktop/requirements.html -share/doc/HTML/en/ktop/theperformancemeterpage.html -share/doc/HTML/en/ktop/theprocesstreepage.html -share/doc/HTML/en/ktop/usingthekdetaskmanager.html -share/doc/HTML/en/kwrite/.anchors -share/doc/HTML/en/kwrite/bookmarks.html -share/doc/HTML/en/kwrite/compilationandinstallation.html -share/doc/HTML/en/kwrite/edit.html -share/doc/HTML/en/kwrite/editingfilesontheinternet.html -share/doc/HTML/en/kwrite/help.html -share/doc/HTML/en/kwrite/index.cvlog -share/doc/HTML/en/kwrite/index.docbook -share/doc/HTML/en/kwrite/index.html -share/doc/HTML/en/kwrite/installation.html -share/doc/HTML/en/kwrite/introduction.html -share/doc/HTML/en/kwrite/keybindings.html -share/doc/HTML/en/kwrite/onscreenfundamentals.html -share/doc/HTML/en/kwrite/options.html -share/doc/HTML/en/kwrite/printing.html -share/doc/HTML/en/kwrite/questionsandanswers.html -share/doc/HTML/en/kwrite/requirements.html -share/doc/HTML/en/kwrite/themenuentries.html -share/icons/hicolor/32x32/apps/ark.png -share/icons/hicolor/32x32/apps/kab.png -share/icons/hicolor/32x32/apps/karm.png -share/icons/hicolor/32x32/apps/kcalc.png -share/icons/hicolor/32x32/apps/kedit.png -share/icons/hicolor/32x32/apps/kfind.png -share/icons/hicolor/32x32/apps/kfontmanager.png -share/icons/hicolor/32x32/apps/khexedit.png -share/icons/hicolor/32x32/apps/kjots.png -share/icons/hicolor/32x32/apps/klipper.png -share/icons/hicolor/32x32/apps/klpq.png -share/icons/hicolor/32x32/apps/knotes.png -share/icons/hicolor/32x32/apps/ktop.png -share/icons/hicolor/32x32/apps/kwrite.png -share/icons/hicolor/48x48/apps/ark.png -share/icons/hicolor/48x48/apps/kab.png -share/icons/hicolor/48x48/apps/karm.png -share/icons/hicolor/48x48/apps/kcalc.png -share/icons/hicolor/48x48/apps/kedit.png -share/icons/hicolor/48x48/apps/kfind.png -share/icons/hicolor/48x48/apps/kfontmanager.png -share/icons/hicolor/48x48/apps/khexedit.png -share/icons/hicolor/48x48/apps/kjots.png -share/icons/hicolor/48x48/apps/klipper.png -share/icons/hicolor/48x48/apps/kljettool.png -share/icons/hicolor/48x48/apps/klpq.png -share/icons/hicolor/48x48/apps/knotes.png -share/icons/hicolor/48x48/apps/ktop.png -share/icons/hicolor/48x48/apps/kwrite.png -share/icons/locolor/16x16/apps/ark.png -share/icons/locolor/16x16/apps/kab.png -share/icons/locolor/16x16/apps/karm.png -share/icons/locolor/16x16/apps/kcalc.png -share/icons/locolor/16x16/apps/kcharselect.png -share/icons/locolor/16x16/apps/kcmdf.png -share/icons/locolor/16x16/apps/kdf.png -share/icons/locolor/16x16/apps/kedit.png -share/icons/locolor/16x16/apps/kfind.png -share/icons/locolor/16x16/apps/kfontmanager.png -share/icons/locolor/16x16/apps/khexedit.png -share/icons/locolor/16x16/apps/kjots.png -share/icons/locolor/16x16/apps/klipper.png -share/icons/locolor/16x16/apps/kljettool.png -share/icons/locolor/16x16/apps/klpq.png -share/icons/locolor/16x16/apps/knotes.png -share/icons/locolor/16x16/apps/ktimemon.png -share/icons/locolor/16x16/apps/ktop.png -share/icons/locolor/16x16/apps/kwikdisk.png -share/icons/locolor/16x16/apps/kwrite.png -share/icons/locolor/16x16/apps/laptop_battery.png -share/icons/locolor/16x16/apps/laptop_charge.png -share/icons/locolor/16x16/apps/laptop_nobattery.png -share/icons/locolor/16x16/apps/laptop_nocharge.png -share/icons/locolor/16x16/apps/laptop_settings.png -share/icons/locolor/16x16/apps/pcmcia.png -share/icons/locolor/16x16/apps/power.png -share/icons/locolor/16x16/devices/nfs_mount.png -share/icons/locolor/16x16/devices/nfs_unmount.png -share/icons/locolor/32x32/apps/ark.png -share/icons/locolor/32x32/apps/kab.png -share/icons/locolor/32x32/apps/karm.png -share/icons/locolor/32x32/apps/kcalc.png -share/icons/locolor/32x32/apps/kcmdf.png -share/icons/locolor/32x32/apps/kdf.png -share/icons/locolor/32x32/apps/kedit.png -share/icons/locolor/32x32/apps/kfind.png -share/icons/locolor/32x32/apps/kfontmanager.png -share/icons/locolor/32x32/apps/khexedit.png -share/icons/locolor/32x32/apps/kjots.png -share/icons/locolor/32x32/apps/klipper.png -share/icons/locolor/32x32/apps/kljettool.png -share/icons/locolor/32x32/apps/klpq.png -share/icons/locolor/32x32/apps/knotes.png -share/icons/locolor/32x32/apps/ktimemon.png -share/icons/locolor/32x32/apps/ktop.png -share/icons/locolor/32x32/apps/kwikdisk.png -share/icons/locolor/32x32/apps/kwrite.png -share/icons/locolor/32x32/apps/laptop_battery.png -share/icons/locolor/32x32/apps/laptop_charge.png -share/icons/locolor/32x32/apps/laptop_nobattery.png -share/icons/locolor/32x32/apps/laptop_nocharge.png -share/icons/locolor/32x32/apps/laptop_settings.png -share/icons/locolor/32x32/apps/pcmcia.png -share/icons/locolor/32x32/apps/power.png -share/toolbar/filedel.xpm -@unexec rm -f %D/share/doc/HTML/en/ark/common -@unexec rm -f %D/share/doc/HTML/en/kab/common -@unexec rm -f %D/share/doc/HTML/en/karm/common -@unexec rm -f %D/share/doc/HTML/en/kcalc/common -@unexec rm -f %D/share/doc/HTML/en/kdf/common -@unexec rm -f %D/share/doc/HTML/en/kedit/common -@unexec rm -f %D/share/doc/HTML/en/kfind/common -@unexec rm -f %D/share/doc/HTML/en/kfloppy/common -@unexec rm -f %D/share/doc/HTML/en/khexedit/common -@unexec rm -f %D/share/doc/HTML/en/kjots/common -@unexec rm -f %D/share/doc/HTML/en/kljettool/common -@unexec rm -f %D/share/doc/HTML/en/klpq/common -@unexec rm -f %D/share/doc/HTML/en/knotes/common -@unexec rm -f %D/share/doc/HTML/en/kpm/common -@unexec rm -f %D/share/doc/HTML/en/ktimemon/common -@unexec rm -f %D/share/doc/HTML/en/ktop/common -@unexec rm -f %D/share/doc/HTML/en/kwrite/common -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/devices -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor -@dirrm share/doc/HTML/en/kwrite -@dirrm share/doc/HTML/en/ktop -@dirrm share/doc/HTML/en/ktimemon -@dirrm share/doc/HTML/en/kpm -@dirrm share/doc/HTML/en/knotes -@dirrm share/doc/HTML/en/klpq -@dirrm share/doc/HTML/en/kljettool -@dirrm share/doc/HTML/en/kjots -@dirrm share/doc/HTML/en/khexedit -@dirrm share/doc/HTML/en/kfloppy -@dirrm share/doc/HTML/en/kfind -@dirrm share/doc/HTML/en/kedit -@dirrm share/doc/HTML/en/kdf -@dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/karm -@dirrm share/doc/HTML/en/kab -@dirrm share/doc/HTML/en/ark -@dirrm share/apps/kwrite -@dirrm share/apps/ktop/pics -@dirrm share/apps/ktop -@dirrm share/apps/knotes/pics -@dirrm share/apps/knotes -@dirrm share/apps/kljetool/pics -@dirrm share/apps/kljetool -@dirrm share/apps/kjots/pics -@dirrm share/apps/kjots -@dirrm share/apps/khexedit/toolbar -@dirrm share/apps/khexedit/pics -@dirrm share/apps/khexedit -@dirrm share/apps/kfind/toolbar -@dirrm share/apps/kfind -@dirrm share/apps/kedit/toolbar -@dirrm share/apps/kedit/pics -@dirrm share/apps/kedit -@dirrm share/apps/kcalc/pics -@dirrm share/apps/kcalc -@dirrm share/apps/kab/pics -@dirrm share/apps/kab -@dirrm share/apps/ark/toolbar -@dirrm share/apps/ark diff --git a/misc/logsurfer+/Makefile b/misc/logsurfer+/Makefile deleted file mode 100644 index 30a663098e8f..000000000000 --- a/misc/logsurfer+/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: logsurfer -# Date created: 28 Jul 1996 -# Whom: shanee@augusta.de -# -# $FreeBSD$ -# - -PORTNAME= logsurfer -PORTVERSION= 1.41 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.fh-rosenheim.de/pub/mirror/cert.dfn/tools/audit/logsurfer/ \ - ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ \ - ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cert.dfn.de/tools/audit/logsurfer/ - -MAINTAINER= shanee@augusta.de - -GNU_CONFIGURE= YES -MAN1= logsurfer.1 -MAN4= logsurfer.conf.4 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/misc/logsurfer+/distinfo b/misc/logsurfer+/distinfo deleted file mode 100644 index b98c41412969..000000000000 --- a/misc/logsurfer+/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (logsurfer-1.41.tar.gz) = 0871a4f23d91d0e19956b19a4162992b diff --git a/misc/logsurfer+/files/patch-aa b/misc/logsurfer+/files/patch-aa deleted file mode 100644 index 6eac686d31d7..000000000000 --- a/misc/logsurfer+/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** Makefile.in.orig Sun Jul 28 10:17:10 1996 ---- Makefile.in Sun Jul 28 10:16:55 1996 -*************** -*** 1,4 **** -! # Makefile for logsurfer - # - # Copyright (C) 1995 Wolfgang Ley (ley@cert.dfn.de) - # ---- 1,4 ---- -! # Makefile for logsurfer 1.4 - # - # Copyright (C) 1995 Wolfgang Ley (ley@cert.dfn.de) - # diff --git a/misc/logsurfer+/files/patch-ab b/misc/logsurfer+/files/patch-ab deleted file mode 100644 index 45b94c8d4a0b..000000000000 --- a/misc/logsurfer+/files/patch-ab +++ /dev/null @@ -1,43 +0,0 @@ -*** man/Makefile.in.orig Sun Jul 28 10:27:38 1996 ---- man/Makefile.in Sun Jul 28 10:28:18 1996 -*************** -*** 11,28 **** - logsurfer.1: logsurfer.1.in - sed -e "s,@DUMPFILE@,$(DEF_DUMPFILE)," \ - -e "s,@CONFFILE@,$(DEF_CONFFILE)," < logsurfer.1.in > logsurfer.1 - - logsurfer.conf.4: logsurfer.conf.4.in - sed -e "s,@DUMPFILE@,$(DEF_DUMPFILE)," \ - -e "s,@CONFFILE@,$(DEF_CONFFILE)," < logsurfer.conf.4.in > logsurfer.conf.4 - - install: -! $(INSTALL_DATA) logsurfer.1 $(mandir)/man1/logsurfer.1 -! $(INSTALL_DATA) logsurfer.conf.4 $(mandir)/man4/logsurfer.conf.4 - - clean: -! $(RM) logsurfer.1 logsurfer.conf.4 - - distclean: - $(RM) Makefile -! $(RM) logsurfer.1 logsurfer.conf.4 ---- 11,30 ---- - logsurfer.1: logsurfer.1.in - sed -e "s,@DUMPFILE@,$(DEF_DUMPFILE)," \ - -e "s,@CONFFILE@,$(DEF_CONFFILE)," < logsurfer.1.in > logsurfer.1 -+ gzip -9fn logsurfer.1 - - logsurfer.conf.4: logsurfer.conf.4.in - sed -e "s,@DUMPFILE@,$(DEF_DUMPFILE)," \ - -e "s,@CONFFILE@,$(DEF_CONFFILE)," < logsurfer.conf.4.in > logsurfer.conf.4 -+ gzip -9fn logsurfer.conf.4 - - install: -! $(INSTALL_DATA) logsurfer.1.gz $(mandir)/man1/logsurfer.1.gz -! $(INSTALL_DATA) logsurfer.conf.4.gz $(mandir)/man4/logsurfer.conf.4.gz - - clean: -! $(RM) logsurfer.1.gz logsurfer.conf.4.gz - - distclean: - $(RM) Makefile -! $(RM) logsurfer.1.gz logsurfer.conf.4.gz diff --git a/misc/logsurfer+/files/patch-ac b/misc/logsurfer+/files/patch-ac deleted file mode 100644 index 4bcb1e4a400a..000000000000 --- a/misc/logsurfer+/files/patch-ac +++ /dev/null @@ -1,10 +0,0 @@ ---- src/logsurfer.c.orig Mon Apr 8 10:15:53 1996 -+++ src/logsurfer.c Fri May 28 14:28:06 1999 -@@ -382,6 +382,7 @@ - (void) fprintf(stderr, "unable to allocate memory for logline_buffer\n"); - exit(99); - } -+ logline_buffer[0]='\0'; - - while ( (opt = getopt(argc, argv, "fc:d:l:p:r:s")) != EOF ) - switch(opt) { diff --git a/misc/logsurfer+/files/patch-ad b/misc/logsurfer+/files/patch-ad deleted file mode 100644 index b80977b07e2f..000000000000 --- a/misc/logsurfer+/files/patch-ad +++ /dev/null @@ -1,10 +0,0 @@ ---- src/readcf.c.orig Fri Feb 16 07:45:31 1996 -+++ src/readcf.c Fri May 28 14:28:07 1999 -@@ -112,6 +112,7 @@ - (void) fprintf(stderr, "memory problems reading configfile\n"); - return(1); - } -+ buffer[0]='\0'; - /* dito for one complete configline */ - cfline_size=1024; - if ( (cfline=(char *)malloc(cfline_size)) == NULL ) { diff --git a/misc/logsurfer+/pkg-comment b/misc/logsurfer+/pkg-comment deleted file mode 100644 index 178cd87b7e34..000000000000 --- a/misc/logsurfer+/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Processes logfiles and perform certain actions diff --git a/misc/logsurfer+/pkg-descr b/misc/logsurfer+/pkg-descr deleted file mode 100644 index ddbb46156be6..000000000000 --- a/misc/logsurfer+/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ - Logsurfer is a program that works on single textlines from - a logfile (or from standard input). It compares each line - against regular expressions of a set of "rules" and per- - forms certain actions that are defined for this match. diff --git a/misc/logsurfer+/pkg-plist b/misc/logsurfer+/pkg-plist deleted file mode 100644 index 560c091feee7..000000000000 --- a/misc/logsurfer+/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/logsurfer |