diff options
author | nivit <nivit@FreeBSD.org> | 2007-05-01 17:11:59 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-05-01 17:11:59 +0800 |
commit | 6f178faab7a5db5b7031bc905a4101c057a3f17c (patch) | |
tree | 0e5fcf670a16c5110a37704f103fc276544aa9ef /math | |
parent | 2250875e3f8d8300eaac6bb9369f0c0983961fb7 (diff) | |
download | freebsd-ports-graphics-6f178faab7a5db5b7031bc905a4101c057a3f17c.tar.gz freebsd-ports-graphics-6f178faab7a5db5b7031bc905a4101c057a3f17c.tar.zst freebsd-ports-graphics-6f178faab7a5db5b7031bc905a4101c057a3f17c.zip |
- Update to 3.4a
- Change MASTER_SITES to SFE
Diffstat (limited to 'math')
-rw-r--r-- | math/jsmath/Makefile | 5 | ||||
-rw-r--r-- | math/jsmath/distinfo | 6 | ||||
-rw-r--r-- | math/jsmath/pkg-plist | 8 |
3 files changed, 13 insertions, 6 deletions
diff --git a/math/jsmath/Makefile b/math/jsmath/Makefile index 2b65e494762..c2c6f3c9d99 100644 --- a/math/jsmath/Makefile +++ b/math/jsmath/Makefile @@ -6,10 +6,9 @@ # PORTNAME= jsMath -PORTVERSION= 3.3g +PORTVERSION= 3.4a CATEGORIES= math www -MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ +MASTER_SITES= SFE MAINTAINER= nivit@FreeBSD.org COMMENT= A Javascript tool for including mathematics in web pages diff --git a/math/jsmath/distinfo b/math/jsmath/distinfo index 6679bbb451c..0e7ce48f954 100644 --- a/math/jsmath/distinfo +++ b/math/jsmath/distinfo @@ -1,3 +1,3 @@ -MD5 (jsMath-3.3g.zip) = f9a0bd4a7dda54b1b0d15425ea914352 -SHA256 (jsMath-3.3g.zip) = 549c8b70701e710206d9cb885a8a8d1792e820e35fca4d90c069a161e61bdda6 -SIZE (jsMath-3.3g.zip) = 261754 +MD5 (jsMath-3.4a.zip) = a84e13c283b53f85608abfbae4976522 +SHA256 (jsMath-3.4a.zip) = 190ac4f74d123667599d738b54b8589864f12073a924e46662bc6bf903481abb +SIZE (jsMath-3.4a.zip) = 274085 diff --git a/math/jsmath/pkg-plist b/math/jsmath/pkg-plist index eed7d6b1d2b..1c99d589402 100644 --- a/math/jsmath/pkg-plist +++ b/math/jsmath/pkg-plist @@ -1,5 +1,6 @@ @comment $FreeBSD$ %%WWWDIR%%/blank.gif +%%WWWDIR%%/easy/load.js %%WWWDIR%%/extensions/AMSsymbols.js %%WWWDIR%%/extensions/HTML.js %%WWWDIR%%/extensions/bbox.js @@ -16,6 +17,7 @@ %%WWWDIR%%/jsMath-BaKoMa-fonts.js %%WWWDIR%%/jsMath-autoload.html %%WWWDIR%%/jsMath-controls.html +%%WWWDIR%%/jsMath-easy-load.js %%WWWDIR%%/jsMath-fallback-mac-mozilla.js %%WWWDIR%%/jsMath-fallback-mac-msie.js %%WWWDIR%%/jsMath-fallback-mac.js @@ -39,6 +41,10 @@ %%WWWDIR%%/plugins/smallFonts.js %%WWWDIR%%/plugins/spriteImageFonts.js %%WWWDIR%%/plugins/tex2math.js +%%WWWDIR%%/test/index-images.html +%%WWWDIR%%/test/index.html +%%WWWDIR%%/test/jsMath40.jpg +%%WWWDIR%%/test/sample.html %%WWWDIR%%/uncompressed/def.js %%WWWDIR%%/uncompressed/font.js %%WWWDIR%%/uncompressed/jsMath-fallback-mac.js @@ -46,7 +52,9 @@ %%WWWDIR%%/uncompressed/jsMath-fallback-symbols.js %%WWWDIR%%/uncompressed/jsMath-fallback-unix.js %%WWWDIR%%/uncompressed/jsMath.js +@dirrm %%WWWDIR%%/easy @dirrm %%WWWDIR%%/extensions @dirrm %%WWWDIR%%/plugins +@dirrm %%WWWDIR%%/test @dirrm %%WWWDIR%%/uncompressed @dirrmtry %%WWWDIR%% |