aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:40:37 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-07 21:40:37 +0000
commitbfc8d463f68631108517b40f6773d962c31fdd52 (patch)
tree4eb57f03afdb30274f6c1f92fec67158ae49805b /security
parentdc25d8a1c16d086aacefe10c6d2220a44ce7d41a (diff)
downloadports-bfc8d463f68631108517b40f6773d962c31fdd52.tar.gz
ports-bfc8d463f68631108517b40f6773d962c31fdd52.zip
- Remove security/fpc-md5. It was renamed to security/fpc-hash
Approved by: garga (mentor, implicit)
Notes
Notes: svn path=/head/; revision=172539
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/fpc-md5/Makefile22
-rw-r--r--security/fpc-md5/pkg-plist12
3 files changed, 0 insertions, 35 deletions
diff --git a/security/Makefile b/security/Makefile
index 5df60e658ef3..02725301aa8d 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -119,7 +119,6 @@
SUBDIR += firewalk
SUBDIR += flawfinder
SUBDIR += fpc-hash
- SUBDIR += fpc-md5
SUBDIR += fpm
SUBDIR += fragroute
SUBDIR += fragrouter
diff --git a/security/fpc-md5/Makefile b/security/fpc-md5/Makefile
deleted file mode 100644
index 721d5757abbf..000000000000
--- a/security/fpc-md5/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: fpc-md5
-# Date created: 8 February 2004
-# Whom: John Merryweather Cooper
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-CATEGORIES= security lang
-PKGNAMESUFFIX= -md5
-
-MAINTAINER= acm@FreeBSD.org
-COMMENT= Free Pascal unit for MD5 hash routines
-
-BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${PORTNAME}/packages/base/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
-HAVE_EXAMPLES= true
-
-.include "${MASTERDIR}/Makefile"
diff --git a/security/fpc-md5/pkg-plist b/security/fpc-md5/pkg-plist
deleted file mode 100644
index ff219b54022a..000000000000
--- a/security/fpc-md5/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/md5.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/md5.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5/libpmd5.a
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/md5/md5test.pp
-@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/md5
-@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
-@dirrmtry lib/fpc/%%PORTVERSION%%/units
-@dirrmtry lib/fpc/%%PORTVERSION%%
-@dirrmtry lib/fpc
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%/md5
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%