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.
This commit is contained in:
parent
0fa9379f87
commit
50f82a652b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47558
6 changed files with 63 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += flow-tools
|
||||
SUBDIR += flowscan
|
||||
SUBDIR += fping
|
||||
SUBDIR += freebsd-uucp
|
||||
SUBDIR += freeradius-devel
|
||||
SUBDIR += freewais-sf
|
||||
SUBDIR += fspclient
|
||||
|
|
31
net/freebsd-uucp/Makefile
Normal file
31
net/freebsd-uucp/Makefile
Normal file
|
@ -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>
|
1
net/freebsd-uucp/distinfo
Normal file
1
net/freebsd-uucp/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (freebsd-uucp-1.06.1.tar.bz2) = f37386263e1b58f5a6ea6f73f0db43a9
|
1
net/freebsd-uucp/pkg-comment
Normal file
1
net/freebsd-uucp/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
FreeBSD-modified Taylor UUCP (unix-to-unix copy program)
|
4
net/freebsd-uucp/pkg-descr
Normal file
4
net/freebsd-uucp/pkg-descr
Normal file
|
@ -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.
|
25
net/freebsd-uucp/pkg-plist
Normal file
25
net/freebsd-uucp/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue