These packages are susceptible to bugs when confronted with non-ASCII
characters.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182.
It takes some time to analyze and fix these individually, therefore they
are only marked as "needs work".
Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden). Existing SHA1
digests retained for now as an audit trail.
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
automatically by pthread.buildlink3.mk. Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
- reactivated code in gsm_at to retry sending PDU after
unsolicited result code
- added description of unicode handling to FAQ
- compilation fixes for gcc-3.0.4
- added quick exit for ATZ in UnixSerialPort constructor
if phone gives ERROR
- added fix for phones that return +CLIP: "Number not available."
instead of giving caller ID
- added get/setCLIRPresentation() functions to MeTa (contribution by
ivan)
- added "NO CARRIER" event to the event mechanism (contribution by
clock)
- added Win32 port of gsmsmsd (thanks to Konstantin Forostyan)
- further extented Win32 port of gsmsmsd to handle outgoing messages
- fixed problem with Ericsson T39m SMS sending (zero bytes in handshake)
- added capability to send concatenated SMSs in gsmsmsd and gsmsendsms
- fixed unsigned/signed char problems in Unix/Win32 serial port
implementations
- added capability to send multiple SMSs to gsmsendsms/gsmsmsd
A library to access GSM mobile phones through GSM modems. Features
include:
* modification of phonebooks stored in the mobile phone or on the SIM card
* reading and writing of SMS messages stored in the mobile phone
* sending and reception of SMS messages