summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2005-07-14Replace with official patch.wiz2-23/+7
2005-07-14Update to 0.8.0:wiz7-26/+98
0.8.0 SMS code now support multipart message encoding on sending use Docbook XML for man pages (with HTML output) pin file (~/.scmxx/pin) support new option: --lock new option: --enable new option: --disable new option: --hangup --dial now waits until the phone connected to the remote side fixes for all gcc4 warnings fixes for starting connection with reset now being inline if requested fixes for file upload (not obex!) to S55 (now marked as supported) add binary slot number filter (fixes debian bug #145570) for *45 and S55
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam5-10/+10
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-07-11Generate a new patch file, with diff -U 1, to fix a problem on MacOS Xveego2-7/+5
in pkg/29026.
2005-07-01Add missing entries to PLIST. Bump PKGREVISION.hira2-3/+5
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-2/+2
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead.
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