summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-11-05Update p5-Spreadsheet-WriteExcel to 2.17.obache2-7/+6
Based on patch provided by Martin Wilke via PR 34389, and remove dependency on p5-File-Temp-[0-9]*, it's already included in perl base package. Changes: 2.17 May 21 2006 - Minor + Added set_tab_color() method and example (tab_colors.pl). + Add set_page_view() method for Mac Excel view style and better default worksheet dimensions. + Added simulated row_wrap.pl example. + Added simulated Autofit example (autofit.pl). ! Fixed RT #17801, incorrect close value with filehandles. Thanks to Josie. ! Changed comment font to Excel's default of Tahoma 8. Reported by Stefano Maurri. ! Fixed bug that stopped Charts working in 2.16.
2006-11-05Correct the last entry.minskim1-2/+2
2006-11-05Add libhangul.minskim1-1/+2
2006-11-05libhangul is a library to handle Korean, used by several Korean inputminskim5-0/+50
methods.
2006-11-05This package wants USE_TOOLS+=makeinfo, at least under my environment.dsainty1-2/+2
It's not exactly clear why, since the error states: "You should only need it [makeinfo] if you modified a `.texi' or `.texinfo' file, or any other file indirectly affecting the aspect of the manual." ... but it's possibly a side effect of GNU_PROGRAM_PREFIX=g. At any rate, "makeinfo" seems a harmless request.
2006-11-04Added BUILD_DEFS_EFFECTS.rillig4-23/+28
2006-11-04Added some more formats that are needed to recognize SMART_MESSAGES inrillig1-2/+3
mk/defaults/mk.conf.
2006-11-04mk/defaults/mk.conf is an important source for online help. It justrillig1-2/+2
doesn't match the *.mk pattern, and that's why it had been excluded up to now, accidentally.
2006-11-04Since PKG_JVM is not user-settable, it must not be added to BUILD_DEFS.rillig1-2/+3
For that purpose, BUILD_DEFS_EFFECTS has just been introduced.
2006-11-04There is a difference between the variables that can be configured byrillig1-14/+29
the user to affect how packages are built (BUILD_DEFS) and the effects that those variables have (BUILD_DEFS_EFFECTS). The latter variable has been introduced to clearly separate these two issues. While here, reduced the indentation of the directives a little bit. One visible change is that "make build-defs-message" will always show the message when called directly. Before, it had been shown only once, which makes debugging a bit more difficult.
2006-11-04Updated mail/dovecot to 1.0rc11.ghen1-1/+2
2006-11-04Update to dovecot-1.0rc11. From the release announcement mail:ghen3-10/+10
Hopefully the last RC release? As far as I know there are no major problems left now. If nothing big shows up, v1.0 should be out in a couple of weeks. * Renamed default_mail_env to mail_location. default_mail_env still works for backwards compatibility. * deliver: When sending rejects, don't include Content-Type in the rejected mail's headers. * LDAP changes: * If auth binds are used, bind back to the default dn before doing a search. Otherwise it could fail if a user gave an invalid password. * Initial binding at connect is now done asynchronously. * Use pass_attrs even with auth_bind=yes since it may contain useful non-password fields. + passdb checkpassword: Give TCPLOCALIP and TCPREMOTEIP and PROTO=TCP environments to the checkpassword binary so we're UCSPI (and vchkpw) compatible. - mbox handling was a bit broken in rc10 - Using Dovecot via inetd kept crashing dovecot master - deliver: Don't crash with -f "". Changed the default from envelope to be "MAILER-DAEMON". - INBOX wasn't shown with LSUB command if only prefixed namespaces were used. - passdb ldap: Reconnecting to LDAP server wasn't working with auth binds. - passdb sql: Non-plaintext authentication didn't work - MySQL passdb ignored all non-password checks, such as allow_nets - trash plugin was broken
2006-11-04Made the code that selects the possible Java VMs much simpler.rillig1-18/+9
2006-11-04Brought the comment into "pkgsrc comment normal form".rillig1-17/+33
2006-11-04bzr updated to 0.12.wiz2-3/+3
2006-11-04Update to 0.12:wiz3-7/+55
bzr 0.12 2006-10-30 IMPROVEMENTS: * ``bzr log`` now shows dotted-decimal revision numbers for all revisions, rather than just showing a decimal revision number for revisions on the mainline. These revision numbers are not yet accepted as input into bzr commands such as log, diff etc. (Robert Collins) * revisions can now be specified using dotted-decimal revision numbers. For instance, ``bzr diff -r 1.2.1..1.2.3. (Robert Collins) * ``bzr help commands`` output is now shorter (Aaron Bentley) * New connection: ``bzr+http://`` which supports tunnelling the smart protocol over an HTTP connection. If writing is enabled on the bzr server, then you can write over the http connection. (Andrew Bennetts) * ``bzr`` now uses lazy importing to reduce the startup time. This has a moderate effect on lots of actions, especially ones that have little to do. For example ``bzr rocks`` time is down to 116ms from 283ms. (John Arbash Meinel) * New Registry class to provide name-to-object registry-like support, for example for schemes where plugins can register new classes to do certain tasks (e.g. log formatters). Also provides lazy registration to allow modules to be loaded on request. (John Arbash Meinel, Adeodato Simó) API INCOMPATABILITY: * LogFormatter subclasses show now expect the 'revno' parameter to show() to be a string rather than an int. (Robert Collins) As well as changes to the internals, tests, and bug fixes.
2006-11-04Mention new py-medusa package.wiz1-1/+2
2006-11-04+ py-medusa.wiz1-1/+2
2006-11-04Initial import of py-medusa-0.5.4:wiz4-0/+122
Medusa is a 'server platform' -- it provides a framework for implementing asynchronous socket-based servers (TCP/IP and on Unix, Unix domain, sockets). An asynchronous socket server is a server that can communicate with many other clients simultaneously by multiplexing I/O within a single process/thread. In the context of an HTTP server, this means a single process can serve hundreds or even thousands of clients, depending only on the operating system's configuration and limitations. Medusa includes HTTP, FTP, and 'monitor' (remote python interpreter) servers. Medusa can simultaneously support several instances of either the same or different server types - for example you could start up two HTTP servers, an FTP server, and a monitor server. Then you could connect to the monitor server to control and manipulate medusa while it is running.
2006-11-04Note update of "phpmyadmin" package to version 2.9.0.3.tron2-3/+3
2006-11-04Update "phpmyadmin" package to version 2.9.0.3. This version fixes thetron2-7/+7
XSS vulnerability reported in PMASA-2006-6.
2006-11-04Updated misc/p5-Locale-Maketext-Lexicon to 0.62.obache2-3/+3
2006-11-04Update p5-Locale-Maketext-Lexicon to 0.62.obache2-6/+6
Patch provided by Martin Wilke via PR 34385. Changes for 0.62 - 2006-06-15] * For the longest time, direct import of Locale::Maketext::Lexicon from within localization classes (such as MyApp::I18N::zh_tw) was untested and broken. It now works the way described in the SYNOPSIS section of the Locale::Maketext::Lexicon documentation. Contributed by: Yann Kerherve
2006-11-04Updated misc/p5-Locale-Maketext-Simple to 0.18.obache2-3/+3
2006-11-04Update p5-Locale-Maketext-Simple to 0.18 and add HOMEPAGE.obache2-7/+7
Changes: [Changes for 0.18 - 2006-09-08] * At the request of Steve Hay, this module is now available under the Perl license when distributed as part of Perl 5. [Changes for 0.17 - 2006-08-13] * Sebastien Aperghis-Tramoni noticed that the MIT license text was mis-hyphenated, and the waranty clauses mentions "X Consortium" where it should say "authors or copyright holders". [Changes for 0.16 - 2006-05-03] * Oops, the gettext_to_maketext function was missing an escape sequence, rendering message strings with [ ~ ] characters invalid. Reported By: Rong-En Fan [Changes for 0.15 - 2006-05-02] * LICENSING CHANGE: This compilation and all individual files in it are now under the permissive "MIT" license. See the COPYRIGHT section in README for the new terms. [Changes for 0.14 - 2006-04-27] * Repair Perl 5.005 compatibility in the build system. Reported By: Rong-En Fan [Changes for 0.13 - 2006-04-11] * The "_style => 'gettext'" option was broken for adjacent variables such as "%1%2%3". * Also removed the sole occurrence of of $&.
2006-11-04Updated net/p5-SNMP_Session to 1.08.obache2-3/+3
2006-11-04Update p5-SNMP_Session to 1.08.obache2-8/+7
Patch provided by Martin Wilke via PR 34382. Changes: * SNMP_Session.pm 1.08: Fixed a bug in the SNMPv2c version of map_table_start_end that would cause errors when the $end argument is actually being used. Thanks to Jan van Keulen for submitting the patch.
2006-11-04Updated www/php4 to 4.4.4nb3adrianp1-1/+3
Updated lang/php5 to 5.1.6nb3
2006-11-04Fix for CVE-2006-5465 from PHP CVSadrianp6-6/+72
http://www.hardened-php.net/advisory_132006.138.html
2006-11-04Updated devel/p5-Test-Memory-Cycle to 1.04.obache2-3/+3
2006-11-04Update p5-Test-Memory-Cycle to 1.04.obache2-6/+6
Patch provided by Martin Wilke via PR 34372. Changes: 1.04 Sun Aug 6 22:09:36 CDT 2006 [FIXES] * Updated the minimum version requirements. [ENHANCEMENTS] * Added support for detecting closures. Thanks Yuval Kogman. [INTERNALS] * Internal code optimizations
2006-11-04Updated devel/p5-Want to 0.12.obache2-4/+3
2006-11-04Update p5-Want to 0.12.obache2-6/+6
Changes: 0.11 Sat Aug 26 22:36:27 BST 2006 - (Jerry D. Hedden) Fix bug whereby 'lnoreturn' failed to decrement the CvDEPTH, which causes an error with 'use threads' 0.12 Tue Aug 29 21:06:40 BST 2006 - (Jerry D. Hedden) Force the threads test to be skipped if oldstyle threads (as opposed to ithreads) are in use.
2006-11-04Fixed PKGMANDIR.rillig1-1/+2
2006-11-04Fixed PKGMANDIR.rillig1-1/+2
2006-11-04Added the preformatted manual page. PKGREVISION++rillig2-7/+6
Switched to using INSTALLATION_DIRS_FROM_PLIST.
2006-11-04When a package sets INSTALLATION_DIRS_FROM_PLIST to "yes", it does notrillig2-2/+45
need to specify INSTALLATION_DIRS itself. Instead, the list is generated from the static PLIST files. Like for INSTALLATION_DIRS, mtree is disabled when this variable is set.
2006-11-04Every package should provide at least _some_ documentation. PKGREVISION++rillig2-2/+14
2006-11-03Update where this is from.reed1-2/+1
(No longer maintained in Xlibs project.)
2006-11-03Fix and improve description.reed1-1/+7
2006-11-03Add fonts to category.joerg1-2/+2
2006-11-03Type in import, thanks reed@.joerg5-56/+0
2006-11-03Fix typo.joerg1-2/+2
2006-11-03Note update of textproc/p5-XML-Simple to version 2.16seb1-1/+2
2006-11-03Import libXcursor-1.1.8 from pkgsrc-wip:joerg5-0/+70
This package, libXcursor, provides the client-side cursor loading library for X. This cursor management library is a simple library designed to help locate and load cursors (from files or memory). This is from the modular X.org project.
2006-11-03Update to version 2.16.seb2-7/+6
Changes since last packaged version (2.14): 2.16 Oct 30 2006 - Added test/fix for bad GroupTags option (report from Lee Goddard) - Added new_hashref() hook method - refactored cache save/restore methods for easier overriding 2.15 Oct 03 2006 - Makefile.PL changes: reject known-bad PurePerl and RTF parser modules; default to XML::SAX::Expat if no parser installed - allow '.' characters in variable names (suggested by Cosimo Streppone) - fix output of undefs in arrayrefs with SuppressEmpty (reported by かんな - Kanna) - tidy up code and docs around lexical filehandle passed to OutputFile (report from Helge Sauer) - reduce memory usage by passing XML strings by reference (patch from Dan Sully)
2006-11-03DESTDIR support.joerg3-3/+7
2006-11-03The third batch of modular Xorg packages. As usual, with specialjoerg2-2/+38
thanks to Jeremy Reed. + evieext + libXTrap + libXaw + libXdamage + libXevie + libXfixes + libXfont + libXft + libXinerama + libXmu + libXp + libXpm + libXrandr + libXrender + libXres + libXt + libXv + resoureproto
2006-11-03Import libXres-1.0.2 from pkgsrc-wip:joerg5-0/+71
This package contains the X Resource Information Extension Library from the modular X.org project. X-Resource is an extension that allows a client to query the X server about its usage of various resources.
2006-11-03Import resourceproto-1.0.2 from pkgsrc-wip:joerg5-0/+53
This provides the Resource extension headers from modular X.org X11 project.