summaryrefslogtreecommitdiff
path: root/filesystems/fuse-wikipediafs/Makefile
diff options
context:
space:
mode:
authormef <mef>2016-04-15 14:28:08 +0000
committermef <mef>2016-04-15 14:28:08 +0000
commita8c70f75e849bd8ad1572027774fef47531d83d6 (patch)
treed66413a8440688aaa861d79f971183927ad4f4ce /filesystems/fuse-wikipediafs/Makefile
parent865ef34985e0e6ac0b43ab21ba50cd41c6aa079c (diff)
downloadpkgsrc-a8c70f75e849bd8ad1572027774fef47531d83d6.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)
Diffstat (limited to 'filesystems/fuse-wikipediafs/Makefile')
-rw-r--r--filesystems/fuse-wikipediafs/Makefile8
1 files changed, 4 insertions, 4 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