Port details |
- javatari Multiplayer Atari 2600 emulator written in pure Java
- 4.1_1 emulators =2 4.1_1Version of this port present on the latest quarterly branch.
- Maintainer: danilo@FreeBSD.org
- Port Added: 2013-05-01 23:27:19
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: AGPLv3
- WWW:
- https://javatari.org
- Description:
- A multiplayer Atari 2600 emulator written in pure Java.
No external libs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- javatari>0:emulators/javatari
- To install the port:
- cd /usr/ports/emulators/javatari/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/javatari
- pkg install javatari
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: javatari
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (javatari41.jar) = ae2511a1406160297b77e55a013872b1e3215dab8c9a5095e4f8482d18157165
SIZE (javatari41.jar) = 960814
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- Patch dependencies:
-
- unzip : archivers/unzip
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_javatari
- 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 |
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) |
4.1_1 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 ) |
4.1_1 20 Jul 2022 14:21:50 |
Tobias C. Berner (tcberner) |
emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alejandro Pulver <alejandro@varnet.biz>
* Alexander Best <arundel@gmx.net>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Antipovsky <kemm@in-line.ru>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Brian Gaeke <brg@dgate.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org>
* David Naylor <naylor.b.david@gmail.com>
* David O'Brien (obrien@cs.ucdavis.edu) (Only the first 15 lines of the commit message are shown above ) |
4.1_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
4.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1_1 11 Dec 2019 21:59:09 |
danilo |
- Fix BROKEN (unfetchable) |
4.1_1 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 |
4.1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
4.1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
4.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.1 26 May 2015 18:29:49 |
danilo |
- Fix MASTER_SITES. The jar file was moved.
MFH: 2015Q2 |
4.1 12 Apr 2014 14:56:10 |
danilo |
- Update from 4.0 to 4.1
- Remove invalid category from DESKTOP_ENTRIES |
4.0 19 Dec 2013 14:43:27 |
danilo |
- Update from 3.40 to 4.0
- Remove extra tabs |
3.40 05 Dec 2013 19:13:15 |
danilo |
- Update from 3.30 to 3.40
- Add LICENSE
- Use false instead of ${FALSE} in DESKTOP_ENTRIES |
3.30 29 Sep 2013 13:45:24 |
danilo |
- Add "Created by" line to header
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: culot (mentor) |
3.30 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
3.30 16 May 2013 19:46:52 |
bdrewery |
- Update to 3.30
PR: ports/178641
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) |
3.20 10 May 2013 01:46:53 |
bdrewery |
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
Will let maintainers decide if archivers/unzip is really still needed.
Some of these ports/options remain broken due to other issues.
With hat: portmgr |
3.20 01 May 2013 23:27:09 |
bdrewery |
A multiplayer Atari 2600 emulator written in pure Java.
No external libs.
WWW: http://javatari.org
PR: ports/178248
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |