summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2000-10-21move line for pkglintwiz1-2/+3
2000-10-10make this build on alphapooka3-1/+29
2000-10-08faxspool needs pbmtext.is1-1/+2
2000-10-01Merge the two post-install targets into one. Fixes package installation.rh1-5/+3
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-2/+2
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-26Make this work on alpha: the shipped .depends file is wrong for thishubertf1-1/+4
(and probably many other) archs, re-gen it.
2000-09-20Install rc.d control script as "foo" instead of "foo.sh" to comply withjlam3-5/+7
how NetBSD's rc.d system interprets script names. Also add appropriate REQUIRE and PROVIDE sections to allow direct use in NetBSD's rc.d system.
2000-09-20Add missing rc.d scriptjlam1-1/+2
2000-09-13Change license to 'kermit-license', as this pkg has a specifichubertf1-2/+2
license that's not covered by a general 'limited-redistribution' license. And even if you agree to honour the 'limited-redistribution' for some other pkg (by putting ACCEPTABLE_LICENSES=... into /etc/mk.conf), that doesn't mean you also agree to not redistribute kermit. Modeled after the www/jsdk20 license.
2000-09-05Fix brokenness of faxsetup script due to new directory structure: createrh2-5/+5
/var/spool/fax/{config,etc} if /var/spool/fax doesn't exist.
2000-09-05add @dirrm share/hylafaxwiz1-1/+2
2000-09-05Clean up Makefile. USE_GMAKE has been unneccessary for several revisionsrh1-2/+1
now, no need to keep this around (even if commented out).
2000-09-05Fix a typorh1-1/+1
2000-09-05Adapt to modified directory structure of master site.rh1-5/+4
2000-08-31Adapt this package to tk-8.3.2.jwise4-27/+27
2000-08-31Make fax spool directories on binary package install, too, and clean themfredb2-0/+21
up on deinstall (but check first, and leave them all alone if there are any files in there).
2000-08-31Update mgetty to 1.1.22. Changes since 1.1.21 (condensed):fredb2-10/+5
* callback/callback.c: use VARRUNDIR instead of MGETTY_PID_FILE * mgetty.c: use VARRUNDIR to get name of PID file, non-conditional * policy.h: MGETTY_PID_FILE is gone, VARRUNDIR used instead * mgetty.c: write CallerId to UTMP, if available, Connect otherwise * fax/faxspool: convert .pdf files via Acroread (contributed by Michael Fischer v. Mollard, mfvm@gmx.de). * Makefile, mksed: introduce $VARRUNDIR * fax/faxrunqd.in, fax/faxrunq.in, fax/faxspool.in: change location of ".last_run" to $VARRUNDIR/faxqueue_done (previously, $fax_spool_out/.last_run creation was vulnerable to symlink attacks) * cnd.c: add NMBR=<nnn> format for Digi DataFire RAS * login.c: add \Y hack (simplar to \I) to get CallerID in ut_host field * faxlib.c: distinguish Elink 310 and Elink 343
2000-08-31Reflect recent hylafax changes in dependency.rh1-2/+2
2000-08-30- Install template config files in share/hylafax/*_template/, and then copyabs24-391/+372
into /var/spool/fax, rather than trying to use symlinks which break under chroot(). - Add basic rc.d/hylafax.sh startup script - Use tiff-3.5-interfaces.patch, pointed out by Bernd Proissl <news@proissl.de> Update to hylafax-4.1b2nb2
2000-08-29Until the sources for these packages catch up to the current (post-5.6.0)jlam1-2/+6
Perl API, we need to pass -DPERL_POLLUTE=1 to the build process to look like an older perl.
2000-08-29Patch faxd/tif_fax3.h to avoid potential infinite loop in EXPAND1D and EXPAND2Dabs21-594/+670
This package still has bizarre issues with trying to symlink everything across from /var/spool/fax into /usr/pkg/..., which breaks probably due to judicious use of chroot(). That _really_ needs to be fixed
2000-08-28Be a bit more selective in installing (don't install fidogate.info.orig);wiz3-9/+9
change patch to apply cleanly.
2000-08-28Add missing USE_PERL5.jlam1-4/+5
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-19/+10
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-08-24Include "sys/param.h" in "ascii-xfr.c" to get the preprocessor "BSD"tron2-1/+15
so the that "ms_delay" function will work properly. Problem noted by Jukka Marin on "tech-pkg@netbsd.org".
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-3/+3
2000-08-14No more USE_PKGLIBTOOL.wiz3-38/+17
LTCONFIG_OVERRIDE -> minus one patch.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-4/+23
Add info-dir-entry.
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
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.