diff options
author | tv <tv> | 1998-12-02 02:42:05 +0000 |
---|---|---|
committer | tv <tv> | 1998-12-02 02:42:05 +0000 |
commit | e22f2272c208b0439af13cb3053c49ec8b11316d (patch) | |
tree | 3eb1b5d734aa38a41633aa23997d240f31beb1ac /lang/libperl/pkg | |
parent | b8656d4655d7922c91b2fa93d6a6f52ce53f7d9b (diff) | |
download | pkgsrc-e22f2272c208b0439af13cb3053c49ec8b11316d.tar.gz |
Add libperl, a shared object version of the Perl link library. Installs
only libperl.so and `soperl' (a Perl binary that uses the libperl.so);
requires the perl5 pkg to be installed for all the rest of Perl.
Diffstat (limited to 'lang/libperl/pkg')
-rw-r--r-- | lang/libperl/pkg/COMMENT | 1 | ||||
-rw-r--r-- | lang/libperl/pkg/DESCR | 9 | ||||
-rw-r--r-- | lang/libperl/pkg/PLIST-aout | 3 | ||||
-rw-r--r-- | lang/libperl/pkg/PLIST-elf | 3 |
4 files changed, 16 insertions, 0 deletions
diff --git a/lang/libperl/pkg/COMMENT b/lang/libperl/pkg/COMMENT new file mode 100644 index 00000000000..a594d19d11a --- /dev/null +++ b/lang/libperl/pkg/COMMENT @@ -0,0 +1 @@ +PERL core library as a shared object diff --git a/lang/libperl/pkg/DESCR b/lang/libperl/pkg/DESCR new file mode 100644 index 00000000000..94c47b48925 --- /dev/null +++ b/lang/libperl/pkg/DESCR @@ -0,0 +1,9 @@ +From the distribution README: + +Perl is a language that combines some of the features of C, sed, awk +and shell. See the manual page for more hype. There are also two Nutshell +Handbooks published by O'Reilly & Assoc. See pod/perlbook.pod +for more information. + +This package installs libperl as a shared object so that it can be linked +with minimal executable overhead, or can be dlopen()ed. diff --git a/lang/libperl/pkg/PLIST-aout b/lang/libperl/pkg/PLIST-aout new file mode 100644 index 00000000000..5280131cd37 --- /dev/null +++ b/lang/libperl/pkg/PLIST-aout @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST-aout,v 1.1.1.1 1998/12/02 02:42:05 tv Exp $ +bin/soperl +lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE/libperl.so.4.4 diff --git a/lang/libperl/pkg/PLIST-elf b/lang/libperl/pkg/PLIST-elf new file mode 100644 index 00000000000..12e7e07a7b4 --- /dev/null +++ b/lang/libperl/pkg/PLIST-elf @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST-elf,v 1.1.1.1 1998/12/02 02:42:05 tv Exp $ +bin/soperl +lib/perl5/${MACHINE_ARCH}-netbsd/5.00404/CORE/libperl.so |