mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add ruby-zlib, an extension library to use zlib from Ruby
This commit is contained in:
parent
94e5ccba72
commit
f84f39f617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31574
@ -24,6 +24,7 @@
|
||||
SUBDIR += pkzip
|
||||
SUBDIR += ppunpack
|
||||
SUBDIR += rar
|
||||
SUBDIR += ruby-zlib
|
||||
SUBDIR += unace
|
||||
SUBDIR += unarj
|
||||
SUBDIR += undms
|
||||
|
47
archivers/ruby-zlib/Makefile
Normal file
47
archivers/ruby-zlib/Makefile
Normal 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>
|
1
archivers/ruby-zlib/distinfo
Normal file
1
archivers/ruby-zlib/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/ruby-zlib-0.3.1.tar.gz) = c9f1b84801ec62e3152b580376154f3b
|
1
archivers/ruby-zlib/pkg-comment
Normal file
1
archivers/ruby-zlib/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An extension library to use zlib from Ruby
|
4
archivers/ruby-zlib/pkg-descr
Normal file
4
archivers/ruby-zlib/pkg-descr
Normal 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
|
6
archivers/ruby-zlib/pkg-plist
Normal file
6
archivers/ruby-zlib/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user