Reimport of package ruby-uconv from japanese/ruby-uconv into converters/ruby-uconv.
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
This commit is contained in:
parent
2e1f990eba
commit
e47ae0b8e6
4 changed files with 58 additions and 0 deletions
7
converters/ruby-uconv/DESCR
Normal file
7
converters/ruby-uconv/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This is an Unicode conversion library with Japanese codesets support
|
||||
for Ruby.
|
||||
|
||||
Supported character encoding schemes are UCS-4, UTF-16, UTF-8, EUC-JP,
|
||||
CP932 (a variant of Shift_JIS for Japanese Windows).
|
||||
|
||||
WWW: http://www.yoshidam.net/Ruby.html#uconv
|
35
converters/ruby-uconv/Makefile
Normal file
35
converters/ruby-uconv/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:10 seb Exp $
|
||||
# FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp
|
||||
|
||||
DISTNAME= uconv-0.4.9
|
||||
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
|
||||
CATEGORIES= japanese converters
|
||||
MASTER_SITES= http://www.yoshidam.net/
|
||||
|
||||
MAINTAINER= taca@netbsd.org
|
||||
HOMEPAGE= http://www.yoshidam.net/Ruby.html#uconv
|
||||
COMMENT= Unicode conversion library with Japanese codesets support
|
||||
|
||||
DIST_SUBDIR= ruby
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/uconv
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
REPLACE_RUBY= samples/euc2unicode.rb samples/unicode2euc.rb \
|
||||
samples/xmlconv.rb
|
||||
EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml trilang.xml \
|
||||
unicode2euc.rb xmlconv.rb
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/uconv
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/${f} ${RUBY_EXAMPLESDIR}/uconv
|
||||
.endfor
|
||||
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/uconv
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv
|
||||
${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv
|
||||
|
||||
.include "../../lang/ruby-base/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
converters/ruby-uconv/PLIST
Normal file
12
converters/ruby-uconv/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/31 13:00:10 seb Exp $
|
||||
${RUBY_SITEARCHLIBDIR}/uconv.so
|
||||
${RUBY_DOCDIR}/uconv/README
|
||||
${RUBY_DOCDIR}/uconv/README.ja
|
||||
@dirrm ${RUBY_DOCDIR}/uconv
|
||||
${RUBY_EXAMPLESDIR}/uconv/euc2unicode.rb
|
||||
${RUBY_EXAMPLESDIR}/uconv/test_euc.txt
|
||||
${RUBY_EXAMPLESDIR}/uconv/test_euc.xml
|
||||
${RUBY_EXAMPLESDIR}/uconv/trilang.xml
|
||||
${RUBY_EXAMPLESDIR}/uconv/unicode2euc.rb
|
||||
${RUBY_EXAMPLESDIR}/uconv/xmlconv.rb
|
||||
@dirrm ${RUBY_EXAMPLESDIR}/uconv
|
4
converters/ruby-uconv/distinfo
Normal file
4
converters/ruby-uconv/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/05/31 13:00:10 seb Exp $
|
||||
|
||||
SHA1 (ruby/uconv-0.4.9.tar.gz) = 28f5692fa4705fdefa19dc9fbc7470c0f01cc750
|
||||
Size (ruby/uconv-0.4.9.tar.gz) = 585698 bytes
|
Loading…
Reference in a new issue