Initial import of ruby-sequel-2.10.0.

Sequel is an ORM framework for Ruby. Sequel provides thread safety,
connection pooling, and a concise DSL for constructing queries and
table schemas.

Sequel makes it easy to deal with multiple records without having
to break your teeth on SQL.

Maintained by upstream author Jeremy Evans. Thank you!
This commit is contained in:
bernd 2009-02-03 21:26:02 +00:00
parent a588fcd431
commit 72cd0cca6b
4 changed files with 1676 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/02/03 21:26:02 bernd Exp $
COMMENT = lightweight ORM library for Ruby
DISTNAME = sequel-2.10.0
PKGNAME = ruby-${DISTNAME}
CATEGORIES = databases
HOMEPAGE = http://sequel.rubyforge.org/
MAINTAINER = Jeremy Evans <openbsd@jeremyevans.net>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_RUBYFORGE:=sequel/}
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
PKG_ARCH = *
REGRESS_DEPENDS = ::devel/ruby-rake \
::databases/ruby-sqlite3
do-regress:
@cd ${WRKBUILD} && ${LOCALBASE}/bin/rake spec spec_sqlite integration
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (sequel-2.10.0.gem) = UmeUh0RhVB0URs1QGLQ6cA==
RMD160 (sequel-2.10.0.gem) = J1YIL9HIyynWFsk4cnAaguKgQtc=
SHA1 (sequel-2.10.0.gem) = Z9K82uydQakYyvMJIUqaTGPMIpE=
SHA256 (sequel-2.10.0.gem) = oA4P/vqiGXDmUFO1sH13KJxvg7490cUxIbKgIc10P38=
SIZE (sequel-2.10.0.gem) = 282624

View File

@ -0,0 +1,6 @@
Sequel is an ORM framework for Ruby. Sequel provides thread safety,
connection pooling, and a concise DSL for constructing queries and
table schemas.
Sequel makes it easy to deal with multiple records without having
to break your teeth on SQL.

File diff suppressed because it is too large Load Diff