Date: Sat, 16 Jun 2001 17:39:42 -0700 (PDT) From: Dima Dorfman <dima@unixfreak.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28212: New port: reference implementation of soltaire Message-ID: <200106170039.f5H0dgw67979@hornet.unixfreak.org>
next in thread | raw e-mail | index | archive | help
>Number: 28212 >Category: ports >Synopsis: New port: reference implementation of soltaire >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 16 17:40:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dima Dorfman >Release: FreeBSD 4.3-20010602-STABLE i386 >Organization: FreeBSD >Environment: System: FreeBSD hornet.unixfreak.org 4.3-20010602-STABLE FreeBSD 4.3-20010602-STABLE #6: Wed Jun 6 18:55:33 PDT 2001 dima@hornet.unixfreak.org:/a/home/dima/w/f/4/sys/compile/HORNET i386 >Description: Solitaire is an encryption system based on a deck of cards by Bruce Schneier. Although it is designed to be worked out by a human, it can work on computers. This is the reference implementation programmed in Perl. The program itself is installed as 'solitaire', and the source code and test vectors are installed in share/doc/solitaire. >How-To-Repeat: >Fix: --- /home/dima/w/f/myports/solitaire.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # solitaire # solitaire/distinfo # solitaire/pkg-descr # solitaire/pkg-plist # solitaire/pkg-comment # solitaire/Makefile # echo c - solitaire mkdir -p solitaire > /dev/null 2>&1 echo x - solitaire/distinfo sed 's/^X//' >solitaire/distinfo << 'END-of-solitaire/distinfo' XMD5 (sol.pl) = 9334ee5119b112fc51715be8a8c0ce45 XMD5 (sol-test.txt) = f3bddfb349ed8302568918b988f84786 END-of-solitaire/distinfo echo x - solitaire/pkg-descr sed 's/^X//' >solitaire/pkg-descr << 'END-of-solitaire/pkg-descr' XSolitaire is an encryption system based on a deck of cards by Bruce XSchneier. Although it is designed to be worked out by a human, it can Xwork on computers. This is the reference implementation programmed in XPerl. The program itself is installed as 'solitaire', and the source Xcode and test vectors are installed in share/doc/solitaire. X XPlease read the web site below before relying on this for real security. X XWWW: http://www.counterpane.com/solitaire.html END-of-solitaire/pkg-descr echo x - solitaire/pkg-plist sed 's/^X//' >solitaire/pkg-plist << 'END-of-solitaire/pkg-plist' Xbin/solitaire Xshare/doc/solitaire/sol.pl Xshare/doc/solitaire/sol-test.txt X@dirrm share/doc/solitaire END-of-solitaire/pkg-plist echo x - solitaire/pkg-comment sed 's/^X//' >solitaire/pkg-comment << 'END-of-solitaire/pkg-comment' XThe reference implementation of the Solitaire encryption algorithm END-of-solitaire/pkg-comment echo x - solitaire/Makefile sed 's/^X//' >solitaire/Makefile << 'END-of-solitaire/Makefile' X# New ports collection makefile for: solitaire X# Date created: 11 June 2001 X# Whom: dd X# X# $FreeBSD$ X# X XPORTNAME= solitaire XPORTVERSION= 19980817 XCATEGORIES= math misc XMASTER_SITES= http://www.counterpane.com/ \ X ${MASTER_SITE_LOCAL} \ X http://www.unixfreak.org/~dima/distfiles/ XMASTER_SITE_SUBDIR= dd XDISTFILES= sol.pl sol-test.txt X XMAINTAINER= dd@FreeBSD.org X XNO_BUILD= yes XNO_WRKSUBDIR= yes XSTRIP= X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} -r ${DISTDIR}/sol.pl ${DISTDIR}/sol-test.txt ${WRKDIR} X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/sol.pl ${PREFIX}/bin/solitaire X @${MKDIR} ${PREFIX}/share/doc/solitaire X @${INSTALL_DATA} ${WRKSRC}/sol.pl ${WRKSRC}/sol-test.txt \ X ${PREFIX}/share/doc/solitaire X X.include <bsd.port.mk> END-of-solitaire/Makefile exit --- /home/dima/w/f/myports/solitaire.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106170039.f5H0dgw67979>