diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-06 22:00:09 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-06 22:00:09 +0000 |
commit | 468d4cd9b6c36f16bd6feeba70e398e19c119ef3 (patch) | |
tree | 7a32860c300f9577a06d08a3c80182c70232a376 /math/jlatexmath | |
parent | 304b9ef62b2139353d35ab15a8f9d5c733b1ab73 (diff) | |
download | ports-468d4cd9b6c36f16bd6feeba70e398e19c119ef3.tar.gz ports-468d4cd9b6c36f16bd6feeba70e398e19c119ef3.zip |
Notes
Diffstat (limited to 'math/jlatexmath')
-rw-r--r-- | math/jlatexmath/Makefile | 5 | ||||
-rw-r--r-- | math/jlatexmath/distinfo | 4 | ||||
-rw-r--r-- | math/jlatexmath/pkg-descr | 3 | ||||
-rw-r--r-- | math/jlatexmath/pkg-plist | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/math/jlatexmath/Makefile b/math/jlatexmath/Makefile index e8d95146972b..c4d03fcdd6e5 100644 --- a/math/jlatexmath/Makefile +++ b/math/jlatexmath/Makefile @@ -6,8 +6,7 @@ # PORTNAME= jlatexmath -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= math java MASTER_SITES= http://forge.scilab.org/upload/jlatexmath/files/ \ http://www.predatorlabs.net/dl/ @@ -23,7 +22,7 @@ JAVA_BUILD= yes JAVA_RUN= yes USE_ANT= yes -NO_WRKSUBDIR= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} OPTIONS= FOP "textproc/fop plugin (required for math/scilab)" ON diff --git a/math/jlatexmath/distinfo b/math/jlatexmath/distinfo index 7b027d9bb86c..99657a363abc 100644 --- a/math/jlatexmath/distinfo +++ b/math/jlatexmath/distinfo @@ -1,2 +1,2 @@ -SHA256 (jlatexmath-src-all-0.9.3.zip) = 88b54226800d0811e1e927730b991557f80429d952da70ef220b2a9251c4998b -SIZE (jlatexmath-src-all-0.9.3.zip) = 1092337 +SHA256 (jlatexmath-src-all-0.9.4.zip) = bf590741490dc3588b797aab33f02139b725560a6238b4607356f963dc6ad850 +SIZE (jlatexmath-src-all-0.9.4.zip) = 1191601 diff --git a/math/jlatexmath/pkg-descr b/math/jlatexmath/pkg-descr index 98f97ba10139..822df2d1135b 100644 --- a/math/jlatexmath/pkg-descr +++ b/math/jlatexmath/pkg-descr @@ -18,7 +18,4 @@ The most of LaTeX commands are available and : PDF, PS or EPS (SVG export with shaped fonts works fine too); 11) and probably other things I forgot... -There is no dependency and no external programs to install : JLaTeXMath is -fully functional by itself. - WWW: http://forge.scilab.org/index.php/p/jlatexmath/ diff --git a/math/jlatexmath/pkg-plist b/math/jlatexmath/pkg-plist index e821ef64fbad..b2df1e55dbd4 100644 --- a/math/jlatexmath/pkg-plist +++ b/math/jlatexmath/pkg-plist @@ -3,6 +3,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/Example3.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/Example4.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/Example5.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/Example6.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/Main.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Basic/lion.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/Convert.java @@ -14,6 +15,7 @@ %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/Main.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/build.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/conf.xml %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Export/lion.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Macros/FooPackage.java %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Macros/Main.java |