gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] /srv/bzr/gsrc/trunk r1522: add java-getopt at 1.0.14


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1522: add java-getopt at 1.0.14
Date: Sat, 22 Dec 2012 19:03:46 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1522
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-22 19:03:46 +0100
message:
  add java-getopt at 1.0.14
added:
  gnu/java-getopt/
  gnu/java-getopt/Makefile
  gnu/java-getopt/config.mk
  gnu/java-getopt/sha256sums
modified:
  TODO
=== modified file 'TODO'
--- a/TODO      2012-12-22 17:48:38 +0000
+++ b/TODO      2012-12-22 18:03:46 +0000
@@ -59,7 +59,7 @@
 **** TODO gar.master.mk
 *** TODO clean out unnecessary sites from gar.master.mk
 *** TODO (maybe) clean out unnecessary rules from gar.lib.mk
-* GNU packages [344/452] [76%]
+* GNU packages [345/452] [76%]
 ** IGNORE 3dkit (decommissioned)
 ** DONE 3dldf
    CLOSED: [2012-12-16 Sun 20:11]
@@ -523,7 +523,8 @@
    CLOSED: [2012-12-22 Sat 18:48]
 ** DONE jacal
    CLOSED: [2012-12-16 Sun 20:12]
-** TODO java-getopt
+** DONE java-getopt
+   CLOSED: [2012-12-22 Sat 19:03]
 ** DEFERRED jdresolve: no release available
 ** DONE jel
    CLOSED: [2012-12-16 Sun 20:12]

=== added directory 'gnu/java-getopt'
=== added file 'gnu/java-getopt/Makefile'
--- a/gnu/java-getopt/Makefile  1970-01-01 00:00:00 +0000
+++ b/gnu/java-getopt/Makefile  2012-12-22 18:03:46 +0000
@@ -0,0 +1,36 @@
+NAME = GNU Java getopt
+GARNAME = java-getopt
+GARVERSION = 1.0.14
+HOME_URL = http://www.gnu.org/software/java-getopt
+DESCRIPTION = A Java port of the GNU getopt library for parsing \
+command-line options
+
+######################################################################
+
+MASTER_SITES = http://www.urbanophile.com/arenn/hacking/
+MASTER_SUBDIR = getopt/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = 
+EXTRACTDIR = $(WORKDIR)/$(DISTNAME)
+WORKSRC = $(EXTRACTDIR)/gnu/getopt
+BUILD_SCRIPTS = $(WORKSRC)/Makefile
+INSTALL_SCRIPTS = java
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../gar.mk
+include config.mk
+
+javadir = $(packageprefix)/share/java/gnu/getopt
+
+install-java:
+       @echo -e "[$(OK)install$(OFF)] $(MSG)Installing class files \
+in $(prefix)/share/java$(OFF)"
+       mkdir -p $(javadir)
+       install -m644 -D $(WORKSRC)/Getopt.class $(javadir)/Getopt.class
+       install -m644 -D $(WORKSRC)/GetoptDemo.class $(javadir)/GetoptDemo.class
+       install -m644 -D $(WORKSRC)/LongOpt.class $(javadir)/LongOpt.class
+       $(MAKECOOKIE)

=== added file 'gnu/java-getopt/config.mk'
--- a/gnu/java-getopt/config.mk 1970-01-01 00:00:00 +0000
+++ b/gnu/java-getopt/config.mk 2012-12-22 18:03:46 +0000
@@ -0,0 +1,4 @@
+## Configuration options for java-getopt ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'gnu/java-getopt/sha256sums'
--- a/gnu/java-getopt/sha256sums        1970-01-01 00:00:00 +0000
+++ b/gnu/java-getopt/sha256sums        2012-12-22 18:03:46 +0000
@@ -0,0 +1,1 @@
+ad0d5cd146d676a3ac0ef4bf6a292eb7f79d32d0cb4f202fa7e3d43dcb52d98e  
download/java-getopt-1.0.14.tar.gz


reply via email to

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