summaryrefslogtreecommitdiff
path: root/lang/ruby18/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2005-03-06 16:58:13 +0000
committertaca <taca@pkgsrc.org>2005-03-06 16:58:13 +0000
commit30ee139b56d06a8c755006aac324a88fcbab76f7 (patch)
treef5fcf27e104bb5a946e617e8ac26fa4a210b6414 /lang/ruby18/Makefile
parenta4200d60367b48d9a3ee4da3aedf20a16809b73c (diff)
downloadpkgsrc-30ee139b56d06a8c755006aac324a88fcbab76f7.tar.gz
Make this package to meta packagea containing ruby18-base, ruby18-iconv,
ruby18-dbm, ruby18-gdbm, ruby18-curses, ruby18-readline, ruby18-digest, ruby18-opnessl, ruby18-tcltklib and ruby18-tk. Bump PKGREVISION.
Diffstat (limited to 'lang/ruby18/Makefile')
-rw-r--r--lang/ruby18/Makefile129
1 files changed, 20 insertions, 109 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile
index 0fd83491aa0..6e396ff0630 100644
--- a/lang/ruby18/Makefile
+++ b/lang/ruby18/Makefile
@@ -1,124 +1,35 @@
-# $NetBSD: Makefile,v 1.5 2005/02/21 15:29:15 taca Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/06 16:58:13 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_VERSION}
-PKGREVISION= 1
+PKGREVISION= 3
CATEGORIES= lang ruby
MASTER_SITES= ${MASTER_SITE_RUBY}
MAINTAINER= taca@NetBSD.org
-HOMEPAGE= ${RUBY_HOMEPAGE}
-COMMENT= Ruby programming language 1.8 based release
-
-CONFLICTS+= ruby-base-[1-9]*
-CONFLICTS+= ruby${RUBY_VER}-dbm-* ruby${RUBY_VER}-digest-*
-CONFLICTS+= ruby${RUBY_VER}-openssl-* ruby${RUBY_VER}-zlib-*
+HOMEPAGE= http://www.ruby-lang.org/en/
+COMMENT= Ruby programming language ${RUBY_VERSION} meta package
+
+DEPENDS+= ${RUBY_PKGPREFIX}-base>=${RUBY_VERSION}:../../lang/ruby18-base
+DEPENDS+= ${RUBY_PKGPREFIX}-iconv>=${RUBY_VERSION}nb1:../../converters/ruby-iconv
+DEPENDS+= ${RUBY_PKGPREFIX}-dbm>=${RUBY_VERSION}nb1:../../databases/ruby-dbm
+DEPENDS+= ${RUBY_PKGPREFIX}-gdbm>=${RUBY_VERSION}nb1:../../databases/ruby-gdbm
+DEPENDS+= ${RUBY_PKGPREFIX}-curses>=${RUBY_VERSION}nb2:../../devel/ruby-curses
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}nb1:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-digest>=${RUBY_VERSION}nb1:../../security/ruby-digest
+DEPENDS+= ${RUBY_PKGPREFIX}-openssl>=${RUBY_VERSION}nb1:../../security/ruby-openssl
+DEPENDS+= ${RUBY_PKGPREFIX}-tcltllib>=${RUBY_VERSION}nb2:../../x11/ruby-tcltklib
+DEPENDS+= ${RUBY_PKGPREFIX}-tk>=${RUBY_VERSION}nb2:../../x11/ruby-tk
RUBY_VERSION= ${RUBY18_VERSION}
-USE_BUILDLINK3= yes
-GNU_CONFIGURE= yes
-TEST_TARGET= test
-CONFIGURE_ARGS+= --enable-shared
-CONFIGURE_ENV+= PREFIX="${PREFIX}"
-INSTALL_TARGET= install install-doc
-WRKSRC= ${RUBY_WRKSRC}
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
-# Ruby build process depends on config.status's content
-CONFIG_STATUS_OVERRIDE= # empty
+do-install:
+ @${ECHO_MSG} This os only a meta package.
.include "../../lang/ruby/rubyversion.mk"
-
-.if !empty(RUBY_SUFFIX)
-CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}"
-.endif
-
-DOCS= COPYING COPYING.ja ChangeLog README \
- README.EXT README.EXT.ja README.ja ToDo \
- doc/ChangeLog-1.8.0 doc/NEWS \
- doc/forwardable.rd doc/forwardable.rd.ja \
- doc/shell.rd doc/shell.rd.ja doc/irb/irb-tools.rd.ja \
- doc/irb/irb.rd doc/irb/irb.rd.ja
-EXT_DOCS= bigdecimal/bigdecimal_en.html bigdecimal/bigdecimal_ja.html \
- digest/digest.txt digest/digest.txt.ja dl/doc/dl.txt \
- enumerator/enumerator.txt etc/etc.txt etc/etc.txt.ja \
- syslog/syslog.txt zlib/doc/zlib.rd
-
-BIGDECIMAL_EXAMPLES= linear.rb nlsolve.rb pi.rb
-DL_EXAMPLES= c++sample.C c++sample.rb drives.rb getch.rb libc.rb \
- msgbox.rb msgbox2.rb stream.rb
-PTY_EXAMPLES= expect_sample.rb script.rb shl.rb
-
-REPLACE_RUBY= bin/erb bin/irb bin/rdoc bin/ri bin/testrb \
- ext/bigdecimal/sample/linear.rb \
- ext/bigdecimal/sample/nlsolve.rb \
- ext/bigdecimal/sample/pi.rb ext/dl/h2rb \
- lib/rdoc/markup/sample/rdoc2latex.rb \
- sample/biorhythm.rb sample/cal.rb sample/exyacc.rb \
- sample/fullpath.rb sample/less.rb sample/from.rb \
- sample/goodfriday.rb sample/logger/shifting.rb \
- sample/logger/app.rb sample/logger/log.rb sample/mine.rb \
- sample/mpart.rb sample/observ.rb sample/optparse/opttest.rb \
- sample/openssl/c_rehash.rb sample/openssl/cert2text.rb \
- sample/openssl/cert_store_view.rb \
- sample/openssl/certstore.rb sample/openssl/cipher.rb \
- sample/openssl/crlstore.rb sample/openssl/echo_cli.rb \
- sample/openssl/echo_svr.rb sample/openssl/gen_csr.rb \
- sample/openssl/smime_read.rb sample/openssl/smime_write.rb \
- sample/openssl/wget.rb \
- sample/soap/calc/httpd.rb sample/soap/calc/server.rb \
- sample/soap/calc/server2.rb sample/soap/icd/icd.rb \
- sample/soap/babelfish.rb sample/soap/exchange/client.rb \
- sample/soap/exchange/httpd.rb sample/soap/exchange/server.rb \
- sample/soap/raa/soap4r.rb sample/soap/sampleStruct/httpd.rb \
- sample/soap/sampleStruct/server.rb sample/pi.rb \
- sample/wsdl/amazon/sampleClient.rb \
- sample/wsdl/googleSearch/sampleClient.rb \
- sample/wsdl/googleSearch/httpd.rb sample/wsdl/raa/soap4r.rb \
- sample/test.rb sample/trojan.rb sample/time.rb \
- sample/uumerge.rb
-
-pre-configure:
- ${RM} -f ${WRKSRC}/ext/curses/extconf.rb
- ${RM} -f ${WRKSRC}/ext/gdbm/extconf.rb
- ${RM} -f ${WRKSRC}/ext/iconv/extconf.rb
- ${RM} -f ${WRKSRC}/ext/readline/extconf.rb
- ${RM} -f ${WRKSRC}/ext/tcltklib/extconf.rb
- ${RM} -f ${WRKSRC}/ext/tk/extconf.rb
-
-pre-build:
- @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \;
-
-post-install:
- ${STRIP} ${RUBY}
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/irb
- ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/pty
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${f:C/^doc\///}
-.endfor
- ${INSTALL_SCRIPT} ${WRKSRC}/ext/dl/h2rb ${PREFIX}/bin/h2rb${RUBY_VER}
-.for f in ${EXT_DOCS}
- ${INSTALL_DATA} ${WRKSRC}/ext/${f} ${RUBY_DOCDIR}
-.endfor
- ${CP} -r ${WRKSRC}/ext/pty/README.* ${RUBY_DOCDIR}/pty
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/pty
- ${CP} -r ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/bigdecimal
-.for f in ${BIGDECIMAL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/ext/bigdecimal/sample/$f \
- ${RUBY_EXAMPLESDIR}/bigdecimal
-.endfor
- ${INSTALL_DATA_DIR} ${RUBY_EXAMPLESDIR}/dl
-.for f in ${DL_EXAMPLES}
- ${INSTALL_DATA} ${RUBY_WRKSRC}/ext/dl/sample/$f \
- ${RUBY_EXAMPLESDIR}/dl
-.endfor
-.for f in ${PTY_EXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/ext/pty/$f ${RUBY_EXAMPLESDIR}/pty
-.endfor
-
.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bdb.buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"