summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-05-01Make the shebang line regex less restrictive, so that it matchesminskim1-2/+2
"ruby" followed by a version number.
2007-05-01Note initial addition of p5-Contextual-Return version 0.2.1 asseb1-1/+2
devel/p5-Contextual-Return into The NetBSD Packages Collection. The Perl 5 module Contextual::Return provides a collection of named blocks that allow a return statement to return different values depending on the context in which it's called.
2007-05-01Add & enable p5-Contextual-Returnseb1-1/+2
2007-05-01Initial import of p5-Contextual-Return version 0.2.1 into The NetBSDseb4-0/+29
Packages Collection. The Perl 5 module Contextual::Return provides a collection of named blocks that allow a return statement to return different values depending on the context in which it's called.
2007-05-01vim and xfce4-battery-pluginmartti1-1/+3
2007-05-01Updated editors/vim-share to 7.0.237martti3-6/+47
2203 7.0.225 after setline() cursor may be on wrong byte of mulit-byte char 1578 7.0.226 display flicker when setting sign through netbeans interface 1720 7.0.227 crash when closing a window in the GUI 1779 7.0.228 Cygwin: problem with symlink to DOS style path 1806 7.0.229 if 'pt' starts with Esc then Insert mode Esc doesn't time out 4586 7.0.230 a script doesn't know if the current dir is a local dir 2628 7.0.231 recovery from a swap file may crash 18671 7.0.232 (extra) Mac: GUI tab labels are not supported 9738 7.0.233 (extra) Mac: code badly formatted 1723 7.0.234 feedkeys() may be invoked from a modeline 2299 7.0.235 writefile() may be invoked from a modeline 6971 7.0.236 'maxmemtot' wrong, newer Linux sysinfo() uses mem_unit field 3847 7.0.237 'modeline' should default to off for root
2007-05-01Updated sysutils/xfce4-battery-plugin to 0.5.0nb1martti4-19/+27
- Don't change behavior of remaining time on Linux and FreeBSD. - Don't print remaining percentage as `100%' if there are no batteries.
2007-05-01Updated emulators/gxemul to 0.4.5.1xtraeme1-1/+2
2007-05-01Update to 0.4.5.1:xtraeme3-7/+9
The changes between release 0.4.5 and 0.4.5.1 include, among other things: o) OpenBSD/landisk has now had its first release (4.1, 2007-05-01). Landisk emulation is now stable enough to allow OpenBSD/landisk to be installed onto a disk image, and run from it. o) Finally found and fixed an old bug in the address to symbol name lookup mechanism, which caused some symbols to be missed. Debug output with -t or -i should now show all symbols.
2007-05-01Updated filesystems/fuse-ntfs-3g to 1.417xtraeme1-1/+2
2007-05-01Update to 1.417:xtraeme3-27/+6
* new: read-write mount is supported using the "force" mount option if the logfile is unclean * new: libntfs-3g is versioned * fix: default ownership of files weren't always set to the mounting user * fix: mount was denied if the NTFS Master File Table copy had non-standard size * fix: catch and deny all junction/reparse point write operations * fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this) * fix: don't try to run Linux specific code on non-Linux OSes
2007-05-01Converted a load-time .for loop into a run-time one. This brings backrillig1-6/+3
the variables CONFIGURE_ARGS, _DISTFILES, _PATCHFILES and _PLIST_IGNORE_FILES to the +BUILD_INFO file. Fixes PR 36228.
2007-05-01Install asciidoc.txt (manual source) and .html in share/doc/asciidoc.gdt2-3/+12
PKGREVISION++.
2007-05-01Note the libgphoto2 PKGREVISION bumpveego1-1/+2
2007-05-01Use a different way to really disable doxygen. CONFIGURE_FLAGS+=DOXYGEN=noveego1-3/+3
does not work anymore. Use CONFIGURE_ENV+=ac_cv_path_DOXYGEN=false Bump PKGREVISION.
2007-05-01LOCALBASE must be defined before it can be used in .if directives.rillig1-3/+5
2007-05-01Since the Teamspeak licence has changed ensure it uses a differentabs3-4/+4
name, so users have to explicitly decide to agree to the new licence. Noted by flexlmwizd.
2007-05-01perltidy was already imported as p5-Perl-Tidy. Update that toabs9-39/+13
20070424 and remove misimported perltidy. Thanks to the eagle eye of Stoned for picking this up.
2007-05-01Added BSDOS to the list of supported operating systems and sorted the list.rillig1-2/+2
2007-05-01Fixed gcc4 error messages. Patch provided by Aleksey Cheusov in privaterillig2-1/+24
mail.
2007-04-30Addedheinz1-1/+6
sysutils/monit version 4.9 textproc/p5-Feed-Find version 0.06 extproc/p5-XML-Feed version 0.12 Updated www/p5-HTML-Template to 2.9 www/p5-CGI-FormBuilder to 3.0501
2007-04-30Activated p5-Feed-Find and p5-XML-Feedheinz1-1/+3
2007-04-30Initial import of p5-XML-Feed 0.12.heinz4-0/+47
XML::Feed is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. The goal of XML::Feed is to provide a unified API for parsing and using the various syndication formats. The different flavors of RSS and Atom handle data in different ways: date handling; summaries and content; escaping and quoting; etc. This module attempts to remove those differ- ences by providing a wrapper around the formats and the classes imple- menting those formats (XML::RSS and XML::Atom::Feed).
2007-04-30Initial import of Perl module Feed-Find 0.06heinz4-0/+41
The Perl module Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/. Feed::Find will discover the following feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom
2007-04-30As a pure Perl module the package does not need a C compiler.heinz1-1/+6
Perl module file does not need to be executable.
2007-04-30Marked the package as supporting installation to DESTDIR.heinz2-4/+8
2007-04-30Updated to version 3.0501.heinz2-6/+9
Pkgsrc changes: - Suffix changed from the default (.tar.gz) to .tgz. - Marked the package as supporting installation to DESTDIR. Changes since version 3.0302: ============================= VERSION 3.0501 Bugfix release to repair a memory leak and a few "other" field edge cases. VERSION 3.05 Just a short time after 3.04, several new features evolved very quickly: Fieldset support A new "fieldsets" option to "new()" and a "fieldset" option to the "field()" method can be used to organize your form into sections. Currently works with the built-in "<table>" and new "<div>" renderer only, but template support is in the works. Div rendering In addition to the builtin "<table>" rendering module, a new "Div" rendering template has been included as well. If you select this, you get a table-free form which you can manipulate using stylesheets: $form->new(template => {type => 'div'}); This provides a couple additional benefits, like separate divs for every submit button. Additional classes A couple additional CSS classes were added, wrapping around the fields as a unit for better styling. The "<form>" tag now gets a ".fb_form" style as well. Fixed HTML::Template support A couple bugs were introduced in 3.04 that have been fixed, and more tests added. VERSION 3.04 In addition to the below features, a new Catalyst FormBuilder plugin is available on CPAN, "Catalyst::Plugin::FormBuilder". New $form->prepare() method You can now use "$form->prepare()" to get back an expanded hashref just before "$form->render()" is called. This allows you to use FormBuilder with Catalyst or other frameworks more easily, where the rendering is done elsewhere: my %expansion = $form->prepare; This could be passed directly to, say, Template Toolkit without having to use FormBuilder's Template Toolkit support. New "inflate" option to field() This is used the convert fields on the fly into objects or other values. For example, you could convert a "date" field into a DateTime object. Nice patch from Mark Hedges, check it out. Turkish messages Thanks to Recai Oktas. Added "missing" property for fields This can be queried in templates. To see if a field is missing altogether, you can check "field.missing" or "missing-field" depending on your template engine of choice. Removal of custom "puke" and "belch" FormBuilder now uses "Carp" and @CARP_NOT to handle its errors. As such, you will probably notice some differences in error output. The benefit is that setting "debug" will give you a stack trace on fatal errors. CGI::FormBuilder::Template::Builtin Moved the "render_builtin()" method to the above module, to unify the rendering schemes. New FORMBUILDER_DEBUG environment variable Setting this has the same effect as using the "debug" option. Removal of excess documentation Removed all the stub docs from "Field::*" and "Messages::*" to make CPAN happy.
2007-04-30Updated to version 2.9.heinz2-7/+7
Pkgsrc changes: - Marked the package as supporting installation to DESTDIR. Changes since version 2.7: ========================== 2.9 Mon Jan 29 15:54:03 EST 2007 - New Feature: the new force_untaint option makes sure you do not pass tainted values to param(). [Sven Neuhaus] - New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed both to work with default_escape. [cpan@punch.net] - Bug Fix: DEFAULT didn't work with URL and JS escaping. - Bug Fix: Long-standing bug where variables set in a loop weren't available inside inner loops under global_vars if the variable wasn't actually used in the outer loop. (Thanks to Richard Fein for help debugging the fix.) - Doc Fix: Changed references to CVS in the docs to Subversion now that the switch is complete. - Test Fix: At long last, the work from the Phalanx project has been merged! The tests are now more complete and easier to work on. Thanks Phalanx guys! 2.8 Wed Dec 21 18:37:39 EST 2005 - New Feature: the new default_escape option allows you to apply escaping to all variables in a template. [Alex Kapranoff] - Bug Fix: ESCAPE wasn't working on variables containing code-refs. - Bug Fix: Changed HTML::Template to help sub-classes by called _new_from_loop() via ref($self) rather than hard-coding the package name. [Mark Stosberg] - Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or <tmpl_unless> now dies with an error message, instead of silently ignoring one of the clauses. [Mitar and Mark Stosberg] - Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle <tmpl_else>. This bug could cause HTML::Template to take both branches of a conditional if a code-ref parameter returned a different value when called a second time. [Emanuele Zeppieri]
2007-04-30Note update of rails.minskim1-1/+2
2007-04-30Update rails to 1.2.3.minskim2-15/+14
Changes: * Ruby 1.8.6 compatibility * Stop swallowing errors during rake test
2007-04-30Activated monitheinz1-1/+2
2007-04-30Initial import of monit 4.9.heinz13-0/+4202
Monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
2007-04-30Updated security/mhash to 0.9.9; libmcrypt to 2.5.8; mcrypt to 2.6.5adam2-4/+5
2007-04-30Changes 2.6.5:adam3-13/+27
* Added all of the patches on Sourceforge, plus those included by Red Hat's Fedora Extras
2007-04-30Changes 2.5.8:adam3-13/+17
* Stuff from the Fedora Extras crew
2007-04-30Generate dynamically the list of files created by rdoc. rdoc seems to useminskim4-808/+411
different numbering in creating HTML files on different platforms.
2007-04-30Changes 0.9.9:adam3-8/+14
- Added patch for sigbus error on unaligned data, when doing rapid copies. Changes 0.9.8.1: - Another round of bugfixes
2007-04-30mongrel update was done.minskim1-2/+1
2007-04-30Note update of mongrel.minskim1-1/+2
2007-04-30Update mongrel to 1.0.1.minskim5-174/+219
The first official production quality version. See ChangeLog for the complete list of changes. http://mongrel.rubyforge.org/releases/ChangeLog
2007-04-30Add ruby-fastthread.minskim6-2/+30
fastthread is a Ruby extension which re-implements the primitives in Ruby's thread.rb in C.
2007-04-30Import teamspeak-server-2.0.23.15 into pkgsrc:abs1-1/+2
TeamSpeak is a quality, scalable application which enables people to speak with one another over the Internet. TeamSpeak consists of both client and server software. The server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. This results in an Internet based teleconferencing solution that works in a variety of applications such as team mates speaking with one another while playing their favorite online game, small businesses cutting costs on long distance charges, or for personal communication with friends and family. This package contains the TeamSpeak server for Linux/i386
2007-04-30enable teamspeak-serverabs1-1/+2
2007-04-30Import teamspeak-server-2.0.23.15 into pkgsrc:abs5-0/+228
TeamSpeak is a quality, scalable application which enables people to speak with one another over the Internet. TeamSpeak consists of both client and server software. The server acts as a host to multiple client connections, capable of handling literally thousands of simultaneous users. This results in an Internet based teleconferencing solution that works in a variety of applications such as team mates speaking with one another while playing their favorite online game, small businesses cutting costs on long distance charges, or for personal communication with friends and family. This package contains the TeamSpeak server for Linux/i386
2007-04-30update teamspeak licenceabs1-143/+249
2007-04-30Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:abs1-1/+2
Perltidy reads a Perl script and writes an indented, reformatted script. The default formatting closely follows the recommendations in perlstyle(1). Perltidy can also display perl code in syntax- colored HTML output.
2007-04-30add perltidyabs1-1/+2
2007-04-30remove spurious fileabs1-3/+0
2007-04-30Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:abs5-0/+29
Perltidy reads a Perl script and writes an indented, reformatted script. The default formatting closely follows the recommendations in perlstyle(1). Perltidy can also display perl code in syntax- colored HTML output.
2007-04-30Updated graphics/gimp24 to 2.3.16adam1-1/+2