1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Adds XHTML Ruby support. Ruby texts will be rendered above the base texts,

as a small text. This supports both simple ruby and complex ruby of W3C spec.

Testcases:
* http://www.w3.org/International/tests/sec-ruby-markup-1
* http://www.aozora.gr.jp/cards/000035/files/1567_14913.html
* http://www.keishicho.metro.tokyo.jp/sikumi/pipo/music/music.htm

WWW: http://piro.sakura.ne.jp/xul/_rubysupport.html.en

PR:		ports/123903
Submitted by:	Anatoly Borodin <anatoly.borodin at gmail.com>
This commit is contained in:
Martin Wilke 2008-07-19 21:30:54 +00:00
parent 7be220f161
commit 9ff52c00b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217151
4 changed files with 37 additions and 0 deletions

View File

@ -1532,6 +1532,7 @@
SUBDIR += xpi-vimperator
SUBDIR += xpi-web_developer
SUBDIR += xpi-wmlbrowser
SUBDIR += xpi-xhtml-ruby-support
SUBDIR += xpi-xmpp4moz
SUBDIR += xpi-xpcom-component-viewer
SUBDIR += xpi-yslow

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: xpi-xhtml-ruby-support
# Date created: 2008-05-21
# Whom: Anatoly Borodin <anatoly.borodin@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xhtml-ruby-support
PORTVERSION= 2.1.2008040101
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= anatoly.borodin@gmail.com
COMMENT= Adds XHTML Ruby support
XPI_DISTNAME= xhtml_ruby_support
XPI_ID= {0620B69D-7B58-416d-A92A-0198860C2757}
XPI_NUM= 1935
XPI_FILES= chrome/rubysupport.jar chrome.manifest \
defaults/preferences/rubysupport.js install.js install.rdf
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xpi/xhtml_ruby_support-2.1.2008040101-fx.xpi) = 87bc54cae0a9d09f7106d6111a481013
SHA256 (xpi/xhtml_ruby_support-2.1.2008040101-fx.xpi) = 96005307616c54688565f31804d1fdd9740492a1401c310e433654aab7399ffe
SIZE (xpi/xhtml_ruby_support-2.1.2008040101-fx.xpi) = 29745

View File

@ -0,0 +1,9 @@
Adds XHTML Ruby support. Ruby texts will be rendered above the base texts,
as a small text. This supports both simple ruby and complex ruby of W3C spec.
Testcases:
* http://www.w3.org/International/tests/sec-ruby-markup-1
* http://www.aozora.gr.jp/cards/000035/files/1567_14913.html
* http://www.keishicho.metro.tokyo.jp/sikumi/pipo/music/music.htm
WWW: http://piro.sakura.ne.jp/xul/_rubysupport.html.en