notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ponscripter-sekai NScripter-like novel-game interpreter with Unicode support
0.0.6_5 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.0.6_5Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-02-10 21:04:15
Last Update: 2018-09-03 00:21:45
SVN Revision: 478837
Also Listed In: games
License: GPLv2+
WWW:
https://github.com/sekaiproject/ponscripter-fork
Description:
Ponscripter is an interpreter for visual-novel-type games, derived from the NScripter design but modified significantly to improve support for Western languages (at the cost of diminished support for Japanese). Ponscripter is a fork of ONScripter-En that drops any attempt to remain in synch with the upstream source code, and instead concentrates on providing the best possible support for Western languages. It is no longer fully NScripter-compatible, but remains an easy target to port NScripter games to when localising them. This fork takes advantage of SDL2 and improves Steam integration. WWW: https://github.com/sekaiproject/ponscripter-fork
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (9 items)
Collapse this list.
  1. bin/ponscr
  2. share/emacs/site-lisp/ponscripter-mode.el
  3. man/man6/ponscr.6.gz
  4. man/man7/ponscr-ext.7.gz
  5. man/man7/ponscr-syntax.7.gz
  6. man/man7/ponscripter.7.gz
  7. /usr/local/share/licenses/ponscripter-sekai-0.0.6_5/catalog.mk
  8. /usr/local/share/licenses/ponscripter-sekai-0.0.6_5/LICENSE
  9. /usr/local/share/licenses/ponscripter-sekai-0.0.6_5/GPLv2+
Collapse this list.
Dependency lines:
  • ponscripter-sekai>0:devel/ponscripter-sekai
No installation instructions:
This port has been deleted.
PKGNAME: ponscripter-sekai
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (sekaiproject-ponscripter-fork-v0.0.6_GH0.tar.gz) = 888a417808fd48f8f55da42c113b04d61396a1237b2b0fed2458e804b8ddf426 SIZE (sekaiproject-ponscripter-fork-v0.0.6_GH0.tar.gz) = 30562500

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. xmlto : textproc/xmlto
  2. sdl2-config : devel/sdl20
  3. gmake : devel/gmake
Library dependencies:
  1. libsmpeg2.so : multimedia/smpeg2
  2. libfreetype.so : print/freetype2
  3. libvorbisfile.so : audio/libvorbis
  4. libSDL2.so : devel/sdl20
  5. libSDL2_image.so : graphics/sdl2_image
  6. libSDL2_mixer.so : audio/sdl2_mixer
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ponscripter-sekai-0.0.6_5: DOCS=on: Build and/or install documentation MANPAGES=on: Build and/or install manual pages TREMOR=off: Tremor audio decoder support ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
compiler:c++11-lang gmake shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/sekaiproject/ponscripter-fork/tar.gz/v0.0.6?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.6_5
03 Sep 2018 00:21:45
Revision:478837Original commit files touched by this commit
jbeich search for other commits by this committer
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)
0.0.6_5
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
0.0.6_4
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.0.6_3
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.0.6_2
25 Dec 2016 00:23:13
Revision:429387Original commit files touched by this commit
jbeich search for other commits by this committer
Simplify spelling for softfp defaults
0.0.6_2
16 Mar 2016 12:58:17
Revision:411229Original commit files touched by this commit
jbeich search for other commits by this committer
Drop default directory from _DEPENDS in my ports

https://lists.freebsd.org/pipermail/freebsd-ports/2015-October/100794.html
0.0.6_2
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.0.6_2
26 Aug 2015 21:33:20
Revision:395402Original commit files touched by this commit
jbeich search for other commits by this committer
devel/ponscripter-sekai, games/openbor: add TREMOR option

TREMOR is enabled by default on platforms without hardware floating point.
0.0.6_1
19 Jul 2015 07:42:22
Revision:392488Original commit files touched by this commit
jbeich search for other commits by this committer
Convert my ports to target option helpers
0.0.6_1
19 Jul 2015 07:42:02
Revision:392487Original commit files touched by this commit
jbeich search for other commits by this committer
devel/ponscripter-sekai: expose DOCS option
0.0.6
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.0.6
16 Feb 2015 08:12:17
Revision:379072Original commit files touched by this commit
jbeich search for other commits by this committer
Improve style/consistency among the ports I maintain

- Convert to COPYTREE_SHARE
- Drop unnecessary MKDIR before COPYTREE_SHARE
- Drop bsd.port.options.mk if only DOCS requires it without dependencies
- Use separate backup if several REINPLACE_CMD against the same file
- audio/alsa-utils: convert to LIBS

Differential Revision:	https://reviews.freebsd.org/D1851
Approved by:	bapt (mentor)
0.0.6
10 Feb 2015 21:04:01
Revision:378798Original commit files touched by this commit
jbeich search for other commits by this committer
Add new port: devel/ponscripter-sekai

PR:		195799
Differential Revision:	https://reviews.freebsd.org/D1804
Approved by:	bapt (mentor)

Ponscripter is an interpreter for visual-novel-type games, derived from
the NScripter design but modified significantly to improve support for
Western languages (at the cost of diminished support for Japanese).

Ponscripter is a fork of ONScripter-En that drops any attempt to remain
in synch with the upstream source code, and instead concentrates on
providing the best possible support for Western languages. It is no
longer fully NScripter-compatible, but remains an easy target to port
NScripter games to when localising them.

This fork takes advantage of SDL2 and improves Steam integration.

WWW: https://github.com/sekaiproject/ponscripter-fork

Number of commits found: 13