summaryrefslogtreecommitdiffstats
path: root/printer/xfax
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /printer/xfax
initial commit from stable 0.3
Diffstat (limited to 'printer/xfax')
-rwxr-xr-xprinter/xfax/BUILD1
-rwxr-xr-xprinter/xfax/DEPENDS2
-rwxr-xr-xprinter/xfax/DETAILS19
-rw-r--r--printer/xfax/HISTORY8
4 files changed, 30 insertions, 0 deletions
diff --git a/printer/xfax/BUILD b/printer/xfax/BUILD
new file mode 100755
index 0000000000..8f58e6df93
--- /dev/null
+++ b/printer/xfax/BUILD
@@ -0,0 +1 @@
+make
diff --git a/printer/xfax/DEPENDS b/printer/xfax/DEPENDS
new file mode 100755
index 0000000000..83124bd3d2
--- /dev/null
+++ b/printer/xfax/DEPENDS
@@ -0,0 +1,2 @@
+depends xforms &&
+depends efax
diff --git a/printer/xfax/DETAILS b/printer/xfax/DETAILS
new file mode 100755
index 0000000000..d2b127c5a8
--- /dev/null
+++ b/printer/xfax/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=xfax
+ VERSION=2.16
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.ac-grenoble.fr/ge/Office/$SOURCE
+ MD5[0]='2623c960d98155bb592f8e7f5ed624d7'
+ LICENSE[0]=GPL
+ WEB_SITE=http://freshmeat.net/projects/xfax
+ BUILD_API=2
+ ENTERED=20041124
+ UPDATED=20041124
+ SHORT="xfax: graphic interface to fax via efax"
+cat << EOF
+xfax is a powerful X fax program, includeing a faxviewer, a faxprinter
+and a faxconverter from various formats to fax G3 format.
+It supports page generation in 3 modes (ASCII, Postscript, TeX/LaTeX)
+and enables users to forward a list of documents of various types.
+It works well in combination with efix/efax tools.
+EOF
diff --git a/printer/xfax/HISTORY b/printer/xfax/HISTORY
new file mode 100644
index 0000000000..4ee1da35f9
--- /dev/null
+++ b/printer/xfax/HISTORY
@@ -0,0 +1,8 @@
+2004-12-02 Jason Flatt <jflatt@sourcemage.org>
+ * DETAILS: Upgraded to BUILD_API 2.
+ Fixed MD5[0] value.
+ * BUILD: Added fix to Makefile to allow custom CFLAGS and LDFLAGS.
+
+2004-11-24 Fulvio Ciriaco <ciriaco@chimica.uniba.it>
+ * Created.
+