Port details |
- myrepos Tool to manage all your version control repos
- 1.20180726 devel
=2 1.20180726Version of this port present on the latest quarterly branch. - Maintainer: portmaster@BSDforge.com
 - Port Added: 2015-10-28 00:07:20
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://myrepos.branchable.com/
- Description:
- You have a lot of version control repositories. Sometimes you want to
update them all at once. Or push out all your local changes. You use
special command lines in some repositories to implement specific workflows.
Myrepos provides a `mr` command, which is a tool to manage all your version
control repositories.
It supports git, svn, mercurial, bzr, darcs, cvs, fossil and veracity.
Author: Joey Hess
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/myrepos/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/myrepos
- pkg install myrepos
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: myrepos
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608174462
SHA256 (mr-1.20180726.tar.gz) = 3cf3fcb579c9e204e8e1bf67bf190ca51c287a61262f085c9c7675e2c124fa50
SIZE (mr-1.20180726.tar.gz) = 70945
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for myrepos-1.20180726:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_myrepos
- USES:
- cpe perl5 shebangfix
- 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 |
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) |
1.20180726 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 ) |
1.20180726 14 Oct 2021 21:30:34
    |
Stefan Eßer (se)  |
devel/myrepos: Add CPE information
Approved by: portmgr (blanket) |
1.20180726 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.20180726 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.20180726 29 Dec 2020 16:45:37
  |
rhurlin  |
devel/myrepos: Re-add port and update to 1.20180726
Changelog: https://git.joeyh.name/index.cgi/myrepos.git/log/?h=1.20180726
PR: 251921
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (new maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27810 |
1.20160123_1 05 May 2020 15:38:12
  |
rene  |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.20160123_1 04 Apr 2020 20:51:41
  |
antoine  |
Deprecate ports broken for more than 6 months |
1.20160123_1 06 Nov 2019 12:48:32
  |
antoine  |
Mark a few ports BROKEN, unfetchable |
1.20160123_1 13 May 2016 20:28:51
  |
jonathan  |
Update to 1.20160123.
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D6341 |
1.20130710_1 19 Feb 2016 14:36:14
  |
amdmi3  |
- Fix documentation installation
- Fix LICENSE
- Add NO_ARCH
- Use options helpers
PR: 206928
Submitted by: amdmi3
Approved by: maintainer timeout (jonathan, 2 weeks) |
1.20130710 28 Oct 2015 00:07:10
  |
jonathan  |
Add new port: devel/libdistance.
This is a library for calculating the edit distance between strings or data
using various metrics (Levenshtein, Damerau, Needleman-Wunsch, Hamming...).
Reviewed by: garga
Approved by: brooks
Differential Revision: https://reviews.freebsd.org/D3730 |