diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /misc | |
parent | Remove comment about not being able to undefine a variable, as we *can* (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'misc')
121 files changed, 0 insertions, 2847 deletions
diff --git a/misc/Makefile b/misc/Makefile deleted file mode 100644 index 79468b4dbb50..000000000000 --- a/misc/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $Id: Makefile,v 1.57 1995/05/15 04:15:35 asami Exp $ -# -# RESTRICTED: pgp.usa_only (local restrections) -# RESTRICTED: pgp.non-usa_only (local restrictions) -# RESTRICTED: mmv (restrictive copyright) -# -# BROKEN: wine (doesn't install) -# - -SUBDIR= amanda bonnie chord colorls cpm hfs iozone ispell kp less lmbench \ - mshell mtools \ - pcemu rman screen top tua vmsbackup xbatt xdu xsysstats - -.include <bsd.port.subdir.mk> diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda-client/distinfo b/misc/amanda-client/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda-client/pkg-comment b/misc/amanda-client/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda-client/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda-client/pkg-plist b/misc/amanda-client/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda-client/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda-server/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda-server/distinfo b/misc/amanda-server/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda-server/pkg-comment b/misc/amanda-server/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda-server/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda-server/pkg-plist b/misc/amanda-server/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda-server/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda/distinfo b/misc/amanda/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda/files/patch-aa b/misc/amanda/files/patch-aa deleted file mode 100644 index 5de256cd7526..000000000000 --- a/misc/amanda/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** tools/munge.orig Tue Feb 28 23:43:46 1995 ---- tools/munge Tue Feb 28 23:44:12 1995 -*************** -*** 35,41 **** - # Customize CPP to point to your system's C preprocessor. - - # if cpp is on your path: -! CPP=cpp - - # if cpp is not on your path, try one of these: - # CPP=/lib/cpp # traditional ---- 35,41 ---- - # Customize CPP to point to your system's C preprocessor. - - # if cpp is on your path: -! CPP=/usr/bin/cpp - - # if cpp is not on your path, try one of these: - # CPP=/lib/cpp # traditional diff --git a/misc/amanda/files/patch-ac b/misc/amanda/files/patch-ac deleted file mode 100644 index 9f100d5644e0..000000000000 --- a/misc/amanda/files/patch-ac +++ /dev/null @@ -1,92 +0,0 @@ -*** config/options.h-vanilla Fri Feb 10 11:21:59 1995 ---- config/options.h Tue Feb 28 16:34:30 1995 -*************** -*** 42,51 **** - * LIBEXEC_DIR - Internal support programs - * MAN_DIR - Man pages - */ -! #define CONFIG_DIR "/etc/amanda" - #define LIBEXEC_DIR "/usr/local/libexec/amanda" - #define BIN_DIR "/usr/local/sbin" -! #define MAN_DIR "/usr/share/local/man/man8" - - - /* ---- 42,51 ---- - * LIBEXEC_DIR - Internal support programs - * MAN_DIR - Man pages - */ -! #define CONFIG_DIR "/usr/local/etc/amanda" - #define LIBEXEC_DIR "/usr/local/libexec/amanda" - #define BIN_DIR "/usr/local/sbin" -! #define MAN_DIR "/usr/local/man/man8" - - - /* -*************** -*** 53,59 **** - * I compile with -g to compile in a full symbol table, but you might choose - * to use -O or something else. - */ -! #define MK_CCOPTS -g - /* - * You can also redefine MK_CC here if you wish to override the system - * dependent C compiler. If you have a stable version of GCC, you may ---- 53,59 ---- - * I compile with -g to compile in a full symbol table, but you might choose - * to use -O or something else. - */ -! #define MK_CCOPTS -O - /* - * You can also redefine MK_CC here if you wish to override the system - * dependent C compiler. If you have a stable version of GCC, you may -*************** -*** 77,83 **** - * Since 2.2.1 is a major change, I recommend defining this for existing - * Amanda sites. - */ -! #define USE_VERSION_SUFFIXES - - - /* ---- 77,83 ---- - * Since 2.2.1 is a major change, I recommend defining this for existing - * Amanda sites. - */ -! /*#define USE_VERSION_SUFFIXES*/ - - - /* -*************** -*** 182,196 **** - #define HAVE_GZIP - - #ifdef HAVE_GZIP -! # define COMPRESS_PATH "/usr/imports/bin/gzip" - # define COMPRESS_SUFFIX ".gz" - # define COMPRESS_FAST_OPT "--fast" - # define COMPRESS_BEST_OPT "--best" -! # define UNCOMPRESS_CMD "gzcat" - #else - # define COMPRESS_PATH COMPRESS /* defined in config.h */ - # define COMPRESS_SUFFIX ".Z" - # define COMPRESS_FAST_OPT "-f" /* -f doesn't do anything */ - # define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */ -! # define UNCOMPRESS_CMD "zcat" - #endif ---- 182,196 ---- - #define HAVE_GZIP - - #ifdef HAVE_GZIP -! # define COMPRESS_PATH "/usr/bin/gzip" - # define COMPRESS_SUFFIX ".gz" - # define COMPRESS_FAST_OPT "--fast" - # define COMPRESS_BEST_OPT "--best" -! # define UNCOMPRESS_CMD "/usr/bin/gzcat" - #else - # define COMPRESS_PATH COMPRESS /* defined in config.h */ - # define COMPRESS_SUFFIX ".Z" - # define COMPRESS_FAST_OPT "-f" /* -f doesn't do anything */ - # define COMPRESS_BEST_OPT "-f" /* it's just a placeholder */ -! # define UNCOMPRESS_CMD "/usr/bin/zcat" - #endif diff --git a/misc/amanda/pkg-comment b/misc/amanda/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda/pkg-descr b/misc/amanda/pkg-descr deleted file mode 100644 index d22b3394fd2e..000000000000 --- a/misc/amanda/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda/pkg-plist b/misc/amanda/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda24-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda24-client/distinfo b/misc/amanda24-client/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda24-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda24-client/pkg-comment b/misc/amanda24-client/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda24-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda24-client/pkg-descr b/misc/amanda24-client/pkg-descr deleted file mode 100644 index d22b3394fd2e..000000000000 --- a/misc/amanda24-client/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda24-client/pkg-plist b/misc/amanda24-client/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda24-client/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda24-server/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda24-server/distinfo b/misc/amanda24-server/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda24-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda24-server/pkg-comment b/misc/amanda24-server/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda24-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda24-server/pkg-descr b/misc/amanda24-server/pkg-descr deleted file mode 100644 index d22b3394fd2e..000000000000 --- a/misc/amanda24-server/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda24-server/pkg-plist b/misc/amanda24-server/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda24-server/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda24/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda24/distinfo b/misc/amanda24/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda24/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda24/pkg-comment b/misc/amanda24/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda24/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, The Advanced Maryland Automatic Network Disk Archiver diff --git a/misc/amanda24/pkg-descr b/misc/amanda24/pkg-descr deleted file mode 100644 index d22b3394fd2e..000000000000 --- a/misc/amanda24/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda24/pkg-plist b/misc/amanda24/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda24/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda25-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda25-client/distinfo b/misc/amanda25-client/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda25-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda25-client/pkg-comment b/misc/amanda25-client/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda25-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda25-client/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda25-client/pkg-plist b/misc/amanda25-client/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda25-client/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda25-server/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda25-server/distinfo b/misc/amanda25-server/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda25-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda25-server/pkg-comment b/misc/amanda25-server/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda25-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda25-server/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda25-server/pkg-plist b/misc/amanda25-server/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda25-server/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda26-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda26-client/distinfo b/misc/amanda26-client/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda26-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda26-client/pkg-comment b/misc/amanda26-client/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda26-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda26-client/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda26-client/pkg-plist b/misc/amanda26-client/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda26-client/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda26-server/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda26-server/distinfo b/misc/amanda26-server/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda26-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda26-server/pkg-comment b/misc/amanda26-server/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda26-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda26-server/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda26-server/pkg-plist b/misc/amanda26-server/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda26-server/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda32-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda32-client/distinfo b/misc/amanda32-client/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda32-client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda32-client/pkg-comment b/misc/amanda32-client/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda32-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda32-client/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda32-client/pkg-plist b/misc/amanda32-client/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda32-client/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile deleted file mode 100644 index fc1cf301603d..000000000000 --- a/misc/amanda32-server/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: amanda -# Version required: 2.2.6 -# Date created: 28th Feb 1995 -# Whom: gpalmer -# -# $Id: Makefile,v 1.2 1995/04/01 12:50:03 jkh Exp $ -# - -DISTNAME= amanda-2.2.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -PATCH_STRIP= - -.include <bsd.port.mk> diff --git a/misc/amanda32-server/distinfo b/misc/amanda32-server/distinfo deleted file mode 100644 index acbc9d69ebb8..000000000000 --- a/misc/amanda32-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (amanda-2.2.6.tar.gz) = 9e6a3b180d2268da6ca88f052bc9fbc8 diff --git a/misc/amanda32-server/pkg-comment b/misc/amanda32-server/pkg-comment deleted file mode 100644 index e5820505c884..000000000000 --- a/misc/amanda32-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Amanda, 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 d22b3394fd2e..000000000000 --- a/misc/amanda32-server/pkg-descr +++ /dev/null @@ -1,68 +0,0 @@ -WHAT IS AMANDA? ---------------- - -This is an alpha-test 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. This release -is currently in daily use at the University of Maryland at College Park -Computer Science Department, backing up all the disks on all the -workstations in the department: currently over 70 gigabytes of data across -more than 400 filesystems on more than 146 workstations and servers, using -a single 5 Gigabyte Exabyte EXB-8500. Here are some features of Amanda: - - * written in C, freely distributable. - * built on top of standard backup software: BSD 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. - * supports tape changers via a generic interface. Easily customizable to - any type of tape carousel, robot, or stacker that can be controlled via - the unix command line. - * supports Kerberos 4 security, including encrypted dumps. The Kerberos - support is available as a separate add-on package, see the file - KERBEROS.HOW-TO-GET on the ftp site, and the file docs/KERBEROS in this - package, for more details. - * for a restore, tells you what tapes you need, and finds the proper - backup image on the tape for you. - * recovers gracefully from errors, including down or hung machines. - * reports results, including all errors in detail, in email to operators. - * will dynamically adjust backup schedule to keep within constraints: no - more juggling by hand when adding disks and computers to network. - * includes a pre-run checker program, that conducts sanity checks on both - the tape server host and all the client hosts (in parallel), and will - send an e-mail report of any problems that could cause the backups to - fail. - * can compress dumps before sending over net, with either compress or gzip. - * can optionally syncronize with external backups, for those large - timesharing computers where you want to do fu-------------------------------------------- - -Amanda requires a host that is mostly idle at night, with a large capacity -tape drive (e.g. an EXABYTE or DAT tape). This becomes the "tape server -host". All the computers you are going to dump are the "backup client -hosts". The server host can also be a client host. - -Amanda works best with one or more large "holding disk" partition on the -server host available to it for buffering dumps before writing to tape. -The holding disk allows Amanda to run backups in parallel to the disk, only -writing them to tape when the backup is finished. Note that the holding -disk is not required: without it Amanda will run backups sequentially to -the tape drive. Running it this way kills the great performance, but still -allows you to take advantage of Amanda's other features. - -As a rule of thumb, for best performance the holding disk should be larger -than the dump output from your largest disk partitions. For example, if -you are backing up some full gigabyte disks that compress down to 500 MB, -then you'll want 500 MB on your holding disk. On the other hand, if those -gigabyte drives are partitioned into 500 MB filesystems, they'll probably -compress down to 250 MB and you'll only need that much on your holding -disk. Amanda will perform better with larger holding disks. We use 800 MB -for our holding disk. - -Actually, Amanda will still work if you have full dumps that are larger -than the holding disk: Amanda will send those dumps directly to tape one at -a time. If you have many such dumps you will be limited by the dump speed -of those machines. - diff --git a/misc/amanda32-server/pkg-plist b/misc/amanda32-server/pkg-plist deleted file mode 100644 index 1da865bb11bd..000000000000 --- a/misc/amanda32-server/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@cwd /usr/local -libexec/amanda/amandad -libexec/amanda/sendsize-dump -libexec/amanda/sendbackup-dump -libexec/amanda/selfcheck-dump -libexec/amanda/taper -libexec/amanda/dumper -libexec/amanda/driver -libexec/amanda/planner -libexec/amanda/reporter -libexec/amanda/getconf -sbin/amrestore -sbin/amadmin -sbin/amlabel -sbin/amflush -sbin/amcheck -sbin/amdump -sbin/amcleanup -sbin/amtape -man/man8/amanda.8 -man/man8/amadmin.8 -man/man8/amcheck.8 -man/man8/amcleanup.8 -man/man8/amdump.8 -man/man8/amflush.8 -man/man8/amlabel.8 -man/man8/amrestore.8 -man/man8/amtape.8 diff --git a/misc/chord/Makefile b/misc/chord/Makefile deleted file mode 100644 index cf3b0e72f330..000000000000 --- a/misc/chord/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: chard -# Version required: 3.6 -# Date created: 24 April 1995 -# Whom: Satoshi Asami -# -# $Id: Makefile,v 1.5 1995/04/23 13:02:01 asami Exp $ -# - -DISTNAME= chord -PKGNAME= chord-3.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://freebsd.org/pub/FreeBSD/LOCAL_PORTS/ - -MAINTAINER= asami@FreeBSD.ORG - -.include <bsd.port.mk> diff --git a/misc/chord/distinfo b/misc/chord/distinfo deleted file mode 100644 index 7ac32e267622..000000000000 --- a/misc/chord/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (chord.tar.gz) = 120744ccbe5acbcb0978da0b51712a00 diff --git a/misc/chord/files/patch-aa b/misc/chord/files/patch-aa deleted file mode 100644 index f808c5cb9ef5..000000000000 --- a/misc/chord/files/patch-aa +++ /dev/null @@ -1,56 +0,0 @@ ---- ./Makefile.org Tue Apr 25 00:04:52 1995 -+++ ./Makefile Tue Apr 25 00:14:57 1995 -@@ -9,14 +9,14 @@ - - # Use a ansi or K&R compiler - CC = cc --CFLAGS = -D$(PAPERSIZE) -g -+CFLAGS = -D$(PAPERSIZE) -O2 - - # where to put the resulting program --BINDIR = /usr/local/bin -+BINDIR = ${PREFIX}/bin - - # where to put the man page --MANDIR = /usr/man --MANEXT = l -+MANDIR = ${PREFIX}/man -+MANEXT = 1 - - # You should not have to change anything below this line - -@@ -37,7 +37,7 @@ - - a2crd: a2crd.o Makefile - $(CC) $(CFLAGS) -o $@ a2crd.o common.o -- -+ - chord.o : chord.h - common.o : chord.h - grid.o : chord.h -@@ -46,13 +46,14 @@ - toc.o : chord.h - - install : all -- cp $(PROGRAMS) $(BINDIR) -- rm -f $(MANDIR)/cat$(MANEXT)/chord.$(MANEXT) -+ install -c -s $(PROGRAMS) $(BINDIR) - cp chord.man $(MANDIR)/man$(MANEXT)/chord.$(MANEXT) -- chmod 666 $(MANDIR)/man$(MANEXT)/chord.$(MANEXT) -- Cp a2crd.man $(MANDIR)/man$(MANEXT)/a2crd.$(MANEXT) -- chmod 666 $(MANDIR)/man$(MANEXT)/a2crd.$(MANEXT) -- -+ chmod 444 $(MANDIR)/man$(MANEXT)/chord.$(MANEXT) -+ gzip -9nf $(MANDIR)/man$(MANEXT)/chord.$(MANEXT) -+ cp a2crd.man $(MANDIR)/man$(MANEXT)/a2crd.$(MANEXT) -+ chmod 444 $(MANDIR)/man$(MANEXT)/a2crd.$(MANEXT) -+ gzip -9nf $(MANDIR)/man$(MANEXT)/a2crd.$(MANEXT) -+ - shar : $(SRC) - rm -f $(RELNAME).part* - shar -F -L 60 -o $(RELNAME).part $(SRC) $(INCL) $(SONGS) $(DOCS) -@@ -68,4 +69,3 @@ - clean: - rm -f core *.o chord - -- diff --git a/misc/chord/pkg-comment b/misc/chord/pkg-comment deleted file mode 100644 index 6a62427dc9a9..000000000000 --- a/misc/chord/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -chord-3.6, produce PS sheet-music from text input diff --git a/misc/chord/pkg-descr b/misc/chord/pkg-descr deleted file mode 100644 index 9c818cee5f69..000000000000 --- a/misc/chord/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -chord produces a postscript document from a lyrics file containing -chord indications and chorus delimiters. The document produced -contains the lyrics of a song, with the guitar chords appearing above -the right words. A representation of all chords used in the song is -printed at the bottom of the last page. - -This is version 3.6. - -Satoshi Asami -asami@cs.berkeley.edu diff --git a/misc/chord/pkg-plist b/misc/chord/pkg-plist deleted file mode 100644 index 1ea998c08351..000000000000 --- a/misc/chord/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -@cwd /usr/local -@mode 555 -bin/chord -bin/a2crd -@mode 444 -man/man1/chord.1.gz -man/man1/a2crd.1.gz diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile deleted file mode 100644 index f0ecb53a9b01..000000000000 --- a/misc/colorls/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: colorls -# Version required: FreeBSD-current (around March '95) -# Date created: 8 March 1995 -# Whom: Satoshi Asami -# -# $Id: Makefile,v 1.4 1995/04/15 01:28:36 asami Exp $ -# - -DISTNAME= colorls -PKGNAME= colorls-2.0.5 -CATEGORIES+= utilities -# MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/bin/ -DISTFILES= ls.tar.gz - -MAINTAINER= asami@FreeBSD.ORG - -WRKSRC= ${WRKDIR}/ls - -FTP_SITE= ftp.freebsd.org -FTP_DIR= /pub/FreeBSD/FreeBSD-current/src/bin/ - -.if !defined(MASTER_SITE_OVERRIDE) -do-fetch: - @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi - @(cd ${DISTDIR}; \ - if [ ! -f ${DISTFILES} ]; then \ - (sleep 5; echo "cd ${FTP_DIR}"; echo "get ${DISTFILES}") | ${NCFTP} ${NCFTPFLAGS} ${FTP_SITE}; \ - fi \ - ) -.endif - -.include <bsd.port.mk> diff --git a/misc/colorls/distinfo b/misc/colorls/distinfo deleted file mode 100644 index c20ed7c785a9..000000000000 --- a/misc/colorls/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ls.tar.gz) = 5936b37487e0ec811fd28519e265fe72 diff --git a/misc/colorls/files/patch-aa b/misc/colorls/files/patch-aa deleted file mode 100644 index b39cd4b073d0..000000000000 --- a/misc/colorls/files/patch-aa +++ /dev/null @@ -1,354 +0,0 @@ ---- ./ls.c.org Wed Mar 8 02:14:11 1995 -+++ ./ls.c Wed Mar 8 02:17:10 1995 -@@ -93,6 +93,7 @@ - int f_dirname; /* if precede with directory name */ - int f_timesort; /* sort by time vice name */ - int f_type; /* add type character for non-regular files */ -+int f_color; /* add type in color for non-regular files */ - - int - main(argc, argv) -@@ -122,7 +123,7 @@ - f_listdot = 1; - - fts_options = FTS_PHYSICAL; -- while ((ch = getopt(argc, argv, "1ACFLRTacdfgikloqrstu")) != EOF) { -+ while ((ch = getopt(argc, argv, "1ACFGLRTacdfgikloqrstu")) != EOF) { - switch (ch) { - /* - * The -1, -C and -l options all override each other so shell -@@ -152,6 +153,9 @@ - case 'F': - f_type = 1; - break; -+ case 'G': -+ f_color = 1; -+ break; - case 'L': - fts_options &= ~FTS_PHYSICAL; - fts_options |= FTS_LOGICAL; -@@ -207,18 +211,21 @@ - argc -= optind; - argv += optind; - -+ parsecolors(getenv("LSCOLORS")); -+ - /* - * If not -F, -i, -l, -s or -t options, don't require stat - * information. - */ -- if (!f_inode && !f_longform && !f_size && !f_timesort && !f_type) -+ if (!f_inode && !f_longform && !f_size && !f_timesort && !f_type -+ && !f_color) - fts_options |= FTS_NOSTAT; - - /* - * If not -F, -d or -l options, follow any symbolic links listed on - * the command line. - */ -- if (!f_longform && !f_listdir && !f_type) -+ if (!f_longform && !f_listdir && !f_type && !f_color) - fts_options |= FTS_COMFOLLOW; - - /* If -l or -s, figure out block size. */ ---- ./ls.h.org Wed Mar 8 02:14:11 1995 -+++ ./ls.h Wed Mar 8 02:17:11 1995 -@@ -49,6 +49,7 @@ - extern int f_size; /* list size in short listing */ - extern int f_statustime; /* use time of last mode change */ - extern int f_type; /* add type character for non-regular files */ -+extern int f_color; /* add type in color for non-regular files */ - - typedef struct { - FTSENT *list; ---- ./print.c.org Wed Mar 8 02:14:11 1995 -+++ ./print.c Wed Mar 8 02:17:11 1995 -@@ -66,6 +66,26 @@ - - #define IS_NOPRINT(p) ((p)->fts_number == NO_PRINT) - -+/* Most of these are taken from <sys/stat.h> */ -+typedef enum Colors { -+ C_DIR, /* directory */ -+ C_LNK, /* symbolic link */ -+ C_SOCK, /* socket */ -+ C_FIFO, /* pipe */ -+ C_EXEC, /* executable */ -+ C_BLK, /* block special */ -+ C_CHR, /* character special */ -+ C_SUID, /* setuid executable */ -+ C_SGID, /* setgid executable */ -+ C_WSDIR, /* directory writeble to others, with sticky bit */ -+ C_WDIR, /* directory writeble to others, without sticky bit */ -+ C_NUMCOLORS /* just a place-holder */ -+} Colors ; -+ -+char *defcolors = "4x5x2x3x1x464301060203"; -+ -+static int colors[C_NUMCOLORS][2]; -+ - void - printscol(dp) - DISPLAY *dp; -@@ -122,10 +142,14 @@ - printtime(sp->st_ctime); - else - printtime(sp->st_mtime); -+ if (f_color) -+ (void)colortype(sp->st_mode); - (void)printf("%s", p->fts_name); - if (f_type) - (void)printtype(sp->st_mode); -- if (S_ISLNK(sp->st_mode)) -+ if (f_color) -+ (void)printf("\033[m"); -+ if (S_ISLNK(sp->st_mode)) - printlink(p); - (void)putchar('\n'); - } -@@ -217,9 +241,13 @@ - if (f_size) - chcnt += printf("%*qd ", - (int)sizefield, howmany(sp->st_blocks, blocksize)); -+ if (f_color) -+ (void)colortype(sp->st_mode); - chcnt += printf("%s", p->fts_name); - if (f_type) - chcnt += printtype(sp->st_mode); -+ if (f_color) -+ printf("\033[m"); - return (chcnt); - } - -@@ -274,6 +302,95 @@ - return (0); - } - -+void -+printcolor(c) -+ Colors c; -+{ -+ printf("\033["); -+ if (colors[c][0] != -1) { -+ printf("3%d", colors[c][0]); -+ if (colors[c][1] != -1) -+ printf(";"); -+ } -+ if (colors[c][1] != -1) -+ printf("4%d", colors[c][1]); -+ printf("m"); -+} -+ -+colortype(mode) -+ mode_t mode; -+{ -+ switch(mode & S_IFMT) { -+ case S_IFDIR: -+ if (mode & S_IWOTH) -+ if (mode & S_ISTXT) -+ printcolor(C_WSDIR); -+ else -+ printcolor(C_WDIR); -+ else -+ printcolor(C_DIR); -+ return(1); -+ case S_IFLNK: -+ printcolor(C_LNK); -+ return(1); -+ case S_IFSOCK: -+ printcolor(C_SOCK); -+ return(1); -+ case S_IFIFO: -+ printcolor(C_FIFO); -+ return(1); -+ case S_IFBLK: -+ printcolor(C_BLK); -+ return(1); -+ case S_IFCHR: -+ printcolor(C_CHR); -+ return(1); -+ } -+ if (mode & (S_IXUSR | S_IXGRP | S_IXOTH)) { -+ if (mode & S_ISUID) -+ printcolor(C_SUID); -+ else if (mode & S_ISGID) -+ printcolor(C_SGID); -+ else -+ printcolor(C_EXEC); -+ return(1); -+ } -+ return(0); -+} -+ -+void -+parsecolors(cs) -+char *cs; -+{ -+ int i, j, len; -+ char c[2]; -+ if (cs == NULL) cs = ""; /* LSCOLORS not set */ -+ len = strlen(cs); -+ for (i = 0 ; i < C_NUMCOLORS ; i++) { -+ if (len <= 2*i) { -+ c[0] = defcolors[2*i]; -+ c[1] = defcolors[2*i+1]; -+ } -+ else { -+ c[0] = cs[2*i]; -+ c[1] = cs[2*i+1]; -+ } -+ for (j = 0 ; j < 2 ; j++) { -+ if ((c[j] < '0' || c[j] > '7') && -+ tolower(c[j]) != 'x') { -+ fprintf(stderr, -+ "error: invalid character '%c' in LSCOLORS env var\n", -+ c[j]); -+ c[j] = defcolors[2*i+j]; -+ } -+ if (c[j] == 'x') -+ colors[i][j] = -1; -+ else -+ colors[i][j] = c[j]-'0'; -+ } -+ } -+} -+ - static void - printlink(p) - FTSENT *p; ---- ./Makefile.org Wed Mar 8 02:14:10 1995 -+++ ./Makefile Wed Mar 8 02:20:01 1995 -@@ -1,7 +1,12 @@ - # @(#)Makefile 8.1 (Berkeley) 6/2/93 - # Makefile,v 1.2 1994/09/24 02:55:51 davidg Exp - --PROG= ls -+PROG= colorls - SRCS= cmp.c stat_flags.c ls.c print.c util.c -+BINDIR= ${PREFIX}/bin -+MANDIR= ${PREFIX}/man/man -+ -+beforeinstall: -+ cp ls.1 colorls.1 - - .include <bsd.prog.mk> ---- ./ls.1.org Wed Mar 8 02:14:10 1995 -+++ ./ls.1 Wed Mar 8 02:17:10 1995 -@@ -36,16 +36,24 @@ - .\" ls.1,v 1.3 1994/09/24 02:55:53 davidg Exp - .\" - .Dd April 18, 1994 --.Dt LS 1 -+.Dt COLORLS 1 - .Os - .Sh NAME --.Nm ls --.Nd list directory contents -+.Nm colorls -+.Nd list directory contents in color - .Sh SYNOPSIS --.Nm ls --.Op Fl ACFLRTacdfiloqrstu1 -+.Nm colorls -+.Op Fl ACFGLRTacdfiloqrstu1 - .Op Ar file ... - .Sh DESCRIPTION -+(Note: This man page describes the color version of the program. To -+minimize the differences from the original, the program is referred to -+as -+.Nm ls -+in this manual. The new option -+.Fl G -+is for color display.) -+.Pp - For each operand that names a - .Ar file - of a type other than -@@ -85,6 +93,12 @@ - and an at sign (@) after each symbolic link. - .\" and a vertical bar (|) after each that is a - .\" .Tn FIFO . -+.It Fl G -+Use ANSI color sequences to distinguish file types. (See -+.Ev LSCOLORS -+below.) In addition to those mentioned above in -+.Fl F , -+some extra attributes (setuid bit set, etc.) are also displayed. - .It Fl L - If argument is a symbolic link, list the file or directory the link references - rather than the link itself. -@@ -314,6 +328,74 @@ - See - .Xr environ 7 - for more information. -+.It LSCOLORS -+The value of this variable describes what color to use for which -+attribute when the color output -+.Pq Fl G -+is specified. This string is a concatenation of pairs of the format -+.Sy fb , -+where -+.Sy f -+is the foreground color and -+.Sy b -+is the background color. -+.Pp -+The color designators are as follows: -+.Pp -+.Bl -tag -width 4n -offset indent -compact -+.It Sy 0 -+black -+.It Sy 1 -+red -+.It Sy 2 -+green -+.It Sy 3 -+yellow -+.It Sy 4 -+blue -+.It Sy 5 -+magenta -+.It Sy 6 -+cyan -+.It Sy 7 -+white -+.It Sy x -+default foreground or background -+.El -+.Pp -+(Note: the above are standard ANSI colors. The actual display may -+differ depending on the color capabilities of your terminal.) -+.Pp -+The order of the attributes are as follows: -+.Pp -+.Bl -enum -offset indent -compact -+.It -+directory -+.It -+symbolic link -+.It -+socket -+.It -+pipe -+.It -+executable -+.It -+block special -+.It -+character special -+.It -+executable with setuid bit set -+.It -+executable with setgid bit set -+.It -+directory writable to others, with sticky bit -+.It -+directory writable to others, without sticky bit -+.El -+.Pp -+The default is "4x5x2x3x1x464301060203", i.e., blue foreground and -+default background for regular directories, black foreground and red -+background for setuid executables, etc. - .El - .Sh COMPATIBILITY - The group field is now automatically included in the long listing for diff --git a/misc/colorls/pkg-comment b/misc/colorls/pkg-comment deleted file mode 100644 index 3994714addd5..000000000000 --- a/misc/colorls/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -colorls is an ls replacement that can use color to display file attributes. diff --git a/misc/colorls/pkg-descr b/misc/colorls/pkg-descr deleted file mode 100644 index ba066f90b424..000000000000 --- a/misc/colorls/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a simple hack to the 2.0R /bin/ls to use ANSI sequences to -display file attributes in color. There is a -G flag (somewhat -similar to the -F flag). Take a look at the man page for details. - -The program is called "colorls" and installs itself in /usr/local/bin. -The file patches/patch-aa is the diffs with the 2.0-Release /usr/src/bin/ls -directory. Stock xterm doesn't know about colors, so you should use -color_xterm or kterm (available from ports). - -Satoshi Asami -asami@cs.berkeley.edu diff --git a/misc/colorls/pkg-plist b/misc/colorls/pkg-plist deleted file mode 100644 index 0c01088b5059..000000000000 --- a/misc/colorls/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -@cwd /usr/local -@mode 555 -bin/colorls -@mode 444 -man/man1/colorls.1.gz diff --git a/misc/kp/Makefile b/misc/kp/Makefile deleted file mode 100644 index 29dbc7d04636..000000000000 --- a/misc/kp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: kp -# Version required: 0.95 -# Date created: 8 May 1995 -# Whom: asami -# -# $Id: Makefile,v 1.12 1995/04/23 13:02:24 asami Exp $ -# - -DISTNAME= kp-0.95 -CATEGORIES+= utilities -MASTER_SITES= ftp://forgery.cs.berkeley.edu/pub/ - -MAINTAINER= asami@FreeBSD.org - -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk - -USE_X11= yes - -post-install: - gzip -9nf ${PREFIX}/man/man1/kp.1 - -.include <bsd.port.mk> diff --git a/misc/kp/distinfo b/misc/kp/distinfo deleted file mode 100644 index ec57d896b45a..000000000000 --- a/misc/kp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kp-0.95.tar.gz) = da79291166ba6f4cf22a165953cc0bf3 diff --git a/misc/kp/pkg-comment b/misc/kp/pkg-comment deleted file mode 100644 index 4303eea89fd1..000000000000 --- a/misc/kp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -kp, The Keyboard Practicer, ver. 0.95 diff --git a/misc/kp/pkg-descr b/misc/kp/pkg-descr deleted file mode 100644 index 974406880728..000000000000 --- a/misc/kp/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is kp, the Keyboard Practicer. It's a rewrite of a Motif version -of the program with the same name. It's still very incomplete, but it -at least runs so it's included here for your convenience. :) - -Satoshi -asami@cs.berkeley.edu
\ No newline at end of file diff --git a/misc/kp/pkg-plist b/misc/kp/pkg-plist deleted file mode 100644 index 4abf336cb9d3..000000000000 --- a/misc/kp/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/kp -lib/kp -man/man1/kp.1.gz diff --git a/misc/less/Makefile b/misc/less/Makefile deleted file mode 100644 index fc4d4b81a855..000000000000 --- a/misc/less/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: less -# Version required: 2.90 -# Date created: 8 Nov 1994 -# Whom: ache -# -# $Id: Makefile,v 1.7 1995/04/08 13:54:29 ache Exp $ -# - -DISTNAME= less-290 -CATEGORIES+= utilities -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ - -MAINTAINER= ache@FreeBSD.ORG - -GNU_CONFIGURE= yes - -EXTRA_PATCH= patch-ab - -color: - @echo "Okay, making a color version of less...." - @cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR} - @${MAKE} ${.MAKEFLAGS} all - -pre-clean: - @rm -f ${PATCHDIR}/${EXTRA_PATCH} - -pre-patch: - @if [ ! -f ${PATCHDIR}/${EXTRA_PATCH} ]; then \ - echo '******************************************************' ; \ - echo '* Note that you can build a color version of less by *' ; \ - echo '* typing "make color" following a "make clean" *' ; \ - echo '******************************************************' ; \ - fi - -.include <bsd.port.mk> diff --git a/misc/less/distinfo b/misc/less/distinfo deleted file mode 100644 index cce4d58f4d0d..000000000000 --- a/misc/less/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (less-290.tar.gz) = 0303ae0f5df0a6de5fca674f507588ee diff --git a/misc/less/files/patch-aa b/misc/less/files/patch-aa deleted file mode 100644 index 6a9d5dbe7074..000000000000 --- a/misc/less/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.bak Wed Feb 1 02:55:17 1995 ---- Makefile.in Wed Feb 22 07:08:35 1995 -*************** -*** 15,21 **** - LDFLAGS = @LDFLAGS@ - O=o - -! LIBS = @LIBS@ - - prefix = @prefix@ - exec_prefix = @exec_prefix@ ---- 15,21 ---- - LDFLAGS = @LDFLAGS@ - O=o - -! LIBS = -ltermcap - - prefix = @prefix@ - exec_prefix = @exec_prefix@ diff --git a/misc/less/pkg-comment b/misc/less/pkg-comment deleted file mode 100644 index 5551cb85d209..000000000000 --- a/misc/less/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -less 290 - a better pager utility diff --git a/misc/less/pkg-descr b/misc/less/pkg-descr deleted file mode 100644 index f72e3b0e09c1..000000000000 --- a/misc/less/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This is the distribution of "less", a paginator similar to "more" or "pg", -but much more powerful. diff --git a/misc/less/pkg-plist b/misc/less/pkg-plist deleted file mode 100644 index c4cc62510277..000000000000 --- a/misc/less/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@cwd /usr/local -bin/less -bin/lesskey -share/less.hlp -man/man1/less.1 -man/man1/lesskey.1 diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile deleted file mode 100644 index f2bfb4b2d1b2..000000000000 --- a/misc/mmv/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: mmv -# Version required: 1.01b -# Date created: 2 Feb 1995 -# Whom: Michael Elbel (me) -# -# $Id: Makefile,v 1.5 1995/04/16 05:22:22 asami Exp $ -# - - -DISTNAME= mmv -PKGNAME= mmv-1.01b -CATEGORIES+= utilities -MASTER_SITES= ftp://gatekeeper.dec.com/archive/.b/usenet/comp.sources.unix/ -DISTFILES= part01.Z part02.Z mmv.pch.Z - -MAINTAINER= me@FreeBSD.org - -DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} -SITE_DISTFILES= volume21/mmv/part01.Z volume21/mmv/part02.Z volume22/mmv.pch.Z -NO_WRKSUBDIR= yes - -# targets shamelessly hacked from the bsd.ports.mk file - -do-fetch: - @if [ ! -d ${DISTDIR} ]; then mkdir -p ${DISTDIR}; fi - @(cd ${DISTDIR}; \ - for file in ${SITE_DISTFILES}; do \ - if [ ! -f `basename $$file` ]; then \ - echo ">> `basename $$file` doesn't seem to exist on this system."; \ - echo ">> Attempting to fetch it from a master site."; \ - for site in ${MASTER_SITES}; do \ - pwd;\ - if ${NCFTP} ${NCFTPFLAGS} $${site}$${file}; then \ - break; \ - fi \ - done; \ - if [ ! -f `basename $$file` ]; then \ - echo ">> Couldn't fetch it - please try to retreive this";\ - echo ">> port manually into ${DISTDIR} and try again."; \ - exit 1; \ - fi; \ - fi \ - done) - -pre-extract: - chmod +x scripts/unshar scripts/makeitapatch - -do-extract: - @rm -rf ${WRKDIR} - @mkdir -p ${WRKDIR}/tmp - @(cd ${DISTDIR} ; for file in ${DISTFILES}; do \ - cp $$file ${WRKDIR}/tmp; \ - done ; \ - cd ${WRKDIR}/tmp; \ - uncompress *; \ - cd .. ; \ - for file in tmp/part0* ; do \ - ${SCRIPTDIR}/unshar $$file; \ - done ; \ - ${SCRIPTDIR}/makeitapatch tmp/mmv.pch ; \ - mv tmp/mmv.pch ${PATCHDIR}/patch-0a ; \ - cat mmv.c.? >mmv.c ; rm mmv.c.? ) - - -do-install: - (cd ${PREFIX}/bin ; rm -f mmv mad mcp mln ; \ - cd ${WRKSRC}; \ - install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - mmv ${PREFIX}/bin ; \ - ln ${PREFIX}/bin/mmv ${PREFIX}/bin/mad ; \ - ln ${PREFIX}/bin/mmv ${PREFIX}/bin/mcp ; \ - ln ${PREFIX}/bin/mmv ${PREFIX}/bin/mln ; \ - if [ ! -f mmv.1.gz ] ; then gzip mmv.1 ; fi ; \ - if [ ! -d ${PREFIX}/man/man1 ]; then mkdir -p ${PREFIX}/man/man1; fi; \ - install ${COPY} -o ${BINOWN} -g ${BINGRP} \ - mmv.1.gz ${PREFIX}/man/man1 ; ) - -.include <bsd.port.mk> diff --git a/misc/mmv/distinfo b/misc/mmv/distinfo deleted file mode 100644 index 7badeb989da1..000000000000 --- a/misc/mmv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (part01.Z) = 8844a88bbe189e280361136f25a589d4 -MD5 (part02.Z) = 9e01b9aaceaab18cb9efafa6dec5df81 -MD5 (mmv.pch.Z) = e6f8cb26c8966a82d6f3f26a6e4bee23 diff --git a/misc/mmv/files/patch-aa b/misc/mmv/files/patch-aa deleted file mode 100644 index 1d668147100a..000000000000 --- a/misc/mmv/files/patch-aa +++ /dev/null @@ -1,98 +0,0 @@ -*** mmv.c.old Wed Mar 1 05:23:56 1995 ---- mmv.c Thu Mar 2 05:43:37 1995 -*************** -*** 88,94 **** - #endif - - #include <stdio.h> -- #include <ctype.h> - - #ifdef MSDOS - /* for MS-DOS (under Turbo C 1.5)*/ ---- 88,93 ---- -*************** -*** 126,132 **** - #include <sys/file.h> - - extern char *getenv(); -- extern long lseek(); - extern char *malloc(); - - #ifdef DIRENT ---- 125,130 ---- -*************** -*** 176,182 **** - - #else - /* for System V and BSD */ -- #include <string.h> - #include <sys/signal.h> - #include <fcntl.h> - #endif ---- 174,179 ---- -*************** -*** 370,376 **** - static int snap(/* REP *first, REP *p */); - static void showdone(/* REP *fin */); - static void breakout(/* */); -! static int breakrep(/* */); - static void breakstat(/* */); - static void quit(/* */); - static int copymove(/* REP *p */); ---- 367,373 ---- - static int snap(/* REP *first, REP *p */); - static void showdone(/* REP *fin */); - static void breakout(/* */); -! static void breakrep(/* */); - static void breakstat(/* */); - static void quit(/* */); - static int copymove(/* REP *p */); -*************** -*** 389,395 **** - static int getstat(/* char *full, FILEINFO *f */); - static int dwritable(/* HANDLE *h */); - static int fwritable(/* char *hname, FILEINFO *f */); -- static void memmove(/* void *to, void *from, int k */); - #endif - #ifndef RENAME - static int rename(/* char *from, char *to */); ---- 386,391 ---- -*************** -*** 2550,2559 **** - } - - -! static int breakrep() - { - gotsig = 1; -- return(1); - } - - ---- 2546,2554 ---- - } - - -! static void breakrep() - { - gotsig = 1; - } - - -*************** -*** 2832,2838 **** - } - - -! #ifndef MSDOS - static void memmove(to, from, k) - char *to, *from; - unsigned k; ---- 2827,2833 ---- - } - - -! #if 0 - static void memmove(to, from, k) - char *to, *from; - unsigned k; diff --git a/misc/mmv/pkg-comment b/misc/mmv/pkg-comment deleted file mode 100644 index d786068774d1..000000000000 --- a/misc/mmv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -mmv - move/copy/append/link multiple files with sophisticated wildcard matching diff --git a/misc/mmv/pkg-descr b/misc/mmv/pkg-descr deleted file mode 100644 index 45c14e846abd..000000000000 --- a/misc/mmv/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -This is mmv, a program to move/copy/append/link multiple files -according to a set of wildcard patterns. The wildcard matches -can be reused in forming the target names. You can i.e. move -all *.c.or? files to or?.new.*.c by saying 'mmv "*.c.or?" or=2.new.=1.c' - -The multiple action is performed safely, i.e. without any unexpected -deletion of files due to collisions of target names with existing -filenames or with other target names. Furthermore, before doing -anything, mmv attempts to detect any errors that would result from the -entire set of actions specified and gives the user the choice of -either aborting before beginning, or proceeding by avoiding the -offending parts. diff --git a/misc/mmv/pkg-plist b/misc/mmv/pkg-plist deleted file mode 100644 index 7d746dc9917c..000000000000 --- a/misc/mmv/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@cwd /usr/local/ -bin/mmv -bin/mad -bin/mcp -bin/mln -man/man1/mmv.1.gz diff --git a/misc/mmv/scripts/unshar b/misc/mmv/scripts/unshar deleted file mode 100644 index 1a010af2aa41..000000000000 --- a/misc/mmv/scripts/unshar +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -ed $1 <<XXXEOF -/#! \/bin\/sh -1,.-1d -w -q -XXXEOF -/bin/sh $1 diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile deleted file mode 100644 index 491a20b543e5..000000000000 --- a/misc/mshell/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: mshell -# Version required: 93/3/3 -# Date created: 24 September 1994 -# Whom: jmz -# -# $Id: Makefile,v 1.5 1995/04/15 03:45:46 asami Exp $ -# - -DISTNAME= mshell -PKGNAME= mshell-1.0 -CATEGORIES+= utilities -MASTER_SITES= ftp://src.doc.ic.ac.uk/usenet/alt.sources/articles/07000-07999/ -DISTFILES= 7432.Z - -MAINTAINER= jmz@FreeBSD.org - -NO_WRKSUBDIR= yes - -do-extract: - @rm -rf ${WRKDIR} - @mkdir -p ${WRKDIR} - zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ - awk '{if (/^#!/) x++} {if(x) print $$0'}| /bin/sh) - -.include <bsd.port.mk> diff --git a/misc/mshell/distinfo b/misc/mshell/distinfo deleted file mode 100644 index 2dc30eb274db..000000000000 --- a/misc/mshell/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (7432.Z) = 1bbfe1b922ad2ffbe3456cd7ce0f5117 diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa deleted file mode 100644 index 12d398156dc3..000000000000 --- a/misc/mshell/files/patch-aa +++ /dev/null @@ -1,62 +0,0 @@ -*** Makefile.orig Wed Oct 5 18:31:35 1994 ---- Makefile Wed Oct 5 18:35:39 1994 -*************** -*** 8,21 **** - # - # Check mshell.h for other options, e.g., max menu sizes. - -! CFLAGS = -O -DBSD -DMENUDIR='"/nyx/lib/menus"' -DLOGDIR='"/nyx/lib/logs"' - OBJS = mshell.o main.o string.o functions1.o functions2.o chdir.o mail.o \ - settatr.o setenv.o xsystem.o dl.o macro.o - - mshell: $(OBJS) - cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell - - $(OBJS) : mshell.h - - clean: -! rm *.o mshell ---- 8,50 ---- - # - # Check mshell.h for other options, e.g., max menu sizes. - -! CFLAGS = -O -DBSD -DMENUDIR=\"${PREFIX}/lib/menus\" -DMAILDIR='"/var/mail/"' \ -! -DGLOBAL_MACRO_FILE=\"${PREFIX}/lib/menus/macros\" \ -! -DCOMMAND_LIST=\"${PREFIX}/lib/menus/commands\" - OBJS = mshell.o main.o string.o functions1.o functions2.o chdir.o mail.o \ - settatr.o setenv.o xsystem.o dl.o macro.o - -+ all: mshell -+ - mshell: $(OBJS) - cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell - - $(OBJS) : mshell.h - - clean: -! rm -f *.o mshell -! -! install: mshell -! mkdir -p ${PREFIX}/bin -! install -c -o bin mshell ${PREFIX}/bin -! mkdir -p ${PREFIX}/lib/menus -! sed -e s/dldir/HOME/g < sample.men > ${PREFIX}/lib/menus/sample.men -! install -c -m 644 menulogin ${PREFIX}/lib/menus -! mkdir -p ${PREFIX}/man/man1 -! echo .Dd `/bin/date` > mshell.1 -! echo .Dt MSHELL 1 >> mshell.1 -! echo .Sh NAME >> mshell.1 -! echo .Nm mshell >> mshell.1 -! echo .Nd a Unix menuing shell >> mshell.1 -! echo .Sh SYNOPSIS >> mshell.1 -! echo .Nm mshell >> mshell.1 -! echo .Op Fl s >> mshell.1 -! echo .Ar menuname >> mshell.1 -! echo .Sh DESCRIPTION >> mshell.1 -! cat mshell.doc >>mshell.1 -! echo >>mshell.1 -! cat menu.doc >>mshell.1 -! echo >>mshell.1 -! echo .Sh AUTHOR >>mshell.1 -! echo Andrew Burt, aburt@du.edu >>mshell.1 -! install -m 644 mshell.1 ${PREFIX}/man/man1 diff --git a/misc/mshell/files/patch-ab b/misc/mshell/files/patch-ab deleted file mode 100644 index a7a739994612..000000000000 --- a/misc/mshell/files/patch-ab +++ /dev/null @@ -1,46 +0,0 @@ -*** settatr.c.orig Sat Sep 24 00:47:17 1994 ---- settatr.c Sat Sep 24 00:49:46 1994 -*************** -*** 15,21 **** - ioctl ( 0, TIOCGETP, &sg ); - if (access(".stty", 0) == -1) { /* not already set up */ - sg.sg_erase = ''; -! sg.sg_kill = ''; - sg.sg_flags |= XTABS; - } - sg.sg_flags |= ECHO; ---- 15,21 ---- - ioctl ( 0, TIOCGETP, &sg ); - if (access(".stty", 0) == -1) { /* not already set up */ - sg.sg_erase = ''; -! sg.sg_kill = 21; /* ^U */ - sg.sg_flags |= XTABS; - } - sg.sg_flags |= ECHO; -*************** -*** 25,36 **** - ioctl ( 0, TIOCSETP, &sg ); - - ioctl ( 0, TIOCGETC, &tc ); -! tc.t_intrc = ''; - ioctl ( 0, TIOCSETC, &tc ); - - ioctl ( 0, TIOCGLTC, < ); -! lt.t_werasc = ''; -! lt.t_rprntc = ''; - ioctl ( 0, TIOCSLTC, < ); - #endif - #ifdef SYSV ---- 25,36 ---- - ioctl ( 0, TIOCSETP, &sg ); - - ioctl ( 0, TIOCGETC, &tc ); -! tc.t_intrc = 3; /* ^C */ - ioctl ( 0, TIOCSETC, &tc ); - - ioctl ( 0, TIOCGLTC, < ); -! lt.t_werasc = 23; /* ^W */ -! lt.t_rprntc = 18; /* ^R */ - ioctl ( 0, TIOCSLTC, < ); - #endif - #ifdef SYSV diff --git a/misc/mshell/files/patch-ac b/misc/mshell/files/patch-ac deleted file mode 100644 index 75efbcd0b77f..000000000000 --- a/misc/mshell/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** functions1.c.orig Sat Sep 24 00:51:45 1994 ---- functions1.c Sat Sep 24 00:52:03 1994 -*************** -*** 15,21 **** - FILE * fp; - char record [DESCLEN]; - if (( fp = fopen (filename, "r")) == NULL ) { -! printf ("\tNo such helpfile as %s\!\!\n", filename); - return; - } - ---- 15,21 ---- - FILE * fp; - char record [DESCLEN]; - if (( fp = fopen (filename, "r")) == NULL ) { -! printf ("\tNo such helpfile as %s!!\n", filename); - return; - } - diff --git a/misc/mshell/files/patch-ad b/misc/mshell/files/patch-ad deleted file mode 100644 index 03131f105ac0..000000000000 --- a/misc/mshell/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** mshell.c.orig Sat Sep 24 00:51:51 1994 ---- mshell.c Sat Sep 24 00:52:20 1994 -*************** -*** 142,148 **** - - if ( strcmp (action_string, NULLSTR) == 0 ) { - invalid_option = TRUE; -! printf ("\tNo such help option name as: %s\!\!\n", opt2); - } - else { - tmpword[0] = EOS; ---- 142,148 ---- - - if ( strcmp (action_string, NULLSTR) == 0 ) { - invalid_option = TRUE; -! printf ("\tNo such help option name as: %s!!\n", opt2); - } - else { - tmpword[0] = EOS; diff --git a/misc/mshell/files/patch-ae b/misc/mshell/files/patch-ae deleted file mode 100644 index 928f9c25b1d7..000000000000 --- a/misc/mshell/files/patch-ae +++ /dev/null @@ -1,22 +0,0 @@ -*** string.c.orig Fri Sep 23 18:34:06 1994 ---- string.c Fri Sep 23 18:50:39 1994 -*************** -*** 4,9 **** ---- 4,20 ---- - #define strchr index - #endif - -+ char * -+ gets (char *s) -+ { -+ char *x = fgets (s, WORDLEN, stdin); -+ if (x) { -+ char *p = strchr (x, '\n'); -+ if (p) -+ *p = 0; -+ } -+ return x; -+ } - - /* function to find the position of sub_string in main_string - * ---------------------------------------------------------- */ diff --git a/misc/mshell/pkg-comment b/misc/mshell/pkg-comment deleted file mode 100644 index c5cbd853901f..000000000000 --- a/misc/mshell/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Mshell: a Unix menuing shell diff --git a/misc/mshell/pkg-descr b/misc/mshell/pkg-descr deleted file mode 100644 index 34ab28927554..000000000000 --- a/misc/mshell/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Mshell was written to shield users (and other non-Unix gurus, like -mathematicians and secretaries in the department) from "raw" Unix. It -is as flexible as you can get (supports full shell capabilties like -pipes, etc. inside the menu commands) but simple to write menus for. -It is was developped for Nyx, a free, public access Unix system. -Indeed, you're welcome to try Nyx -- log into Nyx as: - - - telnet to nyx.cs.du.edu (130.253.192.68), user 'new'. - - call 303-871-3324 - diff --git a/misc/mshell/pkg-plist b/misc/mshell/pkg-plist deleted file mode 100644 index 0a3c415a695b..000000000000 --- a/misc/mshell/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -@cd /usr/local -@mode 644 -@owner bin -lib/menus/sample.men -lib/menus/menulogin -man/man1/mshell.1 -@mode 755 -bin/mshell diff --git a/misc/screen/Makefile b/misc/screen/Makefile deleted file mode 100644 index 2b9742a7bae7..000000000000 --- a/misc/screen/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: screen -# Version required: 3.6.2 -# Date created: 25 Nov 1994 -# Whom: ache -# -# $Id: Makefile,v 1.9 1995/04/16 11:28:50 ache Exp $ -# - -DISTNAME= screen-3.6.2 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ - -MAINTAINER= ache@FreeBSD.ORG - -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/misc/screen/distinfo b/misc/screen/distinfo deleted file mode 100644 index 94767b182f04..000000000000 --- a/misc/screen/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (screen-3.6.2.tar.gz) = efb6fa258c68428b9812c3c80bdcdc13 diff --git a/misc/screen/files/patch-aa b/misc/screen/files/patch-aa deleted file mode 100644 index e678dc163bcb..000000000000 --- a/misc/screen/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ -*** Makefile.in.bak Mon Jan 16 17:59:20 1995 ---- Makefile.in Wed Jan 18 04:13:40 1995 -*************** -*** 20,26 **** - ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'` - - CC = @CC@ -- CFLAGS = -O - LDFLAGS = - LIBS = @LIBS@ - ---- 20,25 ---- -*************** -*** 79,85 **** - - install: install_bin - cd doc ; $(MAKE) install -! -tic ${srcdir}/terminfo/screeninfo.src - # Better do this by hand. E.g. under RCS... - # cat ${srcdir}/terminfo/screencap >> /etc/termcap - @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." ---- 78,84 ---- - - install: install_bin - cd doc ; $(MAKE) install -! # -tic ${srcdir}/terminfo/screeninfo.src - # Better do this by hand. E.g. under RCS... - # cat ${srcdir}/terminfo/screencap >> /etc/termcap - @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." -*** doc/Makefile.in.ORIG Mon Jan 16 15:59:12 1995 ---- doc/Makefile.in Fri Feb 10 16:15:24 1995 -*************** -*** 32,38 **** - install-info --infodir=$(infodir) $$d/screen.info; \ - else true; fi; \ - fi -! - uninstall: - rm -f $(mandir)/man1/screen.1 - rm -f $(infodir)/screen.info* ---- 32,38 ---- - install-info --infodir=$(infodir) $$d/screen.info; \ - else true; fi; \ - fi -! - uninstall: - rm -f $(mandir)/man1/screen.1 - rm -f $(infodir)/screen.info* diff --git a/misc/screen/pkg-comment b/misc/screen/pkg-comment deleted file mode 100644 index 023b52ee2060..000000000000 --- a/misc/screen/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -screen - a multi-screen window manager diff --git a/misc/screen/pkg-descr b/misc/screen/pkg-descr deleted file mode 100644 index efa776967e5e..000000000000 --- a/misc/screen/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Screen is a full-screen window manager that multiplexes a physical terminal -between several processes (typically interactive shells). -Each virtual terminal provides the functions of a DEC VT100 terminal and, in -addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO -2022 standards (e.g. insert/delete line and support for multiple character -sets). There is a scrollback history buffer for each virtual terminal and a -copy-and-paste mechanism that allows moving text regions between windows. diff --git a/misc/screen/pkg-plist b/misc/screen/pkg-plist deleted file mode 100644 index 58de1b9d0ba3..000000000000 --- a/misc/screen/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@cwd /usr/local -bin/screen -bin/screen-3.6.2 -man/man1/screen.1 -info/screen.info -info/screen.info-1 -info/screen.info-2 -info/screen.info-3 -info/screen.info-4 diff --git a/misc/tkinfo/Makefile b/misc/tkinfo/Makefile deleted file mode 100644 index 1b3dd0ba8a4f..000000000000 --- a/misc/tkinfo/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: tkinfo -# Version required: 0.6 -# Date created: 16 Jan 1995 -# Whom: thomas@ghpc8.ihf.rwth-aachen.de -# -# $Id: Makefile,v 1.3 1995/04/12 20:31:37 asami Exp $ -# - -DISTNAME= tkinfo-0.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/ -EXTRACT_SUFX= .tar.Z - -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk - -.include <bsd.port.mk> diff --git a/misc/tkinfo/distinfo b/misc/tkinfo/distinfo deleted file mode 100644 index 7ba291038b1b..000000000000 --- a/misc/tkinfo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tkinfo-0.6.tar.Z) = eebc9291b28faff3660a0f9fb1107373 diff --git a/misc/tkinfo/files/patch-aa b/misc/tkinfo/files/patch-aa deleted file mode 100644 index 6ae5911ae1ff..000000000000 --- a/misc/tkinfo/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** tkinfo.orig Fri Aug 27 09:52:50 1993 ---- tkinfo Mon Jan 16 14:41:41 1995 -*************** -*** 4,7 **** - # a Bourne script: there is no way to get proper quoting and pass through ``~'' - # in the csh. - # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $ -! exec wish -f $0.tcl "$@" ---- 4,7 ---- - # a Bourne script: there is no way to get proper quoting and pass through ``~'' - # in the csh. - # RCS: $Header: /vol/tukey/tukey1/kennard/src/tkgraph/lib/RCS/tkinfo,v 1.1 93/03/11 17:32:17 kennard Exp $ -! exec wish -f /usr/local/lib/tk/tkinfo/`basename $0.tcl` "$@" diff --git a/misc/tkinfo/pkg-comment b/misc/tkinfo/pkg-comment deleted file mode 100644 index be0e26632c48..000000000000 --- a/misc/tkinfo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -tkInfo is a tk script to read GNU "info" files and display them. diff --git a/misc/tkinfo/pkg-descr b/misc/tkinfo/pkg-descr deleted file mode 100644 index 53939576f874..000000000000 --- a/misc/tkinfo/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -tkInfo is a tk script to read GNU "info" files and display them. -tkInfo can be used stand alone (via WISH), or embeded within an -application to provide integrated, on-line help. - -Info files provide a robust hyper-text capability that is ideal for -on-line help. The format is suitable for both tty-based systems and -graphical systems. In addition, the same document source can produce -both a "nice" hardcopy manual and Info files. Note that most GNU tools -are documented in this way (via texinfo). - -Info files can be created manually with any text editor, with the -support of the emacs "info" package, with the GNU "makeinfo" program, -or with the emacs scripts for latexinfo. The makeinfo program produces -a set of info files from TeX source that use the GNU texinfo style (the -one that uses "@" everywhere). Similarly, the latexinfo package (like -texinfo, but with latex commands and syntax) provides emacs scripts for -producing info files. diff --git a/misc/tkinfo/pkg-plist b/misc/tkinfo/pkg-plist deleted file mode 100644 index eb810b2e4eae..000000000000 --- a/misc/tkinfo/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@cd /usr/local -@owner bin -@mode 755 -bin/tkinfo -@mode 644 -lib/tk/tkinfo diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile deleted file mode 100644 index 13023b9ed1b5..000000000000 --- a/misc/tkman/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: tkman -# Version required: 1.6 -# Date created: 27 Dec 1994 -# Whom: thomas@ghpc8.ihf.rwth-aachen.de -# -# $Id: Makefile,v 1.6 1995/05/13 10:22:04 asami Exp $ -# - -DISTNAME= tkman-1.6 -CATEGORIES+= utilities -MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ -EXTRACT_SUFX= .tar.Z - -EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk \ - rman:${PORTSDIR}/utils/rman - -# Restrictive copyright -NO_PACKAGE= yes - -.include <bsd.port.mk> diff --git a/misc/tkman/distinfo b/misc/tkman/distinfo deleted file mode 100644 index 1aad55214943..000000000000 --- a/misc/tkman/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tkman-1.6.tar.Z) = ce2d94f2accd33af372dc3f1da8eafa9 diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa deleted file mode 100644 index a8428c3fa148..000000000000 --- a/misc/tkman/files/patch-aa +++ /dev/null @@ -1,150 +0,0 @@ -*** Makefile.orig Fri Dec 30 23:25:05 1994 ---- Makefile Mon Feb 27 00:19:20 1995 -*************** -*** 36,58 **** - # (pathname should be less than 25 or so characters) - # 1 2 |if name meets or passes vertical bar, - # 1234567890123456789012345|the wish path is too long -! WISH = /usr/sww/X11/bin/wish - - # the executable `tkman' is placed in BINDIR - # this should be a directory that's in your bin PATH -! BINDIR = /home/auspex/h/bair/phelps/bin - - # directory in which to place the manual page. The help information - # is maintained in HTML, from which the [tn]roff version is automatically - # generated using RosettaMan. -! MANDIR = /home/auspex/h/bair/phelps/man/man1 - - - # # # MACHINE DEPENDENCIES # # # - -! manformat = {tbl | neqn | nroff -man | col} - # alternatively -! #manformat = {groff -Tascii -te -mandoc -l} - # Ultrix users should uncomment the following line - #manformat = {tbl | nroff -man | col} - ---- 36,58 ---- - # (pathname should be less than 25 or so characters) - # 1 2 |if name meets or passes vertical bar, - # 1234567890123456789012345|the wish path is too long -! WISH = /usr/local/bin/wish - - # the executable `tkman' is placed in BINDIR - # this should be a directory that's in your bin PATH -! BINDIR = /usr/local/bin - - # directory in which to place the manual page. The help information - # is maintained in HTML, from which the [tn]roff version is automatically - # generated using RosettaMan. -! MANDIR = /usr/local/man/man1 - - - # # # MACHINE DEPENDENCIES # # # - -! # manformat = {tbl | neqn | nroff -man | col} - # alternatively -! manformat = {groff -Tascii -te -mandoc} - # Ultrix users should uncomment the following line - #manformat = {tbl | nroff -man | col} - -*************** -*** 111,119 **** - # so how can you lose? - - # by default on -! glimpse = glimpse - # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it -! #glimpse = "" - # give the full path, if you'd like - #glimpse = /usr/sww/bin/glimpse - # variations (refer to the Glimpse manual page) ---- 111,119 ---- - # so how can you lose? - - # by default on -! #glimpse = glimpse - # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, you can disable it -! glimpse = "" - # give the full path, if you'd like - #glimpse = /usr/sww/bin/glimpse - # variations (refer to the Glimpse manual page) -*************** -*** 163,169 **** - # (`-debug' option), obtain the problemmatic glimpseindex command, - # and make sure it works when executed by hand. - -! glimpseindex = glimpseindex - # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, DISABLE IT HERE *ALSO* - #glimpseindex = "" - # produce a larger index (6-9% of source text) allowing faster search w/"-o" ---- 163,169 ---- - # (`-debug' option), obtain the problemmatic glimpseindex command, - # and make sure it works when executed by hand. - -! #glimpseindex = glimpseindex - # IF YOU DON'T WANT TO BOTHER WITH GLIMPSE, DISABLE IT HERE *ALSO* - #glimpseindex = "" - # produce a larger index (6-9% of source text) allowing faster search w/"-o" -*************** -*** 180,186 **** - - # default MANPATH to use if user doesn't have - # a MANPATH environment variable set -! manpathdef = /usr/man:/usr/local/man - #manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man - - ---- 180,186 ---- - - # default MANPATH to use if user doesn't have - # a MANPATH environment variable set -! manpathdef = /usr/share/man:/usr/local/man - #manpathdef = /usr/man:/usr/local/man:/usr/sww/man:/usr/sww/X11/man - - -*************** -*** 216,227 **** - - # if you don't want to RosettaMan (rman) in your PATH, make the name fully qualified - # (that's probably a good idea if tkman is installed on a central server) -! rman = rman - #rman = /home/orodruin/h/bair/phelps/bin/alpha/rman - -! manprint = {tbl | eqn | troff -man} - # alternatives -! #manprint = {groff -man -Tps -te} - #manprint = {tbl | eqn | psroff -man} - #manprint = {groff -Tascii -te} - # printing string for preformatted pages without [tn]roff source ---- 216,227 ---- - - # if you don't want to RosettaMan (rman) in your PATH, make the name fully qualified - # (that's probably a good idea if tkman is installed on a central server) -! rman = /usr/local/bin/rman - #rman = /home/orodruin/h/bair/phelps/bin/alpha/rman - -! #manprint = {tbl | eqn | troff -man} - # alternatives -! manprint = {groff -man -Tps -te} - #manprint = {tbl | eqn | psroff -man} - #manprint = {groff -Tascii -te} - # printing string for preformatted pages without [tn]roff source -*************** -*** 322,328 **** - $(CP) tkman $(BINDIR) - chmod +x $(BINDIR)/tkman - $(CP) tkman.1 $(MANDIR) -! @echo 'You also need RosettaMan to run TkMan.' - - test: dox tkman - cp tkman $(BINDIR) ---- 322,328 ---- - $(CP) tkman $(BINDIR) - chmod +x $(BINDIR)/tkman - $(CP) tkman.1 $(MANDIR) -! # @echo 'You also need RosettaMan to run TkMan.' - - test: dox tkman - cp tkman $(BINDIR) diff --git a/misc/tkman/pkg-comment b/misc/tkman/pkg-comment deleted file mode 100644 index 84af216e1e7f..000000000000 --- a/misc/tkman/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -tkman - a Tcl/Tk based manual browser diff --git a/misc/tkman/pkg-descr b/misc/tkman/pkg-descr deleted file mode 100644 index 4f5192f5d2a8..000000000000 --- a/misc/tkman/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -A manual page reader, TkMan offers two major advantages over xman: -hypertext links to other man pages (click on a word in the text which -corresponds to a man page, and you jump there), and better navigation -within long man pages with searches (both incremental and regular -expression) and jumps to section headers. TkMan also offers some -convenience features, like a user-configurable list of commonly used man -pages, a one-click printout, and integration of `whatis' and `apropos'. -Further, one may highlight, as if with a yellow marker, arbitrary passages -of text in man pages and subsequently jump directly to these passages by -selecting an identifying excerpt from a pulldown menu. Finally, TkMan -gives one control over the directory-to-menu volume mapping of man pages -with a capability similar to but superior to xman's mandesc in that rather -than forcing all who share a man directory to follow a single organization, -TkMan gives control to the individual. In fact, one may decide he has no -use for a large set of man pages--say for instance the programmer routines -in volumes 2, 3, 4, 8--and eliminate them from his personal database. diff --git a/misc/tkman/pkg-plist b/misc/tkman/pkg-plist deleted file mode 100644 index 4525f55a641c..000000000000 --- a/misc/tkman/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -@cd /usr/local -@owner bin -@mode 755 -bin/tkman -@mode 644 -man/man1/tkman.1 |