aboutsummaryrefslogtreecommitdiff
path: root/java/java-cup/pkg-descr
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-23 11:40:31 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-23 11:40:31 +0000
commit415c7cb4f852b8f22ec479427ac10100004cb178 (patch)
tree594d5ef133a271d25c13ab50cf695cca6a148aab /java/java-cup/pkg-descr
parentefa4b2b7be3713562fd3b0e9a5ba3d82e1b0177e (diff)
downloadports-415c7cb4f852b8f22ec479427ac10100004cb178.tar.gz
ports-415c7cb4f852b8f22ec479427ac10100004cb178.zip
java/java-cup: update to 11.b.20160615 and unexpire
Further changes: - use a prebuilt binary instead of building from source - change license to SMLNJ in agreement with maintainer PR: 245466 Submitted by: Jashank Jeremy Approved by: maintainer MFH: 2020Q2
Notes
Notes: svn path=/head/; revision=536291
Diffstat (limited to 'java/java-cup/pkg-descr')
-rw-r--r--java/java-cup/pkg-descr12
1 files changed, 7 insertions, 5 deletions
diff --git a/java/java-cup/pkg-descr b/java/java-cup/pkg-descr
index 1f11430b59ca..20c727d270bd 100644
--- a/java/java-cup/pkg-descr
+++ b/java/java-cup/pkg-descr
@@ -1,5 +1,7 @@
-This is the Java based Constructor of Useful Parsers (CUP for short). It
-serves the same role as the widely used program YAXX and in fact offers most
-of the features of YACC. However, CUP is written in Java, uses specifications
-including embedded Java code, and produces parsers which are implemented in
-Java.
+Constructor of Useful Parsers (CUP), a system for generating LALR
+parsers from simple specifications. It serves the same role as the
+widely-used program `yacc', and in fact offers most of the features of
+`yacc'; however, CUP is written in Java, uses specifications including
+embedded Java code, and produces parsers with are implemented in Java.
+
+WWW: http://www2.cs.tum.edu/projects/cup/