Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2001 17:10:51 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23998: New port: NAMG: A program to download mail from a NetAddress web account.
Message-ID:  <Pine.BSF.4.21.0101011709520.87353-100000@sobek.openirc.co.uk>
Resent-Message-ID: <200101011710.f01HA2d31498@freefall.freebsd.org>

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

>Number:         23998
>Category:       ports
>Synopsis:       New port: NAMG: A program to download mail from a NetAddress web account.
>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:   Mon Jan 01 09:10:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     George Reid
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
FreeBSD UKUG
>Environment:
n/a
>Description:
NAMG ("NetAddress Mail Grabber") is a small program that downloads
mail from a NetAddress account and forwards it to your local mail
spool. NAMG can also forward mail to sendmail. It was written shortly
after NetAddress made POP3 access a "Premium Service".

- George Reid
greid@ukug.uk.freebsd.org
>How-To-Repeat:
n/a
>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:
#
#	NAMG
#	NAMG/Makefile
#	NAMG/distinfo
#	NAMG/files
#	NAMG/files/patch-aa
#	NAMG/pkg-plist
#	NAMG/pkg-descr
#	NAMG/pkg-comment
#
echo c - NAMG
mkdir -p NAMG > /dev/null 2>&1
echo x - NAMG/Makefile
sed 's/^X//' >NAMG/Makefile << 'END-of-NAMG/Makefile'
X# New ports collection makefile for:   NAMG
X# Date created:        1 January 2001
X# Whom:                George Reid <greid@ukug.uk.freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       	NAMG
XPORTVERSION=		0.2.8
XCATEGORIES=     	mail
XMASTER_SITES=   	http://www.zip.com.au/~gsymonds/NAMG/
X
XMAINTAINER=		greid@ukug.uk.freebsd.org
X
XGNU_CONFIGURE=		yes
X
XMAN1=			namg.1
X
X.include <bsd.port.mk>
END-of-NAMG/Makefile
echo x - NAMG/distinfo
sed 's/^X//' >NAMG/distinfo << 'END-of-NAMG/distinfo'
XMD5 (NAMG-0.2.8.tar.gz) = 1226d36fdc4d8f60ca4b61b5b6d50717
END-of-NAMG/distinfo
echo c - NAMG/files
mkdir -p NAMG/files > /dev/null 2>&1
echo x - NAMG/files/patch-aa
sed 's/^X//' >NAMG/files/patch-aa << 'END-of-NAMG/files/patch-aa'
X--- src/Makefile.in.orig	Wed Jul  5 06:33:54 2000
X+++ src/Makefile.in		Mon Jan  1 17:06:30 2001
X@@ -26,10 +26,7 @@
X 		mkdir -p @prefix@/bin ;		\
X 	fi
X 	cp $(PROGNAME) @prefix@/bin
X-	if [ ! -f $(HOME)/.namgrc ]; then	\
X-		cp .namgrc $(HOME) ;		\
X-		chmod 600 $(HOME)/.namgrc ;	\
X-	fi
X+	cp .namgrc @prefix@/share/namgrc.default
X 
X clean:
X 		rm -f $(OBJS)
END-of-NAMG/files/patch-aa
echo x - NAMG/pkg-plist
sed 's/^X//' >NAMG/pkg-plist << 'END-of-NAMG/pkg-plist'
Xbin/namg
Xshare/namgrc.default
END-of-NAMG/pkg-plist
echo x - NAMG/pkg-descr
sed 's/^X//' >NAMG/pkg-descr << 'END-of-NAMG/pkg-descr'
XNAMG ("NetAddress Mail Grabber") is a small program that downloads
Xmail from a NetAddress account and forwards it to your local mail
Xspool. NAMG can also forward mail to sendmail. It was written shortly
Xafter NetAddress made POP3 access a "Premium Service".
X
X- George Reid
Xgreid@ukug.uk.freebsd.org
END-of-NAMG/pkg-descr
echo x - NAMG/pkg-comment
sed 's/^X//' >NAMG/pkg-comment << 'END-of-NAMG/pkg-comment'
XA program to download mail from a NetAddress web account.
END-of-NAMG/pkg-comment
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?Pine.BSF.4.21.0101011709520.87353-100000>