Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 1999 00:00:02 -0800 (PST)
From:      Michael <mharo@area51.fremont.ca.us>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/10197: New Port: naim-0.9.3
Message-ID:  <199903030800.AAA87176@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/10197; it has been noted by GNATS.

From: Michael <mharo@area51.fremont.ca.us>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/10197: New Port: naim-0.9.3
Date: Tue, 02 Mar 1999 23:56:17 -0800

 Here is a better version of this port...
 
 Now passes portlint, has a proper PLIST and passes all my local checking
 stuff.
 
 # 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:
 #
 #	naim
 #	naim/Makefile
 #	naim/pkg
 #	naim/pkg/PLIST
 #	naim/pkg/COMMENT
 #	naim/pkg/DESCR
 #	naim/pkg/MESSAGE
 #	naim/files
 #	naim/files/md5
 #
 echo c - naim
 mkdir -p naim > /dev/null 2>&1
 echo x - naim/Makefile
 sed 's/^X//' >naim/Makefile << 'END-of-naim/Makefile'
 X# New ports collection makefile for: naim
 X# Version required:     	0.9.3
 X# Date created:			02 March 1999
 X# Whom:				mharo@area51.fremont.ca.us
 X#
 X# $Id$
 X#
 X
 XDISTNAME=	naim-0.9.3
 XCATEGORIES=	net
 XMASTER_SITES=	http://naim.n.ml.org/release/
 XEXTRACT_SUFX=	.tgz
 X
 XMAINTAINER=	mharo@area51.fremont.ca.us
 X
 XGNU_CONFIGURE=	YES
 X
 XMAN1=	naim.1
 X
 Xpost-install:
 X	${ECHO} "Installing ${PREFIX}/share/examples/naim/faimrc_sample"
 X	-${MKDIR} ${PREFIX}/share/examples/naim
 X	${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
 X	@${ECHO} "************************************************************"
 X	@${CAT} ${MASTERDIR}/pkg/MESSAGE
 X	@${ECHO} "************************************************************"
 X
 X.include <bsd.port.mk>
 END-of-naim/Makefile
 echo c - naim/pkg
 mkdir -p naim/pkg > /dev/null 2>&1
 echo x - naim/pkg/PLIST
 sed 's/^X//' >naim/pkg/PLIST << 'END-of-naim/pkg/PLIST'
 Xbin/naim
 Xshare/examples/naim/faimrc_sample
 X@dirrm share/examples/naim
 END-of-naim/pkg/PLIST
 echo x - naim/pkg/COMMENT
 sed 's/^X//' >naim/pkg/COMMENT << 'END-of-naim/pkg/COMMENT'
 Xcurses based AOL Instant Messager implementation.
 END-of-naim/pkg/COMMENT
 echo x - naim/pkg/DESCR
 sed 's/^X//' >naim/pkg/DESCR << 'END-of-naim/pkg/DESCR'
 X          naim is a chat program for use with America Online's AOL
 X   Instant Messenger. The name naim is derived from n's AIM client, but
 X   it could also have been derived from ncurses AIM client because of
 X   naim's use of the ncurses text-mode screen library.
 END-of-naim/pkg/DESCR
 echo x - naim/pkg/MESSAGE
 sed 's/^X//' >naim/pkg/MESSAGE << 'END-of-naim/pkg/MESSAGE'
 XBefore running, make sure to copy
 X${PREFIX}/share/examples/naim/faimrc_sample
 Xto your home directory as .faimrc and modify it to fit your needs.
 END-of-naim/pkg/MESSAGE
 echo c - naim/files
 mkdir -p naim/files > /dev/null 2>&1
 echo x - naim/files/md5
 sed 's/^X//' >naim/files/md5 << 'END-of-naim/files/md5'
 XMD5 (naim-0.9.3.tgz) = 04277da2ed4fe65b907998b0a50b8ed4
 END-of-naim/files/md5
 exit
 
 
 


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?199903030800.AAA87176>