diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2008-12-10 10:34:55 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2008-12-10 10:34:55 +0000 |
commit | 890e99abde566dcf386d70e2ba275674e43650a3 (patch) | |
tree | ee9bdaa4620f3ba5db1abc1df8b4b96323a72a5b /math/jsmath | |
parent | 195a6e40c8ef01ce2fec1a2d9b244ae6d6026082 (diff) | |
download | ports-890e99abde566dcf386d70e2ba275674e43650a3.tar.gz ports-890e99abde566dcf386d70e2ba275674e43650a3.zip |
Notes
Diffstat (limited to 'math/jsmath')
-rw-r--r-- | math/jsmath/Makefile | 4 | ||||
-rw-r--r-- | math/jsmath/distinfo | 6 | ||||
-rw-r--r-- | math/jsmath/pkg-plist | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index e2b1041bc1ca..fa0a04ae548d 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -6,10 +6,9 @@ # PORTNAME= jsMath -PORTVERSION= 3.5 +DISTVERSION= 3.6a CATEGORIES= math www MASTER_SITES= SFE -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= nivit@FreeBSD.org COMMENT= A Javascript tool for including mathematics in web pages @@ -32,6 +31,7 @@ RUN_DEPENDS+= ${WWWDIR}/fonts-sprite/cm-fonts/font.js:${PORTSDIR}/math/jsmath-fo post-extract: @${RM} ${WRKSRC}/COPYING.txt + @${FIND} -d ${WRKSRC} -type d -name "CVS" -exec ${RM} -R {} ";" do-install: @${INSTALL} -d ${WWWDIR} diff --git a/math/jsmath/distinfo b/math/jsmath/distinfo index 913067818f4a..bc1eae85847f 100644 --- a/math/jsmath/distinfo +++ b/math/jsmath/distinfo @@ -1,3 +1,3 @@ -MD5 (jsMath-v3.5.zip) = f51273d7311acfe8b226b227efa51ef6 -SHA256 (jsMath-v3.5.zip) = 6c93f35e62116a810ed364f6e17840594d4246e9f1eecebb5f0cef8a826809ca -SIZE (jsMath-v3.5.zip) = 284919 +MD5 (jsMath-3.6a.zip) = b43e0e06d8145ff2694b37e3ea5286ac +SHA256 (jsMath-3.6a.zip) = 66bf0c9bae63b8b442ee19893567f8912f358938bbedb15dad5daafc8ac13d70 +SIZE (jsMath-3.6a.zip) = 294249 diff --git a/math/jsmath/pkg-plist b/math/jsmath/pkg-plist index 38a1d44b35fc..cb6de756da56 100644 --- a/math/jsmath/pkg-plist +++ b/math/jsmath/pkg-plist @@ -8,6 +8,7 @@ %%WWWDIR%%/extensions/bbox.js %%WWWDIR%%/extensions/boldsymbol.js %%WWWDIR%%/extensions/double-click.js +%%WWWDIR%%/extensions/eqn-number.js %%WWWDIR%%/extensions/fbox.js %%WWWDIR%%/extensions/font.js %%WWWDIR%%/extensions/leaders.js @@ -35,6 +36,7 @@ %%WWWDIR%%/jsMath-msie-mac.js %%WWWDIR%%/jsMath-old-browsers.js %%WWWDIR%%/jsMath.js +%%WWWDIR%%/local/macros.js %%WWWDIR%%/plugins/CHMmode.js %%WWWDIR%%/plugins/autoload.js %%WWWDIR%%/plugins/global.js @@ -59,6 +61,7 @@ @dirrm %%WWWDIR%%/uncompressed @dirrm %%WWWDIR%%/test @dirrm %%WWWDIR%%/plugins +@dirrm %%WWWDIR%%/local @dirrm %%WWWDIR%%/extensions @dirrm %%WWWDIR%%/easy @dirrm %%WWWDIR%% |