Port details |
- rcm RC file (dotfile) management
- 1.3.6 sysutils
=2 1.3.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2014-11-09 12:05:53
- Last Update: 2024-04-13 13:03:19
- Commit Hash: 62ed195
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/thoughtbot/rcm
- Description:
- The rcm suite of tools is for managing dotfiles directories. This is a directory
containing all the .*rc files in your home directory (.zshrc, .vimrc, and so
on). These files have gone by many names in history, such as "rc files" because
they typically end in rc or "dotfiles" because they begin with a period.
This suite is useful for committing your rc files to a central repository to
share, but it also scales to a more complex situation such as multiple source
directories shared between computers with some host-specific or task-specific
files.
¦ ¦ ¦ ¦ 
- 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/sysutils/rcm/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rcm
- pkg install rcm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rcm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674589550
SHA256 (rcm-1.3.6.tar.gz) = f4fdfbc451d1fb5764531290a202a0a871f6b81ba3c01a6b76c49435c85080a5
SIZE (rcm-1.3.6.tar.gz) = 96280
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_rcm
- 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 |
1.3.6 13 Apr 2024 13:03:19
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
1.3.6 21 Feb 2024 15:06:44
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update manpage location (003a571d1d6585196545295efc181514f171c4c4,
r523104) |
1.3.6 30 Jan 2023 12:59:10
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update to 1.3.6
- Update MASTER_SITES
Changes: https://github.com/thoughtbot/rcm/releases |
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.3.5 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.3.5 30 Apr 2022 15:57:44
    |
Po-Chuan Hsieh (sunpoet)  |
sysutils/rcm: Update to 1.3.5
Changes: https://github.com/thoughtbot/rcm/releases |
1.3.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.3.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3.4 30 Aug 2020 20:20:18
  |
sunpoet  |
Update to 1.3.4
- Take maintainership
Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in |
1.3.3 02 Aug 2018 07:04:01
  |
tobik  |
sysutils/rcm: Update to 1.3.3
- Reset maintainer
Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in
PR: 230281
Submitted by: Nathan <ndowens.fbsd@yandex.com>
Approved by: Leonardo Brondani Schenkel <leonardo@schenkel.net> (maintainer) |
1.3.0 06 Dec 2015 20:59:54
  |
ak  |
- Update to 1.3.0
PR: 205072
Submitted by: leonardo@schenkel.net (maintainer) |
1.2.3 09 Nov 2014 12:05:46
  |
marino  |
Add new port sysutils/rcm
PR: 194248
Submitted by: Leonardo Brondani Schenkel
The rcm suite of tools is for managing dotfiles directories. This is a
directory containing all the .*rc files in your home directory (.zshrc,
.vimrc, and so on). These files have gone by many names in history, such as
"rc files" because they typically end in rc or "dotfiles" because they begin
with a period.
This suite is useful for committing your rc files to a central repository
to share, but it also scales to a more complex situation such as multiple
source directories shared between computers with some host-specific or
task-specific files. |