From owner-freebsd-ports Sat Jun 16 17:40:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A8C8037B40C for ; Sat, 16 Jun 2001 17:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5H0e2s03220; Sat, 16 Jun 2001 17:40:02 -0700 (PDT) (envelope-from gnats) Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 2534337B406 for ; Sat, 16 Jun 2001 17:39:43 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: from hornet.unixfreak.org (hornet [63.198.170.140]) by bazooka.unixfreak.org (Postfix) with ESMTP id B765C3E0B for ; Sat, 16 Jun 2001 17:39:42 -0700 (PDT) Received: (from dima@localhost) by hornet.unixfreak.org (8.11.3/8.11.1) id f5H0dgw67979; Sat, 16 Jun 2001 17:39:42 -0700 (PDT) (envelope-from dima) Message-Id: <200106170039.f5H0dgw67979@hornet.unixfreak.org> Date: Sat, 16 Jun 2001 17:39:42 -0700 (PDT) From: Dima Dorfman Reply-To: Dima Dorfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28212: New port: reference implementation of soltaire Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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