aboutsummaryrefslogtreecommitdiff
path: root/archivers/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-03-29 10:37:40 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-03-29 10:37:40 +0000
commit9b51ebc59cdb25045f2e6a3c7d06dfd6b4247c0a (patch)
tree4791b93f4972fbb86d221f64435fab1e28bffc97 /archivers/Makefile
parentb6781c3bea6125e822a6c2922c438334a309fab4 (diff)
downloadports-9b51ebc59cdb25045f2e6a3c7d06dfd6b4247c0a.tar.gz
ports-9b51ebc59cdb25045f2e6a3c7d06dfd6b4247c0a.zip
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 Fernández's implementation in rpa-base, but has been reorganised to promote reuse in other projects. The library can only handle files and directories at this point. The command line utility, minitar, can only create archives, extract from archives, and list archive contents. WWW: http://rubyforge.org/projects/ruwiki/
Notes
Notes: svn path=/head/; revision=210061
Diffstat (limited to 'archivers/Makefile')
-rw-r--r--archivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 1f60f990a826..3813319c07f1 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -122,6 +122,7 @@
SUBDIR += ruby-bz2
SUBDIR += ruby-lha
SUBDIR += ruby-zip
+ SUBDIR += rubygem-archive-tar-minitar
SUBDIR += rvm
SUBDIR += rzip
SUBDIR += sectar