Re: a port of suck-2.6.1

[ Available lists | Index of freebsd-ports | Month of Mar 1996 | Week of 31 Mar 1996 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Satoshi Asami <asami@cs.berkeley.edu>
Date
31 Mar 1996 15:22:04
Subject
Re: a port of suck-2.6.1
Message-ID
199603312321.PAA03167@silvia.HIP.Berkeley.EDU


[ Hide this part ]
 * Please replace 'suck-2.6.1-port.tar.gz' to 'suck-2.6.1-port2.tar.gz'.

Thanks, I imported it. These are the changes I made:

===
diff -ru suck/Makefile suck.new/Makefile
--- suck/Makefile Fri Mar 29 08:21:37 1996
+++ suck.new/Makefile Sun Mar 31 14:32:37 1996
@@ -2,11 +2,14 @@
# Version required: 2.6.1
# Date created: 30 Mar 1996
# Whom: graphite@taurus.bekkoame.or.jp
+#
+# $Id$
+#

DISTNAME= suck-2.6.1
CATEGORIES+= news
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Mail/news/ \
- ftp://tsx-11.mit.edu/put/linux/sources/sbin/
+ ftp://tsx-11.mit.edu/pub/linux/sources/sbin/

MAINTAINER= graphite@taurus.bekkoame.or.jp

@@ -17,8 +20,10 @@
install -c -o bin -g bin -m 755 ${WRKSRC}/sample/get.news.rnews ${PREFIX}/sbin
install -c -o bin -g bin -m 755 ${WRKSRC}/sample/put.news ${PREFIX}/bin
install -c -o bin -g bin -m 640 ${WRKSRC}/sample/*.sample ${PREFIX}/etc
+.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/suck.1
gzip -9nf ${PREFIX}/man/man1/rpost.1
gzip -9nf ${PREFIX}/man/man1/testhost.1
+.endif

.include <bsd.port.mk>
diff -ru suck/patches/patch-aa suck.new/patches/patch-aa
--- suck/patches/patch-aa Fri Mar 29 08:10:44 1996
+++ suck.new/patches/patch-aa Sun Mar 31 14:30:01 1996
@@ -7,7 +7,7 @@
-INSTALLDIR = /home/boby/doNews # location for the executables
-INSTALL_OWNER=boby # user of the installed files
-INSTALL_GROUP=users # group for the installed files
-+INSTALLDIR = /usr/local/bin # location for the executables
++INSTALLDIR = ${PREFIX}/bin # location for the executables
+INSTALL_OWNER=bin # user of the installed files
+INSTALL_GROUP=bin # group for the installed files
INSTALL_MODE=755 # mode for the installed files
@@ -16,7 +16,7 @@
-MANDIR=/usr/man/man1 # location for the man pages
-MAN_OWNER=root # owner of the man pages
-MAN_GROUP=root # group for the man pages
-+MANDIR=/usr/local/man/man1 # location for the man pages
++MANDIR=${PREFIX}/man/man1 # location for the man pages
+MAN_OWNER=bin # owner of the man pages
+MAN_GROUP=bin # group for the man pages
MAN_MODE=644 # mode for the man pages
diff -ru suck/pkg/COMMENT suck.new/pkg/COMMENT
--- suck/pkg/COMMENT Thu Mar 28 05:18:10 1996
+++ suck.new/pkg/COMMENT Sun Mar 31 14:29:04 1996
@@ -1 +1 @@
-receives/sends news to/from localhost via NNTP
+Receives/sends news to/from localhost via NNTP.
diff -ru suck/pkg/PLIST suck.new/pkg/PLIST
--- suck/pkg/PLIST Thu Mar 28 05:10:00 1996
+++ suck.new/pkg/PLIST Sun Mar 31 14:29:20 1996
@@ -1,4 +1,3 @@
-@cwd /usr/local
bin/suck
bin/rpost
bin/testhost
===

The port was not on sunsite.unc.edu, I found only version 2.6 there.
After fixing the typo on the MIT directory name, it fetched fine.

Well, the rest is quite self-explanatory I think.

Thanks!

Satoshi


Elapsed time: 0.083 seconds