summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-10-20Import p5-Excel-Template-Plus version 0.04.he3-0/+37
This module is an extension of the Excel::Template module, which allows the user to use various "engines" from which you can create Excel files through Excel::Template.
2008-10-20Added p5-Excel-Template.he1-1/+2
2008-10-20Import p5-Excel-Template version 0.31.he3-0/+36
This is a module used for templating Excel files. Its genesis came from the need to use the same datastructure as HTML::Template, but provide Excel files instead. The existing modules don't do the trick, as they require replication of logic that's already been done within HTML::Template.
2008-10-20Update from version 1.11nb1 to 1.12.he2-7/+6
Upstream changes: 1.12 Mon Oct 13 14:11:01 CEST 2008 - use the yencode filesize as additional matching criterium to avoid false matches. - made the example decoder more verbose w.r.t. error handling. - removed potentially confusing decide_temp calls from example decoder.
2008-10-20Update from version 1.24nb1 to 1.26.he2-7/+6
Upstream changes: 1.26 Mon 13 Oct 2008 - Adam Kennedy - Fixed the dreaded but #24036: WinXP Explorer Exposes Problems. This caused directories to appear as files in Windows Explorer and was caused by Windows always reading the msdos directory bit even when the file attributes are types as unix. Resolved by emulating the behaviour of Info-Zip and setting the 5th bit in the externalFileAttributes field. 1.25 Sat 11 Oct 2008 - Adam Kennedy - Removing "use warnings" instances that somehow slipped in - Skip test if Digest::MD5 is not available
2008-10-20Note update of nabi.minskim1-2/+3
2008-10-20Update nabi to 0.99.2.minskim3-33/+26
Changes since 0.15: - Updated German translation. - Fixed memory leak. - Added simplified Chinese input. - Added themes. - Added symbol input using consonants. - Switched to use libhangul.
2008-10-20Grammar fix in error message.wiz1-2/+2
2008-10-20Updated www/SpeedyCGI to 2.22nb4adrianp1-1/+2
2008-10-20Fix to work with new perladrianp4-4/+39
Patches from OpenBSD
2008-10-20Added fonts/lohit-fonts version 2.3.1.ghen1-1/+2
2008-10-20+ lohit-fontsghen1-1/+2
2008-10-20Import lohit-fonts package (also known as fonts-indic), a set of freeghen4-0/+72
TrueType fonts for several Indian languages: Assamese, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu.
2008-10-20Note update of libhangul.minskim2-3/+3
2008-10-20Update libhangul to 0.0.8.minskim4-18/+22
Changes since 0.0.4: - Improved hanja search. - Updated the hanja dictionary.
2008-10-20Sanitise the error message of the fail-wrapper:ahoka1-3/+3
- Use PGKSRC-WARNING to note it's coming from pkgsrc and not always fatal. - Describe more precisely what's happening when you get this warning. Hopefuly this will stop the misundersanding of the error message I could see quite often amongst users.
2008-10-20Re-add LD_LIBRARY_PATH to startup scripts (for java option only).hira6-19/+49
NOTE: With java option and PKG_DEVELOPER=yes, this package will fail to build. Please fix wip/jdk15 (runtime library search paths are missing).
2008-10-20Dependency is not necessary. Per obache. I stop touching this package now...wiz1-2/+1
2008-10-20Fix build with java option.hira3-10/+11
2008-10-20Accept perl-5.10 as p5-version. From dsainty.wiz1-2/+2
2008-10-20Updated databases/guile-pg to 0.37gdt1-1/+2
2008-10-20Update to 0.37. Headlines from NEWS:gdt2-7/+6
- 0.37 | 2008-05-24 - Configuration change: search $prefix for PostgreSQL headers/libs - Change to pg-get-connection This proc now returns #f if its arg's connection is no longer live. You should probably avoid it altogether; see following NEWS item. - Planned modesty Currently, Guile-PG exposes some accounting (implementation) details that it shouldn't. These are the "serial number" of connection and result objects, and the link between a result object the connection object where it originated. These details WILL BE REMOVED after 2008-10-01; do NOT rely on them. Practically speaking, this means `pg-get-connection' will be deleted and the external representation for the objects will drop the "N" field: until 2008-10-01: #<PG-CONN:N:...> and #<PG-RESULT:N:...> after 2008-10-01: #<PG-CONN:...> and #<PG-RESULT:...> - Tests issue SQL commands directly to CREATE and DROP the test database Previously "make check" required the commands createdb(1) and dropdb(1) (or destroydb(1) for older PostgreSQL versions) to be installed on the system. Now, the test infrastructure uses Guile-PG module (database postgres) to connect to "template1" and issues SQL commands "CREATE DATABASE" and "DROP DATABASE" directly. - New (database postgres-meta) proc: information-schema-names - New (database postgres-meta) proc: information-schema-coldefs These procs describe Guile-PG's "standard introspection" support, as specified in the PostgreSQL 7.4.19 documentation (chapter 32, "The Information Schema"). Additionally, loading the module defines type converters for `cardinal_number', `character_data' and `sql_identifier'. The `time_stamp' type converter does not seem to be used and is not provided. - New pgtable-manager (and -worker) command: #:finish This closes the (internal) connection and arranges for all future invocations of the closure to signal a "dead connection" error. - Proc `gxrepl' closes connection when done - New support for #:FOO-all combiners in `parse+make-SELECT-tree' This (database postgres-qcons) proc now supports #:union-all, #:intersect-all and #:except-all, as combiners. - Maintenance uses autoconf 2.62, automake 1.10.1, libtool 2.2.2
2008-10-20+apache-2.2.10 [CVE-2008-2939].taca1-1/+2
2008-10-20Add p5-version dependency. Noted missing by Jörn Clausen in PR 39773.wiz1-5/+7
Bump PKGREVISION.
2008-10-20 - Install to ${DESTDIR}${PREFIX}/lib/OpenOffice.org3.0.0 (c and c++hira13-138/+288
wrappers ignore -Wl,-R${DESTDIR}${PREFIX}/OpenOffice.org3.0.0/...). - Add runtime library search paths by linker option instead of adding LD_LIBRARY_PATH to startup scripts. It should fix build with PKG_DEVELOPER=yes. No functional changes.
2008-10-20The HTTP MASTER_SITES entry is no longer available, and has a text filedsainty1-2/+2
indicating that ftp://ftp.gnu.org/pub/gnu/gnutls/ should be used instead. The replacement site also supports HTTP, so make it our HTTP source.
2008-10-20Moved all explaining texts to the beginning of a line, so they stand outrillig1-200/+199
from the rest of the code.
2008-10-20Removed the experimental --klickibunti option and everything that wasrillig1-383/+8
only there to support this option. Maybe I will reinvent the advanced autofix code someday, hopefully in a programming language that provides more error checking than Perl.
2008-10-20... and added a few more keywords.rillig1-1/+4
2008-10-20Reformatted the comments so that "bmake help" recognizes them.rillig1-2/+3
2008-10-20Updated pkgtools/pkglint to 4.89rillig1-1/+2
2008-10-20Updated pkglint to 4.89.rillig1-2/+2
Changes since 4.88: - Fixed the remaining PLIST_VARS warnings. - Adjusted pkglint to work together with Perl 5.10.0.
2008-10-20Replaced all instances of "=~ qr" with "=~ m", and all instances ofrillig1-317/+317
"!~ qr" with "!~ m", to work around a memory leak in Perl 5.10.0. (See Perl bug #59994 or just run perl -e 'while(1){qr""}'.) This change also speeds up pkglint by around 15 percent, although I noticed that updating from Perl 5.8.8. to 5.10.0 slowed down pkglint by about 2 percent.
2008-10-20Added audio/audacious-plugins version 1.5.0wiz1-1/+2
2008-10-20Added audio/audacious version 1.5.0wiz1-1/+2
2008-10-20Add audacious and audacious-plugins.wiz1-1/+3
2008-10-20Initial import of wip/audacious-plugins-1.5.0, packaged by Johann Franz.wiz6-0/+278
These are the basic plugins needed for the input, output, visualization, and effects of the Audacious media player.
2008-10-20Initial import of wip/audacious-1.5.0, packaged by Johann Franz.wiz6-0/+440
Audacious is a fork of beep-media-player 0.9.7.1. The primary goals of this fork are keeping the ideology of the original BMP and merging miscellaneous plugins into Audacious.
2008-10-20Default to runtime dependency -- this installs a dynamic library.wiz1-2/+1
2008-10-20Added devel/ncc version 2.8wiz1-1/+2
2008-10-20+ nccwiz1-1/+2
2008-10-20Initial import of wip/ncc-2.8, last updated by Marko Schütz.wiz8-0/+138
ncc is a compiler that produces program analysis information. ncc is a decent replacement of cflow and cscope able to analyze any program using the gcc compiler. The program also includes a graphical call-graph navigator and source browser which is extremely practical for hacking and comprehending large projects.
2008-10-20Updated chat/bsflite to 0.84wiz1-1/+2
2008-10-20Update to 0.84, provided by Claudio Leite in PR 39771:wiz2-6/+6
0.84 - 10/19/2008 * Removed rate limit warning messages * Added missing proxy information to manual page * Fixed bug introduced in 0.83 where DOS/Win32 did not get any input * Makefile now properly uses 'make -C' for building subdirectories * miscellaneous DJGPP cleanups
2008-10-20Reset PKGREVISION after update.wiz2-4/+2
2008-10-20Updated multimedia/mplayer-plugin-firefox to 3.55wiz1-1/+2
2008-10-20Update to 3.55:wiz2-7/+6
3.55 Take patch from gecko-mediaplayer to compile idl file at compile time Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems Fix display issue when pulse audio is selected, and add pulse to options Apply patches from Bill Lear rael at zopyra com Fixed flag problem in killmplayer, now allows open,src and others to work correctly Add back in "Plug-in" to QT description Change "QuickTime Plug-in 6.0 /7" to "QuickTime 7.4.5" Change "Windows Media Player Plugin" to "Windows Media Player Plug-in" Add tvdevice to setup options Add in make dist support, and autogenerating spec files (way over due on these) Change url max length from 1024 to 4096 (some sites still do not work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 Don't fail out of the read loop if we get a 'No stream found' message From Sergey Svishchev in PR 37140.
2008-10-20Updated multimedia/mplayer to 1.0rc10nb9wiz1-1/+2
2008-10-20Add a patch for better VCD support from Sergey Svishchev.wiz6-9/+48
Fixes PR 20549.
2008-10-20Needs gail; depend on latest gtk2. Should fix PR 39763.wiz1-1/+2