head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	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.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.10.24.09.10.50;	author dougb;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.20.12.28.41;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.18.23.44.44;	author kris;	state dead;
branches;
next	1.2;

1.2
date	2002.12.07.17.41.57;	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.5
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@Ruby-acl provides Access Control List checks.

	list = %w(
	  deny all
	  allow 192.168.1.*
	  allow 127.0.0.1
	)
	acl = ACL.new(list, ACL::DENY_ALLOW)
	...
	ns = soc.accept
	unless acl.allow_socket?(ns)
	  # forbidden
	end

Author:	Masatoshi SEKI <m_seki@@mva.biglobe.ne.jp>
WWW:	http://www.ruby-lang.org/raa/list.rhtml?name=acl
@


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

PR:		ports/76917
Submitted by:	IWATSUKI Hiroyuki <don@@na.rim.or.jp>
@
text
@a14 1

@


1.3
log
@As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
@
text
@@


1.2
log
@Catch up with the Ruby Application Archive's URL scheme change.
@
text
@@


1.1
log
@Add ruby-acl, Ruby module to provide Access Control List checks.
@
text
@d17 1
a17 1
WWW:	http://www.ruby-lang.org/en/raa-list.rhtml?name=acl
@

