summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-25Fix after rename.wiz3-8/+9
2013-04-25Fix CONFLICTS.wiz1-2/+2
2013-04-25webkit-gtk and webkit-gtk3 need to include x11/libXdamage/buildlink3.mk insbd2-2/+4
their buildlink3.mk files.
2013-04-25Updated sysutils/hal to 0.5.14nb10sbd1-1/+2
2013-04-25udev(7) rules must go in /etc/udev/rules.dsbd1-5/+5
2013-04-25Remove unused files.sbd2-52/+0
2013-04-25For all packages include ghostscript.buildlink3.mk:sbd13-28/+29
s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
2013-04-25sortjnemeth1-3/+3
2013-04-25Add print/ghostscript/buildlink3.mksbd1-0/+23
2013-04-24Note update of the "phpmyadmin" package to version 3.5.8.1.tron1-1/+2
2013-04-24Update "phpmyadmin" package to version 3.5.8.1. Changes since 3.5.8:tron2-6/+6
- [security] Remote code execution (preg_replace), reported by Janek Vind (see PMASA-2013-2) - [security] Locally Saved SQL Dump File Multiple File Extension Remote Code Execution, reported by Janek Vind (see PMASA-2013-3)
2013-04-24Updated lang/gcc47 to 4.7.3adam2-3/+4
2013-04-24Updated devel/p5-XSLoader to 0.16.hiramatsu1-1/+2
2013-04-24Update p5-XSLoader to 0.16.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.16 - 2012.09.03 - SAPER - [CODE] Synced from bleadperl. - [DOC] CPAN-RT #77294: Fixed some spelling and grammer errors. - [TESTS] CPAN-RT #77557: Tests started to fail with Perl 5.15.5 - [DIST] Perl-RT #114050: Added meta-information in Makefile.PL to reflect that the module is maintained by P5P.
2013-04-24Updated textproc/p5-Text-Xslate to 2.0001wen1-1/+2
2013-04-24Update to 2.0001wen2-9/+8
Adjust DEPENDS Upstream changes: 2.0001 2013-04-24 16:24:22 [FEATURES] - Support PUREPERL_ONLY build See the Lancaster Consensu: https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds 2.0000 2013-02-20 09:21:08 - No code change from 1.9999_01 1.9999_01 2013-02-16 15:44:31 [CHANGES] - Migrate from Any::Moose to Mouse because Any::Moose is deprecated 1.6002 2012-12-19 22:54:55 [BUG FIXES] - Fix a bug where TTerse created no variable scopes (thanks to Yappo)
2013-04-24Updated devel/p5-Mouse to 1.08wen1-1/+2
2013-04-24Update to 1.08wen2-6/+6
Upstream changes: 1.08 2013-04-24 16:20:53 [FEATURES] - Support PUREPERL_ONLY See the Lancaster Consensus: https://github.com/sjn/toolchain-site/blob/219db464af9b2f19b04fec05547ac10180a469f3/lancaster-consensus.md#specifying-pure-perl-builds 1.07 2013-04-24 08:47:17 [BUG FIXES] - Make trigger pass in the old value for Moose compatibility (PR#6 by schwern) [TEST FIXES] - Get perlcritic tests working for PC 1.118 (PR#6 by schwern) 1.06 2013-04-09 23:40:02 [TEST FIXES] - Resolve RT#84518 caused by hash randomization 1.05 2013-02-08 00:32:33 [BUG FIXES] - Fix a memory leak introduced by v1.04 (creaktive & aiyumi, pull-req #4)
2013-04-24Changes 4.7.3:adam5-25/+19
http://gcc.gnu.org/gcc-4.7/changes.html
2013-04-24+ py-polibobache1-1/+2
2013-04-24Added devel/py-polib version 1.0.3obache1-1/+2
2013-04-24Import py27-polib-1.0.3 as devel/py-polib.obache4-0/+40
Based on PR pkg/47459 by Richard PALO. polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through its entries, add, modify entries, comments or metadata, etc. or create new po files from scratch. polib supports out of the box any version of python ranging from 2.4 to latest 3.X version. polib is pretty stable now and is used by many opensource projects. polib is completely free and opensource, the license used is the MIT license. It was developed back in 2006 by David Jean Louis and it is still actively maintained.
2013-04-24Updated databases/couchdb to 1.3.0jperkin1-1/+2
2013-04-24Update databases/couchdb to 1.3.0. Changes since 1.2.1:jperkin5-62/+190
Version 1.3.0 ------------- HTTP Interface: * No longer rewrites the X-CouchDB-Requested-Path during recursive calls to the rewriter. * Limit recursion depth in the URL rewriter. Defaults to a maximum of 100 invocations but is configurable. * Fix _session for IE7. * Added Server-Sent Events protocol to db changes API. See http://www.w3.org/TR/eventsource/ for details. * Make password hashing synchronous when using the /_config/admins API. * Include user name in show/list ETags. * Experimental support for Cross-Origin Resource Sharing (CORS). See http://www.w3.org/TR/cors/ for details. Replicator: * The replicator will use a new server-wide UUID in checkpoint IDs to improve the chances of an efficient resume. Storage System: * Fixed unnecessary conflict when deleting and creating a document in the same batch. View Server: * Additional response headers may be varied prior to send(). * GetRow() is now side-effect free. Futon: * Disabled the link to the Futon test suite. These tests were causing problems when run from a browser, and are now available via the CLI instead. * Added view request duration to Futon. * Disable buttons for actions that the user doesn't have permissions to. Security: * Passwords are now hashed using the PBKDF2 algorithm with a configurable work factor. Test Suite: * Moved the JS test suite to the CLI. * Improved tracebacks printed by the JS CLI tests. * Improved the reliability of a number of tests. UUID Algorithms: * Added the utc_id algorithm. URL Rewriter & Vhosts: * Database name is encoded during rewriting (allowing embedded /'s, etc). * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * C/C++ compiler detection has been improved. * Autoconf v2.63 is now required if building from Git checkout directly. See DEVELOPERS file for more details. * Fixed issue in couchdb script where stopped status returns before process exits. Version 1.2.2 ------------- HTTP Interface: * Reset rewrite counter on new request, avoiding unnecessary request failures due to bogus rewrite limit reports. Build System: * Fixed issue in couchdb script where stopped status returns before process exits.
2013-04-24+ispell-glrodent1-1/+2
2013-04-24Added textproc/ispell-gl version 0.5rodent1-1/+2
2013-04-24Import ispell-gl-0.5 as textproc/ispell-gl.rodent4-0/+39
This an ispell dictionary for Galician, using the "Minimos" standard. It's freely available under the terms of the GNU GPL, version 2. You can freely redistribute and/or use it for spell checking with the program ispell.
2013-04-24Set to CONFLICT with previous PKGNAME. Fixed PKGNAME in ispell-* packages.rodent37-52/+86
Fixed PLIST for ispell-en_GB.
2013-04-24Moved -> Renamed for the ispell changes.rodent1-14/+14
2013-04-24Instead of having a DEPENDS+=ghostscript... have USE_TOOLS+=gs:runsbd5-22/+21
Bump PKGREVISION
2013-04-24Revbump for all packages that have USE_TOOLS+=gssbd38-70/+76
2013-04-24Use the ghostscript meta-package instead of ghostscript-gpl orsbd1-13/+3
ghostscript-agpl. Reverts revisions 1.255 and 1.254 ---------------------------- revision 1.255 date: 2013/03/16 23:03:33; author: dholland; state: Exp; lines: +3 -3 print/ghostscript -> print/ghostscript-agpl ---------------------------- revision 1.254 date: 2013/03/16 21:47:14; author: dholland; state: Exp; lines: +13 -3 Choose ghostscript package for ghostscript tools based on whether gnu-agpl-* is in ACCEPTABLE_LICENSES. This is mostly the same as the old ghostscript type logic that was removed in version 1.223.
2013-04-24Re-add ghostscriptsbd1-2/+2
2013-04-24Updated print/ghostscript to 9.05nb4sbd1-1/+2
2013-04-24Add print/ghostscript meta-package to allow selection of the preferedsbd2-0/+33
ghostscript. i.e: ghostscript-gpl or ghostscript-agpl
2013-04-24Updated sysutils/cdrtools to 3.01alpha14wiz1-1/+2
2013-04-24Update to 3.01a14:wiz3-22/+6
All: - Fixed a typo in include/schily/stat.h related to nanosecond handling for NetBSD and OpenBSD - New autoconf tests for sys/capability.h and cap_*() functions from Linux -lcap WARNING: If you do not see this: checking for cap_get_proc in -lcap... yes checking for cap_get_proc... yes checking for cap_set_proc... yes checking for cap_set_flag... yes checking for cap_clear_flag... yes your Linux installation is insecure in case you ever use the command "setcap" to set up file capabilities for executable commands. Note that cdrtools (as any other command) need to be capabylity aware in order to avoid security leaks with enhanced privileges. In most cases, privileges are only needed for a very limited set of operations. If cdrtools (cdrecord, cdda2wav, readcd) are installed suid-root, the functions to control privileges are in the basic set of supported functions and thus there is no problem for any program to control it's privileges - if they have been obtained via suid root, you are on a secure system. If you are however on an incomplete installation, that supports to raise privileges via fcaps but that does not include developer support for caps, the programs get the privileges without being able to know about the additional privileges and thus keep them because they cannot control them. WARNING: If you are on a Linux system that includes support for fcaps (this is seems to be true for all newer systems with Linux >= 2.6.24) and there is no development support for capabilities in the base system, you are on an inherently insecure system that allows to compile and set up programs with enhanced privileges that cannot control them. In such a case, try to educate the security manager for the related Linux distribution. Note that you may turn your private installation into a secure installation by installing development support for libcap. - The autofconf tests for broken Linux kernel headers now avoid to warn for /usr/src/linux/include if this directory is missing. - include/schily/priv.h now includes sys/capabilitiy.h if available. Libscg: - Trying to support suid-root-less installation of librscg users on Linux. librscg now understands that a non-root program may be able to create sockets for a privileged port. Cdrecord: - Trying to support suid-root-less installation of cdrecord on Linux. NOTE: You need "file caps" support built into your Linux installation. Call: setcap cap_sys_resource,cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_ipc_lock,cap_sys_rawio+ep /opt/schily/bin/cdrecord To set up the capabilities on Linux. Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de): - Trying to support suid-root-less installation of cdda2wav on Linux. NOTE: You need "file caps" support built into your Linux installation. Call: setcap cap_dac_override,cap_sys_admin,cap_sys_nice,cap_net_bind_service,cap_sys_rawio+ep /opt/schily/bin/cdda2wav To set up the capabilities on Linux. Readcd: - Trying to support suid-root-less installation of readcd on Linux. NOTE: You need "file caps" support built into your Linux installation. Call: setcap cap_dac_override,cap_sys_admin,cap_net_bind_service,cap_sys_rawio+ep /opt/schily/bin/readcd To set up the capabilities on Linux. Scgcheck: - Link now against $(LIB_CAP) also as librscg needs it on Linux Scgskeleton: - Link now against $(LIB_CAP) also as librscg needs it on Linux Btcflash: - Link now against $(LIB_CAP) also as librscg needs it on Linux Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale): - -new-dir-mode now just superseeds the effect of -dir-mode on directories that have been "invented" by mkisofs. This is a more intuitive behavior. - Link now against $(LIB_CAP) also as librscg needs it on Linux
2013-04-24Updated lang/gcc-aux to 4.7.3 [marino 2013-04-12]wiz1-1/+2
2013-04-24CUPS_SERVERBIN is always "$exec_prefix/libexec/cups"sbd2-4/+17
2013-04-24Revive MASTER_SITESkim1-2/+2
2013-04-24Add PLIST.Linuxsbd2-1/+4
Bump PKGREVISION
2013-04-24If you change the buildlink3.mk's included in the Makefile you need tosbd1-2/+7
have the packages buildlink3.mk match.
2013-04-24+ispell-kurodent1-1/+2
2013-04-24Added textproc/ispell-ku version 0.20rodent1-1/+2
2013-04-24Import ispell-ku-0.20 as textproc/ispell-ku.rodent5-0/+59
Ispell dictionary for Kurdish. The original word list used for this package was augmented using Scannell's web crawling software and then hand-checked.
2013-04-24+ispell-ltrodent1-1/+2
2013-04-24Added textproc/ispell-lt version 1.3rodent1-1/+2
2013-04-24Import ispell-lt-1.3 as textproc/ispell-lt, originally imported torodent4-0/+51
pkgsrc-wip in 2004 by Chris Pinnock (cjep@users.sourceforge.net) References PR pkg/25023 This package provides the dictionaries and affix files for spellchecking of Lithuanian texts. The latest version of the affix tables and dictionaries can be found at ftp://ftp.akl.lt/ispell-lt/ . The mailing list of the project is available at https://lists.akl.lt/mailman/listinfo/ispell-lt . A browsable web interface to the project CVS repository is available at http://sraige.mif.vu.lt/cvs/ispell-lt/ The software is available under the provisions of a BSD-style license. The full text of the license is available in the COPYING file. The project has been sponsored by the Information Society Development Committee of the Government of Republic of Lithuania.
2013-04-24Updated textproc/hunspell-de to 20120607nb2rodent1-1/+16
Moved textproc/ispell-base to textproc/ispell Moved textproc/ispell-british to ispell-en_GB Moved textproc/ispell-catalan to textproc/ispell-ca Updated textproc/ispell-emacs to 3.6nb4 Moved textproc/ispell-francais to ispell-fr Moved textproc/ispell-gaeilge to ispell-ga Moved textproc/ispell-german to ispell-de Moved textproc/ispell-polski to ispell-pl Moved textproc/ispell-romanian to ispell-ro Moved textproc/ispell-russian to ispell-ru Moved textproc/ispell-russian-io to ispell-ru-io Moved textproc/ispell-slovak to ispell-sk Moved textproc/ispell-spanish to ispell-es Moved textproc/ispell-svenska to ispell-sv
2013-04-24Moving ispell-* packages as discussed on tech-pkg@. Reasons being:rodent86-117/+112
1) Shorter package name; 2) Be consistent with kde3-l18n-*, kde4-l10n-*, hunspell-*, aspell-*, lang-* PKG_OPTIONS; 3) Simplify modifications to PKGNAME in some Makefiles; 4) Accordance with international language naming standards; and rename the ispell-base package to ispell, to be consistent with aspell and hunspell. Bump PKGREVISION where necessary.