From ef5932f99b33b86045001624830931a01d3b12ff Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 4 Apr 2004 16:59:33 +0000 Subject: Add gbottler, a SSTP Bottle client. PR: ports/65106 Submitted by: UMENO Takashi --- games/gbottler/Makefile | 24 ++++++++++++++++++++++++ games/gbottler/distinfo | 2 ++ games/gbottler/pkg-descr | 5 +++++ games/gbottler/pkg-plist | 18 ++++++++++++++++++ 4 files changed, 49 insertions(+) create mode 100644 games/gbottler/Makefile create mode 100644 games/gbottler/distinfo create mode 100644 games/gbottler/pkg-descr create mode 100644 games/gbottler/pkg-plist (limited to 'games/gbottler') 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 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%% -- cgit v1.2.3