aboutsummaryrefslogtreecommitdiff
path: root/japanese/escpf
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-01-23 11:50:01 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-01-23 11:50:01 +0000
commit6ffb25926cc4371e7e5983ac9632d84889b97641 (patch)
treeadc807b881792883cb2d089184c9fcf1d737c2ad /japanese/escpf
parente06bb52c0f057efafef81510d780ed51f595f821 (diff)
downloadports-6ffb25926cc4371e7e5983ac9632d84889b97641.tar.gz
ports-6ffb25926cc4371e7e5983ac9632d84889b97641.zip
Updated to 0.4
PR: 16106 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=24972
Diffstat (limited to 'japanese/escpf')
-rw-r--r--japanese/escpf/Makefile10
-rw-r--r--japanese/escpf/distinfo2
-rw-r--r--japanese/escpf/files/patch-aa34
-rw-r--r--japanese/escpf/pkg-descr2
4 files changed, 28 insertions, 20 deletions
diff --git a/japanese/escpf/Makefile b/japanese/escpf/Makefile
index e55611f22493..e554c0f4e568 100644
--- a/japanese/escpf/Makefile
+++ b/japanese/escpf/Makefile
@@ -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$
#
-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 @@ MAKE_ENV+= LINES=${LINES} COLUMNS=${COLUMNS} \
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCDIR}
+ @${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR}
.endif
diff --git a/japanese/escpf/distinfo b/japanese/escpf/distinfo
index 82aa1724a2dd..b00a3dd80da1 100644
--- a/japanese/escpf/distinfo
+++ b/japanese/escpf/distinfo
@@ -1 +1 @@
-MD5 (escpf-0.4beta2.tar.gz) = fa5aab496f484c3e32ca9359c4b47703
+MD5 (escpf-0.4.tar.gz) = 34540d9f07cffd81f2a89bb17169d126
diff --git a/japanese/escpf/files/patch-aa b/japanese/escpf/files/patch-aa
index fc9ea56fd9bc..a646b6134cd9 100644
--- a/japanese/escpf/files/patch-aa
+++ b/japanese/escpf/files/patch-aa
@@ -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 --git a/japanese/escpf/pkg-descr b/japanese/escpf/pkg-descr
index 80589068edea..8ab43d578844 100644
--- a/japanese/escpf/pkg-descr
+++ b/japanese/escpf/pkg-descr
@@ -10,3 +10,5 @@ JIS, and EUC KANJI code are detected and converted automatically.
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/