mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
New port -- GNOME SUICA Viewer
Feature safe: yes
This commit is contained in:
parent
4e12fc4457
commit
66d92f795c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250122
@ -96,6 +96,7 @@
|
||||
SUBDIR += grep
|
||||
SUBDIR += groff
|
||||
SUBDIR += gskk
|
||||
SUBDIR += gsuica
|
||||
SUBDIR += gtkicq
|
||||
SUBDIR += guesswork-classic
|
||||
SUBDIR += gxditview
|
||||
|
51
japanese/gsuica/Makefile
Normal file
51
japanese/gsuica/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# New ports collection makefile for: gsuica
|
||||
# Date created: 21 February 2010
|
||||
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gsuica
|
||||
PORTVERSION= 0.04
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= japanese ruby
|
||||
MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/
|
||||
DISTNAME= ${PORTNAME}
|
||||
EXTRACT_SUFX= # empty
|
||||
|
||||
MAINTAINER= ume@FreeBSD.org
|
||||
COMMENT= GNOME SUICA Viewer
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 \
|
||||
${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2 \
|
||||
${RUBY_SITEARCHLIBDIR}/pasori.so:${PORTSDIR}/devel/libpafe-ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
EXTRACT_CMD= ${CP}
|
||||
EXTRACT_BEFORE_ARGS= -p
|
||||
EXTRACT_AFTER_ARGS= .
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
|
||||
# Fetch station code database
|
||||
station-code-fetch:
|
||||
@(cd ${WRKDIR}; \
|
||||
${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
|
||||
-o StationCode.xls \
|
||||
http://www.denno.net/SFCardFan/sendexcel.php; \
|
||||
${FETCH_AFTER_ARGS} \
|
||||
${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
|
||||
${MASTER_SITES}station_code_conv.sh ${FETCH_AFTER_ARGS})
|
||||
|
||||
# Install station code database into ~/.gsuica/station_code
|
||||
# BUILD_DEPENDS+= nkf:${PORTSDIR}/japanese/nkf
|
||||
# BUILD_DEPENDS+= xlhtml:${PORTSDIR}/textproc/xlhtml
|
||||
station-code-install:
|
||||
@(cd ${WRKDIR}; ${SH} station_code_conv.sh StationCode.xls)
|
||||
|
||||
.include <bsd.port.mk>
|
3
japanese/gsuica/distinfo
Normal file
3
japanese/gsuica/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gsuica) = 3f5acc76ccf7279ddadc398cc20ad0a8
|
||||
SHA256 (gsuica) = b857bce26d70c9b4cadc35a3d6c592dd4628aa245437e7ba66e7bc865bb32bba
|
||||
SIZE (gsuica) = 38711
|
3
japanese/gsuica/pkg-descr
Normal file
3
japanese/gsuica/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
GNOME SUICA Viewer
|
||||
|
||||
WWW: http://homepage3.nifty.com/slokar/pasori/gsuica.html
|
Loading…
Reference in New Issue
Block a user