notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
hgsvn Scripts to work locally on Subversion checkouts using Mercurial
0.6.0_2 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.0_1Version of this port present on the latest quarterly branch.
Maintainer: delphij@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-12-13 01:33:00
Last Update: 2024-02-28 15:53:37
Commit Hash: e83f0a9
People watching this port, also watch:: p5-type1inst, font-misc-meltho
Also Listed In: python
License: GPLv3
WWW:
https://pypi.org/project/hgsvn/
Description:
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"... Three 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. * hgpushsvn pushes your local Mercurial commits back to the SVN repository.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}hgsvn>0:devel/hgsvn@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/hgsvn/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/hgsvn
  • pkg install py39-hgsvn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-hgsvn listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-hgsvn
Package flavors (<flavor>: <package>)
  • py39: py39-hgsvn
distinfo:
TIMESTAMP = 1627262461 SHA256 (hgsvn-0.6.0.tar.gz) = f3843d59589ca554b2160136c294efc16150b8b91736746f07577ad88197958d SIZE (hgsvn-0.6.0.tar.gz) = 103608

Packages (timestamps in pop-ups are UTC):
py37-hgsvn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.5.2_2-----
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-hgsvn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6.0_20.6.0_2-0.6.0_20.6.0_2---
FreeBSD:13:quarterly0.6.0_10.6.0_1-0.6.0_10.6.0_10.6.0_10.6.0_10.6.0_1
FreeBSD:14:latest0.6.0_20.6.0_20.6.0_10.6.0_20.6.0_20.6.0_1-0.6.0_1
FreeBSD:14:quarterly0.6.0_10.6.0_1-0.6.0_10.6.0_10.6.0_10.6.0_10.6.0_1
FreeBSD:15:latest0.6.0_20.6.0_2n/a0.6.0_1n/a0.6.0_10.6.0_10.6.0_1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. svn : devel/subversion
  2. mercurial>=5.9 : devel/mercurial@py39
  3. py39-hglib>0 : devel/py-hglib@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_hgsvn
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/h/hgsvn/
  2. https://pypi.org/packages/source/h/hgsvn/
Collapse this list.

Number of commits found: 38

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.0_2
28 Feb 2024 15:53:37
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER

When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.

Approved by:	jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D43864
0.6.0_1
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
0.6.0_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.6.0_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.0_1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.0_1
16 Sep 2021 02:16:07
commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25commit hash: 06a8050112e6f7d9e5cce0e3a61c05686f6d9b25 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
devel/mercurial: update to 5.9.1.

Bump PORTREVISIONs for dependant ports.
While I'm here update devel/tortoisehg to 5.9.1. (*)

Approved by:	arrowd (*)
PR:		ports/258352
0.6.0
26 Jul 2021 05:48:00
commit hash: e91ce3a3a96abc0b0a01a786dfcf33b163651ba0commit hash: e91ce3a3a96abc0b0a01a786dfcf33b163651ba0commit hash: e91ce3a3a96abc0b0a01a786dfcf33b163651ba0commit hash: e91ce3a3a96abc0b0a01a786dfcf33b163651ba0 files touched by this commit
Xin LI (delphij) search for other commits by this committer
devel/hgsvn: update to 0.6.0
0.5.2_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.5.2_2
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
0.5.2_2
06 Sep 2020 15:09:28
Revision:547798Original commit files touched by this commit
arrowd search for other commits by this committer
devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bump
PORTREVISION's for ports that depend on mercurial.

PR:		242463
Submitted by:	Peter Wullinger <freebsd@dhke.de> (original patch)
0.5.2_1
20 Apr 2020 20:01:50
Revision:532225Original commit files touched by this commit
delphij search for other commits by this committer
Depend on devel/py-hglib.

PR:		245756
0.5.2
16 May 2019 05:50:07
Revision:501771Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.5.2.
0.5.1
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
0.5.1
03 Nov 2016 06:53:10
Revision:425192Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.5.1.
0.3.15
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.3.15
17 Mar 2016 07:03:42
Revision:411260Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.3.15.
0.3.9
08 Jun 2015 22:33:07
Revision:388887Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.3.9.
0.2.5
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
07 Mar 2014 16:49:10
Revision:347405Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert d* to USES=zip
0.2.5
19 Feb 2014 23:51:47
Revision:345165Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.2.5.

While I'm there also pet portlint.
0.2.3
28 Jan 2014 07:47:43
Revision:341506Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
use bsdtar to extract zip
use autoplist
0.2.3
23 Dec 2013 20:22:31
Revision:337289Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.2.3.
0.1.9
20 Nov 2013 20:51:25
Revision:334452Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update WWW:
  - http://cheeseshop.python.org/ -> https://pypi.python.org/
  - http://pypi.python.org/ -> https://pypi.python.org/

With hat:	python
Approved by:	bapt (portmgr)
0.1.9
20 Sep 2013 17:04:44
Revision:327723Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
0.1.9
11 Aug 2011 19:14:48
Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.1.9.
0.1.8_2
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.1.8_2
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
0.1.8_1
05 May 2010 21:52:39
Original commit files touched by this commit
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
0.1.8
30 Jan 2010 01:30:13
Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.1.8
0.1.7
22 Sep 2009 23:20:12
Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.1.7.

Submitted by:   Marco Bröder <marco.broeder gmx eu>
PR:             ports/ports/139067
Feature safe:   yes
0.1.6_1
07 Jul 2008 12:37:21
Original commit files touched by this commit
miwi search for other commits by this committer
- 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
0.1.6
30 Jun 2008 19:33:32
Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.1.6
0.1.5_1
06 Jun 2008 13:21:59
Original commit files touched by this commit
edwin search for other commits by this committer
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)
0.1.5
01 Jun 2008 09:42:37
Original commit files touched by this commit
olgeni search for other commits by this committer
Large round of typo fixes in ports/devel (pkg-descr).
0.1.5
10 Jan 2008 10:14:10
Original commit files touched by this commit
delphij search for other commits by this committer
Update to 0.1.5
0.1.4_1
14 Dec 2007 00:04:37
Original commit files touched by this commit
delphij search for other commits by this committer
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]
0.1.4
13 Dec 2007 01:32:50
Original commit files touched by this commit
delphij search for other commits by this committer
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

Number of commits found: 38