diff options
author | dougb <dougb@FreeBSD.org> | 2003-10-06 13:25:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-10-06 13:25:50 +0800 |
commit | a446d52834dffba9fb55e9b19429747d497a0137 (patch) | |
tree | 7357b5a237e82ada54bd2b0a3e882428d04ae1f1 /print/hpijs | |
parent | 468b3d999df46f16b48a1bef7084a1dbc3a562e8 (diff) | |
download | freebsd-ports-gnome-a446d52834dffba9fb55e9b19429747d497a0137.tar.gz freebsd-ports-gnome-a446d52834dffba9fb55e9b19429747d497a0137.tar.zst freebsd-ports-gnome-a446d52834dffba9fb55e9b19429747d497a0137.zip |
* Add the URL with the hpijs driver options
* Assign copyright to myself, since "The FreeBSD Project" is apparently
not legally capable of receiving the assignment.
Diffstat (limited to 'print/hpijs')
-rw-r--r-- | print/hpijs/files/ifhp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/hpijs/files/ifhp b/print/hpijs/files/ifhp index 413ca87a69af..9742f100ca0c 100644 --- a/print/hpijs/files/ifhp +++ b/print/hpijs/files/ifhp @@ -33,6 +33,7 @@ case "${first_line}" in \%\!*) # # PostScript input, so use ghostscript and hpijs + # http://hpinkjet.sourceforge.net/printmodedescr.php#DJ9xxVIP # /usr/local/bin/gs -q -dNOPAUSE -dSAFER -r600x600 \ -sDEVICE=ijs -sIjsServer=/usr/local/bin/hpijs -dIjsUseOutputFD \ @@ -53,7 +54,7 @@ esac exit 2 -# Copyright (c) 2003 The FreeBSD Project +# Copyright (c) 2003 Doug Barton # All rights reserved. # # Redistribution and use in source and binary forms, with or without |