Ptplot is a dependency for tos-java-libs-1.1.14 (Tiny OS 1.1.14). Ptplot is a set of two dimensional signal plotters components written in Java with the following properties: Embeddable in applets or applications. Auto-ranging. Automatic or manual labeling of axes. Automatic or manual tick marks. Logarithmic axes. Live, animated plots. Infinite zooming. Various plot styles: connected lines, scatter plot, bars, etc. Various point styles: none, dots, points, and unique marks. Multiple data sets and a legend. Color or black and white plotting. Error bars. Editable plots. PlotML, and XML language for specifying plots. Compatibility with pxgraph, an older plotting program. Reproducible: Always Steps to Reproduce: 1. 2. 3.
I can't see any ebuild here...
Created attachment 76087 [details] ptpolt ebuild this is an ebuild for ptplot 5.5 some issues : - does com/microstar/xml sould be installed ? - does ptplot should be built with a dependency on aother ebuild installing com/microstar/xml jars ? - i'm not very exeperienced with java ebuilds so some mistakes might remain thanks Aur
Created attachment 76087 [details] ptpolt ebuild this is an ebuild for ptplot 5.5 some issues : - does com/microstar/xml sould be installed ? - does ptplot should be built with a dependency on aother ebuild installing com/microstar/xml jars ? - i'm not very exeperienced with java ebuilds so some mistakes might remain thanks Aurélien
I'll take care of this. If there isn't a better location, it will be added to dev-tinyos. Adding java team in CC, if java team want this in dev-java, please let me know.
Adding package freeze as blocker for this ebuild.
On my queue.
In overlay: URL: https://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay/dev-java/ptplot Repository: https://overlays.gentoo.org/svn/proj/java commit message: Initial import, fix bug #102630. Ebuild submitted by Aur
In overlay: URL: https://overlays.gentoo.org/svn/proj/java/migrated-java-experimental-overlay/dev-java/ptplot Repository: https://overlays.gentoo.org/svn/proj/java commit message: Initial import, fix bug #102630. Ebuild submitted by Aurélien Francillon <aurelien.francillon@inrialpes.fr>.
Can someone of java team review the in-overlay ebuild? It seems that NeedsReview is not yet a valid keyword.
(In reply to comment #7) > Can someone of java team review the in-overlay ebuild? > It seems that NeedsReview is not yet a valid keyword. > SRC_URI="http://ptolemy.eecs.berkeley.edu/java/ptplot${PV}/ptolemy/plot/${PN}${PV}.tar.gz" -use $PN to replace ptplot RESTRICT="test" - Should comment in above this line why this is needed Comments: einfo "Removing bundled jar files." - Change this to echo at maximum - I usually use rm -v make -C com/microstar - die is missing from here. Why not use emake? make install make install -C com/microstar/ - strange that they work without DESTDIR but add dies if use doc ; then java-pkg_dohtml -r doc fi if these are javadocs use: use doc && java-pkg_dojavadoc doc if use source; then java-pkg_dosrc ptolemy/* java-pkg_dosrc com/* fi dosrc accepts multiple arguments to this can be done: use source && java-pkg_dojar ${S}/ptolemy/gui/gui.jar || die " installing gui.jar" java-pkg_dojar ${S}/ptolemy/plot/*.jar || die "installingptolemy/plot/*.jar " java-pkg_dojar ${S}/ptolemy/util/*.jar || die " installing ptolemy/util/*.jar" java-pkg_dojar ${S}/com/microstar/xml/xml.jar || die " installing xml.jar" -dojar also accepts multiple arguments but it also has a die already inside it dosed "s:@PTII_DEFAULT@:\$(java-config -p ptplot):g" /usr/bin/ptinvoke || die "dosed fialed" -Maybe want to use dolauncher created launcher instead of the upstream one These were just obversvations from reading the ebuild. I did not test it in practise.
(In reply to comment #8) > These were just obversvations from reading the ebuild. I did not test it in > practise. ebuild updated, thanks for your observations. I think I have some more work to do on this ebuild before it can be declared ready for portage...
Assigning to maintainer-wanted, since Sanchan has been retired.
New version came out Jan 2007, so updated Summary and URL.
The ptplot site says: April 4, 2008: Ptplot 5.7 released If someone in java team can proxy maintain this in java overlay I think I can update this ebuild for this month end.