pkgsrc-WIP-changes archive

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

antlr: undid removal of files/antlr.sh.in (was a mistake)



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Sep 17 19:22:58 2024 +0530
Changeset:	6c0c1273ee9b281f82c9f42088ee5e68f0f20868

Added Files:
	antlr/files/antlr.sh.in

Log Message:
antlr: undid removal of files/antlr.sh.in (was a mistake)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c0c1273ee9b281f82c9f42088ee5e68f0f20868

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 antlr/files/antlr.sh.in | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/antlr/files/antlr.sh.in b/antlr/files/antlr.sh.in
new file mode 100644
index 0000000000..4dd3b9445d
--- /dev/null
+++ b/antlr/files/antlr.sh.in
@@ -0,0 +1,5 @@
+#! /bin/sh
+#
+# $FreeBSD: head/devel/antlr/files/antlr.sh.in 350206 2014-04-05 08:01:26Z pawel $
+
+JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/antlr.jar" antlr.Tool "$@"


Home | Main Index | Thread Index | Old Index