diff options
Diffstat (limited to 'www/p5-AMF-Perl')
-rw-r--r-- | www/p5-AMF-Perl/Makefile | 30 | ||||
-rw-r--r-- | www/p5-AMF-Perl/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AMF-Perl/pkg-descr | 17 | ||||
-rw-r--r-- | www/p5-AMF-Perl/pkg-plist | 18 |
4 files changed, 0 insertions, 66 deletions
diff --git a/www/p5-AMF-Perl/Makefile b/www/p5-AMF-Perl/Makefile deleted file mode 100644 index 291fef26206e..000000000000 --- a/www/p5-AMF-Perl/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: Flash-FLAP -# Date created: 20 May 2003 -# Whom: Sergey Skvortsov <skv@protey.ru> -# -# $FreeBSD$ -# - -PORTNAME= Flash-FLAP -PORTVERSION= 0.08 -CATEGORIES= www devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Flash -PKGNAMEPREFIX= p5- - -MAINTAINER= skv@FreeBSD.org -COMMENT= Flash Remoting in Perl - -PERL_CONFIGURE= yes - -MAN3= Flash::FLAP.3 Flash::FLAP::App::Executive.3 \ - Flash::FLAP::IO::Deserializer.3 Flash::FLAP::IO::InputStream.3 \ - Flash::FLAP::IO::OutputStream.3 Flash::FLAP::IO::Serializer.3 \ - Flash::FLAP::Sql::MysqlRecordSet.3 Flash::FLAP::Util::Object.3 \ - Flash::FLAP::Util::RemotingService.3 - -post-configure: -# dirty hack to deceive irritable pod2man - @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/www/p5-AMF-Perl/distinfo b/www/p5-AMF-Perl/distinfo deleted file mode 100644 index 0b2fab19e12c..000000000000 --- a/www/p5-AMF-Perl/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Flash-FLAP-0.08.tar.gz) = b48e6e7aed25fb708f63c183b700f6b4 diff --git a/www/p5-AMF-Perl/pkg-descr b/www/p5-AMF-Perl/pkg-descr deleted file mode 100644 index 0ed4dba72e64..000000000000 --- a/www/p5-AMF-Perl/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Flash Remoting is a way for Flash movies running in a web browser to -request structured data from the web server. The following data types -are supported - strings, numbers, dates, arrays, dictionaries/hashes, -objects, recordsets. Flash clients talk with the server using the AMF -protocol, which is proprietary to Macromedia. However, it's not that -hard to decode. - -Using Flash::FLAP it is possible to send arbitrary data between client -and server using very few lines of code. There is no need to pack -complicated data structures into CGI form parameteres or XML strings. -The coding time can be spent on better things - data preparation and -graphical presentation, not data delivery. - -WWW: http://search.cpan.org/dist/Flash-FLAP/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/www/p5-AMF-Perl/pkg-plist b/www/p5-AMF-Perl/pkg-plist deleted file mode 100644 index d0b2feb730fe..000000000000 --- a/www/p5-AMF-Perl/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Flash/FLAP/.packlist -%%SITE_PERL%%/Flash/FLAP.pm -%%SITE_PERL%%/Flash/FLAP/App/Executive.pm -%%SITE_PERL%%/Flash/FLAP/IO/Deserializer.pm -%%SITE_PERL%%/Flash/FLAP/IO/InputStream.pm -%%SITE_PERL%%/Flash/FLAP/IO/OutputStream.pm -%%SITE_PERL%%/Flash/FLAP/IO/Serializer.pm -%%SITE_PERL%%/Flash/FLAP/Sql/MysqlRecordSet.pm -%%SITE_PERL%%/Flash/FLAP/Util/Object.pm -%%SITE_PERL%%/Flash/FLAP/Util/RemotingService.pm -@dirrm %%SITE_PERL%%/Flash/FLAP/App -@dirrm %%SITE_PERL%%/Flash/FLAP/IO -@dirrm %%SITE_PERL%%/Flash/FLAP/Sql -@dirrm %%SITE_PERL%%/Flash/FLAP/Util -@dirrm %%SITE_PERL%%/Flash/FLAP -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Flash/FLAP -@unexec rmdir %D/%%SITE_PERL%%/Flash 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Flash 2>/dev/null || true |