Port details |
- nestopia Portable NES/Famicom emulator
- 1.51.1 emulators
=0 1.51.1Version of this port present on the latest quarterly branch. - Maintainer: nc@FreeBSD.org
 - Port Added: 2016-01-19 05:53:09
- Last Update: 2021-10-10 19:44:42
- Commit Hash: 2c672a4
- License: GPLv2
- Description:
- Nestopia is a portable NES/Famicom emulator written in C++.
Nestopia UE (Undead Edition) is a fork of the original source code, with
enhancements from members of the emulation community. This includes
support for new platforms, and bug fixes in the emulator core.
WWW: http://0ldsk00l.ca/nestopia/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nestopia>0:emulators/nestopia
- To install the port:
- cd /usr/ports/emulators/nestopia/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/nestopia
- pkg install nestopia
- PKGNAME: nestopia
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1630122040
SHA256 (rdanbrook-nestopia-1.51.1_GH0.tar.gz) = 6c2198ed5f885b160bf7e22a777a5e139a7625444ec47625cd07a36627e94b3f
SIZE (rdanbrook-nestopia-1.51.1_GH0.tar.gz) = 1578970
- 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:
-
- autoconf-archive>=0 : devel/autoconf-archive
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- sdl2-config : devel/sdl20
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- xorgproto>=0 : x11/xorgproto
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- Library dependencies:
-
- libao.so : audio/libao
- libepoxy.so : graphics/libepoxy
- libfltk.so : x11-toolkits/fltk
- libGLU.so : graphics/libGLU
- libarchive.so.13 : archivers/libarchive
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for nestopia-1.51.1:
DOCS=on: Build and/or install documentation
JACK=off: JACK audio server support
===> Use 'make config' to modify these settings
- Options name:
- emulators_nestopia
- USES:
- autoreconf desktop-file-utils gl gnome libarchive localbase:ldflags pkgconfig sdl xorg
- 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 |
10 Oct 2021 19:44:42 1.51.1
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
06 Sep 2021 19:27:28 1.51.1
|
Tobias Kortkamp (tobik)  |
*: Clean up some things
- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
28 Aug 2021 05:16:13 1.51.1
|
Neel Chauhan (nc)  |
emulators/nestopia: Update to 1.51.1 |
02 Aug 2021 16:03:15 1.51.0_1
|
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
21 Jun 2021 16:52:42 1.51.0
|
Neel Chauhan (nc)  |
emulators/nestopia: Update to 1.51.0 |
07 Apr 2021 08:09:01 1.50
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.50
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
05 Jan 2021 15:33:40
1.50
|
nc  |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
03 Dec 2020 00:26:17
1.50
|
wen  |
- Pass maintainership to submitter
PR: 251549
Submitted by: neel@neelc.org |
28 Mar 2020 11:26:59
1.50
|
rene  |
Return Neels ports to the pool on his request.
Submitted by: neelc@neelc.org (former maintainer) via freebsd-ports |
21 Feb 2020 20:13:21
1.50
|
tcberner  |
emulators/nestopia: Update to 1.50
PR: 243688
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
08 Nov 2019 10:08:50
1.49_2
|
tobik  |
e*: Add missing USES={gnome,sdl,xorg} |
12 Apr 2019 22:53:22
1.49_2
|
swills  |
emulators/nestopia: Add option for jack support
PR: 236627
Submitted by: checo1705@secmail.pro
Approved by: Neel Chauhan <neel@neelc.org> (maintainer) |
26 Dec 2018 12:23:44
1.49_1
|
linimon  |
Remove -Wno-narrowing which is unsupported by base GCC and add
USE_CXXSTD=c++98, which makes this port build with both base GCC
and Clang.
While here, add USES=gl gnome.
PR: 234387
Submitted by: Piotr Kubaj |
11 Sep 2018 18:34:28
1.49_1
|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
10 Sep 2018 13:14:52
1.49
|
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 |
03 Aug 2018 02:54:03
1.49
|
yuri  |
emulators/nestopia: Update 1.48 -> 1.49
Port changes:
* Use DISTVERSION
* Add LICENSE_FILE
* Change cmake -> autoreconf, add BUILD_DEPENDS autoconf-archive
* Remove stripping: it's now done by the project
PR: 229796
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
05 Sep 2017 17:13:08
1.48
|
tobik  |
emulators/nestopia: Update to 1.4.8
PR: 222058
Submitted by: Neel Chauhan <neel@neelc.org> |
23 May 2017 05:03:16
1.47_1
|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
01 Apr 2016 14:00:57
1.47
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
19 Jan 2016 05:52:58
1.47
|
vanilla  |
Add nestopia 1.47, portable NES/Famicom emulator.
PR: 206311
Submitted by: neel@neelc.org |