gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r2745: add gjdoc at 0.7.9


From: Brandon Invergo
Subject: [Gsrc-commit] trunk r2745: add gjdoc at 0.7.9
Date: Thu, 28 Nov 2013 19:04:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 2745
revision-id: address@hidden
parent: address@hidden
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Thu 2013-11-28 20:03:38 +0100
message:
  add gjdoc at 0.7.9
added:
  gnu/gjdoc/                     gjdoc-20131128190319-0esu80t21hka8njd-1
  gnu/gjdoc/Makefile             makefile-20131128190319-0esu80t21hka8njd-2
  gnu/gjdoc/config.mk            config.mk-20131128190319-0esu80t21hka8njd-3
  gnu/gjdoc/gpg-keyring          gpgkeyring-20131128190319-0esu80t21hka8njd-5
  gnu/gjdoc/sha256sums           sha256sums-20131128190319-0esu80t21hka8njd-4
modified:
  TODO                           todo-20100608201528-d2g375z23moqiuaq-1
=== modified file 'TODO'
--- a/TODO      2013-11-28 19:00:53 +0000
+++ b/TODO      2013-11-28 19:03:38 +0000
@@ -79,7 +79,7 @@
 aris
 c-graph
 remotecontrol
-* GNU packages [415/465] [89%]
+* GNU packages [416/465] [89%]
 ** IGNORE 3dkit
 *** decommissioned
 ** DONE 3dldf
@@ -370,7 +370,8 @@
 ** IGNORE giptables
    CLOSED: [2012-12-16 Sun 20:16]
 *** decommissioned
-** TODO gjdoc
+** DONE gjdoc
+   CLOSED: [2013-11-28 Thu 20:03]
 ** BROKEN gleem
 *** extremely inflexible Makefile
 ** DONE global

=== added directory 'gnu/gjdoc'
=== added file 'gnu/gjdoc/Makefile'
--- a/gnu/gjdoc/Makefile        1970-01-01 00:00:00 +0000
+++ b/gnu/gjdoc/Makefile        2013-11-28 19:03:38 +0000
@@ -0,0 +1,42 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = gjdoc
+GARNAME = gjdoc
+GARVERSION = 0.7.9
+HOME_URL = http://www.gnu.org/software/gjdoc/
+DESCRIPTION = A documentation generation framework for Java source files
+define BLURB
+gjdoc is a framework for generating documentation for Java source
+files.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = classpath/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+
+BUILDDEPS = antlr2
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.lib/info.mk
+include ../../gar.lib/auto.mk
+include config.mk

=== added file 'gnu/gjdoc/config.mk'
--- a/gnu/gjdoc/config.mk       1970-01-01 00:00:00 +0000
+++ b/gnu/gjdoc/config.mk       2013-11-28 19:03:38 +0000
@@ -0,0 +1,4 @@
+## Configuration options for gjdoc ##
+
+CONFIGURE_OPTS ?= --with-antlr-jar=/usr/share/java/antlr2.jar
+BUILD_OPTS ?=

=== added file 'gnu/gjdoc/gpg-keyring'
Binary files a/gnu/gjdoc/gpg-keyring    1970-01-01 00:00:00 +0000 and 
b/gnu/gjdoc/gpg-keyring   2013-11-28 19:03:38 +0000 differ
=== added file 'gnu/gjdoc/sha256sums'
--- a/gnu/gjdoc/sha256sums      1970-01-01 00:00:00 +0000
+++ b/gnu/gjdoc/sha256sums      2013-11-28 19:03:38 +0000
@@ -0,0 +1,2 @@
+3d07eb7ea85c71614ae1ff8a64f70f9b9df0210194313ac159b71fef63389043  
download/gjdoc-0.7.9.tar.gz
+1197da98d97fbb19b9d53688e789754000d314fd4e1ea1a83ae3a8501c3e32c6  
download/gjdoc-0.7.9.tar.gz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]