From owner-freebsd-ports Tue Feb 15 10: 7:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by builder.freebsd.org (Postfix) with ESMTP id B6FBE526E for ; Tue, 15 Feb 2000 09:59:34 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA93547; Tue, 15 Feb 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from malkavian.org (malkavian.org [206.136.132.23]) by builder.freebsd.org (Postfix) with ESMTP id 9BA5352F2 for ; Tue, 15 Feb 2000 09:40:57 -0800 (PST) Received: (from spatula@localhost) by malkavian.org (8.9.3/8.9.3) id KAA13654; Tue, 15 Feb 2000 10:38:26 -0700 (MST) (envelope-from spatula) Message-Id: <200002151738.KAA13654@malkavian.org> Date: Tue, 15 Feb 2000 10:38:26 -0700 (MST) From: freebsd@spatula.net Reply-To: freebsd@spatula.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/16729: new port for speak (1.2) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16729 >Category: ports >Synopsis: update port for games/speak >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: Tue Feb 15 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: spatula >Release: FreeBSD 3.4-STABLE i386 >Organization: Spatula Systems >Environment: 3.x, untested under 4.x >Description: I recently got the authors' blessing to put speak under the BSD license and to distribute it that way. Removed some GPL-encumbered code and cleaned up some things, as well as fixed a few spelling errors. This is a port for the new revision of the code, 1.2. >How-To-Repeat: shar attached >Fix: # 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: # # speak # speak/Makefile # speak/files # speak/files/md5 # speak/pkg # speak/pkg/COMMENT # speak/pkg/DESCR # speak/pkg/PLIST # echo c - speak mkdir -p speak > /dev/null 2>&1 echo x - speak/Makefile sed 's/^X//' >speak/Makefile << 'END-of-speak/Makefile' X# New ports collection makefile for: speak X# Version required: 1.2 X# Date created: 15 February 2000 X# Whom: freebsd@spatula.net X# X# $FreeBSD$ X# X XDISTNAME= speak-1.2 XCATEGORIES= games XMASTER_SITES= http://www.spatula.net/software/speak/ X XMAINTAINER= freebsd@spatula.net X X.include END-of-speak/Makefile echo c - speak/files mkdir -p speak/files > /dev/null 2>&1 echo x - speak/files/md5 sed 's/^X//' >speak/files/md5 << 'END-of-speak/files/md5' XMD5 (speak-1.2.tar.gz) = 30d8db4792696eb6bcd410c1659b2f08 END-of-speak/files/md5 echo c - speak/pkg mkdir -p speak/pkg > /dev/null 2>&1 echo x - speak/pkg/COMMENT sed 's/^X//' >speak/pkg/COMMENT << 'END-of-speak/pkg/COMMENT' XGenerates random middle-management synergy speak. END-of-speak/pkg/COMMENT echo x - speak/pkg/DESCR sed 's/^X//' >speak/pkg/DESCR << 'END-of-speak/pkg/DESCR' XSpeak is a program which generates random management gibberish speak Xusing lists of phrases commonly found in that kind of babble. X X- Nick Xfreebsd@spatula.net END-of-speak/pkg/DESCR echo x - speak/pkg/PLIST sed 's/^X//' >speak/pkg/PLIST << 'END-of-speak/pkg/PLIST' Xbin/speak Xshare/speak/speak.actions Xshare/speak/speak.wrk Xshare/speak/speak.leadins Xshare/speak/speak.nouns Xshare/speak/README X@dirrm share/speak END-of-speak/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message