head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.17
date	2013.03.03.04.17.08;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2013.03.03.01.53.52;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.06.01.18;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2011.07.04.17.46.11;	author swills;	state Exp;
branches;
next	1.13;

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

1.12
date	2005.07.20.12.28.41;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2005.02.18.23.44.44;	author kris;	state dead;
branches;
next	1.10;

1.10
date	2004.12.18.23.02.32;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.09.26.02.51.51;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.18.05.33.49;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.12.06.17.17.37;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2002.10.06.21.36.24;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.10.06.19.50.44;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2000.12.26.04.13.28;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2000.09.26.08.01.50;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2000.09.19.16.08.18;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.07.15.38.41;	author knu;	state Exp;
branches;
next	;


desc
@@


1.17
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313317
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Akinori MUSHA aka knu <knu@@idaemons.org>
# $FreeBSD: head/security/ruby-acl/Makefile 313317 2013-03-03 01:43:02Z swills $

PORTNAME=	acl
PORTVERSION=	1.0.1
CATEGORIES=	security ipv6 ruby
MASTER_SITES=	http://www2a.biglobe.ne.jp/~seki/ruby/
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR=	ruby

MAINTAINER=	ufo@@februality.com
COMMENT=	Ruby module to provide Access Control List checks

DEPRECATED=	Does not work with Ruby 1.9
EXPIRATION_DATE=	2013-05-02

USE_RUBY=	yes

NO_BUILD=	yes

RUBY_RD_FILES=	doc/acl.rd doc/ja/acl.rd.ja

post-extract:
	${MKDIR} ${WRKSRC}/doc/ja
	${MV} ${WRKSRC}/README ${WRKSRC}/doc/
	${MV} ${WRKSRC}/README.ja ${WRKSRC}/doc/*.ja ${WRKSRC}/doc/ja/

do-install:
	@@cd ${WRKSRC}; ${RUBY} install.rb

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${RUBY_MODEXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/acltest.rb ${RUBY_MODEXAMPLESDIR}
	${MKDIR} ${RUBY_MODDOCDIR}
	${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
.endif

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN=	does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>
@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313298
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/ruby-acl/Makefile 313298 2013-03-02 21:01:58Z swills $
d15 1
a15 1
EXPIRATION_DATE=	2012-05-02
@


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	Ruby-acl
# Date created:		7 Sep 2000
# Whom:			Akinori MUSHA aka knu <knu@@idaemons.org>
#
# $FreeBSD: head/security/ruby-acl/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d14 3
@


1.14
log
@- Mark as broken with Ruby 1.9

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Pass maintainership to Valeri Vassiliev  (ufo (at) februality.com)
@
text
@d40 5
a44 1
.include <bsd.port.mk>
@


1.12
log
@- Revive security/ruby-acl port and unbreak it
- Reset maintainership

PR:		ports/76917
Submitted by:	IWATSUKI Hiroyuki <don@@na.rim.or.jp>
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-acl/Makefile,v 1.10 2004/12/18 23:02:32 kris Exp $
d15 1
a15 1
MAINTAINER=	knu@@FreeBSD.org
a17 4
BROKEN=		Does not build
EXPIRATION_DATE=2005-02-18
DEPRECATED=	${BROKEN}

d20 1
a20 1
NO_BUILD=	yess
d32 1
a32 5
post-install: doc-install

.include <bsd.port.mk>

doc-install:
d39 2
@


1.10
log
@This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@BROKEN: Does not build

Approved by:	portmgr (self)
@
text
@d19 2
@


1.8
log
@De-pkg-comment.
@
text
@d18 2
@


1.7
log
@Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha.  This
replaces the non-working NOPORTDOCS workaround and fixes build on the alpha,
where rd2 coredumps.

Tested on:	the axp cluster
Approved by:	kris
@
text
@d16 1
@


1.6
log
@Use RUBY_MOD*.
@
text
@a17 1
USE_RUBY_RDTOOL=	yes
d19 8
a26 7
do-build:
.if !defined(NOPORTDOCS)
.for f in acl.rd acl.rd.ja
	@@cd ${WRKSRC}/doc; \
	${RUBY_RD2} ${f} > ${f:S/.rd/.html/}
.endfor
.endif
d29 7
a35 2
	@@cd ${WRKSRC}; \
	${RUBY} install.rb
d39 2
a40 7
	${MKDIR} ${RUBY_MODDOCDIR}/ja
.for f in README doc/acl.rd doc/acl.html
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}
.endfor
.for f in README.ja doc/acl.rd.ja doc/acl.html.ja
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja
.endfor
a41 2

.include <bsd.port.mk>
@


1.5
log
@Reflect *_RD renaming.
@
text
@d32 3
a34 3
	${MKDIR} ${RUBY_EXAMPLESDIR}/acl
	${INSTALL_DATA} ${WRKSRC}/acltest.rb ${RUBY_EXAMPLESDIR}/acl
	${MKDIR} ${RUBY_DOCDIR}/acl/ja
d36 1
a36 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/acl
d39 1
a39 1
	${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/acl/ja
@


1.4
log
@Update to 1.0.1.  The author has accepted the fix I submitted and
released a new version.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-acl/Makefile,v 1.3 2000/09/26 08:01:50 knu Exp $
d18 1
a18 4

.if !defined(NOPORTDOCS)
USE_RUBY_RD=	yes
.endif
d24 1
a24 1
	${RUBY_RD} ${f} > ${f:S/.rd/.html/}
@


1.3
log
@Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-acl/Makefile,v 1.2 2000/09/19 16:08:18 knu Exp $
d9 1
a9 1
PORTVERSION=	1.0
d11 1
a11 3
MASTER_SITES=	${MASTER_SITE_RUBY} \
		http://www2a.biglobe.ne.jp/~seki/ruby/
MASTER_SITE_SUBDIR=	contrib
@


1.2
log
@Add MASTER_SITE_RUBY to MASTER_SITES.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/ruby-acl/Makefile,v 1.1 2000/09/07 15:38:41 knu Exp $
d48 1
a48 3
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.ruby.mk"
.include <bsd.port.post.mk>
@


1.1
log
@Add ruby-acl, Ruby module to provide Access Control List checks.
@
text
@d5 1
a5 1
# $FreeBSD$
d11 3
a13 1
MASTER_SITES=	http://www2a.biglobe.ne.jp/~seki/ruby/
@

