Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 12:41:06 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/16106: Update port: japanese/escpf to 0.4
Message-ID:  <20000113204106.88E9714C3C@hub.freebsd.org>

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

>Number:         16106
>Category:       ports
>Synopsis:       Update port: japanese/escpf to 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 13 12:50:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.4

Approved by maintainer.

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/japanese/escpf/Makefile japanese/escpf/Makefile
--- /usr/ports/japanese/escpf/Makefile	Wed Aug 25 19:16:51 1999
+++ japanese/escpf/Makefile	Wed Jan 12 19:25:47 2000
@@ -1,15 +1,15 @@
 # New ports collection makefile for: escpf
-# Version required:	0.4beta2
+# Version required:	0.4
 # Date created:		15 June 1996
 # Whom:			Mita Yoshio <mita@iis.u-tokyo.ac.jp>
 #
 # $FreeBSD: ports/japanese/escpf/Makefile,v 1.4 1999/08/25 05:24:00 obrien Exp $
 #
 
-DISTNAME=	escpf-0.4beta2
-PKGNAME=	ja-escpf-0.4b2
+DISTNAME=	escpf-0.4
+PKGNAME=	ja-escpf-0.4
 CATEGORIES=	japanese print
-MASTER_SITES=	http://www.bekkoame.or.jp/~wing/Linux/Escpf/
+MASTER_SITES=	http://www.flatout.org/~wing/Linux/Escpf/
 
 MAINTAINER=	mita@jp.FreeBSD.org
 
@@ -31,7 +31,7 @@
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCDIR}
+	@${MKDIR} ${DOCDIR}
 	${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR}
 	${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR}
 .endif
diff -urN /usr/ports/japanese/escpf/files/md5 japanese/escpf/files/md5
--- /usr/ports/japanese/escpf/files/md5	Thu Dec 19 12:33:10 1996
+++ japanese/escpf/files/md5	Wed Jan 12 19:26:57 2000
@@ -1 +1 @@
-MD5 (escpf-0.4beta2.tar.gz) = fa5aab496f484c3e32ca9359c4b47703
+MD5 (escpf-0.4.tar.gz) = 34540d9f07cffd81f2a89bb17169d126
diff -urN /usr/ports/japanese/escpf/patches/patch-aa japanese/escpf/patches/patch-aa
--- /usr/ports/japanese/escpf/patches/patch-aa	Sun Nov 16 20:21:02 1997
+++ japanese/escpf/patches/patch-aa	Wed Jan 12 20:16:41 2000
@@ -1,21 +1,24 @@
-*** Makefile.orig	Tue Aug 20 14:22:04 1996
---- Makefile	Sun Sep 28 11:19:23 1997
+*** Makefile.orig	Tue May  5 02:12:41 1998
+--- Makefile	Wed Jan 12 19:29:23 2000
 ***************
-*** 6,18 ****
+*** 6,21 ****
   #
   
   # user setting 
 ! BINDIR		= /usr/sbin		# Linux
 ! #BINDIR 	= /usr/local/libexec	# FreeBSD
-! 
+  
 ! LINES		= 66
 ! COLUMNS		= 80
 ! TOP_MERGIN	= 0
 ! LEFT_MERGIN	= 0
-  
-  CC	= cc
-  CFLAGS	= -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
---- 6,19 ----
+! 
+! CC	= cc
+! CFLAGS	= -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
+  TYPES1	= -DESCP
+  TYPES2	= -DESCPAGE
+  TYPES3	= -DESCPS -DESCP
+--- 6,22 ----
   #
   
   # user setting 
@@ -28,8 +31,11 @@
 ! TOP_MERGIN	?= 0
 ! LEFT_MERGIN	?= 0
   
-  CC	= cc
-  CFLAGS	= -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
+! CC	?= cc
+! CFLAGS	+= -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
+  TYPES1	= -DESCP
+  TYPES2	= -DESCPAGE
+  TYPES3	= -DESCPS -DESCP
 ***************
 *** 41,50 ****
   # ${OBJS}: ${SRCS} ${HEADERS}
@@ -46,10 +52,10 @@
   # ${OBJS}: ${SRCS} ${HEADERS}
   
   install: all
-! 	install -c -o bin -g bin -m 755 -s ./escpf ${BINDIR}
-! 	install -c -o bin -g bin -m 755 -s ./escpagef ${BINDIR}
-! 	install -c -o bin -g bin -m 755 -s ./escpsf ${BINDIR}
-! 	install -c -o bin -g bin -m 755 -s ./escpagesf ${BINDIR}
+! 	install -c -o bin -g bin -m 555 -s ./escpf ${BINDIR}
+! 	install -c -o bin -g bin -m 555 -s ./escpagef ${BINDIR}
+! 	install -c -o bin -g bin -m 555 -s ./escpsf ${BINDIR}
+! 	install -c -o bin -g bin -m 555 -s ./escpagesf ${BINDIR}
   
   # auto select !?
   #	@if [ -d /usr/local/libexec ]; then \
diff -urN /usr/ports/japanese/escpf/pkg/DESCR japanese/escpf/pkg/DESCR
--- /usr/ports/japanese/escpf/pkg/DESCR	Sun Nov 16 20:21:02 1997
+++ japanese/escpf/pkg/DESCR	Wed Jan 12 19:24:41 2000
@@ -10,3 +10,5 @@
 
 Read /usr/local/share/doc/escpf/escpf.doc (in English), or escpf.euc 
 (in Japanese) for details.
+
+WWW: http://www.flatout.org/~wing/Linux/Escpf/


>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?20000113204106.88E9714C3C>