summaryrefslogtreecommitdiff
path: root/java/java-cup/Makefile
AgeCommit message (Collapse)Author
2024-12-31Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman
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
2023-09-16*/*: Return to pool as per maintainer's requestEdmondas Girkantas
Thanks to Edmondas Girkantas for his dedication to ports tree. PR: 273815
2022-09-07Add WWW entries to port MakefilesStefan Eßer
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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20java: remove 'Created by' linesTobias C. Berner
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> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold
2020-05-23java/java-cup: update to 11.b.20160615 and unexpireRene Ladan
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: svn path=/head/; revision=536291
2020-04-04Deprecate ports broken for more than 6 monthsAntoine Brodin
Notes: svn path=/head/; revision=530719
2019-11-06Mark a few ports BROKEN, unfetchableAntoine Brodin
Notes: svn path=/head/; revision=516880
2017-11-30For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon
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 Notes: svn path=/head/; revision=455167
2017-05-26Mark some ports failing on armv6. In cases where the error messageMark Linimon
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441786
2015-10-08Remove trailing whitespace from Makefiles, A-L.Jimmy Olgeni
Notes: svn path=/head/; revision=398832
2014-07-05Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni
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) Notes: svn path=/head/; revision=360810
2014-06-17Stagify.Vanilla I. Shu
Approved by: portmgr@ Notes: svn path=/head/; revision=358071
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin
java) Notes: svn path=/head/; revision=327738
2009-09-17Over to new volunteer.Mark Linimon
Feature safe: yes Notes: svn path=/head/; revision=241622
2009-09-16Reset ports@mcdermottroe.com at his request due to lack of time at theMark Linimon
moment. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241546
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis
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) Notes: svn path=/head/; revision=214430
2007-07-19- Add another mirror maintained by maintainerRong-En Fan
PR: ports/114697 Submitted by: Conor McDermottroe <ports at mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=195890
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2005-08-29- Update to 11.a [1]Herve Quiroz
- 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 Notes: svn path=/head/; revision=141349
2004-03-29. Hopefully fix the build for JDK 1.1.Greg Lewis
Submitted by: bento via kris Notes: svn path=/head/; revision=105622
2004-03-23. Update to 10.k.Greg Lewis
. 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 Notes: svn path=/head/; revision=105073
2003-02-21De-pkg-comment.Akinori MUSHA
Notes: svn path=/head/; revision=76037
2002-06-16Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis
Forgotten by: znerd Notes: svn path=/head/; revision=61341
2002-03-02Fixed portlint complaints about BUILD_DEPENDS and RUN_DEPENDS having to ↵Ernst de Haan
appear earlier in the Makefile. Notes: svn path=/head/; revision=55398
2000-04-12Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien
Notes: svn path=/head/; revision=27458
1999-09-11JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami
Notes: svn path=/head/; revision=21665
1999-08-25Change Id->FreeBSD.David E. O'Brien
Notes: svn path=/head/; revision=20951
1999-06-28new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola
Notes: svn path=/head/; revision=19876
1999-06-28New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola
Notes: svn path=/head/; revision=19854
1999-05-20Remove doubled-slash.Jun Kuriyama
Notes: svn path=/head/; revision=18900
1999-04-11Import of devel/java-cup v10.gJustin M. Seger
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. PR: ports/6570 Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu> Notes: svn path=/head/; revision=17766