Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2003 16:35:11 -0500 (EST)
From:      Walter Venable <weaseal@hotmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59597: [NEW PORT] net/naim-devel: Development branch of ports/net/naim
Message-ID:  <200311222135.hAMLZBpi021335@relnor.com>
Resent-Message-ID: <200311222140.hAMLeElx009058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         59597
>Category:       ports
>Synopsis:       [NEW PORT] net/naim-devel: Development branch of ports/net/naim
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 22 13:40:14 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Walter Venable
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD relnor.com 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri Nov 14 21:00:59 EST 2003
>Description:
A chat program for use with America Online's Instant Messenger. The
name naim is derived from n's AIM client, but it could also have been
derived from ncurses AIM client because of naim's use of the ncurses
text-mode screen library.  This port is the development branch.

Author: Daniel Reed
WWW: http://naim.n.ml.org

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
Please ensure that the source file is downloaded and mirrored on the FreeBSD ftp site.  The naim development team changes the source file's location with each new release of the development branch.  ALSO!!! Please note that this port has already been submitted for review once, and has not yet been reviewed.  I am resubmitting it as HIGH priority because the old submission is out of date and will no longer work due to a newer development version having been released. The problem report number for the previous submission is ports/59532.  You may delete/close that submission as it is no longer going to work. Thanks :) 
>Fix:

--- naim-devel-0.11.6.4.2003.11.22.0744.shar begins here ---
# 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-devel
#	naim-devel/pkg-descr
#	naim-devel/Makefile
#	naim-devel/pkg-plist
#	naim-devel/distinfo
#
echo c - naim-devel
mkdir -p naim-devel > /dev/null 2>&1
echo x - naim-devel/pkg-descr
sed 's/^X//' >naim-devel/pkg-descr << 'END-of-naim-devel/pkg-descr'
XA chat program for use with America Online's Instant Messenger. The
Xname naim is derived from n's AIM client, but it could also have been
Xderived from ncurses AIM client because of naim's use of the ncurses
Xtext-mode screen library.  This port is the development branch.
X
XAuthor: Daniel Reed
XWWW: http://naim.n.ml.org
END-of-naim-devel/pkg-descr
echo x - naim-devel/Makefile
sed 's/^X//' >naim-devel/Makefile << 'END-of-naim-devel/Makefile'
X# New ports collection makefile for:	naim-devel
X# Date created:		2003-11-18
X# Whom:			Walter Venable <weaseal@hotmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	naim
XPORTVERSION=	0.11.6.4.2003.11.22.0744
XCATEGORIES=	net irc
XMASTER_SITES=	http://site.n.ml.org/%SUBDIR%/ 
XMASTER_SITE_SUBDIR=	download/20031122075017/naim
XPKGNAMESUFFIX=	-devel
XDISTNAME=	naim-0.11.6.4-2003-11-22-0744
X
XMAINTAINER=	weaseal@hotmail.com
XCOMMENT=	Development branch of ports/net/naim
X
XCONFLICTS=		naim-0*
XUSE_BZIP2=		yes
XGNU_CONFIGURE=		yes
XCONFIGURE_ARGS=		--with-pkgdocdir=${DOCSDIR} --mandir=${MANPREFIX}/man
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
X
XMAN1=		naim.1
XMLINKS=		naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
X
X.if defined(WITH_DETACH)
XBUILD_DEPENDS=	screen:${PORTSDIR}/misc/screen
XRUN_DEPENDS=	screen:${PORTSDIR}/misc/screen
X
XCONFIGURE_ARGS+=	--enable-detach
X.endif
X
Xpre-fetch:
X	@ ${ECHO} ""
X	@ ${ECHO} "You can use the following build option(s):"
X	@ ${ECHO} ""
X	@ ${ECHO} "     WITH_DETACH=yes         Enables /detach (requires screen)"
X	@ ${ECHO} ""
X
X.include <bsd.port.mk>
END-of-naim-devel/Makefile
echo x - naim-devel/pkg-plist
sed 's/^X//' >naim-devel/pkg-plist << 'END-of-naim-devel/pkg-plist'
Xbin/extractbuddy.sh
Xbin/naim
Xbin/nicq
Xbin/nirc
Xbin/nlily
Xinclude/firetalk.h
Xinclude/naim/modutil.h
Xinclude/naim/naim.h
Xinclude/naim/secs.h
X%%PORTDOCS%%%%DOCSDIR%%/COLORS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/FAQ
X%%PORTDOCS%%%%DOCSDIR%%/commands.txt
X%%PORTDOCS%%%%DOCSDIR%%/keyboard.txt
X@dirrm include/naim
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-naim-devel/pkg-plist
echo x - naim-devel/distinfo
sed 's/^X//' >naim-devel/distinfo << 'END-of-naim-devel/distinfo'
XMD5 (naim-0.11.6.4-2003-11-22-0744.tar.bz2) = 1f4520b016432b82936f553967afc757
END-of-naim-devel/distinfo
exit
--- naim-devel-0.11.6.4.2003.11.22.0744.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311222135.hAMLZBpi021335>