head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.13.13.39.56;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.29.03.57.41;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2010.09.09.19.12.50;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.09.00.11.25;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.02.14.01.19.33;	author stas;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.06.08.58.02;	author stas;	state Exp;
branches;
next	1.1;

1.1
date	2008.03.29.10.37.40;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# $FreeBSD: head/archivers/rubygem-archive-tar-minitar/Makefile 305832 2012-10-13 13:39:56Z dinoex $

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

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes
PLIST_FILES=	bin/minitar

.include <bsd.port.mk>
@


1.7
log
@SVN rev 305832 on 2012-10-13 13:39:56Z by dinoex

- cleanup comments
Feature safe: yes
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@- set MAINTAINER ro ruby@@
@
text
@a0 4
# Ports collection makefile for:	archive-tar-minitar
# Date created:				09 nov 2005
# Whom:					dirk.meyer@@dinoex.sub.org
#
@


1.5
log
@RF -> RG Conversion (Part III)

With Hat:       ruby@@
Tested by:      make checksum
@
text
@d13 1
a13 1
MAINTAINER=	dinoex@@FreeBSD.org
@


1.4
log
@- convert to RUBYGEM_AUTOPLIST
  remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
  (this c/should be handled better in bsd.*.mk)

other deltas specific to individual ports:
  audio/rubygem-mp3info     - unbreak, fix packaging, bump PORTREVISION
  devel/rubygem-rapt        - adopt
  devel/rubygem-rspec       - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
  devel/rubygem-ruby2ruby   - add #' for vim highlight
  graphics/rubygem-extifr   - drop PORTREVISION=0
  graphics/rubygem-gd2      - add #' for vim highlight
  www/rubygem-rubyfulsoup   - swap GEM_NAME / DISTNAME for constistency

Sponsored by:   RideCharge Inc.
Tested on:      RideCharge's Tinderbox
Reviewed by:    stas
@
text
@d10 1
a10 2
MASTER_SITES=	RF
MASTER_SITE_SUBDIR=	ruwiki
@


1.3
log
@- Fix plist after ruby update by generating it dynamically.
@
text
@d10 1
a10 1
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
@


1.2
log
@- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@@innerewut.de> [1] (gems maintainer)
Tested by:	ports@@
@
text
@d19 2
@


1.1
log
@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 Fernndez'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/
@
text
@d17 4
a20 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@

