ports/66625: New Port: reply-o-matic
Phil Oleson
oz at nixil.net
Wed May 26 21:01:18 UTC 2004
The following reply was made to PR ports/66625; it has been noted by GNATS.
From: Phil Oleson <oz at nixil.net>
To: freebsd-gnats-submit at FreeBSD.org
Cc:
Subject: Re: ports/66625: New Port: reply-o-matic
Date: Wed, 26 May 2004 14:50:57 -0600
This is a multi-part message in MIME format.
--------------060905060806090500010004
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
no problem, shar attached..
Phil.
--------------060905060806090500010004
Content-Type: text/plain;
name="rom.shar"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="rom.shar"
# 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:
#
# reply-o-matic
# reply-o-matic/files
# reply-o-matic/files/patch-Makefile
# reply-o-matic/files/patch-main.c
# reply-o-matic/Makefile
# reply-o-matic/distinfo
# reply-o-matic/pkg-descr
# reply-o-matic/pkg-plist
#
echo c - reply-o-matic
mkdir -p reply-o-matic > /dev/null 2>&1
echo c - reply-o-matic/files
mkdir -p reply-o-matic/files > /dev/null 2>&1
echo x - reply-o-matic/files/patch-Makefile
sed 's/^X//' >reply-o-matic/files/patch-Makefile << 'END-of-reply-o-matic/files/patch-Makefile'
X--- Makefile.orig Tue Nov 25 18:41:39 2003
X+++ Makefile Thu May 13 19:34:50 2004
X@@ -1,7 +1,5 @@
X-INSTALL_PREFIX=
X-MAN1=/usr/share/man/man1/
X-
X-CFLAGS=-g -O2
X+INSTALL_PREFIX=${PREFIX}
X+MAN1=/man/man1/
X
X all: main.o base64.o
X $(CC) $(CFLAGS) -o rom main.o base64.o
X@@ -9,10 +7,10 @@
X clean:
X @rm -f rom *.o core
X install:
X- install -d -m 755 $(INSTALL_PREFIX)/usr/sbin
X+ install -d -m 755 $(INSTALL_PREFIX)/sbin
X install -d -m 755 $(INSTALL_PREFIX)/etc/rom
X install -d -m 1755 $(INSTALL_PREFIX)/etc/rom/.rates
X- install -m 755 rom $(INSTALL_PREFIX)/usr/sbin/
X+ install -m 755 rom $(INSTALL_PREFIX)/sbin
X install -d -m 755 $(INSTALL_PREFIX)$(MAN1)
X install -m 755 rom.1 $(INSTALL_PREFIX)$(MAN1)
X
END-of-reply-o-matic/files/patch-Makefile
echo x - reply-o-matic/files/patch-main.c
sed 's/^X//' >reply-o-matic/files/patch-main.c << 'END-of-reply-o-matic/files/patch-main.c'
X--- main.c.orig Thu May 13 18:44:13 2004
X+++ main.c Thu May 13 18:44:46 2004
X@@ -929,7 +929,7 @@
X case -1:
X diedie(2);
X break;
X- default:
X+/* default: */
X }
X if ( forwardto[0] != 0 ) {
X pipe(dfd);
X@@ -966,7 +966,7 @@
X case -1:
X diedie(2);
X break;
X- default:
X+/* default: */
X }
X }
X
END-of-reply-o-matic/files/patch-main.c
echo x - reply-o-matic/Makefile
sed 's/^X//' >reply-o-matic/Makefile << 'END-of-reply-o-matic/Makefile'
X# New ports collection makefile for: qdvdauthor
X# Date created: 05/13/04
X# Whom: oz at nixil.net
X#
X# $FreeBSD$
X#
X
XPORTNAME= reply-o-matic
XPORTVERSION= 1.2.0
XCATEGORIES= mail
XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR= ${PORTNAME}
X
XMAINTAINER= oz at nixil.net
XCOMMENT= a highly configureble, secure, auto reply software.
X
XUSE_REINPLACE= yes
X
XMAN1= rom.1
X
Xpost-patch:
X @${REINPLACE_CMD} \
X -e 's|/etc/rom|${PREFIX}/etc/rom|g' \
X -e 's|/usr/sbin/rom|${PREFIX}/sbin/rom|g' \
X ${WRKSRC}/rom.h ${WRKSRC}/rom.1
X
X.include <bsd.port.mk>
END-of-reply-o-matic/Makefile
echo x - reply-o-matic/distinfo
sed 's/^X//' >reply-o-matic/distinfo << 'END-of-reply-o-matic/distinfo'
XMD5 (reply-o-matic-1.2.0.tar.gz) = 770eee68bed7da27fed35afc95f1e205
XSIZE (reply-o-matic-1.2.0.tar.gz) = 26483
END-of-reply-o-matic/distinfo
echo x - reply-o-matic/pkg-descr
sed 's/^X//' >reply-o-matic/pkg-descr << 'END-of-reply-o-matic/pkg-descr'
XReply-o-Matic is a highly configureble, secure, auto reply software, to be
Xused in conjunction with any Mail Delivery/Transfer Agent or local delivery
Xagent. It provides an easy, uniformed way, to provide autoreplies to e-mails.
X
XWWW: http://reply-o-matic.sourceforge.net/
END-of-reply-o-matic/pkg-descr
echo x - reply-o-matic/pkg-plist
sed 's/^X//' >reply-o-matic/pkg-plist << 'END-of-reply-o-matic/pkg-plist'
Xsbin/rom
X at dirrm etc/rom/.rates
X at dirrm etc/rom
END-of-reply-o-matic/pkg-plist
exit
--------------060905060806090500010004--
More information about the freebsd-ports-bugs
mailing list