Bug 110925 - [NEW PORT] devel/py-sqlcc: The sqlcc is a Python SQL Command Composer
Summary: [NEW PORT] devel/py-sqlcc: The sqlcc is a Python SQL Command Composer
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: 2007-03-27 14:50 UTC by Thinker
Modified: 2007-03-27 16:50 UTC (History)
0 users

See Also:


Attachments
py24-sqlcc-0.2.shar (2.40 KB, text/plain)
2007-03-27 14:50 UTC, Thinker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thinker 2007-03-27 14:50:20 UTC
sqlcc is a SQL Command Composer for Python. It make you coding SQL command
with Python's syntax, no more string composing. You can insert, update, and
query with sqlcc. Even you can initial a database with schema defined with
sqlcc.

WWW:	https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-27 14:50:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 14:51:09 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-03-27 16:46:16 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-03-27 16:46:33 UTC
miwi        2007-03-27 15:46:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-sqlcc       Makefile distinfo pkg-descr pkg-plist 
  Log:
  sqlcc is a SQL Command Composer for Python. It make you coding SQL command
  with Python's syntax, no more string composing. You can insert, update, and
  query with sqlcc. Even you can initial a database with schema defined with
  sqlcc.
  
  WWW:    https://opensvn.csie.org/traccgi/PumperWeb/wiki/sqlcc
  
  PR:             ports/110925
  Submitted by:   Thinker K.F. Li <thinker at branda.to>
  
  Revision  Changes    Path
  1.2709    +1 -0      ports/devel/Makefile
  1.1       +22 -0     ports/devel/py-sqlcc/Makefile (new)
  1.1       +3 -0      ports/devel/py-sqlcc/distinfo (new)
  1.1       +6 -0      ports/devel/py-sqlcc/pkg-descr (new)
  1.1       +14 -0     ports/devel/py-sqlcc/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"