Port details |
- java-getopt Java version of GNU getopt family functions
- 1.0.14 java
=2 1.0.14Version 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: 2003-04-07 08:35:04
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: crimson, vim, xerces-j, javavmwrapper
- Also Listed In: devel
- License: LGPL20
- Description:
- This is a Java port of GNU getopt, a class for parsing command line arguments
passed to programs. It is based on the C getopt() functions in glibc 2.0.6 and
should parse options in a 100% compatible manner.
WWW: http://www.urbanophile.com/arenn/hacking/download.html#getopt
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- java-getopt>0:java/java-getopt
- To install the port:
- cd /usr/ports/java/java-getopt/ && make install clean
- To add the package, run one of these commands:
- pkg install java/java-getopt
- pkg install java-getopt
- PKGNAME: java-getopt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (java-getopt-1.0.14.tar.gz) = ad0d5cd146d676a3ac0ef4bf6a292eb7f79d32d0cb4f202fa7e3d43dcb52d98e
SIZE (java-getopt-1.0.14.tar.gz) = 45561
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Build
-
- java/jode
- for Run
-
- java/jode
- textproc/nux
- Configuration Options:
- ===> The following configuration options are available for java-getopt-1.0.14:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_java-getopt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.0.14
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Nov 2015 22:32:30
1.0.14
|
jkim  |
Fix LICENSE. It always has been licensed under the LPGL. |
12 Nov 2013 10:36:17
1.0.14
|
bapt  |
Change DESTDIRNAME into a ant compatible argument when a port is staged
While here remove previous workarounds.
Submitted by: ale
Discussed with: jkim, glewis |
29 Oct 2013 08:57:50
1.0.14
|
ale  |
Update to 1.0.14 release and much more. |
20 Sep 2013 19:48:32
1.0.13_4
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
08 Jan 2012 07:01:25
1.0.13_4
|
eadler  |
Repeated words are are hard to to find sometimes.
Approved by: portmgr (itetcu) |
15 Mar 2011 15:06:32
1.0.13_4
|
bapt  |
update MASTER_SITES
while here remove MD5 |
23 Dec 2008 17:35:29
1.0.13_4
|
araujo  |
- I forgot to fix a typo in last commit.
- Bump PORTREVISION.
PR: ports/129738
Submitted by: amdmi3
Reported by: pointyhat via erwin, pav |
21 Dec 2008 11:37:50
1.0.13_3
|
araujo  |
- Fix a typo. [1]
- Reset mantainership.
PR: ports/129738
Submitted by: amdmi3 |
06 Jun 2008 13:38:51
1.0.13_2
|
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) |
29 Jun 2007 16:29:19
1.0.13_1
|
araujo  |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
30 May 2007 10:38:45
1.0.13_1
|
girgen  |
Fix a DISTNAME glitch introduced by the X.org upgrade. |
19 May 2007 20:32:57
1.0.13_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
05 Jan 2007 14:52:36
1.0.13
|
rafan  |
- Update to 107549
- Pass maintainership to submitter
PR: ports/107549
Submitted by: Marcelo Araujo <araujo at bsdmail.org> |
24 Nov 2005 23:21:04
1.0.10
|
pav  |
- Add SHA256 |
11 Oct 2005 15:10:45
1.0.10
|
glewis  |
. No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.
Pointed out by: hq |
20 Oct 2004 12:03:41
1.0.10
|
hq  |
- Upgrade to 1.0.10
- bsd.java.mk 2.0 compliant
- added 'devel' category
- Build from source
- Install documentation
Approved by: glewis (mentor) |
12 Jul 2004 22:21:51
1.0.9
|
glewis  |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. |
05 Feb 2004 20:38:07
1.0.9
|
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
29 Jan 2004 07:24:56
1.0.9
|
trevor  |
SIZEify. |
17 Apr 2003 22:14:16
1.0.9
|
kris  |
Don't remove the share/java/classes system directory |
07 Apr 2003 08:34:20
1.0.9
|
ijliao  |
add java-getopt 1.0.9
Java version of GNU getopt family functions |