mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add linux-f8-sqlite3 3.4.2, the library that implements an embeddable
SQL database engine (Linux Fedora 8).
This commit is contained in:
parent
e29db935a8
commit
eda86fe37b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231709
5 changed files with 75 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
||||||
SUBDIR += libsdb
|
SUBDIR += libsdb
|
||||||
SUBDIR += libudbc
|
SUBDIR += libudbc
|
||||||
SUBDIR += libzdb
|
SUBDIR += libzdb
|
||||||
|
SUBDIR += linux-f8-sqlite3
|
||||||
SUBDIR += linux-oracle-instantclient-basic
|
SUBDIR += linux-oracle-instantclient-basic
|
||||||
SUBDIR += linux-oracle-instantclient-sdk
|
SUBDIR += linux-oracle-instantclient-sdk
|
||||||
SUBDIR += linux-oracle-instantclient-sqlplus
|
SUBDIR += linux-oracle-instantclient-sqlplus
|
||||||
|
|
31
databases/linux-f10-sqlite3/Makefile
Normal file
31
databases/linux-f10-sqlite3/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# New ports collection makefile for: databases/linux-f8-sqlite3
|
||||||
|
# Date created: 2009-04-05
|
||||||
|
# Whom: bsam
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= sqlite3
|
||||||
|
PORTVERSION= 3.4.2
|
||||||
|
CATEGORIES= databases linux
|
||||||
|
PKGNAMEPREFIX= linux-f8-
|
||||||
|
DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= emulation@FreeBSD.org
|
||||||
|
COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8)
|
||||||
|
|
||||||
|
USE_LINUX_RPM= yes
|
||||||
|
LINUX_DIST_VER= 8
|
||||||
|
RPMVERSION= 3.fc8
|
||||||
|
BRANDELF_FILES= usr/bin/sqlite3
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
|
||||||
|
usr/lib/libsqlite3.so.0.8.6
|
||||||
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
||||||
|
PORTDOCS= README
|
||||||
|
MANPREFIX= ${PREFIX}/usr/share
|
||||||
|
MAN1= sqlite3.1
|
||||||
|
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
6
databases/linux-f10-sqlite3/distinfo.i386
Normal file
6
databases/linux-f10-sqlite3/distinfo.i386
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
MD5 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 3e39af1d538377c75983f9edc43e069c
|
||||||
|
SHA256 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 2aa5ae5f7d644c00d403eec6884828a307cb3d8f3623ca086d3b1b7fae2c4f95
|
||||||
|
SIZE (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 242426
|
||||||
|
MD5 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 7e609c5e9f3d448f42d21ad05fdc4d33
|
||||||
|
SHA256 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 674d6844b6f3e75b0d9ec8115adf397d937e2a752fae9d466000989cbc9f10ce
|
||||||
|
SIZE (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 2383301
|
31
databases/linux-f8-sqlite3/Makefile
Normal file
31
databases/linux-f8-sqlite3/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
# New ports collection makefile for: databases/linux-f8-sqlite3
|
||||||
|
# Date created: 2009-04-05
|
||||||
|
# Whom: bsam
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= sqlite3
|
||||||
|
PORTVERSION= 3.4.2
|
||||||
|
CATEGORIES= databases linux
|
||||||
|
PKGNAMEPREFIX= linux-f8-
|
||||||
|
DISTNAME= sqlite-${PORTVERSION}-${RPMVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= emulation@FreeBSD.org
|
||||||
|
COMMENT= The library that implements an embeddable SQL database engine (Linux Fedora 8)
|
||||||
|
|
||||||
|
USE_LINUX_RPM= yes
|
||||||
|
LINUX_DIST_VER= 8
|
||||||
|
RPMVERSION= 3.fc8
|
||||||
|
BRANDELF_FILES= usr/bin/sqlite3
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
PLIST_FILES= usr/bin/sqlite3 usr/lib/libsqlite3.so.0 \
|
||||||
|
usr/lib/libsqlite3.so.0.8.6
|
||||||
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
|
||||||
|
PORTDOCS= README
|
||||||
|
MANPREFIX= ${PREFIX}/usr/share
|
||||||
|
MAN1= sqlite3.1
|
||||||
|
DESCR= ${.CURDIR}/../${PORTNAME}3/pkg-descr
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
6
databases/linux-f8-sqlite3/distinfo.i386
Normal file
6
databases/linux-f8-sqlite3/distinfo.i386
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
MD5 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 3e39af1d538377c75983f9edc43e069c
|
||||||
|
SHA256 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 2aa5ae5f7d644c00d403eec6884828a307cb3d8f3623ca086d3b1b7fae2c4f95
|
||||||
|
SIZE (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.i386.rpm) = 242426
|
||||||
|
MD5 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 7e609c5e9f3d448f42d21ad05fdc4d33
|
||||||
|
SHA256 (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 674d6844b6f3e75b0d9ec8115adf397d937e2a752fae9d466000989cbc9f10ce
|
||||||
|
SIZE (rpm/i386/fedora/8/sqlite-3.4.2-3.fc8.src.rpm) = 2383301
|
Loading…
Add table
Reference in a new issue