Add ruby-zlib, an extension library to use zlib from Ruby

This commit is contained in:
Akinori MUSHA 2000-08-12 12:12:38 +00:00
parent 94e5ccba72
commit f84f39f617
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31574
6 changed files with 60 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += pkzip
SUBDIR += ppunpack
SUBDIR += rar
SUBDIR += ruby-zlib
SUBDIR += unace
SUBDIR += unarj
SUBDIR += undms

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: Ruby-zlib
# Date created: 12 Aug 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= zlib
PORTVERSION= 0.3.1
CATEGORIES= archivers # ruby
MASTER_SITES= http://www.blue.sky.or.jp/atelier/ruby/
PKGNAMEPREFIX= ruby-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby
RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby
INSTALL_TARGET= site-install
PLIST_SUB= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}"
RUBY= ${LOCALBASE}/bin/ruby
RUBY_VER= 1.4
RUBY_ARCH= ${ARCH}-freebsd${OSREL}
DOCS_EN= ChangeLog zlib.en.html
DOCS_JA= zlib.ja.html
do-configure:
@cd ${WRKSRC}; \
${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ruby/zlib/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/zlib/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ruby/zlib/ja/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/ruby-zlib-0.3.1.tar.gz) = c9f1b84801ec62e3152b580376154f3b

View File

@ -0,0 +1 @@
An extension library to use zlib from Ruby

View File

@ -0,0 +1,4 @@
This is an extension library to use zlib from Ruby. Ruby/zlib has
original .gz file handler of its own.
WWW: http://www.blue.sky.or.jp/atelier/#ruby-zlib

View File

@ -0,0 +1,6 @@
lib/ruby/site_ruby/%%RUBY_VER%%/%%RUBY_ARCH%%/zlib.so
share/doc/ruby/zlib/ChangeLog
share/doc/ruby/zlib/zlib.en.html
share/doc/ruby/zlib/ja/zlib.ja.html
@dirrm share/doc/ruby/zlib/ja
@dirrm share/doc/ruby/zlib