aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-12-04 21:10:31 +0800
committervd <vd@FreeBSD.org>2006-12-04 21:10:31 +0800
commite89606c2cd8baa17326bedf24ad61804c6e48560 (patch)
tree82c3680633987a7c0f7b37b91616ef6d21d24bf9 /finance
parent6645fb3287c07e76db121c9f1b368782f1f5867e (diff)
downloadfreebsd-ports-graphics-e89606c2cd8baa17326bedf24ad61804c6e48560.tar.gz
freebsd-ports-graphics-e89606c2cd8baa17326bedf24ad61804c6e48560.tar.zst
freebsd-ports-graphics-e89606c2cd8baa17326bedf24ad61804c6e48560.zip
Remove expired ports:
2006-12-01 audio/xmms-rateplug: Project disappeared from the internet 2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem) 2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build 2006-12-01 devel/alleyoop: Does not compile 2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating 2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14 2006-12-01 emulators/basiliskII: Does not compile 2006-12-01 emulators/vmware-tools2: Unfetchable 2006-12-01 emulators/vmware2: Unfetchable 2006-12-03 finance/ccard: Project disappeared from the internet
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/ccard/Makefile33
-rw-r--r--finance/ccard/distinfo3
-rw-r--r--finance/ccard/pkg-descr15
4 files changed, 0 insertions, 52 deletions
diff --git a/finance/Makefile b/finance/Makefile
index 85980431088..1d647b9e08d 100644
--- a/finance/Makefile
+++ b/finance/Makefile
@@ -6,7 +6,6 @@
SUBDIR += aqbanking
SUBDIR += aqmoney
SUBDIR += cbb
- SUBDIR += ccard
SUBDIR += expense
SUBDIR += gnofin
SUBDIR += gnomepm
diff --git a/finance/ccard/Makefile b/finance/ccard/Makefile
deleted file mode 100644
index b319361dcc1..00000000000
--- a/finance/ccard/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: ccard
-# Date created: 12 Aug 2005
-# Whom: Emanuel Haupt <ehaupt@critical.ch>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ccard
-PORTVERSION= 1.1
-CATEGORIES= finance
-MASTER_SITES= http://critical.ch/distfiles/ \
- http://energy.critical.ch/distfiles/
-DISTNAME= ${PORTNAME}.${PORTVERSION}
-
-MAINTAINER= ehaupt@FreeBSD.org
-COMMENT= A command line offline credit card validator/analyzer
-
-DEPRECATED= Project disappeared from the internet
-EXPIRATION_DATE=2006-12-03
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/ccard
-MAN1= ccard.1
-
-post-configure:
- ${REINPLACE_CMD} -e 's/^CFLAGS/CFLAGS?/' ${WRKSRC}/Makefile
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/finance/ccard/distinfo b/finance/ccard/distinfo
deleted file mode 100644
index 4f1dc72f2dd..00000000000
--- a/finance/ccard/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ccard.1.1.tar.gz) = d0532c30b42834c3c99cc8e94d0069a3
-SHA256 (ccard.1.1.tar.gz) = f5d3e9f5bf6c4af519529011abfe74bf3abb61c5ae352c586a5d87e68497e479
-SIZE (ccard.1.1.tar.gz) = 25077
diff --git a/finance/ccard/pkg-descr b/finance/ccard/pkg-descr
deleted file mode 100644
index ed90cdffffa..00000000000
--- a/finance/ccard/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-The CCard program is a program to validate credit card numbers.
-
-It can also determine the following credit card types:
-
- * Mastercard
- * Visa
- * American Express
- * Diners Club/Carte Blanche
- * Discover
- * enRoute
- * Japanese Credit Bureau
- * Australian Bankcard
-
-- ehaupt
-ehaupt@critical.ch