update to TeXmacs-1.0.3.1
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.
This commit is contained in:
parent
f1e96cf34f
commit
503d845154
6 changed files with 896 additions and 952 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile,v 1.21 2004/01/01 12:30:56 recht Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2004/01/20 14:44:13 recht Exp $
|
||||
|
||||
DISTNAME= TeXmacs-1.0.2.11-src
|
||||
DISTNAME= TeXmacs-1.0.3.1-src
|
||||
PKGNAME= ${DISTNAME:S/-src//}
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
|
||||
|
||||
MAINTAINER= jmmv@NetBSD.org
|
||||
MAINTAINER= recht@NetBSD.org
|
||||
HOMEPAGE= http://www.texmacs.org/
|
||||
COMMENT= GNU TeXmacs (free scientific text editor)
|
||||
|
||||
|
@ -18,26 +18,10 @@ USE_GMAKE= yes
|
|||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LDFLAGS+= -Wl,${RPATH_FLAG}${PREFIX}/libexec/${PKGNAME}/lib
|
||||
|
||||
PKG_DOCDIR= ${PREFIX}/share/doc/TeXmacs
|
||||
PKG_CXXFLAGS= -DPKG_DOCDIR=\"\\\"${PKG_DOCDIR}\\\"\"
|
||||
CONFIGURE_ENV+= PKG_CXXFLAGS="${PKG_CXXFLAGS}"
|
||||
CONFIGURE_ENV+= PKG_LDFLAGS="${LDFLAGS}"
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/misc/scripts/texmacs.in \
|
||||
${WRKSRC}/misc/scripts/texmacs.in.in
|
||||
|
||||
pre-configure:
|
||||
${SED} -e "s|@PKG_GUILE_PATH@|${GUILE14_PREFIX_DEFAULT}/bin|g" \
|
||||
< ${WRKSRC}/misc/scripts/texmacs.in.in > \
|
||||
${WRKSRC}/misc/scripts/texmacs.in
|
||||
|
||||
post-install:
|
||||
${LN} -s ${PREFIX}/share/doc/TeXmacs \
|
||||
${PREFIX}/share/TeXmacs/doc
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink2.mk"
|
||||
.include "../../graphics/freetype2/buildlink2.mk"
|
||||
.include "../../lang/guile/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.11 2004/01/01 12:30:56 recht Exp $
|
||||
$NetBSD: distinfo,v 1.12 2004/01/20 14:44:13 recht Exp $
|
||||
|
||||
SHA1 (TeXmacs-1.0.2.11-src.tar.gz) = 6dffd15018a1c096a874b10be170368b31e22c98
|
||||
Size (TeXmacs-1.0.2.11-src.tar.gz) = 2330450 bytes
|
||||
SHA1 (patch-aa) = 0eaaf7f2b11b37a07d685b19a8bd06281e7ec977
|
||||
SHA1 (patch-ab) = bfe48b09d77f5fe9fc040528d24e4bd82267284c
|
||||
SHA1 (patch-ac) = 1ee537eccc234e547061d0512633c6c196d202d0
|
||||
SHA1 (TeXmacs-1.0.3.1-src.tar.gz) = 8c39c3acd60dc67388fa43eb35c861cc5ff04efa
|
||||
Size (TeXmacs-1.0.3.1-src.tar.gz) = 2366487 bytes
|
||||
SHA1 (patch-aa) = 95b9e42fe1ff343e891fe299382c3647636eec99
|
||||
SHA1 (patch-ab) = 607bf8530544e39c91f38f4390c9c6eadc9efa84
|
||||
|
|
|
@ -1,16 +1,7 @@
|
|||
$NetBSD: patch-aa,v 1.5 2004/01/01 12:30:56 recht Exp $
|
||||
$NetBSD: patch-aa,v 1.6 2004/01/20 14:44:13 recht Exp $
|
||||
|
||||
--- Makefile.in.orig 2003-12-28 17:18:07.000000000 +0100
|
||||
+++ Makefile.in 2003-12-29 18:03:37.000000000 +0100
|
||||
@@ -136,7 +136,7 @@
|
||||
@echo installed TeXmacs executables in $(DESTDIR)$(tmbin)
|
||||
$(MKDIR) $(DESTDIR)$(tmdata)
|
||||
$(CP) $(tmdir)/LICENSE $(DESTDIR)$(tmdata)
|
||||
- $(CP) $(tmdir)/doc $(DESTDIR)$(tmdata)
|
||||
+ $(CP) $(tmdir)/doc $(DESTDIR)$(datadir)/doc/TeXmacs
|
||||
$(CP) $(tmdir)/examples $(DESTDIR)$(tmdata)
|
||||
$(CP) $(tmdir)/fonts $(DESTDIR)$(tmdata)
|
||||
$(CP) $(tmdir)/langs $(DESTDIR)$(tmdata)
|
||||
@@ -166,10 +166,8 @@
|
||||
$(MKDIR) $(DESTDIR)$(mandir)/man1
|
||||
$(CP) misc/man/fig2ps.1 $(DESTDIR)$(mandir)/man1
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
$NetBSD: patch-ab,v 1.4 2004/01/01 12:30:56 recht Exp $
|
||||
$NetBSD: patch-ab,v 1.5 2004/01/20 14:44:13 recht Exp $
|
||||
|
||||
--- configure.orig 2003-12-28 17:18:08.000000000 +0100
|
||||
+++ configure 2003-12-29 18:01:52.000000000 +0100
|
||||
@@ -6132,6 +6132,10 @@
|
||||
--- configure.orig 2004-01-18 23:38:08.000000000 +0100
|
||||
+++ configure 2004-01-19 13:36:56.000000000 +0100
|
||||
@@ -6132,6 +6132,9 @@
|
||||
;;
|
||||
esac
|
||||
|
||||
+CONFIG_CXXFLAGS="${PKG_CXXFLAGS}"
|
||||
+CONFIG_LSHARED="${CONFIG_LSHARED} ${PKG_LDFLAGS}"
|
||||
+CONFIG_BSHARED="${CONFIG_BSHARED} ${PKG_LDFLAGS}"
|
||||
+
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-ac,v 1.2 2004/01/01 12:30:56 recht Exp $
|
||||
|
||||
--- misc/scripts/texmacs.in.in.orig 2003-12-28 17:18:08.000000000 +0100
|
||||
+++ misc/scripts/texmacs.in.in 2003-12-29 18:02:19.000000000 +0100
|
||||
@@ -12,7 +12,7 @@
|
||||
export TEXMACS_BIN_PATH
|
||||
fi
|
||||
|
||||
-PATH="$TEXMACS_BIN_PATH/bin:$PATH"
|
||||
+PATH="@PKG_GUILE_PATH@:$TEXMACS_BIN_PATH/bin:$PATH"
|
||||
@CONFIG_LIB_PATH@="$TEXMACS_BIN_PATH/lib${@CONFIG_LIB_PATH@+":$@CONFIG_LIB_PATH@"}"
|
||||
export PATH @CONFIG_LIB_PATH@
|
||||
|
Loading…
Reference in a new issue