pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rcm: Remove, imported in pkgsrc as sysutils/rcm
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Tue Dec 19 12:46:24 2017 +0100
Changeset: d1b5c8f2142c51d5c0d66078633f7f0a13fe5d72
Modified Files:
Makefile
Removed Files:
rcm/DESCR
rcm/Makefile
rcm/PLIST
rcm/distinfo
rcm/patches/patch-bin_mkrc
rcm/patches/patch-bin_mkrc.in
rcm/patches/patch-bin_rcup
rcm/patches/patch-bin_rcup.in
Log Message:
rcm: Remove, imported in pkgsrc as sysutils/rcm
Thanks to Jonathan for packaging it!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d1b5c8f2142c51d5c0d66078633f7f0a13fe5d72
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
rcm/DESCR | 5 -----
rcm/Makefile | 16 ----------------
rcm/PLIST | 12 ------------
rcm/distinfo | 10 ----------
rcm/patches/patch-bin_mkrc | 21 ---------------------
rcm/patches/patch-bin_mkrc.in | 21 ---------------------
rcm/patches/patch-bin_rcup | 30 ------------------------------
rcm/patches/patch-bin_rcup.in | 30 ------------------------------
9 files changed, 146 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0ca5af2f5c..58e7117a82 100644
--- a/Makefile
+++ b/Makefile
@@ -3928,7 +3928,6 @@ SUBDIR+= raw
SUBDIR+= rawdog
SUBDIR+= rc.d.Interix
SUBDIR+= rc.subr
-SUBDIR+= rcm
SUBDIR+= rdsn-git
SUBDIR+= rdup
SUBDIR+= re2-git
diff --git a/rcm/DESCR b/rcm/DESCR
deleted file mode 100644
index e78672aa80..0000000000
--- a/rcm/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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.
diff --git a/rcm/Makefile b/rcm/Makefile
deleted file mode 100644
index 42116f0ffc..0000000000
--- a/rcm/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/05/03 14:00:20 jonthn Exp $
-
-DISTNAME= rcm-1.3.1
-CATEGORIES= sysutils
-MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
-
-MAINTAINER= leot%NetBSD.org@localhost
-HOMEPAGE= https://thoughtbot.github.io/rcm/
-COMMENT= Tools for rc file (dotfile) management
-LICENSE= modified-bsd
-
-GNU_CONFIGURE= yes
-
-USE_LANGUAGES= # none
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/rcm/PLIST b/rcm/PLIST
deleted file mode 100644
index 026718d463..0000000000
--- a/rcm/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@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
diff --git a/rcm/distinfo b/rcm/distinfo
deleted file mode 100644
index 8b02c1823b..0000000000
--- a/rcm/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/05/03 14:00:20 jonthn Exp $
-
-SHA1 (rcm-1.3.1.tar.gz) = de369b032f66e3cfed2ed72e92159b89a4f0f0b0
-RMD160 (rcm-1.3.1.tar.gz) = 27ddc40aff4f9d14a5d5e0a9fc27d9afd6dccd7a
-SHA512 (rcm-1.3.1.tar.gz) = 1fd8ad6f8bee16177444469bddbef8d9b99f0b2bedc82c9833523370dfda4583c425f1ab8f2195f11236d1385553a2a49ead6d4c5f0803deeb56737b6836a0d9
-Size (rcm-1.3.1.tar.gz) = 89437 bytes
-SHA1 (patch-bin_mkrc) = 964990cd47008579e39e8fb043d7477e0b7bdd8a
-SHA1 (patch-bin_mkrc.in) = 947926fc645f072cd6d1afba5b50b872bd1590d2
-SHA1 (patch-bin_rcup) = 7afba5cba44bb00a2845a66118649b52bf4269fb
-SHA1 (patch-bin_rcup.in) = 90c563c11728986e3a2aa23240ffc337e12ac643
diff --git a/rcm/patches/patch-bin_mkrc b/rcm/patches/patch-bin_mkrc
deleted file mode 100644
index be86942b04..0000000000
--- a/rcm/patches/patch-bin_mkrc
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
-Quote more variable initializations.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/mkrc.orig 2017-01-07 19:44:47.000000000 +0000
-+++ bin/mkrc
-@@ -5,8 +5,8 @@
-
- destination() {
- local dotfiles_dir="$1"
-- local dotless=$2
-- local in_host=$3
-+ local dotless="$2"
-+ local in_host="$3"
- local tag="$4"
-
- $DEBUG "destination $dotfiles_dir $dotless $in_host $tag"
diff --git a/rcm/patches/patch-bin_mkrc.in b/rcm/patches/patch-bin_mkrc.in
deleted file mode 100644
index f84cf26102..0000000000
--- a/rcm/patches/patch-bin_mkrc.in
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD$
-
-Quote more variable initializations.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/mkrc.in.orig 2016-12-26 21:56:47.000000000 +0000
-+++ bin/mkrc.in
-@@ -5,8 +5,8 @@
-
- destination() {
- local dotfiles_dir="$1"
-- local dotless=$2
-- local in_host=$3
-+ local dotless="$2"
-+ local in_host="$3"
- local tag="$4"
-
- $DEBUG "destination $dotfiles_dir $dotless $in_host $tag"
diff --git a/rcm/patches/patch-bin_rcup b/rcm/patches/patch-bin_rcup
deleted file mode 100644
index 95f512723e..0000000000
--- a/rcm/patches/patch-bin_rcup
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD$
-
-- Avoid to use the `==' (non-POSIX) operator in test(1).
-- Quote args initialization. This fixes a problem with NetBSD sh(1) leading to
- `local: ${HOME}/.dotfiles: bad variable name' error.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/rcup.orig 2017-01-07 19:44:47.000000000 +0000
-+++ bin/rcup
-@@ -136,7 +136,7 @@ is_linked() {
-
- if [ -h "$dest" ]; then
- local link_dest=$(readlink $dest)
-- [ "$link_dest" == "$src" ]
-+ [ "$link_dest" = "$src" ]
- else
- return 1
- fi
-@@ -208,7 +208,7 @@ handle_command_line() {
- local never_symlink_dirs=
- local hostname=
- local generate=0
-- local args=$*
-+ local args="$*"
- local undotted=
- local never_undotted=
- REPLACE_ALL=0
diff --git a/rcm/patches/patch-bin_rcup.in b/rcm/patches/patch-bin_rcup.in
deleted file mode 100644
index 30cdc256bb..0000000000
--- a/rcm/patches/patch-bin_rcup.in
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD$
-
-- Avoid to use the `==' (non-POSIX) operator in test(1).
-- Quote args initialization. This fixes a problem with NetBSD sh(1) leading to
- `local: ${HOME}/.dotfiles: bad variable name' error.
-
-Part of upstream:
-
- <https://github.com/thoughtbot/rcm/commit/f4f6a0722a3f75b2b1e0d820eb6fc3c9d33fa0eb>
-
---- bin/rcup.in.orig 2016-12-26 21:56:47.000000000 +0000
-+++ bin/rcup.in
-@@ -136,7 +136,7 @@ is_linked() {
-
- if [ -h "$dest" ]; then
- local link_dest=$(readlink $dest)
-- [ "$link_dest" == "$src" ]
-+ [ "$link_dest" = "$src" ]
- else
- return 1
- fi
-@@ -208,7 +208,7 @@ handle_command_line() {
- local never_symlink_dirs=
- local hostname=
- local generate=0
-- local args=$*
-+ local args="$*"
- local undotted=
- local never_undotted=
- REPLACE_ALL=0
Home |
Main Index |
Thread Index |
Old Index