Import rcm-1.2.3 as wip/rcm.
The rcm suite of tools is for managing dotfiles directories. 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.
This commit is contained in:
parent
450fa98142
commit
264f189f19
4 changed files with 35 additions and 0 deletions
5
rcm/DESCR
Normal file
5
rcm/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The rcm suite of tools is for managing dotfiles directories.
|
||||
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.
|
13
rcm/Makefile
Normal file
13
rcm/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/05/03 14:00:20 jonthn Exp $
|
||||
|
||||
DISTNAME= rcm-1.2.3
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://thoughtbot.github.io/rcm/dist/
|
||||
|
||||
HOMEPAGE= https://thoughtbot.github.io/rcm/
|
||||
COMMENT= Tools for rc file (dotfile) management
|
||||
LICENSE= modified-bsd
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
rcm/PLIST
Normal file
12
rcm/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/05/03 14:00:20 jonthn Exp $
|
||||
bin/lsrc
|
||||
bin/mkrc
|
||||
bin/rcdn
|
||||
bin/rcup
|
||||
man/man1/lsrc.1
|
||||
man/man1/mkrc.1
|
||||
man/man1/rcdn.1
|
||||
man/man1/rcup.1
|
||||
man/man5/rcrc.5
|
||||
man/man7/rcm.7
|
||||
share/rcm/rcm.sh
|
5
rcm/distinfo
Normal file
5
rcm/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/05/03 14:00:20 jonthn Exp $
|
||||
|
||||
SHA1 (rcm-1.2.3.tar.gz) = f89e64f45d714567f54474b3b4cc825b130ab114
|
||||
RMD160 (rcm-1.2.3.tar.gz) = 7e41b370fa2bd6308a632175c4d5469a3bbcc10b
|
||||
Size (rcm-1.2.3.tar.gz) = 83947 bytes
|
Loading…
Reference in a new issue