diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-07-04 21:00:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-07-04 21:00:43 +0800 |
commit | 2373184a393b6eb00506ce7640527ab4ec0f3dee (patch) | |
tree | 4fd528c1fc8e94c1a411ba8d431cdcdde29f71e9 /www/p5-Flash-FLAP/pkg-descr | |
parent | 6ace60168c9adb3ac70c274f777f941551d6dd88 (diff) | |
download | freebsd-ports-gnome-2373184a393b6eb00506ce7640527ab4ec0f3dee.tar.gz freebsd-ports-gnome-2373184a393b6eb00506ce7640527ab4ec0f3dee.tar.zst freebsd-ports-gnome-2373184a393b6eb00506ce7640527ab4ec0f3dee.zip |
o Rename p5-Flash-FLAP to p5-AMF-Perl.
o Upgrade to 0.12.
Approved by: maintainer
Diffstat (limited to 'www/p5-Flash-FLAP/pkg-descr')
-rw-r--r-- | www/p5-Flash-FLAP/pkg-descr | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www/p5-Flash-FLAP/pkg-descr b/www/p5-Flash-FLAP/pkg-descr deleted file mode 100644 index 0ed4dba72e64..000000000000 --- a/www/p5-Flash-FLAP/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 |