diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-24 23:21:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-24 23:21:46 +0000 |
commit | 380e651f9796344f8a181cd65e85f61f586cf6d0 (patch) | |
tree | 74257360b6eb296e2fb0c3a6551a73549134ad7c /net/uucp | |
parent | bc4958c7578d48cc348afbaa47a34c580c19755a (diff) | |
download | pkgsrc-380e651f9796344f8a181cd65e85f61f586cf6d0.tar.gz |
Initial import of uucp-1.07 as net/uucp.
This is a package for Taylor UUCP.
This package provides everything you need to make a UUCP connection.
It currently supports the 'f', 'g' (in all window and packet sizes),
'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX UUCICO
'y' protocol, and two new bidirectional protocols. If you have a
Berkeley sockets library, it can make TCP connections. If you have
TLI libraries, it can make TLI connections. It supports a new
configuration file mechanism.
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/DESCR | 8 | ||||
-rw-r--r-- | net/uucp/Makefile | 37 | ||||
-rw-r--r-- | net/uucp/PLIST | 21 | ||||
-rw-r--r-- | net/uucp/distinfo | 6 | ||||
-rw-r--r-- | net/uucp/patches/patch-aa | 13 |
5 files changed, 85 insertions, 0 deletions
diff --git a/net/uucp/DESCR b/net/uucp/DESCR new file mode 100644 index 00000000000..05519ab7472 --- /dev/null +++ b/net/uucp/DESCR @@ -0,0 +1,8 @@ +This package provides everything you need to make a UUCP connection. +It currently supports the 'f', 'g' (in all window and packet sizes), +'G', 't' and 'e' protocols, as well a Zmodem protocol, the FX UUCICO +'y' protocol, and two new bidirectional protocols. If you have a +Berkeley sockets library, it can make TCP connections. If you have +TLI libraries, it can make TLI connections. It supports a new +configuration file mechanism. + diff --git a/net/uucp/Makefile b/net/uucp/Makefile new file mode 100644 index 00000000000..53086e46c63 --- /dev/null +++ b/net/uucp/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/04/24 23:21:46 jlam Exp $ + +DISTNAME= uucp-1.07 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_GNU:=uucp/} + +MAINTAINER= pkgsrc-users@pkgsrc.org +COMMENT= Taylor UUCP +HOMEPAGE= http://www.airs.com/ian/uucp.html + +USE_TOOLS+= mkdir:run pwd:run rmdir:run + +PKG_SYSCONFSUBDIR= uucp +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-user=uucp +CONFIGURE_ARGS+= --with-newconfigdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --with-oldconfigdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ENV+= MKDIR_PROGRAM=${TOOLS_MKDIR:Q} +CONFIGURE_ENV+= PWD_PROGRAM=${TOOLS_PWD_CMD:Q} +CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR:Q} + +UUCP_GROUP?= daemon +PKG_GROUPS= ${UUCP_GROUP} +PKG_USERS= uucp:${UUCP_GROUP} + +INFO_FILES= # PLIST + +# UUCP installs many set-uid "uucp" binaries. +SPECIAL_PERMS+= bin/cu uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= bin/uucp uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= bin/uuname uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= bin/uustat uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= bin/uux uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= sbin/uucico uucp ${ROOT_GROUP} 4555 +SPECIAL_PERMS+= sbin/uuxqt uucp ${ROOT_GROUP} 4555 + +.include "../../mk/bsd.pkg.mk" diff --git a/net/uucp/PLIST b/net/uucp/PLIST new file mode 100644 index 00000000000..ffb71bcb202 --- /dev/null +++ b/net/uucp/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/24 23:21:46 jlam Exp $ +bin/cu +bin/uucp +bin/uulog +bin/uuname +bin/uupick +bin/uustat +bin/uuto +bin/uux +info/uucp.info +man/man1/cu.1 +man/man1/uucp.1 +man/man1/uustat.1 +man/man1/uux.1 +man/man8/uucico.8 +man/man8/uuxqt.8 +sbin/uuchk +sbin/uucico +sbin/uuconv +sbin/uusched +sbin/uuxqt diff --git a/net/uucp/distinfo b/net/uucp/distinfo new file mode 100644 index 00000000000..c6158856a51 --- /dev/null +++ b/net/uucp/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/04/24 23:21:46 jlam Exp $ + +SHA1 (uucp-1.07.tar.gz) = e7c93c3aa6468f1b26dd4d9104dbbe8c2949e9ee +RMD160 (uucp-1.07.tar.gz) = e265ecd08245dd2510db20430a7a0e387ef4df51 +Size (uucp-1.07.tar.gz) = 1013234 bytes +SHA1 (patch-aa) = 4fc29d344083abc4ea57194c1f4f9cd77aa763eb diff --git a/net/uucp/patches/patch-aa b/net/uucp/patches/patch-aa new file mode 100644 index 00000000000..0f6c873b258 --- /dev/null +++ b/net/uucp/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2006/04/24 23:21:46 jlam Exp $ + +--- unix/Makefile.in.orig 2003-05-29 21:31:50.000000000 -0400 ++++ unix/Makefile.in +@@ -111,7 +111,7 @@ CONFIG_CLEAN_FILES = + LIBRARIES = $(noinst_LIBRARIES) + + libunix_a_AR = $(AR) cru +-libunix_a_DEPENDENCIES = ++libunix_a_DEPENDENCIES = $(UNIXOBJS) + am_libunix_a_OBJECTS = access.$(OBJEXT) addbas.$(OBJEXT) app3.$(OBJEXT) \ + app4.$(OBJEXT) basnam.$(OBJEXT) bytfre.$(OBJEXT) \ + corrup.$(OBJEXT) chmod.$(OBJEXT) cohtty.$(OBJEXT) \ |