summaryrefslogtreecommitdiff
path: root/security/rc5pipe
diff options
context:
space:
mode:
Diffstat (limited to 'security/rc5pipe')
-rw-r--r--security/rc5pipe/Makefile26
-rw-r--r--security/rc5pipe/distinfo3
-rw-r--r--security/rc5pipe/files/patch-Makefile11
-rw-r--r--security/rc5pipe/pkg-descr3
4 files changed, 0 insertions, 43 deletions
diff --git a/security/rc5pipe/Makefile b/security/rc5pipe/Makefile
deleted file mode 100644
index 6cb7bfd4e29e..000000000000
--- a/security/rc5pipe/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: rc5pipe
-# Date created: 25 June 2002
-# Whom: Frerich Raabe <frerich.raabe@gmx.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rc5pipe
-PORTVERSION= 1.1
-CATEGORIES= security
-MASTER_SITES= http://people.fruitsalad.org/bdavis/FreeBSD/ports/distfiles/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= RC5 en-/decryption via UNIX pipes
-
-DEPRECATED= Upstream disapear and distfile is no more available
-EXPIRATION_DATE= 2011-05-01
-
-PLIST_FILES= bin/rc5pipe
-WRKSRC= ${WRKDIR}/rc5pipe
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rc5pipe ${PREFIX}/bin/rc5pipe
-
-.include <bsd.port.mk>
diff --git a/security/rc5pipe/distinfo b/security/rc5pipe/distinfo
deleted file mode 100644
index 30bac64f8a94..000000000000
--- a/security/rc5pipe/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (rc5pipe-1.1.tgz) = df7d4b5f1f74ed04060fce577acf637b
-SHA256 (rc5pipe-1.1.tgz) = b0422e405227631f664a8d9e76f67f1815532da4dbb2f117bde379fbf135668f
-SIZE (rc5pipe-1.1.tgz) = 10637
diff --git a/security/rc5pipe/files/patch-Makefile b/security/rc5pipe/files/patch-Makefile
deleted file mode 100644
index 647cf93e542f..000000000000
--- a/security/rc5pipe/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig Wed Jun 26 12:18:06 2002
-+++ Makefile Wed Jun 26 12:18:32 2002
-@@ -1,6 +1,5 @@
--CC=gcc
--CFLAGS= -I/usr/local/include -s -O2
--LIBS= -L/usr/local/lib
-+CFLAGS+= -I${LOCALBASE}/include -s
-+LIBS= -L${LOCALBASE}/lib
-
- all:
- $(CC) $(CFLAGS) -o rc5pipe rc5pipe.c $(LIBS)
diff --git a/security/rc5pipe/pkg-descr b/security/rc5pipe/pkg-descr
deleted file mode 100644
index 84f827117a42..000000000000
--- a/security/rc5pipe/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-rc5pipe is a security program for encrypting and decrypting text via UNIX
-pipes. It uses the 128-bit RC5 encryption algorithm and takes advantage of
-padding, and is especially useful if combined with netcat.