Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2014 12:05:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372360 - in head/sysutils: . rcm
Message-ID:  <201411091205.sA9C5k7a037035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Nov  9 12:05:46 2014
New Revision: 372360
URL: https://svnweb.freebsd.org/changeset/ports/372360
QAT: https://qat.redports.org/buildarchive/r372360/

Log:
  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.

Added:
  head/sysutils/rcm/
  head/sysutils/rcm/Makefile   (contents, props changed)
  head/sysutils/rcm/distinfo   (contents, props changed)
  head/sysutils/rcm/pkg-descr   (contents, props changed)
  head/sysutils/rcm/pkg-plist   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Nov  9 11:51:55 2014	(r372359)
+++ head/sysutils/Makefile	Sun Nov  9 12:05:46 2014	(r372360)
@@ -762,6 +762,7 @@
     SUBDIR += raincoat
     SUBDIR += rcadm
     SUBDIR += rclean
+    SUBDIR += rcm
     SUBDIR += rdate
     SUBDIR += rdiff-backup
     SUBDIR += rdiff-backup-devel

Added: head/sysutils/rcm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rcm/Makefile	Sun Nov  9 12:05:46 2014	(r372360)
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME=	rcm
+PORTVERSION=	1.2.3
+CATEGORIES=	sysutils
+MASTER_SITES=	https://thoughtbot.github.io/rcm/dist/
+
+MAINTAINER=	leonardo@schenkel.net
+COMMENT=	RC file (dotfile) management
+
+LICENSE=	BSD3CLAUSE
+
+NO_ARCH=	yes
+GNU_CONFIGURE=	yes
+
+.include <bsd.port.mk>

Added: head/sysutils/rcm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rcm/distinfo	Sun Nov  9 12:05:46 2014	(r372360)
@@ -0,0 +1,2 @@
+SHA256 (rcm-1.2.3.tar.gz) = 502fd44e567ed0cfd00fb89ccc257dac8d6eb5d003f121299b5294c01665973f
+SIZE (rcm-1.2.3.tar.gz) = 83947

Added: head/sysutils/rcm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rcm/pkg-descr	Sun Nov  9 12:05:46 2014	(r372360)
@@ -0,0 +1,12 @@
+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.
+
+WWW: https://github.com/thoughtbot/rcm

Added: head/sysutils/rcm/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rcm/pkg-plist	Sun Nov  9 12:05:46 2014	(r372360)
@@ -0,0 +1,11 @@
+bin/lsrc
+bin/mkrc
+bin/rcdn
+bin/rcup
+man/man1/lsrc.1.gz
+man/man1/mkrc.1.gz
+man/man1/rcdn.1.gz
+man/man1/rcup.1.gz
+man/man5/rcrc.5.gz
+man/man7/rcm.7.gz
+%%DATADIR%%/rcm.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411091205.sA9C5k7a037035>