Port details |
- jchessboard Chess game and PGN viewer/editor written in Java
- 1.5_5 games
=3 1.5_4Version of this port present on the latest quarterly branch. - Maintainer: jgh@FreeBSD.org
 - Port Added: 2005-11-25 03:38:08
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: shootingstar, wine, el, k3b
- Also Listed In: java
- License: GPLv2
- WWW:
- https://jchessboard.sourceforge.net/
- Description:
- JChessBoard is a chess game and PGN viewer/editor written in Java that can be
connected to another JChessBoard via a direct TCP/IP connection. No Internet
Chess Server is required for playing.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jchessboard>0:games/jchessboard
- To install the port:
- cd /usr/ports/games/jchessboard/ && make install clean
- To add the package, run one of these commands:
- pkg install games/jchessboard
- pkg install jchessboard
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jchessboard
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (JChessBoard-1.5.tgz) = d0dae38c0119415ad188fa12249148eafecb758c6e77c23205976d45c84d202b
SIZE (JChessBoard-1.5.tgz) = 197444
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 jchessboard-1.5_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_jchessboard
- USES:
- java:ant,run tar:tgz
- 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.5_5 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.5_4 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 |
1.5_4 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.5_4 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.5_4 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.5_4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5_4 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.5_3 08 Aug 2019 15:28:14
  |
jgh  |
- reclaim |
1.5_3 05 Aug 2019 20:07:07
  |
rene  |
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary |
1.5_3 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.5_3 18 Jan 2017 13:20:32
  |
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.5_3 10 Jan 2016 00:06:36
  |
amdmi3  |
- Switch to USES=tar
- Add NO_ARCH
- Drop unneeded PLIST_DIRS
Approved by: portmgr blanket |
1.5_3 22 Dec 2014 21:38:24
  |
bapt  |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
1.5_3 20 Dec 2014 18:37:12
  |
bapt  |
Cleanup plist |
1.5_3 06 Jun 2014 00:44:58
  |
jkim  |
Fix build with JDK7 and later.
Reported by: exp-run (PR190511) |
1.5_3 23 Dec 2013 23:51:24
  |
jgh  |
- adoption of staging support |
1.5_3 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.5_3 02 Jan 2013 18:16:41
  |
jgh  |
- build from java source
- add README for Port Documentation
- take maintainership |
1.5_2 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.5_2 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.5_2 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
1.5_2 27 Feb 2011 04:54:41
 |
tabthorpe  |
- Reassign ports to heap
Submitted by: alepulver |
1.5_2 22 Aug 2009 00:23:13
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.5_2 06 Jun 2008 13:31: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.5_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.5 09 Apr 2006 13:08:16
 |
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
1.5 25 Nov 2005 03:32:45
 |
edwin  |
[NEW PORT] games/jchessboard - Chess game and PGN viewer/editor written in Java
JChessBoard is a chess game and PGN viewer/editor written
in Java that can be connected to another JChessBoard via a
direct TCP/IP connection. No Internet Chess Server is
required for playing.
WWW: http://jchessboard.sourceforge.net/
PR: ports/89507
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz> |