diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-08 03:44:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-08 03:44:21 +0000 |
commit | da55feb62d2c490ccfc1415d00459e7e21dc3e35 (patch) | |
tree | ccd0196e3e75045e51ef4a1da6d483ace9768cf6 /chinese | |
parent | New port: converters/fix-mime-charset - Fix incorrect Content-Type (diff) |
Remove port chinese/abiword. From the PR: it doesn't support Chinese and
doesn't have any patch now. Maintainer keith@FreeBSD.org had disappeared
for a long time.
PR: ports/57183
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Not objected to within: 2 months
Notes
Notes:
svn path=/head/; revision=97639
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 1 | ||||
-rw-r--r-- | chinese/abiword/Makefile | 38 | ||||
-rw-r--r-- | chinese/abiword/pkg-descr | 23 | ||||
-rw-r--r-- | chinese/abiword/pkg-install | 25 | ||||
-rw-r--r-- | chinese/abiword/pkg-plist | 12 |
5 files changed, 0 insertions, 99 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 9ba4d4681a5c..9bf79b692835 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -5,7 +5,6 @@ SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += MT - SUBDIR += abiword SUBDIR += acroread5-chsfont SUBDIR += acroread5-chtfont SUBDIR += arphicttf diff --git a/chinese/abiword/Makefile b/chinese/abiword/Makefile deleted file mode 100644 index ce2d93838c67..000000000000 --- a/chinese/abiword/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: zh-abiWord -# Date created: 8 March 2001 -# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= abiword -PORTVERSION= 1.0.3 -CATEGORIES= chinese editors -MASTER_SITES= # none -DISTFILES= # none - -MAINTAINER= ports@FreeBSD.org -COMMENT= A cross-platform WYSIWYG word processor, with BIG5/GB available - -RUN_DEPENDS= AbiWord-2.0:${PORTSDIR}/editors/AbiWord2 \ - ttfm.sh:${PORTSDIR}/chinese/ttfm \ - ${LOCALBASE}/share/fonts/TrueType/bkai00mp.ttf:${PORTSDIR}/chinese/arphicttf - -NO_BUILD= yes -USE_X_PREFIX= yes -USE_GHOSTSCRIPT_RUN= yes - -.include <bsd.port.pre.mk> - -pre-fetch: -.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes - @${ECHO} "" - @${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use" - @${ECHO} " AFPL Postscript interpreter instead of GNU one" - @${ECHO} "" -.endif - -do-install: - @${SETENV} PKG_PREFIX=${LOCALBASE} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/chinese/abiword/pkg-descr b/chinese/abiword/pkg-descr deleted file mode 100644 index 3c1cd331d2d1..000000000000 --- a/chinese/abiword/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -AbiWord is an open-source, cross-platform WYSIWYG word processor. It works -on Windows and most Unix Systems. - -Features include: - - - Basic character formatting (bold, underline, italics, etc.) - - Paragraph alignment - - Spell-check - - Import of Word97 and RTF documents - - Export to RTF, Text, HTML, and LaTeX formats - - Interactive rulers and tabs - - Styles - - Unlimited undo/redo - - Multiple column control - - Widow/orphan control - - Find/Replace - - Images - -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ - -This port sets up displaying/printing environment for both BIG5/GB users. diff --git a/chinese/abiword/pkg-install b/chinese/abiword/pkg-install deleted file mode 100644 index f3923a4263b4..000000000000 --- a/chinese/abiword/pkg-install +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -if [ "$2" = "PRE-INSTALL" ]; then - exit 0 -fi - -PKGNAME=$1 -PREFIX=${PKG_PREFIX} -TTFM=${PREFIX}/bin/ttfm.sh - -FONTDIR=${PREFIX}/share/fonts/TrueType -FONTS="bkai00mp.ttf bsmi00lp.ttf gbsn00lp.ttf gkai00mp.ttf" - -if [ ! -x $TTFM ]; then - echo "$TTFM not found!" - exit 1 -fi - -for f in $FONTS; do - $TTFM --add gscjk $FONTDIR/$f -done - -for f in $FONTS; do - $TTFM --add abiword $FONTDIR/$f -done diff --git a/chinese/abiword/pkg-plist b/chinese/abiword/pkg-plist deleted file mode 100644 index 92b58e5738c5..000000000000 --- a/chinese/abiword/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -share/AbiSuite/fonts/zh-CN/.already-in-fp -share/AbiSuite/fonts/zh-CN/fonts.dir -share/AbiSuite/fonts/zh-CN.GBK/.already-in-fp -share/AbiSuite/fonts/zh-CN.GBK/fonts.dir -share/AbiSuite/fonts/zh-HK/.already-in-fp -share/AbiSuite/fonts/zh-HK/fonts.dir -share/AbiSuite/fonts/zh-TW/.already-in-fp -share/AbiSuite/fonts/zh-TW/fonts.dir -@dirrm share/AbiSuite/fonts/zh-CN -@dirrm share/AbiSuite/fonts/zh-CN.GBK -@dirrm share/AbiSuite/fonts/zh-HK -@dirrm share/AbiSuite/fonts/zh-TW |