aboutsummaryrefslogtreecommitdiff
path: root/java/jmp
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* . Update to 0.40.Greg Lewis2004-03-082-4/+3
| | | | | | | | PR: 63899 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=103271
* . Add OPTIONS.Greg Lewis2004-02-141-1/+4
| | | | | | | | PR: 62712 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=100886
* Update to version 0.39 (2004-02-03):Mark Linimon2004-02-102-3/+3
| | | | | | | | | | | | | | | Added menu separators in some menus. Added a string dumper that makes it easy to inspect all strings in memory, it also has the ability to dump all strings to a file. Fixed a bug in down link handling that caused instance numbers to increase for arrays (thanks to matze who tried to use the string inspector and did send back traces from crashes). PR: ports/62365 Submitted by: maintainer Notes: svn path=/head/; revision=100584
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-1/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* Add SIZEErwin Lansing2004-01-291-0/+1
| | | | | | | | PR: 62076 Submitted by: maintainer Notes: svn path=/head/; revision=99438
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* . Update to 0.38.Greg Lewis2004-01-112-2/+2
| | | | | | | | PR: 61208 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=97950
* . Update to jmp 0.37.Greg Lewis2003-12-152-2/+2
| | | | | | | | PR: 60100 Submitted by: ronald@cs.vu.nl (maintainer) Notes: svn path=/head/; revision=95888
* . Update to 0.35.Greg Lewis2003-10-052-2/+2
| | | | | | | | PR: 57581 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=90287
* Fix compilation with WITHOUT_X11.Sergey A. Osokin2003-09-191-1/+1
| | | | | | | | Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) PR: 57000 Notes: svn path=/head/; revision=89068
* . Update from 0.33 to 0.34 [1]Greg Lewis2003-09-052-4/+5
| | | | | | | | | | | | . Allow compilation when one of the gcc ports with gcj is installed by explicitly specifying the JDK include path comes before ${LOCALBASE}/include. PR: 56379 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) [1] Notes: svn path=/head/; revision=88597
* update java/jmp: 0.32 -> 0.33Daichi GOTO2003-08-202-2/+2
| | | | | | | | PR: 55585 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=87328
* . Update to 0.32.Greg Lewis2003-07-113-15/+2
| | | | | | | | PR: 54337, 54364 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=84681
* Fix build for -CURRENT (malloc.h issue).Jimmy Olgeni2003-06-291-0/+13
| | | | | | | | PR: 53778 Submitted by: maintainer Notes: svn path=/head/; revision=83805
* Update to version 0.31.Jimmy Olgeni2003-06-292-2/+2
| | | | | | | | PR: 53703 Submitted by: maintainer Notes: svn path=/head/; revision=83804
* . Update to 0.30Greg Lewis2003-06-174-59/+2
| | | | | | | | PR: 52628 Submitted by: Ronald Klop <ronald@cs.vu.nl> (maintainer) Notes: svn path=/head/; revision=83165
* . Add the java/jmp port.Greg Lewis2003-05-159-0/+167
JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP uses a GTK+ interface to show the status. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl> Notes: svn path=/head/; revision=81043