diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-04-13 10:55:38 +0000 |
commit | bac6e092c4705f6a79bf323ae7961d92aa017bb5 (patch) | |
tree | 945be4c82f4ab2b27427f5ba33627b6ec0e06991 /security/cfv | |
parent | 0bd8a54ab1df83aba8d606431f2ca378711e1d69 (diff) | |
download | ports-bac6e092c4705f6a79bf323ae7961d92aa017bb5.tar.gz ports-bac6e092c4705f6a79bf323ae7961d92aa017bb5.zip |
Notes
Diffstat (limited to 'security/cfv')
-rw-r--r-- | security/cfv/Makefile | 25 | ||||
-rw-r--r-- | security/cfv/distinfo | 2 | ||||
-rw-r--r-- | security/cfv/files/patch-Makefile | 9 | ||||
-rw-r--r-- | security/cfv/pkg-descr | 15 | ||||
-rw-r--r-- | security/cfv/pkg-plist | 4 |
5 files changed, 0 insertions, 55 deletions
diff --git a/security/cfv/Makefile b/security/cfv/Makefile deleted file mode 100644 index 3f54e5d52719..000000000000 --- a/security/cfv/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= cfv -PORTVERSION= 1.18.3 -CATEGORIES= security -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to both test and create .sfv, .csv, and md5sum files - -DEPRECATED= Unmaintained since 2001 -EXPIRATION_DATE= 2014-04-12 -USE_PYTHON= 2 -ALL_TARGET= cfv.wrapper -INSTALL_TARGET= install-wrapper -MAKE_ARGS= PYTHON=${PYTHON_CMD} - -MAN1= cfv.1 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/security/cfv/distinfo b/security/cfv/distinfo deleted file mode 100644 index efc8e7a00caa..000000000000 --- a/security/cfv/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cfv-1.18.3.tar.gz) = ff28a8aa679932b83eb3b248ed2557c6da5860d5f8456ffe24686253a354cff6 -SIZE (cfv-1.18.3.tar.gz) = 68030 diff --git a/security/cfv/files/patch-Makefile b/security/cfv/files/patch-Makefile deleted file mode 100644 index 6b1134bb4948..000000000000 --- a/security/cfv/files/patch-Makefile +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.orig Fri Dec 7 17:01:19 2001 -+++ Makefile Fri Dec 7 17:01:56 2001 -@@ -1,5 +1,5 @@ - PYTHON=python --prefix=/usr/local -+prefix=%%PREFIX%% - exec_prefix=${prefix} - - #finds the site-packages dir that matches the selected prefix, or if none do, falls back to wherever it can find one.. diff --git a/security/cfv/pkg-descr b/security/cfv/pkg-descr deleted file mode 100644 index 6fa67034f29c..000000000000 --- a/security/cfv/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -cfv is a utility to both test and create .sfv, .csv and md5sum files. These -files are commonly used to ensure the correct retrieval or storage of data. - -Features: - - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, bsd md5 - sha1sum, .torrent and (test-only) .par, .par2 file formats - - automatic checksum file naming ability in create mode - - recursive operation - - show unverified files option - - ignore case and fix path separator options for cross platform use - - transparent gzip support for checksum files - - configurable renaming of bad files (with testing against previous bad - files, to save only unique differing copies) - -WWW: http://cfv.sourceforge.net/ diff --git a/security/cfv/pkg-plist b/security/cfv/pkg-plist deleted file mode 100644 index 3ebd478de2dd..000000000000 --- a/security/cfv/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/cfv -%%PYTHON_SITELIBDIR%%/cfv.py -%%PYTHON_SITELIBDIR%%/cfv.pyc -%%PYTHON_SITELIBDIR%%/cfv.pyo |