summaryrefslogtreecommitdiff
path: root/java/java-getopt/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mk/Uses/java.mk: Runtime fix with USES=java:antMuhammad Moinur Rahman2024-12-311-1/+2
| | | | | | | | | | | | USES=java:ant does not imply USES=java:run so we need to add the run arg seperately when we are using USES=java:ant. Not all ports require the the argument so it is better to address the ports individually instead of handling it automatically by implying run for ant. Thanks to vvd for carefully going through this. Reported by: vvd Approved by: portmgr (blanket)
* Mk/**java.mk: Convert bsd.java.mk to USESMuhammad Moinur Rahman2024-12-311-2/+2
| | | | | | | | | | | | | | | | | | | 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
* */*: Update WWW to use HTTPSRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* java: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix LICENSE. It always has been licensed under the LPGL.Jung-uk Kim2015-11-231-1/+1
| | | | Notes: svn path=/head/; revision=402336
* Change DESTDIRNAME into a ant compatible argument when a port is stagedBaptiste Daroussin2013-11-121-3/+0
| | | | | | | | | | While here remove previous workarounds. Submitted by: ale Discussed with: jkim, glewis Notes: svn path=/head/; revision=333560
* Update to 1.0.14 release and much more.Alex Dupre2013-10-291-13/+22
| | | | Notes: svn path=/head/; revision=331935
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* update MASTER_SITESBaptiste Daroussin2011-03-151-1/+1
| | | | | | | while here remove MD5 Notes: svn path=/head/; revision=270943
* - I forgot to fix a typo in last commit.Marcelo Araujo2008-12-231-2/+2
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/129738 Submitted by: amdmi3 Reported by: pointyhat via erwin, pav Notes: svn path=/head/; revision=224644
* - Fix a typo. [1]Marcelo Araujo2008-12-211-3/+3
| | | | | | | | | | - Reset mantainership. PR: ports/129738 Submitted by: amdmi3 Notes: svn path=/head/; revision=224520
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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
* - Change my mail address to araujo@.Marcelo Araujo2007-06-291-1/+1
| | | | | | | Approved by: stas (mentor) Notes: svn path=/head/; revision=194470
* Fix a DISTNAME glitch introduced by the X.org upgrade.Palle Girgensohn2007-05-301-1/+1
| | | | Notes: svn path=/head/; revision=192391
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 107549Rong-En Fan2007-01-051-2/+2
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107549 Submitted by: Marcelo Araujo <araujo at bsdmail.org> Notes: svn path=/head/; revision=181517
* . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically createdGreg Lewis2005-10-111-1/+0
| | | | | | | | | by mtree for more than 3 years now. Pointed out by: hq Notes: svn path=/head/; revision=144941
* - Upgrade to 1.0.10Herve Quiroz2004-10-201-11/+27
| | | | | | | | | | | | - bsd.java.mk 2.0 compliant - added 'devel' category - Build from source - Install documentation Approved by: glewis (mentor) Notes: svn path=/head/; revision=119850
* . Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.Greg Lewis2004-07-121-1/+1
| | | | Notes: svn path=/head/; revision=113512
* Use PLIST_FILES.Trevor Johnson2004-02-051-0/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* add java-getopt 1.0.9Ying-Chieh Liao2003-04-071-0/+31
Java version of GNU getopt family functions Notes: svn path=/head/; revision=78508