* Initial import of cryptcat

Cryptcat is the standard netcat enhanced with twofish encryption.
This commit is contained in:
pancake ;) 2006-04-21 10:08:29 +00:00 committed by Thomas Klausner
parent 5008657a6e
commit 674970ee54
4 changed files with 36 additions and 0 deletions

1
cryptcat/DESCR Normal file
View file

@ -0,0 +1 @@
Cryptcat is the standard netcat enhanced with twofish encryption.

24
cryptcat/Makefile Normal file
View file

@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/04/21 10:08:29 poppnk Exp $
#
DISTNAME= cryptcat-unix-1.2.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cryptcat/}
EXTRACT_SUFX= .tar
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://farm9.org/Cryptcat/
COMMENT= Standard netcat enhanced with twofish encryption.
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/unix
BUILD_TARGET= ${LOWER_OPSYS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cryptcat
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cryptcat/
${INSTALL_DATA} ${WRKSRC}/README.cryptcat ${PREFIX}/share/doc/cryptcat/
${INSTALL_DATA} ${WRKSRC}/Credits ${PREFIX}/share/doc/cryptcat/
.include "../../mk/bsd.pkg.mk"

6
cryptcat/PLIST Normal file
View file

@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/21 10:08:29 poppnk Exp $
bin/cryptcat
share/doc/cryptcat/Credits
share/doc/cryptcat/README
share/doc/cryptcat/README.cryptcat
@dirrm share/doc/cryptcat

5
cryptcat/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2006/04/21 10:08:29 poppnk Exp $
SHA1 (cryptcat-unix-1.2.1.tar) = c5cb80bdd599a410feb8f8a6bb78174a571ec9fc
RMD160 (cryptcat-unix-1.2.1.tar) = 90c66c134deb7a3188bf27c1b0a42e8ef9bf2b27
Size (cryptcat-unix-1.2.1.tar) = 190464 bytes