[Lunar-commits] r26523 - in moonbase/trunk/mail: . hylafax
Dennis Veatch
stumbles at lunar-linux.org
Wed Oct 31 15:20:23 CET 2007
Author: stumbles
Date: 2007-10-31 15:20:23 +0100 (Wed, 31 Oct 2007)
New Revision: 26523
Added:
moonbase/trunk/mail/hylafax/
moonbase/trunk/mail/hylafax/BUILD
moonbase/trunk/mail/hylafax/DEPENDS
moonbase/trunk/mail/hylafax/DETAILS
moonbase/trunk/mail/hylafax/POST_INSTALL
Log:
Initial import
Added: moonbase/trunk/mail/hylafax/BUILD
===================================================================
--- moonbase/trunk/mail/hylafax/BUILD (rev 0)
+++ moonbase/trunk/mail/hylafax/BUILD 2007-10-31 14:20:23 UTC (rev 26523)
@@ -0,0 +1,11 @@
+(
+
+ sedit "s:/usr/local:/usr:g" configure
+
+ OPTS="$OPTS --nointeractive"
+
+ ./configure $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/mail/hylafax/DEPENDS
===================================================================
--- moonbase/trunk/mail/hylafax/DEPENDS (rev 0)
+++ moonbase/trunk/mail/hylafax/DEPENDS 2007-10-31 14:20:23 UTC (rev 26523)
@@ -0,0 +1,7 @@
+depends zlib
+depends jbigkit
+depends tiff
+depends ghostscript
+
+optional_depends Linux-PAM "" "--disable-pam" "for PAM support"
+optional_depends %MTA "" "" "for mail support"
Added: moonbase/trunk/mail/hylafax/DETAILS
===================================================================
--- moonbase/trunk/mail/hylafax/DETAILS (rev 0)
+++ moonbase/trunk/mail/hylafax/DETAILS 2007-10-31 14:20:23 UTC (rev 26523)
@@ -0,0 +1,25 @@
+ MODULE=hylafax
+ VERSION=4.4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.hylafax.org/source/
+ SOURCE_VFY=sha1:e470a456cc0ab7c4b87b62a9157f60d966cea83f
+ WEB_SITE=http://www.hylafax.org/content/Main_Page
+ ENTERED=20071031
+ UPDATED=20071031
+ SHORT="or sending and receiving facsimiles"
+ PSAFE=no
+
+cat << EOF
+HylaFAX is an enterprise-class system for sending and receiving facsimiles as
+well as for sending alpha-numeric pages.
+
+The software is designed around a client-server architecture. Fax modems may
+reside on a single machine on a network and clients can submit an outbound job
+from any other machine on the network. Client software is designed to be
+lightweight and easy to port.
+
+HylaFAX is designed to be very robust and reliable. The fax server is designed
+to guard against unexpected failures in the software, in the configuration, in
+the hardware and in general use. HylaFAX can support multiple modems and a
+heavy traffic load.
+EOF
Added: moonbase/trunk/mail/hylafax/POST_INSTALL
===================================================================
--- moonbase/trunk/mail/hylafax/POST_INSTALL (rev 0)
+++ moonbase/trunk/mail/hylafax/POST_INSTALL 2007-10-31 14:20:23 UTC (rev 26523)
@@ -0,0 +1 @@
+message "${MODULE_COLOR}hylafax${MESSAGE_COLOR} is now installed, but needs to be configured \n for your system by running${FILE_COLOR} faxsetup${MESSAGE_COLOR}\n"
More information about the Lunar-commits
mailing list