head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.3;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.08.19.55.59;	author tota;	state Exp;
branches;
next	1.3;

1.3
date	2011.11.02.18.05.03;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.31.11.16.02;	author tota;	state Exp;
branches;
next	1.1;

1.1
date	2011.08.06.08.06.58;	author tota;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-archive-zip
# Date created:		2011-08-06
# Whom:			TAKATSU Tomonari <tota@@FreeBSD.org>
#
# $FreeBSD: head/archivers/rubygem-archive-zip/Makefile 300895 2012-07-14 12:56:14Z beat $
#

PORTNAME=	archive-zip
PORTVERSION=	0.5.0
CATEGORIES=	archivers rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@@FreeBSD.org
COMMENT=	Provides interface to working with ZIP archives

RUN_DEPENDS=	rubygem-io-like>=0.3.0:${PORTSDIR}/devel/rubygem-io-like

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.4
log
@- Update to 0.5.0
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Fix depend versions according to rubygems.org [again]

With Hat:	ruby@@
Tested by:	P6 TB Full rubygem run
@
text
@d9 1
a9 1
PORTVERSION=	0.4.0
@


1.2
log
@- Update to 0.4.0
@
text
@d16 1
a16 1
RUN_DEPENDS=	rubygem-io-like>=0.1.0:${PORTSDIR}/devel/rubygem-io-like
@


1.1
log
@- Add a new port: archivers/rubygem-archive-zip

The Archive::Zip library intends to provide a simple, yet complete and
Ruby-esque, interface to working with ZIP archives.

Basic archive creation and extraction can be handled using only a few methods.
More complex operations involving the manipulation of existing archives in place
(adding, removing, and modifying entries) are also possible with a little more
work.  Even adding advanced features such as new compression codecs are
supported with a moderate amount of effort.

WWW:	https://github.com/javanthropus/archive-zip
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@

