Updated to 0.4

PR:             16106
Submitted by:   KATO Tsuguru <tkato@prontomail.ne.jp>
Approved by:    maintainer
This commit is contained in:
Satoshi Taoka 2000-01-23 11:50:01 +00:00
parent e06bb52c0f
commit 6ffb25926c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24972
4 changed files with 28 additions and 20 deletions

View File

@ -1,15 +1,15 @@
# New ports collection makefile for: escpf # New ports collection makefile for: escpf
# Version required: 0.4beta2 # Version required: 0.4
# Date created: 15 June 1996 # Date created: 15 June 1996
# Whom: Mita Yoshio <mita@iis.u-tokyo.ac.jp> # Whom: Mita Yoshio <mita@iis.u-tokyo.ac.jp>
# #
# $FreeBSD$ # $FreeBSD$
# #
DISTNAME= escpf-0.4beta2 DISTNAME= escpf-0.4
PKGNAME= ja-escpf-0.4b2 PKGNAME= ja-escpf-0.4
CATEGORIES= japanese print 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 MAINTAINER= mita@jp.FreeBSD.org
@ -31,7 +31,7 @@ MAKE_ENV+= LINES=${LINES} COLUMNS=${COLUMNS} \
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCDIR} @${MKDIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR}
.endif .endif

View File

@ -1 +1 @@
MD5 (escpf-0.4beta2.tar.gz) = fa5aab496f484c3e32ca9359c4b47703 MD5 (escpf-0.4.tar.gz) = 34540d9f07cffd81f2a89bb17169d126

View File

@ -1,21 +1,24 @@
*** Makefile.orig Tue Aug 20 14:22:04 1996 *** Makefile.orig Tue May 5 02:12:41 1998
--- Makefile Sun Sep 28 11:19:23 1997 --- Makefile Wed Jan 12 19:29:23 2000
*************** ***************
*** 6,18 **** *** 6,21 ****
# #
# user setting # user setting
! BINDIR = /usr/sbin # Linux ! BINDIR = /usr/sbin # Linux
! #BINDIR = /usr/local/libexec # FreeBSD ! #BINDIR = /usr/local/libexec # FreeBSD
!
! LINES = 66 ! LINES = 66
! COLUMNS = 80 ! COLUMNS = 80
! TOP_MERGIN = 0 ! TOP_MERGIN = 0
! LEFT_MERGIN = 0 ! LEFT_MERGIN = 0
!
CC = cc ! CC = cc
CFLAGS = -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN} ! CFLAGS = -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
--- 6,19 ---- TYPES1 = -DESCP
TYPES2 = -DESCPAGE
TYPES3 = -DESCPS -DESCP
--- 6,22 ----
# #
# user setting # user setting
@ -28,8 +31,11 @@
! TOP_MERGIN ?= 0 ! TOP_MERGIN ?= 0
! LEFT_MERGIN ?= 0 ! LEFT_MERGIN ?= 0
CC = cc ! CC ?= cc
CFLAGS = -O -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN} ! CFLAGS += -DLINES=${LINES} -DCOLUMNS=${COLUMNS} -DTOP_MERGIN=${TOP_MERGIN} -DLEFT_MERGIN=${LEFT_MERGIN}
TYPES1 = -DESCP
TYPES2 = -DESCPAGE
TYPES3 = -DESCPS -DESCP
*************** ***************
*** 41,50 **** *** 41,50 ****
# ${OBJS}: ${SRCS} ${HEADERS} # ${OBJS}: ${SRCS} ${HEADERS}
@ -46,10 +52,10 @@
# ${OBJS}: ${SRCS} ${HEADERS} # ${OBJS}: ${SRCS} ${HEADERS}
install: all install: all
! install -c -o bin -g bin -m 755 -s ./escpf ${BINDIR} ! install -c -o bin -g bin -m 555 -s ./escpf ${BINDIR}
! install -c -o bin -g bin -m 755 -s ./escpagef ${BINDIR} ! install -c -o bin -g bin -m 555 -s ./escpagef ${BINDIR}
! install -c -o bin -g bin -m 755 -s ./escpsf ${BINDIR} ! install -c -o bin -g bin -m 555 -s ./escpsf ${BINDIR}
! install -c -o bin -g bin -m 755 -s ./escpagesf ${BINDIR} ! install -c -o bin -g bin -m 555 -s ./escpagesf ${BINDIR}
# auto select !? # auto select !?
# @if [ -d /usr/local/libexec ]; then \ # @if [ -d /usr/local/libexec ]; then \

View File

@ -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 Read /usr/local/share/doc/escpf/escpf.doc (in English), or escpf.euc
(in Japanese) for details. (in Japanese) for details.
WWW: http://www.flatout.org/~wing/Linux/Escpf/