diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-07 22:41:26 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-07 22:41:26 +0000 |
commit | f4433f949ca82ec2399a09cf0c9a787c59f1d911 (patch) | |
tree | 6265093849b30de7240c53d7e36bb3fafa8b9518 /editors/TeXmacs/Makefile | |
parent | b660c57c49f7faaffb1932a964054435a06e73b5 (diff) | |
download | pkgsrc-f4433f949ca82ec2399a09cf0c9a787c59f1d911.tar.gz |
- update to TeXmacs 1.0.6
- reindent a bit
- take maintainership (ok with recht@)
Changes in TeXmacs 1.0.6:
* Improved LaTeX and html converters and support for MathML.
* An alpha-version of a graphical mode for drawing technical pictures.
* Default use of Type 1 fonts.
* New plug-ins for Maple and Mathematica.
* Simple animations.
* Faster booting.
* Started documentation of the Scheme API.
Diffstat (limited to 'editors/TeXmacs/Makefile')
-rw-r--r-- | editors/TeXmacs/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile index 84e6115be2c..b99bacd33bd 100644 --- a/editors/TeXmacs/Makefile +++ b/editors/TeXmacs/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.53 2006/02/05 23:08:54 joerg Exp $ +# $NetBSD: Makefile,v 1.54 2006/02/07 22:41:26 ghen Exp $ -DISTNAME= TeXmacs-1.0.5.12-src -PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 1 -CATEGORIES= editors -MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ -MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/ +DISTNAME= TeXmacs-1.0.6-src +PKGNAME= ${DISTNAME:S/-src//} +CATEGORIES= editors +MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/ +MASTER_SITES+= http://www.texmacs.org/Download/ftp/targz/ -MAINTAINER= recht@NetBSD.org -HOMEPAGE= http://www.texmacs.org/ -COMMENT= GNU TeXmacs (free scientific text editor) +MAINTAINER= ghen@NetBSD.org +HOMEPAGE= http://www.texmacs.org/ +COMMENT= GNU TeXmacs (free scientific text editor) -BUILD_TARGET= TEXMACS +BUILD_TARGET= TEXMACS USE_TOOLS+= gmake USE_LANGUAGES= c c++ |