summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-20Initial import of fuse-httpfs-2.06.08.26.xtraeme4-0/+42
HTTPFS is a FUSE-based file system. You may think of it, as a downloader with the speed of light.
2007-02-20+ fuse-archivemountxtraeme1-1/+2
2007-02-20Initial import of fuse-archivemount-0.5.3.xtraeme6-0/+90
Gateway between FUSE and libarchive. Allows mounting of cpio, .tar.gz, .tar.bz2 archives. Reading and writing supported. Supports all formats libarchive supports.
2007-02-20s/cddafs/cddfs/xtraeme1-2/+2
2007-02-20Add this, required by a new pkg.xtraeme1-0/+22
2007-02-20Add some fuse packages.xtraeme1-1/+6
2007-02-20Initial import of fuse-curlftpfs-0.9.0.xtraeme8-0/+96
CurlFtpFS is a filesystem for acessing FTP hosts based on FUSE and libcurl. Features CurlFtpFS diferentiates itself from other FTP filesystems because it features: * SSLv3 and TLSv1 support * connecting through tunneling HTTP proxies * automatically reconnection if the server times out * transform absolute symlinks to point back into the ftp file system
2007-02-20Initial import of fuse-lzofs-20060306.xtraeme6-0/+158
LZOlayer Filesystem is a filesystem which allows you to use transparently compressed files, just as they would be normal files. Both read and write operations are possible, along with other most common system calls. It consumes little memory in my opinion, because files are divided into blocks, which can be decompressed separetly. In other words, if you (or an application) would like to read byte 4,500,000 in a file sized 5,000,000 bytes, it only decompresses a block which constain wanted data. Write operation is based on a packet gathering and after reaching its limit it 'syncs' the data. It allows it's user to write/modify files pretty fast, despite the fact it's block divided. LZOlayer FileSystem was meant to support only LZO compression algorythm, because it has extremely low compression/decompression time. However, currently it supports LZO and ZLIB (but only one at the run-time!) compression algorythms.
2007-02-20Initial import of fuse-cryptofs-0.6.0.xtraeme4-0/+44
CryptoFS is a encrypted filesystem for Filesystem in Userspace (FUSE). CryptoFS will use a normal directory to store files encrypted. The mountpoint will contain the decrypted files. Every file stored in this mountpoint will be written encrypted (data and filename) to the directory that was mounted. If you unmount the directory the encrypted data can only be access by mounting the directory with the correct key again.
2007-02-20Initial import of fuse-cddfs-0.2.xtraeme5-0/+52
Cddfs is a file system for fuse that use libparanoia in order to mount your audio cd.
2007-02-20If OS is not linux or NetBSD with /usr/include/fuse.h, usextraeme1-6/+9
PKG_FAIL_REASON. FreeBSD and Linux support needs changes yet...
2007-02-20Add an (empty for now) Makefile for this categoryagc1-0/+6
2007-02-20Add the new filesystems category, as proposed on tech-pkg.agc1-1/+2
2007-02-20Made the locking more flexible by letting the user choose differentrillig1-36/+66
locking types for WRKDIR and LOCALBASE. The default values are currently based on PKGSRC_LOCKTYPE, but the recommended values are different. For LOCALBASE, the recommended value is "sleep", since after one transaction has finished, the next can be done in the new LOCALBASE without problems. The situation is different though in WRKDIR. After one transaction has finished there, it is often the case that the directory is removed, including the lockfile. In that case, the package has usually been installed and packaged successfully, and it would be a bad idea to let the next transaction try to do the same again. Therefore, the recommended value here is "once".
2007-02-20lang/php5 updated to 5.2.1jdolecek1-1/+2
2007-02-20Update PHP5 to 5.2.1. Includes several important security fixes andjdolecek7-55/+62
large number of other fixes. Update for all users is strongly advised.
2007-02-20Updated devel/librsync to 0.9.7nb2.snj1-1/+2
2007-02-20As noted by Andreas Wrede in PR pkg/35677, librsync will stall onsnj4-3/+36
transfers of files over 4 Gb, especially between 32 <-> 64 bit hosts. Apply a fix from upstream CVS (slightly different in form from one of the patches submitted in this PR). Bump PKGREVISION.
2007-02-20Stop maintaining this, I do not use it.wiz2-4/+4
2007-02-20correct fix for FreeBSDismplunky2-4/+4
2007-02-20share/emacs/site-lisp now exists by default -- don't try to remove it.wiz24-54/+36
Bump PKGREVISION for the PLIST change.
2007-02-20Quite a number of unrelated packages install files intowiz22-22/+110
share/emacs/site-lisp -- add it to default directories.
2007-02-20Stop maintaining this.wiz1-2/+2
2007-02-20Remove a deprecated request from the Jabber plugin so that it works withsborrill3-3/+20
ejabberd servers. http://www.xmpp.org/extensions/xep-0094.html XEP-0094: Agent Information Status: Obsolete Last Updated: 2003-10-08 The problem is that centericq treats some error replies as pertaining to authentication. Previously ejabberd sent "feature-not-implemented" for unknown requests, but now it sends "service-unavailable", as required by the RFC. centericq has a workaround to ignore the former error, but not the latter. Therefore it believes that authentication has failed (which is not the case). Thanks to Jonathan Schleifer and Magnus Henoch for the patch and clarification.
2007-02-20Note PKGREVISION bump of awstats.minskim1-1/+2
2007-02-20Update awstats for the new distfile with the same version number. Changesminskim3-7/+12
include recognizing more search engines and documentation improvements. Bump PKGREVISION.
2007-02-20add missing gtk-doc used for the build, fix PLISTdmcmahill2-3/+5
2007-02-20Make gpgme an option (on by default for compatibility with previous).sborrill2-2/+17
2007-02-20Bump zope3 from 3.3.0 to 3.3.1, the latter was released 14 Jan 2007,he6-19/+30
and appears to currently be the latest "stable" Zope 3 version. Discussed with package maintainer, Yoshito Komatsu, who sent me some minor tweaks to my changes. The part of Zope/doc/CHANGES.txt relevant for 3.3.0 -> 3.3.1 is: Bugfixes - Fixed widget bug in zope.app.form.browser; _getCurrentValue always returns an input value now. This fixes a bug in _getFormValue. (This required a backport of a small restructuring: Changed internal widget API to allow retrieving the current value (from request, default or current field value) in addition to the current form representation of the value.) - Fixed bug #707: "layer" directive was marked as deprecated in a confusing way. - Fixed bug #728: Able to change-dir into non-existant directories using FTP - Fixed bug #717: formlib raised FormError when schema fields were missing from a request although not required. - Fixed bug #738: RestrictedPython was unable to parse Unicode expressions correctly (as passed in from e.g. ZPTPages). - Fixed bug #723: Testbrowser was handling multiple submit buttons with the same name incorrectly. - Fixed HTML rendered by ItemsMultiDisplayWidget: The 'name' attribute is not allowed in list tags and 'type' has a different meaning. - Fileresources now also set the Cache-control headers on 304 responses. This speeds up page loads a lot on pages with many resources. - Fixed validate method of schema.Date, now it does not accept datetime objects anymore. this is needed because datetime and date values are not comparable - Fixed issue 730: Subversion 1.4 breaks mkzopeinstance.py - Fixed zope.annotation.factory to correctly setup containment for objects that do not implement IContained. - Fixed encoding of newlines, carriage returns, and tabs when encoding attributes for widgets so we're consistent under all Python 2.4.x versions (including 2.4.4, which failed tests before). - Fixed issue 535: make HTTPInputStream work with Python 2.4.4. - Improved fix for issue 599: Made sure i18n Message based Invalid exceptions are handled correctly. - Fixed a bug in getImageInfo which could cause an UnboundLocalError under certain conditions. - Fixed ``get/queryNextUtility`` to work with multiple base registries. - Fixed zope.app.catalog.attribute.AttributeIndex. It did not remove the the previous value/object from the index IF the NEW value was None. - Fixed zope.index.field.index.FieldIndex. Unindex broke if the value somehow dropped out of the forward index.
2007-02-20Kill an useless, unportable check.joerg2-1/+16
2007-02-20Add an option to use dovecot for SASL.joerg2-4/+13
2007-02-20Revert to PKGNAME as DISTDIR.joerg1-2/+2
2007-02-20Tell psi where to find zlib, as suggested by Ondrej Tuma onrillig1-1/+3
pkgsrc-users.
2007-02-20Mapping command line options to the ABI is not as simple as I thought:rillig1-8/+15
-32 does _not_ belong to ABI 32. Instead, the mapping is: ABI Options (undef) -o32 -32 32 -n32 64 -64 While here, allowing -OPT:* to pass through to the compiler, since it will understand it. This should fix PR 35729.
2007-02-20fix PLIST on SunOS/sparc -- no change to other platformsdmcmahill3-8/+16
2007-02-20Added entry for updating security/libpreludeshannonjr1-1/+2
2007-02-20Update to 0.9.13. Changes:shannonjr3-13/+13
- Fix a crash with Python bindings upon signal reception (Fix #200). - New --with-system-ltdl configure switch. The default is now to use the system wide ltdl library if it is available, unless specified otherwise (Fix #199). - Prevent NULL pointer dereference if no permission is specified after the permission type (Fix #197). - Upon IDMEFCriteria parsing error, recover from broken parser stater (Fix #195). - Detailed error reporting on IDMEFCriteria parsing error. - Fix string and possible criteria leak on IDMEFCriteria syntax error. - Prefer anonymous authentication rather than SRP. We do this because there are compatibility issue with SRP between different GnuTLS version (Should fix #187). - When dumping AdditionalData of type byte-string to string, encode the data using base64.
2007-02-20Updated math/qalculate to 0.9.5adam2-3/+5
2007-02-20Added two patches that remove void pointer arithmetic.rillig3-1/+212
2007-02-20Changes 0.9.5:adam14-8542/+64
* French translation (not fully complete yet) * Return value in save() and add "name := value" as shortcut * Integer factorization * Interpret 0x[0-9,a-f] as hexadecimal number (do not require first digit to be 0-9) * Add "Engineering" display mode * Several fixes to display of units and prefixes * Show value for variables without title in expression completion * New functions: cross(), heaviside(), rectangular(), triangular(), ramp() kronecker(), sigmoid(), and logit() * Use radius as argument for circumference() * Add optional upper and lower limit arguments to integrate() for definite integrals * Fix precision in logn() * Ability to set shortcuts for meta modes (KDE) * Make separate options for "Sort Minus Last" and "Negative Exponents" in numerical display menu * Add "Edit Expression", "Edit Result", and "Insert Result Variable" to history context menu (KDE) * Global shortcut for show/hide (KDE) * Use localized comma for insert matrix/vector * Remove use of libgnomeui completely and add --with-libgnome configure option * Fix parsing of "x!)!" * Use Julian year for light-year value * Add several accelerator keys (GTK+) * Connect "Exp" button Exp RPN operation and add Ctrl+Shift+E shortcut * Fixes for old KDE and Qt versions * New command line options for qalc: -terse (-t), -nodefs (-n), -nocurrencies, -nodatasets, -nofunctions, -nounits, -novariables
2007-02-20Note update of navi2ch to 1.7.5.99.20070114.uebayasi1-1/+2
(Note this is only a snapshot, and the next release will be 1.8.0. To keep the order of versions, this package is named 1.7.5.99.20070114. Thus this is ever higher than 1.7.5 and lower than 1.8.0.) Catching up to 2ch infrastructure changes so that fix the problem unable to post articles. While here teach emacs22{,nox}.
2007-02-20Update navi2ch to 20070114 snapshot.uebayasi4-24/+13
(Note this is only a snapshot, and the next release will be 1.8.0. To keep the order of versions, this package is named 1.7.5.99.20070114. Thus this is ever higher than 1.7.5 and lower than 1.8.0.) Catching up to 2ch infrastructure changes so that fix the problem unable to post articles. While here teach emacs22{,nox}.
2007-02-20Fix the build with modular Xorg. This slipped throght the Xft sweep.joerg1-2/+4
I've been wondering for ages why it failed... Thanks to David Brownlee for the fix.
2007-02-20Note update of elscreen-1.4.5; minor changes.uebayasi1-1/+2
2007-02-20Update elscreen from 1.4.3 to 1.4.5; minor changes.uebayasi3-13/+11
2007-02-20Note update of apel-10.7; no change summary available but some new functionsuebayasi1-1/+2
added, minor bug fixes. While here teach emacs22{,nox}.
2007-02-20Update to 10.7; no change summary available but some new functions added,uebayasi4-51/+21
minor bug fixes. While here teach emacs22{,nox}.
2007-02-20All pkgsrc systems share the bsd.prog.mk from NetBSD.joerg2-14/+29
2007-02-20Added a README file with some basic introduction to encourage developersrillig1-0/+56
to port pkgsrc to other packaging systems.
2007-02-20Updated math/glpk to 4.15adam2-3/+3