mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
o Rename p5-Flash-FLAP to p5-AMF-Perl.
o Upgrade to 0.12. Approved by: maintainer
This commit is contained in:
parent
8362a2b2fa
commit
095313c63c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112906
@ -344,6 +344,7 @@
|
||||
SUBDIR += openvrml
|
||||
SUBDIR += opera
|
||||
SUBDIR += oscommerce
|
||||
SUBDIR += p5-AMF-Perl
|
||||
SUBDIR += p5-Apache-ASP
|
||||
SUBDIR += p5-Apache-AddHostPath
|
||||
SUBDIR += p5-Apache-Admin-Config
|
||||
@ -415,7 +416,6 @@
|
||||
SUBDIR += p5-FAQ-OMatic
|
||||
SUBDIR += p5-FastCGI
|
||||
SUBDIR += p5-FastCGI-ProcManager
|
||||
SUBDIR += p5-Flash-FLAP
|
||||
SUBDIR += p5-GtkHTML
|
||||
SUBDIR += p5-HTML
|
||||
SUBDIR += p5-HTML-Breadcrumbs
|
||||
|
@ -5,11 +5,11 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Flash-FLAP
|
||||
PORTVERSION= 0.09
|
||||
PORTNAME= AMF-Perl
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= www devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Flash
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/S/SI/SIMONF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
@ -17,11 +17,12 @@ 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
|
||||
NOMANCOMPRESS= no
|
||||
MAN3= AMF::Perl.3 AMF::Perl::App::Executive.3 \
|
||||
AMF::Perl::IO::Deserializer.3 AMF::Perl::IO::InputStream.3 \
|
||||
AMF::Perl::IO::OutputStream.3 AMF::Perl::IO::Serializer.3 \
|
||||
AMF::Perl::Sql::MysqlRecordSet.3 AMF::Perl::Util::Object.3 \
|
||||
AMF::Perl::Util::RemotingService.3
|
||||
|
||||
post-configure:
|
||||
# dirty hack to deceive irritable pod2man
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Flash-FLAP-0.09.tar.gz) = f20839509ea011e5bbc46c4587e64748
|
||||
SIZE (Flash-FLAP-0.09.tar.gz) = 447459
|
||||
MD5 (AMF-Perl-0.12.tar.gz) = 660ef0e9fc9e8954b555534eaa1f8a59
|
||||
SIZE (AMF-Perl-0.12.tar.gz) = 448171
|
||||
|
27
www/p5-AMF-Perl/files/patch-Perl.pm
Normal file
27
www/p5-AMF-Perl/files/patch-Perl.pm
Normal file
@ -0,0 +1,27 @@
|
||||
--- lib/AMF/Perl.pm.orig Tue Jun 29 15:39:46 2004
|
||||
+++ lib/AMF/Perl.pm Tue Jun 29 15:41:17 2004
|
||||
@@ -103,18 +103,23 @@
|
||||
John Cowen - datatype io additions, class structure
|
||||
Klaasjan Tukker - modifications, check routines, and register-framework
|
||||
|
||||
-==head1 CHANGES
|
||||
+=head1 CHANGES
|
||||
+
|
||||
=head2 Thu Apr 29 17:20:07 EDT 2004
|
||||
+
|
||||
=item Changed "use Apache2" to "require Apache2" to avoid breaking on non-modperl systems.
|
||||
|
||||
=head2 Sat Apr 24 20:41:10 EDT 2004
|
||||
+
|
||||
=item Another patch from Kostas Chatzikokolakis fixing MP2 issues.
|
||||
|
||||
=head2 Sat Mar 13 16:25:00 EST 2004
|
||||
|
||||
=item Patch from Kostas Chatzikokolakis handling encoding.
|
||||
+
|
||||
=item Changed non-mod_perl behavior for reading POST data from using <> to using read()
|
||||
to work around a bug in IIS
|
||||
+
|
||||
=item Joined code for mod_perl 1 and 2. Separated the output code for the mod_perl and non-mod_perl
|
||||
cases.
|
||||
|
@ -1,18 +1,18 @@
|
||||
%%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
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AMF/Perl/.packlist
|
||||
%%SITE_PERL%%/AMF/Perl.pm
|
||||
%%SITE_PERL%%/AMF/Perl/App/Executive.pm
|
||||
%%SITE_PERL%%/AMF/Perl/IO/Deserializer.pm
|
||||
%%SITE_PERL%%/AMF/Perl/IO/InputStream.pm
|
||||
%%SITE_PERL%%/AMF/Perl/IO/OutputStream.pm
|
||||
%%SITE_PERL%%/AMF/Perl/IO/Serializer.pm
|
||||
%%SITE_PERL%%/AMF/Perl/Sql/MysqlRecordSet.pm
|
||||
%%SITE_PERL%%/AMF/Perl/Util/Object.pm
|
||||
%%SITE_PERL%%/AMF/Perl/Util/RemotingService.pm
|
||||
@dirrm %%SITE_PERL%%/AMF/Perl/App
|
||||
@dirrm %%SITE_PERL%%/AMF/Perl/IO
|
||||
@dirrm %%SITE_PERL%%/AMF/Perl/Sql
|
||||
@dirrm %%SITE_PERL%%/AMF/Perl/Util
|
||||
@dirrm %%SITE_PERL%%/AMF/Perl
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AMF/Perl
|
||||
@unexec rmdir %D/%%SITE_PERL%%/AMF 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/AMF 2>/dev/null || true
|
||||
|
@ -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.09
|
||||
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>
|
@ -1,2 +0,0 @@
|
||||
MD5 (Flash-FLAP-0.09.tar.gz) = f20839509ea011e5bbc46c4587e64748
|
||||
SIZE (Flash-FLAP-0.09.tar.gz) = 447459
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user