1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add gbottler, a SSTP Bottle client.

PR:		ports/65106
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp>
This commit is contained in:
Pav Lucistnik 2004-04-04 16:59:33 +00:00
parent 16dc47ffda
commit ef5932f99b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106131
5 changed files with 50 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += fuhquake
SUBDIR += galaxis
SUBDIR += garith
SUBDIR += gbottler
SUBDIR += gcompris2
SUBDIR += gemdropx
SUBDIR += ggz-client-libs

24
games/gbottler/Makefile Normal file
View File

@ -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>

2
games/gbottler/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (gbottler-0.0.2.tar.gz) = c2b6e2b7abc56b4fd1b0010ed8e60544
SIZE (gbottler-0.0.2.tar.gz) = 36652

5
games/gbottler/pkg-descr Normal file
View File

@ -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

18
games/gbottler/pkg-plist Normal file
View File

@ -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%%