You're in a garden with yummy veggies and a farmer who's not keen on you
eating them. You can hide (and move around) under the ground.
Bouncy was written so it could be enjoyed by my daughter,
who is about to turn 3, and by older gamers. Hence it's not a violent game
and "easy" is really, really easy, and "hard" is challenging.
WWW: http://pyweek.org/e/bouncy/
PR: ports/171224
Submitted by: nemysis (self)
Approved by: wg (mentor)
- While I'm here:
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
PR: ports/184306
Submitted by: Alexey Markov <redrat@mail.ru>
This release contains a new file search dialog based on the find and grep
commands that allows to quickly retrieve files and folders and perform the
usual file operations on them. Many bugs were also fixed. Spanish, italian,
greek, czesch, german, swedish and brazilian portuguese translations were
updated.
- Support NLS
- STAGE-clean
- While I'm here:
- Convert to new options helper
- Use USES=gmake
PR: ports/184275
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
- Support STAGEDIR
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/184272
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Changelog:
- Improved build system
- Allow to hook plugins, before closing the local db if it was opened in RW mode
- Allow ARCH to be printed by pkg info
- New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand
- Use port specified in the SRV entries to connect to a given mirror
- Properly support srv priority/weigh when ordering mirrors
- Lots of spelling/grammar fixes
- Broken incremental pkg repo support was removed.
- ABI is now checked again using globs:
* a 'noarch' package should just specify: ARCH: 'freebsd:*'
* a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*'
- new pkg config subcommand to allow direct query of options
- options can now have a description
- pkg repo can now take new arguments:
pkg repo [path] [rsa_key|'signing_command: <command>']
This allow calling external command to perform the signing and
pass the checksum to be signed in the command stdin.
- in case pkg info is querying a file or is a single direct match
query then default on -f
- pkg info -q is now equivalent of pkg info -qa
- expat is now always bundled (for vuxml)
- vuxml is now the default source for pkg audit
- Accept empty/comment only configuration files
- Print a pkg name only once - even if multiple vulns were found - when using -q
in pkg audit
- pkg info now default on glob matching
- Support for pkg+foo url scheme where foo can be (http, https, ftp).
- pkg add is now able to read the packages from a pipe or a non-regular
file '-' is an alias for stdin, this also works from pipes, fifos,
unix domain sockets etc.
- New 'fingerprint' kind of signature:
if a repository is declared using the fingerprint type of
signature, a fingerprint directory should also be provided.
Inside that fingerprint directory should be 2 directories:
trusted and revoked. Those directories will contains files (in
yaml/ucl format) containing the fingerprint of the trusted
certificated and the revoked ones:
--- begins --
function: sha256
fingerprint: an_hex_representation_of_the_fingerprint
--- ends ---
All unknown attribute will be silently ignored to allow extending
in the future.
It also support multiple signatures inside the catalog. the
catalog should provide the signature in the following form:
name.sig
name.cert
- packagesite in pkg.conf is deprecated in favour using dedicated
repository configuration files
- REPO_DIR is now a list instead of a simple string
- New git like aliases to allow creating custom commands
- Allow using '?' operator in pkg query expressions
- Fix ssh:// support
- New PKG_SSH_ARGS to allow passing custom arguments to ssh command
used for the ssh:// protocol
- Do not generate catalogs in pkg 1.0 format anymore.
- YAML is replaced by UCL format:
Both formats are really simular. pkg(8) will falls back on parsing YAML
when the UCL parser fail. And will emit a warning to the
user showing a syntax that is compatible with both YAML and UCL.
More informations on UCL: https://github.com/vstakhov/libucl
- Dependencies on library is now automatic via pkg register and pkg
create
- Auto upgrade of pkg(8) now restart the upgrade process automatically
- Lots of bug fixes discovered by Coverity Scan
- New debug level traces
- Bug fixes in zsh completion
- rquery can now take a -I argument to output index like lines (needed for
bsdconfig)
- Skip self upgrade with -F is passed
- Autodetect if libelf should be used bundled
- Lots of bug fixes
Thanks a lot to all people allowed this release to happen, may that be from providing
code, ideas, submitting bugs, documenting or just supporting.
- changes since 1.2.0 rc1:
* Couple of style fixes
* Fix loading yaml keywords
* Fix building on Dragonfly
* Autodetect if libelf should be used bundled
* Fix a bug if pkg audit -F got interrupted
* Allow 'enabled' entry from repo configuration to be a string and raise a warning about it
name of this port and avoid a package name collision with other GCC
ports. This also allows us to remove LATEST_LINK.
And it finally allows for a simple and proper CONFLICTS between
lang/gcc and lang/gcc46.
with math/mpc. [1]
Adjust to new LIB_DEPENDS standard.
Broker a maintainer handover. [2]
Approved by: portmgr (bapt) [1]
Mark Reidel <ports@mark.reidel.info> (old maintainer) [2]
gblach (new maintainer) [2]
form polygons. The stars are continuously moving, which makes this tricky.
Various opportunities exist to gain bonus points.
WWW: http://www.newbreedsoftware.com/popstar/
PR: ports/170939
Submitted by: nemysis (self)
Approved by: wg (mentor)
game "Entombed", 1982 U.S. Games.
Wikipedia "Entombed (video game)"
You and your team of archeologists have fallen into the
"catacombs of the zombies". There's no time for research, though;
the walls are closing in, and the zombies have sprung to life!
Fortunately, you've discovered an ancient mystical potion which allows you to
create and destroy walls. Bottles of this potion are strewn about the catacombs.
Grab them, and you can break through walls when you get stuck,
or create a wall behind you, if you're being chased.
The longer you survive, the faster you have to move.
WWW: http://www.newbreedsoftware.com/entombed/
PR: ports/170918
Submitted by: nemysis (self)
Approved by: wg (mentor)
- Support for configuring remote shares using Samba's NetAPI library.
- Improved embedding support through XEMBED.
- Support for arrays in VBScript.
- Various bug fixes.
Process two scripts installed with USES=shebangfix. [1]
Reported by: dbn [1]