summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 09:06:45 +0000
committerasami <asami@FreeBSD.org>1997-06-04 09:06:45 +0000
commit907f91e30759307ca20de0c342675fe9134a489b (patch)
tree2c71fcd2eaf6f4eee662c8d6b37997932daac756
parent219ddbb9f894ba5e8b03eddef38f7cfadbc75aec (diff)
downloadFreeBSD-ports-907f91e30759307ca20de0c342675fe9134a489b.zip
FreeBSD-ports-907f91e30759307ca20de0c342675fe9134a489b.tar.gz
Yet another good PS filter.
PR: 3348 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
-rw-r--r--korean/nhppf/Makefile30
-rw-r--r--korean/nhppf/distinfo1
-rw-r--r--korean/nhppf/files/patch-aa9
-rw-r--r--korean/nhppf/pkg-comment1
-rw-r--r--korean/nhppf/pkg-descr11
-rw-r--r--korean/nhppf/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile
new file mode 100644
index 0000000..1aea83c
--- /dev/null
+++ b/korean/nhppf/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: nhppf-1.2
+# Version required: 1.2
+# Date created: 19 Apr 1997
+# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+# $Id$
+#
+
+DISTNAME= nhppf-1.2
+PKGNAME= kr-nhppf-1.2
+CATEGORIES= korean
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+NO_BUILD= yes
+
+RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts \
+ perl5.004:${PORTSDIR}/lang/perl5
+
+do-configure:
+ @cd ${WRKSRC}; \
+ ${ECHO_MSG} "#!${PREFIX}/bin/perl5.003" > scriptheader; \
+ ${CAT} scriptheader nhppf > nhppf.new
+
+do-install:
+ @cd ${WRKSRC}; \
+ ${INSTALL_SCRIPT} nhppf.new ${PREFIX}/bin/nhppf
+
+.include <bsd.port.mk>
diff --git a/korean/nhppf/distinfo b/korean/nhppf/distinfo
new file mode 100644
index 0000000..301f052
--- /dev/null
+++ b/korean/nhppf/distinfo
@@ -0,0 +1 @@
+MD5 (nhppf-1.2.tar.gz) = f3ad6e21b96233bb8473bf08cdee0ad2
diff --git a/korean/nhppf/files/patch-aa b/korean/nhppf/files/patch-aa
new file mode 100644
index 0000000..738db10
--- /dev/null
+++ b/korean/nhppf/files/patch-aa
@@ -0,0 +1,9 @@
+*** nhppf.old Wed Apr 2 17:48:12 1997
+--- nhppf Wed Apr 2 17:48:17 1997
+***************
+*** 1,4 ****
+- #!/usr/local/bin/perl
+ #
+ # Netscape 3.0 Hangul Print Filter - for using only "Print" menu
+ #
+--- 1,3 ----
diff --git a/korean/nhppf/pkg-comment b/korean/nhppf/pkg-comment
new file mode 100644
index 0000000..cae2134
--- /dev/null
+++ b/korean/nhppf/pkg-comment
@@ -0,0 +1 @@
+Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font
diff --git a/korean/nhppf/pkg-descr b/korean/nhppf/pkg-descr
new file mode 100644
index 0000000..ed1aa78
--- /dev/null
+++ b/korean/nhppf/pkg-descr
@@ -0,0 +1,11 @@
+nhppf-1.2
+---------
+
+This program makes you can print hangul homepages with Netscape 3.0x,
+in Unix with Ghostscript.
+
+It use HLaTeX-0.95 PostScript Type1 font set, so it can print all
+Hangul and Hanja character of KS C 5601, except symbols.
+
+--
+Ports by Choi Jun Ho <junker@jazz.snu.ac.kr>
diff --git a/korean/nhppf/pkg-plist b/korean/nhppf/pkg-plist
new file mode 100644
index 0000000..b2f2512
--- /dev/null
+++ b/korean/nhppf/pkg-plist
@@ -0,0 +1 @@
+bin/nhppf
OpenPOWER on IntegriCloud