diff options
author | taca <taca> | 2004-11-28 14:42:07 +0000 |
---|---|---|
committer | taca <taca> | 2004-11-28 14:42:07 +0000 |
commit | 0ee7f971d538a452f7ec0acfb439a93e0bf0cfac (patch) | |
tree | 11404fc33ef32d4c47d786731f64a757d732e4c1 /converters/ruby-uconv/Makefile | |
parent | 7e9be21690dd1ca008c3e8676c85ade0d93a2b4c (diff) | |
download | pkgsrc-0ee7f971d538a452f7ec0acfb439a93e0bf0cfac.tar.gz |
Update ruby-uconv pacakge to 0.4.12.
Changes of version 0.4.12
* support Ruby 1.8
Changes of version 0.4.11
* append --enable-compat-win32api option for Win32API compatible CP932 table.
Changes of version 0.4.10
* fix memory leaks
* append --enable-fullwidth-reverse-solidus option.
Diffstat (limited to 'converters/ruby-uconv/Makefile')
-rw-r--r-- | converters/ruby-uconv/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/converters/ruby-uconv/Makefile b/converters/ruby-uconv/Makefile index 52670635460..49144218bde 100644 --- a/converters/ruby-uconv/Makefile +++ b/converters/ruby-uconv/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2004/11/27 15:37:20 taca Exp $ +# $NetBSD: Makefile,v 1.7 2004/11/28 14:42:07 taca Exp $ # FreeBSD: ports/japanese/ruby-uconv/Makefile,v 1.8 2001/01/30 19:26:22 knu Exp -DISTNAME= uconv-0.4.9 +DISTNAME= uconv-0.4.12 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= converters japanese ruby MASTER_SITES= http://www.yoshidam.net/ @@ -15,16 +15,8 @@ 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 |