ports/93261: New port: games/gGo

Jonathan Chen jonc at chen.org.nz
Mon Feb 13 05:00:22 UTC 2006


>Number:         93261
>Category:       ports
>Synopsis:       New port: games/gGo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 13 05:00:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Chen
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD osiris.chen.org.nz 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Jan 30 11:52:44 NZDT 2006 root at osiris.chen.org.nz:/usr/obj/usr/src/sys/OSIRIS i386
>Description:
New Port for PandaNet's IGS client
>How-To-Repeat:
>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:
#
#	gGo
#	gGo/Makefile
#	gGo/distinfo
#	gGo/files
#	gGo/files/ggo.sh
#	gGo/pkg-plist
#	gGo/pkg-descr
#
echo c - gGo
mkdir -p gGo > /dev/null 2>&1
echo x - gGo/Makefile
sed 's/^X//' >gGo/Makefile << 'END-of-gGo/Makefile'
X# New ports collection makefile for:   gGo
X# Date created:		12 February 2005
X# Whom:			jonc at chen.org.nz
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gGo
XPORTVERSION=	1.0
XCATEGORIES=	games java
XMASTER_SITES=	http://www.pandanet.co.jp/java/gGo/download/
X
XMAINTAINER=	jonc at chen.org.nz
XCOMMENT=	PandaNet's IGS Client, GNU Go Client and SGF Editor
X
XRUN_DEPENDS=	java:${PORTSDIR}/java/javavmwrapper
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.3+
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XRESTRICTED=	Redistribution is restricted
XSTRIP=
X
Xpost-extract:
X	@cd ${WRKDIR} && ${TAR} xf gGo.ss
X	@${SED} s,%%DATADIR%%,${DATADIR}, ${FILESDIR}/ggo.sh > ${WRKDIR}/ggo
X
Xdo-install:
X	${MKDIR} ${DATADIR}
X	for JAR in ${WRKDIR}/usr/local/gGo/lib/*.jar ${WRKDIR}/usr/local/gGo/lib/*.zip ; \
X	do \
X		${INSTALL_DATA} $${JAR} ${DATADIR}; \
X	done
X	${INSTALL_PROGRAM} ${WRKDIR}/ggo ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-gGo/Makefile
echo x - gGo/distinfo
sed 's/^X//' >gGo/distinfo << 'END-of-gGo/distinfo'
XMD5 (gGo-1.0.tar.gz) = 36252ab21b1331ab08c8376d6b179449
XSHA256 (gGo-1.0.tar.gz) = 2b21f0f9dbb260ec62e7c0780257e8ea71091ecd9b71208929bff23ea879d13a
XSIZE (gGo-1.0.tar.gz) = 2754581
END-of-gGo/distinfo
echo c - gGo/files
mkdir -p gGo/files > /dev/null 2>&1
echo x - gGo/files/ggo.sh
sed 's/^X//' >gGo/files/ggo.sh << 'END-of-gGo/files/ggo.sh'
X#!/bin/sh
Xjava -jar %%DATADIR%%/gGo.jar
END-of-gGo/files/ggo.sh
echo x - gGo/pkg-plist
sed 's/^X//' >gGo/pkg-plist << 'END-of-gGo/pkg-plist'
Xbin/ggo
Xshare/gGo/gGo.jar
Xshare/gGo/LiquidLnF.jar 
Xshare/gGo/ggohelp.jar 
Xshare/gGo/jh.jar 
Xshare/gGo/kunststoff.jar 
Xshare/gGo/metouia.jar 
Xshare/gGo/plastic.jar 
Xshare/gGo/playerdb.jar 
Xshare/gGo/skinlf.jar 
Xshare/gGo/themepack.zip
X at dirrm share/gGo
END-of-gGo/pkg-plist
echo x - gGo/pkg-descr
sed 's/^X//' >gGo/pkg-descr << 'END-of-gGo/pkg-descr'
XPANDA-gGo is a Go board, SGF editor, client for the Internet Go Server
Xand an interface for playing with GNU Go. gGo is written in Java and
Xavailable for any Java-enabled platform. gGo is distributed free of
Xcharge.
X
XGo is an ancient boardgame, very common in Japan, China and Korea.
END-of-gGo/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list