aboutsummaryrefslogtreecommitdiff
path: root/korean/h2ps
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-10-01 22:04:05 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-10-01 22:04:05 +0000
commit15f1bcd034aa057491fc029c2ecb9fba090c30f3 (patch)
tree5f39d10d6733df27d48177555cecb63a142f7d7f /korean/h2ps
parent7ad180cedffb2015e9396593854514efa800ef1c (diff)
downloadports-15f1bcd034aa057491fc029c2ecb9fba090c30f3.tar.gz
ports-15f1bcd034aa057491fc029c2ecb9fba090c30f3.zip
Update to 2.06.
PR: ports/7913 Submitted by: CHOI Junho <junker@jazz.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=13587
Diffstat (limited to 'korean/h2ps')
-rw-r--r--korean/h2ps/Makefile14
-rw-r--r--korean/h2ps/distinfo2
-rw-r--r--korean/h2ps/files/patch-aa21
3 files changed, 16 insertions, 21 deletions
diff --git a/korean/h2ps/Makefile b/korean/h2ps/Makefile
index 2d39fb675939..23414085c05b 100644
--- a/korean/h2ps/Makefile
+++ b/korean/h2ps/Makefile
@@ -1,20 +1,20 @@
-# New ports collection makefile for: h2ps-2.0
-# Version required: 2.0
+# New ports collection makefile for: h2ps-2.06
+# Version required: 2.06
# Date created: 20 May 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.4 1998/08/09 00:54:32 steve Exp $
+# $Id: Makefile,v 1.5 1998/08/13 07:18:01 asami Exp $
+#
+# Thanks to SungGon Yi <skon@stats.snu.ac.kr> for advising 2.06 ports
#
-DISTNAME= h2ps-2.00
-PKGNAME= ko-h2ps-a4-2.0
+DISTNAME= h2ps-2.06
+PKGNAME= ko-h2ps-2.06
CATEGORIES= korean print
MASTER_SITES= ftp://cglab.snu.ac.kr/pub/hangul/n3f/tar/
MAINTAINER= junker@jazz.snu.ac.kr
-BROKEN= fetch
-
pre-build:
@(cd ${WRKSRC}; make clean)
diff --git a/korean/h2ps/distinfo b/korean/h2ps/distinfo
index 7a4911d523af..e91697ca637b 100644
--- a/korean/h2ps/distinfo
+++ b/korean/h2ps/distinfo
@@ -1 +1 @@
-MD5 (h2ps-2.00.tar.gz) = 529c4243512f04984762d32584f513a8
+MD5 (h2ps-2.06.tar.gz) = 726fea63114f453dcf41b74966bdc3b8
diff --git a/korean/h2ps/files/patch-aa b/korean/h2ps/files/patch-aa
index 2d87327c5f46..78119c72f13f 100644
--- a/korean/h2ps/files/patch-aa
+++ b/korean/h2ps/files/patch-aa
@@ -1,20 +1,15 @@
---- h2ps.c.orig Fri Aug 7 01:41:12 1998
-+++ h2ps.c Sat Aug 8 09:54:44 1998
-@@ -9,6 +9,7 @@
- #include <stdlib.h>
- #include <sys/types.h>
- #include <time.h>
-+#include <unistd.h>
-
- #include "ncode.h"
- #include "npsr.h"
-@@ -177,6 +178,9 @@
+--- h2ps.c.bak Sun Sep 13 17:59:29 1998
++++ h2ps.c Sun Sep 13 18:02:18 1998
+@@ -233,6 +233,12 @@
fputs("%%Creator: h2ps\n", out);
fprintf(out, "%%%%CreationDate: %s\n", date_str);
fputs("%%Pages: (atend)\n", out);
+ fputs("%%PageOrder: Ascend\n", out);
-+ fputs("%%DocumentData: Clean8Bit\n", out);
-+ fputs("%%DocumentPaperSizes: A4\n", out);
++ fputs("%%DocumentData: Clean7Bit\n", out);
++ if (page_width==595) /* A4-sized */
++ fputs("%%DocumentPaperSizes: A4\n", out);
++ if (page_width==612) /* Letter-sized */
++ fputs("%%DocumentPaperSizes: Letter\n", out);
fputs("%%EndComments\n", out);
npsr_insert_resource(out, NPSR_FONT, "n3f-5");