Hack is monospaced font designed to be a workhorse typeface for code. It has
deep roots in the libre, open source typeface community and expands upon the
contributions of the Bitstream Vera & DejaVu projects. The project is in
active development. We welcome your input and contributions.
WWW: https://sourcefoundry.org/hack/
* Update PORTVERSION and distinfo checksum (0.1.1)
* Add LICENSE_FILE
* Document actual Python version support in a comment for later
* Patch setup.py to properly declare test dependencies and hook up the
test command
* Add TEST_DEPENDS and test target for QA
https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst
Approved by: Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email)
Fix the PORTS_PCAP option LIB_DEPENDS entry ambiguously depending on
net/libpcap, which should be libpcap.so.1 so as not to be satisfied
with the pcap library provided by base. [1]
While I'm here:
- Explicitly BUILD_DEPEND on libhtp >= 0.5.20, as configure breaks when
that minimum version is not available.
PR: 211578
Reported by: marino [1]
3D Scientific Data Visualization and Plotting
The Mayavi project includes two related packages for 3-dimensional
visualization:
Mayavi: A tool for easy and interactive visualization of data, with
seamless integration with Python scientific libraries.
TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular
open-source visualization library.
These libraries operate at different levels of abstraction. TVTK
manipulates visualization objects, while Mayavi lets you operate
on your data, and then see the results. Most users either use the
Mayavi user interface or program to its scripting interface; you
probably don't need to interact with TVTK unless you want to create
a new Mayavi module.
WWW: http://code.enthought.com/projects/mayavi/
PR: 204435
Submitted by: Vladimir Chukharev <vladimir.chukharev@gmail.com>
The previous commit message indicated PYTHON_PKGNAMEPREFIX was added
to the pillow dependency specification, but the commit didn't actually
contain that change, so add it now.
PR: 211578
Back in r342092 (Jan 2014), the LIB_DEPENDS specification was updated
from pcap to libpcap.so, which effectively moved the dependency from
the ports version of libpcap to the base version. The maintainer
also indicated the ports listed in the PR should specify the net/libpcap.
PR: 211578
The specification on libpcap came on the v1.6 => v.1.8.5 transition
while the port was unmaintained. Assume the change originator intended
for the ports libpcap to be used, but didn't realize it needed an
explicit version number to avoid the base library from satisfying the
requirement. While here, remove an obsolete CONFLICTS definition.
PR: 211578
The WITH_DAG knob implies that the ports version of libpcap is desired
for yaf, not the base version as it is currently configured. Fix the
dependency specification accordingly.
PR: 211578
the source code of id Software's DOOM. ZDoom boasts enhanced modding support,
as well as support for the following games:
* Ultimate Doom
* Doom II
* Final Doom
* Heretic
* Hexen
* Strife
* Chex Quest (1 & 3)
* Action Doom II
* Harmony v1.1
* Hacx
* The Adventures of Square
WWW: http://www.zdoom.org/
PR: 211588
Submitted by: Kyle Evans <bsdports@kyle-evans.net>
Remove 11.0-BETA1 and 11.0-BETA2, which have been removed from
the mirrors.
Approved by: bdrewery (maintainer, implicit, re blanket)
Sponsored by: The FreeBSD Foundation
- Add php extensions:
.gd (needed for manipulation of images and also for CAPTCHAs)
.mbstring (needed for an UTF-8 compatible lower case filter)
.calendar (needed for calendar feature)
.zip (needed for features such as XML Wiki Import/Export
and PluginArchiveBuilder)
.fileinfo (needed for the 'Validate uploaded file content' preference)
.intl (intl extension is preferred for Tiki 15 onwards)
.mcrypt (Enable safe, encrypted storage of data)
Changelog:
https://sourceforge.net/p/tikiwiki/code/HEAD/tree/tags/15.2/changelog.txt#l34
PR: 211566
Submitted by: Danilo G. Baio
- Include the gem-rehash plugin (now included with rbenv) [1]
- Update the autocompletion patch [1]
- Update WWW homepage, add pkg-descr [1]
- Fix absolute path link to libexec/rbenv
PR: 211536 [1]
Submitted by: Jose Luis Duran (via private email) [1]
Approved by: Koichiro IWAO (maintainer)
Add several missing dependencies, as reported by `make stage-qa`.
Clean up port options:
o `COLORD` and `OPENEXR` had an incomplete an dependencies list.
o `NLS` was broken when turned off.
o `RAWSPEED` and `SQUISH` were not CMake knobs anymore in darktable.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D7147
- Since duke4.org currently has no DNS records and burnbit.com doesn't
respond, fetching optional distfiles fails.
Now hosted on maintainers server. [1]
- Convert rest of the options to helpers
PR: 210970 [1]
Submitted by: Piotr Kubaj (maintainer) [1]
This is done after the port has been built, so it is already building,
so it does not need to be added a BUILD_DEPENDS on gettext-tools.
Discussed with: dumbbell
Sponsored by: Absolight
The previous basename() API was shadowing bugs anyway. This Linux-originated
library assumes GNU basename(3) behavior. GNU basename(3) is non-destructive
and non-allocating; it always returns a pointer into the original string. This
library uses that behavior to do things like compare pointer results directly
(the source path was already a basename) or subtract pointer values directly
(compute the substring that constitutes dirname).
Resolve the issue by aliasing all internal elfutils basename() invocations
through an implementation of GNU basename(3) named "eu_basename."
Build log highlighting the problem:
http://beefy4.nyi.freebsd.org/data/head-amd64-default/p419462_s303652/logs/elfutils-0.163_6.log
Approved by: bdrewery
Differential Revision: https://reviews.freebsd.org/D7404
Perl package names changed somewhat recently, so add more <name> entries
to improve coverage for users on systems with outdated ports/packages
PR: 211561