Import ruby-do_mysql 0.10.2
MySQL plugin for DataObjects.
This commit is contained in:
parent
99c97501a8
commit
0e85305bea
30
databases/ruby-do_mysql/Makefile
Normal file
30
databases/ruby-do_mysql/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 17:36:22 jeremy Exp $
|
||||
|
||||
COMMENT= ruby-data_objects driver for MySQL
|
||||
|
||||
DISTNAME= do_mysql-0.10.2
|
||||
CATEGORIES= databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem ext
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= databases/ruby-data_objects,${MODRUBY_FLAVOR}
|
||||
|
||||
WANTLIB= mysqlclient
|
||||
LIB_DEPENDS= databases/mysql
|
||||
|
||||
# Requires running MySQL database
|
||||
REGRESS_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
|
||||
devel/ruby-bacon,${MODRUBY_FLAVOR}
|
||||
do-regress:
|
||||
cd ${WRKSRC} && bacon${GEM_BIN_SUFFIX} spec/*_spec.rb
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/ruby-do_mysql/distinfo
Normal file
5
databases/ruby-do_mysql/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (do_mysql-0.10.2.gem) = 9c+N1+CQGaXP8hf5cklsmw==
|
||||
RMD160 (do_mysql-0.10.2.gem) = gTUJujkM5FFMu4VA1cEmn/+ZD0Q=
|
||||
SHA1 (do_mysql-0.10.2.gem) = 168YANHwv+I6C/+1HX9Kgqf9TB8=
|
||||
SHA256 (do_mysql-0.10.2.gem) = avmyYzlcd3xw0i5NYtq0dV94HDSKa6Vf2V4aadqS+v0=
|
||||
SIZE (do_mysql-0.10.2.gem) = 26624
|
1
databases/ruby-do_mysql/pkg/DESCR
Normal file
1
databases/ruby-do_mysql/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
MySQL plugin for DataObjects.
|
53
databases/ruby-do_mysql/pkg/PLIST
Normal file
53
databases/ruby-do_mysql/pkg/PLIST
Normal file
@ -0,0 +1,53 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/20 17:36:22 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ChangeLog.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.markdown
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/compat.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/do_mysql.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/do_mysql.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/do_mysql.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/error.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/do_mysql/mkmf.log
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql/do_mysql.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql/encoding.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql/transaction.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/do_mysql/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/command_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/connection_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/encoding_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/reader_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/result_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/array_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/bigdecimal_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/boolean_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/byte_array_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/class_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/date_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/datetime_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/float_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/integer_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/nil_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/other_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/range_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/string_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/typecast/time_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/compile.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/release.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/retrieve.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/spec.rake
|
||||
${GEM_LIB}/gems/${DISTNAME}/tasks/ssl.rake
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user