Commit graph

110011 commits

Author SHA1 Message Date
bad
aac985906f Update p5-VCP-Dest-svk to version 0.29.
Changes since 0.28:
* Require YAML explicitly, as svk trunk is using YAML::Syck.
2007-02-20 23:51:46 +00:00
xtraeme
7814a29b34 + fuse 2007-02-20 23:49:56 +00:00
xtraeme
86825fa8bd Use fuse.buildlink3.mk from filesystems/fuse if OPSYS is linux. 2007-02-20 23:49:05 +00:00
xtraeme
d418406bca Initial import of fuse-2.5.2 from pkgsrc-wip, packaged by
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 23:48:30 +00:00
xtraeme
bc0bf98d66 + fuse-httpfs 2007-02-20 23:45:36 +00:00
xtraeme
03b67c5d6f Initial import of fuse-httpfs-2.06.08.26.
HTTPFS is a FUSE-based file system.
You may think of it, as a downloader with the speed of light.
2007-02-20 23:44:06 +00:00
xtraeme
d07519060d + fuse-archivemount 2007-02-20 23:33:02 +00:00
xtraeme
2e1802466d Initial import of fuse-archivemount-0.5.3.
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-20 23:31:40 +00:00
xtraeme
b4062448b6 s/cddafs/cddfs/ 2007-02-20 23:24:32 +00:00
xtraeme
9c90393702 Add this, required by a new pkg. 2007-02-20 23:16:18 +00:00
xtraeme
336e273688 Add some fuse packages. 2007-02-20 23:08:00 +00:00
xtraeme
5737416921 Initial import of fuse-curlftpfs-0.9.0.
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-20 23:02:03 +00:00
xtraeme
ed4a41d926 Initial import of fuse-lzofs-20060306.
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-20 23:00:08 +00:00
xtraeme
a5525dbe3c Initial import of fuse-cryptofs-0.6.0.
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-20 22:58:34 +00:00
xtraeme
c6ed3e308f Initial import of fuse-cddfs-0.2.
Cddfs is a file system for fuse that use libparanoia in order to
mount your audio cd.
2007-02-20 22:57:44 +00:00
xtraeme
af9810cf6a If OS is not linux or NetBSD with /usr/include/fuse.h, use
PKG_FAIL_REASON.

FreeBSD and Linux support needs changes yet...
2007-02-20 22:56:35 +00:00
agc
ad6f6f86a2 Add an (empty for now) Makefile for this category 2007-02-20 22:48:07 +00:00
agc
26ce9d600e Add the new filesystems category, as proposed on tech-pkg. 2007-02-20 22:46:32 +00:00
rillig
4354925665 Made the locking more flexible by letting the user choose different
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-20 22:11:10 +00:00
jdolecek
b277bf92ec lang/php5 updated to 5.2.1 2007-02-20 20:47:15 +00:00
jdolecek
b7aa3f8697 Update PHP5 to 5.2.1. Includes several important security fixes and
large number of other fixes. Update for all users is strongly advised.
2007-02-20 20:46:19 +00:00
snj
edfe9413bb Updated devel/librsync to 0.9.7nb2. 2007-02-20 19:16:13 +00:00
snj
10b5f45d07 As noted by Andreas Wrede in PR pkg/35677, librsync will stall on
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-20 19:15:03 +00:00
wiz
5eae8aff7d Stop maintaining this, I do not use it. 2007-02-20 19:08:45 +00:00
plunky
cff303b9d7 correct fix for FreeBSDism 2007-02-20 19:05:51 +00:00
wiz
17d4eb5978 share/emacs/site-lisp now exists by default -- don't try to remove it.
Bump PKGREVISION for the PLIST change.
2007-02-20 19:04:10 +00:00
wiz
991a68755c Quite a number of unrelated packages install files into
share/emacs/site-lisp -- add it to default directories.
2007-02-20 18:57:05 +00:00
wiz
1bdf8f9d59 Stop maintaining this. 2007-02-20 18:47:48 +00:00
sborrill
f6cf7dbfa1 Remove a deprecated request from the Jabber plugin so that it works with
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-20 18:45:00 +00:00
minskim
23ff31636b Note PKGREVISION bump of awstats. 2007-02-20 18:30:22 +00:00
minskim
bbf3fbc199 Update awstats for the new distfile with the same version number. Changes
include recognizing more search engines and documentation improvements.

Bump PKGREVISION.
2007-02-20 18:29:49 +00:00
dmcmahill
6100f02a1a add missing gtk-doc used for the build, fix PLIST 2007-02-20 18:18:37 +00:00
sborrill
06092a5e83 Make gpgme an option (on by default for compatibility with previous). 2007-02-20 17:38:52 +00:00
he
ad390ddcd6 Bump zope3 from 3.3.0 to 3.3.1, the latter was released 14 Jan 2007,
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-20 17:30:18 +00:00
joerg
800393454c Kill an useless, unportable check. 2007-02-20 17:29:36 +00:00
joerg
eb5c88ba26 Add an option to use dovecot for SASL. 2007-02-20 16:49:29 +00:00
joerg
4a620384cf Revert to PKGNAME as DISTDIR. 2007-02-20 16:44:50 +00:00
rillig
46b8f858c8 Tell psi where to find zlib, as suggested by Ondrej Tuma on
pkgsrc-users.
2007-02-20 16:23:22 +00:00
rillig
f1bc7a1210 Mapping command line options to the ABI is not as simple as I thought:
-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-20 16:12:41 +00:00
dmcmahill
939b8b517d fix PLIST on SunOS/sparc -- no change to other platforms 2007-02-20 16:02:11 +00:00
shannonjr
e78d980a64 Added entry for updating security/libprelude 2007-02-20 15:15:26 +00:00
shannonjr
a106f6a657 Update to 0.9.13. Changes:
- 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-20 15:13:02 +00:00
adam
27b1f92aac Updated math/qalculate to 0.9.5 2007-02-20 15:09:56 +00:00
rillig
03d9c31e3f Added two patches that remove void pointer arithmetic. 2007-02-20 15:08:59 +00:00
adam
d8cb11d3ee Changes 0.9.5:
* 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-20 15:08:47 +00:00
uebayasi
84b5cf91e7 Note update of navi2ch to 1.7.5.99.20070114.
(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-20 14:55:21 +00:00
uebayasi
99b90c12c3 Update navi2ch to 20070114 snapshot.
(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-20 14:52:47 +00:00
joerg
2b437f3aa2 Fix the build with modular Xorg. This slipped throght the Xft sweep.
I've been wondering for ages why it failed...

Thanks to David Brownlee for the fix.
2007-02-20 14:30:00 +00:00
uebayasi
6bf2973b43 Note update of elscreen-1.4.5; minor changes. 2007-02-20 14:25:46 +00:00
uebayasi
cbb7bdf81f Update elscreen from 1.4.3 to 1.4.5; minor changes. 2007-02-20 14:24:55 +00:00