fix the remainder of long COMMENT files
This commit is contained in:
parent
24df53d0c7
commit
4dc993c625
@ -1 +1 @@
|
||||
Extended Module Player; supports many formats and includes an X11 display.
|
||||
Extended Module Player; many formats plus an X11 display
|
||||
|
@ -1 +1 @@
|
||||
convert between the Gregorian Solar Calendar (SC) and the Lunar Calendar (LC).
|
||||
Gregorian Solar Calendar (SC) -> Lunar Calendar (LC) conv
|
||||
|
@ -1 +1 @@
|
||||
File transfer and terminal emulation utilitiy for serial lines and sockets.
|
||||
File transfer/terminal emulation utilitiy
|
||||
|
@ -1 +1 @@
|
||||
Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
|
||||
Receive/Send files via X/Y/ZMODEM protocol
|
||||
|
@ -1 +1 @@
|
||||
The classic Berkeley gid/lid tools for looking up variables in code.
|
||||
gid/lid tools for looking up variables in code
|
||||
|
@ -1 +1 @@
|
||||
Development environment for PalmPilot(tm) handheld computer.
|
||||
PalmPilot(tm) Development environment
|
||||
|
@ -1 +1 @@
|
||||
Binary Editor And Viewer, a full featured binary file editor.
|
||||
Binary Editor And Viewer, binary file editor
|
||||
|
@ -1 +1 @@
|
||||
An X11/Motif GUI text editor for programs and plain text files.
|
||||
An X11/Motif GUI text editor
|
||||
|
@ -1 +1 @@
|
||||
Nifty X program to make the screen bottom ripple like a pool of water.
|
||||
X program, makes screen bottom ripple like a pool of water
|
||||
|
@ -1 +1 @@
|
||||
A toolkit for conversion of images between different formats
|
||||
toolkit, convert images between different formats
|
||||
|
@ -1 +1 @@
|
||||
libtiff provides support for the Tag Image File Format (TIFF)
|
||||
support for the Tag Image File Format (TIFF)
|
||||
|
@ -1 +1 @@
|
||||
A scheme interpreter with full access to the Tk graphical package.
|
||||
A scheme interpreter with tk interface
|
||||
|
@ -1 +1 @@
|
||||
A ML language based on complete class-based objective system
|
||||
ML language based on complete class-based objective system
|
||||
|
@ -1 +1 @@
|
||||
Mail retrieval/forwarding utility for POP2, POP3, APOP, IMAP
|
||||
Mail retrieval/forwarding for POP2, POP3, APOP, IMAP
|
||||
|
@ -1 +1 @@
|
||||
Implementation of MIME, the Multipurpose Internet Mail Extensions.
|
||||
MIME implementation
|
||||
|
@ -1 +1 @@
|
||||
High Order Calculator - much better than bc. From Kernighan & Pike.
|
||||
From Kernighan & Pike: a High Order Calculator
|
||||
|
@ -1,28 +1,35 @@
|
||||
# OpenBSD makefile for: amanda
|
||||
# Version required: 2.3.0
|
||||
# Date created: 9 Dec 1997
|
||||
# Whom: ejovi
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/01/16 11:29:25 niklas Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 1999/01/27 00:22:35 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= amanda-2.3.0
|
||||
DISTNAME= amanda-2.4.1p1
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= marc@OpenBSD.ORG
|
||||
|
||||
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
||||
|
||||
MAINTAINER= joey@OpenBSD.ORG
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
BUILD_DEPENDS= ${PREFIX}/bin/gtar:${PORTSDIR}/archivers/gtar
|
||||
CONFIGURE_ARGS= --sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--with-user=operator \
|
||||
--with-group=operator
|
||||
|
||||
PATCH_STRIP=
|
||||
MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \
|
||||
amflush.8 amlabel.8 amrestore.8 amtape.8
|
||||
|
||||
pre-configure:
|
||||
echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
|
||||
EXAMPLE_DIR= ${PREFIX}/share/examples/amanda
|
||||
pre-install:
|
||||
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} PRE-INSTALL
|
||||
|
||||
post-install:
|
||||
mkdir -p ${PREFIX}/share/examples/amanda
|
||||
cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
|
||||
@(cd ${WRKSRC}; \
|
||||
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}; \
|
||||
${INSTALL_DATA} docs/* ${EXAMPLE_DIR}; \
|
||||
${INSTALL_DATA} example/*.ps ${EXAMPLE_DIR}; \
|
||||
(cd example; \
|
||||
for f in *.conf; do \
|
||||
sed -e 's,usr/adm,var,' \
|
||||
-e 's,/usr/local,,' $$f > ${EXAMPLE_DIR}/$$f; \
|
||||
done))
|
||||
@PREFIX="${PREFIX}" EXAMPLE_DIR="${EXAMPLE_DIR}" \
|
||||
${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (amanda-2.3.0.tar.gz) = fabe173c0b507633d8b7eb081acd8174
|
||||
MD5 (amanda-2.4.1p1.tar.gz) = 13f34dc97c35f85f88e54ca25b2009ed
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- ./common-src/conffile.c.orig Mon May 20 04:11:24 1996
|
||||
+++ ./common-src/conffile.c Thu Jan 8 13:46:13 1998
|
||||
@@ -213,8 +213,8 @@
|
||||
init_string(&conf_tpchanger.s, "");
|
||||
init_string(&conf_labelstr.s, ".*");
|
||||
init_string(&conf_tapelist.s, "tapelist");
|
||||
- init_string(&conf_infofile.s, "/usr/adm/amanda/curinfo");
|
||||
- init_string(&conf_logfile.s, "/usr/adm/amanda/log");
|
||||
+ init_string(&conf_infofile.s, "/var/db/amanda/curinfo");
|
||||
+ init_string(&conf_logfile.s, "/var/log/amanda/log");
|
||||
init_string(&conf_diskfile.s, "disklist");
|
||||
init_string(&conf_diskdir.s, "/dumps/amanda");
|
||||
init_string(&tapetype_id.s, "EXABYTE");
|
@ -1,67 +0,0 @@
|
||||
--- config/options.h-vanilla.orig Mon May 20 04:11:25 1996
|
||||
+++ config/options.h-vanilla Wed Jan 14 10:47:33 1998
|
||||
@@ -45,7 +45,7 @@
|
||||
#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"
|
||||
+#define MAN_DIR "/usr/local/man/man8"
|
||||
|
||||
|
||||
/*
|
||||
@@ -62,6 +62,9 @@
|
||||
/* #undef MK_CC */
|
||||
/* #define MK_CC gcc -Wall */
|
||||
|
||||
+/* We want to install files as root for security reasons */
|
||||
+#undef MK_INSTFLAGS
|
||||
+#define MK_INSTFLAGS -c -o root
|
||||
|
||||
/*
|
||||
* With USE_VERSION_SUFFIXES defined, all the Amanda binaries will be
|
||||
@@ -77,7 +80,7 @@
|
||||
* Since 2.2.1 is a major change, I recommend defining this for existing
|
||||
* Amanda sites.
|
||||
*/
|
||||
-#define USE_VERSION_SUFFIXES
|
||||
+/*#define USE_VERSION_SUFFIXES*/
|
||||
|
||||
|
||||
/*
|
||||
@@ -151,7 +154,7 @@
|
||||
* on /etc/dumpdates.
|
||||
|
||||
*/
|
||||
-#define FORCE_USERID
|
||||
+#undef FORCE_USERID
|
||||
|
||||
#ifdef FORCE_USERID
|
||||
# define CLIENT_LOGIN "bin"
|
||||
@@ -182,17 +185,17 @@
|
||||
#define HAVE_GZIP
|
||||
|
||||
#ifdef HAVE_GZIP
|
||||
-# define COMPRESS_PATH "/usr/imports/bin/gzip"
|
||||
+# define COMPRESS_PATH "/usr/bin/gzip"
|
||||
# define COMPRESS_SUFFIX ".gz"
|
||||
# define COMPRESS_FAST_OPT "--fast"
|
||||
# define COMPRESS_BEST_OPT "--best"
|
||||
-# define UNCOMPRESS_CMD "gzcat"
|
||||
+# 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 "zcat"
|
||||
+# define UNCOMPRESS_CMD "/usr/bin/zcat"
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -206,5 +209,5 @@
|
||||
* you must install it and specify its path here.
|
||||
*/
|
||||
#ifndef GNUTAR
|
||||
-#define GNUTAR "/usr/imports/bin/gtar"
|
||||
+#define GNUTAR "/usr/local/bin/gtar"
|
||||
#endif
|
@ -1,29 +0,0 @@
|
||||
--- ./man/amanda.8.orig Mon May 20 04:11:25 1996
|
||||
+++ ./man/amanda.8 Thu Jan 8 13:46:13 1998
|
||||
@@ -146,8 +146,8 @@
|
||||
/etc/amanda/archive, respectively.
|
||||
|
||||
All log and database files generated by Amanda go in corresponding
|
||||
-directories under /usr/adm/amanda. In our example, the logs would go
|
||||
-in /usr/adm/amanda/normal and /usr/adm/amanda/archive.
|
||||
+directories under /var/log/amanda. In our example, the logs would go
|
||||
+in /var/log/amanda/normal and /var/log/amanda/archive.
|
||||
|
||||
.SH CONFIG FILE PARAMETERS
|
||||
|
||||
@@ -312,13 +312,13 @@
|
||||
.TP
|
||||
.B infofile
|
||||
Default:
|
||||
-.I /usr/adm/amanda/curinfo.
|
||||
+.I /var/db/amanda/curinfo.
|
||||
The file name for the historical information database file.
|
||||
|
||||
.TP
|
||||
.B logfile
|
||||
Default:
|
||||
-.I /usr/adm/amanda/log
|
||||
+.I /var/log/amanda/log
|
||||
The file name for the nightly log file.
|
||||
|
||||
.TP
|
@ -1,11 +0,0 @@
|
||||
--- ./man/amcleanup.8.orig Mon May 20 04:11:25 1996
|
||||
+++ ./man/amcleanup.8 Thu Jan 8 13:46:13 1998
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
.PP
|
||||
.nf
|
||||
-if [ -s /usr/adm/amanda/csd/amanda.log ]
|
||||
+if [ -s /var/log/amanda/log ]
|
||||
then
|
||||
/usr/local/sbin/amcleanup csd
|
||||
fi
|
@ -1,11 +0,0 @@
|
||||
--- ./tools/munge.orig Mon May 20 04:11:25 1996
|
||||
+++ ./tools/munge Thu Jan 8 13:46:13 1998
|
||||
@@ -35,7 +35,7 @@
|
||||
# Customize CPP to point to your system's C preprocessor.
|
||||
|
||||
# if cpp is on your path:
|
||||
-CPP=cpp
|
||||
+CPP=/usr/bin/cpp
|
||||
|
||||
# if cpp is not on your path, try one of these:
|
||||
# CPP=/lib/cpp # traditional
|
@ -1,11 +0,0 @@
|
||||
--- ./client-src/sendbackup-dump.c.orig Thu Jan 8 15:30:41 1998
|
||||
+++ ./client-src/sendbackup-dump.c Thu Jan 8 15:31:44 1998
|
||||
@@ -42,6 +42,8 @@
|
||||
/* the various encodings of dump size */
|
||||
{ DMP_SIZE,
|
||||
"DUMP: DUMP: [0-9][0-9]* tape blocks", 1024},
|
||||
+ { DMP_SIZE,
|
||||
+ "DUMP: [0-9][0-9]* tape blocks", 1024},
|
||||
{ DMP_SIZE,
|
||||
"dump: Actual: [0-9][0-9]* tape blocks",
|
||||
1024},
|
@ -1,14 +0,0 @@
|
||||
--- ./client-src/Makefile.in.orig Mon May 20 04:11:24 1996
|
||||
+++ ./client-src/Makefile.in Fri Jan 9 11:59:41 1998
|
||||
@@ -120,9 +120,9 @@
|
||||
install-client-perms:
|
||||
@echo "Setting permissions for setuid-root client programs:"
|
||||
@for f in $(SUIDCLIENT); do \
|
||||
- echo " (cd $(EXECDIR); chown root $$f; chmod u+s $$f)"; \
|
||||
+ echo " (cd $(EXECDIR); /usr/sbin/chown root $$f; chmod u+s $$f)"; \
|
||||
(cd $(EXECDIR); \
|
||||
- chown root $$f || \
|
||||
+ /usr/sbin/chown root $$f || \
|
||||
(echo '***' You must be root to set Amanda permissions properly.;\
|
||||
echo '***' Su to root then "\"$(MAKE) install-perms\"."; exit 0); \
|
||||
chmod u+s $$f); \
|
@ -1,26 +0,0 @@
|
||||
--- ./server-src/Makefile.in.orig Mon May 20 04:11:25 1996
|
||||
+++ ./server-src/Makefile.in Fri Jan 9 12:00:35 1998
|
||||
@@ -151,9 +151,9 @@
|
||||
install-libexec-perms:
|
||||
@echo "Setting permissions for setuid-root libexec programs:"
|
||||
@for f in $(SUIDEXEC); do \
|
||||
- echo " (cd $(EXECDIR); chown root $$f; chmod u+s $$f)"; \
|
||||
+ echo " (cd $(EXECDIR); /usr/sbin/chown root $$f; chmod u+s $$f)"; \
|
||||
(cd $(EXECDIR); \
|
||||
- chown root $$f || \
|
||||
+ /usr/sbin/chown root $$f || \
|
||||
(echo '***' You must be root to set Amanda permissions properly.;\
|
||||
echo '***' Su to root then "\"$(MAKE) install-perms\"."; exit 0); \
|
||||
chmod u+s $$f); \
|
||||
@@ -162,9 +162,9 @@
|
||||
install-usr-perms:
|
||||
@echo "Setting permissions for setuid-root user programs:"
|
||||
@for f in $(SUIDUSR); do \
|
||||
- echo " (cd $(BINDIR); chown root $$f; chmod u+s $$f)"; \
|
||||
+ echo " (cd $(BINDIR); /usr/sbin/chown root $$f; chmod u+s $$f)"; \
|
||||
(cd $(BINDIR); \
|
||||
- chown root $$f || \
|
||||
+ /usr/sbin/chown root $$f || \
|
||||
(echo '***' You must be root to set Amanda permissions properly.;\
|
||||
echo '***' Su to root then "\"$(MAKE) install-perms\"."; exit 0); \
|
||||
chmod u+s $$f); \
|
@ -1,12 +0,0 @@
|
||||
--- client-src/sendbackup-gnutar.c.orig Wed Jan 14 10:50:27 1998
|
||||
+++ client-src/sendbackup-gnutar.c Wed Jan 14 10:50:32 1998
|
||||
@@ -130,8 +130,7 @@
|
||||
"gtar", "--create",
|
||||
"--directory", dirname, "--newer", dumptimestr,
|
||||
"--incremental","--sparse","--one-file-system",
|
||||
- "--atime-preserve","--totals",
|
||||
- "--file", "-", ".",
|
||||
+ "--totals","--file", "-", ".",
|
||||
(char *) 0);
|
||||
|
||||
/* close the write ends of the pipes */
|
31
misc/amanda/pkg/DEINSTALL
Normal file
31
misc/amanda/pkg/DEINSTALL
Normal file
@ -0,0 +1,31 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 1999/01/27 00:22:40 marc Exp $
|
||||
#
|
||||
# de-installation of amanda
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PKG_PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
|
||||
if [ $# -ne 2 -o "$2" != "DEINSTALL" ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -d /var/amanda ]; then
|
||||
/bin/rm -rf /var/amanda
|
||||
fi
|
||||
|
||||
# Don't actually do anything, but let the user know what can b
|
||||
# done to fully de-install the package
|
||||
#
|
||||
if [ -d /etc/amanda ]; then
|
||||
echo ""
|
||||
echo "** The directory /etc/amanda and any files within the directory"
|
||||
echo "** have not been removed. You MAY want to remove these files to"
|
||||
echo "** completely remove the package. Also, amanda should be removed"
|
||||
echo "** from /etc/inetd.conf"
|
||||
echo ""
|
||||
fi
|
||||
|
||||
exit 0
|
91
misc/amanda/pkg/INSTALL
Normal file
91
misc/amanda/pkg/INSTALL
Normal file
@ -0,0 +1,91 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.1 1999/01/27 00:22:41 marc Exp $
|
||||
#
|
||||
# Pre/post-installation setup of amanda
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PREFIX:-/usr/local}
|
||||
EXAMPLE_DIR=${EXAMPLE_DIR:-${PREFIX}/share/examples/amanda}
|
||||
CONF_DIR=/etc/amanda
|
||||
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# install the configuration files unless an existing configuration
|
||||
# is found in which case warn the user that it may need to be
|
||||
# updated.
|
||||
#
|
||||
do_configuration()
|
||||
{
|
||||
if [ ! -d ${EXAMPLE_DIR} ]; then
|
||||
echo "-- Can't find configuration examples: ${EXAMPLE_DIR}" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo ""
|
||||
if [ -d ${CONF_DIR} ]; then
|
||||
echo "** The directory ${CONF_DIR} exists. Your existing configuration"
|
||||
echo "** files have not been changed. You MAY need to update your"
|
||||
echo "** configuration."
|
||||
else
|
||||
mkdir -p ${CONF_DIR}
|
||||
mkdir -p ${CONF_DIR}/csd
|
||||
cp ${EXAMPLE_DIR}/amanda.conf ${CONF_DIR}/csd
|
||||
echo "** The directory ${CONF_DIR} has been created with a sample"
|
||||
echo "** configuration. You probably need to modify the files for"
|
||||
echo "** your site."
|
||||
fi
|
||||
echo ""
|
||||
echo "** See amanda(8) and the sample configuration files and INSTALL"
|
||||
echo "** instructions in ${EXAMPLE_DIR} for more information"
|
||||
}
|
||||
|
||||
# create the needed /var directories
|
||||
#
|
||||
do_var()
|
||||
{
|
||||
mkdir -p /var/amanda
|
||||
}
|
||||
|
||||
# Output sample crontab entries
|
||||
#
|
||||
do_crontab()
|
||||
{
|
||||
echo ""
|
||||
echo "** See ${CONF_DIR}/crontab.sample for sample crontab entries"
|
||||
cat >${CONF_DIR}/crontab.sample <<EOF
|
||||
0 16 * * 1-5 /usr/local/bin/amcheck -m csd
|
||||
45 0 * * 2-6 /usr/local/bin/amdump csd
|
||||
EOF
|
||||
}
|
||||
|
||||
# Run the amanda "patch-system" command to update /etc/services and
|
||||
# /etc/inetd.conf
|
||||
#
|
||||
do_system()
|
||||
{
|
||||
echo ""
|
||||
echo "** udating /etc/services and /etc/inetd. You should check"
|
||||
echo "** both of these files, verifying proper installation. Once"
|
||||
echo "** verified issue the command:"
|
||||
echo "** kill -HUP `cat /var/run/inetd.pid`"
|
||||
${PREFIX}/libexec/patch-system
|
||||
}
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
: nothing to pre-install for this port
|
||||
;;
|
||||
POST-INSTALL)
|
||||
do_configuration
|
||||
do_crontab
|
||||
do_system
|
||||
echo ""
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,37 +1,107 @@
|
||||
@pkgdep tar-1.12
|
||||
libexec/amanda/amandad
|
||||
libexec/amanda/calcsize
|
||||
libexec/amanda/chg-generic
|
||||
libexec/amanda/driver
|
||||
libexec/amanda/dumper
|
||||
libexec/amanda/getconf
|
||||
libexec/amanda/planner
|
||||
libexec/amanda/reporter
|
||||
libexec/amanda/runtar
|
||||
libexec/amanda/selfcheck
|
||||
libexec/amanda/sendbackup-dump
|
||||
libexec/amanda/sendbackup-gnutar
|
||||
libexec/amanda/sendsize
|
||||
libexec/amanda/taper
|
||||
man/man8/amanda.8
|
||||
@cwd /usr/local
|
||||
@name amanda-2.4.1p1
|
||||
lib/libamanda-2.4.1p1.so.0.0
|
||||
lib/libamanda.a
|
||||
lib/libamanda.la
|
||||
lib/libamclient-2.4.1p1.so.0.0
|
||||
lib/libamtape.a
|
||||
lib/libamclient.la
|
||||
lib/libamclient.a
|
||||
lib/libamtape-2.4.1p1.so.0.0
|
||||
lib/libamtape.la
|
||||
lib/libamserver-2.4.1p1.so.0.0
|
||||
lib/libamserver.la
|
||||
lib/libamserver.a
|
||||
libexec/versionsuffix
|
||||
libexec/amandad
|
||||
libexec/calcsize
|
||||
libexec/killpgrp
|
||||
libexec/rundump
|
||||
libexec/runtar
|
||||
libexec/selfcheck
|
||||
libexec/sendbackup
|
||||
libexec/sendsize
|
||||
libexec/patch-system
|
||||
libexec/amindexd
|
||||
libexec/amtrmidx
|
||||
libexec/driver
|
||||
libexec/dumper
|
||||
libexec/getconf
|
||||
libexec/planner
|
||||
libexec/taper
|
||||
libexec/amidxtaped
|
||||
libexec/chg-scsi
|
||||
libexec/chg-manual
|
||||
libexec/chg-multi
|
||||
libexec/chg-mtx
|
||||
libexec/chg-rth
|
||||
libexec/chg-chs
|
||||
libexec/chg-chio
|
||||
libexec/chg-zd-mtx
|
||||
libexec/amcat.awk
|
||||
libexec/amplot.awk
|
||||
libexec/amplot.g
|
||||
libexec/amplot.gp
|
||||
man/man8/amadmin.8
|
||||
man/man8/amanda.8
|
||||
man/man8/amcheck.8
|
||||
man/man8/amcheckdb.8
|
||||
man/man8/amcleanup.8
|
||||
man/man8/amdump.8
|
||||
man/man8/amflush.8
|
||||
man/man8/amlabel.8
|
||||
man/man8/amoverview.8
|
||||
man/man8/amplot.8
|
||||
man/man8/amrecover.8
|
||||
man/man8/amrestore.8
|
||||
man/man8/amrmtape.8
|
||||
man/man8/amtape.8
|
||||
man/man8/amtoc.8
|
||||
man/man8/amverify.8
|
||||
man/man8/amstatus.8
|
||||
man/man8/amreport.8
|
||||
share/examples/amanda/FAQ
|
||||
share/examples/amanda/INDEXING
|
||||
share/examples/amanda/INSTALL
|
||||
share/examples/amanda/INTERNALS
|
||||
share/examples/amanda/KERBEROS
|
||||
share/examples/amanda/LABEL.PRINTING
|
||||
share/examples/amanda/MULTITAPE
|
||||
share/examples/amanda/RESTORE
|
||||
share/examples/amanda/SAMBA
|
||||
share/examples/amanda/SECURITY
|
||||
share/examples/amanda/SYSTEM.NOTES
|
||||
share/examples/amanda/TAPE.CHANGERS
|
||||
share/examples/amanda/TAPETYPES
|
||||
share/examples/amanda/UPGRADE
|
||||
share/examples/amanda/WHATS.NEW
|
||||
share/examples/amanda/WISHLIST
|
||||
share/examples/amanda/YEAR2000
|
||||
share/examples/amanda/ZFTAPE
|
||||
share/examples/amanda/8.5x11.ps
|
||||
share/examples/amanda/DIN-A4.ps
|
||||
share/examples/amanda/DLT.ps
|
||||
share/examples/amanda/EXB-8500.ps
|
||||
share/examples/amanda/HP-DAT.ps
|
||||
share/examples/amanda/amanda.conf
|
||||
share/examples/amanda/chg-multi.conf
|
||||
share/examples/amanda/chg-scsi.conf
|
||||
@dirrm share/examples/amanda
|
||||
sbin/amadmin
|
||||
sbin/amcheck
|
||||
sbin/amcleanup
|
||||
sbin/amdump
|
||||
sbin/amflush
|
||||
sbin/amlabel
|
||||
sbin/amrestore
|
||||
sbin/amtape
|
||||
share/examples/amanda/amanda.conf
|
||||
share/examples/amanda/chg-generic.conf
|
||||
share/examples/amanda/disklist
|
||||
@dirrm share/examples/amanda
|
||||
@dirrm libexec/amanda
|
||||
sbin/amreport
|
||||
sbin/amcheckdb
|
||||
sbin/amcleanup
|
||||
sbin/amdump
|
||||
sbin/amoverview
|
||||
sbin/amrmtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
||||
sbin/amstatus
|
||||
sbin/amrestore
|
||||
sbin/amrecover
|
||||
sbin/amplot
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
|
||||
|
103
misc/amanda/pkg/PLIST.alpha
Normal file
103
misc/amanda/pkg/PLIST.alpha
Normal file
@ -0,0 +1,103 @@
|
||||
@cwd /usr/local
|
||||
@name amanda-2.4.1p1
|
||||
lib/libamanda.a
|
||||
lib/libamanda.la
|
||||
lib/libamtape.a
|
||||
lib/libamclient.la
|
||||
lib/libamclient.a
|
||||
lib/libamtape.la
|
||||
lib/libamserver.la
|
||||
lib/libamserver.a
|
||||
libexec/versionsuffix
|
||||
libexec/amandad
|
||||
libexec/calcsize
|
||||
libexec/killpgrp
|
||||
libexec/rundump
|
||||
libexec/runtar
|
||||
libexec/selfcheck
|
||||
libexec/sendbackup
|
||||
libexec/sendsize
|
||||
libexec/patch-system
|
||||
libexec/amindexd
|
||||
libexec/amtrmidx
|
||||
libexec/driver
|
||||
libexec/dumper
|
||||
libexec/getconf
|
||||
libexec/planner
|
||||
libexec/taper
|
||||
libexec/amidxtaped
|
||||
libexec/chg-scsi
|
||||
libexec/chg-manual
|
||||
libexec/chg-multi
|
||||
libexec/chg-mtx
|
||||
libexec/chg-rth
|
||||
libexec/chg-chs
|
||||
libexec/chg-chio
|
||||
libexec/chg-zd-mtx
|
||||
libexec/amcat.awk
|
||||
libexec/amplot.awk
|
||||
libexec/amplot.g
|
||||
libexec/amplot.gp
|
||||
man/man8/amadmin.8
|
||||
man/man8/amanda.8
|
||||
man/man8/amcheck.8
|
||||
man/man8/amcheckdb.8
|
||||
man/man8/amcleanup.8
|
||||
man/man8/amdump.8
|
||||
man/man8/amflush.8
|
||||
man/man8/amlabel.8
|
||||
man/man8/amoverview.8
|
||||
man/man8/amplot.8
|
||||
man/man8/amrecover.8
|
||||
man/man8/amrestore.8
|
||||
man/man8/amrmtape.8
|
||||
man/man8/amtape.8
|
||||
man/man8/amtoc.8
|
||||
man/man8/amverify.8
|
||||
man/man8/amstatus.8
|
||||
man/man8/amreport.8
|
||||
share/examples/amanda/FAQ
|
||||
share/examples/amanda/INDEXING
|
||||
share/examples/amanda/INSTALL
|
||||
share/examples/amanda/INTERNALS
|
||||
share/examples/amanda/KERBEROS
|
||||
share/examples/amanda/LABEL.PRINTING
|
||||
share/examples/amanda/MULTITAPE
|
||||
share/examples/amanda/RESTORE
|
||||
share/examples/amanda/SAMBA
|
||||
share/examples/amanda/SECURITY
|
||||
share/examples/amanda/SYSTEM.NOTES
|
||||
share/examples/amanda/TAPE.CHANGERS
|
||||
share/examples/amanda/TAPETYPES
|
||||
share/examples/amanda/UPGRADE
|
||||
share/examples/amanda/WHATS.NEW
|
||||
share/examples/amanda/WISHLIST
|
||||
share/examples/amanda/YEAR2000
|
||||
share/examples/amanda/ZFTAPE
|
||||
share/examples/amanda/8.5x11.ps
|
||||
share/examples/amanda/DIN-A4.ps
|
||||
share/examples/amanda/DLT.ps
|
||||
share/examples/amanda/EXB-8500.ps
|
||||
share/examples/amanda/HP-DAT.ps
|
||||
share/examples/amanda/amanda.conf
|
||||
share/examples/amanda/chg-multi.conf
|
||||
share/examples/amanda/chg-scsi.conf
|
||||
@dirrm share/examples/amanda
|
||||
sbin/amadmin
|
||||
sbin/amcheck
|
||||
sbin/amflush
|
||||
sbin/amlabel
|
||||
sbin/amtape
|
||||
sbin/amreport
|
||||
sbin/amcheckdb
|
||||
sbin/amcleanup
|
||||
sbin/amdump
|
||||
sbin/amoverview
|
||||
sbin/amrmtape
|
||||
sbin/amtoc
|
||||
sbin/amverify
|
||||
sbin/amstatus
|
||||
sbin/amrestore
|
||||
sbin/amrecover
|
||||
sbin/amplot
|
||||
@exec [ ! -x /sbin/ldconfig ] || /sbin/ldconfig -m /usr/local/lib
|
8
misc/amanda/scripts/configure
vendored
8
misc/amanda/scripts/configure
vendored
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
CFLAGS=`cat /tmp/build-ports-misc-amanda-cflags`
|
||||
rm /tmp/build-ports-misc-amanda-cflags
|
||||
echo $CFLAGS
|
||||
|
||||
mv $WRKSRC/config/config.h-freebsd2 $WRKSRC/config/config.h
|
||||
sed "s/#define MK_CCOPTS -g/#define MK_CCOPTS $CFLAGS/" < $WRKSRC/config/options.h-vanilla > $WRKSRC/config/options.h
|
@ -1 +1 @@
|
||||
An enhanced version of ircII, the Internet Relay Chat client.
|
||||
An enhanced version of ircII (internet relay chat)
|
||||
|
@ -1 +1 @@
|
||||
shows the network usage, with an interface similar to top(1)
|
||||
network usage, with an interface similar to top(1)
|
||||
|
@ -1 +1 @@
|
||||
A popular programmable MUD client, with macro support and more.
|
||||
programmable MUD client, with macro support and more
|
||||
|
@ -1 +1 @@
|
||||
Leafnode is a USENET software package designed for small sites.
|
||||
USENET software package designed for small sites
|
||||
|
@ -1 +1 @@
|
||||
Pretty Good Privacy 2.6.3a (usa) and 2.6.3ia (international)
|
||||
Intl and US versions of Pretty Good Privacy 2.6.3[i]a
|
||||
|
@ -1 +1 @@
|
||||
A Unix shell embedded into Scheme, with access to all Posix calls
|
||||
A Unix shell embedded into Scheme
|
||||
|
@ -1 +1 @@
|
||||
A daemon that logs out idle users and those users hogging resources.
|
||||
log out idle users and those hogging resources
|
||||
|
@ -1 +1 @@
|
||||
lists tcp connections to/from the local machine (+username on both sides)
|
||||
lists tcp connections to/from the local machine
|
||||
|
@ -1 +1 @@
|
||||
A powerful command-line front end to diff: manually merge two versions into one.
|
||||
A powerful command-line front end to diff
|
||||
|
@ -1 +1 @@
|
||||
Generates groff and HTML from linuxdoc and docbook SGML documents
|
||||
Generates groff/HTML from linuxdoc/docbook SGML documents
|
||||
|
@ -1 +1 @@
|
||||
A very flexible diff-like program, with options for C & other langs too.
|
||||
A very flexible diff-like program
|
||||
|
@ -1 +1 @@
|
||||
The extremely popular Apache http server. Very fast, very clean.
|
||||
The extremely popular Apache http server
|
||||
|
@ -1 +1 @@
|
||||
Netscape Navigator 4.5 browser, with full-strength 128-bit encryption.
|
||||
Navigator 4.5, with full-strength 128-bit encryption
|
||||
|
@ -1 +1 @@
|
||||
This window manager is a continuation of the Bowman NeXTSTEP clone.
|
||||
Window manager, continuation of the Bowman NeXTSTEP clone
|
||||
|
@ -1 +1 @@
|
||||
An extension to twm, with support for multiple virtual screens, etc.
|
||||
twm plus support for multiple virtual screens, etc
|
||||
|
@ -1 +1 @@
|
||||
Internationalized (not japanised) fvwm version 2, a window manager for X
|
||||
Internationalized (not japanised) fvwm version 2
|
||||
|
@ -1 +1 @@
|
||||
Kde provides powerfull x11 libraries + a windows manager and much more.
|
||||
powerfull x11 libraries + a windows manager and much more
|
||||
|
@ -1 +1 @@
|
||||
Kde provides powerfull x11 libraries + a windows manager and much more.
|
||||
powerfull x11 libraries + a windows manager and much more
|
||||
|
@ -1 +1 @@
|
||||
A Swiss railway clock emulation, and a fancy default appearance.
|
||||
A Swiss railway clock emulation
|
||||
|
@ -1 +1 @@
|
||||
xautolock - fire up programs in case of user inactivity under X
|
||||
fire up programs in case of user inactivity under X
|
||||
|
Loading…
Reference in New Issue
Block a user