system/rmw: Updated for version 0.4.03.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andy Alt 2017-12-28 23:44:06 +00:00 committed by Willy Sudiarto Raharjo
parent f83f6c8859
commit 6d5c59033a
4 changed files with 23 additions and 19 deletions

View file

@ -1,6 +1,7 @@
rmw is an OS portable cli trash can utility written in C. It can send files to rmw is an OS portable cli trash can utility written in C. It can send
your "Desktop" trash, or a completely separate folder. It can also: restore files to your "Desktop" trash, or a completely separate folder. It can
files; permanently delete files that were rmw'ed more than xx number of days also: restore files; permanently delete files that were rmw'ed more
ago; skip files or directories that have a "PROTECT" directive in the than xx number of days ago; skip files or directories that have a
configuration file; and append a unique string to the filenames so they won't "PROTECT" directive in the configuration file; and append a unique
be overwritten (duplication protection). string to the filenames so they won't be overwritten (duplication
protection).

View file

@ -1,19 +1,22 @@
# rmw 0.4.01 [![Build Status](https://travis-ci.org/andy5995/rmw.svg?branch=master)](https://travis-ci.org/andy5995/rmw)
rmw is an OS portable cli trash can utility written in C. It can send files to # rmw v0.4.03
your "Desktop" trash, or a completely separate folder. It can also: restore
files; permanently delete files that were rmw'ed more than xx number of days rmw is an OS portable cli trash can utility written in C. It can send
ago; skip files or directories that have a "PROTECT" directive in the files to your "Desktop" trash, or a completely separate folder. It can
configuration file; and append a unique string to the filenames so they won't also: restore files; permanently delete files that were rmw'ed more
be overwritten (duplication protection). than xx number of days ago; skip files or directories that have a
"PROTECT" directive in the configuration file; and append a unique
string to the filenames so they won't be overwritten (duplication
protection).
Web site: https://github.com/andy5995/rmw/wiki Web site: https://github.com/andy5995/rmw/wiki
Anyone interested in this project is welcome to join the [chat Anyone interested in this project is welcome to join the [chat
room](https://join.slack.com/t/removetowaste/shared_invite/enQtMjU3NTA0NTI2OTgzLTkzMzQxNDhjYzlkM2UxMTA2MzJjNWYyZjAyYzkyNWNmZjJmYWZmYjUyODk2NzNkNzBhMzFjOGZkMTg2MzAxMTM). room](https://join.slack.com/t/removetowaste/shared_invite/enQtMjU3NTA0NTI2OTgzLTkzMzQxNDhjYzlkM2UxMTA2MzJjNWYyZjAyYzkyNWNmZjJmYWZmYjUyODk2NzNkNzBhMzFjOGZkMTg2MzAxMTM).
If you would like to help translate the man page or the output messages for If you would like to help translate the man page or the output messages
this program, please see the [Translating wiki for this program, please see the [Translating wiki
page](https://github.com/andy5995/rmw/wiki/Translating). page](https://github.com/andy5995/rmw/wiki/Translating).
## Required libraries ## Required libraries

View file

@ -5,7 +5,7 @@
# Written by (Andy Alt) (andy400-dev@yahoo.com) # Written by (Andy Alt) (andy400-dev@yahoo.com)
PRGNAM=rmw PRGNAM=rmw
VERSION=${VERSION:-0.4.01} VERSION=${VERSION:-0.4.03}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="rmw" PRGNAM="rmw"
VERSION="0.4.01" VERSION="0.4.03"
HOMEPAGE="https://github.com/andy5995/rmw/wiki" HOMEPAGE="https://github.com/andy5995/rmw/wiki"
DOWNLOAD="https://sourceforge.net/projects/rmw/files/rmw-0.4.01.tar.gz/download" DOWNLOAD="https://github.com/andy5995/rmw/releases/download/v0.4.03/rmw-0.4.03.tar.gz"
MD5SUM="f21d06ce9021cfcd0848545070b1f675" MD5SUM="e966cc5ac53ec038f7a9b51ca0fa2c06"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""