From 12e052a84318596e783249e6f8e901eb98ccdcd6 Mon Sep 17 00:00:00 2001 From: vs Date: Sun, 27 Feb 2005 16:57:38 +0000 Subject: Remove port: Obsolete Netaddress no longer offers free accounts, and all their paid accounts come with POP3 and IMAP access anyway. PR: ports/78136 Submitted by: Sam 'Reaper' Lawrance --- mail/Makefile | 1 - mail/namg/Makefile | 21 --------------------- mail/namg/distinfo | 2 -- mail/namg/files/patch-aa | 15 --------------- mail/namg/files/patch-ab | 10 ---------- mail/namg/pkg-descr | 7 ------- mail/namg/pkg-plist | 3 --- 7 files changed, 59 deletions(-) delete mode 100644 mail/namg/Makefile delete mode 100644 mail/namg/distinfo delete mode 100644 mail/namg/files/patch-aa delete mode 100644 mail/namg/files/patch-ab delete mode 100644 mail/namg/pkg-descr delete mode 100644 mail/namg/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index a67a6db6768a..bc92ca86f151 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -222,7 +222,6 @@ SUBDIR += mutt_vc_query SUBDIR += muttzilla SUBDIR += nail - SUBDIR += namg SUBDIR += nbsmtp SUBDIR += newmail SUBDIR += nmh diff --git a/mail/namg/Makefile b/mail/namg/Makefile deleted file mode 100644 index a346beb1e3fe..000000000000 --- a/mail/namg/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: NAMG -# Date created: 1 January 2001 -# Whom: George Reid -# -# $FreeBSD$ -# - -PORTNAME= namg -PORTVERSION= 0.3.1 -CATEGORIES= mail -MASTER_SITES= http://www.zip.com.au/~gsymonds/NAMG/ -DISTNAME= NAMG-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A program to download mail from a NetAddress web account - -GNU_CONFIGURE= yes - -MAN1= namg.1 - -.include diff --git a/mail/namg/distinfo b/mail/namg/distinfo deleted file mode 100644 index 2279040f7c86..000000000000 --- a/mail/namg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (NAMG-0.3.1.tar.gz) = 01ce2294ce0b430b8b0dc21add22df2e -SIZE (NAMG-0.3.1.tar.gz) = 54954 diff --git a/mail/namg/files/patch-aa b/mail/namg/files/patch-aa deleted file mode 100644 index 423340e74ba0..000000000000 --- a/mail/namg/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- 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/files/patch-ab b/mail/namg/files/patch-ab deleted file mode 100644 index c0aa25690df9..000000000000 --- a/mail/namg/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- src/door.c.orig Sat Mar 3 02:30:49 2001 -+++ src/door.c Sat Mar 3 02:31:15 2001 -@@ -6,6 +6,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/mail/namg/pkg-descr b/mail/namg/pkg-descr deleted file mode 100644 index 2064eb530860..000000000000 --- a/mail/namg/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 2a1af7d44590..000000000000 --- a/mail/namg/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/namg -share/namg/namgrc.default -@dirrm share/namg -- cgit