summaryrefslogtreecommitdiff
path: root/comms/gsmlib
AgeCommit message (Collapse)AuthorFilesLines
2011-11-24Fix build with newer GCCjoerg6-6/+59
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2010-01-29DESTDIR supportjoerg3-2/+30
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-10-10Fixed "extra qualification" error message from g++4.rillig2-1/+33
2007-03-24Fix C++ to work with GCC 3.4+.joerg2-3/+23
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-2/+2
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.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-4/+2
USE_TOOLS+=msgfmt.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-23Fix GCC 3.4+ by making the friend declaration an explicit template.joerg2-1/+33
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