create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD: head/databases/rubygem-sqlite3/Makefile 508771 2019-08-12 19:45:05Z sunpoet $
PORTNAME= sqlite3
PORTVERSION= 1.4.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3
LIB_DEPENDS= libsqlite3.so:data/sqlite3
USES= gem
USE_RUBY= yes
CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE}
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1565627647
SHA256 (rubygem/sqlite3-1.4.1.gem) = 2491f5af05d6f9456135c1c54547170f07fa2e732d772b4d757168ce961d20ed
SIZE (rubygem/sqlite3-1.4.1.gem) = 70144

View File

@@ -0,0 +1,8 @@
sqlite3-ruby provides an interface for the SQLite DB engine version 3.
This differs from the DBD::SQLite module in that it is more complete,
and from the ruby DBI version of SQLite in that it is SQLite specific,
so you can do things that would otherwise be more difficult via DBI.
If you want portability between backends, use DBI. If you want ease
of use with SQLite, use this.
WWW: https://github.com/luislavena/sqlite3-ruby