head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	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
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.05;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2010.12.28.06.31.49;	author linimon;	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.29.18;	author stas;	state Exp;
branches;
next	1.2;

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

1.1
date	2007.04.23.01.28.02;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	taggable
# Date created:			Apr 22, 2007
# Whom:				ijliao
#
# $FreeBSD: head/www/rubygem-taggable/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	taggable
PORTVERSION=	2.0.2
CATEGORIES=	www rubygems
MASTER_SITES=	RG
DISTNAME=	acts_as_taggable-${PORTVERSION}

MAINTAINER=	ruby@@FreeBSD.org
COMMENT=	Add tagging capabilities to your ActiveRecord objects

GEM_NAME=	${DISTNAME}

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
@


1.6
log
@Reset ijliao@@FreeBSD.org due to maintainer-timeouts and long absence.
We hope to see ijliao back again sometime.

Hat:		portmgr
@
text
@d6 1
a6 1
# $FreeBSD$
@


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
@d15 1
a15 1
MAINTAINER=	ijliao@@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
@d12 1
a12 1
MASTER_SITES=	RF
@


1.3
log
@- Fix plist after ruby update by generating it dynamically.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


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


1.1
log
@add rubygem-taggable 2.0.2
Add tagging capabilities to your ActiveRecord objects
@
text
@d21 4
a24 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@

