aboutsummaryrefslogtreecommitdiff
path: root/comms/p5-Fax-Hylafax-Client
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-11 01:57:19 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-11 01:57:19 +0000
commit844df1072e3cdf323de7e1f5eacbee536d12750b (patch)
tree3711ac7165851a967a707b2964d22611b7bd543b /comms/p5-Fax-Hylafax-Client
parentf881131c7dce9930e26aaabe1a060ad5eccd9c8e (diff)
downloadports-844df1072e3cdf323de7e1f5eacbee536d12750b.tar.gz
ports-844df1072e3cdf323de7e1f5eacbee536d12750b.zip
Add p5-Fax-Hylafax-Client.
Fax::Hylafax::Client is a simple Perl client for the HylaFAX fax server (www.hylafax.org). It communicates with the server directly through the FTP protocol and thus does not require any HylaFAX software component to be installed on the client machine. WWW: http://search.cpan.org/~arak/Fax-Hylafax-Client-1.01/ PR: ports/85954 Submitted by: Tony Shadwick <tshadwick@oss-solutions.com>
Notes
Notes: svn path=/head/; revision=142410
Diffstat (limited to 'comms/p5-Fax-Hylafax-Client')
-rw-r--r--comms/p5-Fax-Hylafax-Client/Makefile31
-rw-r--r--comms/p5-Fax-Hylafax-Client/distinfo2
-rw-r--r--comms/p5-Fax-Hylafax-Client/pkg-descr9
-rw-r--r--comms/p5-Fax-Hylafax-Client/pkg-plist7
4 files changed, 49 insertions, 0 deletions
diff --git a/comms/p5-Fax-Hylafax-Client/Makefile b/comms/p5-Fax-Hylafax-Client/Makefile
new file mode 100644
index 000000000000..6f5a7e563a10
--- /dev/null
+++ b/comms/p5-Fax-Hylafax-Client/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-Fax-Hylafax-Client
+# Date created: September 10 2005
+# Whom: Tony Shadwick <tshadwick@oss-solutions.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Fax-Hylafax-Client
+PORTVERSION= 1.01
+CATEGORIES= comms perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Fax
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tshadwick@oss-solutions.com
+COMMENT= A simple Perl client for the HylaFAX fax server
+
+BUILD_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+RUN_DEPENDS= ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net
+
+PERL_CONFIGURE= yes
+
+MAN3= Fax::Hylafax::Client.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= requires Perl 5.8.0 or superior. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/comms/p5-Fax-Hylafax-Client/distinfo b/comms/p5-Fax-Hylafax-Client/distinfo
new file mode 100644
index 000000000000..f7e9d3adcbbf
--- /dev/null
+++ b/comms/p5-Fax-Hylafax-Client/distinfo
@@ -0,0 +1,2 @@
+MD5 (Fax-Hylafax-Client-1.01.tar.gz) = 8585799f7832af57f3b942d47277ea94
+SIZE (Fax-Hylafax-Client-1.01.tar.gz) = 8124
diff --git a/comms/p5-Fax-Hylafax-Client/pkg-descr b/comms/p5-Fax-Hylafax-Client/pkg-descr
new file mode 100644
index 000000000000..05992ab02cde
--- /dev/null
+++ b/comms/p5-Fax-Hylafax-Client/pkg-descr
@@ -0,0 +1,9 @@
+Fax::Hylafax::Client is a simple Perl client for the HylaFAX fax server
+(www.hylafax.org). It communicates with the server directly through the FTP
+protocol and thus does not require any HylaFAX software component to be
+installed on the client machine.
+
+WWW: http://search.cpan.org/~arak/Fax-Hylafax-Client-1.01/
+
+- Tony Shadwick, OSS Solutions
+tshadwick@oss-solutions.com
diff --git a/comms/p5-Fax-Hylafax-Client/pkg-plist b/comms/p5-Fax-Hylafax-Client/pkg-plist
new file mode 100644
index 000000000000..2d68dc813754
--- /dev/null
+++ b/comms/p5-Fax-Hylafax-Client/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Fax/Hylafax/Client.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax/Client/.packlist
+@unexec rmdir %D/%%SITE_PERL%%/Fax/Hylafax 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Fax 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax/Client 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax/Hylafax 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Fax 2>/dev/null || true