Port details |
- narcissu2 Visual novel about an encounter of terminally ill
- 1.1_2 games =2 1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2015-09-05 22:48:19
- Last Update: 2023-05-17 19:10:47
- Commit Hash: 7ca3e2e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: Freeware
- WWW:
- https://www.neechin.net/narcissu/
- Description:
- The anonymous protagonist is diagnosed with a terminal illness shortly
after his twentieth birthday, and is admitted to a hospital in Mito,
Ibaraki. There he meets Setsumi, a woman a few years older, who is
also terminally ill. Finding that they both reject to die either in
hospital or at home, they steal a car and run away together. -- VNDB
This package includes English translation for both Narcissu and
Narcissu: Side 2nd.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- narcissu2>0:games/narcissu2
- To install the port:
- cd /usr/ports/games/narcissu2/ && make install clean
- To add the package, run one of these commands:
- pkg install games/narcissu2
- pkg install narcissu2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: narcissu2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1463508439
SHA256 ([Denpa]_Narcissu_2_Eng_[unix].tar.bz2) = fb5646e8d3ec9575339d59fae0af1804d036da9174776432e15616f60271e6ce
SIZE ([Denpa]_Narcissu_2_Eng_[unix].tar.bz2) = 287533563
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:
-
- ponscr : games/ponscripter-07th-mod
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for narcissu2-1.1_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_narcissu2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1_2 17 May 2023 19:10:47 |
Jan Beich (jbeich) |
games/narcissu2: switch to Steam icons
Inspired by: AUR |
1.1_1 17 May 2023 19:10:47 |
Jan Beich (jbeich) |
games/narcissu2: unbreak fetch
fetch:
http://www.neechin.net/file_download/22/[Denpa]_Narcissu_2_Eng_[unix].tar.bz2.link:
Not Found |
1.1_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
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.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 ) |
1.1 13 Aug 2021 14:02:54 |
Jan Beich (jbeich) |
games/ponscripter-sekai: switch to 07th-mod (more active) fork
- Sekai Project mainly tested with Narcissu side 2nd script
- 07th-Mod mainly tested with Umineko script
Changes: https://github.com/07th-mod/ponscripter-fork/compare/4f887b8...v2.0.0 |
1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1 20 Jan 2020 02:01:42 |
jbeich |
Simplify port-specific manpages location after r523104
Not all of my ports are covered because:
- USES=cmake requires patching devel/cmake to undo BSD-specific defaults
(A good example why BSD quirks should stay in ports, not to be upstreamed)
- USES=meson and GNU_CONFIGURE require dropping --mandir argument
- ponscripter-sekai requires Templates/BSD.local.dist to NOT create PREFIX/man |
1.1 03 Sep 2018 00:21:45 |
jbeich |
Reorganize some my ports for better discoverability
devel/onscripter{,-1byte} -> games/onscripter{,-1byte}
devel/ponscripter-sekai -> games/ponscripter-sekai
devel/renpy{,6} -> games/renpy{,6}
devel/rlvm -> games/rlvm
dns/openmdns -> net/openmdns (where Bonjour and Avahi are) |
1.1 19 Jun 2016 11:25:29 |
mat |
Remove unnecessary evals that do-fetch was using.
Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.
This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar
So remove escaping and quoting, and sillyness.
PR: 210198
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6779 |
1.1 17 May 2016 18:10:09 |
mat |
Change how the icon file is fetched, so that its name is more plain.
With hat: portmgr
Sponsored by: Absolight |
1.1 16 Mar 2016 12:58:17 |
jbeich |
Drop default directory from _DEPENDS in my ports
https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html |
1.1 06 Sep 2015 09:05:18 |
jbeich |
games/narcissu2: unbreak fetch
Aur package files moved to git.
Reported by: pkg-fallout |
1.1 05 Sep 2015 22:48:10 |
jbeich |
games/narcissu2: add new port
PR: 195800
Reviewed by: games (amdmi3)
Approved by: bapt (mentor, previous version)
Differential Revision: https://reviews.freebsd.org/D1807
The anonymous protagonist is diagnosed with a terminal illness shortly
after his twentieth birthday, and is admitted to a hospital in Mito,
Ibaraki. There he meets Setsumi, a woman a few years older, who is
also terminally ill. Finding that they both reject to die either in
hospital or at home, they steal a car and run away together. -- VNDB
This package includes English translation for both Narcissu and
Narcissu: Side 2nd.
http://www.neechin.net/narcissu/ |