New editor, based on the Opera team server.

Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
This commit is contained in:
Chuck Robey 1997-09-13 20:16:45 +00:00
parent 8853829dc7
commit bb9f18e4d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7894
6 changed files with 280 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: thot
# Version required: 2.1b
# Date created: 1 Aug 1997
# Whom: Pedro Giffuni (orig)
#
# $Id:
#
DISTNAME= Thot
PKGNAME= thoteditor-2.1b
CATEGORIES= editors www
MASTER_SITES= ftp://opera.inrialpes.fr/pub/sources/thot/
DISTFILES= thot-src-2.1b.tar.gz \
thoteditor-src-2.1b.tar.gz
EXTRACT_ONLY= thot-src-2.1b.tar.gz
MAINTAINER= ports@FreeBSD.org
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-thot --enable-plugin
USE_GMAKE= yes
ALL_TARGET= all schemas
post-extract:
($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz -C $(WRKSRC))
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (thot-src-2.1b.tar.gz) = bface09ac6eab190c6f709a1e5aeb89b
MD5 (thoteditor-src-2.1b.tar.gz) = ce17416303e30cdf97ebbe4aee84be79

View File

@ -0,0 +1,19 @@
*** tools/javastub/javastub.c.orig Sun Aug 24 00:04:06 1997
--- tools/javastub/javastub.c Sun Aug 24 00:04:49 1997
***************
*** 11,17 ****
#include <stdio.h>
#include <stdlib.h>
! #include "config.h"
#include <ctype.h>
#include <string.h>
--- 11,17 ----
#include <stdio.h>
#include <stdlib.h>
! #include "../../config.h"
#include <ctype.h>
#include <string.h>

View File

@ -0,0 +1 @@
An structured document editor, offering a graphical WYSIWYG interface

View File

@ -0,0 +1,13 @@
Thot offers the usual functionality of a word processor, but it also
processes the document structure. It includes a large set of advanced
tools, such as a spell checker and an index generator, and it allows to
export documents to common formats like HTML and LaTeX.
This release should be considered as a snapshot of a work in progress. A
large part of the intended features of Thot Editor are implemented, but
some of them are not complete yet and the software is not supposed to be very
robust. The user interface may change and can be improved.
Getting documentation and the distribution
------------------------------------------
please consult web pages of Opera team server :
http://opera.inrialpes.fr/thot/

View File

@ -0,0 +1,217 @@
bin/print
bin/thot
include/thot/app.h
include/thot/appaction.h
include/thot/application.h
include/thot/attribute.h
include/thot/browser.h
include/thot/content.h
include/thot/dialog.h
include/thot/document.h
include/thot/fileaccess.h
include/thot/genericdriver.h
include/thot/interface.h
include/thot/labelAllocator.h
include/thot/language.h
include/thot/libmsg.h
include/thot/message.h
include/thot/pivot.h
include/thot/plugin.h
include/thot/presentation.h
include/thot/presentdriver.h
include/thot/print.h
include/thot/pschema.h
include/thot/reference.h
include/thot/registry.h
include/thot/selection.h
include/thot/simx.h
include/thot/specificdriver.h
include/thot/sysdep.h
include/thot/thot_gui.h
include/thot/thot_sys.h
include/thot/tree.h
include/thot/typebase.h
include/thot/view.h
lib/libThotDraw.a
lib/libThotEditor.a
lib/libThotIndex.a
lib/libThotKernel.a
lib/libThotTable.a
share/thot/config/XKeysymDB
share/thot/config/en-appdialogue
share/thot/config/en-compildialogue
share/thot/config/en-corrdialogue
share/thot/config/en-drawdialogue
share/thot/config/en-grmdialogue
share/thot/config/en-inddialogue
share/thot/config/en-itfdialogue
share/thot/config/en-libdialogue
share/thot/config/en-printdialogue
share/thot/config/en-prsdialogue
share/thot/config/en-strdialogue
share/thot/config/en-thotdialogue
share/thot/config/en-thotmessage
share/thot/config/en-thotversion
share/thot/config/en-transdialogue
share/thot/config/en-typdialogue
share/thot/config/fr-appdialogue
share/thot/config/fr-compildialogue
share/thot/config/fr-corrdialogue
share/thot/config/fr-drawdialogue
share/thot/config/fr-grmdialogue
share/thot/config/fr-inddialogue
share/thot/config/fr-itfdialogue
share/thot/config/fr-libdialogue
share/thot/config/fr-printdialogue
share/thot/config/fr-prsdialogue
share/thot/config/fr-strdialogue
share/thot/config/fr-thotdialogue
share/thot/config/fr-thotmessage
share/thot/config/fr-thotversion
share/thot/config/fr-transdialogue
share/thot/config/fr-typdialogue
share/thot/config/thot.color
share/thot/config/thot.ini
share/thot/config/thot.keyboard
share/thot/config/thot.pattern
share/thot/dicopar/alphabet
share/thot/dicopar/american.ptn
share/thot/dicopar/clavier
share/thot/dicopar/deutsch.ptn
share/thot/dicopar/english.ptn
share/thot/dicopar/espanol.ptn
share/thot/dicopar/finish.ptn
share/thot/dicopar/francais.ptn
share/thot/dicopar/italiano.ptn
share/thot/dicopar/nederl.ptn
share/thot/dicopar/portug.ptn
share/thot/dicopar/swedish.ptn
share/thot/fonts/Families.list
share/thot/fonts/fonts.dir
share/thot/fonts/icones.ff
share/thot/fonts/icones.pcf
share/thot/fonts/icones1.fb
share/thot/fonts/icones11.fb
share/thot/schemas/Arbre2.S
share/thot/schemas/Arbre2.STR
share/thot/schemas/Arbre2.conf
share/thot/schemas/Arbre2.en
share/thot/schemas/Arbre2.fr
share/thot/schemas/Arbre2A.T
share/thot/schemas/Arbre2H.T
share/thot/schemas/Arbre2P.P
share/thot/schemas/Arbre2T.T
share/thot/schemas/Draw2.S
share/thot/schemas/Draw2.conf
share/thot/schemas/Draw2.en
share/thot/schemas/Draw2.fr
share/thot/schemas/Draw2A.T
share/thot/schemas/Draw2H.T
share/thot/schemas/Draw2P.P
share/thot/schemas/Draw2T.T
share/thot/schemas/Draw2T1.T
share/thot/schemas/Draw3.S
share/thot/schemas/Draw3.STR
share/thot/schemas/Draw3.conf
share/thot/schemas/Draw3.en
share/thot/schemas/Draw3.fr
share/thot/schemas/Draw3A.T
share/thot/schemas/Draw3H.T
share/thot/schemas/Draw3P.P
share/thot/schemas/Draw3P.PRS
share/thot/schemas/Draw3T.T
share/thot/schemas/Draw3T1.T
share/thot/schemas/Expose.S
share/thot/schemas/Expose.conf
share/thot/schemas/Expose.en
share/thot/schemas/Expose.fr
share/thot/schemas/ExposeA.T
share/thot/schemas/ExposeH.T
share/thot/schemas/ExposeH1.T
share/thot/schemas/ExposeP.P
share/thot/schemas/ExtIndex.S
share/thot/schemas/ExtIndex.conf
share/thot/schemas/ExtIndex.en
share/thot/schemas/ExtIndex.fr
share/thot/schemas/ExtIndexH.T
share/thot/schemas/ExtIndexP.P
share/thot/schemas/Feuille.S
share/thot/schemas/Feuille.conf
share/thot/schemas/Feuille.en
share/thot/schemas/Feuille.fr
share/thot/schemas/FeuilleA.T
share/thot/schemas/FeuilleH.T
share/thot/schemas/FeuilleP.P
share/thot/schemas/Fichier.S
share/thot/schemas/Fichier.conf
share/thot/schemas/Fichier.en
share/thot/schemas/Fichier.fr
share/thot/schemas/FichierA.T
share/thot/schemas/FichierH.T
share/thot/schemas/FichierP.P
share/thot/schemas/FichierT.T
share/thot/schemas/Lettre.S
share/thot/schemas/Lettre.conf
share/thot/schemas/Lettre.en
share/thot/schemas/Lettre.fr
share/thot/schemas/LettreA.T
share/thot/schemas/LettreP.P
share/thot/schemas/Makefile
share/thot/schemas/Math.S
share/thot/schemas/Math.conf
share/thot/schemas/Math.en
share/thot/schemas/Math.fr
share/thot/schemas/MathH.T
share/thot/schemas/MathP.P
share/thot/schemas/MathT.T
share/thot/schemas/Palette.S
share/thot/schemas/Palette.STR
share/thot/schemas/Palette.conf
share/thot/schemas/PaletteP.P
share/thot/schemas/PaletteP.PRS
share/thot/schemas/ParagrLTP.P
share/thot/schemas/ParagraphA.T
share/thot/schemas/ParagraphH.T
share/thot/schemas/ParagraphP.P
share/thot/schemas/ParagraphT.T
share/thot/schemas/ParagraphW.T
share/thot/schemas/Paragraphe.S
share/thot/schemas/Paragraphe.conf
share/thot/schemas/Paragraphe.en
share/thot/schemas/Paragraphe.fr
share/thot/schemas/Rapport.S
share/thot/schemas/Rapport.conf
share/thot/schemas/Rapport.en
share/thot/schemas/Rapport.fr
share/thot/schemas/RapportA.T
share/thot/schemas/RapportH.T
share/thot/schemas/RapportP.P
share/thot/schemas/RapportT.T
share/thot/schemas/RapportWA.T
share/thot/schemas/RefBib.S
share/thot/schemas/RefBib.en
share/thot/schemas/RefBib.fr
share/thot/schemas/RefBibA.T
share/thot/schemas/RefBibB.T
share/thot/schemas/RefBibBH.T
share/thot/schemas/RefBibH.T
share/thot/schemas/RefBibP.P
share/thot/schemas/RefBibT.T
share/thot/schemas/RefBibT1.T
share/thot/schemas/RefBibWA.T
share/thot/schemas/RefBibWM.T
share/thot/schemas/Table.S
share/thot/schemas/Table.conf
share/thot/schemas/Table.en
share/thot/schemas/Table.fr
share/thot/schemas/TableA.T
share/thot/schemas/TableH.T
share/thot/schemas/TableP.P
share/thot/schemas/TableT.T
share/thot/schemas/Text_ASCII.inc
share/thot/schemas/Text_SGML.inc