- drop readline and getaddrinfo patches, not needed any more.
- add another mirror to MASTER_SITES, lftp.yar.ru makes weird
redirections. Prefer http:// for this mirror, but also add ftp:// for
''make peek-ftp''
from maintainer Rafael Sadowski, input from and ok sthen@
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)