summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2005-06-19Change the wording a little bit and use ${PKG_SYSCONFDIR} instead ofveego1-4/+4
/usr/pkg/etc/minicom Noticed by Hauke Fath.
2005-06-19Forgot to sort the PLIST (move ascii-xfr.1 up 2 lines)veego1-2/+2
2005-06-19Update to 2.1.veego12-369/+106
Too many Changes to list here (Changelog is too long), so only whats new in 2.1: - applied some pending patches (see ChangeLog for a complete list) - added support for socket connections - fixed compiling issues on Solaris - new maintainer: Adam Lackorzynski - new homepage: http://minicom.alioth.debian.org/ - new mailinglists (-devel and -announce): http://alioth.debian.org/mail/?group_id=31 NetBSD patches: - Include <sys/types.h> to fix PR pkg/29026 (1st error) - Fix i18n error for PR pkg/29939, which should also fix PR pkg29026 (2nd error) - Remove the create-dev-link script, which fix PR pkg/29026 (3rd error) The system administrator is expected to setup the correct configuration of the modem device. - Updated patches and removed patch-af and patch-ag - Fix the path for the lrzsz and gkermit tools in the default configuration - Remove the old share/doc/minicom dir, because the new Makefiles doesn't install them and they are outdated
2005-06-16Create directories before installing files into them.jlam7-7/+22
2005-06-12- Add missing definition of CONF_EXAMPLES_DIR.hira4-8/+19
- Add missing entry to PLIST. Bump PKGREVISION. This closes PR pkg/30073.
2005-06-03Add and enable conserver8.wiz1-1/+2
2005-06-03Import of conserver8 from pkgsrc-wip, provided by Andreas Wrede:wiz7-0/+197
Version 8 of Conserver as a separate package as the config file format of version 8 is incompatible with prior versions. Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever
2005-06-03Add conflict with conserver8 package.wiz1-1/+2
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam7-15/+11
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-31Changed $f to ${f}.rillig1-2/+2
2005-05-30Fix PR pkg/29868 provided by dbj.yyamano1-1/+5
2005-05-25Add gnome-pilot-2.0.12: Palm Pilot synchronisation for GNOMEwiz6-1/+169
Provided by Greg Troxel via PR 30278 and pkgsrc-wip.
2005-05-25Remove unused distinfo file.wiz1-4/+0
2005-05-24Fix the build of asterisk on powerpc platforms. Approved by jmcneill.riz3-1/+41
2005-05-23Removed trailing white-space.rillig3-3/+3
2005-05-22Replaced #defined with "yes" to make pkglint happy.rillig1-3/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam13-26/+26
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19PERL5_PKGSRCDIR isn't defined when using the new tools framework. Replacejlam1-2/+2
it with an explicit lang/perl58 reference.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz9-309/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Update to 1.36mjl2-7/+7
- fixed delete_sms() command syntax and results parsing. Thanks to all users that reported problems. - added an example script on how to delete sms messages.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed5-5/+10
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-27Fix linux build.christos1-1/+3
2005-04-21Add and enable kyopon.itohy1-1/+2
2005-04-21A simple command-line tool to manipulate data ofitohy4-0/+29
Kyocera AIR-EDGE PHONE AH-K3001V.
2005-04-17This package needs openssl to build; include its buildlink3 file.minskim1-1/+2
2005-04-13Rework patch-aa so that machines with different MACHINE and MACHINE_ARCHriz2-5/+14
stand a chance of working. Fixes build on NetBSD/amd64 - have not tested functionality. Approved by jmcneill.
2005-04-13Asterisk doesn't work with non-native threads. Approved by jmcneill.riz1-1/+3
2005-04-12Nuke USE_BUILDLINK3 (some files missed in megacommit).tv1-2/+1
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv38-76/+38
2005-04-08Clean up one missed change of "wip" to "devel" from the importriz1-2/+2
from pkgsrc-wip.
2005-04-08Enable asterisk and zaptel-netbsd.riz1-1/+3
2005-04-08Initial import of asterisk-1.0.7, from pkgsrc-wip. Approved by jmcneill.riz16-0/+949
There are still some features not enabled by default, but this is a solid foundation upon which to build - a fully-functional PBX can be built, including PSTN gatewaying using the comms/zaptel-netbsd package. From the DESCR: Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. Asterisk provides Voicemail services with Directory, Call Conferencing, Interactive Voice Response, Call Queuing. It has support for three-way calling, caller ID services, ADSI, SIP and H.323 (as both client and gateway).
2005-04-08Initial import of zaptel-netbsd, approved by jmcneill.riz7-0/+123
This package provides the "zaptel" drivers, which support the Asterisk software PBX, ported to NetBSD. These are some drivers and auxiliary tools for NetBSD in support of the Asterisk PBX. The wcfxo driver supports the Wildcard X100P/X101P and clones, the wcfxs driver supports the Wildcard TDM400p, and the ztdummy driver provides a software-only timer device which makes conferencing work much better. (That is, if you run Asterisk, you may want these drivers even if you don't have any of the hardware) The T1 board driver has not yet been ported.
2005-03-30Remove patch-aeadam1-12/+0
2005-03-30Changes 2.2.15:adam7-170/+148
Fix bug where the Trash folder is dragged in the fax lists (fax_list_manager.cpp). Greek translation added (the Hellenic Linux Users Group translation team). Italian translation updated (Luca De Rugeriis). Adjust image sizes for toolbar buttons in GTK+2.4 or higher (fax_list.cpp, file_list.cpp and socket_list.cpp). Provision to ensure synchronisation of memory where necessary in multi-processor systems (efax_controller.h and efax_controller.cpp).
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz4-10/+4
useful.
2005-03-24Use versioned distfile.wiz2-8/+6
2005-03-20fixing PR#26796schwarz1-1/+5
2005-03-19Numeric DAEMONUSER and DAEMONGROUP don't exist in the source; nuke thetv1-6/+2
USERFLAGS!= which fails on platforms with no "uucp" user.
2005-03-07Regen some patches to get correct line number offsets; some patch(1) care.wiz7-28/+31
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-03-06Cosmetic change with pkglint(1).taca1-3/+3
2005-03-03Fix build.wiz1-4/+5
2005-02-23Regen after RCSId add.jwise1-2/+2
2005-02-23Sigh. RCS Id.jwise1-0/+2
2005-02-23While here, fix the group for voice mail messages in the default voice.conf.jwise2-1/+13
2005-02-23Update checksums for patch-a[bcd] after RCS got added.wiz1-4/+4
2005-02-23Be MAINTAINER of this, at least for now.jwise1-2/+2
2005-02-23Re-add RCS Ids.jwise3-0/+6
2005-02-23Update to mgetty+sendfax-1.1.31. While here, also install vgettyjwise7-72/+41
config file, which we were skipping. Changes from mgetty+sendfax-1.1.30: Sat Jul 24 16:54:52 MEST 2004 Gert Doering <gert@greenie.muc.de> * release 1.1.31 * doc/mgetty.texi-in: add section on isdn4linux and CAPI Sat Jul 17 17:21:38 MEST 2004 Gert Doering <gert@greenie.muc.de> * doc/sff2g3.1in: add man page for sff2g3 Sat Jul 17 12:18:28 MEST 2004 Andreas Barth <aba@not.so.argh.org> * cnd.c: add "+CLIP:" string for caller ID * voice/libvoice/detect.c: ATI codes for Zoom and Multitech modems * voice/libvoice/V253modem.c: more flexible sample/s. handling (old stuff was fixed at 7200 hz) * voice/pvftools/pvftormd.c: accept 7200, 8000, 11025 Hz for "Lucent" * fax/faxspool.in: use per-user .faxheader/.make.coverpg files instead of global defaults (if per-user files exists) Fri Jul 16 19:03:48 MEST 2004 Gert Doering <gert@greenie.muc.de> * g3/Makefile: add "make test" test suite (for G3 tools) * g3/sff2g3.c: NEW: converter from CAPI SFF fax format to raw G3 * Makefile: pack g3/sff2g3.c Thu Feb 5 18:40:29 MET 2004 Gert Doering <gert@greenie.muc.de> * fax/faxspool: rework umask saving/restoring (use subshell trick) Sat Jan 10 00:01:25 MET 2004 Gert Doering <gert@greenie.muc.de> * faxlib.c: add 1503 ID code (ZyXEL U-90E) Tue Dec 16 12:46:52 MET 2003 Andreas Barth <aba+nospam@not.so.argh.org> * Makefile: remove -DAUTO_PPP * policy.h: include FIDO and AUTO_PPP here Fri Dec 5 22:46:47 MET 2003 Ken Findlay <kjf@taylorbritt.com> * login.c: empty lines should never match, not even empty user names Mon Nov 17 20:08:59 MET 2003 Gert Doering * mgetty.c: log warning if parent PID is not "1" (init) * mgetty.cfg.in: add clarification about "direct yes" to sample cfg Fri Nov 7 21:47:27 MET 2003 Andreas Barth <aba+nospam@not.so.argh.org> * fax/faxspool.in: add per-user faxheader and coverpg files * doc/faxspool.1in, mgetty.texi: document new feature Thu Oct 9 12:44:47 MEST 2003 Gert Doering * fax/faxspool.in: reject empty (0 bytes) input files Sun Oct 5 13:59:51 MEST 2003 Gert Doering * do_chat.c: make clean_line() logging show the timeout value Mon Sep 29 23:36:34 MEST 2003 Andreas Barth * contrib/g3tolj.c, g3toxwd.c: clean up protoypes and return types * various .c files: integrate Debian cleanup fixes (usually adding <string.h> and/or <stdlib.h> where missing) Wed Aug 20 12:39:53 MEST 2003 Gert Doering (gert@greenie.muc.de) * fax/faxrunqd.in: change signal handling - use HUP for graceful exit, and dump statistics to logfile upon receipt of USR2 Sat Jun 28 22:14:35 MEST 2003 Gert Doering (gert@greenie.muc.de) * fax/faxq-helper.c: honour user umask when spooling G3 files (user decides whether group/other can read faxes) * fax/faxspoool.in: reset umask after creating tmpdir (with umask 077) * fax/faxq-helper.c: file name validation was overly strict - accept anything that's printable, not a space, '/' or '\' Thu Jun 12 16:56:44 MEST 2003 Gert Doering (gert@greenie.muc.de) * faxlib.c: Multitech and USR return class 2.0/2.1 +FPS:<x>,<lc> values in decimal, not hex -> change +FPS: parser to do decimal for those modems (via modem_quirks |= MQ_FPS_NOT_HEX) * fax_lib.h: add MQ_FPS_NOT_HEX modem quirk bit * faxrec.c, faxrecp.c: understand VR=8 for "normal mode" (200x100 dpi) Mon Apr 28 19:41:14 MEST 2003 Gert Doering (gert@greenie.muc.de) * logname: make "buffer overrun" error message more precise Wed Apr 23 10:49:25 MEST 2003 John R. Jackson <jrj@purdue.edu> * voice/libutil/access.c: more verbose error reporting Wed Apr 9 23:05:23 MEST 2003 Gert Doering (gert@greenie.muc.de) * fax/faxspool.in: fix spooling without header line (-h -) Sun Apr 6 16:09:14 MEST 2003 Andreas Barth <aba@not.so.argh.org> * mgetty.8in, mgetty.texi-in: document escape sequences for /etc/issue and login prompt. Wed Mar 5 21:37:38 MET 2003 Gert Doering (gert@greenie.muc.de) * Makefile: abort "make install" before installing faxspool if fax user does not exist * Makefile: unconditionally chown $FAX_SPOOL_OUT to fax user Tue Feb 4 17:46:45 MET 2003 Gert Doering (gert@greenie.muc.de) * fax/faxq-helper.c: uid=0 overrides access permission checks * fax/faxrm.in: bugfix: get faxq-helper path from sedscript Tue Jan 21 14:27:39 MET 2003 Gert Doering (gert@greenie.muc.de) * fax/faxspool.in: abort with a proper error message on input file names containing white space or quote characters Tue Jan 14 14:30:42 MET 2003 Gert Doering (gert@greenie.muc.de) * fax/faxrunqd.in: include "success" counter in per_phone_statistics * ugly.h: #define USE_VARARGS for non-Ansi C compilers * logfile.c: change #include<> sequence to catch USE_VARARGS def. Wed Jan 8 23:03:26 MET 2003 Gert Doering (gert@greenie.muc.de) * fax/faxrunqd.in: if a fax job fails, reschedule on different modem (if possible) * voice/libvoice/V253modem.c: fix ELSA_RMD_NAME (used for V.253 modem <-> other modem RMD equivalency checks)