Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 1999 19:42:36 +0900 (KST)
From:      cjh@wdb.co.kr
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13498: Ports update: korean/nhppf
Message-ID:  <199908311042.TAA01994@hamhae.wdb.co.kr>

next in thread | raw e-mail | index | archive | help

>Number:         13498
>Category:       ports
>Synopsis:       Ports Update: korean/nhppf
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 31 03:50:04 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     CHOI Junho
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Web Data Bank Co.
>Environment:

FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug  5 13:41:42 KST 1999     root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE  i386

>Description:

Regular ports update. before then, 2 hlatex ports should be commited!

>How-To-Repeat:

build it!

>Fix:

diff -uNr /usr/ports/korean/nhppf/Makefile nhppf/Makefile
--- /usr/ports/korean/nhppf/Makefile	Tue Aug 31 03:02:13 1999
+++ nhppf/Makefile	Tue Aug 31 19:08:11 1999
@@ -1,30 +1,35 @@
-# New ports collection makefile for:    nhppf-1.2
-# Version required:     1.2
+# New ports collection makefile for:    nhppf-2.1
+# Version required:     2.1
 # Date created:         19 Apr 1997
-# Whom:                 Choi Jun Ho <junker@jazz.snu.ac.kr>
+# Whom:                 CHOI Junho <cjh@kr.freebsd.org>
 #
-# $FreeBSD: ports/korean/nhppf/Makefile,v 1.6 1999/08/30 12:09:09 peter Exp $
+# $FreeBSD$
 #
 
-DISTNAME=	nhppf-1.2
-PKGNAME=	ko-nhppf-1.2
+DISTNAME=	nhppf-2.1
+PKGNAME=	ko-nhppf-2.1
 CATEGORIES=	korean
-MASTER_SITES=	ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
+MASTER_SITES=	ftp://ftp.kr.freebsd.org/pub/users/cjh/nhppf/ \
+		ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/
 
-MAINTAINER=	junker@jazz.snu.ac.kr
+MAINTAINER=	cjh@kr.freebsd.org
 
-RUN_DEPENDS=    ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts
+RUN_DEPENDS=    ${PREFIX}/share/texmf/fonts/type1/korean/pkmj/pkmjm0.pfb:$(PORTSDIR)/korean/hlatexpsfonts-wansungstd
 
-USE_PERL5=	yes
 NO_BUILD=	yes
 
+USE_PERL5=	yes
+
 do-configure:
-	@cd ${WRKSRC}; \
-	${ECHO_MSG} "#!${PERL5}" > scriptheader; \
-	${CAT} scriptheader nhppf > nhppf.new
+	${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
+		${WRKSRC}/nhppf > ${WRKSRC}/nhppf.perl
 
 do-install:
 	@cd ${WRKSRC}; \
-	${INSTALL_SCRIPT} nhppf.new ${PREFIX}/bin/nhppf
+	${INSTALL_SCRIPT} nhppf.perl ${PREFIX}/bin/nhppf
+	${MKDIR} ${PREFIX}/share/doc/nhppf
+.for DOC in ChangeLog README charlist test.html
+	${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/nhppf
+.endfor
 
 .include <bsd.port.mk>
diff -uNr /usr/ports/korean/nhppf/files/md5 nhppf/files/md5
--- /usr/ports/korean/nhppf/files/md5	Wed Jun  4 18:06:45 1997
+++ nhppf/files/md5	Tue Aug 31 19:07:38 1999
@@ -1 +1 @@
-MD5 (nhppf-1.2.tar.gz) = f3ad6e21b96233bb8473bf08cdee0ad2
+MD5 (nhppf-2.1.tar.gz) = 369506f0d930ad2dc5697a68268cb479
diff -uNr /usr/ports/korean/nhppf/patches/patch-aa nhppf/patches/patch-aa
--- /usr/ports/korean/nhppf/patches/patch-aa	Wed Jun  4 18:06:45 1997
+++ nhppf/patches/patch-aa	Tue Aug 31 19:07:38 1999
@@ -1,9 +1,8 @@
-*** 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 ----
+--- nhppf.orig	Sun Aug  9 19:46:57 1998
++++ nhppf	Sun Aug  9 19:47:09 1998
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!%%PREFIX%%/bin/perl
+ # 
+ # Netscape 3.0 Hangul Print Filter - for using only "Print" menu
+ #
diff -uNr /usr/ports/korean/nhppf/pkg/COMMENT nhppf/pkg/COMMENT
--- /usr/ports/korean/nhppf/pkg/COMMENT	Wed Jun  4 18:06:45 1997
+++ nhppf/pkg/COMMENT	Tue Aug 31 19:07:38 1999
@@ -1 +1 @@
-Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font
+Hangul printing filter for Netscape 3.0 and above
diff -uNr /usr/ports/korean/nhppf/pkg/DESCR nhppf/pkg/DESCR
--- /usr/ports/korean/nhppf/pkg/DESCR	Wed Jun  4 18:06:45 1997
+++ nhppf/pkg/DESCR	Tue Aug 31 19:07:38 1999
@@ -1,11 +1,12 @@
-nhppf-1.2
----------
+nhppf
+-----
 
-This program makes you can print hangul homepages with Netscape 3.0x,
-in Unix with Ghostscript. 
+This program makes you can print hangul webpages with Netscape 3.0
+and above 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.
+It can use HLaTeX PostScript Type1 font set.
+Depending on the fontset you have, it can print Hangul, Hanja, and 
+other KSC Symbols.
 
 --
-Ports by Choi Jun Ho <junker@jazz.snu.ac.kr>
+Ports by CHOI Junho <cjh@kr.freebsd.org>
diff -uNr /usr/ports/korean/nhppf/pkg/PLIST nhppf/pkg/PLIST
--- /usr/ports/korean/nhppf/pkg/PLIST	Wed Jun  4 18:06:45 1997
+++ nhppf/pkg/PLIST	Tue Aug 31 19:07:38 1999
@@ -1 +1,6 @@
 bin/nhppf
+share/doc/nhppf/ChangeLog
+share/doc/nhppf/README
+share/doc/nhppf/charlist
+share/doc/nhppf/test.html
+@dirrm share/doc/nhppf

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908311042.TAA01994>