From owner-freebsd-ports Tue Jun 23 03:30:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA13330 for freebsd-ports-outgoing; Tue, 23 Jun 1998 03:30:09 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13265 for ; Tue, 23 Jun 1998 03:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA02542; Tue, 23 Jun 1998 03:30:01 -0700 (PDT) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA12614 for ; Tue, 23 Jun 1998 03:27:06 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id QAA17436 for ; Tue, 23 Jun 1998 16:27:29 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id OAA01624; Tue, 23 Jun 1998 14:30:04 +0400 (MSD) Message-Id: <199806231030.OAA01624@icc.surw.chel.su> Date: Tue, 23 Jun 1998 14:30:04 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7030: New port: bogged-1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7030 >Category: ports >Synopsis: New port: bogged-1.0.0 >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 Jun 23 03:30:01 PDT 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Word game for X Window System. Bogged is an addictive word game, like boggle, for X Window System and Tcl/Tk. # 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: # # bogged-1.0.0 # bogged-1.0.0/Makefile # bogged-1.0.0/files # bogged-1.0.0/files/md5 # bogged-1.0.0/pkg # bogged-1.0.0/pkg/PLIST # bogged-1.0.0/pkg/COMMENT # bogged-1.0.0/pkg/DESCR # bogged-1.0.0/patches # bogged-1.0.0/patches/patch-aa # echo c - bogged-1.0.0 mkdir -p bogged-1.0.0 > /dev/null 2>&1 echo x - bogged-1.0.0/Makefile sed 's/^X//' >bogged-1.0.0/Makefile << 'END-of-bogged-1.0.0/Makefile' X# New ports collection makefile for: bogged X# Version required: 1.0.0 X# Date created: 18 May 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= bogged-1.0.0 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy XEXTRACT_SUFX= .gz XEXTRACT_CMD= ${CP} XEXTRACT_BEFORE_ARGS= XEXTRACT_AFTER_ARGS= ${WRKDIR} X XMAINTAINER= andy@icc.surw.chel.su X XRUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 X XNO_BUILD= yes XUSE_X11= yes XWRKSRC= ${WRKDIR} X Xpost-extract: X @ ${GUNZIP_CMD} ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX} X Xdo-install: X @ ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/bogged X X.include END-of-bogged-1.0.0/Makefile echo c - bogged-1.0.0/files mkdir -p bogged-1.0.0/files > /dev/null 2>&1 echo x - bogged-1.0.0/files/md5 sed 's/^X//' >bogged-1.0.0/files/md5 << 'END-of-bogged-1.0.0/files/md5' XMD5 (bogged-1.0.0.gz) = 0b42c72a937c0681ef423d22adf6e18d END-of-bogged-1.0.0/files/md5 echo c - bogged-1.0.0/pkg mkdir -p bogged-1.0.0/pkg > /dev/null 2>&1 echo x - bogged-1.0.0/pkg/PLIST sed 's/^X//' >bogged-1.0.0/pkg/PLIST << 'END-of-bogged-1.0.0/pkg/PLIST' Xbin/bogged END-of-bogged-1.0.0/pkg/PLIST echo x - bogged-1.0.0/pkg/COMMENT sed 's/^X//' >bogged-1.0.0/pkg/COMMENT << 'END-of-bogged-1.0.0/pkg/COMMENT' XWord game for X Window System. END-of-bogged-1.0.0/pkg/COMMENT echo x - bogged-1.0.0/pkg/DESCR sed 's/^X//' >bogged-1.0.0/pkg/DESCR << 'END-of-bogged-1.0.0/pkg/DESCR' XBogged is an addictive word game, like boggle, Xfor X Window System and Tcl/Tk. END-of-bogged-1.0.0/pkg/DESCR echo c - bogged-1.0.0/patches mkdir -p bogged-1.0.0/patches > /dev/null 2>&1 echo x - bogged-1.0.0/patches/patch-aa sed 's/^X//' >bogged-1.0.0/patches/patch-aa << 'END-of-bogged-1.0.0/patches/patch-aa' X--- bogged-1.0.0 Mon May 18 11:52:13 1998 X+++ /home/andy/tmp/wrk/bogged-1.0.0 Mon May 18 11:51:59 1998 X@@ -1,6 +1,6 @@ X #!/bin/sh X # the next line restarts using wish \ X-exec wish "$0" "$@" X+exec wish8.0 "$0" "$@" X X # X # Bogged is Copyright 1998 Todd David Rudick END-of-bogged-1.0.0/patches/patch-aa exit >How-To-Repeat: >Fix: Please, check and commit this port. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message