to the wobj group. For a port build, there is no point in changing
the obj subdirectory to a different group after extraction, so set
WOBJGROUP to the group of the WRKBUILD directory. This fixes dpb
setups where privileges are dropped to the _pbuild user during the
build stage. ok sthen@
OK feinerer@
Wammu is a program to manage data in your cell phone such as contacts,
calendar or messages. It is built on Gammu library, which provides
abstraction layer to work with different cell phones from different
vendors (including Nokia, Sony-Ericsson, Motorola, Samsung, Siemens,
Huawei and others).
Tweaks, tests and OK feinerer@
Gammu command line utility provides access to wide range of phone
features, however support level differs from phone to phone and you
might want to check Gammu Phone Database for user experiences with
various phones. Generally following features are supported:
* Call listing, initiating and handling
* SMS retrieval, backup and sending
* MMS retrieval
* Phonebook listing, export and import (also from standard
formats such as vCard)
* Calendar and tasks listing, export and import (also from
standard formats such as vCalendar or iCalendar)
* Retrieval of phone and network information
* Access to phone file system.
2.3.3 update. Sniff the packets in sndrcv() like it is done on
FreeBSD and Darwin. Without this patch, everything worked with
virtual qemu. But on real ethernet hardware sr() sends TCP packets
to the broadcast MAC address as scapy did not see the ARP reply to
figure out the correct MAC address.
OK danj@ (maintainer)
Required by upcoming updates of graphics/enblend-enfuse and
grapthics/hugin.
Input and ok sthen@
VIGRA stands for "Vision with Generic Algorithms". It's an image
processing and analysis library that puts its main emphasis on
customizable algorithms and data structures. VIGRA is especially strong
for multi-dimensional images, because many algorithms (e.g. filters,
feature computation, superpixels) are implemented for arbitrary high
dimensions.
fzy is a fast, simple fuzzy text selector for the terminal with an advanced
scoring algorithm.
Most other fuzzy matchers sort based on the length of a match. fzy tries
to find the result the user intended. It does this by favouring matches on
consecutive letters and starts of words. This allows matching using acronyms
or different parts of the path.
OK jca@