pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/perl58-thread This is a perl58 package built with...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93ec4cdc2957
branches:  trunk
changeset: 474185:93ec4cdc2957
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 26 04:44:46 2004 +0000

description:
This is a perl58 package built with threads support.

diffstat:

 lang/perl58-thread/DESCR    |  13 +++++++++++++
 lang/perl58-thread/Makefile |   5 +++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 7214a30b6e00 -r 93ec4cdc2957 lang/perl58-thread/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl58-thread/DESCR  Mon Apr 26 04:44:46 2004 +0000
@@ -0,0 +1,13 @@
+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.
+
+This package is built with threads support.
diff -r 7214a30b6e00 -r 93ec4cdc2957 lang/perl58-thread/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/perl58-thread/Makefile       Mon Apr 26 04:44:46 2004 +0000
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/26 04:44:46 jlam Exp $
+
+PERL5_USE_THREADS=     yes
+
+.include "../perl58/Makefile"



Home | Main Index | Thread Index | Old Index