[csw-devel] SF.net SVN: gar:[7577] csw/mgar/pkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Mon Dec 7 16:22:15 CET 2009
Revision: 7577
http://gar.svn.sourceforge.net/gar/?rev=7577&view=rev
Author: wahwah
Date: 2009-12-07 15:22:15 +0000 (Mon, 07 Dec 2009)
Log Message:
-----------
cx-oracle: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/cx-oracle/trunk/Makefile
csw/mgar/pkg/cx-oracle/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/cx-oracle/
Modified: csw/mgar/pkg/cx-oracle/trunk/Makefile
===================================================================
--- csw/mgar/pkg/template/trunk/Makefile 2009-12-07 13:44:57 UTC (rev 7576)
+++ csw/mgar/pkg/cx-oracle/trunk/Makefile 2009-12-07 15:22:15 UTC (rev 7577)
@@ -11,8 +11,8 @@
## For more information about GAR variables, please see:
## https://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference
##
-GARNAME = mypkg
-GARVERSION = 1.0
+GARNAME = cx-oracle
+GARVERSION = 5.0.2
##
## The category that your software fits in. This is not a descriptive field, but
## influences the build process. Depending on the CATEGORIES setting, different
@@ -22,24 +22,29 @@
## Possible settings are:
## apps, cpan, devel, gnome, java, kde, lang, lib, meta, net, python, server,
## utils, x11, xfce, xorg, xtra
-CATEGORIES = lib
+CATEGORIES = python
##
## A one-line description of the package, which will appear in the pkginfo.
-DESCRIPTION = <please fill in>
+DESCRIPTION = a Python db API conforming module for Oracle database access
##
## A longer description of the package. This is only for descriptive purposes
## inside the Makefile and is not used elsewhere.
define BLURB
- <please fill in>
+ cx_Oracle is a Python extension module that allows access to Oracle databases
+ and conforms to the Python database API specification. This module is
+ currently built against Oracle 9.2.0, 10.2.0 and 11.1.0. For more information
+ on the database API specification, see here. Use the provided setup.py to
+ build and install the module which makes use of the DistUtils module made
+ available in Python 2.0 and up.
endef
##
## Upstream URL that should show up in the VENDOR field as well as on
## http://opencsw.org/packages/<packagename>.
-SPKG_SOURCEURL =
+SPKG_SOURCEURL = http://cx-oracle.sourceforge.net/
##
## Whitespace-separated list of URLs to download the source package from.
## There are presets: $(SF_MIRRORS), $(GNU_MIRRORS) and $(GOOGLE_MIRROR).
-MASTER_SITES =
+MASTER_SITES = $(SF_MIRRORS)
##
## SF_PROJ is required if you set $(MASTER_SITES) to $(SF_MIRRORS) and the
## Sourceforge project name differs from $(GARNAME). Specifies the Sourceforge
@@ -54,9 +59,10 @@
## Whitespace-separated list of files which comprise this build. mGAR will look
## for the files in the $(FILEDIR) (trunk/files) directory and on the
## $(MASTER_SITES).
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
+DL_NAME = cx_Oracle
+DISTNAME = $(DL_NAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
##
-## We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
##
## Catalog name is the name to be used with pkg{-get,util} -i <pkgname>.
@@ -176,10 +182,4 @@
## The compiler to use. Defaults to SOS11, can be also: SOS12, GCC3, GCC4.
## GARCOMPILER = SOS11
##
-# Remove the following rules and uncomment the
-# include before building.
-all: .DEFAULT
-.DEFAULT:
- @true
-
-#include gar/category.mk
+include gar/category.mk
Modified: csw/mgar/pkg/cx-oracle/trunk/checksums
===================================================================
--- csw/mgar/pkg/template/trunk/checksums 2009-12-07 13:44:57 UTC (rev 7576)
+++ csw/mgar/pkg/cx-oracle/trunk/checksums 2009-12-07 15:22:15 UTC (rev 7577)
@@ -0,0 +1 @@
+7f2e521142f0be47347398941438ef79 cx_Oracle-5.0.2.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list