Bug 109735 - [NEW PORT] devel/pybaz: Python interface to Baz/Arch version control system
Summary: [NEW PORT] devel/pybaz: Python interface to Baz/Arch version control system
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-01 23:20 UTC by Radim Kolar
Modified: 2007-03-03 12:20 UTC (History)
0 users

See Also:


Attachments
pybaz-1.5.2.shar (4.86 KB, text/plain)
2007-03-01 23:20 UTC, Radim Kolar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2007-03-01 23:20:05 UTC
PyBaz provides Python bindings for the Baz revision control system.
It's based on PyArch, and shares the same design goals:

 * Faithfulness to the Baz design.
 * Python best idioms.
 * Code elegance.
      
It provides enough flexibility and efficiency for all types of applications,
from batch scripts to graphical user interface front-end and web services.

WWW:	http://code.aaronbentley.com/pybaz/

Generated with FreeBSD Port Tools 0.77

How-To-Repeat: this port is needed to get gnu arch/baz import work in devel/bzrtools port
i hope it isn't dupe port
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-03-02 11:38:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-03 12:16:16 UTC
gabor       2007-03-03 12:16:06 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pybaz          Makefile distinfo pkg-descr pkg-plist 
  Log:
  PyBaz provides Python bindings for the Baz revision control system.
  It's based on PyArch, and shares the same design goals:
  
   * Faithfulness to the Baz design.
   * Python best idioms.
   * Code elegance.
  
  It provides enough flexibility and efficiency for all types of applications,
  from batch scripts to graphical user interface front-end and web services.
  
  WWW:    http://code.aaronbentley.com/pybaz/
  
  PR:             ports/109735
  Submitted by:   Radim Kolar <hsn@sendmail.cz>
  
  Revision  Changes    Path
  1.2668    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/pybaz/Makefile (new)
  1.1       +3 -0      ports/devel/pybaz/distinfo (new)
  1.1       +11 -0     ports/devel/pybaz/pkg-descr (new)
  1.1       +69 -0     ports/devel/pybaz/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 Gabor Kovesdan freebsd_committer freebsd_triage 2007-03-03 12:17:43 UTC
State Changed
From-To: open->closed

Port added, thanks! Just a small note: if you don't use ONLY_FOR_ARCH, 
OSVERSION or any special feature, only bsd.port.mk should be included 
into the Makfile.