aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 20:36:48 +0000
commitda977380baf68d13d8cd5a758af5db0b145e2b0a (patch)
tree7b357e6252923660b4928fbc4eb56e8629dda236 /japanese
parent7a2fb52885457bd521a9ec11e2b5f4de46a47de1 (diff)
downloadports-da977380baf68d13d8cd5a758af5db0b145e2b0a.tar.gz
ports-da977380baf68d13d8cd5a758af5db0b145e2b0a.zip
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months 2008-09-19 lang/screamer: Has been broken for more than 6 months 2008-10-01 misc/documancer: Unmaintained upstream 2008-09-19 misc/ipbt: Has been broken for more than 6 months 2008-10-13 multimedia/manslide: Use multimedia/smile instead 2008-09-19 net/globus4: Has been broken for more than 6 months 2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months 2008-01-28 net/p54u: website disappeared 2008-09-19 net-im/ginsu: Has been broken for more than 6 months 2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months 2008-09-19 sysutils/sjog: Has been broken for more than 6 months 2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months 2008-09-19 www/roxen: Has been broken for more than 6 months 2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Notes
Notes: svn path=/head/; revision=223972
Diffstat (limited to 'japanese')
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/escpf/Makefile43
-rw-r--r--japanese/escpf/distinfo3
-rw-r--r--japanese/escpf/files/patch-aa61
-rw-r--r--japanese/escpf/pkg-descr14
-rw-r--r--japanese/escpf/pkg-plist7
6 files changed, 0 insertions, 129 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index ff8a7ac87fd9..00ddbb5195e9 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -61,7 +61,6 @@
SUBDIR += emacs-manual
SUBDIR += epic4
SUBDIR += epwutil
- SUBDIR += escpf
SUBDIR += esecanna
SUBDIR += esecanna-module-vje25
SUBDIR += esecanna-module-vje30
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