aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-03-31 14:29:38 +0800
committervd <vd@FreeBSD.org>2006-03-31 14:29:38 +0800
commit4e2dcfe4370d2e8fb9559ef255591bddbba36820 (patch)
treeb23d6c6ebdda0a60c2e00d737fef394872c07f60 /mail
parentc0b619bf4b844a13c45700acf806fdabea2c57a8 (diff)
downloadfreebsd-ports-gnome-4e2dcfe4370d2e8fb9559ef255591bddbba36820.tar.gz
freebsd-ports-gnome-4e2dcfe4370d2e8fb9559ef255591bddbba36820.tar.zst
freebsd-ports-gnome-4e2dcfe4370d2e8fb9559ef255591bddbba36820.zip
Remove expired leaf ports:
2006-03-31 mail/glacier 2006-03-31 math/xwpl
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/glacier/Makefile31
-rw-r--r--mail/glacier/distinfo3
-rw-r--r--mail/glacier/files/patch-aa11
-rw-r--r--mail/glacier/pkg-descr7
5 files changed, 0 insertions, 53 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 5753c4b65213..5a8e54a1aaf2 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -119,7 +119,6 @@
SUBDIR += getmail
SUBDIR += gkrellmmailwatch
SUBDIR += gkrellmmailwatch2
- SUBDIR += glacier
SUBDIR += glbiff
SUBDIR += gld
SUBDIR += gmail-notify
diff --git a/mail/glacier/Makefile b/mail/glacier/Makefile
deleted file mode 100644
index 38a816108714..000000000000
--- a/mail/glacier/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: glacier
-# Date created: 30 Dec 1999
-# Whom: Will Andrews <andrews@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= glacier
-PORTVERSION= 0.0.2
-PORTREVISION= 2
-CATEGORIES= mail gnome
-MASTER_SITES= #
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Another GNOME mail user agent
-
-DEPRECATED= mastersite disappeared, no longer maintained by author
-EXPIRATION_DATE= 2006-03-31
-
-PLIST_FILES= bin/glacier
-USE_REINPLACE= yes
-USE_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-GNU_CONFIGURE= yes
-
-pre-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|\$$(datadir)/gnome/|$$(datadir)/|g'
-
-.include <bsd.port.mk>
diff --git a/mail/glacier/distinfo b/mail/glacier/distinfo
deleted file mode 100644
index d6fc3518fcbb..000000000000
--- a/mail/glacier/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (glacier-0.0.2.tar.gz) = 756cddfb91ce9034785e715308da64bf
-SHA256 (glacier-0.0.2.tar.gz) = 6c1a29868a6f4ec9083562c789943d936ae18b651c6576be86675cfa56fa8788
-SIZE (glacier-0.0.2.tar.gz) = 108056
diff --git a/mail/glacier/files/patch-aa b/mail/glacier/files/patch-aa
deleted file mode 100644
index 988f80154cd2..000000000000
--- a/mail/glacier/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Sun Feb 27 16:05:09 2000
-+++ configure Sun Feb 27 16:05:59 2000
-@@ -1333,7 +1333,7 @@
- echo "configure:1334: checking for Gnome compile flags" >&5
- GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null`
- GNOME_VER=`$gnomepath --version |$sedpath 's/gnome-libs //'`
-- GNOME_MINOR=`echo $GNOME_VER |$sedpath 's/\([0-9]**\).\([0-9]**\).\([0-9]**\)/\2/'`
-+ GNOME_MINOR=`echo $GNOME_VER |$sedpath 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'`
-
- if test "_$GNOME_MINOR" = "_20"; then
- gnome=no
diff --git a/mail/glacier/pkg-descr b/mail/glacier/pkg-descr
deleted file mode 100644
index e4b90a9df567..000000000000
--- a/mail/glacier/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Glacier is yet another GNOME email client
-that attempts to be a user friendly solution
-to command line MUAs.
-
-Author: Lubos Gelo <slon@slon.sk>
-
---Will <andrews@technologist.com>