summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>1999-09-02 17:51:15 +0000
committerdmcmahill <dmcmahill>1999-09-02 17:51:15 +0000
commit3b9994b663b4bdaa16d569ad8940bcf71fd342f5 (patch)
tree6ff7716f9dadcab63cf1b7c1d51e025595895c5c /print
parent885094f390568917143d02a24ebd77e309d73d0d (diff)
downloadpkgsrc-3b9994b663b4bdaa16d569ad8940bcf71fd342f5.tar.gz
add ted-2.5
X11 based WordPad-like word processor.
Diffstat (limited to 'print')
-rw-r--r--print/ted/Makefile62
-rw-r--r--print/ted/files/README.ind1
-rw-r--r--print/ted/files/md53
-rw-r--r--print/ted/files/patch-sum3
-rw-r--r--print/ted/patches/patch-aa12
-rw-r--r--print/ted/pkg/COMMENT1
-rw-r--r--print/ted/pkg/DESCR24
-rw-r--r--print/ted/pkg/MESSAGE7
-rw-r--r--print/ted/pkg/PLIST22
9 files changed, 135 insertions, 0 deletions
diff --git a/print/ted/Makefile b/print/ted/Makefile
new file mode 100644
index 00000000000..4fd41cd499c
--- /dev/null
+++ b/print/ted/Makefile
@@ -0,0 +1,62 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/02 17:51:15 dmcmahill Exp $
+
+DISTNAME= ted-2.5.src
+PKGNAME= ted-2.5
+WRKSRC= ${WRKDIR}/Ted-2.5
+CATEGORIES= print
+MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.nllgg.nl/Ted/
+
+DEPENDS+= giflib-3.0:../../graphics/giflib
+DEPENDS+= jpeg-6b:../../graphics/jpeg
+DEPENDS+= png-1.0.3:../../graphics/png
+DEPENDS+= tiff-3.4:../../graphics/tiff
+DEPENDS+= xpm-3.4k:../../graphics/xpm
+
+USE_MOTIF= YES
+USE_X11= YES
+
+MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \
+ DEF_AFMDIR='-DAFMDIR=\"${PREFIX}/share/Ted/afm\"' \
+ DEF_INDDIR='-DINDDIR=\"${PREFIX}/share/Ted/ind\"' \
+ DEF_INFODIR='-DINFODIR=\"${PREFIX}/share/doc/Ted\"'
+
+ALL_TARGET= compile
+
+post-extract:
+ @cd ${WRKSRC} ; tar xf tedPackage/TedBindist.tar
+
+post-patch:
+ @cd ${WRKSRC}/info ; \
+ ${SED} -e "s!Ted.afmDirectory:.*!Ted.afmDirectory:${PREFIX}/share/Ted/afm!g" \
+ -e "s!Ted.spellToolSystemDicts:.*!Ted.spellToolSystemDicts:${PREFIX}/share/Ted/ind!g" \
+ -e "s!Ted.documentFileName:.*!Ted.documentFileName:${PREFIX}/share/doc/Ted/TedDocument.rtf!g" \
+ Ted.ad.sample > Ted
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${PREFIX}/bin/Ted
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/Ted
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/Ted/ind
+ ${INSTALL_DATA} ${FILESDIR}/README.ind ${PREFIX}/share/Ted/ind
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Ted
+ ${INSTALL_DATA} ${WRKSRC}/afm/Courier-Bold.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Courier-BoldOblique.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Courier-Oblique.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Courier.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Helvetica-Bold.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Helvetica-BoldOblique.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Helvetica-Oblique.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Helvetica.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Symbol.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Times-Bold.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Times-BoldItalic.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Times-Italic.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/afm/Times-Roman.afm ${PREFIX}/share/Ted/afm
+ ${INSTALL_DATA} ${WRKSRC}/info/Ted ${PREFIX}/lib/X11/app-defaults
+ ${INSTALL_DATA} ${WRKSRC}/info/TedDocument.rtf ${PREFIX}/share/doc/Ted
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/ted/files/README.ind b/print/ted/files/README.ind
new file mode 100644
index 00000000000..487c7a51366
--- /dev/null
+++ b/print/ted/files/README.ind
@@ -0,0 +1 @@
+This directory contains the installed spelling dictionaries for Ted.
diff --git a/print/ted/files/md5 b/print/ted/files/md5
new file mode 100644
index 00000000000..367e3a45530
--- /dev/null
+++ b/print/ted/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/02 17:51:16 dmcmahill Exp $
+
+MD5 (ted-2.5.src.tar.gz) = 6b53d433ebb46cede951617105e3a093
diff --git a/print/ted/files/patch-sum b/print/ted/files/patch-sum
new file mode 100644
index 00000000000..6135d5c57e5
--- /dev/null
+++ b/print/ted/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/09/02 17:51:16 dmcmahill Exp $
+
+MD5 (patch-aa) = 02d06f8db0b7dba713686609b32dc639
diff --git a/print/ted/patches/patch-aa b/print/ted/patches/patch-aa
new file mode 100644
index 00000000000..7d29cc7065d
--- /dev/null
+++ b/print/ted/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/09/02 17:51:16 dmcmahill Exp $
+
+--- Ted/makefile.in.orig Fri Jul 23 06:52:42 1999
++++ Ted/makefile.in Mon Aug 30 08:48:21 1999
+@@ -12,5 +12,6 @@
+ -I../appUtil \
+ -I../include \
+- $(DEF_PKGDIR)
++ $(DEF_PKGDIR) \
++ $(DEF_INFODIR)
+
+ LDFLAGS=@LDFLAGS@
diff --git a/print/ted/pkg/COMMENT b/print/ted/pkg/COMMENT
new file mode 100644
index 00000000000..0e7d2cc757d
--- /dev/null
+++ b/print/ted/pkg/COMMENT
@@ -0,0 +1 @@
+X11 based WordPad-like word processor.
diff --git a/print/ted/pkg/DESCR b/print/ted/pkg/DESCR
new file mode 100644
index 00000000000..d8426b3da75
--- /dev/null
+++ b/print/ted/pkg/DESCR
@@ -0,0 +1,24 @@
+Ted is a text editor running under X Windows on Unix/Linux systems. Ted was
+developed as an operating system accessory like Wordpad on MS-Windows.
+Teds function is to be able to edit rich text documents on Unix/Linux in a
+wysiwyg way.
+
+Features
+--------
+ * Wysiwyg rich text editing.
+ * Ted uses Microsoft RTF as its native file format.
+ * In line bitmap pictures.
+ * Postscript printing.
+ * Spelling checking in several Latin languages. (English, Dutch, German,
+ Portuguese, French and Spanish.)
+ * Directly mailing documents from Ted.
+ * Cut/Copy/Paste, also with other applications.
+ * Find/Replace.
+ * Ruler: Paragraph indentation, Indentation of first line, Tabs. Copy/Paste
+ Ruler.
+ * Page breaks.
+ * Tables: Insert Table, Row, Column. Changing the column width of tables
+ with their ruler.
+ * Symbols and accented characters are fully supported.
+ * Hyperlinks.
+ * Saving a document in HTML format.
diff --git a/print/ted/pkg/MESSAGE b/print/ted/pkg/MESSAGE
new file mode 100644
index 00000000000..7205d87a827
--- /dev/null
+++ b/print/ted/pkg/MESSAGE
@@ -0,0 +1,7 @@
+=============================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 1999/09/02 17:51:16 dmcmahill Exp $
+
+This pkg does not install any spelling dictionaries. Spelling dictionaries
+for various languages are available as separate packages.
+
+=============================================================================
diff --git a/print/ted/pkg/PLIST b/print/ted/pkg/PLIST
new file mode 100644
index 00000000000..fb81fcda3f2
--- /dev/null
+++ b/print/ted/pkg/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/02 17:51:16 dmcmahill Exp $
+bin/Ted
+share/Ted/afm/Courier-Bold.afm
+share/Ted/afm/Courier-BoldOblique.afm
+share/Ted/afm/Courier-Oblique.afm
+share/Ted/afm/Courier.afm
+share/Ted/afm/Helvetica-Bold.afm
+share/Ted/afm/Helvetica-BoldOblique.afm
+share/Ted/afm/Helvetica-Oblique.afm
+share/Ted/afm/Helvetica.afm
+share/Ted/afm/Symbol.afm
+share/Ted/afm/Times-Bold.afm
+share/Ted/afm/Times-BoldItalic.afm
+share/Ted/afm/Times-Italic.afm
+share/Ted/afm/Times-Roman.afm
+lib/X11/app-defaults/Ted
+share/doc/Ted/TedDocument.rtf
+share/Ted/ind/README.ind
+@dirrm share/Ted/afm
+@dirrm share/Ted/ind
+@dirrm share/Ted
+@dirrm share/doc/Ted