summaryrefslogtreecommitdiff
path: root/comms
AgeCommit message (Collapse)AuthorFilesLines
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-9/+1
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-26etc/rc.d: fidogate.sh -> fidogatehubertf1-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc5-5/+15
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-18Add and enable p5-Device-SerialPorttsarna1-1/+2
2000-12-18p5-Device-SerialPort pkg from Damon Brodie in PR#11762, but moved totsarna7-0/+46
comms category.
2000-12-14Update malsync to 2.0.5. No list of changes from version 2.0.4.jlam2-4/+4
2000-12-14pilot-link has moved to sourceforge: change the MASTER_SITES and addjlam1-2/+3
a HOMEPAGE.
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-11-09should not hardcode locale path, or it will choke on Solaris builditojun3-18/+2
2000-11-08properly BUILD_DEPEND on gettext. add USE_LIBINTL.itojun1-1/+5
workaround gettext.m4 bug.
2000-11-08Backout unintended change.tron1-2/+1
2000-11-08Make sure that locale files go into the correct directory.tron3-2/+17
2000-11-08Make this build with NetBSD's "libintl".tron2-1/+16
2000-11-02add USE_LIBINTL. we can use /usr/bin/msgfmt so tweak BUILD_DEPENDS.itojun1-2/+3
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.