Port details |
- jcalendar Java Date Chooser
- 1.3.3_1 java =2 1.3.3Version 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: 2004-04-07 08:39:42
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: misc
- License: not specified in port
- WWW:
- https://www.toedter.com/en/jcalendar/
- Description:
- JCalendar is a Java date chooser bean for graphically picking a date. JCalendar
is composed of several other Java beans, a JDayChooser, a JMonthChooser and a
JYearChooser. All these beans have a locale property, provide several icons
(Color 16x16, Color 32x32, Mono 16x16 and Mono 32x32) and their own locale
property editor. So they can easily be used in GUI builders.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jcalendar>0:java/jcalendar
- To install the port:
- cd /usr/ports/java/jcalendar/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jcalendar
- pkg install jcalendar
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jcalendar
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jcalendar-1.3.3.zip) = 1dbbf9037026b32adfd123d3946c3ca272075f8b4ddf205436cddeffae320ac9
SIZE (jcalendar-1.3.3.zip) = 669499
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jcalendar-1.3.3_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_jcalendar
- USES:
- java:ant,run zip
- 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 |
1.3.3_1 31 Dec 2024 14:39:30 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
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) |
1.3.3 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 |
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) |
1.3.3 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 ) |
1.3.3 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 ) |
1.3.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.3 27 Dec 2020 05:07:01 |
glewis |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774 |
1.3.3 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.3.3 30 May 2014 17:14:45 |
pawel |
- Add staging support
- Convert to new options framework |
1.3.3 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
1.3.3 29 Nov 2013 07:37:53 |
araujo |
- Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months. |
1.3.3 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.3.3 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.3.3 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.3.3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.3.3 22 May 2009 18:56:51 |
araujo |
- Update to 1.3.3. |
1.3.2_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) |
1.3.2_1 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
1.3.2_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}. |
1.3.2 18 Jan 2007 07:49:31 |
itetcu |
- update to to 1.3.2 [1]
- pass maintainership to submitter [1]
- note potential conflict with devel/looks [2]
PR: ports/108048 [1]
Submitted by: Marcelo Araujo [1], me (itetcu) [2] |
1.2.2 07 May 2006 13:21:44 |
lawrance |
Update distfile name. Checksum unchanged.
Reported by: fenner's distfile survey |
1.2.2 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
1.2.2 04 Apr 2005 19:54:24 |
glewis |
. Build from source.
. Ensure the documentation is installed with the correct permissions. |
1.2.2 30 Mar 2005 15:42:11 |
glewis |
. Unbreak by updating to 1.2.2.
Approved by: portmgr (krion) |
1.1.4 26 Mar 2005 07:02:24 |
kris |
BROKEN: Size mismatch
Approved by: portmgr (kris) |
1.1.4 12 Jul 2004 22:21:51 |
glewis |
. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it. |
1.1.4 07 Apr 2004 08:37:29 |
ijliao |
add jcalendar 1.1.4
Java Date Chooser |