From owner-cvs-all Tue Apr 3 11:39: 5 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B13A037B71A; Tue, 3 Apr 2001 11:38:55 -0700 (PDT) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f33IctC74882; Tue, 3 Apr 2001 11:38:55 -0700 (PDT) (envelope-from joe) Message-Id: <200104031838.f33IctC74882@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 3 Apr 2001 11:38:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/mtree BSD.usr.dist src/gnu/usr.bin/perl Makefile Makefile.inc src/gnu/usr.bin/perl/BSDPAN BSDPAN.pm Makefile README src/gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm src/gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Packlist.pm ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2001/04/03 11:38:55 PDT Modified files: etc/mtree BSD.usr.dist gnu/usr.bin/perl Makefile Makefile.inc gnu/usr.bin/perl/libperl config.SH-elf.alpha config.SH-elf.arm32 config.SH-elf.i386 config.SH-elf.ia64 config.SH-elf.ppc config.SH-elf.sparc config.SH-elf.sparc64 config.SH-threads-elf.alpha config.SH-threads-elf.arm32 config.SH-threads-elf.i386 config.SH-threads-elf.ia64 config.SH-threads-elf.ppc config.SH-threads-elf.sparc config.SH-threads-elf.sparc64 Added files: gnu/usr.bin/perl/BSDPAN BSDPAN.pm Makefile README gnu/usr.bin/perl/BSDPAN/BSDPAN Override.pm gnu/usr.bin/perl/BSDPAN/ExtUtils MM_Unix.pm Packlist.pm Log: Commit the first version of BSDPAN. BSDPAN is the collection of modules that provides tighter than ever integration of Perl into BSD Unix. Currently, BSDPAN does the following: o makes p5- FreeBSD ports PREFIX-clean; o registers Perl modules in the FreeBSD package database with a package name derived from the module name. The name is of the form: bsdpan-ModuleName-V.VV. Anyone interested in where BSDPAN is developing should read Anton's message to the ports mailling list: Message-ID: <20010105040828.A26011@heechee.tobez.org> Submitted by: Anton Berezin Revision Changes Path 1.222 +7 -1 src/etc/mtree/BSD.usr.dist 1.14 +2 -2 src/gnu/usr.bin/perl/Makefile 1.20 +3 -1 src/gnu/usr.bin/perl/Makefile.inc 1.22 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.alpha 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.arm32 1.20 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.i386 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.ia64 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.ppc 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.sparc 1.2 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-elf.sparc64 1.8 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.alpha 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.arm32 1.7 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.i386 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.ia64 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.ppc 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.sparc 1.3 +4 -4 src/gnu/usr.bin/perl/libperl/config.SH-threads-elf.sparc64 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message