Commit graph

7 commits

Author SHA1 Message Date
Martin Wilke
4a06478931 - Bump PORTREVISION after apr update
PR:		125270 125271 125272 125278 125281 125282
		125284 125285 125287 125288 125289 125290
		125291 125292 125293 125295 125296 125297
		125300
Submitted by:	rodrigc
2008-07-07 12:37:21 +00:00
Xin LI
0d47ae0c82 Update to 0.1.6 2008-06-30 19:33:32 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Jimmy Olgeni
a249020977 Large round of typo fixes in ports/devel (pkg-descr). 2008-06-01 09:42:37 +00:00
Xin LI
bc2a436c1b Update to 0.1.5 2008-01-10 10:14:10 +00:00
Xin LI
37d370c76e Make use of port infrastructure's easy_install support[1]. While I'm there,
add subversion and mercurial as RUN_DEPENDS, as one will have to install
them to make this useful.

Reported by:	pointyhat via pav [1]
2007-12-14 00:04:37 +00:00
Xin LI
fd3cd7d7cd Add hgsvn:
This set of scripts allows to work locally on Subversion-managed
projects using the Mercurial distributed version control system.

Why use Mercurial? You can do local (disconnected) work, pull the
latest changes from the SVN server, manage private branches, submit
patches to project maintainers, etc.  And of course you have fast
local operations like "hg log", "hg annotate"...

Currenly two scripts are provided:

 * hgimportsvn initializes an SVN checkout which is also a
   Mercurial repository.
 * hgpullsvn pulls the latest changes from the SVN repository,
   and updates the Mercurial repository accordingly.  It can
   be run multiple times.

WWW:    http://cheeseshop.python.org/pypi/hgsvn
2007-12-13 01:32:50 +00:00