diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:24:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-29 00:24:25 +0800 |
commit | aaf1c0990cbf3c2c72bddd8f560559627dae67f8 (patch) | |
tree | a378e23f380d9822d99e5e96bb53fbd9949c0bbf /archivers/rubygem-archive-tar-minitar | |
parent | cd752533b1f523e171eada265531bf2667b7a840 (diff) | |
download | freebsd-ports-gnome-aaf1c0990cbf3c2c72bddd8f560559627dae67f8.tar.gz freebsd-ports-gnome-aaf1c0990cbf3c2c72bddd8f560559627dae67f8.tar.zst freebsd-ports-gnome-aaf1c0990cbf3c2c72bddd8f560559627dae67f8.zip |
- Add LICENSE
- Remove DISTNAME
- Capitalize leading character in COMMENT
- Use ASCII characters in pkg-descr
Diffstat (limited to 'archivers/rubygem-archive-tar-minitar')
-rw-r--r-- | archivers/rubygem-archive-tar-minitar/Makefile | 7 | ||||
-rw-r--r-- | archivers/rubygem-archive-tar-minitar/pkg-descr | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/archivers/rubygem-archive-tar-minitar/Makefile b/archivers/rubygem-archive-tar-minitar/Makefile index fa6b825c8108..34607947b34b 100644 --- a/archivers/rubygem-archive-tar-minitar/Makefile +++ b/archivers/rubygem-archive-tar-minitar/Makefile @@ -4,14 +4,17 @@ PORTNAME= archive-tar-minitar PORTVERSION= 0.5.2 CATEGORIES= archivers rubygems MASTER_SITES= RG -DISTNAME= archive-tar-minitar-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org -COMMENT= library and command-line utility for tar archives +COMMENT= Library and command-line utility for tar archives + +LICENSE= GPLv2 GPLv3 RUBY +LICENSE_COMB= dual USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/minitar .include <bsd.port.mk> diff --git a/archivers/rubygem-archive-tar-minitar/pkg-descr b/archivers/rubygem-archive-tar-minitar/pkg-descr index cf585a21a773..e5a21be4abd7 100644 --- a/archivers/rubygem-archive-tar-minitar/pkg-descr +++ b/archivers/rubygem-archive-tar-minitar/pkg-descr @@ -1,12 +1,10 @@ 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 +implementation is based heavily on Mauricio Fernandez'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. -LICENSE: Ruby License or GPL2 or later - WWW: http://rubygems.org/gems/archive-tar-minitar/ |