summaryrefslogtreecommitdiff
path: root/lang/perl58/DESCR
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-07-22 21:50:37 +0000
committerjlam <jlam@pkgsrc.org>2002-07-22 21:50:37 +0000
commitc0e85cf1bf322501a4ee30d828efde5ac9b8de90 (patch)
treeabe4231e158825bf5565d1dec73002147eaec03e /lang/perl58/DESCR
parent43a82a495715ce93f374893d2bce40c5f136e3fc (diff)
downloadpkgsrc-c0e85cf1bf322501a4ee30d828efde5ac9b8de90.tar.gz
Import perl-5.8.0 as lang/perl58. This package contains the perl-5.8.0
which differs from perl-5.6.1 in the improved threading support and much improved Unicode support. Perl 5.8.0 is binary-incompatible with perl 5.6.1, so any compiled perl modules will need to be rebuilt in order to work with the new perl. This package is currently only for Darwin, though the restriction will be lifted prior to branching.
Diffstat (limited to 'lang/perl58/DESCR')
-rw-r--r--lang/perl58/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/perl58/DESCR b/lang/perl58/DESCR
new file mode 100644
index 00000000000..ace5f12f3c1
--- /dev/null
+++ b/lang/perl58/DESCR
@@ -0,0 +1,11 @@
+Perl is a high-level programming language with an eclectic heritage
+written by Larry Wall and a cast of thousands. It derives from the
+ubiquitous C programming language and to a lesser extent from sed, awk,
+the Unix shell, and at least a dozen other tools and languages. Perl's
+process, file, and text manipulation facilities make it particularly
+well-suited for tasks involving quick prototyping, system utilities,
+software tools, system management tasks, database access, graphical
+programming, networking, and world wide web programming. These strengths
+make it especially popular with system administrators and CGI script
+authors, but mathematicians, geneticists, journalists, and even managers
+also use Perl. Maybe you should, too.