aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bazaar-ng
Commit message (Collapse)AuthorAgeFilesLines
* - Fix master sitesmnag2006-03-151-2/+2
| | | | | | PR: 93800 Submitted by: maintainer Notified by: kris
* Fix MASTER_SITES.krion2006-02-251-1/+2
| | | | Approved by: portmgr (implicit)
* - Cosmetic change in Makefile dependenciesmnag2006-02-201-2/+2
| | | | | | | - Update maintainer's email PR: 93449 Submitted by: maintainer
* - Update to 0.7pav2006-01-243-335/+428
| | | | | PR: ports/92219 Submitted by: Ulf Lilleengen <lulf@stud.ntnu.no> (maintainer)
* Update to 0.6.2mnag2005-11-282-6/+7
| | | | | | | Add SHA256 PR: 89640 Submitted by: Ulf Lilleengen <lulf@idi.ntnu.no> (maintainer)
* Update to 0.6jylefort2005-10-293-10/+86
| | | | | PR: ports/88145 Submitted by: maintainer
* Add bazaar-ng.jylefort2005-10-285-0/+391
Bazaar-NG is an implementation of GNU arch from Canonical written in Python. Arch is a version control system, which allows you to keep old versions of files and directories (usually source code), keep a log of who, when, and why changes occurred, etc., like SVN, CVS, or RCS. Arch is distributed, which gives it significant advantages and some disadvantages compared to SVN and CVS. The bzr implementation is the next Bazaar version from Canonical called Bazaar-NG. WWW: http://www.bazaar-ng.org/ PR: ports/87849 Submitted by: Ulf Lilleengen <lulf@kerneled.org>