Date: Mon, 05 Apr 2004 01:53:26 +0900 (JST) From: UMENO Takashi <umeno@rr.iij4u.or.jp> To: pav@FreeBSD.org Cc: umeno@rr.iij4u.or.jp Subject: Re: ports/65106: New Port: games/gbottler - A SSTP Bottle client Message-ID: <20040405.015326.884077686.umeno@belldandy.unnumbered.net> In-Reply-To: <200404041446.i34EkXNo007414@freefall.freebsd.org> References: <200404041446.i34EkXNo007414@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello. japanese/pycodec is needed at RUN_DEPENDS. RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 # 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: # # gbottler # gbottler/Makefile # gbottler/distinfo # gbottler/pkg-descr # gbottler/pkg-plist # echo c - gbottler mkdir -p gbottler > /dev/null 2>&1 echo x - gbottler/Makefile sed 's/^X//' >gbottler/Makefile << 'END-of-gbottler/Makefile' X# New ports collection makefile for: gbottler X# Date created: 3 Apr 2004 X# Whom: UMENO Takashi X# X# $FreeBSD$ X# X XPORTNAME= gbottler XPORTVERSION= 0.0.2 XCATEGORIES= games XMASTER_SITES= http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/files/gbottler/ X XMAINTAINER= umeno@rr.iij4u.or.jp XCOMMENT= GBottler is a SSTP Bottle client X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec \ X ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 X XPLIST_SUB= VERSION=${PORTVERSION} X XUSE_PYTHON= yes XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-gbottler/Makefile echo x - gbottler/distinfo sed 's/^X//' >gbottler/distinfo << 'END-of-gbottler/distinfo' XMD5 (gbottler-0.0.2.tar.gz) = c2b6e2b7abc56b4fd1b0010ed8e60544 XSIZE (gbottler-0.0.2.tar.gz) = 36652 END-of-gbottler/distinfo echo x - gbottler/pkg-descr sed 's/^X//' >gbottler/pkg-descr << 'END-of-gbottler/pkg-descr' XGBottler is a SSTP Bottle client. XThis SSTP Bottle client is based on bottler.py. X XFor more information, see XWWW: http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/gbottler.html END-of-gbottler/pkg-descr echo x - gbottler/pkg-plist sed 's/^X//' >gbottler/pkg-plist << 'END-of-gbottler/pkg-plist' Xbin/gbottler Xlib/gbottler-%%VERSION%%/gbottler.py Xlib/gbottler-%%VERSION%%/bottlelib.py Xlib/gbottler-%%VERSION%%/SakuraScript.py Xlib/gbottler-%%VERSION%%/gbottler.pyc Xlib/gbottler-%%VERSION%%/bottlelib.pyc Xlib/gbottler-%%VERSION%%/SakuraScript.pyc Xlib/gbottler-%%VERSION%%/gbottler.pyo Xlib/gbottler-%%VERSION%%/bottlelib.pyo Xlib/gbottler-%%VERSION%%/SakuraScript.pyo Xshare/locale/ja/LC_MESSAGES/gbottler.mo Xshare/doc/gbottler-%%VERSION%%/COPYING Xshare/doc/gbottler-%%VERSION%%/ChangeLog Xshare/doc/gbottler-%%VERSION%%/README Xshare/doc/gbottler-%%VERSION%%/README.bottler Xshare/doc/gbottler-%%VERSION%%/TODO X@dirrm share/doc/gbottler-%%VERSION%% X@dirrm lib/gbottler-%%VERSION%% END-of-gbottler/pkg-plist exit From: Pav Lucistnik <pav@FreeBSD.org> Subject: Re: ports/65106: New Port: games/gbottler - A SSTP Bottle client Date: Sun, 4 Apr 2004 07:46:33 -0700 (PDT) Message-ID: <200404041446.i34EkXNo007414@freefall.freebsd.org> pav> Synopsis: New Port: games/gbottler - A SSTP Bottle client pav> pav> State-Changed-From-To: open->feedback pav> State-Changed-By: pav pav> State-Changed-When: Sun Apr 4 07:46:12 PDT 2004 pav> State-Changed-Why: pav> This does not run: pav> pav> $ gbottler pav> Traceback (most recent call last): pav> File "/usr/local/lib/gbottler-0.0.2/gbottler.py", line 1781, in ? pav> app = Application() pav> File "/usr/local/lib/gbottler-0.0.2/gbottler.py", line 453, in __init__ pav> self.send_ghost_names() pav> File "/usr/local/lib/gbottler-0.0.2/gbottler.py", line 628, in send_ghost_names pav> self.host, self.port) pav> File "/usr/local/lib/gbottler-0.0.2/bottlelib.py", line 241, in send_sstp_message pav> message = message.encode("sjis") pav> LookupError: unknown encoding: sjis pav> pav> pav> pav> Responsible-Changed-From-To: freebsd-ports-bugs->pav pav> Responsible-Changed-By: pav pav> Responsible-Changed-When: Sun Apr 4 07:46:12 PDT 2004 pav> Responsible-Changed-Why: pav> Handle pav> pav> http://www.freebsd.org/cgi/query-pr.cgi?pr=65106 pav> -- UMENO Takashi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040405.015326.884077686.umeno>