diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 20:36:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 20:36:48 +0000 |
commit | da977380baf68d13d8cd5a758af5db0b145e2b0a (patch) | |
tree | 7b357e6252923660b4928fbc4eb56e8629dda236 /japanese/escpf | |
parent | 7a2fb52885457bd521a9ec11e2b5f4de46a47de1 (diff) | |
download | ports-da977380baf68d13d8cd5a758af5db0b145e2b0a.tar.gz ports-da977380baf68d13d8cd5a758af5db0b145e2b0a.zip |
Notes
Diffstat (limited to 'japanese/escpf')
-rw-r--r-- | japanese/escpf/Makefile | 43 | ||||
-rw-r--r-- | japanese/escpf/distinfo | 3 | ||||
-rw-r--r-- | japanese/escpf/files/patch-aa | 61 | ||||
-rw-r--r-- | japanese/escpf/pkg-descr | 14 | ||||
-rw-r--r-- | japanese/escpf/pkg-plist | 7 |
5 files changed, 0 insertions, 128 deletions
diff --git a/japanese/escpf/Makefile b/japanese/escpf/Makefile deleted file mode 100644 index 68f9b945fdaf..000000000000 --- a/japanese/escpf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: escpf -# Date created: 15 June 1996 -# Whom: Mita Yoshio <mita@iis.u-tokyo.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= escpf -PORTVERSION= 0.4 -CATEGORIES= japanese print -MASTER_SITES= http://www.flatout.org/~wing/Linux/Escpf/ - -MAINTAINER= mita@jp.FreeBSD.org -COMMENT= Text filters for ESC/P, ESC/Page and ESC/PS printers - -BROKEN= Unfetchable -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 - -DOCDIR= ${PREFIX}/share/doc/escpf -LINES?= 66 -COLUMNS?= 80 -TOP_MERGIN?= 5 -LEFT_MERGIN?= 5 -LARGE_FONT?= -DLARGE_FONT -MAKE_ENV+= LINES=${LINES} COLUMNS=${COLUMNS} \ - TOP_MERGIN=${TOP_MERGIN} LEFT_MERGIN=${LEFT_MERGIN} \ - LARGE_FONT="${LARGE_FONT}" -# You can specify page layout with: -# LINES : lines per page -# COLUMNS : characters per line -# TOP_MERGIN : top mergin with lines -# LEFT_MERGIN : left mergin with cahacters -# LARGE_FONT : if "-DLARGE_FONT" large font, "" small font - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/escpf.doc ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/escpf.euc ${DOCDIR} -.endif - -.include <bsd.port.mk> diff --git a/japanese/escpf/distinfo b/japanese/escpf/distinfo deleted file mode 100644 index e60a300f3da2..000000000000 --- a/japanese/escpf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (escpf-0.4.tar.gz) = 34540d9f07cffd81f2a89bb17169d126 -SHA256 (escpf-0.4.tar.gz) = 637d3898215c41087e8cf172885da75f1f1e7b7901841a8c2cab09e8e19b2f51 -SIZE (escpf-0.4.tar.gz) = 16652 diff --git a/japanese/escpf/files/patch-aa b/japanese/escpf/files/patch-aa deleted file mode 100644 index a646b6134cd9..000000000000 --- a/japanese/escpf/files/patch-aa +++ /dev/null @@ -1,61 +0,0 @@ -*** Makefile.orig Tue May 5 02:12:41 1998 ---- Makefile Wed Jan 12 19:29:23 2000 -*************** -*** 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} - TYPES1 = -DESCP - TYPES2 = -DESCPAGE - TYPES3 = -DESCPS -DESCP ---- 6,22 ---- - # - - # user setting -! #BINDIR = /usr/sbin # Linux -! PREFIX?= /usr/local -! BINDIR = ${PREFIX}/libexec # FreeBSD -! -! LINES ?= 66 -! COLUMNS ?= 80 -! TOP_MERGIN ?= 0 -! LEFT_MERGIN ?= 0 - -! 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} - - install: all -! install -o bin -g bin -m 755 -s ./escpf ${BINDIR} -! install -o bin -g bin -m 755 -s ./escpagef ${BINDIR} -! install -o bin -g bin -m 755 -s ./escpsf ${BINDIR} -! install -o bin -g bin -m 755 -s ./escpagesf ${BINDIR} - - # auto select !? - # @if [ -d /usr/local/libexec ]; then \ ---- 42,51 ---- - # ${OBJS}: ${SRCS} ${HEADERS} - - install: all -! 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 deleted file mode 100644 index 8ab43d578844..000000000000 --- a/japanese/escpf/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -escpf, escpagef, escpsf, and escpagesf are text filters for Epson compatible -printers: - -escpf: text to ESC/P code. -escpagef: text to ESC/Page code. -escpsf: text to ESC/P code trough ESC/PS mode. -escpagesf: text to ESC/Page code trough ESC/PS mode. - -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/ diff --git a/japanese/escpf/pkg-plist b/japanese/escpf/pkg-plist deleted file mode 100644 index cfe7526ead82..000000000000 --- a/japanese/escpf/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -share/doc/escpf/escpf.doc -share/doc/escpf/escpf.euc -libexec/escpf -libexec/escpsf -libexec/escpagef -libexec/escpagesf -@dirrm share/doc/escpf |