Port details |
- hgsvn Scripts to work locally on Subversion checkouts using Mercurial
- 0.6.0_2 devel =3 0.6.0_2Version of this port present on the latest quarterly branch.
- Maintainer: delphij@FreeBSD.org
- 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:: vcdimager, icon-naming-utils, newfile, p5-MIME-Tools, libXdamage
- 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.
- ¦ ¦ ¦ ¦
- 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>)
- 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):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- svn : devel/subversion
- mercurial>=5.9 : devel/mercurial@py39
- py39-hglib>0 : devel/py-hglib@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0_2 28 Feb 2024 15:53:37 |
Michael Osipov (michaelo) |
*/*: 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 |
Rene Ladan (rene) |
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 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
0.6.0_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
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 ) |
0.6.0_1 16 Sep 2021 02:16:07 |
Sergey A. Osokin (osa) |
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 |
Xin LI (delphij) |
devel/hgsvn: update to 0.6.0 |
0.5.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.2_2 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.5.2_2 06 Sep 2020 15:09:28 |
arrowd |
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 |
delphij |
Depend on devel/py-hglib.
PR: 245756 |
0.5.2 16 May 2019 05:50:07 |
delphij |
Update to 0.5.2. |
0.5.1 25 Apr 2018 16:42:38 |
amdmi3 |
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 |
delphij |
Update to 0.5.1. |
0.3.15 01 Apr 2016 14:00:57 |
mat |
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 |
delphij |
Update to 0.3.15. |
0.3.9 08 Jun 2015 22:33:07 |
delphij |
Update to 0.3.9. |
0.2.5 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
0.2.5 19 Feb 2014 23:51:47 |
delphij |
Update to 0.2.5.
While I'm there also pet portlint. |
0.2.3 28 Jan 2014 07:47:43 |
bapt |
Support stage
use bsdtar to extract zip
use autoplist |
0.2.3 23 Dec 2013 20:22:31 |
delphij |
Update to 0.2.3. |
0.1.9 20 Nov 2013 20:51:25 |
sunpoet |
- 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 |
bapt |
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 |
delphij |
Update to 0.1.9. |
0.1.8_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.1.8_2 18 May 2010 04:08:06 |
pgollucci |
- 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 |
pgollucci |
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 |
delphij |
Update to 0.1.8 |
0.1.7 22 Sep 2009 23:20:12 |
delphij |
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 |
miwi |
- 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 |
delphij |
Update to 0.1.6 |
0.1.5_1 06 Jun 2008 13:21:59 |
edwin |
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 |
olgeni |
Large round of typo fixes in ports/devel (pkg-descr). |
0.1.5 10 Jan 2008 10:14:10 |
delphij |
Update to 0.1.5 |
0.1.4_1 14 Dec 2007 00:04:37 |
delphij |
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 |
delphij |
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 |