[42057] trunk/dports/java
blb at macports.org
blb at macports.org
Thu Nov 13 23:41:10 PST 2008
Revision: 42057
http://trac.macports.org/changeset/42057
Author: blb at macports.org
Date: 2008-11-13 23:41:10 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
New port - java/gjdb, ticket #17240
Added Paths:
-----------
trunk/dports/java/gjdb/
trunk/dports/java/gjdb/Portfile
trunk/dports/java/gjdb/files/
trunk/dports/java/gjdb/files/patch-gjdb-6.1.0-Makefile.in.diff
Added: trunk/dports/java/gjdb/Portfile
===================================================================
--- trunk/dports/java/gjdb/Portfile (rev 0)
+++ trunk/dports/java/gjdb/Portfile 2008-11-14 07:41:10 UTC (rev 42057)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+
+name gjdb
+version 6.1.0
+categories java devel
+maintainers whatisinaname.org:perry
+description GJDB is a modification of JDB, a debugger that comes with \
+ the public JDK (Java Development Kit) from Sun.
+long_description GJDB is a modification of JDB, a debugger that comes with \
+ the public JDK (Java Development Kit) from Sun. Unlike \
+ Sun's version, it also allows you to debug programs that \
+ take input from the terminal. The expression language \
+ has been extended to include much more of the language \
+ (including numerous features missing from jdb, such as \
+ array allocation, initialized array allocation, the \
+ .super operator, less fussy overload resolution, and \
+ numerous binary numeric and logical operations).
+homepage http://www.cs.berkeley.edu/~hilfingr/gjdb.html
+platforms darwin
+master_sites http://www.cs.berkeley.edu/~hilfingr/gjdb/
+
+checksums md5 72abe52c79419c19aa830ad598791728 \
+ rmd160 061c6b167546990455cfa46660edd9d6f362ab49 \
+ sha1 39506affdf89cb53fa4c0e19f626e4347172af0e
+
+build.target
+extract.suffix .tgz
+patchfiles patch-gjdb-6.1.0-Makefile.in.diff
Property changes on: trunk/dports/java/gjdb/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/java/gjdb/files/patch-gjdb-6.1.0-Makefile.in.diff
===================================================================
--- trunk/dports/java/gjdb/files/patch-gjdb-6.1.0-Makefile.in.diff (rev 0)
+++ trunk/dports/java/gjdb/files/patch-gjdb-6.1.0-Makefile.in.diff 2008-11-14 07:41:10 UTC (rev 42057)
@@ -0,0 +1,37 @@
+--- Makefile.in.orig 2008-11-13 21:23:33.000000000 -0800
++++ Makefile.in 2008-11-13 21:26:01.000000000 -0800
+@@ -6,6 +6,7 @@
+ LIBDIR = @libdir@
+ EMACSDIR = @emacsdir@
+ BUILDDIR = @builddir@
++DESTDIR =
+ COMPILE= $(JAVAC) $(JFLAGS) -d src $(TOOLSLIB) $(SRC)
+
+ SHELL = /bin/sh
+@@ -103,16 +104,16 @@
+ fi
+
+ install: $(JARFILE)
+- -mkdir -p $(LIBDIR)
+- -cp -p $(JARFILE) $(LIBDIR);
+- -mkdir -p $(BINDIR)
+- -cp bin/gjdb $(BINDIR)/gjdb
+- -cp bin/meta-gjdb $(BINDIR)/meta-gjdb
+- chmod 755 $(BINDIR)/gjdb $(BINDIR)/meta-gjdb
+- -mkdir -p $(EMACSDIR)
+- -cp $(SRCDIR)/lib/emacs/lisp/gjdb.el $(EMACSDIR)
+- -$(EMACS) -batch -f batch-byte-compile $(EMACSDIR)/gjdb.el
+- -chmod 644 $(EMACSDIR)/gjdb.el $(EMACSDIR)/gjdb.elc
++ -mkdir -p $(DESTDIR)$(LIBDIR)
++ -cp -p $(JARFILE) $(DESTDIR)$(LIBDIR);
++ -mkdir -p $(DESTDIR)$(BINDIR)
++ -cp bin/gjdb $(DESTDIR)$(BINDIR)/gjdb
++ -cp bin/meta-gjdb $(DESTDIR)$(BINDIR)/meta-gjdb
++ chmod 755 $(DESTDIR)$(BINDIR)/gjdb $(DESTDIR)$(BINDIR)/meta-gjdb
++ -mkdir -p $(DESTDIR)$(EMACSDIR)
++ -cp $(SRCDIR)/lib/emacs/lisp/gjdb.el $(DESTDIR)$(EMACSDIR)
++ -$(EMACS) -batch -f batch-byte-compile $(DESTDIR)$(EMACSDIR)/gjdb.el
++ -chmod 644 $(DESTDIR)$(EMACSDIR)/gjdb.el $(DESTDIR)$(EMACSDIR)/gjdb.elc
+
+ install-doc:
+ cd doc; $(MAKE) install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/13d7a2d9/attachment.html>
More information about the macports-changes
mailing list