- Add LICENSE

- Remove DISTNAME
- Capitalize leading character in COMMENT
- Use ASCII characters in pkg-descr
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-28 16:24:25 +00:00
parent 1b9f3a0a78
commit 4b5c55fcf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366417
2 changed files with 6 additions and 5 deletions

View file

@ -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>

View file

@ -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/