From 50f82a652b0fd65fe4815362975cf6ae872d633f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 9 Sep 2001 03:46:13 +0000 Subject: Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp tree currently in src/, in preparation for removing this infrequently-used set of tools out of the base system. The port distfile contains a copy of the /home/ncvs/src/gnu/libexec/uucp FreeBSD CVS repository (with a few extra commits to make the build more port-friendly), and checks out a copy during the configure phase. Changes to this port should be made by checking them into this internal repository and rerolling the distfile. This port currently uses the same spool directories in /var/spool, and contains a 'make upgrade' target to copy config files from /etc/uucp to ${PREFIX}/etc/uucp. Please test this port for missing/broken functionality. In particular, there might be more we need to do in the 'make upgrade' target. --- net/freebsd-uucp/Makefile | 31 +++++++++++++++++++++++++++++++ net/freebsd-uucp/distinfo | 1 + net/freebsd-uucp/pkg-comment | 1 + net/freebsd-uucp/pkg-descr | 4 ++++ net/freebsd-uucp/pkg-plist | 25 +++++++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 net/freebsd-uucp/Makefile create mode 100644 net/freebsd-uucp/distinfo create mode 100644 net/freebsd-uucp/pkg-comment create mode 100644 net/freebsd-uucp/pkg-descr create mode 100644 net/freebsd-uucp/pkg-plist (limited to 'net/freebsd-uucp') 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 +# +# $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 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 -- cgit v1.2.3