diff options
author | mef <mef@pkgsrc.org> | 2016-04-15 14:28:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-04-15 14:28:08 +0000 |
commit | a5bab9a996bc4898ffdb0746227bfb09a3a1abc9 (patch) | |
tree | d66413a8440688aaa861d79f971183927ad4f4ce | |
parent | 01ad68ae0a287f40dabac78bf1c59008ef7e4568 (diff) | |
download | pkgsrc-a5bab9a996bc4898ffdb0746227bfb09a3a1abc9.tar.gz |
Updated to filesystems/fuse-wikepediafs-0.4
-------------------------------------------
=== WikipediaFS 0.4 ===
2010-05-12 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net>
- If a write attempt fails, try to log back in once and writing again,
instead of immediately failing.
- Additional debugging under the debug log level.
- Support for the new login controls for MediaWiki 1.15.3.
2009-09-17 Zephaniah E. Loss-Cutler-Hull <mercury@users.sourceforge.net>
- Added a "login-cache-time" option in the config file in order to
control how long we cache the login session.
- Report mtime for stats of files.
- Report back to the application when a write fails, to prevent data
loss.
- Quite a bit of additional debug logging, if you turn debug logging on.
2009-03-27 Mathieu Blondel <mblondel@users.sourceforge.net>
- Made logging more flexible (user.py).
2008-09-17 Mathieu Blondel <mblondel@users.sourceforge.net>
- Added a "domain" option in the config file in order to add support
for LDAP/AD authentication. Patch by Matthieu Moy and Hannes H旦rl.
Fixes #1745542.
2007-05-30 Mathieu Blondel <mblondel@users.sourceforge.net>
- Set default cache time if article-cache-time is not present in config.
2007-05-27 Mathieu Blondel <mblondel@users.sourceforge.net>
- Fixed the problem with articles having special characters like & (article.py).
- Made the man page optional in the install process (setup.py).
- Check invalid characters in article name. (fs.py)
-rw-r--r-- | filesystems/fuse-wikipediafs/Makefile | 8 | ||||
-rw-r--r-- | filesystems/fuse-wikipediafs/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/filesystems/fuse-wikipediafs/Makefile b/filesystems/fuse-wikipediafs/Makefile index cd486f634a6..1e286030bd3 100644 --- a/filesystems/fuse-wikipediafs/Makefile +++ b/filesystems/fuse-wikipediafs/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.15 2015/12/05 21:25:42 adam Exp $ +# $NetBSD: Makefile,v 1.16 2016/04/15 14:28:08 mef Exp $ -DISTNAME= wikipediafs-0.3 +DISTNAME= wikipediafs-0.4 PKGNAME= fuse-${DISTNAME} -PKGREVISION= 5 CATEGORIES= filesystems MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wikipediafs/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wikipediafs.sourceforge.net/ COMMENT= FUSE filesystem for accessing the wikipedia +LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-fuse-bindings -EGG_NAME= wikipediafs-0.1 +EGG_NAME= wikipediafs-0.0.0 SUBST_CLASSES+= config SUBST_STAGE.config= post-patch diff --git a/filesystems/fuse-wikipediafs/distinfo b/filesystems/fuse-wikipediafs/distinfo index 3c7c5b58387..1a3652f6892 100644 --- a/filesystems/fuse-wikipediafs/distinfo +++ b/filesystems/fuse-wikipediafs/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 00:15:01 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/04/15 14:28:08 mef Exp $ -SHA1 (wikipediafs-0.3.tar.gz) = 8814afbb18f122492857a06a9f7a949b16e7b714 -RMD160 (wikipediafs-0.3.tar.gz) = 16377047749665082328421ffcb108f363db3dab -SHA512 (wikipediafs-0.3.tar.gz) = 69d978c04e099b1433860c702cd12e69af77c7d190c494b79f25e139825c819ed8011e6f0309358bdb91fbe432d621d1db44334afc7ef2a54c6ec437b27151b3 -Size (wikipediafs-0.3.tar.gz) = 25409 bytes +SHA1 (wikipediafs-0.4.tar.gz) = e4abed5c0c06745b18842881d3796d1da5b05a34 +RMD160 (wikipediafs-0.4.tar.gz) = 440b508f0378dc559bf40bc3d12cc800b21f8a92 +SHA512 (wikipediafs-0.4.tar.gz) = 0c014c0788ca95b0ff7c18f650427be7fff3c74c99e1e0064191d4f3a53bcb5d31cb8866262fa13f432bd0e64547ab5a01ed53560ab8d66f518d1901a59855b4 +Size (wikipediafs-0.4.tar.gz) = 70957 bytes |