diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-04 16:59:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-04 16:59:33 +0000 |
commit | ef5932f99b33b86045001624830931a01d3b12ff (patch) | |
tree | 6cd6bb4dbccd685deae56f98c28182d1035a691c /games/gbottler | |
parent | 16dc47ffda294cb12bec75080cdf88e53e6fdad1 (diff) |
Add gbottler, a SSTP Bottle client.
PR: ports/65106
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Notes
Notes:
svn path=/head/; revision=106131
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 24 | ||||
-rw-r--r-- | games/gbottler/distinfo | 2 | ||||
-rw-r--r-- | games/gbottler/pkg-descr | 5 | ||||
-rw-r--r-- | games/gbottler/pkg-plist | 18 |
4 files changed, 49 insertions, 0 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile new file mode 100644 index 000000000000..6c767b369e35 --- /dev/null +++ b/games/gbottler/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gbottler +# Date created: 3 Apr 2004 +# Whom: UMENO Takashi +# +# $FreeBSD$ +# + +PORTNAME= gbottler +PORTVERSION= 0.0.2 +CATEGORIES= games +MASTER_SITES= http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/files/gbottler/ + +MAINTAINER= umeno@rr.iij4u.or.jp +COMMENT= SSTP Bottle client + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ + ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec + +PLIST_SUB= VERSION=${PORTVERSION} + +USE_PYTHON= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/games/gbottler/distinfo b/games/gbottler/distinfo new file mode 100644 index 000000000000..f3eb783ddf6f --- /dev/null +++ b/games/gbottler/distinfo @@ -0,0 +1,2 @@ +MD5 (gbottler-0.0.2.tar.gz) = c2b6e2b7abc56b4fd1b0010ed8e60544 +SIZE (gbottler-0.0.2.tar.gz) = 36652 diff --git a/games/gbottler/pkg-descr b/games/gbottler/pkg-descr new file mode 100644 index 000000000000..86246567c2eb --- /dev/null +++ b/games/gbottler/pkg-descr @@ -0,0 +1,5 @@ +GBottler is a SSTP Bottle client. +This SSTP Bottle client is based on bottler.py. + +For more information, see +WWW: http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/gbottler.html diff --git a/games/gbottler/pkg-plist b/games/gbottler/pkg-plist new file mode 100644 index 000000000000..f35d7048283e --- /dev/null +++ b/games/gbottler/pkg-plist @@ -0,0 +1,18 @@ +bin/gbottler +lib/gbottler-%%VERSION%%/gbottler.py +lib/gbottler-%%VERSION%%/bottlelib.py +lib/gbottler-%%VERSION%%/SakuraScript.py +lib/gbottler-%%VERSION%%/gbottler.pyc +lib/gbottler-%%VERSION%%/bottlelib.pyc +lib/gbottler-%%VERSION%%/SakuraScript.pyc +lib/gbottler-%%VERSION%%/gbottler.pyo +lib/gbottler-%%VERSION%%/bottlelib.pyo +lib/gbottler-%%VERSION%%/SakuraScript.pyo +share/locale/ja/LC_MESSAGES/gbottler.mo +share/doc/gbottler-%%VERSION%%/COPYING +share/doc/gbottler-%%VERSION%%/ChangeLog +share/doc/gbottler-%%VERSION%%/README +share/doc/gbottler-%%VERSION%%/README.bottler +share/doc/gbottler-%%VERSION%%/TODO +@dirrm share/doc/gbottler-%%VERSION%% +@dirrm lib/gbottler-%%VERSION%% |