aboutsummaryrefslogtreecommitdiff
path: root/mail/crashecho
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:37:31 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:37:31 +0000
commitb792cc5809657214baafaf9e6c91c0f2c60ae2d3 (patch)
tree2819644bae64c8f4c44733d6d7dcbf578855d2d2 /mail/crashecho
parent362cb389be3b570d1c92fc52e966116cfbbfe25c (diff)
downloadports-b792cc5809657214baafaf9e6c91c0f2c60ae2d3.tar.gz
ports-b792cc5809657214baafaf9e6c91c0f2c60ae2d3.zip
remove unmaintained expired ports from mail
2011-05-01 mail/biabam: Upstream disapear and distfile is no more available 2011-05-01 mail/crashecho: Upstream disapear and distfile is no more available 2011-05-01 mail/drbl: Upstream disapear and distfile is no more available 2011-05-01 mail/glbiff: Upstream disapear and distfile is no more available 2011-05-01 mail/libsrs: Upstream disapear and distfile is no more available 2011-05-01 mail/majorcool: Upstream disapear and distfile is no more available 2011-05-01 mail/messagewall: Upstream disapear and distfile is no more available 2011-05-01 mail/pgen: Upstream disapear and distfile is no more available 2011-05-01 mail/regm: Upstream disapear and distfile is no more available 2011-05-01 mail/ricochet: Upstream disapear and distfile is no more available 2011-05-01 mail/smtpclient: Upstream disapear and distfile is no more available 2011-05-01 mail/smtpproxy: Upstream disapear and distfile is no more available 2011-05-01 mail/solidpop3d: Upstream disapear and distfile is no more available 2011-05-01 mail/spruce: Upstream disapear and distfile is no more available 2011-05-01 mail/teapop-devel: Upstream disapear and distfile is no more available 2011-05-01 mail/wmmail: Upstream disapear and distfile is no more available 2011-05-01 mail/wmmultipop3: Upstream disapear and distfile is no more available 2011-05-01 mail/wmymail: Upstream disapear and distfile is no more available 2011-05-01 mail/xpbiff: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273455
Diffstat (limited to 'mail/crashecho')
-rw-r--r--mail/crashecho/Makefile47
-rw-r--r--mail/crashecho/distinfo3
-rw-r--r--mail/crashecho/files/patch-src-crashecho.h10
-rw-r--r--mail/crashecho/pkg-descr2
-rw-r--r--mail/crashecho/pkg-plist10
5 files changed, 0 insertions, 72 deletions
diff --git a/mail/crashecho/Makefile b/mail/crashecho/Makefile
deleted file mode 100644
index e77642996250..000000000000
--- a/mail/crashecho/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# Ports collection makefile for: crashecho
-# Date created: 15 November 2002
-# Whom: CyrilM <cyrilm@tower.pp.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= crashecho
-PORTVERSION= 0.2.14
-CATEGORIES= mail
-MASTER_SITES= ftp://ftp.nluug.nl/pub/ibiblio/distributions/altlinux/${MASTER_SITE_SUBDIR} \
- ftp://distro.ibiblio.org/pub/linux/distributions/altlinux/${MASTER_SITE_SUBDIR} \
- ftp://ftp.chg.ru/.1/Linux/ALTLinux/${MASTER_SITE_SUBDIR}
-MASTER_SITE_SUBDIR= Sisyphus/files/SRPMS/
-EXTRACT_SUFX= .rpm
-DISTFILES= ${PORTNAME}-${PORTVERSION}-alt1.src${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= An FTN JAM and *.MSG tosser
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-EXTRACT_DEPENDS=rpm2cpio:${PORTSDIR}/archivers/rpm
-LIB_DEPENDS= jam.2:${PORTSDIR}/mail/jamlib
-
-EXTRACT_CMD= rpm2cpio
-EXTRACT_BEFORE_ARGS= # empty
-EXTRACT_AFTER_ARGS= | ${CPIO} -i
-
-GNU_CONFIGURE= yes
-
-MAN1= crashecho.1 \
- crashexport.1 \
- crashmaint.1 \
- crashstats.1 \
- crashwrite.1
-MAN5= crashecho.conf.5
-
-post-extract:
- cd ${WRKDIR} && tar zxf ${PORTNAME}-${PORTVERSION}.tar.gz
-
-post-install:
- ${MKDIR} ${PREFIX}/etc/ftn
- ${INSTALL_DATA} ${WRKSRC}/doc/crashecho.conf ${PREFIX}/etc/ftn/crashecho.conf.sample
-
-.include <bsd.port.mk>
diff --git a/mail/crashecho/distinfo b/mail/crashecho/distinfo
deleted file mode 100644
index c5a9552afe7a..000000000000
--- a/mail/crashecho/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (crashecho-0.2.14-alt1.src.rpm) = 1dd3336fa600a025941188279b3e02c7
-SHA256 (crashecho-0.2.14-alt1.src.rpm) = e7383b89231f82fa79fe508a971dd32e2aad1cb2219f74ee7866f276fda6a87c
-SIZE (crashecho-0.2.14-alt1.src.rpm) = 327270
diff --git a/mail/crashecho/files/patch-src-crashecho.h b/mail/crashecho/files/patch-src-crashecho.h
deleted file mode 100644
index dbdbb3feff2d..000000000000
--- a/mail/crashecho/files/patch-src-crashecho.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/crashecho.h.orig 2007-11-08 09:24:38.000000000 +0000
-+++ src/crashecho.h 2007-11-08 09:24:46.000000000 +0000
-@@ -82,7 +82,6 @@
-
- extern ulong DayStatsWritten;
-
--extern struct Nodelist AvailNodelists[];
- extern struct Messagebase AvailMessagebases[];
-
- extern struct Config config;
diff --git a/mail/crashecho/pkg-descr b/mail/crashecho/pkg-descr
deleted file mode 100644
index f26518661810..000000000000
--- a/mail/crashecho/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-CrashEcho is a successor of a CrashMail II tosser originally written
-by Johan Billing.
diff --git a/mail/crashecho/pkg-plist b/mail/crashecho/pkg-plist
deleted file mode 100644
index 01ea3c7ca8ec..000000000000
--- a/mail/crashecho/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/crashecho
-bin/crashexport
-bin/crashstats
-bin/crashwrite
-bin/crashmaint
-bin/crashconvdupebase
-etc/ftn/crashecho.conf.sample
-share/crashecho/AreafixHelp.txt
-@dirrm etc/ftn
-@dirrm share/crashecho