summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-21gcc understands -Wno-unused-parameter.rillig1-1/+2
2007-02-21Since devel/libnet has been removed from pkgsrc, this package now needsrillig2-55/+4
to depend on devel/libnet11. Because the default option had been to use libnet and now is libnet11, PKGREVISION++. There are no more PKG_OPTIONS left.
2007-02-21Fix typo in MASTER_SITES.wiz1-2/+2
2007-02-21Correct an entry for p5-MIME-Base64-URLSafe.taca1-2/+2
2007-02-21At the very beginning, the variables are extracted by running bmake inrillig1-54/+24
the pkglint directory. This part had been more time-consuming than necessary. Now it only needs one call to bmake instead of n.
2007-02-21note gEDA suite update to 20070216dmcmahill1-1/+11
2007-02-21part of update to 20070216dmcmahill1-0/+14
2007-02-21Update to 20070216 snapshot. Many changes and improvements since thedmcmahill25-517/+126
last snapshot. A highly abbreviated list is: libgeda: - fixes to postscript output - fixes to arc handling - added some functions for embedding and deembedding symbols - many changes to the internal data structure. - fix a bug which could cause missing connectivity on a bus - improvements to attribute handling - fix a bunch of compiler warnings. - various other bug fixes gschem: - improvements and bug fixes to the autonumber code - improvements to the various file selection dialogs - improvements to attribute handling - improvements to the internal data structure - various other bug fixes gnetlist: - fixes for guile-1.8 - update the gsch2pcb backend to allow running or never running m4 for pcb footprints. - changed "package" to "refdes" in the BOM/BOM2 backends - added a drc2 regression test - bugfix in the allegro backend - other misc fixes symbols: - added 4 missing characters to complete the hungarian character set - add greek mu gsymcheck: - man page improvements gattrib: - enhanced sorting functions - various bug fixes utils: - add an option to gsch2pcb to let the user prevent m4 from ever being run when looking for pcb footprints. - let gsch2pcb look both for "name" and "name.fp" when looking for a footprint called "name". - use some configure options to set the default gsch2pcb footprint search paths rather than hardcoding them. - added a gnet_hier_verilog.sh script to do non-flattened verilog netlisting - added options to gschlas to embed or de-embed all symbols in a schematic
2007-02-21Changed the failure into a warning when options such as "-I -L" appearrillig1-2/+2
next to each other.
2007-02-21Import convertors/MIME-Base64-URLSafe-0.01:abs1-1/+2
This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings in URLs, often leading to re-encoding with URL-encoding, or worse, interoperability problems. To overcome the problem, the module provides a variation of base64 codec compatible with python's urlsafe_b64encode / urlsafe_b64decode. Modification rules from base64: use '-' and '_' instead of '+' and '/' no line feeds no trailing equals (=)
2007-02-21add p5-MIME-Base64-URLSafeabs1-1/+2
2007-02-21Import convertors/MIME-Base64-URLSafe-0.01:abs4-0/+41
This module is a perl version of python's URL-safe base64 encoder / decoder. When embedding binary data in URL, it is preferable to use base64 encoding. However, two characters ('+' and '/') used in the standard base64 encoding have special meanings in URLs, often leading to re-encoding with URL-encoding, or worse, interoperability problems. To overcome the problem, the module provides a variation of base64 codec compatible with python's urlsafe_b64encode / urlsafe_b64decode. Modification rules from base64: use '-' and '_' instead of '+' and '/' no line feeds no trailing equals (=)
2007-02-21Updated mail/dovecot to 1.0rc23.ghen1-2/+2
2007-02-21Update to dovecot-1.0rc23. From the release announcement mail:ghen4-29/+26
Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If pop3_uidl_format=%m, we generate a unique X-Delivery-ID header when saving mails to make sure the UIDL is unique. + PAM: blocking=yes in args uses an alternative way to do PAM checks. Try it if you're having problems with PAM. + userdb passwd: blocking=yes in args makes the userdb lookups be done in auth worker processes. Set it if you're doing remote NSS lookups (eg. nss_ldap problems are fixed by this). + If PAM child process hasn't responded in two minutes, send KILL signal to it (only with blocking=no) - IMAP: APPEND ate all CPU while waiting for more data from the client (broken in rc22) - mbox: Broken X-UID headers assert-crashed sometimes - mbox: When saving a message to an empty mbox file it got an UID which immediately got incremented. - mbox: Fixed some wrong "uid-last unexpectedly lost" errors. - auth cache: In some situations we crashed if passdb had extra_fields. - auth cache: Special extra_fields weren't saved to auth cache. For example allow_nets restrictions were ignored for cached entries. - A lot of initial login processes could cause auth socket errors in log file at startup, if dovecot-auth started slowly. Now the login processes are started only after dovecot-auth has finished initializing itself. - imap/pop3 proxy: Don't crash if the remote server disconnects before we're logged in. - deliver: Don't bother trying to save the mail twice into the default mailbox (eg. if it's over quota). - mmap_disable=yes + non-Linux was really slow with large dovecot.index.cache files - MySQL couldn't be used as a masterdb - Trash plugin was more or less broken - imap/pop3 couldn't load plugins if they chrooted - imap/pop3-login process could crash in some conditions - checkpassword-reply crashed if USER/HOME wasn't set
2007-02-21The options -I, -L and -R must not be followed directly by anotherrillig2-2/+12
option. Instead of just merging them, the wrapper fails. Let's see which packages get broken by that and then fix them. I've also heard rumours that a plain -L is used as an alias to -nostdlib in some compilers. This would have been handled wrong up to now, since it definitely wasn't intended to be merged with the following argument.
2007-02-21aspell.wiz4-11/+11
2007-02-21- also find possible listings in {whatever}foo variationsjschauma1-2/+2
- use PKGVULNDIR from env for correct location of pkg-vulnerabilities
2007-02-21Modular Xorg support.joerg1-2/+5
2007-02-21Added the category "filesystems".rillig1-2/+2
2007-02-21OPSYS is not a list, so don't use the :M operator on it.rillig1-3/+3
2007-02-21Note getmail update.schmonz1-1/+2
2007-02-21Update to 4.7.2. From the changelog:schmonz2-6/+6
-add ignore_stderr option to filters, copying same from MDA_external destination. Thanks: Vittorio Beggi.
2007-02-21Note addition of some fuse packages... more to come in the future.xtraeme1-1/+9
2007-02-21use open(2) instead of mknod(2) to create regular files. whilepooka2-6/+36
the latter works on the most current NetBSD, I don't feel like running file systems unnecessarily as the superuser
2007-02-20Note update of devel/p5-VCP-Dest-svk to 0.29.bad1-1/+2
2007-02-20Update p5-VCP-Dest-svk to version 0.29.bad2-6/+7
Changes since 0.28: * Require YAML explicitly, as svk trunk is using YAML::Syck.
2007-02-20+ fusextraeme1-1/+2
2007-02-20Use fuse.buildlink3.mk from filesystems/fuse if OPSYS is linux.xtraeme1-2/+2
2007-02-20Initial import of fuse-2.5.2 from pkgsrc-wip, packaged byxtraeme7-0/+84
pancake. With FUSE it is possible to implement a fully functional filesystem in a userspace program. Features include: * Simple library API * Simple installation (no need to patch or recompile the kernel) * Secure implementation * Userspace - kernel interface is very efficient * Usable by non privileged users * Runs on Linux kernels 2.4.X and 2.6.X * Has proven very stable over time This package is enabled only for linux and FreeBSD, NetBSD uses its own compatible library.
2007-02-20+ fuse-httpfsxtraeme1-1/+2
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