has been checked out from revision control systems.
File::Find::Rule::VCS provides quick and convenient methods to exclude the
version control directories of several major Version Control Systems (currently
CVS, subversion, and Bazaar).
WWW: http://search.cpan.org/dist/File-Find-Rule-VCS/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
hard to be compatible with PAR packaged applications.
The problem is, that the concept of having a distribution or module specific
share directory becomes a little hazy when you're loading everything from
a single file. PAR uses an @INC hook to intercept any attempt to load a module.
File::ShareDir uses the directory structure that is typically found in the
directories that are listed in @INC for storing the shared data. In a PAR
enviroment, this is not necessarily possible.
WARNING:
This module contains highly experimental code. If you want to load
modules from .par files using PAR and then access their shared directory
using File::ShareDir, you probably have no choice but to use it.
WWW: http://search.cpan.org/dist/File-ShareDir-PAR/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
script. This makes it much more versatile version to use for dumping information
to debug log files or other uses where is no need to reassemble the data.
WWW: http://search.cpan.org/dist/Devel-Dumpvar/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
Perl distributions. Its purpose is to take care of the mechanisms of locating
and extracting a Perl distribution so that your module can do something specific
to the distribution.
This module was originally created to provide an abstraction for the extraction
logic for both Module::Inspector and Module::P4P and to allow additional
features to be added in the future without having to modify both of them,
because the general problem of "locate, download, and expand a distribution"
is one that is almost ideal for adding additional features down the line.
WWW: http://search.cpan.org/dist/Module-Extract/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
in Module::Inspector. It allows you to load the MANIFEST file that comes
in a Perl distribution tarball, examine the contents, and perform some
simple tasks.
Granted, the functionality needed to do this is quite simple, but the Perl
distribution MANIFEST specification contains a couple of little idiosyncracies,
such as line comments and space-seperated inline comments.
WWW: http://search.cpan.org/dist/Module-Manifest/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
examine the different parts of a Perl module distribution tarball, and can
inspect a module unrolled on disk, in a repository checkout, or just look
directly inside a tarball. It also rovides a companion to the Class::Inspector
API for accessing information on class after installation.
WWW: http://search.cpan.org/dist/Module-Inspector/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
of Module::Inspector but released seperately, in the hope that people might
find it useful in other contexts.
WWW: http://search.cpan.org/dist/Module-Math-Depends/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
file, and report its results in standard Test::Simple fashion.
WWW: http://search.cpan.org/dist/Test-Compile/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
follows many of the same principles as the ::Tiny series of modules and has
a design and feature set that aligns directly to the capabilities of SQLite.
WWW: http://search.cpan.org/dist/ORLite/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
enhancement for ORLite. It provides a simple implementation of schema
versioning within the SQLite database using the built-in user_version pragma
(which is set to zero by default).
WWW: http://search.cpan.org/dist/ORLite-Migrate/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
User Interface) from Perl; it is built as a wrapper for the wxWidgets
C++ GUI toolkit.
WWW: http://wxperl.sourceforge.net/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
processes via events. It may be used for long running or blocking processes that
provide periodic updates on state via STDOUT. Simple IPC is possible via STDIN.
WWW: http://search.cpan.org/dist/Wx-Perl-ProcessStream/
PR: ports/132406
Submitted by: Cezary Morga <cm at therek.net>
FUSE. Afuse currently implements the most basic functionality that can
be expected by an automounter; that is it manages a directory of virtual
directories. If one of these virtual directories is accessed and is not
already automounted, afuse will attempt to mount a filesystem onto that
directory. If the mount succeeds the requested access proceeds as normal,
otherwise it will fail with an error.
The advantage of using afuse over traditional automounters is that afuse
is designed to run entirely in user-space by individual users. This way an
automounting action can take advantage of the invoking users environment,
for example allowing access to an ssh-agent for password-less sshfs
mounts, or allowing access to a graphical environment to get user input
to complete a mount (i.e. popping up a window asking for a password).
WWW: http://afuse.sourceforge.net/
PR: 132309
Submitted by: Alexander Logvinov <ports at logvinov dot com>
Major enhancements in Samba 3.3.2 include:
* Fix "force group" (bug #6155).
* Fix saving of files on Samba share using MS Office 2007 (bug #6160).
* Fix guest authentication in setups with "security = share" and
"guest ok = yes" when Winbind is running.
* Fix corruptions of source path in tar mode of smbclient (bug #6161).
check targets. This reduces disk and bandwidth consumptions for a
feature (apparently) never used.
Remove obsolete code to create (empty) man pages in case regular
man pages cannot be created.
Address build failure caused by Mk/bsd.port.mk changes mid 2008. [1]
(I will go ahead and remove this port per the DEPRECATION note, but
figured these backports from newer versions may be helpful in case
someone wants to play with it nevertheless.)
PR: 132379 [1]
Submitted by: Rikiya YONEMOTO [1]