mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
MathJax is an open source JavaScript display engine for mathematics
that works in all modern browsers. WWW: http://www.mathjax.org Buildlog: http://goo.gl/Gnr3v PR: ports/153195 Submitted by: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
This commit is contained in:
parent
e4253f26ef
commit
e3971c82ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301101
@ -426,6 +426,7 @@
|
||||
SUBDIR += mahara
|
||||
SUBDIR += mambo
|
||||
SUBDIR += man2web
|
||||
SUBDIR += mathjax
|
||||
SUBDIR += mathopd
|
||||
SUBDIR += mawstats
|
||||
SUBDIR += mediawiki
|
||||
|
36
www/mathjax/Makefile
Normal file
36
www/mathjax/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# -*- mode: makefile-bsdmake -*-
|
||||
# New ports collection makefile for: www/mathjax
|
||||
# Date created: 7 December 2010
|
||||
# Whom: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MathJax
|
||||
PORTVERSION= 2.0
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nodeload.github.com/mathjax/MathJax/tarball/v${PORTVERSION}-latest?dummy=/
|
||||
|
||||
MAINTAINER= lukasz.stelmach@iem.pw.edu.pl
|
||||
COMMENT= A cross-browser JavaScript display engine for mathematics
|
||||
|
||||
FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/mathjax-MathJax-07669ac
|
||||
|
||||
# Changing permissions of 30k files with find -exec (COPYTREE) is way
|
||||
# too slow.
|
||||
do-install:
|
||||
${MKDIR} ${WWWDIR}
|
||||
(cd ${WRKSRC} && \
|
||||
${FIND} -d . | ${CPIO} -dumpl ${WWWDIR} >/dev/null 2>&1)
|
||||
${FIND} -d ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
|
||||
${FIND} -d ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} ${SHAREMODE}
|
||||
${CHOWN} -R ${BINOWN}:${BINGRP} ${WWWDIR}
|
||||
@(cd ${PREFIX}; ${FIND} -s ${WWWDIR_REL} -not -type d) >> ${TMPPLIST}
|
||||
@(cd ${PREFIX}; ${FIND} -s -d ${WWWDIR_REL} -type d) \
|
||||
| ${SED} -ne 's,^,@dirrm ,p' >> ${TMPPLIST}
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/mathjax/distinfo
Normal file
2
www/mathjax/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (MathJax-2.0.tar.gz) = 01ad97362b9bac25420cbffd9d733d9abd3a750ba82b68063d4b2608c43a70ae
|
||||
SIZE (MathJax-2.0.tar.gz) = 9457775
|
4
www/mathjax/pkg-descr
Normal file
4
www/mathjax/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
MathJax is an open source JavaScript display engine for mathematics
|
||||
that works in all modern browsers.
|
||||
|
||||
WWW: http://www.mathjax.org
|
Loading…
Reference in New Issue
Block a user