to eliminate huge TeXLive dependency. Note that TeX terminal support is
still enabled by default because it works without them.
- Add Lua dependency to support TeX/Tikz terminal.
Approved by: glewis (maintainer)
- Update to 0.9.2
- Use INSTALL_TARGET as install-strip
while here
- Use options helpers
- Add a pkg-plist file
mp3splt
- Update to 2.6.2
while here
- Use options helpers
- Add a pkg-plist file
PR: 195923
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> (maintainer)
instead of setgid root. The port redefines BINGRP when necessary,
but since BINGRP was being passed in MAKE_ARGS, it overrode those
redefinitions. Passing BINGRP in MAKE_ENV instead should allow
uidfix to still work, while making sure that the games are installed
with the correct group.
Submitted by: Glen Foster
MFH: 2014Q4
without changing Zend. Support for the following types is introduced:
* string
* integer, int
* float, double
* boolean, bool
* resource
Variadic support for all of the above types is also included.
WWW: http://pecl.php.net/package/strict
PR: 195425
Submitted by: Gasol Wu <gasol.wu@gmail.com>
address, such as country, region or state, city, latitude and longitude, US
ZIP code, time zone, Internet Service Provider (ISP) or company name, domain
name, net speed, area code, weather station code, weather station name,
mobile country code (MCC), mobile network code (MNC) and carrier brand,
elevation, and usage type.
WWW: http://pecl.php.net/package/ip2location
PR: 195421
Submitted by: Gasol Wu <gasol.wu@gmail.com>
city, latitude, longitude, zip code, time zone, ISP, domain name, connection
type, area code, weather, mobile network, elevation, usage type by IP address
or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN
database which consists of real data for IP address range 0.0.0.0 to 99.255.
255.255. This database contains IP address blocks as key and countries as
values.
WWW: http://www.ip2location.com/c.aspx
PR: 195420
Submitted by: Gasol Wu <gasol.wu@gmail.com>
- Remove ${STAGEDIR}/usr/local/www/rt42 which is unused
- Add ${DATADIR}/{etc,lib,plugins} as empty directories: these
are used by RT extensions.
- Use @dir() to manage directories created under /var. This will
prevent the unconditional removal and replacement of the cache
directories during updates, which results in those directories
ending up with the wrong ownership.
PR: 195871
Submitted by: me@nileshgr.com
- Remove optional installation of PORTDOCS, staging takes care of that
- Unmute install commands
- Use @dir() instead of one big chown to set directory permissions
PR: 194921 [1]
Submitted by: timp87@gmail.com [1]
Approved by: maintainer