From gnats@FreeBSD.org  Wed Dec 15 23:56:07 2010
Return-Path: <gnats@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D558A106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Dec 2010 23:56:07 +0000 (UTC)
	(envelope-from gnats@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28])
	by mx1.freebsd.org (Postfix) with ESMTP id A877D8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Dec 2010 23:56:07 +0000 (UTC)
Received: from freefall.freebsd.org (localhost [127.0.0.1])
	by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFNu70s068161
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 15 Dec 2010 23:56:07 GMT
	(envelope-from gnats@freefall.freebsd.org)
Received: (from gnats@localhost)
	by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFNu7b2068160;
	Wed, 15 Dec 2010 23:56:07 GMT
	(envelope-from gnats)
Message-Id: <201012152356.oBFNu7b2068160@freefall.freebsd.org>
Date: Wed, 15 Dec 2010 16:17:02 +0100
From: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
Reply-To: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: www/mathjax cross-browser JavaScript display engine for mathematics
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         153195
>Category:       ports
>Synopsis:       New port: www/mathjax cross-browser JavaScript display engine for mathematics
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    nivit
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 00:00:22 UTC 2010
>Closed-Date:    Wed Jul 18 15:50:51 UTC 2012
>Last-Modified:  Wed Jul 18 15:50:51 UTC 2012
>Originator:     Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD volt.iem.pw.edu.pl 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Wed Sep 15 12:27:31 CEST 2010 ato@volt.iem.pw.edu.pl:/tmp/obj/usr/src/sys/VOLT amd64


>Description:

MathJax is an open source JavaScript display engine for mathematics
that works in all modern browsers.

MathJax works 100% in the browser so there is no need for a setup more
fancy than unpacking everything to a WWWDIR and setting up web server
to serve it. That's what authors recommend.

PS. This is the second attempt as the first one has been classified as
spam.
>How-To-Repeat:
>Fix:

[bugmeister note: see http://people.freebsd.org/~linimon/tmp/mathjax.shar]
>Release-Note:
>Audit-Trail:

From: Mark Linimon <linimon@lonesome.com>
To: Lukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/153195: New port: www/mathjax cross-browser JavaScript
	display engine for mathematics
Date: Thu, 16 Dec 2010 00:02:53 +0000

 > PS. This is the second attempt as the first one has been classified as
 > spam.
 
 This was due to the immense size of the email (nearly 2M).
 
 I've extracted the patch and put it up on a web page, then manually
 re-entered the PR with just a URL to it.
Responsible-Changed-From-To: freebsd-ports-bugs->nivit 
Responsible-Changed-By: nivit 
Responsible-Changed-When: Fri Apr 22 09:42:20 UTC 2011 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153195 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153195: commit references a PR
Date: Wed, 18 Jul 2012 15:47:58 +0000 (UTC)

 Author: nivit
 Date: Wed Jul 18 15:47:48 2012
 New Revision: 301101
 URL: http://svn.freebsd.org/changeset/ports/301101
 
 Log:
   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>
 
 Added:
   head/www/mathjax/
   head/www/mathjax/Makefile   (contents, props changed)
   head/www/mathjax/distinfo   (contents, props changed)
   head/www/mathjax/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Wed Jul 18 15:12:23 2012	(r301100)
 +++ head/www/Makefile	Wed Jul 18 15:47:48 2012	(r301101)
 @@ -426,6 +426,7 @@
      SUBDIR += mahara
      SUBDIR += mambo
      SUBDIR += man2web
 +    SUBDIR += mathjax
      SUBDIR += mathopd
      SUBDIR += mawstats
      SUBDIR += mediawiki
 
 Added: head/www/mathjax/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mathjax/Makefile	Wed Jul 18 15:47:48 2012	(r301101)
 @@ -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>
 
 Added: head/www/mathjax/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mathjax/distinfo	Wed Jul 18 15:47:48 2012	(r301101)
 @@ -0,0 +1,2 @@
 +SHA256 (MathJax-2.0.tar.gz) = 01ad97362b9bac25420cbffd9d733d9abd3a750ba82b68063d4b2608c43a70ae
 +SIZE (MathJax-2.0.tar.gz) = 9457775
 
 Added: head/www/mathjax/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/mathjax/pkg-descr	Wed Jul 18 15:47:48 2012	(r301101)
 @@ -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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: nivit 
State-Changed-When: Wed Jul 18 15:50:50 UTC 2012 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153195 
>Unformatted:
