Python bindings for poppler-qt4.
WWW: http://python-poppler-qt4.googlecode.com
PR: based on ports/171223
Submitted by: Martin Dieringer <martin.dieringer at gmx.de>
- Fix grammar error in pkg-descr
- Switch backup mirror to using Github via
USE_GITHUB
Changelog:
-- Introduce proper space calculation by each boot environment in *beadm list*
-- Rework the *beadm destroy* command so no orphans are left after destroying boot environment.
-- Fix the *beadm mount* and *beadm umount* commands error handling.
-- Rework consistency of all error and informational messages.
-- Simplify and cleanup code where possible.
-- Fix *beadm destroy* for 'static' (not cloned) boot environments received by *zfs receive* command.
-- Use mktemp(1) where possible.
-- Implement *beadm list -a* option to list all datasets and snapshots of boot environments.
-- Add proper mountpoint listing to the *beadm list* command.
% beadm list
BE Active Mountpoint Space Created
default NR / 11.0G 2012-07-28 00:01
test1 - /tmp/tmp.IUQuFO 41.2M 2012-08-27 21:20
test2 - - 56.6M 2012-08-27 21:20
-- Change snapshot format to the one used by original *beadm* command (%Y-%m-%d-%H:%M:%S).
% zfs list -t snapshot -o name -r sys/ROOT/default
NAME
sys/ROOT/default@2012-08-27-21:20:00
sys/ROOT/default@2012-08-27-21:20:18
-- Implement *beadm list -D* option to display space that would be consumed by single boot environment if all other boot environments will be destroyed.
% beadm list -D
BE Active Mountpoint Space Created
default NR / 9.4G 2012-07-28 00:01
test1 - /tmp/tmp.IUQuFO 8.7G 2012-08-27 21:20
test2 - 8.7G 2012-08-27 21:20
-- Add an option to BEADM DESTROY command to not destroy manually created snapshots used for boot environment.
# beadm destroy test1
Are you sure you want to destroy 'test1'?
This action cannot be undone (y/[n]): y
Boot environment 'test1' was created from existing snapshot
Destroy 'default@test1' snapshot? (y/[n]): y
Destroyed successfully
# beadm destroy test1
Are you sure you want to destroy 'test1'?
This action cannot be undone (y/[n]): y
Boot environment 'test1' was created from existing snapshot
Destroy 'default@test1' snapshot? (y/[n]): n
Origin snapshot 'default@test1' will be preserved
Destroyed successfully
Approved by: eadler, bapt (mentors, implicit)
traffic.
PACKTER systems are composed of Packter Viewer and Packter Agent.
Packter Viewer draws a flying object by receiving Packter Protocol from
Packter Agent.
WWW: http://www.packter.net
PR: ports/171334
Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp>
- Bump PORTREVISION (change pkg-plist)
- Convert to the new options framework
- Remove LICENSE_FILE variable
- Remove address no longer available from MASTER_SITES
- Run 2to3 script on examples/docs dir, and include
devel/py-virtualenv/files/py3-fix-pkg-plist.inc when
Python version >= 3.0
- Rearrange Makefile to support a slave port (Jinja2-doc),
that only installs documentation. That is to avoid a
circular dependency between this port and textproc/py-sphinx,
which is necessary to build docs
- Add a test target to Makefile
BuildLog: http://goo.gl/yfMhR
such as MOVED, modifying origins. It is lacking an upstream and active
contributions. It also lacks support for pkgng.
Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
Approved by: jsa (maintainer)
Approved by: bapt (mentor)