new port: databases/jdbc-oracle10g

This is a port of the JDBC driver which is used to access Oracle 10g databases
using a database-independant API in Java for use with JDK 1.5.

WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html

PR:	ports/166243
Submitted by:	jjuanino@gmail.com
This commit is contained in:
Jason Helfman 2012-07-05 17:00:01 +00:00
parent 79226459e2
commit 1e8747ebd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300522
4 changed files with 56 additions and 0 deletions

View File

@ -123,6 +123,7 @@
SUBDIR += jdb
SUBDIR += jdbc-oracle8i
SUBDIR += jdbc-oracle9i
SUBDIR += jdbc-oracle10g
SUBDIR += jdbm2
SUBDIR += jrobin
SUBDIR += jrrd

View File

@ -0,0 +1,49 @@
# New ports collection makefile for: jdbc-oracle10g
# Date created: 19 March 2012
# Whom: José García Juanino <jjuanino@gmail.com>
#
# $FreeBSD$
#
PORTNAME= oracle10g
PORTVERSION= 10.2.0.5
CATEGORIES= databases java
MASTER_SITES= # http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html
PKGNAMEPREFIX= jdbc-
DISTNAME= ojdbc14.jar
EXTRACT_SUFX= # none
DIST_SUBDIR= oracle10g
MAINTAINER= jjuanino@gmail.com
COMMENT= The JDBC drivers for Oracle 10g
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
RESTRICTED= Packaging prohibited by Oracle license
NO_CDROM= Packaging prohibited by Oracle license
NO_WRKSUBDIR= yes
PLIST_FILES= %%JAVAJARDIR%%/ojdbc-${PORTVERSION}.jar
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTFILES})
IGNORE= due to Oracle license restrictions, you must fetch the source\
distribution manually. Please access\
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-10201-088211.html\
(Oracle Database 10g Release 2 (${PORTVERSION} JDBC Drivers) with a web\
browser and follow the link for the ${DISTFILES}. You will be required to\
register and log in, but you can create an account on that page. After\
registration and accepting the Oracle License, download the distribution\
file, ${DISTFILES}, place into ${DISTDIR}/${DIST_SUBDIR}, and restart this\
installation
.endif
do-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${JAVAJARDIR}/ojdbc-${PORTVERSION}.jar
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (oracle10g/ojdbc14.jar) = 94aed57a98dc5ed77c78a39c47dc8d8ec3ad3ca5e571a4cf4851fe9f96cf3738
SIZE (oracle10g/ojdbc14.jar) = 1569316

View File

@ -0,0 +1,4 @@
This is a port of the JDBC driver which is used to access Oracle 10g databases
using a database-independant API in Java for use with JDK 1.5.
WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html