Summary: | sci-visualization/ptplot-5.6 - a 2D data plotter and histogram tool implemented in Java | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sandro Bonazzola (RETIRED) <sanchan> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aurelien.francillon, java, sandro.bonazzola |
Priority: | Normal | Keywords: | InOverlay |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://ptolemy.eecs.berkeley.edu/java/ptplot/ | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 102634, 102911 | ||
Attachments: | ptpolt ebuild |
Description
Sandro Bonazzola (RETIRED)
2005-08-15 10:29:50 UTC
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. |