Port details |
- java-cup LALR parser generator in Java
- 11b.20160615 java =8 11b.20160615Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-12-31 08:57:55
- Commit Hash: 0835676
- People watching this port, also watch:: javamail, javavmwrapper, jikes, infobus
- Also Listed In: devel
- License: SMLNJ
- WWW:
- http://www2.cs.tum.edu/projects/cup/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/java-cup/ && make install clean
- To add the package, run one of these commands:
- pkg install java/java-cup
- pkg install java-cup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: java-cup
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1586399405
SHA256 (java-cup-bin-11b-20160615.tar.gz) = 3f01d657882380c1e5dc1593d9db7b5ded853429b7e52bc517f9bcbb4a65decc
SIZE (java-cup-bin-11b-20160615.tar.gz) = 144985
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- java_java-cup
- USES:
- java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11b.20160615 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
11b.20160615 15 Sep 2023 18:27:19 |
Koichiro Iwao (meta) Author: Edmondas Girkantas |
*/*: Return to pool as per maintainer's request
Thanks to Edmondas Girkantas for his dedication to ports tree.
PR: 273815 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11b.20160615 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11b.20160615 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
11b.20160615 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
11b.20160615 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
11b.20160615 23 May 2020 11:40:31 |
rene |
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 |
11.a_2 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
11.a_2 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
11.a_2 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
11.a_2 26 May 2017 14:45:53 |
linimon |
Mark some ports failing on armv6. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
11.a_2 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
11.a_2 05 Jul 2014 19:27:04 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.
CR: D305
Approved by: portmgr (swills) |
11.a_2 17 Jun 2014 07:55:47 |
vanilla |
Stagify.
Approved by: portmgr@ |
11.a_2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
11.a_2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
11.a_2 17 Sep 2009 21:31:48 |
linimon |
Over to new volunteer.
Feature safe: yes |
11.a_2 16 Sep 2009 22:34:40 |
linimon |
Reset ports@mcdermottroe.com at his request due to lack of time at the
moment.
Hat: portmgr
Feature safe: yes |
11.a_2 06 Jun 2008 13:38:51 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
11.a_1 19 Jul 2007 13:07:10 |
rafan |
- Add another mirror maintained by maintainer
PR: ports/114697
Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer) |
11.a_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
11.a 22 Jan 2006 12:39:58 |
edwin |
SHA256ify
Approved by: krion@ |
11.a 29 Aug 2005 16:07:19 |
hq |
- Update to 11.a [1]
- Add 'devel' category [1]
- Update to bsd.java.mk 2.0
- Takeover maintainership [2]
- Use %%JAVAJARDIR%% and PLIST_FILES
PR: 85041 [1] [2]
Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (new maintainer)
Approved by: former maintainer |
10.k 29 Mar 2004 15:52:20 |
glewis |
. Hopefully fix the build for JDK 1.1.
Submitted by: bento via kris |
10.k 23 Mar 2004 18:23:57 |
glewis |
. Update to 10.k.
. Make this port act more like the other java ports.
The actual change is based on the followup submitted by Conor McDermottroe
plus some tweaks from the patch in the PR and myself.
PR: 63582
Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
Matthew West <mwest@uct.ac.za>
Approved by: maintainer timeout |
10.g 21 Feb 2003 12:30:28 |
knu |
De-pkg-comment. |
10.g 16 Jun 2002 01:54:07 |
glewis |
Fix dependencies to be in sync with the recent JDK ports renaming.
Forgotten by: znerd |
02 Mar 2002 14:30:56 |
znerd |
Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to appear
earlier in the Makefile. |
08 Oct 2000 03:02:04 |
asami |
Convert category java to new layout. |