aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-12-04 13:10:31 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-12-04 13:10:31 +0000
commita61d3f6bedcafe389ddf89fb5efbb8fb53c938df (patch)
treefd2f2cae557cf3588f73eb61c0e32ed52ce7a2d4 /finance
parent78a1261ed2cb180bcb41aa5cf61727a6baa53ce1 (diff)
downloadports-a61d3f6bedcafe389ddf89fb5efbb8fb53c938df.tar.gz
ports-a61d3f6bedcafe389ddf89fb5efbb8fb53c938df.zip
Notes
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 85980431088c..1d647b9e08d5 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 b319361dcc19..000000000000
--- 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 4f1dc72f2dde..000000000000
--- 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 ed90cdffffa1..000000000000
--- 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