Port details on branch 2025Q3 |
- mercurial Fast, lightweight source control management system
- 6.9.5 devel
=36 6.9.5Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2005-07-13 19:06:00
- Last Update: 2025-04-29 12:43:04
- Commit Hash: cb8a0ae
- People watching this port, also watch:: libxml2, curl, freetype2, pcre, git
- Also Listed In: python
- License: GPLv2
- WWW:
- https://www.mercurial-scm.org/
- Description:
- Mercurial is a fast, lightweight source control management system designed for
efficient handling of very large distributed projects. Features include:
* O(1) delta-compressed file storage and retrieval scheme
* Complete cross-indexing of file and changesets for efficient exploration
of project history
* Robust SHA1-based integrity checking and append-only storage model
* Decentralized development model with arbitrary merging between trees
* High-speed HTTP-based network merge protocol
* Easy-to-use command-line interface
* Integrated stand-alone web interface
* Small Python codebase
* GPL license
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- mercurial>0:devel/mercurial
- To install the port:
- cd /usr/ports/devel/mercurial/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mercurial
- pkg install mercurial
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mercurial
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1745178254
SHA256 (mercurial-6.9.5.tar.gz) = d3f22aeef9e9dcd6e562132950226c2c955d35271bd00a01481efca2b1cc65fd
SIZE (mercurial-6.9.5.tar.gz) = 8922574
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>0 : devel/py-wheel@py311
- python3.11 : lang/python311
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- devel/tortoisehg
-
Deleted ports which required this port:
- for Run
-
- devel/hgsvn
- devel/py-hg-evolve
- devel/py-hglib
- devel/tortoisehg
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for mercurial-6.9.5:
DATA=on: Install data files
DOCS=on: Build and/or install documentation
FREEBSD=off: Patches used internally by the FreeBSD Project
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_mercurial
- USES:
- cpe python shebangfix gettext
- pkg-message:
- For install:
- devel/mercurial is now flavored for Python versions.
If you have custom extensions installed, you may need
to install the Python 2 version unless all your extensions
are Python 3 compatible.
Note that we now install a few more files in /usr/local/share/mercurial:
- shell completion scripts (bash, tcsh and zsh)
- FastCGI / WSGI scripts for web access to repositories
see http://www.mercurial-scm.org/wiki/PublishingRepositories
- various documentation files
- Master Sites:
|