summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2002-03-10Update to scmxx-0.5.14; changes include:kleink9-226/+10
0.5.9 changed from strcmp to strcasecmp for "cme error: invalid index" check in pbook code Merged the variable baudrate patches from Klaus Klein <kleink@reziprozitaet.de> and Klaus Singvogel<klaus@lst.de> to make it work better with the ME45 Merged Makefile patch from Klaus Klein to make it compile better on NetBSD Simplyfied serial setup a bit (use already present system functions) Changes Package description (.deb and .rpm) and added SL45 and S45 to supported phones in scmxx.c Moved --pipe in --help output 0.5.10 fix sms '@' bug in sending (thanks to Nuno Miguel Fernandes Sucena Almeida <slug@aeminium.org>) 0.5.11 complete GSM charset compliance (more input characters than the S35i provides!) change sms input definition: greek character must be masked with a prepended '\' which enables all greek characters instead of only the non-coliding ones renamed device.h to config.h change config.h to defines and declare variables in common.h and init them in scmxx.c:main by calling the set methods added docs/specialchars.txt and docs/greekchars.txt 0.5.12 new parameter pair --greek and --nogreek (dependent on compile settings) see docs greekchars.txt for details clean-up of the functions in gsmcodes.c 0.5.13 fix phonebook text field length check for the new casted characters we now use autoconf and autoheader to create the build files config.h and Makefile (thanks to Michael Banck <mbanck@gmx.net>) specfile updated (thanks to Kri¨tof Petr <petr@kristof.cz>) 0.5.14 fix crash when build with optimizations fix include of present CFLAGS env decode some known sms user data header fields and display this information show 8bit and 16bit sms messages as hexstring (instead of nothing)
2002-03-09Update mgetty+sendfax to 1.1.28. From the ChangeLog file:fredb5-30/+25
* release 1.1.28 * faxrec.c: replace "0"'s by "STDIN" (readability) * doc/mgetty.texi-in: some updates * doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention changes (as below) * fax/faxrunq(d).in: pass (last) sendfax return code as 2nd argument to success/failure program * policy.h, utmp.c: incorporate some NetBSD changes * various: change time() prototype to "time_t time(time_t *tloc)" * mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin * doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff * fax/faxrunq, fax/faxrunqd: don't run queue if a file $FAX_SPOOL_OUT/stop exists. * login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed only N-1), plus warning message improved. <Juergen.Kosel@gmx.de> * release 1.1.27 * doc/mgetty.texi-in: work on isdn4linux notes * cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren) * cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l) * various: adaptions to OpenBSD (similar to NetBSD) * mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG) * frontends/www/: integrate new version from Neko
2002-03-06Rename the fax overview manpage from "fax" to "sendfax", to avoid anyfredb5-7/+43
conflict with the "efax" package. "efax" already has an "efax.1", the actual man page, but "mgetty"'s "sendfax" manpage is "sendfax.8", so "sendfax.1" is available. Closes PR pkg 14254.
2002-02-18Introduce new framework for handling info files generation and installation.seb6-14/+25
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll2-4/+4
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-13Remove need for a BUILD_DEPENDS on autoconf by providing a patch to theskrll3-4/+517
configure script.
2002-01-30fix bug in previousdillo2-7/+6
2002-01-30update pilot-link-libs to 0.9.5nb2:dillo4-3/+55
fix error recovery (in SLP and PADP protocols)
2002-01-28Bump PKGREVISION for additional installed file and man page changes.wiz1-1/+2
2002-01-28Mention html manual in man page, per pkg/15154.wiz4-4/+29
Also install the BUGS file that's mentioned in the man page.
2002-01-28Make this package also work on Darwin.agc1-3/+8
Fix provided by Yuji Yamano (yyamano@netbsd.org) in PR 15396.
2002-01-24This package depends on xpm, says the alpha bulk build.wiz1-1/+2
2002-01-24No reason to only enable on SunOS; pkg/15347.wiz1-3/+1
2002-01-17Update to 0.5.8nb2: add an option to specify the tty speed; patches arekleink7-6/+170
submitted back to the author.
2002-01-16Bump to 0.5.8nb1: initialize a previously uninitialized auto variable.kleink3-2/+17
2002-01-14Add a bulk build leftover.wiz1-1/+2
2002-01-13Add and enable scmxx.kleink1-1/+2
2002-01-13Initial import of scmxx-0.5.8 into the NetBSD Packages Collection.kleink5-0/+86
SCMxx is a data exchange utility for certain Siemens mobile phone models. Data types handled include logo bitmaps, MIDI files, vCalendars, address books, phonebook entries and SMS. Support for phones includes the S25, C35i, S35i, M35i, C45, S45, ME45 and SL45 models.
2002-01-13An update from Dieter Baron, adding mkobexcard.augustss3-6/+9
2002-01-12Add xtelbouyer1-1/+2
2002-01-12Initial import of Xtel, a Minitel emulator. Probably not of much use outsidebouyer12-0/+511
France :)
2002-01-02Another man page fix.augustss2-5/+5
2002-01-02Fix ircomm(1) man page.augustss2-5/+5
2002-01-02Some fixes from Tommy Bohlin to set the station name.augustss2-5/+5
2001-12-30Update PLIST for 0.5, and sort it.wiz1-8/+11
2001-12-30Update man pages and add a utility program. From Dieter Baron.augustss3-5/+6
2001-12-23Update to 8.0 release. Changes:hubertf2-6/+6
. A Telnet and Rlogin client . An FTP client <-- New . An HTTP 1.1 client <-- New . An SSH client (via external ssh program) <-- New . A serial-port communications program . A dialout communications program . An Internet server
2001-12-17Make the package compile on pre 1.5Z.augustss2-6/+5
2001-12-16Add a delay in getValueByClass() that seems to improve ircomm.augustss2-5/+5
I'm not sure why.
2001-12-11ir devices weren't added until 1.5Z so restrict this with an ONLY_FOR_PLATFORMjmc1-1/+2
directive for 1.5Z or greater.
2001-12-08Patch aclocal.m4 to not pass the gtk prefix arg to gtkconfig or else it gets ↵jmc2-1/+15
the paths wrong and the X libraries won't link in from the buildlink area
2001-12-05Update for the new world order with in kernel irframe support.augustss2-5/+5
2001-12-03Dewey'ize (ouch ;) version number.wiz1-2/+2
2001-11-30Use perl5/buildlink.mk instead of USE_PERL5.jlam1-3/+3
2001-11-30Use perl5/buildlink.mk instead of USE_PERL5jlam1-2/+2
2001-11-29Add birda.augustss1-1/+2
2001-11-29A set of utilities to communicate with IrDA devices over an IrDA portaugustss4-0/+43
on a serial line. Covers IrComm for connecting via PPP over cell phones as well as several utilities to exchange data with PDAs. These programs were written by Tommy Bohlin <tommy@gatespace.com>.
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf3-6/+7
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Buildlinkify.jlam1-5/+6
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam2-6/+8
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Update to 8.0.200.b4 (beta.04). More bugfixes.hubertf2-7/+9
2001-11-25Don't hardcode /dev/tty00 as the serial device; use ${DEFAULT_SERIAL_DEVICE}jlam3-17/+5
instead. This has no user-visible effect, as the serial device name is only used for the test framework.
2001-11-11Adjust format a bit:hubertf1-1/+3
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-06Use the proper typecasts to make this compile.jlam3-12/+28
2001-10-31Move pkg/ files into package's toplevel directoryzuntum74-41/+41
2001-10-31Clean out my pkgsrc diffs:tv4-15/+15
Update fidogate to 4.4.4. Major changes; see documentation for information.
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+4
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam5-10/+10
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Strongly buildlinkify.jlam3-6/+7
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam4-8/+8
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.