remove lang/antlr2, it's unused and replaced by antlr3
no reply from maintainer for weeks
This commit is contained in:
parent
5f977b1bed
commit
cc896c05b7
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.118 2011/08/30 19:02:59 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.119 2011/09/11 18:22:38 jasper Exp $
|
||||
# $FreeBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
|
||||
#
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += STk
|
||||
SUBDIR += antlr2
|
||||
SUBDIR += antlr3
|
||||
SUBDIR += arena
|
||||
SUBDIR += chicken
|
||||
|
@ -1,37 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2011/09/06 07:20:24 jasper Exp $
|
||||
|
||||
# keep in sync with classpath archs
|
||||
ONLY_FOR_ARCHS= i386 amd64 sparc64
|
||||
|
||||
COMMENT= parser generator for Java, C#, Python, or C++ languages
|
||||
|
||||
VERSION= 2.7.5
|
||||
DISTNAME= antlr-${VERSION}
|
||||
PKGNAME= antlr2-${VERSION}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= lang java
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/
|
||||
|
||||
HOMEPAGE= http://www.antlr2.org/
|
||||
|
||||
MAINTAINER= Frederick C. Druseikis <fredd@engr.sc.edu>
|
||||
|
||||
# The "ANTLR 2 LICENSE" proclaims the software and
|
||||
# its output to be in the public domain
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
JAR_DIR= ${PREFIX}/share/java/classes/
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${JAR_DIR}
|
||||
${INSTALL_DATA} ${WRKDIST}/${DISTNAME}.jar ${JAR_DIR}/antlr2.jar
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (antlr-2.7.5.tar.gz) = HvIB8pKDF5yOWrYYUpyseA==
|
||||
RMD160 (antlr-2.7.5.tar.gz) = P8Do0yxuKBzOXjkVPd+76cwK/wI=
|
||||
SHA1 (antlr-2.7.5.tar.gz) = 3KnPA3MGpHD5f+42WvLs7Q2M8kk=
|
||||
SHA256 (antlr-2.7.5.tar.gz) = dE2POoIG+8RaVVjZIWPV735eDMBwAoO7amF/sSAWKfk=
|
||||
SIZE (antlr-2.7.5.tar.gz) = 1636304
|
@ -1,9 +0,0 @@
|
||||
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
|
||||
language tool that provides a framework for constructing recognizers,
|
||||
compilers, and translators from grammatical descriptions containing
|
||||
Java, C#, Python, or C++ actions.
|
||||
|
||||
ANTLR is popular because it is easy to understand, powerful, flexible,
|
||||
generates human-readable output, and comes with complete source. ANTLR
|
||||
provides excellent support for tree construction, tree walking, and
|
||||
translation.
|
@ -1,4 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2011/09/06 07:20:24 jasper Exp $
|
||||
share/java/
|
||||
share/java/classes/
|
||||
share/java/classes/antlr2.jar
|
Loading…
Reference in New Issue
Block a user