summaryrefslogtreecommitdiff
path: root/editors/TeXmacs
AgeCommit message (Collapse)AuthorFilesLines
2005-11-11Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULTtonio1-2/+2
It is more consistent with the tex.buildlink3.mk name. Also, if a package really needs latex, it just has to set TEX_ACCEPTED to latex distributions altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-10Update to 1.0.5.12, provided by Geert Hendrickx in PR 31569:wiz4-70/+213
* Several improvements in LaTeX converters (1.0.5.12). * User preference for Html converter to export formulas as images (1.0.5.12). * Several minor improvements in the graphics mode (1.0.5.12). * More options for the TeXmacs to LaTeX converter and updated documentation (1.0.5.11). * Several bug corrections and minor improvements in LaTeX to TeXmacs converter (1.0.5.11). * Faster and more portable help searching (1.0.5.10). * Added a plug-in for Mathematica (1.0.5.10). * Use Type 1 EC fonts by default (1.0.5.10). * Distribution of several font packages with Type 1 EC fonts (1.0.5.10). * More reliable quoting routines and related bug corrections (1.0.5.10). * Release a-version of graphical mode (1.0.5.9). * Improved exportation to Html (1.0.5.9). * Improved table importation to and from Html/MathML (1.0.5.9). * Further improvements in Maple interface (1.0.5.9). * Added a new interface with Maple (1.0.5.8). * Added converters from and to MathML (1.0.5.8). * XML parser now expands entities which are defined in the document (1.0.5.8). * Added an option for reverse video mode (1.0.5.8). * Further improvements for the upcoming graphical mode (1.0.5.8).
2005-11-08convert TeXmacs and lyx-qt to use tex.buildlink3.mktonio1-3/+3
2005-08-26update to 1.0.5.7drochner3-13/+13
changes: -Several minor bugfixes from buglist -Further improvements in configure -Finished implementation of document parts and preambles -Improved cursor accessability handling also change TeX dependency to teTeX-bin, so that this can be used with teTeX3 as well
2005-07-27update to 1.0.5.6drochner6-52/+41
changes: -Improvements in the double-buffering system -Implementation of a triple-buffering system for the graphical object -Improvements in the partial redraw system -Start the implementation of document parts and preambles -Simplifications in configure.in and the main makefile -Global folding and unfolding according to type of contents
2005-07-17Regenerate so that the Mac OS X patch program undestands howkristerw2-6/+8
to apply it.
2005-07-06update to 1.0.5.5drochner3-13/+63
changes: More and improved folding and switching functionality for presentation mode (1.0.5.5). Simple animations (1.0.5.5). On-the-fly evaluation of computer algebra scripts (1.0.5.5). Improved rendering speed of images based on plug-in for Imlib2 (1.0.5.5). A simple thumbnail facility (1.0.5.5). Documentation of tree API (partial) and structured editing (1.0.5.4). Fixed some long standing bugs concerning cursor movement (1.0.5.4). Implementation of structured cursor movement (1.0.5.4). Enrichment of the Scheme API with routines for tree traversal (1.0.5.4). Improved arrows and dashes for upcoming graphical mode(1.0.5.4). Reorganized and consolidated tree API (1.0.5.3). Started documentation of Scheme API (1.0.5.3).
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+2
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31update to 1.0.5.2drochner5-35/+37
changes: User preference for popup instead of footer dialogues (1.0.5.2). Default values and types for interactive arguments (1.0.5.2). Better dialogue system based on scheme continuations (1.0.5.2). Arrows for the upcoming graphical mode (1.0.5.2). Support for plug-in provided icons and dictionaries (1.0.5.2). Included Proclus plug-in into the main distribution (1.0.5.2).
2005-05-23Removed trailing white-space.rillig1-2/+2
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18update to 1.0.5.1drochner3-70/+110
changes: -Contextual overloading -speed improvements -groundwork for graphical mode
2005-04-28update to 1.0.5drochner4-9/+301
changes: Several minor bug corrections (1.0.5). Further improvements for grids in the upcoming graphical mode (1.0.5). Added and improved still imperfect svmono , svjour , elsart and ifac styles (1.0.4.7). Added a plug-in for DraTeX (1.0.4.7). Updated and improved Maxima plug-in for upcoming version 5.9.2 of Maxima (1.0.4.7). Further improvements for grids in the upcoming graphical mode (1.0.4.7). being here, fix maxima detection
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Add checksum for TeXmacs-1.0.4.6.wiz1-4/+4
2005-02-25update to 1.0.4.6drochner3-15/+43
changes: German translation of the manual by Dietmar Jung (1.0.4.6). Selection of visual grid and editing grid in upcoming graphical mode (1.0.4.6). Several minor bug corrections (1.0.4.6). User profile for Windows, Gnome and KDE (1.0.4.5). Several bug fixes: keyboard modifiers, Guile GC, Windows/Cygwin, etc. (1.0.4.5). Arcs, circles and enhanced undo/redo for graphical mode (1.0.4.5). Several patches by Josef Weidendorfer for improving the performance (1.0.4.4). Drag and drop and more intuitive buttons in graphical mode (1.0.4.4). Synchronization with &beta;-version of the Windows port (1.0.4.4). &beta;-version of the Windows port (1.0.4.3). Faster string and pk font loading (1.0.4.3). Better graphical selections (1.0.4.3). Added svjour base style for Springer-Verlag articles (1.0.4.2). Implementation of double page breaks (1.0.4.2). Correction of bug in presentation mode and several other minor bug corrections (1.0.4.2). New implementation of header and title tags (1.0.4.1). Documentation on new headers and titles (1.0.4.1). Completed documentation on how to write style files (1.0.4.1). Reorganization of style files so as to port existing LaTeX style files to TeXmacs (1.0.4.1). Add routines for pattern matching on document paths (1.0.4.1). Start to use inverse paths associated to trees in typesetting process (1.0.4.1).
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-22Add missing patch.recht1-0/+22
2004-08-17update to TeXmacs-1.0.4-R2recht3-25/+24
Changes: This is a bug-fix only release. Changes to the pkg: Correctly pass LDFLAGS, so the rpath won't get lost.
2004-07-28update to TeXmacs-1.0.4recht4-32/+21
changes: - Finished documentation of built-in environment variables. - Bug fixes in the HTML converters and in the accelerator for long documents. - Better quasi-quoting and added unquote-splicing primitive.
2004-07-28update to TeXmacs-1.0.3.11recht4-50/+59
changes: - Finished documentation of TeXmacs primitives. - Started documentation built-in environment variables. - Editing of text-at boxes in graphics mode1.
2004-07-03update to 1.0.3.10recht4-11/+13
changes - Higher reactivity for editing large documents. - Speed-up for starting TeXmacs. - Tab-completion and hyperlinks for intra-project labels and references. - Patches by Henri Lesourd for better editing of graphics. - Several bug corrections.
2004-06-27update to 1.3.0.9recht4-13/+39
- Tree call-backs at modifications in documents - Path-aware trees - Bug fixes w.r.t. previous version - Better handling of parameters for page size and margins - Implementation of ``mutators'', tags which may modify themselves - Let computer algebra sessions make use of mutators - All TeXmacs documents become part of one global super-document
2004-06-06Packages no longer need to clean up *.subst.sav leftovers.schmonz1-2/+1
2004-04-27Changes 1.0.3.7:adam4-20/+65
* bug fixes * support for new languages
2004-04-06Fixing of fatal compilation errors. Mainly it redefined time_t causing itreinoud6-1/+77
to bomb out. Secondly it made assumptions about the processor being a 32 bitter wich gave rise to various warnings about pointer to integer conversion. These were not that serious for they were mainly used for calculating hash values but i decided to fix those too if only to get better hash values.
2004-04-04update to 1.0.3.6recht4-31/+70
Changes: A lot of documentation has been added on how to write style files. Several bugs that were introduced in the last two versions have been corrected.
2004-03-30update to 1.0.3.5recht4-26/+68
changes: # Experimental support for recursive sections and structured sections/lists (1.0.3.5). # Thorough reorganization of style files: counters, lists, environments, sections (1.0.3.5). # Support for local layout changes when formatting source code (1.0.3.5). # Added a plug-in for Python by Ero Carrera (1.0.3.5). # New TeXmacs icon by Johann Dréo (1.0.3.5). # The editing of style files has been completely reorganized and improved (1.0.3.4).
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-15update to 1.0.3.3recht3-13/+33
changes: - Application of many minor bug fixing patches. - Some <TeXmacs> primitives have been documented in greater detail. - Further fixes for using <name|True Type> fonts. in the pkg: - USE_LANGUAGES= c c++ - no need for gettext-lib, libiconv is enough for TeXmacs
2004-02-01update to 1.0.3.2recht3-11/+47
changes: Reorganization of font-system so that it can work with True Type fonts instead of the usual pk fonts. This makes it possible to make TeXmacs distributions which do not longer rely on Metafont for the font-handling. Implementation of compound fonts. This is used in order to similate EC fonts by combining several other CM-like fonts. It also provides a first step towards native Unicode support. Improved Octave plug-in and added plug-ins for Clisp, Cmucl and Matlab.
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20update to TeXmacs-1.0.3.1recht6-952/+896
The main improvements with respect to TeXmacs-1.0.2 are: * An export filter for Postscript and Pdf which supports scalable fonts. * An interface with FreeType 2 for the support of several new fonts. * TeXmacs has become ?DRD aware?, which means that properties can be associated to primitive and user defined tags. * The TeXmacs website has been redesigned and generated using TeXmacs. * A better Html output filter and several minor improvements in the LaTeX import converter. * Several improvements in the plug-ins and support for the free Axiom system. * Scheme support for plugging in new data types and converters. * Support for the Slovene language.
2004-01-01update to 1.0.2.11, ok'ed by jmmv@recht6-601/+1627
Lots of fixes/changes. The main improvements with respect to TeXmacs-1.0.1 are: * Improved user & developer support for plugins + documentation. * Plugins for Graphviz, GNUplot, Eukeides. * Improved converters for Html. * Possibility to save and load as XML. * Manual available in French, Italian, Portuguese and Spanish. * Informative flags for otherwise invisible tags. * Cleaner interface with Guile and module system.
2003-12-30Add trailing / on HOMEPAGEscjep1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-3/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-10-08Allow to use teTeX2 also.reed1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-05Bump revisions following the guile14's threaded fix.uebayasi1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-06No need for texinfo.mk here.seb1-2/+1
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-01-30Make TeXmacs locate guile at runtime by setting the PATH accordingly.jmmv3-4/+27
Should fix PR pkg/20094 by Peter Hansen. Bump PKGREVISION.
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-12-21Update TeXmacs to 1.0.1. Also change my maintainer email address to thejmmv4-21/+16
NetBSD one. Changes since 1.0.0.24: * Several minor bugfixes (1.0.0.26). * Final changes in the menus (1.0.0.26). * Prittier checkmarks in menus (1.0.0.25). * Many minor bug fixes and cleanups (1.0.0.25). * Part I of the documentation on the markup in packages (1.0.0.24).
2002-12-06Trivially update to TeXmacs 1.0.0.24. Changes include:jmmv3-7/+40
* Part I of the documentation on the markup in packages (1.0.0.24). * Variants for descriptions (1.0.0.24). * More customizable referencing and indexing (1.0.0.24). * Customizable page numbers (1.0.0.24).