summaryrefslogtreecommitdiff
path: root/comms/mgetty+sendfax
AgeCommit message (Collapse)AuthorFilesLines
2002-10-09buildlink1 -> buildlink2.wiz1-3/+3
2002-07-27Revert last change. Gert Doering says that's not a bug - it's a feature.fredb2-36/+1
I'll look at fixing "w", instead.
2002-07-24Mgetty has no business making a utmp entry while it's only waiting forfredb2-1/+36
a lock. Closes PR pkg/12261.
2002-03-15Account for PKGNAME frobbing when PKGREVISION is set.fredb1-2/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-09Update mgetty+sendfax to 1.1.28. From the ChangeLog file:fredb5-30/+25
* release 1.1.28 * faxrec.c: replace "0"'s by "STDIN" (readability) * doc/mgetty.texi-in: some updates * doc/faxrunq.1in, doc/faxrunqd.8in: document calling convention changes (as below) * fax/faxrunq(d).in: pass (last) sendfax return code as 2nd argument to success/failure program * policy.h, utmp.c: incorporate some NetBSD changes * various: change time() prototype to "time_t time(time_t *tloc)" * mgetty.h, syslibs.h, logfile.c: some #ifdef fiddling for Darwin * doc/faxrunq.1in, doc/faxrunqd.8in: document more stuff * fax/faxrunq, fax/faxrunqd: don't run queue if a file $FAX_SPOOL_OUT/stop exists. * login.c: MAX_LOGIN_ARGS handling reworked (claimed N, but allowed only N-1), plus warning message improved. <Juergen.Kosel@gmx.de> * release 1.1.27 * doc/mgetty.texi-in: work on isdn4linux notes * cnd.c (cndtable): add swedish ZyXEL caller ID format (T. Lundgren) * cnd.c (cndtable): add "CALLED NUMBER:" (Jan Oberlaender/i4l) * various: adaptions to OpenBSD (similar to NetBSD) * mgetty.h: patch to adapt to Linux/S390 (PTR_IS_LONG) * frontends/www/: integrate new version from Neko
2002-03-06Rename the fax overview manpage from "fax" to "sendfax", to avoid anyfredb5-7/+43
conflict with the "efax" package. "efax" already has an "efax.1", the actual man page, but "mgetty"'s "sendfax" manpage is "sendfax.8", so "sendfax.1" is available. Closes PR pkg 14254.
2002-02-18Introduce new framework for handling info files generation and installation.seb4-9/+19
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum4-1/+1
2001-10-26At present, if there is a pre-<target> or post-<target> script inagc1-1/+4
the scripts/ directory, it will be run automatically as part of the build process, by bsd.pkg.mk. There are now exactly 5 packages in pkgsrc which use this facility, and yet, for every package build, the existence of a script is checked by bsd.pkg.mk once before the target is executed, and once afterwards. This incurs needless overhead. Move the separate pre- and post- script handling out of bsd.pkg.mk into the individual package Makefiles, where it's much more obvious what is happening, anyway.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-22Convert to use buildlink.mk files.jlam1-3/+4
2001-06-21Fix mgetty package to not delete its config files on pkg_delete (nextfredb6-40/+134
time! -- save them by hand if you need them for this upgrade), add a package hook to change ${CONFDIR}, where the binaries look for their configuration files, and update to 1.1.26. Many bug fixes and improved compatibility with various modems. The following were culled from the extensive ChangeLog file's for being conceivably of general interest. * login.c: export current tty as $DEVICE to shell * dialin.config: added V253 codes for OUT_OF_AREA and PRIVATE. * getdisk.c: fix overflow on file systems with > 2G (2^31 bytes) free * getdisk.c: default MINFREESPACE from policy.h was interpreted as *bytes*, not as *kbytes*. Which kind of defeats the purpose of checking for "enough disk space". Fixed, work with kbytes now. * faxrecp.c: check access rights first, space second (this will give clearer log messages for non-existing directories) * faxrecp.c: change fax page writing to open( O_EXCL|O_CREAT ) * locks.c: use mkstemp() to create tmp file, if available, open( O_EXCL|O_CREAT ) otherwise. and for vgetty... * Fixed buffer overflow in vm and vgetty, submitted by Georg Kirschbaum, <Georg.Kirschbaum@gimmel.franken.de>. Impact would not have been very big since only DTMFs are under control of the user.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-13/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21move line for pkglintwiz1-2/+3
2000-10-08faxspool needs pbmtext.is1-1/+2
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-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-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-05-17Update to 1.1.21 + latest patches to voice extensions.fredb3-8/+14
Numerous tweaks, minor bug fixes.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-08-23Search fax notify program in "${PREFIX}/lib/mgetty+sendfax" not intron3-6/+20
"/usr/local/lib/mgetty+sendfax/new_fax". Problem noted by Simon J. Gerraty in PR pkg/8255.
1999-08-17Add conflict with hylafax.rh1-1/+3
1999-07-09Add package patch-sum filesagc1-0/+9
1999-05-07Dont' clobber NetPBM's "g3topbm" with a symbolic link to "g32pbm".tron2-2/+13
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1998-11-24Update "mgetty" package to version 1.1.19.tron3-9/+12
1998-11-16Create and install standard "mgetty.config" and "sendfax.config" becausetron2-23/+8
we don't use FreeBSD's perl script for that purpose.
1998-11-16Use FreeBSD utmp handling.tron1-0/+13
1998-11-15Add mirror site.tron1-2/+3
1998-11-15Adapt this package to NetBSD.tron11-657/+129
1998-11-15Initial import of FreeBSD "mgetty+sendfax" port:tron12-0/+917
Handle external logins, send and receive faxes.