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:
parent
f2794cbf0b
commit
f0f493d50f
18
archivers/ruby-minitar/Makefile
Normal file
18
archivers/ruby-minitar/Makefile
Normal 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>
|
2
archivers/ruby-minitar/distinfo
Normal file
2
archivers/ruby-minitar/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (minitar-0.5.4.gem) = aq49r8+DtdP08khe28ogKgrgVLouOyBMJMwH3KqT7e4=
|
||||
SIZE (minitar-0.5.4.gem) = 23552
|
5
archivers/ruby-minitar/pkg/DESCR
Normal file
5
archivers/ruby-minitar/pkg/DESCR
Normal 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.
|
22
archivers/ruby-minitar/pkg/PLIST
Normal file
22
archivers/ruby-minitar/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user