diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 16:59:29 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-28 16:59:29 +0000 |
commit | ed102396a2a65686bf4158350548a5d0c1ed5f7c (patch) | |
tree | ad6f264f7c49359ea11259beec14fcbe5fe942a0 /print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps | |
parent | To avoid firefox-remote overwriting options for firefox, set PORTNAME to (diff) |
Add print/ghostscript9-agpl{,-nox11}. Ghostscript 9.x has released under
GNU Affero GPL version 3 since 9.07 while print/ghostscript9 (version 9.06)
was under GNU GPL version 3. The difference between the two licenses is
whether SaaS loophole is closed or not. For more detail, see
http://www.gnu.org/licenses/why-affero-gpl.html.
Notes
Notes:
svn path=/head/; revision=316733
Diffstat (limited to 'print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps')
-rw-r--r-- | print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps b/print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps new file mode 100644 index 000000000000..a9996b623de8 --- /dev/null +++ b/print/ghostscript9-agpl/files/patch-Resource-Init-gs_statd.ps @@ -0,0 +1,15 @@ +--- Resource/Init/gs_statd.ps.orig 2011-05-24 04:43:02.000000000 +0900 ++++ Resource/Init/gs_statd.ps 2011-05-24 04:43:31.000000000 +0900 +@@ -125,6 +125,12 @@ + /ANSI_D {1585 2448 //.setpagesize exec} bind def + /ANSI_E {2448 3168 //.setpagesize exec} bind def + /ANSI_F {2016 2880 //.setpagesize exec} bind def ++ /postcard {284 419 //.setpagesize exec} bind def ++ /dbl_postcard {419 568 //.setpagesize exec} bind def ++ /Executive {522 756 //.setpagesize exec} bind def ++ /jenv_you4 {298 666 //.setpagesize exec} bind def ++ /jenv_you2 {324 460 //.setpagesize exec} bind def ++ /jenv_kaku2 {682 942 //.setpagesize exec} bind def + %END SIZES + currentdict end + dup /.setpagesize .undef |