summaryrefslogtreecommitdiff
path: root/mail/namg
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2001-02-14 13:50:14 +0000
committerJames E. Housley <jeh@FreeBSD.org>2001-02-14 13:50:14 +0000
commit7f283613c6a19764bf7446a5b3ec3a0deac6da6e (patch)
treeead46dd753951ae0e375873aa84d1124ee3f567f /mail/namg
parentUpdate to mod_perl-1.25. (diff)
New Port: mail/namg
NAMG is a small program that downloads mail from a NetAddress account and forwards it to your local mail spool. PR: 23998 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes: svn path=/head/; revision=38334
Diffstat (limited to 'mail/namg')
-rw-r--r--mail/namg/Makefile20
-rw-r--r--mail/namg/distinfo1
-rw-r--r--mail/namg/files/patch-aa15
-rw-r--r--mail/namg/pkg-comment1
-rw-r--r--mail/namg/pkg-descr7
-rw-r--r--mail/namg/pkg-plist3
6 files changed, 47 insertions, 0 deletions
diff --git a/mail/namg/Makefile b/mail/namg/Makefile
new file mode 100644
index 000000000000..5382acaba97c
--- /dev/null
+++ b/mail/namg/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: NAMG
+# Date created: 1 January 2001
+# Whom: George Reid <greid@ukug.uk.freebsd.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= namg
+PORTVERSION= 0.2.8
+CATEGORIES= mail
+MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/
+DISTNAME= NAMG-${PORTVERSION}
+
+MAINTAINER= greid@ukug.uk.freebsd.org
+
+GNU_CONFIGURE= yes
+
+MAN1= namg.1
+
+.include <bsd.port.mk>
diff --git a/mail/namg/distinfo b/mail/namg/distinfo
new file mode 100644
index 000000000000..fc58190c34fa
--- /dev/null
+++ b/mail/namg/distinfo
@@ -0,0 +1 @@
+MD5 (NAMG-0.2.8.tar.gz) = 1226d36fdc4d8f60ca4b61b5b6d50717
diff --git a/mail/namg/files/patch-aa b/mail/namg/files/patch-aa
new file mode 100644
index 000000000000..423340e74ba0
--- /dev/null
+++ b/mail/namg/files/patch-aa
@@ -0,0 +1,15 @@
+--- src/Makefile.in.orig Wed Jul 5 06:33:54 2000
++++ src/Makefile.in Mon Jan 1 17:06:30 2001
+@@ -26,10 +26,8 @@
+ mkdir -p @prefix@/bin ; \
+ fi
+ cp $(PROGNAME) @prefix@/bin
+- if [ ! -f $(HOME)/.namgrc ]; then \
+- cp .namgrc $(HOME) ; \
+- chmod 600 $(HOME)/.namgrc ; \
+- fi
++ mkdir -p @prefix@/share/namg/
++ cp .namgrc @prefix@/share/namg/namgrc.default
+
+ clean:
+ rm -f $(OBJS)
diff --git a/mail/namg/pkg-comment b/mail/namg/pkg-comment
new file mode 100644
index 000000000000..24ddabd64adc
--- /dev/null
+++ b/mail/namg/pkg-comment
@@ -0,0 +1 @@
+A program to download mail from a NetAddress web account
diff --git a/mail/namg/pkg-descr b/mail/namg/pkg-descr
new file mode 100644
index 000000000000..2064eb530860
--- /dev/null
+++ b/mail/namg/pkg-descr
@@ -0,0 +1,7 @@
+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
diff --git a/mail/namg/pkg-plist b/mail/namg/pkg-plist
new file mode 100644
index 000000000000..2a1af7d44590
--- /dev/null
+++ b/mail/namg/pkg-plist
@@ -0,0 +1,3 @@
+bin/namg
+share/namg/namgrc.default
+@dirrm share/namg