diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2006-07-18 04:40:02 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2006-07-18 04:40:02 +0000 |
commit | 33ca44ddfe458d1c6119c62aaf1a413336da5d52 (patch) | |
tree | 154baeab23b465ce0e9e0f995fc9b0de71a8e41a /app-doc/psmark/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-33ca44ddfe458d1c6119c62aaf1a413336da5d52.tar.gz gentoo-2-33ca44ddfe458d1c6119c62aaf1a413336da5d52.tar.bz2 gentoo-2-33ca44ddfe458d1c6119c62aaf1a413336da5d52.zip |
initial version of psmark utility (used with Hylafax)
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-doc/psmark/files')
-rw-r--r-- | app-doc/psmark/files/digest-psmark-2.1 | 3 | ||||
-rw-r--r-- | app-doc/psmark/files/psmark-2.1-string.patch | 15 |
2 files changed, 18 insertions, 0 deletions
diff --git a/app-doc/psmark/files/digest-psmark-2.1 b/app-doc/psmark/files/digest-psmark-2.1 new file mode 100644 index 000000000000..c8be14322465 --- /dev/null +++ b/app-doc/psmark/files/digest-psmark-2.1 @@ -0,0 +1,3 @@ +MD5 d3d7c11fbd7b7fe7aea345f34d8c45a7 psmark-v2.1.tar.gz 16296 +RMD160 0e7365af60c47c2cadecff5b5f25bf073169a048 psmark-v2.1.tar.gz 16296 +SHA256 de7df2cb5fbad408406c96a3eccd14f219424a2d42394e64b4c73027f26dd8b4 psmark-v2.1.tar.gz 16296 diff --git a/app-doc/psmark/files/psmark-2.1-string.patch b/app-doc/psmark/files/psmark-2.1-string.patch new file mode 100644 index 000000000000..f520f8b5e6de --- /dev/null +++ b/app-doc/psmark/files/psmark-2.1-string.patch @@ -0,0 +1,15 @@ +--- psmark.c.orig 2006-06-06 23:43:19.000000000 -0700 ++++ psmark.c 2006-06-06 23:44:27.000000000 -0700 +@@ -97,9 +97,9 @@ + progname); + fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\"" + "\n\n",progname); +- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but +- they are not in sync with the page corner: some fiddling is required +- to get text to appear right in the corner.\n" ++ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n" ++ "they are not in sync with the page corner: some fiddling is required\n" ++ "to get text to appear right in the corner.\n" + ); + + exit(error ? EXIT_FAILURE : EXIT_SUCCESS); |