Update ruby18-tk package to 1.8.7.
Since chanes are too much to write here, please refer http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7/ChangeLog http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/NEWS http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_17/ChangeLog
This commit is contained in:
parent
4ee3da7d99
commit
2c7aa121ce
3 changed files with 1081 additions and 1053 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.30 2008/04/04 15:31:39 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.31 2008/06/19 14:37:41 taca Exp $
|
||||
|
||||
DISTNAME= ${RUBY_DISTNAME}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-tk-${RUBY_VERSION_SUFFIX}
|
||||
|
@ -12,6 +12,8 @@ COMMENT= Ruby interface to the Tk widget set
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
RUBY_HAS_ARCHLIB= yes
|
||||
USE_LANGUAGES= c
|
||||
USE_TOOLS+= pax
|
||||
USE_RUBY_EXTCONF= yes
|
||||
RUBY_EXTCONF_SUBDIRS= . tkutil
|
||||
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/tk
|
||||
|
@ -19,6 +21,7 @@ WRKSRC= ${RUBY_WRKSRC}/ext/tk
|
|||
CONFIGURE_ARGS+= --with-X11-dir=${X11BASE:Q}
|
||||
|
||||
REPLACE_RUBY_DIRS= sample
|
||||
INSTALLATION_DIRS= ${RUBY_EG}/tk
|
||||
|
||||
post-extract:
|
||||
${CHMOD} ${SHAREMODE} ${WRKSRC}/sample/tkextlib/tktable/tcllogo.gif
|
||||
|
@ -29,8 +32,7 @@ pre-install:
|
|||
-name '*.orig_dist' \) -exec ${RM} -f {} \;
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${RUBY_EXAMPLESDIR}/tk
|
||||
${CP} -r ${WRKSRC}/sample/* ${DESTDIR}${RUBY_EXAMPLESDIR}/tk
|
||||
cd ${WRKSRC}/sample; ${PAX} -rw . ${DESTDIR}${PREFIX}/${RUBY_EG}/tk
|
||||
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../lang/ruby/Makefile.common"
|
||||
|
|
2118
x11/ruby-tk/PLIST
2118
x11/ruby-tk/PLIST
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.16 2008/03/09 13:31:18 taca Exp $
|
||||
$NetBSD: distinfo,v 1.17 2008/06/19 14:37:41 taca Exp $
|
||||
|
||||
SHA1 (ruby-1.8.6-p114.tar.bz2) = 9929782935ebb77d040593a010b8d65b03ce6e23
|
||||
RMD160 (ruby-1.8.6-p114.tar.bz2) = 332d6e98ef79ad8175ce699ed5293407763f769f
|
||||
Size (ruby-1.8.6-p114.tar.bz2) = 3920921 bytes
|
||||
SHA1 (ruby-1.8.7-p17.tar.bz2) = 0119f0af48eafe4d7b8cfc95f23588556d25cc21
|
||||
RMD160 (ruby-1.8.7-p17.tar.bz2) = d220bd233dddba6c7ceeba84a7da5d2e6a78988b
|
||||
Size (ruby-1.8.7-p17.tar.bz2) = 4114057 bytes
|
||||
SHA1 (patch-aa) = 3e4795c80ec44b8aade5ce5ed6c2936f9f1d1e09
|
||||
|
|
Loading…
Reference in a new issue