Initial import of ruby-sexp.

S-Expression is a pure Ruby library to parse strings of Lisp style 
s-expressions into native Ruby style s-expressions and back again.

Okay bernd@.
This commit is contained in:
pirofti 2008-10-27 19:43:27 +00:00
parent eeca9e07e3
commit f6a31bba31
4 changed files with 41 additions and 0 deletions

26
devel/ruby-sexp/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/27 19:43:27 pirofti Exp $
COMMENT = parse strings of Lisp style s-expressions
DISTNAME = sexp-0.2.1
PKGNAME = ruby-${DISTNAME}
CATEGORIES = devel
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=sexp/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-rparsec->=1.0:devel/ruby-rparsec
PKG_ARCH = *
.include <bsd.port.mk>

5
devel/ruby-sexp/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (sexp-0.2.1.gem) = ERWfzsnj+G/wMrBpgrI5hw==
RMD160 (sexp-0.2.1.gem) = b7sdI/4lZkCOgV5c39UkUjZQcwY=
SHA1 (sexp-0.2.1.gem) = 9zQ8QiQzu3zrsXCbDZPZUapj6LY=
SHA256 (sexp-0.2.1.gem) = E9TJoETx6ZcGtrh4tu+ThgxridEVGS741hjVULN4nzg=
SIZE (sexp-0.2.1.gem) = 3584

View File

@ -0,0 +1,2 @@
S-Expression is a pure Ruby library to parse strings of Lisp style
s-expressions into native Ruby style s-expressions and back again.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/27 19:43:27 pirofti Exp $
lib/ruby/gems/${MODRUBY_REV}/cache/${DISTNAME}.gem
lib/ruby/gems/${MODRUBY_REV}/doc/${DISTNAME}/
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/.require_paths
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/sexp.rb
lib/ruby/gems/${MODRUBY_REV}/gems/${DISTNAME}/sexpressions.rb
lib/ruby/gems/${MODRUBY_REV}/specifications/${DISTNAME}.gemspec