summaryrefslogtreecommitdiff
path: root/security/ruby-acl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-02-18 23:44:49 +0000
commit11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch)
tree1514ed7a486e108239615c1d83319d83bacdbc3d /security/ruby-acl
parentUpdate dependency to bash2 in preparation for removing bash1. (diff)
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes: svn path=/head/; revision=129234
Diffstat (limited to 'security/ruby-acl')
-rw-r--r--security/ruby-acl/Makefile46
-rw-r--r--security/ruby-acl/distinfo2
-rw-r--r--security/ruby-acl/pkg-descr17
-rw-r--r--security/ruby-acl/pkg-plist11
4 files changed, 0 insertions, 76 deletions
diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile
deleted file mode 100644
index 25d8dd39c0ad..000000000000
--- a/security/ruby-acl/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: Ruby-acl
-# Date created: 7 Sep 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-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= knu@FreeBSD.org
-COMMENT= Ruby module to provide Access Control List checks
-
-BROKEN= Does not build
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-USE_RUBY= yes
-
-NO_BUILD= yess
-
-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: doc-install
-
-.include <bsd.port.mk>
-
-doc-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/acltest.rb ${RUBY_MODEXAMPLESDIR}
- ${MKDIR} ${RUBY_MODDOCDIR}
- ${CP} -R ${WRKSRC}/doc/* ${RUBY_MODDOCDIR}/
-.endif
diff --git a/security/ruby-acl/distinfo b/security/ruby-acl/distinfo
deleted file mode 100644
index 61ebb305af89..000000000000
--- a/security/ruby-acl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/acl-1.0.1.tar.gz) = da2d50ce01e8c9df26cdab60977e8623
-SIZE (ruby/acl-1.0.1.tar.gz) = 4456
diff --git a/security/ruby-acl/pkg-descr b/security/ruby-acl/pkg-descr
deleted file mode 100644
index 073dbc0feb5f..000000000000
--- a/security/ruby-acl/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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
diff --git a/security/ruby-acl/pkg-plist b/security/ruby-acl/pkg-plist
deleted file mode 100644
index 700782ea6071..000000000000
--- a/security/ruby-acl/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-%%RUBY_SITELIBDIR%%/acl.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/acltest.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/acl.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/acl.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
-%%PORTDOCS%%%%RUBY_RD_HTML_FILES%%%%RUBY_MODDOCDIR%%/ja/acl.ja.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/acl.rd.ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%