1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
Commit Graph

213336 Commits

Author SHA1 Message Date
Martin Wilke
6ecaf9ad9c Many tools need to be equally useful both on ordinary files, and on code that
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>
2009-03-15 17:15:18 +00:00
Martin Wilke
414b72bdc0 File::ShareDir::PAR provides the same functionality as File::ShareDir but tries
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>
2009-03-15 17:14:59 +00:00
Martin Wilke
938c660f6d Devel::Dumpvar is a pure object-orientated reimplementation of the dumpvar.pl
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>
2009-03-15 17:14:30 +00:00
Martin Wilke
febc6fb009 Module::Extract is a convenience base class for creating module that work with
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>
2009-03-15 17:13:55 +00:00
Martin Wilke
2c31fcf4a2 Module::Manifest is a simple utility module created originally for use
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>
2009-03-15 17:13:27 +00:00
Martin Wilke
8dcdff4db8 Module::Inspector provides a wrapper around various modules used to read and
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>
2009-03-15 17:13:00 +00:00
Martin Wilke
71bdcbfd92 This is a small convenience module created originally as part
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>
2009-03-15 17:12:16 +00:00
Martin Wilke
f437b4466b Test::Compile lets you check the validity of a Perl module file or Perl script
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>
2009-03-15 17:11:54 +00:00
Martin Wilke
3080a20cfb Parse::ErrorString::Perl is a module for parsing Perl interpreter
error messages.

WWW: http://search.cpan.org/dist/Parse-ErrorString-Perl/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
2009-03-15 17:11:22 +00:00
Martin Wilke
21e82a3c44 ORLite is an object-relation system specifically tailored for SQLite that
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>
2009-03-15 17:11:18 +00:00
Martin Wilke
8e4871b771 ORLite::Migrate is a light weight single class Database Schema Migration
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>
2009-03-15 17:10:33 +00:00
Martin Wilke
959ae461e4 wxPerl is an extension module allowing the creation of GUI (Graphical
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>
2009-03-15 17:10:00 +00:00
Martin Wilke
bcf3924d07 This module provides the STDOUT, STDERR and exit codes of asynchronously running
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>
2009-03-15 17:09:40 +00:00
Martin Wilke
57b4d85e4f Alien::wxWidgets can be used to detect and get configuration
settings from an installed wxWidgets.

WWW: http://search.cpan.org/dist/Alien-wxWidgets/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
2009-03-15 17:09:14 +00:00
Ion-Mihai Tetcu
e674016d33 - RUN_DEPENDS on x11/rgb
- bump PORTREVISION

Submitted by:	Christian Laursen on IRC
2009-03-15 15:13:17 +00:00
Ion-Mihai Tetcu
c3facd46a8 Update to 1.3.10 [1]
Changelog:	http://www.tightvnc.com/whatsnew.html

- use bsdoptions.mk :-)

PR:		ports/132438 [1]
Submitted by:	Tsurutani Naoki [1]
Tested by:	jonathan@kc8onw.net
2009-03-15 14:53:57 +00:00
Dirk Meyer
8b215d7355 - bump PORTREVISION to catch graphviz new shared lib version 2009-03-15 13:48:07 +00:00
Dmitry Marakasov
caf91f941a Afuse is an automounting file system implemented in user-space using
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>
2009-03-15 13:37:45 +00:00
Max Khon
eab26b112d Add missing manpages to plist. 2009-03-15 13:37:10 +00:00
Dirk Meyer
a36928e800 - udpate to 2.22.0
- unbreak options WITH_TCL, WITH_TK
- new option WITH_GHOSTSCRIPT

- drop bash dependecy
PR:		132162

- fix tred regression
PR:		130751
2009-03-15 13:20:55 +00:00
Herve Quiroz
1ff8fa8a6a Update to 2.0.10 2009-03-15 13:04:42 +00:00
Herve Quiroz
7fc941e81f - Update to 1.8.0 [1]
- Release maintainership

Reported by:	portscout [1]
2009-03-15 12:54:35 +00:00
Max Khon
5351cd7869 Update to 2.5.04.3236. 2009-03-15 11:36:06 +00:00
Martin Wilke
ac0f52ade4 - Update to 0.18.0 2009-03-15 11:35:03 +00:00
Martin Wilke
41ad1cc560 - Chase libmpd shlib bump 2009-03-15 11:34:45 +00:00
Max Khon
9f045962b0 Update to 2.6.4. 2009-03-15 10:25:25 +00:00
Jimmy Olgeni
b09a11900e Update modules file-1.460-1 and status-1.460-1. 2009-03-15 10:07:03 +00:00
Cheng-Lung Sung
b5f40e9cd4 - Update to 0.40
Changes:	http://search.cpan.org/dist/Git-PurePerl/CHANGES
2009-03-15 09:23:30 +00:00
Joe Marcus Clarke
02ad2de4bd Fix the build on 6.X.
Reported by:	pointyhat via erwin
2009-03-15 06:49:27 +00:00
Li-Wen Hsu
bda5debf74 - Update to 5.7
PR:		ports/132650
Submitted by:	Alexander Logvinov <ports AT logvinov.com> (maintainer)
2009-03-15 06:03:19 +00:00
Li-Wen Hsu
cd8c89756f - Add dependency on php5-pcre
PR:		ports/132640
Submitted by:	"Vasiliy P. Melnik" <basil AT vpm.net.ua> (maintainer)
2009-03-15 03:49:45 +00:00
Li-Wen Hsu
5c4d623e80 - Update to 1.1.7
PR:		ports/132628
Submitted by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
2009-03-15 02:14:14 +00:00
Dmitry Marakasov
45fa05a007 - Mark ignore, graphics/gnash is currently newer 2009-03-15 00:03:13 +00:00
Beech Rintoul
708eb373c0 - Fix dependency bug
- Bump PORTREVISION

PR:		ports/132627
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2009-03-14 23:33:26 +00:00
Timur I. Bakeyev
70d62dcdc6 New 3.3.2 version of Samba33 port.
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).
2009-03-14 23:22:54 +00:00
Martin Wilke
d420906b2e - Update to 0.15.1
PR:		132475
Submitted by:	Ports Fury
2009-03-14 22:52:08 +00:00
Martin Wilke
e108859e35 - Update to 3.14.0
PR:		132466
Submitted by:	Ports Fury
2009-03-14 22:51:07 +00:00
Martin Wilke
ddab52594d - Update to 2.11.07
PR:		ports/132474
Submitted by:	Ports Fury
2009-03-14 22:50:09 +00:00
Martin Wilke
f5a7fe0704 abby is a front-end for cclive video extraction utility.
WWW: http://code.google.com/p/abby

PR:		ports/132236
Submitted by:	Toni Gundogdu <legatvs at gmail.com>
2009-03-14 22:49:42 +00:00
Beech Rintoul
393391dcee - Update to 0.8.0
PR:		ports/132520
Submitted by:	Chess Griffin <chess@chessgriffin.com> (maintainer)
2009-03-14 22:49:11 +00:00
Martin Wilke
d355852417 - Update to 2.1.2
PR:		132629
Submitted by:	Jacob Atzen <jatzen@gmail.com> (maintainer)
2009-03-14 22:48:07 +00:00
Martin Wilke
339f90a1e1 - Update to 1.2
PR:		132630
Submitted by:	Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> (maintainer)
2009-03-14 22:47:11 +00:00
Martin Wilke
99be28d2a5 - Update to 0.4.1
PR:		132635
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-14 22:46:19 +00:00
Martin Wilke
b710f2b994 - Update to 0.6.16
PR:		132634
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-14 22:45:14 +00:00
Martin Wilke
bb18639ca2 - Update to 0.6.4
PR:		132633
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com> (maintainer)
2009-03-14 22:44:18 +00:00
Martin Wilke
f177347770 - Fix build after strndup MFC
PR:		132009
Submitted by:	Florian Smeets <flo@kasimir.com>
Approved by:	maintainer timeout
2009-03-14 22:43:05 +00:00
Gerald Pfeifer
7c3207fd94 Remove lang/gcc33 per deprecation/expiration note. 2009-03-14 22:39:10 +00:00
Gerald Pfeifer
4e447f14a3 Remove per deprecation/expiration note. 2009-03-14 22:36:05 +00:00
Gerald Pfeifer
ca7f56f647 Remove gcc-testsuite from DISTFILES, along with the post-build and
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]
2009-03-14 22:32:49 +00:00
Beech Rintoul
5f2c018cf4 - Update to 3.7.9
Changes (from Changelog):
* new setting ftp:prefer-epsv.
* add support for IPv6 scope for link-local addresses (Arkadiusz Miskiewicz).
* fix compilation on OpenBSD (Kevin Lo).
* fix parsing of NT unix-like listings where hour is one digit.
* gnulib sources updated, vsnprintf-posix module imported.

PR:		ports/132480
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
2009-03-14 22:31:46 +00:00