Bug 133757 - New port: databases/py-odbc: ODBC connections for python
Summary: New port: databases/py-odbc: ODBC connections for python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-15 18:30 UTC by Robert Kruus
Modified: 2009-05-05 01:30 UTC (History)
0 users

See Also:


Attachments
file.shar (4.73 KB, text/plain)
2009-04-15 18:30 UTC, Robert Kruus
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Kruus 2009-04-15 18:30:01 UTC
Tested mainly with unixODBC, but should work with libiodbc. No 32 bit
systems available for testing.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-04-16 09:19:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-05 01:21:26 UTC
miwi        2009-05-05 00:21:12 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/py-odbc    Makefile distinfo pkg-descr pkg-plist 
    databases/py-odbc/files patch-setup-libs 
  Log:
  pyodbc is a Python module that allows you to use ODBC to connect to
  almost any database from Windows, Linux, OS/X, and more.
  
  It implements the Python Database API Specification v2.0, but
  additional features have been added to simplify database
  programming even more.
  
  WWW:    http://code.google.com/p/pyodbc/
  
  PR:             ports/133757
  Submitted by:   Robet Kruus <rob.kruus@gmail.com>
  
  Revision  Changes    Path
  1.765     +1 -0      ports/databases/Makefile
  1.1       +66 -0     ports/databases/py-odbc/Makefile (new)
  1.1       +3 -0      ports/databases/py-odbc/distinfo (new)
  1.1       +12 -0     ports/databases/py-odbc/files/patch-setup-libs (new)
  1.1       +8 -0      ports/databases/py-odbc/pkg-descr (new)
  1.1       +7 -0      ports/databases/py-odbc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-05-05 01:23:20 UTC
State Changed
From-To: open->closed

Committed. Thanks!