head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.02.11.08.27.31;	author tota;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.31.10.47.47;	author tota;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.28.12.09.30;	author tota;	state Exp;
branches;
next	1.5;

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

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

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

1.2
date	2008.12.13.15.33.26;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.04.11.29.42;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	rubygem-yapra
# Date created:		2008-07-30
# Whom:			TAKATSU Tomonari <tota@@rtfm.jp>
#
# $FreeBSD: head/www/rubygem-yapra/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	yapra
PORTVERSION=	0.2.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	tota@@FreeBSD.org
COMMENT=	Yet Another Pragger implementation

RUN_DEPENDS=	rubygem-mechanize>=0.7.6:${PORTSDIR}/www/rubygem-mechanize

LICENSE=	MIT

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

.include <bsd.port.mk>
@


1.8
log
@- Update to 0.2.0
- Update WWW line in pkg-descr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Add LICENSE
- Drop MD5 checksum from distinfo
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
@


1.6
log
@- Update to 0.1.3
- Update WWW line in pkg-descr
- Change MAINTAINER address from tota@@rtfm.jp to tota@@FreeBSD.org
@
text
@d18 2
@


1.5
log
@- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
  [RG aka rubygems.org]

PR:             ports/147005
Submitted by:   pgollucci (myself)
Approved by:    portmgr (pav)
With Hat:       ruby@@
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
d13 1
a13 1
MAINTAINER=	tota@@rtfm.jp
@


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
@d11 1
a11 1
MASTER_SITES=	RF
@


1.3
log
@- Fix plist after ruby update by generating it dynamically.
@
text
@d11 1
a11 1
MASTER_SITES=	RUBYFORGE
a22 9
# This target is only meant to be used by the port maintainer.
x-generate-plist:
	${ECHO} %%GEM_CACHE%% > pkg-plist.new
	${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},%%GEM_DOC_DIR%%,' >> pkg-plist.new
	${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},%%GEM_LIB_DIR%%,' >> pkg-plist.new
	${ECHO} %%GEM_SPEC%% >> pkg-plist.new
	${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@@dirrm %%GEM_LIB_DIR%%,' >> pkg-plist.new
	${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@@dirrm %%GEM_DOC_DIR%%,' >> pkg-plist.new

@


1.2
log
@- Update to 0.1.2

PR:		129549
Submitted by:	TAKATSU Tomonari <tota@@rtfm.jp> (maintainer)
@
text
@d20 2
@


1.1
log
@Yet Another Pragger implementation.

WWW:	http://yapra.rubyforge.org/

PR:		ports/126139
Submitted by:	TAKATSU Tomonari <tota at rtfm.jp>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
@

