From owner-freebsd-ports Fri Sep 20 13:40: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 48BA437B404 for ; Fri, 20 Sep 2002 13:40:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83D2C43E77 for ; Fri, 20 Sep 2002 13:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KKe2Co078793 for ; Fri, 20 Sep 2002 13:40:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8KKe2hK078792; Fri, 20 Sep 2002 13:40:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCC4837B401 for ; Fri, 20 Sep 2002 13:33:02 -0700 (PDT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [210.159.90.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2144F43E75 for ; Fri, 20 Sep 2002 13:33:02 -0700 (PDT) (envelope-from umeno@belldandy.unnumbered.net) Received: from belldandy.unnumbered.net (belldandy.unnumbered.net [IPv6:::1]) by belldandy.unnumbered.net (8.12.6/8.12.6) with ESMTP id g8KKWt0S047072 for ; Sat, 21 Sep 2002 05:32:55 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.12.6/8.12.6/Submit) id g8KKWtbr047071; Sat, 21 Sep 2002 05:32:55 +0900 (JST) Message-Id: <200209202032.g8KKWtbr047071@belldandy.unnumbered.net> Date: Sat, 21 Sep 2002 05:32:55 +0900 (JST) From: UMENO Takashi Reply-To: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43141: New Port: games/grhino - GRhino Othello/Reversi Program 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: 43141 >Category: ports >Synopsis: New Port: games/grhino - GRhino Othello/Reversi Program >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 20 13:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 4.7-PRERELEASE i386 >Organization: personal >Environment: System: FreeBSD belldandy.unnumbered.net 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Sat Sep 14 01:04:07 JST 2002 umeno@belldandy.unnumbered.net:/usr/src/sys/compile/SAKUYA14 i386 >Description: New Port: games/grhino - GRhino Othello/Reversi Program This send-pr will supersed ports/42548 (update to 0.6.0 and change port's name) >How-To-Repeat: N/A >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: # # grhino # grhino/files # grhino/files/patch-aa # grhino/files/patch-ab # grhino/pkg-comment # grhino/pkg-plist # grhino/Makefile # grhino/pkg-descr # grhino/distinfo # echo c - grhino mkdir -p grhino > /dev/null 2>&1 echo c - grhino/files mkdir -p grhino/files > /dev/null 2>&1 echo x - grhino/files/patch-aa sed 's/^X//' >grhino/files/patch-aa << 'END-of-grhino/files/patch-aa' X--- pattern.cc.orig Thu Aug 1 23:10:02 2002 X+++ pattern.cc Tue Aug 20 23:34:37 2002 X@@ -25,6 +25,7 @@ X #include X #include X #include X+#include X X // These are not correct in terms of symmetry but provide better X // opening moves END-of-grhino/files/patch-aa echo x - grhino/files/patch-ab sed 's/^X//' >grhino/files/patch-ab << 'END-of-grhino/files/patch-ab' X--- Makefile.in.orig Mon Sep 16 00:43:24 2002 X+++ Makefile.in Sat Sep 21 05:08:02 2002 X@@ -43,7 +43,7 @@ X etcdir = @sysconfdir@ X localedir = @datadir@/locale X X-pattern_dir = ${libdir}/${PACKAGE}-${VERSION} X+pattern_dir = @datadir@/${PACKAGE}/${VERSION} X X CC = @CC@ X CXX = @CXX@ END-of-grhino/files/patch-ab echo x - grhino/pkg-comment sed 's/^X//' >grhino/pkg-comment << 'END-of-grhino/pkg-comment' XGRhino Othello/Reversi Program END-of-grhino/pkg-comment echo x - grhino/pkg-plist sed 's/^X//' >grhino/pkg-plist << 'END-of-grhino/pkg-plist' Xbin/grhino Xshare/gnome/grhino/%%VERSION%%/row1.bin Xshare/gnome/grhino/%%VERSION%%/row2.bin Xshare/gnome/grhino/%%VERSION%%/row3.bin Xshare/gnome/grhino/%%VERSION%%/row4.bin Xshare/gnome/grhino/%%VERSION%%/diag1.bin Xshare/gnome/grhino/%%VERSION%%/diag2.bin Xshare/gnome/grhino/%%VERSION%%/diag3.bin Xshare/gnome/grhino/%%VERSION%%/diag4.bin Xshare/gnome/grhino/%%VERSION%%/diag5.bin Xshare/gnome/grhino/%%VERSION%%/corner5x2.bin Xshare/gnome/grhino/%%VERSION%%/book.bin X@dirrm share/gnome/grhino/%%VERSION%% X@dirrm share/gnome/grhino X END-of-grhino/pkg-plist echo x - grhino/Makefile sed 's/^X//' >grhino/Makefile << 'END-of-grhino/Makefile' X# New ports collection makefile for: grhino X# Date created: 21 Sep 2002 X# Whom: UMENO Takashi X# X# $FreeBSD$ X# X XPORTNAME= grhino XPORTVERSION= 0.6.0 XCATEGORIES= games gnome XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= rhino X XMAINTAINER= umeno@rr.iij4u.or.jp X XUSE_X_PREFIX= yes XUSE_REINPLACE= yes XUSE_GNOME= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XPLIST_SUB+= VERSION=${PORTVERSION} X Xpost-patch: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ X s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure X X.include END-of-grhino/Makefile echo x - grhino/pkg-descr sed 's/^X//' >grhino/pkg-descr << 'END-of-grhino/pkg-descr' XGRhino Othello/Reversi Program X XWWW: http://rhino.sourceforge.net/ END-of-grhino/pkg-descr echo x - grhino/distinfo sed 's/^X//' >grhino/distinfo << 'END-of-grhino/distinfo' XMD5 (grhino-0.6.0.tar.gz) = 9e0702e212271e0282e50ffb68fb706f END-of-grhino/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message