- Update to 3.4a
- Change MASTER_SITES to SFE
This commit is contained in:
parent
6282f5cb8d
commit
c7c7bbda26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191274
3 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%%
|
||||
|
|
Loading…
Reference in a new issue