This software converts a sequences record file generated by ttyrec into a
gif animation directly using portable built-in terminal emulation engine
originated from yaft. yaft provides rare terminal emulation features such as
SIXEL/DRCS.
WWW: http://saitoha.github.io/seq2gif/
PR: 192418
Submitted by: IWAMOTO Kouichi <sue@iwmt.org>
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@
Possible due to extreme sleep deprivation, I was confused about the
limitations of the @sample keyword. The two www ports I modified last
night, phpbb3 and autoindex2, both could use @sample with config.php,
so go back and clean up my own mess. No revbump necessary as this is
functionally equivalent to what is there now.
Experimental version released on August 8th, 2014.
Major changes:
The internal architecture of Kyua to record the results of test suite
runs has completely changed in this release. Kyua no longer stores all
the different test suite run results as different "actions" within the
single store.db database. Instead, Kyua now generates a separate
results file inside ~/.kyua/store/ for every test suite run.
Due to the complexity involved in the migration process and the little
need for it, this is probably going to be the only release where the
'db-migrate' command is able to convert an old store.db file to the
new scheme.
Changes in more detail:
* Added the 'report-junit' command to generate JUnit XML result files.
The output has been verified to work within Jenkins.
* Switched to results files specific to their corresponding test suite
run. The unified store.db file is now gone: 'kyua test' creates a
new results file for every invocation under ~/.kyua/store/ and the
'kyua report*' commands are able to locate the latest file for a
corresponding test suite automatically.
* The 'db-migrate' command takes an old store.db file and generates one
results file for every previously-recorded action, later deleting the
store.db file.
* The '--action' flag has been removed from all commands that accepted
it. This has been superseded by the tests results files.
* The '--store' flag that many commands took has been renamed to
'--results-file' in line with the semantical changes.
* The 'db-exec' command no longer creates an empty database when none
is found. This command is now intended to run only over existing
files.
Reviewed by: bdrewery (D567)
Approved by: bdrewery (ports)
Experimental version released on August 8th, 2014.
* Made the testers set a "sanitized" value for the HOME environment
variable where, for example, consecutive and trailing slashes have
been cleared. Mac OS X has a tendency to append a trailing slash to
the value of TMPDIR, which can cause third-party tests to fail if they
compare ${HOME} with $(pwd).
* Issues 85, 86, 90 and 92: Made the TAP parser more complete: mark test
cases reported as TODO or SKIP as passed; handle skip plans; ignore
lines that look like "ok" and "not ok" but aren't results; and handle
test programs that report a pass but exit with a non-zero code.
Reviewed by: bdrewery (D567)
Approved by: bdrewery (ports)
SlimIt is a JavaScript minifier written in Python. It compiles
JavaScript into more compact code so that it downloads and runs faster.
SlimIt also provides a library that includes a JavaScript parser, lexer,
pretty printer and a tree visitor.
WWW: http://slimit.readthedocs.org
PR: 191386 (with minor changes)
Submitted by: Melvyn Sopacua <melvyn at magemana dot nl>
The @sample keyword got used here but it didn't work because the
extension was php.sample instead of conf.sample. Fix it with @unexec
and @exec tricks.
By the way, the previous commit to this port and the one that should
have provided this @sample fix is:
PR: 191456
The original port had several issues with it beyond staging. For example,
the INSTALLDIR mechanism didn't work because the PLIST_SUB was hardcoded
for WWWDIR. All sorts of CHMOD'ing was going on because COPYTREE_SHARE
hadn't been used. The config.php was installed directly and therefore
overwritten and/or removed each time the port was de/reinstalled. The
prefetch didn't work because it checked if INSTALLDIR was defined, but
the makefile always defines it. The whole thing had to be reworked, so
very little of provided patch actually got used.
PR: 190009
Submitted by: Joe (thralling.com)
Approved by: Nobody, maintainer was reset
Lotsa TLC: marino