Index: head/databases/linux-oracle-instantclient-basic/distinfo.ia64 =================================================================== --- head/databases/linux-oracle-instantclient-basic/distinfo.ia64 (revision 154060) +++ head/databases/linux-oracle-instantclient-basic/distinfo.ia64 (nonexistent) @@ -1,3 +0,0 @@ -MD5 (oracle/instantclient-basic-linux-ia64-10.2.0.1-20051213.zip) = f78436d2ce27813ef5971367ef0085fe -SHA256 (oracle/instantclient-basic-linux-ia64-10.2.0.1-20051213.zip) = b4d83dccd825695fd6c0bceae1c7775e120aee43cd9c323476b316a90585c599 -SIZE (oracle/instantclient-basic-linux-ia64-10.2.0.1-20051213.zip) = 42624297 Property changes on: head/databases/linux-oracle-instantclient-basic/distinfo.ia64 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/databases/linux-oracle-instantclient-basic/Makefile =================================================================== --- head/databases/linux-oracle-instantclient-basic/Makefile (revision 154060) +++ head/databases/linux-oracle-instantclient-basic/Makefile (revision 154061) @@ -1,82 +1,79 @@ # New ports collection makefile for: linux-oracle-instantclient-basic # Date created: 03 June 2004 # Whom: Alexander Novitsky # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= 10.2.0.1.${DISTDATE} CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -basic DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION:S/.${DISTDATE}/-${DISTDATE}/} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org COMMENT= Oracle 10 InstantClient basics. Works with Oracle RDBMS 8.1.2+ -ONLY_FOR_ARCHS= i386 ia64 amd64 +ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes NO_FILTER_SHLIBS= yes MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes LIBS_LIST= libclntsh.so.10.1 \ libnnz10.so \ libocci.so.10.1 \ libociei.so \ libocijdbc10.so \ ojdbc14.jar -WRKSRC= ${WRKDIR}/instantclient10_2 +WRKSRC= ${WRKDIR}/instantclient_10_2 INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20050713 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20051025 -.elif ${ARCH} == "ia64" -LINUXARCH= linux-ia64 -DISTDATE= 20051213 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: @${MKDIR} -m 0755 ${INSTLIBSDIR} .for i in ${LIBS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor ${ECHO_CMD} "${INSTLIBSDIR:S,${PREFIX},,}" >> ${PREFIX}/etc/ld.so.conf ${PREFIX}/sbin/ldconfig .include Property changes on: head/databases/linux-oracle-instantclient-basic/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/linux-oracle-instantclient-sdk/distinfo.ia64 =================================================================== --- head/databases/linux-oracle-instantclient-sdk/distinfo.ia64 (revision 154060) +++ head/databases/linux-oracle-instantclient-sdk/distinfo.ia64 (nonexistent) @@ -1,3 +0,0 @@ -MD5 (oracle/instantclient-sdk-linux-ia64-10.2.0.1-20051213.zip) = ace2e4ab22399982e2635486d4f21f14 -SHA256 (oracle/instantclient-sdk-linux-ia64-10.2.0.1-20051213.zip) = d632a474437fed139034bd7d9e4faf01ccca03acce9831596f8f9b4e3dc1ebe6 -SIZE (oracle/instantclient-sdk-linux-ia64-10.2.0.1-20051213.zip) = 602200 Property changes on: head/databases/linux-oracle-instantclient-sdk/distinfo.ia64 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/databases/linux-oracle-instantclient-sdk/Makefile =================================================================== --- head/databases/linux-oracle-instantclient-sdk/Makefile (revision 154060) +++ head/databases/linux-oracle-instantclient-sdk/Makefile (revision 154061) @@ -1,118 +1,115 @@ # New ports collection makefile for: linux-oracle-instantclient-sdk # Date created: 2005-04-26 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= 10.2.0.1.${DISTDATE} CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sdk DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION:S/.${DISTDATE}/-${DISTDATE}/} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org COMMENT= Oracle 10 InstantClient SDK. Works with Oracle RDBMS 8.1.2+ RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${PORTVERSION}/client/lib/libocci.so.10.1:${.CURDIR}/../linux-oracle-instantclient-basic -ONLY_FOR_ARCHS= i386 ia64 amd64 +ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes NO_FILTER_SHLIBS= yes MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes INCS_LIST= nzerror.h \ nzt.h \ occi.h \ occiAQ.h \ occiCommon.h \ occiControl.h \ occiData.h \ occiObjects.h \ oci.h \ oci1.h \ oci8dp.h \ ociap.h \ ociapr.h \ ocidef.h \ ocidem.h \ ocidfn.h \ ociextp.h \ ocikpr.h \ ocixmldb.h \ odci.h \ oratypes.h \ ori.h \ orid.h \ orl.h \ oro.h \ ort.h \ xa.h DEMO_LIST= cdemo81.c \ demo.mk \ occidemo.sql \ occidemod.sql \ occidml.cpp \ occiobj.cpp \ occiobj.typ -WRKSRC= ${WRKDIR}/instantclient10_2/sdk +WRKSRC= ${WRKDIR}/instantclient_10_2/sdk INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib INSTINCSDIR= ${PREFIX}/usr/include/oracle/${PORTVERSION}/client INSTDEMODIR= ${PREFIX}/usr/share/oracle/${PORTVERSION}/client PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20050713 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20051025 -.elif ${ARCH} == "ia64" -LINUXARCH= linux-ia64 -DISTDATE= 20051213 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: ${MKDIR} -m 0755 ${INSTINCSDIR} ${INSTDEMODIR} ${LN} -s libclntsh.so.10.1 ${INSTLIBSDIR}/libclntsh.so ${LN} -s libocci.so.10.1 ${INSTLIBSDIR}/libocci.so .for i in ${INCS_LIST} ${INSTALL_DATA} ${WRKSRC}/include/${i} ${INSTINCSDIR}/${i} .endfor .for i in ${DEMO_LIST} ${INSTALL_DATA} ${WRKSRC}/demo/${i} ${INSTDEMODIR}/${i} .endfor .include Property changes on: head/databases/linux-oracle-instantclient-sdk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/linux-oracle-instantclient-sqlplus/distinfo.ia64 =================================================================== --- head/databases/linux-oracle-instantclient-sqlplus/distinfo.ia64 (revision 154060) +++ head/databases/linux-oracle-instantclient-sqlplus/distinfo.ia64 (nonexistent) @@ -1,3 +0,0 @@ -MD5 (oracle/instantclient-sqlplus-linux-ia64-10.2.0.1-20051213.zip) = ab507d0cd94c57792a7d207dab8b5760 -SHA256 (oracle/instantclient-sqlplus-linux-ia64-10.2.0.1-20051213.zip) = 274c60e376f3a3c3322b79ff28704a1152eca7eeafe39a98bc1647e8ef5f6f5c -SIZE (oracle/instantclient-sqlplus-linux-ia64-10.2.0.1-20051213.zip) = 1110989 Property changes on: head/databases/linux-oracle-instantclient-sqlplus/distinfo.ia64 ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/databases/linux-oracle-instantclient-sqlplus/Makefile =================================================================== --- head/databases/linux-oracle-instantclient-sqlplus/Makefile (revision 154060) +++ head/databases/linux-oracle-instantclient-sqlplus/Makefile (revision 154061) @@ -1,86 +1,83 @@ # New ports collection makefile for: linux-oracle-instantclient-sqlplus # Date created: 2005-04-26 # Whom: nork@FreeBSD.org # # $FreeBSD$ # PORTNAME= instantclient PORTVERSION= 10.2.0.1.${DISTDATE} CATEGORIES= databases MASTER_SITES= #http://www.oracle.com/technology/software/tech/oci/instantclient/ PKGNAMEPREFIX= linux-oracle- PKGNAMESUFFIX= -sqlplus DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${LINUXARCH}-${PORTVERSION:S/.${DISTDATE}/-${DISTDATE}/} DIST_SUBDIR= oracle MAINTAINER= nork@FreeBSD.org COMMENT= Oracle 10 InstantClient SQLPlus. Works with Oracle RDBMS 8.1.2+ RUN_DEPENDS= ${LINUXBASE}/usr/lib/oracle/${PORTVERSION}/client/lib/libocci.so.10.1:${.CURDIR}/../linux-oracle-instantclient-basic -ONLY_FOR_ARCHS= i386 ia64 amd64 +ONLY_FOR_ARCHS= i386 # amd64(not yet on own) NO_BUILD= yes NO_FILTER_SHLIBS= yes MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} RESTRICTED= Packaging prohibited by Oracle license USE_ZIP= yes USE_LINUX_PREFIX= yes BINS_LIST= sqlplus LIBS_LIST= glogin.sql \ libsqlplus.so \ libsqlplusic.so -WRKSRC= ${WRKDIR}/instantclient10_2 +WRKSRC= ${WRKDIR}/instantclient_10_2 INSTLIBSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/lib INSTBINSDIR= ${PREFIX}/usr/lib/oracle/${PORTVERSION}/client/bin PLIST_SUB= PORTVERSION=${PORTVERSION} .include .if ${ARCH} == "i386" LINUXARCH= linux32 DISTDATE= 20050713 .elif ${ARCH} == "amd64" LINUXARCH= linux-x86-64 DISTDATE= 20051025 -.elif ${ARCH} == "ia64" -LINUXARCH= linux-ia64 -DISTDATE= 20051213 .endif .if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) ECHO_MSG= ${PRINTF} %b IGNORE+= \n\n-=< MARKED AS IGNORED: >=-\n IGNORE+= \n IGNORE+= Due to Oracle license restrictions, you must fetch the source \n IGNORE+= distribution manually. Please access \n IGNORE+= http://www.oracle.com/technology/software/tech/oci/instantclient/index.html \n IGNORE+= with a web browser and follow the link for the \n IGNORE+= \"${DISTFILES}\". \n IGNORE+= You will be required to register and log in, \n IGNORE+= but you can create an account on that page. \n IGNORE+= After registration and accepting the Oracle License, \n IGNORE+= download the distribution file, \n ${DISTFILES}, \n IGNORE+= into ${DISTDIR}/${DIST_SUBDIR}/ \n IGNORE+= and then restart this installation\n\n .endif do-install: ${MKDIR} -m 0755 ${INSTBINSDIR} ${LN} -s ../lib/oracle/${PORTVERSION}/client/bin/sqlplus ${PREFIX}/usr/bin/sqlplus .for i in ${BINS_LIST} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${INSTBINSDIR}/${i} .endfor .for i in ${LIBS_LIST} ${INSTALL_DATA} ${WRKSRC}/${i} ${INSTLIBSDIR}/${i} .endfor .include Property changes on: head/databases/linux-oracle-instantclient-sqlplus/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property