Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-16 | Add ruby to CATEGORIES. | taca | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2002-01-03 | Simplify document arrangement. | taca | 2 | -12/+11 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 1 | -1/+0 | |
the HOMEPAGE variable for, as well as some grammar and spelling fixes. | |||||
2001-07-04 | remove redundant USE_RUBY. | taca | 1 | -2/+1 | |
2001-07-01 | Importing ruby-acl package. | taca | 4 | -0/+71 | |
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 |