From owner-freebsd-ports Sat Sep 28 7:30:11 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 1F22737B401 for ; Sat, 28 Sep 2002 07:30:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A01A43E6E for ; Sat, 28 Sep 2002 07:30:06 -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 g8SEU6Co069956 for ; Sat, 28 Sep 2002 07:30:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8SEU6bR069955; Sat, 28 Sep 2002 07:30:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC05137B401 for ; Sat, 28 Sep 2002 07:21:10 -0700 (PDT) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [210.159.90.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F177C43E42 for ; Sat, 28 Sep 2002 07:21:09 -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 g8SEL5G3014586 for ; Sat, 28 Sep 2002 23:21:05 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.12.6/8.12.6/Submit) id g8SEL4IX014585; Sat, 28 Sep 2002 23:21:04 +0900 (JST) Message-Id: <200209281421.g8SEL4IX014585@belldandy.unnumbered.net> Date: Sat, 28 Sep 2002 23:21:04 +0900 (JST) From: UMENO Takashi Reply-To: UMENO Takashi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43452: 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: 43452 >Category: ports >Synopsis: New Port: games/grhino - GRhino Othello/Reversi Program >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 Sep 28 07:30:04 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 PR: ports/43141 (update to 0.7.0) >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 Tue Sep 24 23:30:09 2002 X+++ Makefile.in Thu Sep 26 09:34:21 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.7.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.7.0.tar.gz) = 501614a2ef3d6a2ce2edd66fe7c1cb82 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