aboutsummaryrefslogtreecommitdiffstats
path: root/main/a2ps/a2ps-4.13c-emacs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-11-13 13:54:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-11-13 13:54:21 +0000
commit7705d03c2dca95282aed1cc3ad72bbffedd32ad3 (patch)
tree19200589034e32c1122d3272e5aa73abb84a0055 /main/a2ps/a2ps-4.13c-emacs.patch
parentfc628669e5452318f3ea52885d31b03173fa79a5 (diff)
downloadaports-7705d03c2dca95282aed1cc3ad72bbffedd32ad3.tar.bz2
aports-7705d03c2dca95282aed1cc3ad72bbffedd32ad3.tar.xz
main/a2ps: new aport
a2ps is an Any to PostScript filter http://www.gnu.org/software/a2ps/
Diffstat (limited to 'main/a2ps/a2ps-4.13c-emacs.patch')
-rw-r--r--main/a2ps/a2ps-4.13c-emacs.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/a2ps/a2ps-4.13c-emacs.patch b/main/a2ps/a2ps-4.13c-emacs.patch
new file mode 100644
index 0000000000..f1cd5d9ebd
--- /dev/null
+++ b/main/a2ps/a2ps-4.13c-emacs.patch
@@ -0,0 +1,10 @@
+--- a2ps-4.13/contrib/emacs/a2ps-print.el.orig 2005-12-05 08:03:48.000000000 +0100
++++ a2ps-4.13/contrib/emacs/a2ps-print.el 2005-12-06 16:38:14.000000000 +0100
+@@ -93,6 +93,7 @@
+ (concat "--center-title=" name)
+ (concat "--footer=" (concat name " Emacs buffer"))
+ (concat "--pretty-print=" filetype)
++ (concat "-d")
+ ;Uncommenting the following gives a print preview (only):
+ ; (concat "--output=/tmp/foo.ps")
+ )