mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
add gtkmathview 0.3.0
A GTK Widget to Render MathML Documents
This commit is contained in:
parent
26c59a87d0
commit
8916edc4cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68100
@ -55,6 +55,7 @@
|
||||
SUBDIR += gtkglarea
|
||||
SUBDIR += gtkglarea--
|
||||
SUBDIR += gtkglarea2
|
||||
SUBDIR += gtkmathview
|
||||
SUBDIR += gtkscintilla
|
||||
SUBDIR += gtkstep
|
||||
SUBDIR += gtkstep-pastel
|
||||
|
42
x11-toolkits/gtkmathview/Makefile
Normal file
42
x11-toolkits/gtkmathview/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: gtkmathview
|
||||
# Date created: Oct 15, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gtkmathview
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://helm.cs.unibo.it/mml-widget/sources/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
|
||||
gnugetopt:${PORTSDIR}/devel/libgnugetopt \
|
||||
t1:${PORTSDIR}/devel/t1lib \
|
||||
xml2:${PORTSDIR}/textproc/libxml2 \
|
||||
gmetadom_gdome_cpp_smart:${PORTSDIR}/textproc/gmetadom
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= glib12 gtk12
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-D__GNU_LIBRARY__ -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt -lm"
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN1= mathmlviewer.1 mathml2ps.1
|
||||
|
||||
post-patch:
|
||||
.for file in src/stringAux.cc src/PS_T1_FontManager.cc
|
||||
@${REINPLACE_CMD} -e "s|malloc.h|stdlib.h|g" ${WRKSRC}/${file}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@install-info ${PREFIX}/info/gtkmathview.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/gtkmathview/distinfo
Normal file
1
x11-toolkits/gtkmathview/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gtkmathview-0.3.0.tar.gz) = 78d36a88c565c3f38ba52d9b159c951d
|
1
x11-toolkits/gtkmathview/pkg-comment
Normal file
1
x11-toolkits/gtkmathview/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A GTK Widget to Render MathML Documents
|
5
x11-toolkits/gtkmathview/pkg-descr
Normal file
5
x11-toolkits/gtkmathview/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
GtkMathView is a C++ rendering engine for MathML documents. This module is
|
||||
meant to be part of the Helm project, but the widget is independent from
|
||||
it and easily embeddable within GTK+ applications.
|
||||
|
||||
WWW: http://helm.cs.unibo.it/mml-widget/
|
30
x11-toolkits/gtkmathview/pkg-plist
Normal file
30
x11-toolkits/gtkmathview/pkg-plist
Normal file
@ -0,0 +1,30 @@
|
||||
bin/gtkmathview-config
|
||||
bin/mathml2ps
|
||||
bin/mathmlviewer
|
||||
include/gtkmathview/defs.h
|
||||
include/gtkmathview/gtkmathview.h
|
||||
@dirrm include/gtkmathview
|
||||
lib/libgtkmathview.a
|
||||
lib/libgtkmathview.so
|
||||
lib/libgtkmathview.so.3
|
||||
@unexec install-info --delete %D/info/gtkmathview.info %D/info/dir
|
||||
info/gtkmathview.info
|
||||
@exec install-info %D/info/gtkmathview.info %D/info/dir
|
||||
share/gtkmathview/dictionary-combining.xml
|
||||
share/gtkmathview/dictionary-local.xml
|
||||
share/gtkmathview/dictionary.dtd
|
||||
share/gtkmathview/dictionary.xml
|
||||
share/gtkmathview/entities-table.dtd
|
||||
share/gtkmathview/entities-table.xml
|
||||
share/gtkmathview/font-configuration-adobe.xml
|
||||
share/gtkmathview/font-configuration-bh.xml
|
||||
share/gtkmathview/font-configuration-euclid.xml
|
||||
share/gtkmathview/font-configuration-mt.xml
|
||||
share/gtkmathview/font-configuration-tex.xml
|
||||
share/gtkmathview/font-configuration-wri.xml
|
||||
share/gtkmathview/font-configuration.dtd
|
||||
share/gtkmathview/font-configuration.xml
|
||||
share/gtkmathview/math-engine-configuration.dtd
|
||||
share/gtkmathview/math-engine-configuration.xml
|
||||
share/gtkmathview/t1.config
|
||||
@dirrm share/gtkmathview
|
Loading…
Reference in New Issue
Block a user