analysis of binary data as simple and natural as possible.
BitStrings can be constructed from integers (big and little endian), hex, octal,
binary, strings or files. They can be sliced, joined, reversed, inserted into,
overwritten, etc. with simple functions or slice notation. They can also be
read from, searched and replaced, and navigated in, similar to a file or stream.
bitstring is open source software, and has been released under the MIT licence.
WWW: http://pypi.python.org/pypi/bitstring
PR: ports/152688
Submitted by: Sofian Brabez <sbrabez at gmail.com>
- Add DESKTOP_ENTRIES if the client is installed
- Get rid of MD5 distinfo
- Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys
games/ioquake3-devel
- Update to SVN snapshot 1803, contains a number of fixes including the PAE
patch by Nerius Landis
- Make the port capable of being a master port
games/openarena
- Update to the latest source release
- Add PAE fix
games/openarena-oax
- Update to the latest release
games/iourbanterror
- Abandon urbanterror provided source for ioquake3 source, because the project
has announced a switch to a closed source licensing model
- Enslave to games/ioquake3-devel
- Change versioning scheme to resemble official version numbers
- Bump portepoch
PR: ports/152637
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
- Remove Legacy USE_BISON in bsd.port.mk [2]
- Remove Legacy 2004 Hack in bsd.port.mk [3]
- CONFLICT handling in has been reworked. There are two new variables in bsd.ports.mk:
- CONFLICTS_BUILDS: Check for conflicts prior to build
- CONFLICTS_INSTALL: Check for conflicts prior to installation stage
The existing CONFLICTS checks for conflicts prior to build and installation stage.
Users could defer the conflict check of CONFLICTS_BUILDS and CONFLICTS to the installation stage by using DEFER_CONFLICTS_CHECK.
As already possible with CONFLICTS the new conflict checks could be disabled by using DISABLE_CONFLICTS.
This patch was submitted by beat@
PR: ports/149670 [1]
ports/151806 [2] [3]
Subitted by: bf <bf1783@gmail.com> [1]
Eitan Adler <lists@eitanadler.com> [2] [3]
- Bump portrevisions of plugins with no new version
- Recreate checksum files to new standard
- Add LICENSE infos
- Mark MAKE_JOBS_SAFE
PR: 152711
Submitted by: Pawel Pekala <c0rn@o2.pl>
- Introduce Unicode 6.0.0 data
- Add LICENSE
- Update WWW
- Take maintainership
Changes:
- Add support for SVG output (works correctly only for single page output)
and client-side definitions into common.conf.
While here, slide the 7-stable release to 7.3. This was driving me
crazy while trying to debug the INDEX and duds problems.
definitions and the client-side definitions.
While here, add ARCHS_SUPPORTING_COMPAT_IA32, which is needed to get
linux emulation ports to be properly detected on head nodes that are
build from first principles (e.g. !pointyhat).
nodes that don't have /usr/src. On pointyhat, this "just happens to
work"; on a cleanly installed system like pointyhat-west, it didn't.
Add overrides for Linux compatibility (again, it "just happened to work"
on pointyhat).
Move the code that sets PORTSDIR and SRC_BASE to the server side only.
The code that overrides OSVERSION, OSREL, and BRANCH _must_ remain in
the common code.