Add xpi-firemobilesimulator 1.1.3, is a simulator of Japanese
mobile browser (DoCoMo/Au/Softbank) by firefox addons. Tested by: NAKAGAWA Tsuneo yaemon at kikansha dot jp
This commit is contained in:
parent
4281b8fe39
commit
2afe458c61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232669
4 changed files with 38 additions and 0 deletions
|
@ -1633,6 +1633,7 @@
|
|||
SUBDIR += xpi-firefox-showcase
|
||||
SUBDIR += xpi-firefoxonwooztalk
|
||||
SUBDIR += xpi-firegpg
|
||||
SUBDIR += xpi-firemobilesimulator
|
||||
SUBDIR += xpi-fission
|
||||
SUBDIR += xpi-flashblock
|
||||
SUBDIR += xpi-flashgot
|
||||
|
|
29
www/xpi-firemobilesimulator/Makefile
Normal file
29
www/xpi-firemobilesimulator/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: xpi-firemobilesimulator
|
||||
# Date created: 2009-04-23
|
||||
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= firemobilesimulator
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://ss1.xrea.com/poly.s49.xrea.com/dev.ohirune.net/firefox/
|
||||
DISTNAME= ${XPI_DISTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
|
||||
MAINTAINER= nork@FreeBSD.org
|
||||
COMMENT= Japanese Mobile Browser(DoCoMo/Au/Softbank) Simulator
|
||||
|
||||
XPI_ID= {77cc852e-6b45-11dd-929f-d30256d89593}
|
||||
XPI_FILES= chrome.manifest chrome/msim.jar \
|
||||
components/msimModifyHeaders.js \
|
||||
components/msimStreamConverter.js \
|
||||
components/nsDeviceProtocolHandler.js \
|
||||
defaults/preferences/msim.js \
|
||||
install.rdf license.txt
|
||||
|
||||
XPI_DIRS= chrome components \
|
||||
defaults/preferences defaults
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-firemobilesimulator/distinfo
Normal file
3
www/xpi-firemobilesimulator/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (xpi/firemobilesimulator_1.1.3.xpi) = f67a5ddb1e23269a9baeb922225db42d
|
||||
SHA256 (xpi/firemobilesimulator_1.1.3.xpi) = ff5636a627b4bd15a0c557efd3eb57b277ac69eb6162081a40f87fe74f5ab044
|
||||
SIZE (xpi/firemobilesimulator_1.1.3.xpi) = 695526
|
5
www/xpi-firemobilesimulator/pkg-descr
Normal file
5
www/xpi-firemobilesimulator/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
FireMobileSimulator is a Firefox Addon which is a
|
||||
Japanese Mobile Browser (DoCoMo/Au/Softbank)
|
||||
Simulator.
|
||||
|
||||
WWW: http://firemobilesimulator.org/ (Japanese only)
|
Loading…
Reference in a new issue