svn commit: r400994 - in head/devel: . antlr4 antlr4/files

Jason Unovitch junovitch at FreeBSD.org
Sat Nov 7 23:01:00 UTC 2015


Hi Kurt,

On Sat, Nov 07, 2015 at 02:05:11PM +0000, Kurt Jaeger wrote:
> Author: pi
> Date: Sat Nov  7 14:05:11 2015
> New Revision: 400994
> URL: https://svnweb.freebsd.org/changeset/ports/400994
> 
> Log:
>   New Port: devel/antlr4
>   
> +		${JAVAJARDIR}/${INSTALL_JAR}
> +
> +.include <bsd.port.options.mk>
> +

There are no options so the bsd.port.options.mk is gratuitous here.

> Added: head/devel/antlr4/files/antlr.sh.in
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/devel/antlr4/files/antlr.sh.in	Sat Nov  7 14:05:11 2015	(r400994)
> @@ -0,0 +1,6 @@
> +#! /bin/sh
> +#
> +# $FreeBSD$
> +
> +JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%INSTALL_JAR%%" -jar %%JAVAJARDIR%%/%%INSTALL_JAR%% "$@"
> +
> 

This file has the $FreeBSD$ tag but needs a `svn ps svn:keywords
FreeBSD=%H antlr.sh.in` and `svn pd fbsd:nokeywords antlr.sh.in` to use
them.


More information about the svn-ports-all mailing list