Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,35 +1,15 @@
# $NetBSD: Makefile,v 1.8 2015/06/07 16:26:37 taca Exp $
#
# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $
DISTNAME= ruby-progressbar-0.9
DISTNAME= ruby-progressbar-1.7.5
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
PKGREVISION= 1
CATEGORIES= misc ruby
MASTER_SITES= http://0xcc.net/ruby-progressbar/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://0xcc.net/ruby-progressbar/
HOMEPAGE= https://github.com/jfelchner/ruby-progressbar
COMMENT= Text Progress Bar Library for Ruby
LICENSE= ruby-license
LICENSE= mit
RUBY_VERSION_SUPPORTED= 200 193 18 21 22
RUBY_VERSIONS_ACCEPTED= 18 21 22 23
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS= ${RUBY_DOC}/progressbar ${RUBY_VENDORLIB}
do-test:
${RUN} cd ${WRKSRC}; ${RUBY} test.rb
do-install:
${INSTALL_DATA} ${WRKSRC}/progressbar.rb \
${DESTDIR}${PREFIX}/${RUBY_VENDORLIB}
.for d in progressbar.en.rd progressbar.ja.rd
${INSTALL_DATA} ${WRKSRC}/${d} \
${DESTDIR}${PREFIX}/${RUBY_DOC}/progressbar
.endfor
.include "../../lang/ruby/modules.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"