Port details |
- renpy6 Framework for developing visual-novel type games
- 6.18.3_7 devel
=0 6.18.3_7Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2016-09-06 23:45:37
- Last Update: 2018-09-03 00:21:45
- SVN Revision: 478837
- Also Listed In: games
- License: APACHE20 BSD3CLAUSE DejaVu LGPL21+ MIT OFL11 ZLIB ART20 PSFL FREETYPE LIBJPEG LIBPNG MSVCR90
- WWW:
- https://www.renpy.org/
- Description:
- Ren'Py is a visual novel engine that helps you use words, images, and
sounds to tell stories with the computer. These can be both visual
novels and life simulation games. The easy to learn script language
allows you to efficiently write large visual novels, while its Python
scripting is enough for complex simulation games.
WWW: https://www.renpy.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: renpy6
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1473191823
SHA256 (renpy-6.18.3-sdk.tar.bz2) = 0b2a45c510b60b07b414592e42590ae5e46f480b08380a257b08c21ca88b7f91
SIZE (renpy-6.18.3-sdk.tar.bz2) = 46125089
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: devel/renpy
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-game>0 : devel/py-game@py27
- sdl-config : devel/sdl12
- cython-2.7 : lang/cython@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-game>0 : devel/py-game@py27
- py27-tkinter>0 : x11-toolkits/py-tkinter@py27
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Library dependencies:
-
- libfribidi.so : converters/fribidi
- libpng.so : graphics/png
- libavcodec.so : multimedia/ffmpeg
- libfreetype.so : print/freetype2
- libSDL.so : devel/sdl12
- libGLEW.so : graphics/glew
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for renpy6-6.18.3_7:
DIST=on: Distribution runtimes for Windows, OS X, Linux
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
TKINTER=on: Install Tkinter to allow choosing Projects Directory
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7 shebangfix tar:bz2
- 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) |
This is a slave port. You may also want to view the commits to the master port: devel/renpy |
Commit | Credits | Log message |
6.18.3_7 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) |
6.18.3_7 02 Jun 2018 16:21:07 |
jbeich |
devel/renpy: update to 7.0.0
Changes: https://www.renpy.org/release/7.0 (see Announcment)
Changes: https://www.renpy.org/doc/html/changelog.html#renpy-7-0
MFH: 2018Q2 (stabilization, no in-tree consumers) |
6.18.3_7 16 May 2018 22:50:26 |
jbeich |
devel/renpy: unbreak with cython 0.28
PR: 228235
Obtained from: upstream |
6.18.3_6 16 May 2018 19:35:50 |
jbeich |
devel/renpy6: mark BROKEN after r470010
Error compiling Cython file:
------------------------------------------------------------
..
IMAGEDISSOLVE = 2
PIXELLATE = 3
cdef class Render:
def __init__(Render self, float width, float height, draw_func=None,
layer_name=None, bint opaque=None): #@DuplicatedSignature
^
------------------------------------------------------------
/wrkdirs/usr/ports/devel/renpy6/work-py27/renpy-6.18.3-sdk/renpy/display/render.pyx:451:102:
Cannot assign None to bint (Only the first 15 lines of the commit message are shown above ) |
6.18.3_6 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
6.18.3_5 24 Apr 2018 13:57:16 |
jbeich |
devel/renpy6: unbreak with ffmpeg 4.0
ffdecode.c:840:67: error: use of undeclared identifier 'CODEC_CAP_DELAY'
if (!pkt_temp->data && dec->codec->capabilities &
CODEC_CAP_DELAY)
^
ffdecode.c:1246:29: error: use of undeclared identifier 'CODEC_FLAG2_FAST'
if(fast) enc->flags2 |= CODEC_FLAG2_FAST;
^
PR: 227726 |
6.18.3_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
6.18.3_4 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
6.18.3_3 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
6.18.3_2 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
6.18.3_1 24 Nov 2016 14:23:40 |
jbeich |
devel/renpy6: bring back cython fixes lost in r421472
$ katawa-shoujo
KeyError(4294967295,)
Full traceback:
File "renpy/common/00start.rpy", line 152, in script
$ ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/usr/local/share/renpy/renpy/ast.py", line 785, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide,
store=self.store)
File "/usr/local/share/renpy/renpy/python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 152, in <module>
$ ui.interact(suppress_underlay=True, suppress_overlay=True)
File "/usr/local/share/renpy/renpy/ui.py", line 247, in interact (Only the first 15 lines of the commit message are shown above ) |
6.18.3 06 Sep 2016 23:44:59 |
jbeich |
devel/renpy: add 6.18 slave for compatibility with games/katawa-shoujo
PKGNAMESUFFIX is based on 6.99.11 being "the latest in a series of
releases that will culminate in Ren'Py 7". |