Update to yelp-3.8.0.

This commit is contained in:
ajacoutot 2013-03-29 14:31:14 +00:00
parent 85fea9b2b5
commit df4ab36169
7 changed files with 271 additions and 38 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.88 2013/03/11 11:46:12 espie Exp $
# $OpenBSD: Makefile,v 1.89 2013/03/29 14:31:14 ajacoutot Exp $
COMMENT= GNOME help browser
GNOME_PROJECT= yelp
GNOME_VERSION= 3.6.2
GNOME_VERSION= 3.8.0
SHARED_LIBS += yelp 0.0 # 0.0
@ -12,34 +12,31 @@ HOMEPAGE= https://projects.gnome.org/yelp/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
WANTLIB += bz2 c cairo cairo-gobject dbus-1 dbus-glib-1 drm enchant
WANTLIB += expat exslt ffi fontconfig freetype gailutil-3 gcrypt
WANTLIB += gdk-3 gdk_pixbuf-2.0 geoclue gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gpg-error gstapp-0.10 gstaudio-0.10 gstbase-0.10
WANTLIB += gstfft-0.10 gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10
WANTLIB += gstvideo-0.10 gthread-2.0 gtk-3 icudata icui18n icuuc
WANTLIB += javascriptcoregtk-3.0 jpeg lzma m orc-0.4 pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs soup-2.4 sqlite3 stdc++ webkitgtk-3.0
WANTLIB += atk-bridge-2.0 atspi harfbuzz icule
WANTLIB += xcb xcb-render xcb-shm xml2 xslt z
WANTLIB += GL ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xt atk-1.0 atk-bridge-2.0
WANTLIB += atspi bz2 c cairo cairo-gobject dbus-1 dbus-glib-1
WANTLIB += enchant expat exslt ffi fontconfig freetype gailutil-3
WANTLIB += gcrypt gdk-3 gdk_pixbuf-2.0 geoclue gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gpg-error graphite2 gstapp-0.10
WANTLIB += gstaudio-0.10 gstbase-0.10 gstfft-0.10 gstinterfaces-0.10
WANTLIB += gstpbutils-0.10 gstreamer-0.10 gstvideo-0.10 gthread-2.0
WANTLIB += gtk-3 harfbuzz icudata icui18n icule icuuc javascriptcoregtk-3.0
WANTLIB += jpeg lzma m orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs soup-2.4 sqlite3
WANTLIB += stdc++ webkitgtk-3.0 xcb xcb-render xcb-shm xml2 xslt
WANTLIB += z
MODULES= devel/gettext \
x11/gnome \
devel/dconf
BUILD_DEPENDS= x11/gnome/yelp-xsl>=3.6.0 \
BUILD_DEPENDS= x11/gnome/yelp-xsl \
textproc/itstool
RUN_DEPENDS= x11/gnome/yelp-xsl>=3.6.0
RUN_DEPENDS= x11/gnome/yelp-xsl
LIB_DEPENDS= archivers/xz \
www/webkit,gtk3
MODGNOME_DESKTOP_FILE= Yes
CONFIGURE_ARGS+= --enable-lzma \
--enable-bz2
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gnome/yelp-3.6.2.tar.xz) = +D0Qy237uqfT1an/kw7dSg7vZX3g6K7qrvCxhwOGgeE=
SIZE (gnome/yelp-3.6.2.tar.xz) = 851824
SHA256 (gnome/yelp-3.8.0.tar.xz) = 9KAtrWFL/AS2qZhEASNjMUX0ARw6HTVBVJLS/3bBcH8=
SIZE (gnome/yelp-3.8.0.tar.xz) = 1431296

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.9 2012/10/15 16:16:14 ajacoutot Exp $
$OpenBSD: patch-configure,v 1.10 2013/03/29 14:31:14 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=627126
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Oct 15 17:50:23 2012
+++ configure Mon Oct 15 18:11:22 2012
@@ -11372,22 +11372,10 @@ install-data-am: install-gsettings-schemas
--- configure.orig Tue Mar 26 01:48:35 2013
+++ configure Fri Mar 29 15:18:04 2013
@@ -11440,22 +11440,10 @@ install-data-am: install-gsettings-schemas
.SECONDARY: $(gsettings_SCHEMAS)
@ -31,7 +31,7 @@ Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
uninstall-gsettings-schemas:
@@ -12302,6 +12290,9 @@ else
@@ -12370,6 +12358,9 @@ else
DATADIRNAME=lib
fi

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-libyelp_yelp-view_c,v 1.2 2012/03/29 06:41:05 ajacoutot Exp $
$OpenBSD: patch-libyelp_yelp-view_c,v 1.3 2013/03/29 14:31:14 ajacoutot Exp $
No PackageKit on OpenBSD.
--- libyelp/yelp-view.c.orig Wed Feb 29 03:30:23 2012
+++ libyelp/yelp-view.c Fri Mar 23 22:06:09 2012
@@ -1731,10 +1731,12 @@ view_show_error_page (YelpView *view,
--- libyelp/yelp-view.c.orig Wed Dec 19 16:46:35 2012
+++ libyelp/yelp-view.c Fri Mar 29 15:18:04 2013
@@ -1734,10 +1734,12 @@ view_show_error_page (YelpView *view,
scheme = "ghelp";
pkg = struri + 6;
}

View File

@ -1 +1,3 @@
Yelp is the help browser for GNOME.
Yelp is the default help browser for the GNOME desktop. Yelp provides
a simple graphical interface for viewing DocBook, HTML, man, and info
formatted documentation.

View File

@ -1,2 +0,0 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2011/09/12 07:28:55 jasper Exp $
@lib lib/libyelp.so.${LIByelp_VERSION}

View File

@ -1,5 +1,4 @@
@comment $OpenBSD: PLIST,v 1.31 2012/10/15 16:16:14 ajacoutot Exp $
%%SHARED%%
@comment $OpenBSD: PLIST,v 1.32 2013/03/29 14:31:14 ajacoutot Exp $
bin/gnome-help
@bin bin/yelp
include/libyelp/
@ -21,6 +20,7 @@ include/libyelp/yelp-uri.h
include/libyelp/yelp-view.h
lib/libyelp.a
lib/libyelp.la
@lib lib/libyelp.so.${LIByelp_VERSION}
share/applications/yelp.desktop
share/glib-2.0/schemas/org.gnome.yelp.gschema.xml
share/gtk-doc/html/libyelp/
@ -149,8 +149,6 @@ share/locale/sr@latin/LC_MESSAGES/yelp.mo
share/locale/sv/LC_MESSAGES/yelp.mo
share/locale/ta/LC_MESSAGES/yelp.mo
share/locale/te/LC_MESSAGES/yelp.mo
share/locale/tg/
share/locale/tg/LC_MESSAGES/
share/locale/tg/LC_MESSAGES/yelp.mo
share/locale/th/LC_MESSAGES/yelp.mo
share/locale/tr/LC_MESSAGES/yelp.mo
@ -216,6 +214,244 @@ share/yelp/icons/hicolor/scalable/status/yelp-page-task-symbolic.svg
share/yelp/icons/hicolor/scalable/status/yelp-page-tip-symbolic.svg
share/yelp/icons/hicolor/scalable/status/yelp-page-ui-symbolic.svg
share/yelp/icons/hicolor/scalable/status/yelp-page-video-symbolic.svg
share/yelp/mathjax/
share/yelp/mathjax/MathJax.js
share/yelp/mathjax/config/
share/yelp/mathjax/config/MMLorHTML.js
share/yelp/mathjax/config/yelp.js
share/yelp/mathjax/extensions/
share/yelp/mathjax/extensions/HTML-CSS/
share/yelp/mathjax/extensions/HTML-CSS/handle-floats.js
share/yelp/mathjax/extensions/MathEvents.js
share/yelp/mathjax/extensions/MathMenu.js
share/yelp/mathjax/extensions/MathZoom.js
share/yelp/mathjax/extensions/mml2jax.js
share/yelp/mathjax/fonts/
share/yelp/mathjax/fonts/HTML-CSS/
share/yelp/mathjax/fonts/HTML-CSS/TeX/
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_AMS-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Bold.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Caligraphic-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Bold.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Fraktur-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Italic.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-BoldItalic.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Bold.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Italic.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_SansSerif-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Script-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size2-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size3-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Size4-Regular.woff
share/yelp/mathjax/fonts/HTML-CSS/TeX/woff/MathJax_Typewriter-Regular.woff
share/yelp/mathjax/jax/
share/yelp/mathjax/jax/element/
share/yelp/mathjax/jax/element/mml/
share/yelp/mathjax/jax/element/mml/jax.js
share/yelp/mathjax/jax/element/mml/optable/
share/yelp/mathjax/jax/element/mml/optable/Arrows.js
share/yelp/mathjax/jax/element/mml/optable/BasicLatin.js
share/yelp/mathjax/jax/element/mml/optable/CombDiacritMarks.js
share/yelp/mathjax/jax/element/mml/optable/CombDiactForSymbols.js
share/yelp/mathjax/jax/element/mml/optable/Dingbats.js
share/yelp/mathjax/jax/element/mml/optable/GeneralPunctuation.js
share/yelp/mathjax/jax/element/mml/optable/GeometricShapes.js
share/yelp/mathjax/jax/element/mml/optable/GreekAndCoptic.js
share/yelp/mathjax/jax/element/mml/optable/Latin1Supplement.js
share/yelp/mathjax/jax/element/mml/optable/LetterlikeSymbols.js
share/yelp/mathjax/jax/element/mml/optable/Makefile.am
share/yelp/mathjax/jax/element/mml/optable/MathOperators.js
share/yelp/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js
share/yelp/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js
share/yelp/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js
share/yelp/mathjax/jax/element/mml/optable/MiscTechnical.js
share/yelp/mathjax/jax/element/mml/optable/SpacingModLetters.js
share/yelp/mathjax/jax/element/mml/optable/SuppMathOperators.js
share/yelp/mathjax/jax/element/mml/optable/SupplementalArrowsA.js
share/yelp/mathjax/jax/element/mml/optable/SupplementalArrowsB.js
share/yelp/mathjax/jax/input/
share/yelp/mathjax/jax/input/MathML/
share/yelp/mathjax/jax/input/MathML/config.js
share/yelp/mathjax/jax/input/MathML/entities/
share/yelp/mathjax/jax/input/MathML/entities/a.js
share/yelp/mathjax/jax/input/MathML/entities/b.js
share/yelp/mathjax/jax/input/MathML/entities/c.js
share/yelp/mathjax/jax/input/MathML/entities/d.js
share/yelp/mathjax/jax/input/MathML/entities/e.js
share/yelp/mathjax/jax/input/MathML/entities/f.js
share/yelp/mathjax/jax/input/MathML/entities/fr.js
share/yelp/mathjax/jax/input/MathML/entities/g.js
share/yelp/mathjax/jax/input/MathML/entities/h.js
share/yelp/mathjax/jax/input/MathML/entities/i.js
share/yelp/mathjax/jax/input/MathML/entities/j.js
share/yelp/mathjax/jax/input/MathML/entities/k.js
share/yelp/mathjax/jax/input/MathML/entities/l.js
share/yelp/mathjax/jax/input/MathML/entities/m.js
share/yelp/mathjax/jax/input/MathML/entities/n.js
share/yelp/mathjax/jax/input/MathML/entities/o.js
share/yelp/mathjax/jax/input/MathML/entities/opf.js
share/yelp/mathjax/jax/input/MathML/entities/p.js
share/yelp/mathjax/jax/input/MathML/entities/q.js
share/yelp/mathjax/jax/input/MathML/entities/r.js
share/yelp/mathjax/jax/input/MathML/entities/s.js
share/yelp/mathjax/jax/input/MathML/entities/scr.js
share/yelp/mathjax/jax/input/MathML/entities/t.js
share/yelp/mathjax/jax/input/MathML/entities/u.js
share/yelp/mathjax/jax/input/MathML/entities/v.js
share/yelp/mathjax/jax/input/MathML/entities/w.js
share/yelp/mathjax/jax/input/MathML/entities/x.js
share/yelp/mathjax/jax/input/MathML/entities/y.js
share/yelp/mathjax/jax/input/MathML/entities/z.js
share/yelp/mathjax/jax/input/MathML/jax.js
share/yelp/mathjax/jax/output/
share/yelp/mathjax/jax/output/HTML-CSS/
share/yelp/mathjax/jax/output/HTML-CSS/autoload/
share/yelp/mathjax/jax/output/HTML-CSS/autoload/Makefile.am
share/yelp/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/maction.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/menclose.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/mglyph.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/ms.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/mtable.js
share/yelp/mathjax/jax/output/HTML-CSS/autoload/multiline.js
share/yelp/mathjax/jax/output/HTML-CSS/config.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js
share/yelp/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js
share/yelp/mathjax/jax/output/HTML-CSS/jax.js
share/yelp/mathjax/jax/output/NativeMML/
share/yelp/mathjax/jax/output/NativeMML/config.js
share/yelp/mathjax/jax/output/NativeMML/jax.js
share/yelp/xslt/
share/yelp/xslt/db2html.xsl
share/yelp/xslt/info2html.xsl