Date: Fri, 13 Apr 2001 16:26:56 +0930 (CST) From: mark@kyne.com.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26530: New port: editors/ted: An easy to use rich text editor Message-ID: <200104130656.f3D6uu876599@aeris.kyne.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 26530 >Category: ports >Synopsis: New port: editors/ted: An easy to use rich text editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 13 00:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Pulford >Release: FreeBSD 4.2-STABLE i386 >Organization: none >Environment: >Description: Ted is a rich text processor for X. Ted was developed as an easy to use WYSIWYG word processor. It uses RTF as its native file format and contains a spell checker. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ted # ted/distinfo # ted/Makefile # ted/pkg-descr # ted/files # ted/files/patch-Makefile # ted/pkg-plist # ted/pkg-comment # echo c - ted mkdir -p ted > /dev/null 2>&1 echo x - ted/distinfo sed 's/^X//' >ted/distinfo << 'END-of-ted/distinfo' XMD5 (ted-2.10.src.tar.gz) = 32758a4b0dd6d5cd3926960859cc8d54 END-of-ted/distinfo echo x - ted/Makefile sed 's/^X//' >ted/Makefile << 'END-of-ted/Makefile' X# New ports collection makefile for: ted X# Date created: Apr 13, 2001 X# Whom: Mark Pulford <mark@kyne.com.au> X# X# $FreeBSD$ X# X XPORTNAME= ted XPORTVERSION= 2.10 XCATEGORIES= editors XMASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ XEXTRACT_SUFX= .src.tar.gz X XMAINTAINER= mark@kyne.com.au X XLIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ X tiff.4:${PORTSDIR}/graphics/tiff X XUSE_MOTIF= yes XWRKSRC= ${WRKDIR}/Ted-${PORTVERSION} XALL_TARGET= compile XMAKE_ARGS= PREFIX="${PREFIX}" XCFLAGS+= ${PTHREAD_CFLAGS} -DAFMDIR=\"\\\"${PREFIX}/share/ted/afm\\\"\" -DINDDIR=\"\\\"${PREFIX}/share/ted/ind\\\"\" -DINFODIR=\"\\\"${PREFIX}/share/ted/info\\\"\" XMAKE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${PREFIX}/bin X ${MKDIR} ${PREFIX}/share/ted X ${TAR} xf ${WRKSRC}/tedPackage/TedBindist.tar -C ${PREFIX}/share/ted afm ind info X X.include <bsd.port.mk> END-of-ted/Makefile echo x - ted/pkg-descr sed 's/^X//' >ted/pkg-descr << 'END-of-ted/pkg-descr' XTed is a rich text processor for X. Ted was developed as an easy to Xuse WYSIWYG word processor. It uses RTF as its native file format and Xcontains a spell checker. X XWWW: http://www.nllgg.nl/Ted/ END-of-ted/pkg-descr echo c - ted/files mkdir -p ted/files > /dev/null 2>&1 echo x - ted/files/patch-Makefile sed 's/^X//' >ted/files/patch-Makefile << 'END-of-ted/files/patch-Makefile' X--- Makefile.orig Fri Apr 13 14:50:32 2001 X+++ Makefile Fri Apr 13 14:50:43 2001 X@@ -33,7 +33,7 @@ X #### experimental) X #### X X-CONFIGURE_OPTIONS=--with-MOTIF X+CONFIGURE_OPTIONS=--with-MOTIF --prefix=${PREFIX} X X compile: tedlibs \ X Ted/Ted \ END-of-ted/files/patch-Makefile echo x - ted/pkg-plist sed 's/^X//' >ted/pkg-plist << 'END-of-ted/pkg-plist' Xbin/Ted Xshare/ted/afm/Courier-Bold.afm Xshare/ted/afm/Courier-BoldOblique.afm Xshare/ted/afm/Courier-Oblique.afm Xshare/ted/afm/Courier.afm Xshare/ted/afm/Helvetica-Bold.afm Xshare/ted/afm/Helvetica-BoldOblique.afm Xshare/ted/afm/Helvetica-Oblique.afm Xshare/ted/afm/Helvetica.afm Xshare/ted/afm/Symbol.afm Xshare/ted/afm/Times-Bold.afm Xshare/ted/afm/Times-BoldItalic.afm Xshare/ted/afm/Times-Italic.afm Xshare/ted/afm/Times-Roman.afm Xshare/ted/ind/US_English.ind Xshare/ted/info/Ted.ad.sample Xshare/ted/info/TedDocument.rtf X@dirrm share/ted/afm X@dirrm share/ted/ind X@dirrm share/ted/info X@dirrm share/ted END-of-ted/pkg-plist echo x - ted/pkg-comment sed 's/^X//' >ted/pkg-comment << 'END-of-ted/pkg-comment' XAn easy to use rich text processor END-of-ted/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104130656.f3D6uu876599>