head	1.16;
access;
symbols
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3;
locks; strict;
comment	@# @;


1.16
date	2009.03.09.21.44.06;	author miwi;	state dead;
branches;
next	1.15;

1.15
date	2009.02.16.08.05.35;	author clsung;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.06.08.58.18;	author stas;	state Exp;
branches;
next	1.13;

1.13
date	2007.12.03.23.26.34;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2007.04.04.01.32.54;	author clsung;	state Exp;
branches;
next	1.11;

1.11
date	2007.03.09.02.53.16;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.27.23.44.15;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.23.02.30.45;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2006.08.08.11.35.26;	author jmelo;	state Exp;
branches;
next	1.7;

1.7
date	2006.04.25.20.35.51;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.01.21.20.25.07;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.01.18.06.51.49;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.19.14.36.00;	author lawrance;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.22.22.39.51;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.20.23.33.09;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2005.07.20.14.05.09;	author pav;	state Exp;
branches;
next	;


desc
@@


1.16
log
@2009-02-15 ftp/downloader: sources unavailable - website dissappeared
2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead
2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version.
2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
@
text
@# Ports collection makefile for:	rubygem-actionwebservice
# Date created:				27 May 2005
# Whom:					Jonathan Weiss (<jw@@innerewut.de>)
#
# $FreeBSD: ports/www/rubygem-actionwebservice/Makefile,v 1.15 2009/02/16 08:05:35 clsung Exp $

PORTNAME=	actionwebservice
PORTVERSION=	1.2.6
CATEGORIES=	www rubygems
MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR=	aws

MAINTAINER=	jw@@innerewut.de
COMMENT=	Simple support for publishing Web Service APIs for Rails applications

BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.13.6.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.15.6.gemspec:${PORTSDIR}/databases/rubygem-activerecord
RUN_DEPENDS=	${BUILD_DEPENDS}

BROKEN=		require actionpack == 1.13.6, but actionpack is 2.2.2
DEPRECATED=	from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
EXPIRATION_DATE=2009-03-01

USE_RUBY=	yes
USE_RUBYGEMS=	yes

# This target is only meant to be used by the port maintainer.
x-generate-plist:
	(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
	| ${SED} -E \
		's,.*share/nls/.+$$,,g \
		;s,^${GEM_CACHE}$$,%%GEM_CACHE%%,g \
		;s,${GEM_DOC_DIR}(/.+)?$$,%%GEM_DOC_DIR%%\1,g \
		;s,${GEM_LIB_DIR}(/.+)?$$,%%GEM_LIB_DIR%%\1,g \
		;s,^${GEM_SPEC}$$,%%GEM_SPEC%%,g \
		;s,^${GEMS_BASE_DIR}/(.+)$$,\1,g \
		;s,^@@dirrm (${SPEC_DIR}|${GEMS_DIR}|lib/ruby).*$$,,g \
		' | ${TR} -s '\n') > temp-pkg-plist

.include <bsd.port.mk>
@


1.15
log
@- mark DEPRECATED
- from 2.0, rubygems-rails require activeresource instead of actionwebservice
- ref:
http://github.com/rails/rails/blob/ed5fa2fe339e0aabde657ffdec24ac591d390d73/railties/CHANGELOG

PR:		ports/131284
Submitted by:	clsung
Approved by:	maintainer (Jonathan Weiss)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
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
@d20 4
@


1.13
log
@- Update to 1.2.6 (needed for a security update)

PR:		117668
Submitted by:	Alexander Logvinov <ports@@logvinov.com>
Approved by:	portmgr (linimon), maintainer timeout
@
text
@d20 3
d36 1
a36 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
@


1.12
log
@- Update to 1.2.3

PR:		ports/110659
Submitted by:	Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:	maintainer (Jonathan Weiss)
@
text
@d8 1
a8 1
PORTVERSION=	1.2.3
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.13.3.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.15.3.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.11
log
@- Update to 1.2.2

PR:             109540
Submitted by:   Alexander Logvinov <ports_AT_logvinov dot com>
Approved by:    maintainer (Jonathan Weiss)
@
text
@d8 1
a8 1
PORTVERSION=	1.2.2
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.13.2.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.15.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.10
log
@- Update to 1.2.1

PR:		108336
Submitted by:	Jonathan Weiss<jw@@innerewut.de> (maintainer)
@
text
@d8 1
a8 1
PORTVERSION=	1.2.1
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.13.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.15.1.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.9
log
@* Update rails and its related ports to match rails 1.1.6:
	activesupport    = 1.3.1
	activerecord     = 1.14.4
	actionpack       = 1.12.5
	actionmailer     = 1.2.5
	actionwebservice = 1.1.6
	rails            = 1.1.6
    This update is needed to fix a serious bug in rails
* Add a x-generate-plist target to easy the creation of pkg-plist
* Add an "WWW" entry on pkg-descr that points to the correspoding
  project on rubyforge.

PR:		ports/101973
Submitted by:	Rui Lopes <rgl_AT_ruilopes dot com>
Approved by:	maintainer (Jonathan Weiss)
Security:	http://weblog.rubyonrails.org/2006/8/10/rails-1-1-6-backports-and-full-disclosure
Security:	http://www.vuxml.org/freebsd/90064567-28b1-11db-844d-000c6ec775d9.html
@
text
@d8 1
a8 1
PORTVERSION=	1.1.6
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.5.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.14.4.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.8
log
@- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.

Approved by:	portmgr (erwin)
@
text
@d8 1
a8 1
PORTVERSION=	1.1.2
d16 2
a17 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.12.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.14.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
d20 13
@


1.7
log
@- Update the ruby on rails suite to 1.1.2

PR:		ports/95688
Submitted by:	Jonathan Weiss <jw@@innerewut.de> (maintainer)
@
text
@d10 2
a11 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/9681/
@


1.6
log
@- Populate newly created rubygems category
@
text
@d8 1
a8 2
PORTVERSION=	1.0.0
PORTREVISION=	1
d10 1
a10 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/7650/
d15 2
a16 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.11.2.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.13.2.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.5
log
@- Update plist for ruby 1.8.4 rdoc

Reported by:	krismail
@
text
@d10 1
a10 1
CATEGORIES=	www ruby
@


1.4
log
@Update to 1.0.0.

PR:		ports/90635
Submitted by:	Jonathan Weiss <jw@@innerewut.de> (maintainer)
@
text
@d9 1
@


1.3
log
@- Add missed dependency

Submitted by:	Jonathan Weiss <jw@@innerewut.de> (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	0.8.1
PORTREVISION=	1
d10 1
a10 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/5172/
d15 2
a16 2
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.9.1.gemspec:${PORTSDIR}/www/rubygem-actionpack \
		${LOCALBASE}/${SPEC_DIR}/activerecord-1.11.1.gemspec:${PORTSDIR}/databases/rubygem-activerecord
@


1.2
log
@- Update to 0.8.1
- Fix maintainer's email address

Submitted by:	Jonathan Weiss <jw@@innerewut.de>
@
text
@d9 1
d16 2
a17 1
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.9.1.gemspec:${PORTSDIR}/www/rubygem-actionpack
@


1.1
log
@Action Web Service provides a way to publish interoperable web service APIs with
Rails without spending a lot of time delving into protocol details.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@@innerewut.de>
@
text
@d3 1
a3 1
# Whom:					Jonathan Weiss (<jw@@innerewut.net>)
d8 1
a8 1
PORTVERSION=	0.7.1
d10 1
a10 1
MASTER_SITES=	http://rubyforge.org/frs/download.php/4155/
d12 1
a12 1
MAINTAINER=	jw@@innerewut.net
d15 1
a15 1
BUILD_DEPENDS=	${LOCALBASE}/${SPEC_DIR}/actionpack-1.8.1.gemspec:${PORTSDIR}/www/rubygem-actionpack
@

