summaryrefslogtreecommitdiff
path: root/comms/gsmlib
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-3/+1
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).
2004-11-12This package uses libtool and C++.jlam1-1/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-09-15Pass the appropriate flags to build and link code using pthread, since thejlam1-1/+3
GNU configure script doesn't seem to bother with checking for it at all. This fixes the build on NetBSD-1.6.2.
2004-03-30Finish the conversion to buildlink3 (hi soren! (the other one)). Thissnj1-2/+2
fixes PR pkg/24888.
2004-03-17Fix patch path.soren2-5/+5
2004-03-17Update to gsmlib-1.10:soren4-25/+21
- 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
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2002-11-30USE_PKGLOCALEDIRsalo1-4/+4
2002-10-13buildlink1 -> buildlink2.wiz1-4/+4
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Convert to use pthread.buildlink.mk.jlam1-2/+3
2002-06-17Initial import of gsmlib-1.9.grant5-0/+87
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