From owner-freebsd-ports Wed Jul 4 10:50:20 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 1DC3D37B406 for ; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Ho2888611; Wed, 4 Jul 2001 10:50:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CC9237B405 for ; Wed, 4 Jul 2001 10:40:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f64Hew787373; Wed, 4 Jul 2001 10:40:58 -0700 (PDT) (envelope-from nobody) Message-Id: <200107041740.f64Hew787373@freefall.freebsd.org> Date: Wed, 4 Jul 2001 10:40:58 -0700 (PDT) From: Hye-Shik Chang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/28695: New port: games/pyching 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: 28695 >Category: ports >Synopsis: New port: games/pyching >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: Wed Jul 04 10:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hye-Shik Chang >Release: FreeBSD 4.3 >Organization: Yonsei University >Environment: FreeBSD ryoko.a-ra.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 9 21:06:00 KST 2001 root@ryoko.a-ra.net:/usr/src/sys/compile/RYOKO i386 >Description: PyChing allows to consult I Ching, a ancient Chinese book of wisdom. It is also famous as 'Ju-Yeok' in Korea, either. :) It's fun. (My grand mother loved that) with Heavenly Bliss to: Bong-Hwa Moon, my grand mother (Apr 15 1919 - Jul 4 2001) >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: # # pyching # pyching/pkg-descr # pyching/distinfo # pyching/Makefile # pyching/pkg-comment # pyching/pkg-plist # echo c - pyching mkdir -p pyching > /dev/null 2>&1 echo x - pyching/pkg-descr sed 's/^X//' >pyching/pkg-descr << 'END-of-pyching/pkg-descr' Xpyching is a program that allows you to 'consult' Xthe I Ching, an ancient Chinese book of wisdom, Xusing the coin oracle, and then to look up a brief Xinterpretation. X XWWW: http://sourceforge.net/projects/pyching/ END-of-pyching/pkg-descr echo x - pyching/distinfo sed 's/^X//' >pyching/distinfo << 'END-of-pyching/distinfo' XMD5 (pyching-1.0.4.tar.gz) = 8ca06fc64376e97ad708fbe727b41bc0 END-of-pyching/distinfo echo x - pyching/Makefile sed 's/^X//' >pyching/Makefile << 'END-of-pyching/Makefile' X# New ports collection makefile for: pyching X# Date created: 5 July 2001 X# Whom: Hye-Shik Chang X# X# $FreeBSD$ X# X XPORTNAME= pyching XPORTVERSION= 1.0.4 XCATEGORIES= games python XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= perky@python.or.kr X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter X XNO_WRKSUBDIR= yes XUSE_PYTHON= yes XUSE_X_PREFIX= yes X XPLIST_SUB+= LIB_TARGET=${LIB_TARGET:S,^${PREFIX}/,,g} \ X DOC_TARGET=${DOC_TARGET:S,^${PREFIX}/,,g} X XEXEC_FILENAME= ${PORTNAME} XLIB_FILES= pyching_*.py* smgTkLib/smg*.py* icon.xbm XDOC_FILES= [A-Z]* XLIB_TARGET= ${PREFIX}/lib/${PORTNAME} XDOC_TARGET= ${PREFIX}/share/doc/${PORTNAME} X Xpost-patch: X ${SED} 's@^\(import sys\)$$@\1; sys.path.append("${LIB_TARGET}")@' \ X ${WRKSRC}/pyching.py >${WRKSRC}/${EXEC_FILENAME} X Xdo-build: X ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${EXEC_FILENAME} ${PREFIX}/bin X ${MKDIR} ${LIB_TARGET} X cd ${WRKSRC} && ${INSTALL_DATA} ${LIB_FILES} ${LIB_TARGET} X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOC_TARGET} X cd ${WRKSRC} && ${INSTALL_DATA} ${DOC_FILES} ${DOC_TARGET} X.endif X X.include END-of-pyching/Makefile echo x - pyching/pkg-comment sed 's/^X//' >pyching/pkg-comment << 'END-of-pyching/pkg-comment' XConsult a I Ching, an ancient Chinese book of wisdom END-of-pyching/pkg-comment echo x - pyching/pkg-plist sed 's/^X//' >pyching/pkg-plist << 'END-of-pyching/pkg-plist' Xbin/pyching X%%LIB_TARGET%%/pyching_cimages.py X%%LIB_TARGET%%/pyching_cimages.pyc X%%LIB_TARGET%%/pyching_engine.py X%%LIB_TARGET%%/pyching_engine.pyc X%%LIB_TARGET%%/pyching_hlhtx_data.py X%%LIB_TARGET%%/pyching_hlhtx_data.pyc X%%LIB_TARGET%%/pyching_idimage_data.py X%%LIB_TARGET%%/pyching_idimage_data.pyc X%%LIB_TARGET%%/pyching_inhtx_data.py X%%LIB_TARGET%%/pyching_inhtx_data.pyc X%%LIB_TARGET%%/pyching_interface_tkinter.py X%%LIB_TARGET%%/pyching_interface_tkinter.pyc X%%LIB_TARGET%%/smgAbout.py X%%LIB_TARGET%%/smgAbout.pyc X%%LIB_TARGET%%/smgAnimate.py X%%LIB_TARGET%%/smgAnimate.pyc X%%LIB_TARGET%%/smgDialog.py X%%LIB_TARGET%%/smgDialog.pyc X%%LIB_TARGET%%/smgHtmlView.py X%%LIB_TARGET%%/smgHtmlView.pyc X%%LIB_TARGET%%/icon.xbm X@dirrm %%LIB_TARGET%% X%%PORTDOCS%%%%DOC_TARGET%%/BUGS X%%PORTDOCS%%%%DOC_TARGET%%/CHANGES X%%PORTDOCS%%%%DOC_TARGET%%/COPYING X%%PORTDOCS%%%%DOC_TARGET%%/COPYRIGHT X%%PORTDOCS%%%%DOC_TARGET%%/CREDITS X%%PORTDOCS%%%%DOC_TARGET%%/INSTALL X%%PORTDOCS%%%%DOC_TARGET%%/NEWS X%%PORTDOCS%%%%DOC_TARGET%%/README X%%PORTDOCS%%@dirrm %%DOC_TARGET%% END-of-pyching/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message