Summary: | [NEW PORT] devel/pybaz: Python interface to Baz/Arch version control system | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Radim Kolar <hsn> | ||||
Component: | Individual Port(s) | Assignee: | Gabor Kovesdan <gabor> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Radim Kolar
2007-03-01 23:20:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->gabor Take. 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" 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. |