summaryrefslogtreecommitdiff
path: root/games/jin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */*: bump portrevision after java_default=21 updateRonald Klop8 days1-1/+1
| | | | PR: 272855
* games/jin: refresh, make work with newer JavaMikhail Teterin2025-12-165-1/+1184
| | | | | | | | | | | | | | | | | | | | In particular: - don't try to compile the Sun's audio interface -- apparently, we never used it and it becomes a problem with newer JDKs, where the long obsolete sun.audio.* is finally removed ^ - try harder to find an audio format suitable for the bundled sounds; this may still not be enough on modern hardware, which expects sampling rates much higher than 8kHz. - don't use AWT's getPeer() method -- long obsolete, it is now removed too. - constructing Integer from int and the likes are obsolete too, generally, the primitives can be used directly -- all of these are concentrated in the (large) patch-warnings. - use standard java.awt.Desktop function to open pages in the user's web-browser. PR: 291693
* Mk/Uses/java.mk: Runtime fix with USES=java:antMuhammad Moinur Rahman2024-12-311-2/+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-3/+1
| | | | | | | | | | | | | | | | | | | 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
* *: Change the MAINTAINER field per requestGleb Popov2024-05-181-2/+2
| | | | PR: 278267
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* 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)
* games: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * Alejandro Pulver <alejandro@varnet.biz> * Alejandro Pulver <alepulver@FreeBSD.org> * Alex Dupre <ale@FreeBSD.org> * Alex Trull <freebsd.alex@trull.org> * Alexander G. Chetirbock <bock@bock.nnov.ru> * Alexander Langer <alex@FreeBSD.org> * Alexander Logvinov <ports@logvinov.com> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexander Yerenkow <yerenkow@gmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Alexey Dokuchaev <danfe@regency.nsu.ru> * Alfonso S. Siciliano <alfix86@gmail.com> * Alonso Cardenas Marquez <acm@FreeBSD.org> * Amar Takhar <verm@drunkmonk.net> * Andreas Klemm <andreas@klemm.gtn.com> * Andrej Zverev * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Andrey Zakhvatov <andy@icc.surw.chel.su> * Andy Kosela <akosela@andykosela.com> * Anton Yudin <toha@FreeBSD.org> * Arjan van Leeuwen <avleeuwen@piwebs.com> * Ayumi M <ayu@commun.jp> * Bartosz Fabianowski <freebsd@chillt.de> * Beech Rintoul <beech@FreeBSD.org> * Ben Smithurst <ben@scientia.demon.co.uk> * Bob Bomar <bob@fly.homeunix.org> * Brian Buchanan <brian@CSUA.Berkeley.EDU> * Ceri Davies (ceri@FreeBSD.org) * Chris D. Faulhaber <jedgar@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * Christoph Mallon <christoph.mallon@gmx.de> * Christopher Preston <rbg@gayteenresource.org> * Dag-Erling C. Smørgrav <des@FreeBSD.org> * Daniel J. O'Connor <darius@dons.net.au> * Daniel O'Connor <darius@dons.net.au> * Daniel Roethlisberger <daniel@roe.ch> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dave Chapeskie <dchapes@ddm.on.ca> * Dave Walton <dwalton@acm.org> * David Siebörger <drs@rucus.ru.ac.za> * Dmitry Marakasov <amdmi3@FreeBSD.org> * Dom Mitchell <dom@happygiraffe.net> * Dominic Fandrey * Dominic Fandrey <kamikaze@bsdforen.de> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Eckart "Isegrim" Hofmann * Ed Schouten <ed@fxq.nl> * Edwin Groothuis * Edwin Groothuis <edwin@mavetju.org> * Edwin Mons * Emanuel Haupt <ehaupt@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Emmanuel Vadot <manu@FreeBSD.org> * Eric Anholt * Eric Anholt <anholt@FreeBSD.org> * Erik Olson <erikolson@olsonexpress.com> * Filippo Natali <filippo@widestore.net> * Frank Laszlo <laszlof@freebsdmatrix.net> * Frederic Culot <culot@FreeBSD.org> * Frederic Culot <frederic@culot.org> * Fredrik Carlsson <fredrik@wasadata.com> * FreeBSD GNOME Team <gnome@FreeBSD.org> * FreeBSD GNOME Team <gnome@freebsd.org> * Ganael Laplanche <ganael.laplanche@martymac.org> * Gautam Mani <execve@gmail.com> * Gea-Suan Lin <gslin@gslin.org> * Ginzburg Oleg * GreenDog <fiziologus@gmail.com> * Gustavo Perez Querol <gustau.perez@gmail.com> * Göran Runfeldt <goranrunfeldt@home.se> * HIYAMA Takeshi <th@cis.ibaraki.ac.jp> * HOTARU-YA <hotaru@tail.net> * Holger Lamm <holger@eit.uni-kl.de> * Igor Pokrovsky <ip@doom.homeunix.org> * Igor Pokrovsky <tiamat@comset.net> * Igor Pokrovsky <tiamat@telegraph.spb.ru> * Ilya A. Arhipov <admin@gorodkirov.ru> * Ilya A. Arkhipov <rum1cro@yandex.ru> * James FitzGibbon <jfitz@FreeBSD.org> * James Howard <howardj@wam.umd.edu> * Jan Jungnickel <jan@jungnickel.com> * Jan Stocker <Jan.Stocker@t-online.de> * Janni * Janos Mohacsi <janos.mohacsi@bsd.hu> * Jason Helfman <jgh@FreeBSD.org> * Jean-Marc Zucconi <jmz@FreeBSD.org> * Jean-Yves Lefort <jylefort@FreeBSD.org> * Jean-Yves Lefort <jylefort@brutele.be> * Jeremy <karlj000@unbc.ca> * Jeremy Chadwick <yoshi@parodius.com> * Jesse Smith <jessefrgsmith@yahoo.ca> * Jim Mock <jim@FreeBSD.org> * Joe Marcus Clarke <marcus@FreeBSD.org> * Joel Sutton <jsutton@bbcon.com.au> * Joel Sutton <sutton@aardvark.apana.org.au> * Jordan DeLong <fracture@allusion.net> * Jordan Irwin <antumdeluge@gmail.com> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Jose Alonso Cardenas Marquez <acm@FreeBSD.org> * Josh Tolbert * Julian Assange * Juraj Lutter <otis@sk.freebsd.org> * Kalten <kalten@gmx.at> * Karsten Brandt <kbrandt@sdf-eu.org> * Kevin Zheng <kevinz5000@gmail.com> * Kirill Ponomarew <krion@FreeBSD.org> * Kirill Ponomarew <ponomarew@oberon.net> * Klaus Goger <klaus.goger@reflex.at> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kuang-che Wu <kcwu@csie.org> * Kyle Evans <kevans@FreeBSD.org> * Lars Engels <lars.engels@0x20.net> * Lars Thegler <lars@thegler.dk> * Leland Wang <llwang@infor.org> * Loren M. Lang <lorenl@alzatex.com> * Mahdi Mokhtari <mokhi64@gmail.com> * Makoto YAMAKURA <makoto@pinpott.spnet.ne.jp> * Marc van Woerkom <3d@FreeBSD.org> * Mark Huizer <xaa+ports@timewasters.nl> * Mark Murray <markm@FreeBSD.org> * Mark Pulford <mark@kyne.com.au> * Martin Kropfinger * Martin Tournoij <carpetsmoker@xs4all.nl> * Martin Tournoij <martin@arp242.net> * Martin Wilke <miwi@FreeBSD.org> * Mateusz Piotrowski <0mp@FreeBSD.org> * Matthew Gibson <mdg583@hotmail.com> * Matthew Hunt <mph@FreeBSD.org> * Matthew Hunt <mph@pobox.com> * Max Khon <fjoe@FreeBSD.org> * Maxim Sobolev <sobomax@FreeBSD.org> * Maxime Henrion <mux@FreeBSD.org> * Michael Alyn Miller <malyn@strangeGizmo.com> * Michael Johnson <ahze@FreeBSD.org> * Michael L. Hostbaek (mich@freebsdcluster.org) * Michael Nottebrock <lofi@FreeBSD.org> * Michael Williams <ports@mgwsoftware.com> * Miguel Mendez <flynn@energyhq.es.eu.org> * Neil Blakey-Milner <nbm@FreeBSD.org> * Nick Johnson <freebsd@spatula.net> * Nicklas Johnson <freebsd@spatula.net> * Nicola Vitale <nivit@FreeBSD.org> * Nik Clayton <nik@FreeBSD.org> * Nikolai Lifanov <lifanov@mail.lifanov.com> * Oleg Alexeenkov * Oliver Lehmann <lehmann@ans-netz.de> * Patrick Li <pat@FreeBSD.org> * Patrick Li <pat@databits.net> * Pav Lucistnik <pav@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Peter Dunning * Peter Pentchev <roam@FreeBSD.org> * Philippe Audeoud <jadawin@tuxaco.net> * Pierre-Paul Lavoie <ppl@nbnet.nb.ca> * Piotr Kubaj <pkubaj@FreeBSD.org> * Piotr Kubaj <pkubaj@anongoth.pl> * Radim Kolar * Ralf Becker <ralf@akk.org> * Raymond Pasco <ray@cultofray.net> * Robert Gogolok <gogo@cs.uni-sb.de> * Rozhuk Ivan <rozhuk.im@gmail.com> * Rusmir Dusko <nemysis@FreeBSD.org> * Ryo MIYAMOTO * Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp> * Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp> * Satoshi Asami <asami@FreeBSD.org> * Sean Bruno * Sean Farley <sean-freebsd@farley.org> * Seiichirou Hiraoka * Seiichirou Hiraoka <flathill@flathill.gr.jp> * Sergey Akifyev * Shaun Amott <shaun@inerd.com> * Shinya Esu <esu@yk.rim.or.jp> * Simon Barner <barner@gmx.de> * Stas Timokhin <devel@stasyan.com> * Stas Timokhin <stast@bsdportal.ru> * Stefan Eggers <seggers@semyam.dinoco.de> * Stefan Esser <se@FreeBSD.org> * Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> * Stefan Jahn <stefan.jahn@nemesis-sektor.de> * Stefan Zehl <sec@42.org> * Stephen Hurd <shurd@FreeBSD.org> * Steve Wills <swills@FreeBSD.org> * Steven H. Samorodin (samorodi@NUXI.com) * Steven Wallace <swallace@FreeBSD.org> * Sugimoto Sadahiro <ixtl@utmc.or.jp> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sven Moeller <smoeller@nichthelfer.de> * TAKAHASHI Kaoru <kaoru@kaisei.org> * TAKATSU Tomonari <tota@FreeBSD.org> * Tatsuya Kuidoh <cdr@ga.xdsl.ne.jp> * Thomas Gellekum <tg@FreeBSD.org> * Thomas Vogt <thomas.vogt@bsdunix.ch> * Tobias Gion * Tobias Rehbein <tobias.rehbein@web.de> * Toru YANO <toru@s-fine.co.jp> * Travis Poppe <tlp@liquidx.org> * UMENO Takashi * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vanilla I. Shu <vanilla@MinJe.com.TW> * Vasily Postnicov <shamaz.mazum@gmail.com> * Vladimir Kondratiev <wulf@cicgroup.ru> * Will Andrews <andrews@technologist.com> * Wouter Reckman <gennerate@zonnet.nl> * Ying-Chieh Liao <ijliao@FreeBSD.org> * Yinghong Liu <relaxbsd@gmail.com> * Yinghong.Liu <relaxbsd@gmail.com> * Yonatan <onatan@gmail.com> * Yuichi Narahara * Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> * Yukihiro Nakai <nakai@FreeBSD.org> * Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> * Yuri Victorovich <yuri@rawbw.com> * aaron@FreeBSD.org * ada@bsd.org * alepulver * arved * asami * ayu <ayunyan@gmail.com> * benlutz@datacomm.ch * buratello@easy.com * chinsan * chinsan <chinsan.tw@gmail.com> * chris_pressey@yahoo.ca * driedfruit * edwin@mavetju.org * eivind * elfrink@introcom.nl * erich@FreeBSD.org * ericyu@mail2000.com.tw * glewis@FreeBSD.org * gmarco@giovannelli.it * gurkan@phys.ethz.ch * ijliao * issei <issei@jp.FreeBSD.org> * jamie * janek * janos.mohacsi@bsd.hu * jkh * jmacd * jmz * joerg * joerg@FreeBSD.org * johans * johnh@isi.edu * jseger@scds.com * krion@FreeBSD.org * kris@FreeBSD.org * lightside <lightside@gmx.com> * loader <loader@freebsdmall.com> * marina@surferz.net * markand * markm * mdodd * mek * michael johnson <ahze@ahze.net> * minter@lunenburg.org * nbm * neuroworker@gmail.com * nox@jelal.kn-bremen.de * pat@databits.net * petef@FreeBSD.org * pgs (original) * proff * pypt * refugee * roam@FreeBSD.org * se * searle * sec@42.org * simonm@dcs.gla.ac.uk * steve farrell * swallace * thierry@pompo.net * tmartin@andrew.cmu.edu * verm@drunkmonk.net * will * xaa@stack.nl With hat: portmgr
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-262-4/+2
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=518482
* Adjust to proposed changes in Java versioningGreg Lewis2019-07-181-1/+2
| | | | | | | | | | | | * Bug #238758 proposes to change the Java versioning from versions such as "1.6.0" to versions such as "6" (for example). Modify the Makefile checks on JAVA_PORT_VERSION to cope with either format. PR: 238980 Approved by: maintainer timeout Notes: svn path=/head/; revision=506862
* Change the order of RUN- and BUILD-depends.Mikhail Teterin2018-08-161-1/+1
| | | | | | | Requested by: mat Notes: svn path=/head/; revision=477355
* Switch from installing pre-built JARs to buildingMikhail Teterin2018-08-146-28/+83
| | | | | | | | | | | | | | from source. Use the modern bsh provided by lang/beanshell instead of the ancient bundled version. Claim maintainership. Approved by: nivit (whilom maintainer) Notes: svn path=/head/; revision=477194
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* - Drop @dirrm* from and add empty directories to plistsDmitry Marakasov2015-01-151-18/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=377091
* Stagify.Vanilla I. Shu2014-06-151-5/+4
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=357889
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276993
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Jin is an open source, cross platform, graphical client (interface)Nicola Vitale2007-03-065-0/+172
for chess servers. It currently supports these servers: * The Internet Chess Club (aka ICC) * The Free Internet Chess Server (aka FICS) A short list of Jin's main features: * Graphical chess board with many board patterns and piece sets to choose from. You can also create your own * Chat/Command console with (customizable) color-coding for different types of chat/text * A seek graph, showing the currently sought games in a visual manner * Flexible game logger, which saves your finished games to your hard disk (doesn't work in JinApplet) * A scripter, which allows you to define automatic responses to certain events * A list of common actions, which can be quickly executed at the press of a button WWW: http://www.jinchess.com/ Notes: svn path=/head/; revision=186657