1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add rubygem-libarchive 0.1.2.

This commit is contained in:
Akinori MUSHA 2014-04-09 02:33:59 +00:00
parent b2753cc9d4
commit 6934348ba0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350663
4 changed files with 31 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += rubygem-archive-tar-minitar
SUBDIR += rubygem-archive-zip
SUBDIR += rubygem-bzip2
SUBDIR += rubygem-libarchive
SUBDIR += rubygem-minitar
SUBDIR += rubygem-rubyzip
SUBDIR += rubygem-rubyzip2

View File

@ -0,0 +1,20 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= libarchive
PORTVERSION= 0.1.2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby bindings for libarchive
LICENSE= BSD3CLAUSE
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
USE_DOS2UNIX= ext/depend
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/libarchive-0.1.2.gem) = a2a1d307e32f04cd6b8af7348c74c5fb57bf6ea2bae287246177ee9b7b5177b2
SIZE (rubygem/libarchive-0.1.2.gem) = 53760

View File

@ -0,0 +1,8 @@
Ruby bindings for Libarchive.
Libarchive is a programming library that can create and read several
different streaming archive formats, including most popular tar
variants, several cpio formats, and both BSD and GNU ar variants.
Author: SUGAWARA Genki <sgwr_dts@yahoo.co.jp>
WWW: https://bitbucket.org/winebarrel/libarchive-ruby