From owner-svn-ports-all@FreeBSD.ORG Sun Nov 9 12:05:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AE18C53; Sun, 9 Nov 2014 12:05:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EBE5A12C; Sun, 9 Nov 2014 12:05:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA9C5llG037041; Sun, 9 Nov 2014 12:05:47 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA9C5k7a037035; Sun, 9 Nov 2014 12:05:46 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201411091205.sA9C5k7a037035@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 9 Nov 2014 12:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372360 - in head/sysutils: . rcm X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 12:05:48 -0000 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 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