diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
commit | 7fae5250af1d01475944405356cdce850136334c (patch) | |
tree | e4c9c533733c70739213ae3fd37b55469dfbada3 /sysutils/dcfldd/files | |
parent | 2360a5749825fe980daad60eecb83339b43e97eb (diff) | |
download | FreeBSD-ports-7fae5250af1d01475944405356cdce850136334c.zip FreeBSD-ports-7fae5250af1d01475944405356cdce850136334c.tar.gz |
Add dcfldd, an enhanced dd tool with MD5 hashing capability.
Diffstat (limited to 'sysutils/dcfldd/files')
-rw-r--r-- | sysutils/dcfldd/files/patch-doc:Makefile.in | 20 | ||||
-rw-r--r-- | sysutils/dcfldd/files/patch-lib:Makefile.in | 11 | ||||
-rw-r--r-- | sysutils/dcfldd/files/patch-man:dcfldd.1 | 18 | ||||
-rw-r--r-- | sysutils/dcfldd/files/patch-po:Makefile.in.in | 14 | ||||
-rw-r--r-- | sysutils/dcfldd/files/patch-src:dcfldd.c | 11 |
5 files changed, 74 insertions, 0 deletions
diff --git a/sysutils/dcfldd/files/patch-doc:Makefile.in b/sysutils/dcfldd/files/patch-doc:Makefile.in new file mode 100644 index 0000000..dc3b41d --- /dev/null +++ b/sysutils/dcfldd/files/patch-doc:Makefile.in @@ -0,0 +1,20 @@ +--- doc/Makefile.in.orig Fri Oct 19 01:33:03 2001 ++++ doc/Makefile.in Mon Jan 10 01:06:44 2005 +@@ -136,7 +136,7 @@ + TEXINFOS = fileutils.texi + DIST_COMMON = Makefile.am Makefile.in mdate-sh stamp-vti texinfo.tex \ + version.texi +-all: all-am ++all: + + .SUFFIXES: + .SUFFIXES: .dvi .info .ps .texi +@@ -269,7 +269,7 @@ + installdirs: + $(mkinstalldirs) $(DESTDIR)$(infodir) + +-install: install-am ++install: + install-exec: install-exec-am + install-data: install-data-am + uninstall: uninstall-am diff --git a/sysutils/dcfldd/files/patch-lib:Makefile.in b/sysutils/dcfldd/files/patch-lib:Makefile.in new file mode 100644 index 0000000..0f274bb --- /dev/null +++ b/sysutils/dcfldd/files/patch-lib:Makefile.in @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Mon Jan 10 01:54:04 2005 ++++ lib/Makefile.in Mon Jan 10 01:56:47 2005 +@@ -830,7 +830,7 @@ + + install-data-am: + +-install-exec-am: install-exec-local ++install-exec-am: + + install-info: install-info-am + diff --git a/sysutils/dcfldd/files/patch-man:dcfldd.1 b/sysutils/dcfldd/files/patch-man:dcfldd.1 new file mode 100644 index 0000000..b3b4881f --- /dev/null +++ b/sysutils/dcfldd/files/patch-man:dcfldd.1 @@ -0,0 +1,18 @@ +--- man/dcfldd.1.orig Mon Jan 10 01:46:24 2005 ++++ man/dcfldd.1 Mon Jan 10 01:47:17 2005 +@@ -120,15 +120,3 @@ + .br + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +-.SH "SEE ALSO" +-The full documentation for +-.B dcfldd +-is maintained as a Texinfo manual. If the +-.B info +-and +-.B dcfldd +-programs are properly installed at your site, the command +-.IP +-.B info dcfldd +-.PP +-should give you access to the complete manual. diff --git a/sysutils/dcfldd/files/patch-po:Makefile.in.in b/sysutils/dcfldd/files/patch-po:Makefile.in.in new file mode 100644 index 0000000..6d94793 --- /dev/null +++ b/sysutils/dcfldd/files/patch-po:Makefile.in.in @@ -0,0 +1,14 @@ +--- po/Makefile.in.in.orig Mon Jan 10 00:47:34 2005 ++++ po/Makefile.in.in Mon Jan 10 00:47:55 2005 +@@ -150,11 +150,6 @@ + true; \ + fi; \ + fi; \ +- timedir=$$destdir/$$lang/LC_TIME; \ +- rm -fr $$timedir; \ +- ln -s LC_MESSAGES $$timedir \ +- || (mkdir $$timedir && ln $$dir/* $$timedir); \ +- echo "installing $$timedir as an alias for $$dir"; \ + done + if test "$(PACKAGE)" = "gettext"; then \ + if test -x "$(MKINSTALLDIRS)"; then \ diff --git a/sysutils/dcfldd/files/patch-src:dcfldd.c b/sysutils/dcfldd/files/patch-src:dcfldd.c new file mode 100644 index 0000000..756e138 --- /dev/null +++ b/sysutils/dcfldd/files/patch-src:dcfldd.c @@ -0,0 +1,11 @@ +--- src/dcfldd.c.orig Mon Jan 10 00:36:19 2005 ++++ src/dcfldd.c Mon Jan 10 00:36:45 2005 +@@ -342,7 +342,7 @@ + hashlog=FILE send MD5 hash output to FILE instead of stderr\n\ + status=[on|off] display a continual status message on stderr\n\ + default state is \"on\"\n\ +- sizeprobe=[if|of] determine the size of the input or output file ++ sizeprobe=[if|of] determine the size of the input or output file\n\ + for use with status messages. (this option\n\ + gives you a percentage indicator)\n\ + WARNING: Read the manual before using this\n\ |