pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/uucp Initial import of uucp-1.07 as net/uucp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e00d057b108
branches:  trunk
changeset: 511873:8e00d057b108
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 24 23:21:46 2006 +0000

description:
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:

 net/uucp/DESCR            |   8 ++++++++
 net/uucp/Makefile         |  37 +++++++++++++++++++++++++++++++++++++
 net/uucp/PLIST            |  21 +++++++++++++++++++++
 net/uucp/distinfo         |   6 ++++++
 net/uucp/patches/patch-aa |  13 +++++++++++++
 5 files changed, 85 insertions(+), 0 deletions(-)

diffs (105 lines):

diff -r 0175359f6a7b -r 8e00d057b108 net/uucp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/uucp/DESCR    Mon Apr 24 23:21:46 2006 +0000
@@ -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 -r 0175359f6a7b -r 8e00d057b108 net/uucp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/uucp/Makefile Mon Apr 24 23:21:46 2006 +0000
@@ -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@localhost
+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 -r 0175359f6a7b -r 8e00d057b108 net/uucp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/uucp/PLIST    Mon Apr 24 23:21:46 2006 +0000
@@ -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 -r 0175359f6a7b -r 8e00d057b108 net/uucp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/uucp/distinfo Mon Apr 24 23:21:46 2006 +0000
@@ -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 -r 0175359f6a7b -r 8e00d057b108 net/uucp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/uucp/patches/patch-aa Mon Apr 24 23:21:46 2006 +0000
@@ -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) \



Home | Main Index | Thread Index | Old Index