summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2008-10-20Note updates of www/squid26, www/squid27 and www/squid30 package.taca1-1/+4
2008-10-20Update squid30 package to 3.0.10.taca4-53/+6
Changes to squid-3.0.STABLE10 (14 Oct 2008): - Bug 2391: Regression: bad assert in forwarding - Bug 2447: Segfault on failed TCP DNS query - Bug 2393: DNS requests getting stuck in idns queue - Bug 2433: FTP PUT gives bad gateway - Bug 2465: Limited DragonflyBSD support - ... and other minor bugs and documentation
2008-10-20Update squid27 package to 2.7.5.taca2-6/+6
Changes to squid-2.7.STABLE5 (17 October 2008) - Bug #2439: configuration file contains non-ASCII characters - Bug #2441: Shut down store url rewrite helpers on squid -k reconfigure - foreground rebuild should do all of the rebuilding before Squid accepts requests. - Bug #2464: assertion failed: sc->new_callback == NULL at store_client.c:190 - Bug #2394: add upgrade_http0.9 option making it possible to disable upgrade of HTTP/0.9 responses - Bug #2426: Increase negotiate auth token buffer size - Bug #2468: Limit stale-if-error to 500-504 responses - Bug #2477: swap.state permission issues if crashing during "squid -k reconfigure" - Bug #2430: Old headers still returned after a cache validation if the request triggering the cache validation was itself a If-Modified-Since request. - Bug #2481: Don't set expires: now in generated error responses - Windows port: Fix build error using latest MinGW runtime.
2008-10-20Update squid26 (legacy) package to 2.6.22.taca3-11/+10
Changes to squid-2.6.STABLE22 (19 October 2008) - Bug #2396: Correct the opening of the PF device file. - Make --with-large-files and --with-build-envirnment=default play nice together - Workaround for Linux-2.6.24 & 2.6.25 netfiler_ipv4.h include header __u32 problem - Make dns_nameserver work when using --disable-internal-dns on glibc based systems - Bug #2426: Increase negotiate auth token buffer size - Bug #2427: squid_ldap_group -h reports the old % codes for -f - Bug #2477: swap.state permission issues if crashing during "squid -k reconfigure" - Windows port: Fix build error using latest MinGW runtime.
2008-10-20I meant Added not Updated in my last commit.ahoka1-2/+2
2008-10-20Import libyaml-0.1.1 as textproc/libyaml.ahoka2-2/+4
2008-10-20Import libyaml-0.1.1 as textproc/libyaml.ahoka4-0/+31
YAML is a data serialization language which is designed to be both human readable and computationally powerful. This C language implementation is developed by Kirill Simonov for Python Software Foundation as a part of Google Summer of Code under the mentorship of Clark Evans and released under the MIT license.
2008-10-20Import see-3.0.1376 as lang/see.ahoka2-2/+4
2008-10-20Import see-3.0.1376 as lang/see.ahoka4-0/+68
ECMAScript is a standardized language also known variously as JavaScript, JScript, and LiveScript. SEE is a library that provides a parser and runtime environment for this language. It conforms to ECMAScript Edition 3, and to JavaScript 1.5, with some compatibility switches for earlier versions of JavaScript and Microsoft's JScript.