./comms/hylafax, Telecommunication and fax server system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q1, Version: 4.2.5nb7, Package name: hylafax-4.2.5nb7, Maintainer: hallmann

(excerpt from HylaFAX FAQ, http://www.vix.com/hylafax/FAQ/Q1.html)

HylaFAX is a facsimile system for UNIX systems. It supports:
o sending facsimile
o receiving facsimile
o polled retrieval of facsimile
o transparent shared data use of the modem
o sending messages to pagers
Facsimile can be any size (e.g. A4, B4), either 98 or 196 lpi, and
transmitted/received as either 1D-encoded or 2D-encoded facsimile data
(2D-encoded data is frequently more compact and hence takes a shorter
time to communicate). Any modem that supports one of the standard
interfaces for facsimile operation can be used; i.e. any Class 1, Class
2, or Class 2.0 modem.

http://www.vix.com/hylafax/


Required to run:
[print/ghostscript] [lang/mawk]

Master sites:

SHA1: b3bfd492dcb85e8aa1ddff9e6dcec3c31e00fccc
RMD160: aef5e7a8ff32bafa43b5efc431b9fd8c334ddb3a
Filesize: 1416.951 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-09 18:48:51 by S.P.Zeidler | Files touched by this commit (5) | Package updated
Log message:
Pullup ticket #3719 - requested by dholland
comms/hylafax: build fix

Revisions pulled up:
- comms/hylafax/Makefile                                        1.65
- comms/hylafax/distinfo                                        1.23
- comms/hylafax/patches/patch-ae                                1.16
- comms/hylafax/patches/patch-hfaxd_FileSystem_c__              1.1
- comms/hylafax/patches/patch-hfaxd_FileTransfer_c__            1.1

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Sun Apr  8 03:25:04 UTC 2012

   Modified Files:
   	pkgsrc/comms/hylafax: Makefile distinfo
   	pkgsrc/comms/hylafax/patches: patch-ae
   Added Files:
   	pkgsrc/comms/hylafax/patches: patch-hfaxd_FileSystem_c__
   	    patch-hfaxd_FileTransfer_c__

   Log message:
   Hack this to build against libtiff 4.x. With luck, it'll still work.
   Because it depends on changes to the API in libtiff 4.x, set the minimum
   BUILDLINK_API_DEPENDS accordingly. And, even though it wasn't building,
   bump PKGREVISION to 7; the new package depending on tiff>=4.0 needs to
   be distinguishable from the old package depending on tiff<4.0.

   XXX: This package desperately needs to be updated. It is years out of
   XXX: date with respect to upstream.

   To generate a diff of this commit:
   cvs rdiff -u -r1.64 -r1.65 pkgsrc/comms/hylafax/Makefile
   cvs rdiff -u -r1.22 -r1.23 pkgsrc/comms/hylafax/distinfo
   cvs rdiff -u -r1.15 -r1.16 pkgsrc/comms/hylafax/patches/patch-ae
   cvs rdiff -u -r0 -r1.1 \
       pkgsrc/comms/hylafax/patches/patch-hfaxd_FileSystem_c__ \
       pkgsrc/comms/hylafax/patches/patch-hfaxd_FileTransfer_c__