Date: 9 May 1999 11:23:28 -0000 From: denis@wizard.vlink.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11602: new port: gup-0.4 Message-ID: <19990509112328.1084.qmail@wizard.vlink.ru>
next in thread | raw e-mail | index | archive | help
>Number: 11602 >Category: ports >Synopsis: new port: gup-0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 9 04:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: >Description: Gup, the Group Update Program is a Unix mail-server that lets a remote site change their newsgroups subscription without requiring the intervention of the news administrator at the feed site. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gup/ # gup/Makefile # gup/pkg # gup/pkg/PLIST # gup/pkg/COMMENT # gup/pkg/DESCR # gup/files # gup/files/md5 # gup/patches # gup/patches/patch-aa # gup/patches/patch-ab # echo c - gup/ mkdir -p gup/ > /dev/null 2>&1 echo x - gup/Makefile sed 's/^X//' >gup/Makefile << 'END-of-gup/Makefile' X# New port collection makefile for: gup X# Version required: 0.4 X# Date created: 22 November 1998 X# Whom: Denis Shaposhnikov <wizard@vlink.ru> X# X# $Id$ X# X XDISTNAME= gup-0.4 XCATEGORIES= news XMASTER_SITES= ftp://ftp.isc.org/isc/inn/unoff-contrib/ X XMAINTAINER= wizard@vlink.ru X XWRKSRC= ${WRKDIR}/gup X XMAN1= gup.1 X Xdo-configure: X @{\ X ${ECHO} "P_CFLAGS = ${CFLAGS}";\ X ${ECHO} "P_NO_FLAGS = -DNO_MALLOC_H";\ X } > ${WRKSRC}/config/freebsd X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/gup ${PREFIX}/libexec X ${INSTALL_MAN} ${WRKSRC}/gup.1 ${MANPREFIX}/man/man1 X X.include <bsd.port.mk> END-of-gup/Makefile echo c - gup/pkg mkdir -p gup/pkg > /dev/null 2>&1 echo x - gup/pkg/PLIST sed 's/^X//' >gup/pkg/PLIST << 'END-of-gup/pkg/PLIST' Xlibexec/gup END-of-gup/pkg/PLIST echo x - gup/pkg/COMMENT sed 's/^X//' >gup/pkg/COMMENT << 'END-of-gup/pkg/COMMENT' XGroup Update Program. END-of-gup/pkg/COMMENT echo x - gup/pkg/DESCR sed 's/^X//' >gup/pkg/DESCR << 'END-of-gup/pkg/DESCR' XGup, the Group Update Program is a Unix mail-server that lets a remote Xsite change their newsgroups subscription without requiring the Xintervention of the news administrator at the feed site. X X-- Denis Shaposhnikov Xwizard@vlink.ru X END-of-gup/pkg/DESCR echo c - gup/files mkdir -p gup/files > /dev/null 2>&1 echo x - gup/files/md5 sed 's/^X//' >gup/files/md5 << 'END-of-gup/files/md5' XMD5 (gup-0.4.tar.gz) = ecf8d543b1db408909f66f6e222b82ad END-of-gup/files/md5 echo c - gup/patches mkdir -p gup/patches > /dev/null 2>&1 echo x - gup/patches/patch-aa sed 's/^X//' >gup/patches/patch-aa << 'END-of-gup/patches/patch-aa' X--- Makefile.orig Sun Nov 22 13:15:39 1998 X+++ Makefile Sun Nov 22 13:18:46 1998 X@@ -8,7 +8,7 @@ X # a working version for your system, please mail a copy back to the X # author so that others may benefit from your effort. X X-CONFIG = vanilla X+CONFIG = freebsd X X # Destination directories for the executable and man page. Note that X # the executable is only used in a .forward so /usr/local/bin may X@@ -28,20 +28,20 @@ X X # ACTIVE_PATH is the full pathname for your news active file. This X # file is used to validate newgroup names. X-ACTIVE_PATH = X+ACTIVE_PATH = /var/db/news/active X X X # NEWSGROUPS_PATH is the fill pathname for your newsgroups file. This X # file is used to provide descriptions for each newsgroup. X-NEWSGROUPS_PATH = X+NEWSGROUPS_PATH = /var/db/news/newsgroups X X # BACKSTOP_MAILID is used if gup cannot find a FROM: or a REPLY-TO: or X # a valid site command, this is where the mail goes to. X-BACKSTOP_MAILID = news X+BACKSTOP_MAILID = usenet X X # MAIL_COMMAND is the mailer that accepts a mail with rfc822 headers and X # body from stdin. X-MAIL_COMMAND = "/usr/lib/sendmail -t" X+MAIL_COMMAND = "/usr/sbin/sendmail -oi -t" X X # With a command like "include alt.*" the resultant list is, long. X # LOG_MATCH_LIMIT, defines the upper bound on the number of pattern END-of-gup/patches/patch-aa echo x - gup/patches/patch-ab sed 's/^X//' >gup/patches/patch-ab << 'END-of-gup/patches/patch-ab' X--- rfc822.h.orig Sun May 9 12:53:24 1999 X+++ rfc822.h Sun May 9 12:53:58 1999 X@@ -246,7 +246,6 @@ X extern int errno; X extern int sys_nerr; X extern int optind; X-extern char *sys_errlist[]; X extern char **environ; X extern char *optarg; X END-of-gup/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990509112328.1084.qmail>