aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rcm
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 1.3.4Sunpoet Po-Chuan Hsieh2020-08-303-15/+14
| | | | | | | | | - Take maintainership Changes: https://github.com/thoughtbot/rcm/blob/master/NEWS.md.in Notes: svn path=/head/; revision=547086
* sysutils/rcm: Update to 1.3.3Tobias Kortkamp2018-08-022-4/+6
| | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=476222
* - Update to 1.3.0Alex Kozlov2015-12-062-3/+3
| | | | | | | | PR: 205072 Submitted by: leonardo@schenkel.net (maintainer) Notes: svn path=/head/; revision=403163
* Add new port sysutils/rcmJohn Marino2014-11-094-0/+41
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. Notes: svn path=/head/; revision=372360