[104143] trunk/dports/java/gjdb/Portfile

larryv at macports.org larryv at macports.org
Sun Mar 17 22:14:48 PDT 2013


Revision: 104143
          https://trac.macports.org/changeset/104143
Author:   larryv at macports.org
Date:     2013-03-17 22:14:48 -0700 (Sun, 17 Mar 2013)
Log Message:
-----------
gjdb: Add modeline; reformat descriptions.

Modified Paths:
--------------
    trunk/dports/java/gjdb/Portfile

Modified: trunk/dports/java/gjdb/Portfile
===================================================================
--- trunk/dports/java/gjdb/Portfile	2013-03-17 20:10:07 UTC (rev 104142)
+++ trunk/dports/java/gjdb/Portfile	2013-03-18 05:14:48 UTC (rev 104143)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -6,17 +7,19 @@
 version             6.1.2
 categories          java devel
 maintainers         nomaintainer
-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).
+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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130317/e9adf9c7/attachment.html>


More information about the macports-changes mailing list