summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2000-07-24Update vgetty voice extensions patch from 0.9.10 to 0.9.12. No change tofredb2-4/+4
data/fax core. Update adds quirks/hints for a few additional voice modems and fixes a long-standing bug with WAV file conversions.
2000-07-23A license of "no-redistribution" is an oxymoron. Change "no-redistribution"fredb1-2/+2
to "limited-redistribution", which is more correct.
2000-07-23Give kermit a no-redistribution ${LICENSE}, as ${NO_CDROM} is deprecated.fredb1-3/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+3
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-08add .la file to PLISTwiz1-1/+2
2000-07-08add and enable ruby-termiossakamoto1-1/+2
2000-07-08ruby-termios-module:sakamoto5-0/+36
termios module for Ruby
2000-07-08s/USE_PKGLIBTOOL/USE_LIBTOOL/sakamoto1-2/+2
2000-07-03Update md5 checksum for vgetty patches. Update improves voice-shellfredb1-2/+2
interface, expands help files, and recognizes a few more modems. No change whatsoever to data/fax core.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-06-15Add and enable jpilot-libpluginrh1-1/+2
2000-06-15Initial import of jpilot-libplugin-0.98.1, a plugin library for jpilot.rh10-0/+117
2000-06-15Fix plugin handling.rh5-2/+54
2000-06-15Add and enable malsyncrh1-1/+2
2000-06-15Initial import of malsync-2.0.4, a utility to synchronize Palm Pilots torh10-0/+330
the AvantGo.com service
2000-06-15Add and enable jpilotrh1-1/+2
2000-06-15Initial import of jpilot-0.98.1, a desktop organizer application for therh5-0/+67
palm pilot.
2000-06-12Update minicom to 0.83.1rh6-61/+33
Notable changes include: - An old signal handling bug has been fixed. It sometimes caused an eternal loop of "Killed by signal x" - "Resetting modem" - "Killed by signal y" when minicom was aborted unexpectedly, and then it could only be killed with kill -9 (SIGKILL). - Now there is also a setting in the Bps/par/bits section of the Serial port setup menu to use two stop bits. - Some patches for SVR4 lock file handling. - Fixed some compilation errors when -D_HAVE_MACROS is not defined in the makefile. - possible overflows fixed in inputting the manual dialing string and search string in the phone dir. - user-configurable options to disable writing the logfile or select which things to write there - the command line option -d now accepts multiple numbers or names as the parameter. Separate them with commas and use no spaces around it. - a fix for the script timeout command that sometimes didn't work right. - now you can move an entry up/down in the phone directory. - flag %f added to the upload/download protocol program command lines to allow passing the port file descriptor to c-kermit - support for DTE speed 230400 bps - newline delay option added in the terminal settings - multiline option added to untag all phonedir entries with the same name when one of them answers
2000-06-12Update lrzsz to 0.12.20.rh2-6/+6
Notable changes include: Version 0.12.20 - December 1998, Uwe Ohse * works on BeOS and stone-aged SCO (sco-3.2v4.2) * pubdir-"feature" works again. * "make rpm" creates a rpm file. * "optimal blklen calculation" was too aggressive, it now does nothing if the user demands fixed blklens. * various smaller and medium bug fixes. * a more or less important security bug is fixed (stupid use of /tmp in a piece of code which is rarely used). * lrz uses umask to make files unreadable which receiving them. * "sh systype | mail uwe-generic-counter@ohse.de" sends a success report with a description of the system type. * --enable-syslog is now default Version 0.12.19 - January 1998, Uwe Ohse * 0.12.18 was broken, lsz crashed if receiver found an CRC error. * lrz options "--rename" and "--escape" didn't work. * lrz didn't implement senders "overwrite-or-skip" option. * added dejagnu testsuite. Maybe you need a dejagnu snapshot to use it.
2000-06-12Add ${PREFIX}/lib library search paths for SOCKS4/5rh1-3/+3
2000-06-12Fix MASTER_SITES. Pointed out by Bernd Ernesti.skrll1-2/+2
2000-06-12Update plptools to version 0.6.skrll6-28/+84
Sorry there doesn't seem to be a changelog. Changes by me: - Patch mp_mount.c so that it now works. - Remove BROKEN - Use LIBTOOL instead of PKGLIBTOOL.
2000-06-08USE_LIBTOOL && LTCONFIG_OVERRIDE, not pkglibtool and patching configurejlam4-33/+14
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh5-10/+10
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-17Update to 1.1.21 + latest patches to voice extensions.fredb3-8/+14
Numerous tweaks, minor bug fixes.
2000-05-10Alter dependencies. Packages needing X11 drivers usejlam1-2/+2
DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript and packages needing just any ghostscript binary use DEPENDS+= ghostscript{,-nox11}-[6-9]*:../../print/ghostscript
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam1-2/+2
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-04-20Backout changes to use gstty and depend on ghostscript*-5.50nb2.jlam3-7/+7
2000-04-16Depend on ghostscript-*nb1 since were modified to use gstty/gs.jlam1-2/+2
2000-04-10Remove redundant dependency on ghostscript.jlam1-2/+1
2000-04-10Adapt to gstty/gs.jlam2-5/+5
2000-03-27Adapt to new handling of "${CONFIGURE}".tron1-2/+2
2000-03-24Update dependency on mawk to >=1.2.2.jlam1-2/+2
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-09Put the lockfile in "/var/spool/lock/", as tip(1) does, instead ofwiz4-7/+49
"/var/spool/uucp/". Fixes pkg/8876.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-7/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-13Readd dummy element to "for" loop. Solaris's "sh" and "bash" need this.tron1-2/+2
2000-02-12Remove dummy element from "for" loop, "/bin/sh" can handle "for" loopstron1-2/+2
with empty word lists.
2000-02-05grammar fixwiz1-2/+2
2000-02-02Upgrade to version 3.3 of qpage.agc2-10/+8
Changes: This version now uses GNU autoconf, includes support for tcp_wrappers, and fixes a minor year 2000 bug. The configuration file parser has better error checking and many new configuration options were added.
2000-01-18Update "pilotmgr" package to version 1.107p2:tron4-9/+17
- new distribution file - Y2K fix for the status window
2000-01-08Strike MIRROR_DISTFILES=no. We are not prohibited from mirroring thefredb1-2/+1
source archive, nor are our mirrors. Moreover, it's inconsistent to restrict the source while permitting binaries, as the Kermit license makes no distinction between the two.
2000-01-08Update md5 checksum.fredb1-2/+2
2000-01-08more whitespace cleanup (silence, pkglint!)wiz1-1/+1
2000-01-07Update to more accurately reflect kermit's network capabilites.fredb1-1/+1
Language provided by Frank da Cruz <fdc@watsun.cc.columbia.edu>
2000-01-06Convert to "standard" form:fredb1-2/+4
.include "../../mk/bsd.prefs.mk" _tests_ .include "../../mk/bsd.pkg.mk" This incidently causes the BUILD_DEFS (pkg_info -B foo) in the binary package to be set correctly.