Initial import of ruby16-iconv package.
This is an iconv wrapper class for Ruby 1.6 based release.
This commit is contained in:
parent
bd8febfed0
commit
89ed320423
4 changed files with 42 additions and 0 deletions
4
converters/ruby16-iconv/DESCR
Normal file
4
converters/ruby16-iconv/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is an iconv wrapper class for Ruby.
|
||||
|
||||
Note that this version is still experimental. Report any problems to
|
||||
the author.
|
29
converters/ruby16-iconv/Makefile
Normal file
29
converters/ruby16-iconv/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:24:15 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= iconv-0.5
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= converters ruby
|
||||
MASTER_SITES= http://nokada.jin.gr.jp/ruby/
|
||||
|
||||
MAINTAINER= taca@NetBSD.org
|
||||
HOMEPAGE= # not available
|
||||
COMMENT= Iconv wrapper class for Ruby
|
||||
|
||||
RUBY_VERSION= ${RUBY16_VERSION}
|
||||
USE_BUILDLINK3= YES
|
||||
USE_RUBY_EXTCONF= YES
|
||||
USE_RUBY_RD= YES
|
||||
|
||||
DOCS= iconv.html rd.css
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/iconv
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/iconv
|
||||
.endfor
|
||||
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../lang/ruby/buildlink3.mk"
|
||||
.include "../../converters/libiconv/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
converters/ruby16-iconv/PLIST
Normal file
5
converters/ruby16-iconv/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 14:24:15 taca Exp $
|
||||
${RUBY_SITEARCHLIBDIR}/iconv.so
|
||||
${RUBY_DOCDIR}/iconv/iconv.html
|
||||
${RUBY_DOCDIR}/iconv/rd.css
|
||||
@dirrm ${RUBY_DOCDIR}/iconv
|
4
converters/ruby16-iconv/distinfo
Normal file
4
converters/ruby16-iconv/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/11/27 14:24:15 taca Exp $
|
||||
|
||||
SHA1 (ruby/iconv-0.5.tar.gz) = 5c71177c7997342af1354ddf272c713c08661e3f
|
||||
Size (ruby/iconv-0.5.tar.gz) = 12089 bytes
|
Loading…
Reference in a new issue