Commit graph

132185 commits

Author SHA1 Message Date
he
55a4e2ac3d Add p5-Catalyst-View-Excel-Template-Plus. 2008-10-20 23:13:21 +00:00
he
bc3000b300 Import p5-Catalyst-View-Excel-Template-Plus version 0.01.
This is a Catalyst View subclass which can handle rendering excel
content through Excel::Template::Plus.
2008-10-20 23:12:02 +00:00
hira
d7dc27205e Make open-url work with firefox3 and seamonkey. 2008-10-20 23:03:25 +00:00
he
c2b6ab8812 Add p5-Excel-Template-Plus. 2008-10-20 22:59:00 +00:00
he
a311d22bc4 Import p5-Excel-Template-Plus version 0.04.
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-20 22:57:45 +00:00
he
33c5b78803 Added p5-Excel-Template. 2008-10-20 22:42:13 +00:00
he
b73ae5a0fa Import p5-Excel-Template version 0.31.
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-20 22:41:15 +00:00
he
17b9460617 Update from version 1.11nb1 to 1.12.
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-20 21:55:32 +00:00
he
b52928dd55 Update from version 1.24nb1 to 1.26.
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-20 21:50:50 +00:00
minskim
24ad1cd8c4 Note update of nabi. 2008-10-20 20:50:17 +00:00
minskim
4b23c10cd7 Update nabi to 0.99.2.
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-20 20:48:22 +00:00
wiz
105c17b263 Grammar fix in error message. 2008-10-20 20:44:49 +00:00
adrianp
e9355d1dfe Updated www/SpeedyCGI to 2.22nb4 2008-10-20 20:42:05 +00:00
adrianp
698b5f12cc Fix to work with new perl
Patches from OpenBSD
2008-10-20 20:41:47 +00:00
ghen
36404813ad Added fonts/lohit-fonts version 2.3.1. 2008-10-20 20:34:12 +00:00
ghen
7a94f73d00 + lohit-fonts 2008-10-20 20:32:58 +00:00
ghen
bc464eef28 Import lohit-fonts package (also known as fonts-indic), a set of free
TrueType fonts for several Indian languages: Assamese, Bengali, Gujarati,
Hindi, Kannada, Malayalam, Marathi, Oriya, Punjabi, Tamil, Telugu.
2008-10-20 20:32:11 +00:00
minskim
d00d77be97 Note update of libhangul. 2008-10-20 19:43:15 +00:00
minskim
e20397fed7 Update libhangul to 0.0.8.
Changes since 0.0.4:
- Improved hanja search.
- Updated the hanja dictionary.
2008-10-20 19:42:21 +00:00
ahoka
214839f848 Sanitise the error message of the fail-wrapper:
- 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-20 18:33:50 +00:00
hira
1628985f78 Re-add LD_LIBRARY_PATH to startup scripts (for java option only).
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-20 16:14:54 +00:00
wiz
27025061cd Dependency is not necessary. Per obache. I stop touching this package now... 2008-10-20 14:28:26 +00:00
hira
52578cd24d Fix build with java option. 2008-10-20 14:26:22 +00:00
wiz
9a6c7f4142 Accept perl-5.10 as p5-version. From dsainty. 2008-10-20 14:06:40 +00:00
gdt
41189ea6f0 Updated databases/guile-pg to 0.37 2008-10-20 13:53:34 +00:00
gdt
23e2413166 Update to 0.37. Headlines from NEWS:
- 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 13:53:17 +00:00
taca
2f2ca38839 +apache-2.2.10 [CVE-2008-2939]. 2008-10-20 13:35:50 +00:00
wiz
9de43ac705 Add p5-version dependency. Noted missing by Jörn Clausen in PR 39773.
Bump PKGREVISION.
2008-10-20 13:05:37 +00:00
hira
61a42520d7 - Install to ${DESTDIR}${PREFIX}/lib/OpenOffice.org3.0.0 (c and c++
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-20 12:30:16 +00:00
dsainty
bf9856d7c6 The HTTP MASTER_SITES entry is no longer available, and has a text file
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-20 12:24:17 +00:00
rillig
6208c4238d Moved all explaining texts to the beginning of a line, so they stand out
from the rest of the code.
2008-10-20 11:09:07 +00:00
rillig
fe5245c568 Removed the experimental --klickibunti option and everything that was
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 10:56:18 +00:00
rillig
161dbd2911 ... and added a few more keywords. 2008-10-20 10:19:18 +00:00
rillig
4ddbfc86a1 Reformatted the comments so that "bmake help" recognizes them. 2008-10-20 10:17:40 +00:00
rillig
3c484a2130 Updated pkgtools/pkglint to 4.89 2008-10-20 10:14:24 +00:00
rillig
9f78a56db8 Updated pkglint to 4.89.
Changes since 4.88:
- Fixed the remaining PLIST_VARS warnings.
- Adjusted pkglint to work together with Perl 5.10.0.
2008-10-20 10:13:12 +00:00
rillig
025fe0934e Replaced all instances of "=~ qr" with "=~ m", and all instances of
"!~ 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-20 10:10:28 +00:00
wiz
7ef4a1a06e Added audio/audacious-plugins version 1.5.0 2008-10-20 09:33:36 +00:00
wiz
06572c54d4 Added audio/audacious version 1.5.0 2008-10-20 09:33:04 +00:00
wiz
6f07a42a19 Add audacious and audacious-plugins. 2008-10-20 09:32:48 +00:00
wiz
282cec8a70 Initial import of wip/audacious-plugins-1.5.0, packaged by Johann Franz.
These are the basic plugins needed for the input, output, visualization,
and effects of the Audacious media player.
2008-10-20 09:32:19 +00:00
wiz
5afb51bf79 Initial import of wip/audacious-1.5.0, packaged by Johann Franz.
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-20 09:28:51 +00:00
wiz
c63963ea33 Default to runtime dependency -- this installs a dynamic library. 2008-10-20 09:15:58 +00:00
wiz
2fdaf1e839 Added devel/ncc version 2.8 2008-10-20 07:53:16 +00:00
wiz
02207dbb19 + ncc 2008-10-20 07:52:53 +00:00
wiz
4bc80e7c50 Initial import of wip/ncc-2.8, last updated by Marko Schütz.
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-20 07:52:26 +00:00
wiz
4ac85ffb35 Updated chat/bsflite to 0.84 2008-10-20 07:48:31 +00:00
wiz
3b356a060f Update to 0.84, provided by Claudio Leite in PR 39771:
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-20 07:48:18 +00:00
wiz
134c18d248 Reset PKGREVISION after update. 2008-10-20 07:46:52 +00:00
wiz
ddd9e12024 Updated multimedia/mplayer-plugin-firefox to 3.55 2008-10-20 07:46:13 +00:00