Archive::Tar::Minitar is a pure-Ruby library and command-line utility

that provides the ability to deal with POSIX tar(1) archive files. The 
implementation is based heavily on Mauricio Fernandez's implementation 
in rpa-base, but has been reorganised to promote reuse in other
projects.

This is going to replace archivers/ruby-archive-tar-minitar and to be
used by sysutils/ruby-r10k update.

OK jasper@
This commit is contained in:
sebastia 2015-06-19 06:14:07 +00:00
parent f2794cbf0b
commit f0f493d50f
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/19 06:14:07 sebastia Exp $
COMMENT = command-line utility for POSIX tar(1) archive files
DISTNAME = minitar-0.5.4
CATEGORIES = archivers
HOMEPAGE = http://www.github.com/atoulme/minitar
MAINTAINER = Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
# GPLv2/Ruby license
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (minitar-0.5.4.gem) = aq49r8+DtdP08khe28ogKgrgVLouOyBMJMwH3KqT7e4=
SIZE (minitar-0.5.4.gem) = 23552

View File

@ -0,0 +1,5 @@
Archive::Tar::Minitar is a pure-Ruby library and command-line utility
that provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Fernandez's implementation
in rpa-base, but has been reorganised to promote reuse in other
projects.

View File

@ -0,0 +1,22 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/19 06:14:07 sebastia Exp $
@conflict ruby21-archive-tar-minitar-*
@pkgpath archivers/ruby-archive-tar-minitar
${GEM_BIN}/minitar${GEM_BIN_SUFFIX}
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
${GEM_LIB}/gems/${DISTNAME}/Install
${GEM_LIB}/gems/${DISTNAME}/README
${GEM_LIB}/gems/${DISTNAME}/Rakefile
${GEM_LIB}/gems/${DISTNAME}/bin/
${GEM_LIB}/gems/${DISTNAME}/bin/minitar
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/archive/
${GEM_LIB}/gems/${DISTNAME}/lib/archive/tar/
${GEM_LIB}/gems/${DISTNAME}/lib/archive/tar/minitar/
${GEM_LIB}/gems/${DISTNAME}/lib/archive/tar/minitar.rb
${GEM_LIB}/gems/${DISTNAME}/lib/archive/tar/minitar/command.rb
${GEM_LIB}/gems/${DISTNAME}/tests/
${GEM_LIB}/gems/${DISTNAME}/tests/tc_tar.rb
${GEM_LIB}/gems/${DISTNAME}/tests/testall.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec