From owner-freebsd-ports Fri Jun 22 22:20:12 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F32C37B407 for ; Fri, 22 Jun 2001 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5N5K2122652; Fri, 22 Jun 2001 22:20:02 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id E59BC37B401 for ; Fri, 22 Jun 2001 22:13:29 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f5N5CW620333; Sat, 23 Jun 2001 01:12:32 -0400 (EDT) (envelope-from petef) Message-Id: <200106230512.f5N5CW620333@electron.databits.net> Date: Sat, 23 Jun 2001 01:12:32 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28358: New port: games/eboard 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: 28358 >Category: ports >Synopsis: New port: games/eboard >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: Fri Jun 22 22:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: eboard is a GTK+ chess interface. It provides a chess board interface to ICS (Internet Chess Servers) like FICS and chessd, and to chess engines like GNU Chess, Sjeng and Crafty. eboard is currently under development, and its primary purpose is serving as interface to FICS. We expect to have eboard supporting most FICS features by July 2001. WWW: http://eboard.sourceforge.net >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: # # eboard # eboard/pkg-descr # eboard/pkg-plist # eboard/distinfo # eboard/Makefile # eboard/pkg-comment # echo c - eboard mkdir -p eboard > /dev/null 2>&1 echo x - eboard/pkg-descr sed 's/^X//' >eboard/pkg-descr << 'END-of-eboard/pkg-descr' Xeboard is a GTK+ chess interface. It provides a chess board Xinterface to ICS (Internet Chess Servers) like FICS and chessd, Xand to chess engines like GNU Chess, Sjeng and Crafty. X Xeboard is currently under development, and its primary purpose is Xserving as interface to FICS. We expect to have eboard supporting Xmost FICS features by July 2001. X XWWW: http://eboard.sourceforge.net X X- Pete Xpetef@databits.net END-of-eboard/pkg-descr echo x - eboard/pkg-plist sed 's/^X//' >eboard/pkg-plist << 'END-of-eboard/pkg-plist' Xbin/eboard Xbin/eboard-addtheme Xbin/eboard-config X%%PORTDOCS%%share/doc/eboard/Crafty.txt X%%PORTDOCS%%share/doc/eboard/FICS-Timeseal.txt X%%PORTDOCS%%share/doc/eboard/GNUChess4.txt X%%PORTDOCS%%share/doc/eboard/GNUChess5.txt X%%PORTDOCS%%share/doc/eboard/Scripts.txt X%%PORTDOCS%%share/doc/eboard/Sjeng.txt X%%PORTDOCS%%share/doc/eboard/Themes.txt Xshare/eboard Xshare/eboard/basic_g.png Xshare/eboard/basic_w.png Xshare/eboard/basic_y.png Xshare/eboard/rock.png Xshare/eboard/eboard_themes.conf X@dirrm share/eboard X%%PORTDOCS%%@dirrm share/doc/eboard END-of-eboard/pkg-plist echo x - eboard/distinfo sed 's/^X//' >eboard/distinfo << 'END-of-eboard/distinfo' XMD5 (eboard-0.2.5.tar.gz) = 9041bc5ea9149400be1e9882bce1cbe7 END-of-eboard/distinfo echo x - eboard/Makefile sed 's/^X//' >eboard/Makefile << 'END-of-eboard/Makefile' X# New ports collection makefile for: eboard X# Date created: 22 June 2001 X# Whom: petef@databits.net X# X# $FreeBSD$ X# X XPORTNAME= eboard XPORTVERSION= 0.2.5 XCATEGORIES= games XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= petef@databits.net X XLIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext X XGNU_CONFIGURE= yes XUSE_GTK= yes XUSE_IMLIB= yes XUSE_X_PREFIX= yes X XMAN6= eboard.6 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/eboard X.for file in Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \ X Scripts.txt Sjeng.txt Themes.txt X ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} \ X ${PREFIX}/share/doc/eboard X.endfor X.endif X X.include END-of-eboard/Makefile echo x - eboard/pkg-comment sed 's/^X//' >eboard/pkg-comment << 'END-of-eboard/pkg-comment' XGTK+ chess board interface (mainly for FICS and chessd) END-of-eboard/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message