diff options
Diffstat (limited to 'app-arch/bsdsfv/files')
-rw-r--r-- | app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff | 80 | ||||
-rw-r--r-- | app-arch/bsdsfv/files/digest-bsdsfv-1.14 | 4 | ||||
-rw-r--r-- | app-arch/bsdsfv/files/digest-bsdsfv-1.17 | 1 | ||||
-rw-r--r-- | app-arch/bsdsfv/files/digest-bsdsfv-1.18 | 1 |
4 files changed, 1 insertions, 85 deletions
diff --git a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff b/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff deleted file mode 100644 index 80c411ea6612..000000000000 --- a/app-arch/bsdsfv/files/bsdsfv-1.14-gentoo.diff +++ /dev/null @@ -1,80 +0,0 @@ ---- bsdsfv.c.orig 2003-04-16 16:05:16.000000000 -0400 -+++ bsdsfv.c 2003-04-16 16:32:35.000000000 -0400 -@@ -36,3 +36,2 @@ - -- - #define FNAMELEN 250 -@@ -42,2 +41,11 @@ - #define BADTAG ".bad" -+#define OPENBRACKET "\e[34;01m[\e[0m" -+#define CLOSEBRACKET "\e[34;01m]\e[0m" -+#define OKCOLOR "\e[32;01m" -+#define OKMSG "OK" -+#define BADCOLOR "\e[31;01m" -+#define BADMSG "BAD" -+#define MISSINGCOLOR "\e[33;01m" -+#define MISSINGMSG "MISSING" -+ - -@@ -525,3 +533,3 @@ - { -- printf ("OK\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, OKCOLOR, OKMSG, CLOSEBRACKET); - if (glftpdmode) -@@ -537,3 +545,3 @@ - { -- printf ("BAD\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, BADCOLOR, BADMSG, CLOSEBRACKET); - badfiles++; -@@ -551,3 +559,3 @@ - { -- printf ("MISSING\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET); - missingfiles++; -@@ -558,5 +566,7 @@ - -- printf ("\n%d file(s) tested - %d OK - %d bad - %d missing...\n", -- numfiles, numfiles - badfiles - missingfiles, badfiles, -- missingfiles); -+ printf ("\n%d file(s) tested - %s %s%d %s %s - %s %s%d %s %s - %s %s%d %s %s ...\n\n", -+ numfiles, -+ OPENBRACKET, OKCOLOR, numfiles - (badfiles + missingfiles), OKMSG, CLOSEBRACKET, -+ OPENBRACKET, BADCOLOR, badfiles, BADMSG, CLOSEBRACKET, -+ OPENBRACKET, MISSINGCOLOR, missingfiles, MISSINGMSG, CLOSEBRACKET); - -@@ -637,3 +647,3 @@ - { -- printf ("OK\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, OKCOLOR, OKMSG, CLOSEBRACKET); - } -@@ -643,3 +653,3 @@ - { -- printf ("MISSING\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET); - missingfiles++; -@@ -648,3 +658,3 @@ - { -- printf ("BAD\n"); -+ printf ("%s %s%s %s\n", OPENBRACKET, BADCOLOR, BADMSG, CLOSEBRACKET); - badfiles++; -@@ -670,4 +680,5 @@ - { -- printf ("Testing %s ... listed = 0x%08X ... Local = MISSING", -- sfvTable[cnt].filename, sfvTable[cnt].crc); -+ printf ("Testing %s ... listed = 0x%08X ... local = ... %s %s%s %s\n", -+ sfvTable[cnt].filename, sfvTable[cnt].crc, -+ OPENBRACKET, MISSINGCOLOR, MISSINGMSG, CLOSEBRACKET); - missingfiles++; -@@ -716,6 +727,8 @@ - } -- -- printf ("\n%d file(s) tested - %d OK - %d bad - %d missing ...\n\n", -- numfiles, numfiles - (badfiles + missingfiles), badfiles, -- missingfiles); -+ -+ printf ("\n%d file(s) tested - %s %s%d %s %s - %s %s%d %s %s - %s %s%d %s %s ...\n\n", -+ numfiles, -+ OPENBRACKET, OKCOLOR, numfiles - (badfiles + missingfiles), OKMSG, CLOSEBRACKET, -+ OPENBRACKET, BADCOLOR, badfiles, BADMSG, CLOSEBRACKET, -+ OPENBRACKET, MISSINGCOLOR, missingfiles, MISSINGMSG, CLOSEBRACKET); - diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.14 b/app-arch/bsdsfv/files/digest-bsdsfv-1.14 deleted file mode 100644 index 935f10a12667..000000000000 --- a/app-arch/bsdsfv/files/digest-bsdsfv-1.14 +++ /dev/null @@ -1,4 +0,0 @@ -MD5 3d92ff95b6d078f2d3dd727fdae1a95f /files/bak 3595 -MD5 ad16b5ad77db0fedcc150d4e30e15f60 /files/bsdsfv-1.14-gentoo.diff 2863 -MD5 83353376a16d2197aac29b4760a26e39 /bsdsfv-1.14.ebuild 620 -MD5 67caa8503a2506b68aaf53aa655a9f04 bsdsfv.1.14.tar.gz 13327 diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.17 b/app-arch/bsdsfv/files/digest-bsdsfv-1.17 deleted file mode 100644 index 8692b2f9d524..000000000000 --- a/app-arch/bsdsfv/files/digest-bsdsfv-1.17 +++ /dev/null @@ -1 +0,0 @@ -MD5 124821b7d6a424441b23185da2fae11c bsdsfv.1.17.tar.gz 13234 diff --git a/app-arch/bsdsfv/files/digest-bsdsfv-1.18 b/app-arch/bsdsfv/files/digest-bsdsfv-1.18 new file mode 100644 index 000000000000..eb6674ae0796 --- /dev/null +++ b/app-arch/bsdsfv/files/digest-bsdsfv-1.18 @@ -0,0 +1 @@ +MD5 381df19a827d5a20097ab95ea9e760fa bsdsfv-1.18.tar.gz 13301 |