diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 17:06:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 17:06:45 +0800 |
commit | 907f91e30759307ca20de0c342675fe9134a489b (patch) | |
tree | 2c71fcd2eaf6f4eee662c8d6b37997932daac756 /korean | |
parent | 219ddbb9f894ba5e8b03eddef38f7cfadbc75aec (diff) | |
download | freebsd-ports-gnome-907f91e30759307ca20de0c342675fe9134a489b.tar.gz freebsd-ports-gnome-907f91e30759307ca20de0c342675fe9134a489b.tar.zst freebsd-ports-gnome-907f91e30759307ca20de0c342675fe9134a489b.zip |
Yet another good PS filter.
PR: 3348
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/nhppf/Makefile | 30 | ||||
-rw-r--r-- | korean/nhppf/distinfo | 1 | ||||
-rw-r--r-- | korean/nhppf/files/patch-aa | 9 | ||||
-rw-r--r-- | korean/nhppf/pkg-comment | 1 | ||||
-rw-r--r-- | korean/nhppf/pkg-descr | 11 | ||||
-rw-r--r-- | korean/nhppf/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/korean/nhppf/Makefile b/korean/nhppf/Makefile new file mode 100644 index 000000000000..1aea83c10dc7 --- /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 000000000000..301f052d56a2 --- /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 000000000000..738db1036931 --- /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 000000000000..cae213422d32 --- /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 000000000000..ed1aa786e176 --- /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 000000000000..b2f25124b165 --- /dev/null +++ b/korean/nhppf/pkg-plist @@ -0,0 +1 @@ +bin/nhppf |