summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-02-03fix problems with missing -lXau on darwin and solaris (at least)dbj2-16/+14
by providing a default define of SharedLibX which causes it to use a shared libaudio if the installed imake templates don't define it
2009-02-03Updated multimedia/x264-devel to 20081217nb1obache1-1/+2
2009-02-03Let to link libx264.la with ${LDFLAGS}, not only ${PTHREAD_LDFLAGS} andobache3-6/+7
${PTHREAD_LIBS}, same as original .so target. At least, need to link with -lm (using pow(3)) Bump PKGREVISION.
2009-02-03Reset BUILTIN_PKG after inclution of pthread.builtin.mk.obache1-1/+2
workaround of PR 40254.
2009-02-03Added svg optionadam1-0/+1
2009-02-03PLIST fix; svg now is an optionadam4-21/+30
2009-02-03Note initial addition of p5-WWW-Shorten version 2.02 as www/p5-WWW-Shortenseb1-1/+2
into The NetBSD Packages Collection. The Perl 5 module WWW::Shorten provides an interface to URL shortening sites. These sites maintain databases of long URLs, each of which has a unique identifier. A very simple program called shorten is supplied. This program takes a URL and gives you a shortened version of it.
2009-02-03Add & enable p5-WWW-Shortenseb1-1/+2
2009-02-03-gsm-1.0.12obache1-2/+1
2009-02-03Initial import of p5-WWW-Shorten version 2.02 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module WWW::Shorten provides an interface to URL shortening sites. These sites maintain databases of long URLs, each of which has a unique identifier. A very simple program called shorten is supplied. This program takes a URL and gives you a shortened version of it.
2009-02-03Note revbump came from audio/gsm.obache1-1/+6
2009-02-03Recursive revision bump came from audio/gsm.obache6-11/+12
2009-02-03Updated audio/gsm to 1.0.12obache1-1/+2
2009-02-03Update gsm to 1.0.12 a.k.a 1.0-pl12.obache6-68/+41
Bump ABI_DEPENDS because reentrant fix changed struct gsm_state. (It is defined in gsm/private.h, but used by other packages directly). Fri Jun 2 06:27:56 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 12 src/code.c: removed modifiable static storage that made the library non-reentrant. (Thanks to Paul Gibbs for pointing out the bug.) Sat Mar 18 11:48:28 2006 Jutta Degener (jutta@pobox.com) * Release 1.0 Patchlevel 11 src/gsm_implode.c: fix WAV49 implode move source archive location
2009-02-03Note initial addition of p5-Config-Auto version 0.20 asseb1-1/+2
devel/p5-Config-Auto into The NetBSD Packages Collection. The Perl 5 module Config::Auto provides an interface to diverse config file formats 'magically': colon separated, space separated, equals separated, XML, Perl code, Windows INI, BIND9 and irssi style config files format are supported.
2009-02-03Add & enable p5-Config-Autoseb1-1/+2
2009-02-03Initial import of p5-Config-Auto version 0.20 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module Config::Auto provides an interface to diverse config file formats 'magically': colon separated, space separated, equals separated, XML, Perl code, Windows INI, BIND9 and irssi style config files format are supported.
2009-02-02Finish the PLIST fix in previous revision - bump PKGREVISION againabs2-4/+3
2009-02-02Note update of net/p5-NetAddr-IP to version 4.024seb1-1/+2
2009-02-02Update from version 4.022 to version 4.024.seb2-6/+6
Upstream changes: 4.024 Mon Jan 26 00:27:32 PST 2009 documentation update 4.023 Fri Jan 16 14:30:40 PST 2009 added the capability to set the CASE of ipV6 text return values to either upper or lower. Thanks to Rob Riepel <riepel@networking.Stanford.EDU> for developing this improvement and providing a comprehensive patch
2009-02-02Added www/ies4linux version 2.99.0.1abs1-1/+2
2009-02-02+ies4linuxabs2-3/+4
2009-02-02Added www/ies4linux version 2.99.0.1abs5-0/+170
IEs4Linux is the simpler way to have Microsoft Internet Explorer running on any OS running Wine. It provides a script with an optional GUI interface to install various versions of IE and associated registry settings and plugins into your .wine configuration.
2009-02-02note update of www/privoxy to 3.0.8nb1jnemeth1-1/+2
2009-02-02PR/40532 - Cem Kayali -- group permissions too broadjnemeth2-3/+6
Just fixing security issue, will leave pkg update for MAINTAINER for now.
2009-02-02Create users with -M. On Linux this gives the same behavior as NetBSD'sjoerg1-9/+3
useradd without -M, e.g. allows creation of users without home directory. Tested on RHEL4. From Jens Rehsack.
2009-02-02another instance of bundled ffmpeg -- add the 4xm patch, bump PKGREVISIONdrochner3-3/+24
2009-02-02-add a patch from upstream to fix CVE-2008-3162drochner4-3/+79
(stack-based buffer overflow in the str_read_packet function in libavformat/psxstr.c) -add (a modified version of) the ffmpeg 4xm patch which fixes possible memory corruption bump PKGREVISION
2009-02-02Updated devel/cpuflags to 1.38abs1-1/+2
2009-02-02Updated devel/cpuflags to 1.38abs2-3/+4
Handle Intel Core 2 (Merom) - from Steffen Beyer
2009-02-02Annotate new pkg_install from the pkg_install-renovation merge.joerg1-1/+2
2009-02-02- retire fnmatch magicjoerg1-50/+1
- drop tnftp and pax from bootstrap, they can be installed as normal dependencies now that pkg_install doesn't need them.
2009-02-02Merge x509 setup and documentation from pkg_install-renovation.joerg3-0/+258
2009-02-02Merge pkg_install-20090201 from pkg_install-renovation branch.joerg88-8172/+4908
- DB support is always included from libnbcompat if needed - pkg_view and linkfarm are not installed any more; they are not moved into the attic yet, so they can easily be installed as separte package - common configuration file to customise the behavior of various components; this supersedes the old audit-packages.conf - support for PKSC7 signatures (using X509 certs) and GPG signatures for packages in a secure way. See pkg_admin(8) for how to create them and pkg_install.conf(5) for the options to use them - audit-packages and download-vulnerability-list are wrapper scripts around pkg_admin. They try to mimic the classic options if used sanely. "pkg_admin audit" is now an order of magnitude faster than before - pkg_add uses libarchive and libfetch instead of external ftp and tar: - progress bar is currently missing for downloads - "pkg_add -" is no longer supported - no adhoc check for conficts between dependencies and already installed packages - "pkg_add -s" has been replaced with an option in pkg_install.conf, verification of plain detached GPG signatures is no longer supported - optional check for vulnerabilities before adding a package - if /var and /usr/pkg are on different fileystems it is twice as fast now - conflicts due to overlapping plists are checked before installation - pkg_add no longer plays with the process limits - pkg_add and pkg_delete have a new destdir option; scripts have to either be modified to use PKG_DESTDIR or should be disabled - pkg_add -u for now can't be used to update to the exact same version - internal "rm -rf" and "mkdir_p" code - all memory allocation failures are not explicitly fatal - if a file is not removed due to a failed checksum, still remove the entry from pkgdb
2009-02-02Fix build under Mac OS X:tron1-3/+9
The GNU library ends up being empty and "ar" complains if you try to create an archive. Simply skip the directory during the build to avoid this.
2009-02-02Use system tbl if it exists. From Jens Rehsack.joerg1-1/+4
2009-02-02Add py-jinjamarkd1-1/+2
2009-02-02Note py-jinja dependency.markd3-2/+20
pkgsrc's docutils doesn't install an egg-info so dont note the requirement in this egg-info as it wont be detected. Bump PKGREVISION.
2009-02-02Add py-jinjamarkd1-1/+2
2009-02-02Import of py-jinja 1.2markd5-0/+109
Jinja is a sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code.
2009-02-02Replace the hack in patch-el with the proposed real solution from upstream.martin2-31/+212
2009-02-02Not depend on openldap-client directly, it came from ptlib with ldap support.obache1-2/+1
It should be handled by ptlib/buildlink3.mk, so not include here.
2009-02-02Fix HOMEPAGE.obache1-2/+2
2009-02-01heimdal leaves empty directories after deinstallation, fix that.shattered2-5/+8
OK by wiz@.
2009-02-01Add & enable p5-local-libseb1-1/+2
2009-02-01Note initial addition of p5-local-lib version 1.3.1 as devel/p5-local-libseb1-1/+2
into The NetBSD Packages Collection. The Perl 5 module local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's @INC. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application.
2009-02-01Initial import of p5-local-lib version 1.3.1 in the NetBSD Packagesseb3-0/+30
Collection. The Perl 5 module local::lib allows for the bootstrapping and usage of a directory containing Perl modules outside of Perl's @INC. This makes it easier to ship an application with an app-specific copy of a Perl module, or collection of modules. Useful in cases like when an upstream maintainer hasn't applied a patch to a module of theirs that you need for your application.
2009-02-01Note initial addition of p5-Spreadsheet-Read version 0.34 asseb1-1/+2
math/p5-Spreadsheet-Read into The NetBSD Packages Collection. The Perl 5 module Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
2009-02-01Add & enable p5-Spreadsheet-Readseb1-1/+2
2009-02-01Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSDseb3-0/+38
Packages Collection. The Perl 5 module Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.