From 5c1c6cd89cea3365401a9c9064ac5e618ada472e Mon Sep 17 00:00:00 2001 From: jylefort Date: Sun, 11 Sep 2005 01:57:19 +0000 Subject: 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 --- comms/p5-Fax-Hylafax-Client/Makefile | 31 +++++++++++++++++++++++++++++++ comms/p5-Fax-Hylafax-Client/distinfo | 2 ++ comms/p5-Fax-Hylafax-Client/pkg-descr | 9 +++++++++ comms/p5-Fax-Hylafax-Client/pkg-plist | 7 +++++++ 4 files changed, 49 insertions(+) create mode 100644 comms/p5-Fax-Hylafax-Client/Makefile create mode 100644 comms/p5-Fax-Hylafax-Client/distinfo create mode 100644 comms/p5-Fax-Hylafax-Client/pkg-descr create mode 100644 comms/p5-Fax-Hylafax-Client/pkg-plist (limited to 'comms/p5-Fax-Hylafax-Client') 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 +# +# $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 + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8.0 or superior. Install lang/perl5.8 and try again +.endif + +.include 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 -- cgit