diff options
author | vs <vs@FreeBSD.org> | 2005-02-28 00:57:38 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-28 00:57:38 +0800 |
commit | 12e052a84318596e783249e6f8e901eb98ccdcd6 (patch) | |
tree | 7620dfe113ed62f1ccb3671ce9103a0db2057755 /mail | |
parent | 7afed18780ff5bb3d5b5234a05c4a9cc09554299 (diff) | |
download | freebsd-ports-gnome-12e052a84318596e783249e6f8e901eb98ccdcd6.tar.gz freebsd-ports-gnome-12e052a84318596e783249e6f8e901eb98ccdcd6.tar.zst freebsd-ports-gnome-12e052a84318596e783249e6f8e901eb98ccdcd6.zip |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/namg/Makefile | 21 | ||||
-rw-r--r-- | mail/namg/distinfo | 2 | ||||
-rw-r--r-- | mail/namg/files/patch-aa | 15 | ||||
-rw-r--r-- | mail/namg/files/patch-ab | 10 | ||||
-rw-r--r-- | mail/namg/pkg-descr | 7 | ||||
-rw-r--r-- | mail/namg/pkg-plist | 3 |
7 files changed, 0 insertions, 59 deletions
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 <greid@ukug.uk.freebsd.org> -# -# $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 <bsd.port.mk> 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 <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <unistd.h> - 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 |