aboutsummaryrefslogtreecommitdiffstats
path: root/net/freebsd-uucp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-09-09 11:46:13 +0800
committerkris <kris@FreeBSD.org>2001-09-09 11:46:13 +0800
commit2feaf8dd54995571f153f94c79fee84ce1799f36 (patch)
treecd6131ce52d36c0b41f39a3bb339c7cf7a3dea8c /net/freebsd-uucp
parent05322be94cc6507adf2a893e620b6ee06642ab1d (diff)
downloadfreebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.tar.gz
freebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.tar.zst
freebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.zip
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.
Diffstat (limited to 'net/freebsd-uucp')
-rw-r--r--net/freebsd-uucp/Makefile31
-rw-r--r--net/freebsd-uucp/distinfo1
-rw-r--r--net/freebsd-uucp/pkg-comment1
-rw-r--r--net/freebsd-uucp/pkg-descr4
-rw-r--r--net/freebsd-uucp/pkg-plist25
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