diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-09-09 03:46:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-09-09 03:46:13 +0000 |
commit | 50f82a652b0fd65fe4815362975cf6ae872d633f (patch) | |
tree | 653b5cf5bc7976fe8e9495e9b54699535eaef898 /net/freebsd-uucp | |
parent | 0fa9379f87e2288acb788ae1a3059cbc8ecb0886 (diff) | |
download | ports-50f82a652b0fd65fe4815362975cf6ae872d633f.tar.gz ports-50f82a652b0fd65fe4815362975cf6ae872d633f.zip |
Notes
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r-- | net/freebsd-uucp/Makefile | 31 | ||||
-rw-r--r-- | net/freebsd-uucp/distinfo | 1 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-comment | 1 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-descr | 4 | ||||
-rw-r--r-- | net/freebsd-uucp/pkg-plist | 25 |
5 files changed, 62 insertions, 0 deletions
diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile new file mode 100644 index 000000000000..036f733c1d67 --- /dev/null +++ b/net/freebsd-uucp/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: uucp +# Date created: 08 Sep 2001 +# Whom: Kris Kennaway <kris@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= freebsd-uucp +PORTVERSION= 1.06.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=kris + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes + +MAN1= cu.1 uuconv.1 uucp.1 uulog.1 uuname.1 uupick.1 uustat.1 \ + uuto.1 uux.1 +MAN8= uuchk.8 uucico.8 uusched.8 uuxqt.8 +MANCOMPRESSED= maybe + +post-install: + @${ECHO} "Use the 'make upgrade' command to copy your old configuration" + @${ECHO} "files from /etc/uucp to the new location in ${PREFIX}/etc/uucp" + +upgrade: + @${ECHO} "Copying old configuration files from /etc/uucp to ${PREFIX}/etc/uucp" + @${CP} -rp /etc/uucp ${PREFIX}/etc/uucp + +.include <bsd.port.mk> diff --git a/net/freebsd-uucp/distinfo b/net/freebsd-uucp/distinfo new file mode 100644 index 000000000000..115479a99aa0 --- /dev/null +++ b/net/freebsd-uucp/distinfo @@ -0,0 +1 @@ +MD5 (freebsd-uucp-1.06.1.tar.bz2) = f37386263e1b58f5a6ea6f73f0db43a9 diff --git a/net/freebsd-uucp/pkg-comment b/net/freebsd-uucp/pkg-comment new file mode 100644 index 000000000000..fb0feac3257b --- /dev/null +++ b/net/freebsd-uucp/pkg-comment @@ -0,0 +1 @@ +FreeBSD-modified Taylor UUCP (unix-to-unix copy program) diff --git a/net/freebsd-uucp/pkg-descr b/net/freebsd-uucp/pkg-descr new file mode 100644 index 000000000000..f519dac23fdf --- /dev/null +++ b/net/freebsd-uucp/pkg-descr @@ -0,0 +1,4 @@ +This is a port of the Taylor UUCP Unix-to-Unix Copy Program suite +of utilities. This source was formerly a part of the FreeBSD base +system, and this package is based on the final version of that +source code, so it includes all previous FreeBSD customizations. diff --git a/net/freebsd-uucp/pkg-plist b/net/freebsd-uucp/pkg-plist new file mode 100644 index 000000000000..10396a0e8baf --- /dev/null +++ b/net/freebsd-uucp/pkg-plist @@ -0,0 +1,25 @@ +@comment $FreeBSD$ +bin/cu +bin/uucp +bin/uulog +bin/uuname +bin/uupick +bin/uusched +bin/uustat +bin/uuto +bin/uux +etc/uucp/call.sample +etc/uucp/config.sample +etc/uucp/dial.sample +etc/uucp/dialcode.sample +etc/uucp/passwd.sample +etc/uucp/port.sample +etc/uucp/sys1.sample +etc/uucp/sys2.sample +info/uucp.info.gz +libexec/uucp/uucico +libexec/uucp/uuxqt +sbin/uuchk +sbin/uuconv +@dirrm etc/uucp +@dirrm libexec/uucp |