pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/ruby-uconv Migrate ruby-rdtool to use new f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af76250564b1
branches:  trunk
changeset: 484460:af76250564b1
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 27 15:37:20 2004 +0000

description:
Migrate ruby-rdtool to use new framework for Ruby packages.

diffstat:

 converters/ruby-uconv/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 5007f03ca7f4 -r af76250564b1 converters/ruby-uconv/Makefile
--- a/converters/ruby-uconv/Makefile    Sat Nov 27 15:36:43 2004 +0000
+++ b/converters/ruby-uconv/Makefile    Sat Nov 27 15:37:20 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/27 15:37:20 taca 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}
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    converters japanese ruby
 MASTER_SITES=  http://www.yoshidam.net/
 
@@ -10,12 +10,10 @@
 HOMEPAGE=      http://www.yoshidam.net/Ruby.html#uconv
 COMMENT=       Unicode conversion library with Japanese codesets support
 
-WRKSRC=                ${WRKDIR}/uconv
-DIST_SUBDIR=   ruby
-USE_RUBY=      yes
-USE_RUBY_EXTCONF= yes
+USE_RUBY_EXTCONF=      yes
+WRKSRC=                        ${WRKDIR}/uconv
 
-INSTALL_TARGET=        site-install
+INSTALL_TARGET=                site-install
 
 REPLACE_RUBY=  samples/euc2unicode.rb samples/unicode2euc.rb \
                samples/xmlconv.rb
@@ -31,5 +29,5 @@
        ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/uconv
        ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/uconv
 
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index