summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-rnmp3.c
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-25 07:53:48 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-30 18:59:27 -0500
commitc132054349f8290c1d9cdc91fec876886e9759d2 (patch)
tree9e3ff91118f9398e69d80e68c1bab7c3864c3fd8 /audio/cmp3/files/patch-rnmp3.c
parentaudio/cd2mp3: Remove expired port: (diff)
audio/cmp3: Remove expired port:
2023-03-31 audio/cmp3: Abandonware, no development in 20 years. Please consider using audio/cmus or audio/musicpd
Diffstat (limited to 'audio/cmp3/files/patch-rnmp3.c')
-rw-r--r--audio/cmp3/files/patch-rnmp3.c43
1 files changed, 0 insertions, 43 deletions
diff --git a/audio/cmp3/files/patch-rnmp3.c b/audio/cmp3/files/patch-rnmp3.c
deleted file mode 100644
index 17d87ddcffc1..000000000000
--- a/audio/cmp3/files/patch-rnmp3.c
+++ /dev/null
@@ -1,43 +0,0 @@
---- rnmp3.c.orig 2001-06-13 20:13:19 UTC
-+++ rnmp3.c
-@@ -256,25 +256,21 @@ int main(int argc, char **argv)
-
- void usage()
- {
-- printf("rnmp3 %s:
--
--Usage - pipe names into rnmp3. (\"find | rnmp3 args\")
-- If first parameter starts with -, the following string will be removed
-- from all names if they exist (enclose spaces with \"\")
-- If any other commands are entered, commands will not be executed,
-- just printed
--
-- rnmp3 Rename
-- rnmp3 test Don't rename, just show changes
-- rnmp3 -\"string\" Rename after removing \"string\"
-- rnmp3 -\"string\" test Don't rename after removing \"string\"
-- rnmp3 --test test Rename after removing \"-test\"
--
-- Before - \"1-This is my (file name) man.mp3\"
-- After - \"01-ThisIsMy-FileName-Man.mp3\"
--
--Suggested uses:
-- find . | rnmp3
-+ printf("rnmp3 %s:\n\n\
-+Usage - pipe names into rnmp3. (\"find | rnmp3 args\")\n\
-+ If first parameter starts with -, the following string will be removed\n\
-+ from all names if they exist (enclose spaces with \"\")\n\
-+ If any other commands are entered, commands will not be executed,\n\
-+ just printed\n\n\
-+ rnmp3 Rename\n\
-+ rnmp3 test Don't rename, just show changes\n\
-+ rnmp3 -\"string\" Rename after removing \"string\"\n\
-+ rnmp3 -\"string\" test Don't rename after removing \"string\"\n\
-+ rnmp3 --test test Rename after removing \"-test\"\n\n\
-+ Before - \"1-This is my (file name) man.mp3\"\n\
-+ After - \"01-ThisIsMy-FileName-Man.mp3\"\n\n\
-+Suggested uses:\n\
-+ find . | rnmp3\n\
- find . -type f | rnmp3\n", VERSION);
-
- exit(0);