diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-14 14:42:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-14 14:42:19 +0000 |
commit | 14af5e79589b85a4d0fca7264597f945ae217703 (patch) | |
tree | 1dfd95754bf46036a8e8f9848320baa87a1e1adf /editors | |
parent | a457d71ef9bd77577e911b0ab306069620f63f2c (diff) | |
download | pkgsrc-14af5e79589b85a4d0fca7264597f945ae217703.tar.gz |
Move ted and support packages from textproc to editors.
Diffstat (limited to 'editors')
56 files changed, 513 insertions, 0 deletions
diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile new file mode 100644 index 00000000000..e5c29c5e02b --- /dev/null +++ b/editors/ted-cs/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_CZ +PKGNAME= ted-cs-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Czech spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Czech.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-cs/distinfo b/editors/ted-cs/distinfo new file mode 100644 index 00000000000..d366da8032a --- /dev/null +++ b/editors/ted-cs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_CZ.tar.gz) = e898ecc143fb5372562755e514319cd6369b6033 +Size (Ted_CZ.tar.gz) = 825473 bytes diff --git a/editors/ted-cs/pkg/DESCR b/editors/ted-cs/pkg/DESCR new file mode 100644 index 00000000000..77faed6b043 --- /dev/null +++ b/editors/ted-cs/pkg/DESCR @@ -0,0 +1 @@ +Czech spelling dictionary for the Ted word processor. diff --git a/editors/ted-cs/pkg/PLIST b/editors/ted-cs/pkg/PLIST new file mode 100644 index 00000000000..e95bc7102e1 --- /dev/null +++ b/editors/ted-cs/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Czech.ind diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile new file mode 100644 index 00000000000..f0261766a45 --- /dev/null +++ b/editors/ted-da/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_DK +PKGNAME= ted-da-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Danish spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Danish.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-da/distinfo b/editors/ted-da/distinfo new file mode 100644 index 00000000000..a045e6f84e0 --- /dev/null +++ b/editors/ted-da/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_DK.tar.gz) = 94475e0ea9a667ab3b8e43df666f49149e263975 +Size (Ted_DK.tar.gz) = 1120057 bytes diff --git a/editors/ted-da/pkg/DESCR b/editors/ted-da/pkg/DESCR new file mode 100644 index 00000000000..22211a447e6 --- /dev/null +++ b/editors/ted-da/pkg/DESCR @@ -0,0 +1 @@ +Danish spelling dictionary for the Ted word processor. diff --git a/editors/ted-da/pkg/PLIST b/editors/ted-da/pkg/PLIST new file mode 100644 index 00000000000..3395f66f576 --- /dev/null +++ b/editors/ted-da/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Danish.ind diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile new file mode 100644 index 00000000000..1d2ed95f95b --- /dev/null +++ b/editors/ted-de/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_D +PKGNAME= ted-de-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= German spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/German.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-de/distinfo b/editors/ted-de/distinfo new file mode 100644 index 00000000000..f3d82c8d5c3 --- /dev/null +++ b/editors/ted-de/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_D.tar.gz) = 09b2e0d772c884f05e929cfe29badc1e3d45dee1 +Size (Ted_D.tar.gz) = 1527193 bytes diff --git a/editors/ted-de/pkg/DESCR b/editors/ted-de/pkg/DESCR new file mode 100644 index 00000000000..231fb17622d --- /dev/null +++ b/editors/ted-de/pkg/DESCR @@ -0,0 +1 @@ +German spelling dictionary for the Ted word processor. diff --git a/editors/ted-de/pkg/PLIST b/editors/ted-de/pkg/PLIST new file mode 100644 index 00000000000..61fe05b1fb4 --- /dev/null +++ b/editors/ted-de/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/German.ind diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile new file mode 100644 index 00000000000..6204000244e --- /dev/null +++ b/editors/ted-en-gb/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_en_GB +PKGNAME= ted-en-gb-2.8 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= UK English spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/UK_English.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-en-gb/distinfo b/editors/ted-en-gb/distinfo new file mode 100644 index 00000000000..7fde702f60c --- /dev/null +++ b/editors/ted-en-gb/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_en_GB.tar.gz) = db5a92eb38f3555ffc4085cac7c24c9f58d42ae4 +Size (Ted_en_GB.tar.gz) = 1181013 bytes diff --git a/editors/ted-en-gb/pkg/DESCR b/editors/ted-en-gb/pkg/DESCR new file mode 100644 index 00000000000..df1c18b4c05 --- /dev/null +++ b/editors/ted-en-gb/pkg/DESCR @@ -0,0 +1 @@ +UK English spelling dictionary for the Ted word processor. diff --git a/editors/ted-en-gb/pkg/PLIST b/editors/ted-en-gb/pkg/PLIST new file mode 100644 index 00000000000..35dd9d12a03 --- /dev/null +++ b/editors/ted-en-gb/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/UK_English.ind diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile new file mode 100644 index 00000000000..04dc27128e6 --- /dev/null +++ b/editors/ted-en-us/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= ted-2.8.src +PKGNAME= ted-en-us-2.8 +WRKSRC= ${WRKDIR}/Ted-2.8 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= US English spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES +NO_BUILD= YES + +post-extract: + @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/US_English.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-en-us/distinfo b/editors/ted-en-us/distinfo new file mode 100644 index 00000000000..41d955b7fff --- /dev/null +++ b/editors/ted-en-us/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (ted-2.8.src.tar.gz) = 265c96ce91247c17edc880e46e89883d19abb5f8 +Size (ted-2.8.src.tar.gz) = 2054547 bytes diff --git a/editors/ted-en-us/pkg/DESCR b/editors/ted-en-us/pkg/DESCR new file mode 100644 index 00000000000..14ee61107a7 --- /dev/null +++ b/editors/ted-en-us/pkg/DESCR @@ -0,0 +1 @@ +US English spelling dictionary for the Ted word processor. diff --git a/editors/ted-en-us/pkg/PLIST b/editors/ted-en-us/pkg/PLIST new file mode 100644 index 00000000000..9cc37a064fa --- /dev/null +++ b/editors/ted-en-us/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/US_English.ind diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile new file mode 100644 index 00000000000..fe29710bc65 --- /dev/null +++ b/editors/ted-es/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_E +PKGNAME= ted-es-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Spanish spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Spanish.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-es/distinfo b/editors/ted-es/distinfo new file mode 100644 index 00000000000..e215a9591dd --- /dev/null +++ b/editors/ted-es/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_E.tar.gz) = 4ee6e83ba85bbd1ecf4940660acd7dcac4725f57 +Size (Ted_E.tar.gz) = 723057 bytes diff --git a/editors/ted-es/pkg/DESCR b/editors/ted-es/pkg/DESCR new file mode 100644 index 00000000000..632ebe4c18a --- /dev/null +++ b/editors/ted-es/pkg/DESCR @@ -0,0 +1 @@ +Spanish spelling dictionary for the Ted word processor. diff --git a/editors/ted-es/pkg/PLIST b/editors/ted-es/pkg/PLIST new file mode 100644 index 00000000000..9f60aed9b97 --- /dev/null +++ b/editors/ted-es/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Spanish.ind diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile new file mode 100644 index 00000000000..b353d69d562 --- /dev/null +++ b/editors/ted-fr/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_F +PKGNAME= ted-fr-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= French spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-fr/distinfo b/editors/ted-fr/distinfo new file mode 100644 index 00000000000..f1034a403a2 --- /dev/null +++ b/editors/ted-fr/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_F.tar.gz) = c818e3e162d8c195fb31890deef8b437b13c7afb +Size (Ted_F.tar.gz) = 725417 bytes diff --git a/editors/ted-fr/pkg/DESCR b/editors/ted-fr/pkg/DESCR new file mode 100644 index 00000000000..f835ed1e726 --- /dev/null +++ b/editors/ted-fr/pkg/DESCR @@ -0,0 +1 @@ +French spelling dictionary for the Ted word processor. diff --git a/editors/ted-fr/pkg/PLIST b/editors/ted-fr/pkg/PLIST new file mode 100644 index 00000000000..114102794f1 --- /dev/null +++ b/editors/ted-fr/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/French.ind diff --git a/editors/ted-it/Makefile b/editors/ted-it/Makefile new file mode 100644 index 00000000000..c359acdc01e --- /dev/null +++ b/editors/ted-it/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_I +PKGNAME= ted-it-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Italian spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Italian.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-it/distinfo b/editors/ted-it/distinfo new file mode 100644 index 00000000000..c5524e73f6c --- /dev/null +++ b/editors/ted-it/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_I.tar.gz) = 85a42692f72f10ef00db905dd911f03996b54d08 +Size (Ted_I.tar.gz) = 245233 bytes diff --git a/editors/ted-it/pkg/DESCR b/editors/ted-it/pkg/DESCR new file mode 100644 index 00000000000..d179f577560 --- /dev/null +++ b/editors/ted-it/pkg/DESCR @@ -0,0 +1 @@ +Italian spelling dictionary for the Ted word processor. diff --git a/editors/ted-it/pkg/PLIST b/editors/ted-it/pkg/PLIST new file mode 100644 index 00000000000..31ef7b3e600 --- /dev/null +++ b/editors/ted-it/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Italian.ind diff --git a/editors/ted-nl/Makefile b/editors/ted-nl/Makefile new file mode 100644 index 00000000000..fa97efc85ba --- /dev/null +++ b/editors/ted-nl/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_NL +PKGNAME= ted-nl-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Dutch spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Dutch.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-nl/distinfo b/editors/ted-nl/distinfo new file mode 100644 index 00000000000..cec7a4e7446 --- /dev/null +++ b/editors/ted-nl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_NL.tar.gz) = 761acbe63954da9ad34737e71e8ecffbb341871e +Size (Ted_NL.tar.gz) = 1952577 bytes diff --git a/editors/ted-nl/pkg/DESCR b/editors/ted-nl/pkg/DESCR new file mode 100644 index 00000000000..f47faa1d87f --- /dev/null +++ b/editors/ted-nl/pkg/DESCR @@ -0,0 +1 @@ +Dutch spelling dictionary for the Ted word processor. diff --git a/editors/ted-nl/pkg/PLIST b/editors/ted-nl/pkg/PLIST new file mode 100644 index 00000000000..b45afde309a --- /dev/null +++ b/editors/ted-nl/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Dutch.ind diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile new file mode 100644 index 00000000000..2f262926079 --- /dev/null +++ b/editors/ted-no/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_N +PKGNAME= ted-no-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Norwegian spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Norwegian.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-no/distinfo b/editors/ted-no/distinfo new file mode 100644 index 00000000000..385108f7e77 --- /dev/null +++ b/editors/ted-no/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_N.tar.gz) = 8c6e8afe0efdd91de588aa23079853e48d3c28fb +Size (Ted_N.tar.gz) = 1572350 bytes diff --git a/editors/ted-no/pkg/DESCR b/editors/ted-no/pkg/DESCR new file mode 100644 index 00000000000..0a379b26e3d --- /dev/null +++ b/editors/ted-no/pkg/DESCR @@ -0,0 +1 @@ +Norwegian spelling dictionary for the Ted word processor. diff --git a/editors/ted-no/pkg/PLIST b/editors/ted-no/pkg/PLIST new file mode 100644 index 00000000000..5c69009f8c9 --- /dev/null +++ b/editors/ted-no/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Norwegian.ind diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile new file mode 100644 index 00000000000..97cf8138684 --- /dev/null +++ b/editors/ted-pt/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_P +PKGNAME= ted-pt-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Portuguese spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Portuguese.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-pt/distinfo b/editors/ted-pt/distinfo new file mode 100644 index 00000000000..f8057bc10af --- /dev/null +++ b/editors/ted-pt/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_P.tar.gz) = 2580134ac70ea7b95fd0f747fe6bd731a79e30fe +Size (Ted_P.tar.gz) = 534369 bytes diff --git a/editors/ted-pt/pkg/DESCR b/editors/ted-pt/pkg/DESCR new file mode 100644 index 00000000000..a6dc834f8fd --- /dev/null +++ b/editors/ted-pt/pkg/DESCR @@ -0,0 +1 @@ +Portuguese spelling dictionary for the Ted word processor. diff --git a/editors/ted-pt/pkg/PLIST b/editors/ted-pt/pkg/PLIST new file mode 100644 index 00000000000..fc181b001fc --- /dev/null +++ b/editors/ted-pt/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Portuguese.ind diff --git a/editors/ted-sv/Makefile b/editors/ted-sv/Makefile new file mode 100644 index 00000000000..b394a84c547 --- /dev/null +++ b/editors/ted-sv/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= Ted_S +PKGNAME= ted-sv-2.6 +WRKSRC= ${WRKDIR} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= Swedish spelling dictionary for the Ted word processor + +DEPENDS+= ted>=2.6:../../editors/ted + +USE_X11BASE= YES + +NO_BUILD= YES + +do-install: + ${INSTALL_DATA} ${WRKSRC}/ind/Swedish.ind ${PREFIX}/share/Ted/ind + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted-sv/distinfo b/editors/ted-sv/distinfo new file mode 100644 index 00000000000..c015ca44a54 --- /dev/null +++ b/editors/ted-sv/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (Ted_S.tar.gz) = 60d8420e353047c492722e810911938796f10040 +Size (Ted_S.tar.gz) = 486188 bytes diff --git a/editors/ted-sv/pkg/DESCR b/editors/ted-sv/pkg/DESCR new file mode 100644 index 00000000000..10a81b7fe91 --- /dev/null +++ b/editors/ted-sv/pkg/DESCR @@ -0,0 +1 @@ +Swedish spelling dictionary for the Ted word processor. diff --git a/editors/ted-sv/pkg/PLIST b/editors/ted-sv/pkg/PLIST new file mode 100644 index 00000000000..0556441a71e --- /dev/null +++ b/editors/ted-sv/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ +share/Ted/ind/Swedish.ind diff --git a/editors/ted/Makefile b/editors/ted/Makefile new file mode 100644 index 00000000000..3b8e600c340 --- /dev/null +++ b/editors/ted/Makefile @@ -0,0 +1,68 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +DISTNAME= ted-2.8.src +PKGNAME= ted-2.8 +WRKSRC= ${WRKDIR}/Ted-2.8 +CATEGORIES= editors +MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ \ + ftp://metalab.unc.edu/pub/packages/editors/ted/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.nllgg.nl/Ted/ +COMMENT= X11 based WordPad-like word processor + +DEPENDS+= libungif-*:../../graphics/libungif +DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= png>1.0.9:../../graphics/png +DEPENDS+= tiff-*:../../graphics/tiff + +USE_MOTIF= YES +USE_X11= YES +USE_XPM= YES + +AFMDIR= ${PREFIX}/share/Ted/afm +INDDIR= ${PREFIX}/share/Ted/ind +INFODIR= ${PREFIX}/share/doc/Ted + +MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \ + DEF_AFMDIR='-DAFMDIR=\"${AFMDIR}\"' \ + DEF_INDDIR='-DINDDIR=\"${INDDIR}\"' \ + DEF_INFODIR='-DINFODIR=\"${INFODIR}\"' + +ALL_TARGET= compile + +post-extract: + @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar + +post-patch: + @cd ${WRKSRC}/info ; \ + ${SED} -e "s!Ted.afmDirectory:.*!Ted.afmDirectory:${AFMDIR}!g" \ + -e "s!Ted.spellToolSystemDicts:.*!Ted.spellToolSystemDicts:${INDDIR}!g" \ + -e "s!Ted.documentFileName:.*!Ted.documentFileName:${INFODIR}/TedDocument.rtf!g" \ + Ted.ad.sample > Ted + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${PREFIX}/bin/Ted + ${INSTALL_DATA_DIR} ${AFMDIR} + ${INSTALL_DATA} \ + ${WRKSRC}/afm/Courier-Bold.afm \ + ${WRKSRC}/afm/Courier-BoldOblique.afm \ + ${WRKSRC}/afm/Courier-Oblique.afm \ + ${WRKSRC}/afm/Courier.afm \ + ${WRKSRC}/afm/Helvetica-Bold.afm \ + ${WRKSRC}/afm/Helvetica-BoldOblique.afm \ + ${WRKSRC}/afm/Helvetica-Oblique.afm \ + ${WRKSRC}/afm/Helvetica.afm \ + ${WRKSRC}/afm/Symbol.afm \ + ${WRKSRC}/afm/Times-Bold.afm \ + ${WRKSRC}/afm/Times-BoldItalic.afm \ + ${WRKSRC}/afm/Times-Italic.afm \ + ${WRKSRC}/afm/Times-Roman.afm \ + ${AFMDIR} + ${INSTALL_DATA_DIR} ${INDDIR} + ${INSTALL_DATA} ${FILESDIR}/README.ind ${INDDIR} + ${INSTALL_DATA_DIR} ${INFODIR} + ${INSTALL_DATA} ${WRKSRC}/info/TedDocument.rtf ${INFODIR} + ${INSTALL_DATA} ${WRKSRC}/info/Ted ${PREFIX}/lib/X11/app-defaults \ + +.include "../../mk/bsd.pkg.mk" diff --git a/editors/ted/distinfo b/editors/ted/distinfo new file mode 100644 index 00000000000..be1d9142fca --- /dev/null +++ b/editors/ted/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 14:42:19 wiz Exp $ + +SHA1 (ted-2.8.src.tar.gz) = 265c96ce91247c17edc880e46e89883d19abb5f8 +Size (ted-2.8.src.tar.gz) = 2054547 bytes +SHA1 (patch-aa) = 2134018eafbbbc361674d475d7774eba6e208b7c +SHA1 (patch-ab) = 20135a2db628c78ea5e99a8f544b0d67b218b1eb diff --git a/editors/ted/files/README.ind b/editors/ted/files/README.ind new file mode 100644 index 00000000000..487c7a51366 --- /dev/null +++ b/editors/ted/files/README.ind @@ -0,0 +1 @@ +This directory contains the installed spelling dictionaries for Ted. diff --git a/editors/ted/patches/patch-aa b/editors/ted/patches/patch-aa new file mode 100644 index 00000000000..3034b56bccf --- /dev/null +++ b/editors/ted/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $ + +--- Ted/makefile.in.orig Thu Sep 23 06:08:00 1999 ++++ Ted/makefile.in Sun Oct 10 13:46:20 1999 +@@ -22,5 +22,6 @@ + -I../appUtil \ + -I../include \ +- $(DEF_PKGDIR) ++ $(DEF_PKGDIR) \ ++ $(DEF_INFODIR) + + LDFLAGS=@LDFLAGS@ diff --git a/editors/ted/patches/patch-ab b/editors/ted/patches/patch-ab new file mode 100644 index 00000000000..a5304f24fa8 --- /dev/null +++ b/editors/ted/patches/patch-ab @@ -0,0 +1,11 @@ +$NetBSD: patch-ab,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $ + +--- appFrame/appFileChooser.c.orig Mon Mar 27 05:09:43 2000 ++++ appFrame/appFileChooser.c Fri Apr 21 21:34:20 2000 +@@ -633,5 +633,5 @@ + XtSetArg( al[ac], XmNuserData, (XtPointer)aci ); ac++; + XtSetArg( al[ac], XmNdialogStyle, XmDIALOG_APPLICATION_MODAL ); ac++; +-# if XmVersion >= 2000 ++# if XmVersion >= 2000 && !defined(LESSTIF_VERSION) + XtSetArg( al[ac], XmNfileFilterStyle, + XmFILTER_HIDDEN_FILES ); ac++; diff --git a/editors/ted/pkg/DESCR b/editors/ted/pkg/DESCR new file mode 100644 index 00000000000..d8426b3da75 --- /dev/null +++ b/editors/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/editors/ted/pkg/MESSAGE b/editors/ted/pkg/MESSAGE new file mode 100644 index 00000000000..0d95baa61ca --- /dev/null +++ b/editors/ted/pkg/MESSAGE @@ -0,0 +1,7 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 2001/05/14 14:42:20 wiz Exp $ + +This pkg does not install any spelling dictionaries. Spelling dictionaries +for various languages are available as separate packages. + +============================================================================= diff --git a/editors/ted/pkg/PLIST b/editors/ted/pkg/PLIST new file mode 100644 index 00000000000..1baf5593880 --- /dev/null +++ b/editors/ted/pkg/PLIST @@ -0,0 +1,22 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 14:42:20 wiz 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 |