diff --git a/textproc/Makefile b/textproc/Makefile index 1eb1517914ed..237b63b34409 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -871,6 +871,7 @@ SUBDIR += ruby-xslt SUBDIR += ruby-xtemplate SUBDIR += rubygem-ferret + SUBDIR += rubygem-formosa SUBDIR += rubygem-htmltools SUBDIR += rubygem-ini SUBDIR += rubygem-spreadsheet-excel diff --git a/textproc/rubygem-formosa/Makefile b/textproc/rubygem-formosa/Makefile new file mode 100644 index 000000000000..11eb9895c894 --- /dev/null +++ b/textproc/rubygem-formosa/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: formosa +# Date created: Jul 31, 2007 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= formosa +PORTVERSION= 0.0.1 +CATEGORIES= textproc rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= lukhnos@gmail.com +COMMENT= A collection of libraries for Taiwanese languages processing + +RUN_DEPENDS= rubygem-activesupport>=1.4.2:${PORTSDIR}/devel/rubygem-activesupport + +GEM_NAME= ${DISTNAME} + +.include +.include "${PORTSDIR}/devel/ruby-gems/Makefile.common" +.include diff --git a/textproc/rubygem-formosa/distinfo b/textproc/rubygem-formosa/distinfo new file mode 100644 index 000000000000..9a04533a528b --- /dev/null +++ b/textproc/rubygem-formosa/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/formosa-0.0.1.gem) = 9121353308a54e7926457c6ee3d774c7 +SHA256 (rubygem/formosa-0.0.1.gem) = 2d7e10d7837a7ff6f65503e660e54fd3e2c975ddc820947a5003ff07aef7fc60 +SIZE (rubygem/formosa-0.0.1.gem) = 36352 diff --git a/textproc/rubygem-formosa/pkg-descr b/textproc/rubygem-formosa/pkg-descr new file mode 100644 index 000000000000..ce2bb1c324e3 --- /dev/null +++ b/textproc/rubygem-formosa/pkg-descr @@ -0,0 +1,9 @@ +Formosa is a Ruby library for processing Taiwanese languages. Major languages +spoken in Taiwan include Holo, Hakka, Mandarin and those of the indigenous +people. Formosa is the Ruby branch of the lib-formosa project +(http://code.google.com/p/lib-formosa/). + +Currently, we focus on the processing of the Holo (Southern Min) language, +with necessary tools such as SyllableComposer available for general use. + +WWW: http://formosa.rubyforge.org/ diff --git a/textproc/rubygem-formosa/pkg-plist b/textproc/rubygem-formosa/pkg-plist new file mode 100644 index 000000000000..ada789cb9367 --- /dev/null +++ b/textproc/rubygem-formosa/pkg-plist @@ -0,0 +1,77 @@ +%%GEM_CACHE%% +%%GEM_SPEC%% +%%GEM_LIB_DIR%%/History.txt +%%GEM_LIB_DIR%%/License.txt +%%GEM_LIB_DIR%%/Manifest.txt +%%GEM_LIB_DIR%%/README.txt +%%GEM_LIB_DIR%%/Rakefile +%%GEM_LIB_DIR%%/lib/formosa.rb +%%GEM_LIB_DIR%%/lib/formosa/version.rb +%%GEM_LIB_DIR%%/lib/formosa/syllable_utility.rb +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/HoloVowels.h +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/LibHolo.h +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/compose.cpp +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/compose.h +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/extconf.rb +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/native_syllable_composer.c +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/Makefile +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/native_syllable_composer.o +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/compose.o +%%GEM_LIB_DIR%%/lib/ext/native_syllable_composer/native_syllable_composer.so +%%GEM_LIB_DIR%%/lib/native_syllable_composer/native_syllable_composer.so +%%GEM_LIB_DIR%%/scripts/txt2html +%%GEM_LIB_DIR%%/setup.rb +%%GEM_LIB_DIR%%/test/test_formosa.rb +%%GEM_LIB_DIR%%/test/test_helper.rb +%%GEM_LIB_DIR%%/website/index.html +%%GEM_LIB_DIR%%/website/index.txt +%%GEM_LIB_DIR%%/website/javascripts/rounded_corners_lite.inc.js +%%GEM_LIB_DIR%%/website/stylesheets/screen.css +%%GEM_LIB_DIR%%/website/template.rhtml +@dirrm %%GEM_LIB_DIR%%/website/stylesheets +@dirrm %%GEM_LIB_DIR%%/website/javascripts +@dirrm %%GEM_LIB_DIR%%/website +@dirrm %%GEM_LIB_DIR%%/test +@dirrm %%GEM_LIB_DIR%%/scripts +@dirrm %%GEM_LIB_DIR%%/lib/native_syllable_composer +@dirrm %%GEM_LIB_DIR%%/lib/formosa +@dirrm %%GEM_LIB_DIR%%/lib/ext/native_syllable_composer +@dirrm %%GEM_LIB_DIR%%/lib/ext +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%% +%%GEM_DOC_DIR%%/rdoc/rdoc-style.css +%%GEM_DOC_DIR%%/rdoc/files/lib/formosa_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/formosa/version_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/formosa/syllable_utility_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/ext/native_syllable_composer/compose_cpp.html +%%GEM_DOC_DIR%%/rdoc/files/lib/ext/native_syllable_composer/extconf_rb.html +%%GEM_DOC_DIR%%/rdoc/files/lib/ext/native_syllable_composer/native_syllable_composer_c.html +%%GEM_DOC_DIR%%/rdoc/files/History_txt.html +%%GEM_DOC_DIR%%/rdoc/files/License_txt.html +%%GEM_DOC_DIR%%/rdoc/files/Manifest_txt.html +%%GEM_DOC_DIR%%/rdoc/files/README_txt.html +%%GEM_DOC_DIR%%/rdoc/files/website/index_txt.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableUtility.src/M000001.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableUtility.src/M000002.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableUtility.src/M000003.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableUtility.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableType.html +%%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo.html +%%GEM_DOC_DIR%%/rdoc/classes/NativeSyllableComposer.html +%%GEM_DOC_DIR%%/rdoc/fr_file_index.html +%%GEM_DOC_DIR%%/rdoc/fr_class_index.html +%%GEM_DOC_DIR%%/rdoc/fr_method_index.html +%%GEM_DOC_DIR%%/rdoc/index.html +%%GEM_DOC_DIR%%/rdoc/created.rid +@dirrm %%GEM_DOC_DIR%%/rdoc/files/website +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/formosa +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/ext/native_syllable_composer +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib/ext +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib +@dirrm %%GEM_DOC_DIR%%/rdoc/files +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo/SyllableUtility.src +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Formosa/Holo +@dirrm %%GEM_DOC_DIR%%/rdoc/classes/Formosa +@dirrm %%GEM_DOC_DIR%%/rdoc/classes +@dirrm %%GEM_DOC_DIR%%/rdoc +@dirrm %%GEM_DOC_DIR%%