CVS: cvs.openbsd.org: ports

2015-04-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2015/04/23 08:37:33

Modified files:
devel  : Makefile 
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 
Removed files:
devel/cook : Makefile distinfo 
devel/cook/patches: patch-common_ac_time_h patch-configure 
patch-file_check_file_check_h 
patch-lib_en_refman_index_so 
devel/cook/pkg : DESCR PLIST 

Log message:
Delete devel/cook because as naddy@ put it:
It seems like abandonware, isn't used by anything, and has proven
an active hindrance to moving on with the ports tree.  Easy choice.
The hindrance is that it uses roff(7) .so in such a weird way
that getting rid of USE_GROFF would have been quite tedious.
Greg Steuck (MAINTAINER), naddy@, and jasper@ agree with deleting it.



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/04/23 08:42:16

Modified files:
net/libnice: Makefile distinfo 

Log message:
Update to libnice-0.1.12.



UPDATE: Gource-0.43

2015-04-23 Thread Gonzalo L. Rodriguez
Hi,

Update for Gource to 0.43:

 * Fixed bzr log command when no start date was specified (chrisf).
 * Fixed hg log commit order when date range specified.
 * Fixed hg log command line on Windows.
 * Fixed parser bug in date range filtering code.

Ok? Comments?

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===
RCS file: /cvs/ports/sysutils/gource/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile7 Aug 2013 21:32:37 -   1.5
+++ Makefile23 Apr 2015 16:02:30 -
@@ -2,8 +2,7 @@
 
 COMMENT =  software version control visualization tool
 
-DISTNAME = gource-0.39
-REVISION = 0
+DISTNAME = gource-0.43
 CATEGORIES =   sysutils graphics
 HOMEPAGE = https://gource.googlecode.com/
 
@@ -12,12 +11,16 @@ MAINTAINER =Gonzalo L. R. gonzalo@open
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
-MASTER_SITES = ${HOMEPAGE}/files/
+MASTER_SITES = 
https://github.com/acaudwell/Gource/releases/download/${DISTNAME}/
 
 CONFIGURE_STYLE =  gnu noman
 
+MODULES =  gcc4
+MODGCC4_ARCHS =*
+MODGCC4_LANGS =c c++
+
 WANTLIB += GL GLEW GLU SDL SDL_image boost_filesystem boost_system
-WANTLIB += c freetype m pcre pthread stdc++ z
+WANTLIB += c freetype m pcre png pthread z
 
 LIB_DEPENDS =   devel/boost \
devel/pcre \
Index: distinfo
===
RCS file: /cvs/ports/sysutils/gource/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo22 Mar 2013 15:13:07 -  1.2
+++ distinfo23 Apr 2015 16:02:30 -
@@ -1,2 +1,2 @@
-SHA256 (gource-0.39.tar.gz) = D5ejutJA68BON+u+jgr/r4rZvtmX2QpLWdBXcMeI/+s=
-SIZE (gource-0.39.tar.gz) = 856723
+SHA256 (gource-0.43.tar.gz) = haQKyOT1wnd2QhZGXCSNa3ZYnOrAElQcTMA4g6JKveQ=
+SIZE (gource-0.43.tar.gz) = 874141
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 22 Mar 2013 15:13:07 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,39 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2013/03/22 15:13:07 gonzalo Exp $
 configure.orig Tue Mar 19 10:54:43 2013
-+++ configure  Tue Mar 19 10:56:31 2013
-@@ -7198,7 +7198,7 @@ $as_echo #define HAVE_BOOST_SYSTEM /**/ confdefs.h
- 
-   LDFLAGS_SAVE=$LDFLAGS
- if test x$ax_boost_user_system_lib = x; then
--for libextension in `ls $BOOSTLIBDIR/libboost_system*.a* 
$BOOSTLIBDIR/libboost_system*.so* 2/dev/null | sed 's,.*/,,' | sed -e 
's;^lib\(boost_system.*\)\.\(so\|a\).*$;\1;' | tac` ; do
-+for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 
2/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
-  ax_lib=${libextension}
-   as_ac_Lib=`$as_echo 
ac_cv_lib_$ax_lib''_exit | $as_tr_sh`
- { $as_echo $as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib 5
-@@ -7246,7 +7246,7 @@ fi
- 
-   done
- if test x$link_system != xyes; then
--for libextension in `ls $BOOSTLIBDIR/boost_system*.{dll,a}* 
2/dev/null | sed 's,.*/,,' | sed -e 's;^\(boost_system.*\)\.\(dll\|a\).*$;\1;' 
| tac` ; do
-+for libextension in `ls -r $BOOSTLIBDIR/boost_system* 
2/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
-  ax_lib=${libextension}
-   as_ac_Lib=`$as_echo 
ac_cv_lib_$ax_lib''_exit | $as_tr_sh`
- { $as_echo $as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib 5
-@@ -7437,7 +7437,7 @@ $as_echo #define HAVE_BOOST_FILESYSTEM /**/ confde
- 
- BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
- if test x$ax_boost_user_filesystem_lib = x; then
--for libextension in `ls $BOOSTLIBDIR/libboost_filesystem*.so* 
$BOOSTLIBDIR/libboost_filesystem*.dylib* $BOOSTLIBDIR/libboost_filesystem*.a* 
2/dev/null | sed 's,.*/,,' | sed -e 
's;^lib\(boost_filesystem.*\)\.\(dylib\|a\|so\).*$;\1;' | tac` ; do
-+for libextension in `ls -r $BOOSTLIBDIR/libboost_filesystem* 
2/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
-  ax_lib=${libextension}
-   as_ac_Lib=`$as_echo 
ac_cv_lib_$ax_lib''_exit | $as_tr_sh`
- { $as_echo $as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib 5
-@@ -7485,7 +7485,7 @@ fi
- 
-   done
- if test x$link_filesystem != xyes; then
--for libextension in `ls $BOOSTLIBDIR/boost_filesystem*.dll* 
$BOOSTLIBDIR/boost_filesystem*.a* 2/dev/null | sed 's,.*/,,' | sed -e 
's;^\(boost_filesystem.*\)\.\(dll\|a\).*$;\1;' | tac` ; do
-+for libextension in `ls -r $BOOSTLIBDIR/boost_filesystem* 
2/dev/null | 

CVS: cvs.openbsd.org: ports

2015-04-23 Thread Gonzalo L. Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2015/04/23 08:47:10

Modified files:
x11/smplayer   : Makefile distinfo 
x11/smplayer/patches: patch-Makefile patch-src_preferences_cpp 

Log message:
Update for SMPlayer to 14.9.0.6690:

* We added support for mpv, which is a player based on mplayer with
* Now it's possible to select a secondary subtitle track which is
displayed on top of the screen (mpv only).
* New option to set a template for screenshots (mpv only).
* Now it's possible to play videos from streaming sites (besides
Youtube) like DailyMotion, Vimeo, Vevo and many more (mpv only).
* Option to step back one frame (mpv only).

Test on amd64

Thanks Daniel Jakots!

OK benoit@



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2015/04/23 12:45:19

Modified files:
devel  : Makefile 

Log message:
+p5-Exporter-Tiny



CVS: cvs.openbsd.org: ports

2015-04-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/04/23 11:14:34

Modified files:
www/youtube-dl : Makefile distinfo 
www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2015.04.17



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 10:53:03

Modified files:
net/librenms   : Makefile 
net/librenms/patches: patch-librenms_cron 
net/librenms/pkg: README 

Log message:
reduce default concurrency for poller-wrapper.py



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2015/04/23 12:35:44

Log message:
import p5-Exporter-Tiny 0.042
OK benoit@ sthen@

exporter with the features of Sub::Exporter

Exporter::Tiny supports many of Sub::Exporter's external-facing
features including renaming imported functions with the -as, -prefix
and -suffix options; explicit destinations with the into option;
and alternative installers with the installler option.  But it's
written in only about 40% as many lines of code and with zero
non-core dependencies.

Status:

Vendor Tag: bluhm
Release Tags:   bluhm_20150423

N ports/devel/p5-Exporter-Tiny/Makefile
N ports/devel/p5-Exporter-Tiny/distinfo
N ports/devel/p5-Exporter-Tiny/pkg/PLIST
N ports/devel/p5-Exporter-Tiny/pkg/DESCR

No conflicts created by this import



[UPDATE] textproc/py-lxml

2015-04-23 Thread attila
textproc/py-lxml was at 3.3.5, which is a year old.  I needed a more
recent release, so I have an update that brings us to 3.4.3 (released
15-APR-2015), attached.

The only changes are the single edit I made to bring us to version
3.4.3 and those introduced by makesum and update-plist, which
magically s/py-/\${MODPY_PY_PREFIX}/'ed everywhere; I presume that's
right?

Tested lightly on amd64.  Comments, feedback welcome.  If anyone
thinks it makes sense for this package to have a MAINTAINER I'm
willing, because it's important to me.

Pax, -A
--
att...@stalphonsos.com | http://trac.haqistan.net/~attila
keyid E6CC1EDB | 4D91 1B98 A210 1D71 2A0E  AC29 9677 D0A6 E6CC 1EDB

Index: Makefile
===
RCS file: /cvs/ports/textproc/py-lxml/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile	17 Apr 2015 08:06:04 -	1.22
+++ Makefile	23 Apr 2015 18:21:11 -
@@ -3,7 +3,7 @@
 COMMENT=	Python binding for the libxml2 and libxslt libraries
 BROKEN-hppa=	OOM on src/lxml/lxml.etree.c
 
-MODPY_EGG_VERSION=	3.3.5
+MODPY_EGG_VERSION=	3.4.3
 REVISION=	0
 DISTNAME=	lxml-${MODPY_EGG_VERSION}
 PKGNAME=	py-lxml-${MODPY_EGG_VERSION}
Index: distinfo
===
RCS file: /cvs/ports/textproc/py-lxml/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo	5 Jun 2014 06:57:03 -	1.8
+++ distinfo	23 Apr 2015 18:21:11 -
@@ -1,2 +1,2 @@
-SHA256 (lxml-3.3.5.tar.gz) = ataUncfup0SjD7p3qWjdWRD1RSIOWLzIE7nfXHk+MYo=
-SIZE (lxml-3.3.5.tar.gz) = 3467344
+SHA256 (lxml-3.4.3.tar.gz) = bOShGrSFpnqJmqPggMl7IqnfQMcHe9kUaoIdOHLPIDc=
+SIZE (lxml-3.4.3.tar.gz) = 3541740
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/py-lxml/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST	5 Jun 2014 06:57:03 -	1.6
+++ pkg/PLIST	23 Apr 2015 18:21:13 -
@@ -92,539 +92,548 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/lxml/sax.pyc
 lib/python${MODPY_VERSION}/site-packages/lxml/usedoctest.py
 lib/python${MODPY_VERSION}/site-packages/lxml/usedoctest.pyc
-share/doc/py-lxml/
-share/doc/py-lxml/FAQ.txt
-share/doc/py-lxml/api.txt
-share/doc/py-lxml/build.txt
-share/doc/py-lxml/capi.txt
-share/doc/py-lxml/compatibility.txt
-share/doc/py-lxml/cssselect.txt
-share/doc/py-lxml/docstructure.py
-share/doc/py-lxml/element_classes.txt
-share/doc/py-lxml/elementsoup.txt
-share/doc/py-lxml/extensions.txt
-share/doc/py-lxml/html/
-share/doc/py-lxml/html/FAQ.html
-share/doc/py-lxml/html/api/
-share/doc/py-lxml/html/api.html
-share/doc/py-lxml/html/api/abc.ABCMeta-class.html
-share/doc/py-lxml/html/api/api-objects.txt
-share/doc/py-lxml/html/api/class-tree.html
-share/doc/py-lxml/html/api/cssselect.parser.SelectorError-class.html
-share/doc/py-lxml/html/api/cssselect.parser.SelectorSyntaxError-class.html
-share/doc/py-lxml/html/api/cssselect.xpath.ExpressionError-class.html
-share/doc/py-lxml/html/api/cssselect.xpath.XPathExpr-class.html
-share/doc/py-lxml/html/api/deprecated-index.html
-share/doc/py-lxml/html/api/epydoc.css
-share/doc/py-lxml/html/api/exceptions.AssertionError-class.html
-share/doc/py-lxml/html/api/frames.html
-share/doc/py-lxml/html/api/help.html
-share/doc/py-lxml/html/api/identifier-index-A.html
-share/doc/py-lxml/html/api/identifier-index-B.html
-share/doc/py-lxml/html/api/identifier-index-C.html
-share/doc/py-lxml/html/api/identifier-index-D.html
-share/doc/py-lxml/html/api/identifier-index-E.html
-share/doc/py-lxml/html/api/identifier-index-F.html
-share/doc/py-lxml/html/api/identifier-index-G.html
-share/doc/py-lxml/html/api/identifier-index-H.html
-share/doc/py-lxml/html/api/identifier-index-I.html
-share/doc/py-lxml/html/api/identifier-index-J.html
-share/doc/py-lxml/html/api/identifier-index-K.html
-share/doc/py-lxml/html/api/identifier-index-L.html
-share/doc/py-lxml/html/api/identifier-index-M.html
-share/doc/py-lxml/html/api/identifier-index-N.html
-share/doc/py-lxml/html/api/identifier-index-O.html
-share/doc/py-lxml/html/api/identifier-index-P.html
-share/doc/py-lxml/html/api/identifier-index-Q.html
-share/doc/py-lxml/html/api/identifier-index-R.html
-share/doc/py-lxml/html/api/identifier-index-S.html
-share/doc/py-lxml/html/api/identifier-index-T.html
-share/doc/py-lxml/html/api/identifier-index-U.html
-share/doc/py-lxml/html/api/identifier-index-V.html
-share/doc/py-lxml/html/api/identifier-index-W.html
-share/doc/py-lxml/html/api/identifier-index-X.html
-share/doc/py-lxml/html/api/identifier-index-Y.html
-share/doc/py-lxml/html/api/identifier-index-Z.html
-share/doc/py-lxml/html/api/identifier-index-_.html
-share/doc/py-lxml/html/api/identifier-index.html
-share/doc/py-lxml/html/api/index.html
-share/doc/py-lxml/html/api/lxml-module.html
-share/doc/py-lxml/html/api/lxml-pysrc.html
-share/doc/py-lxml/html/api/lxml.ElementInclude-module.html

CVS: cvs.openbsd.org: ports

2015-04-23 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:ports
Changes by: bl...@cvs.openbsd.org   2015/04/23 12:51:17

Modified files:
devel/p5-List-MoreUtils: Makefile distinfo 
devel/p5-List-MoreUtils/pkg: DESCR PLIST 

Log message:
update p5-List-MoreUtils to 0.410
List-MoreUtils-0.400 is a major rewrite of List-MoreUtils-0.33 by
a different author.  The new version seems to have stabilized.
OK sthen@



[UPDATE] net/bitlbee 3.4

2015-04-23 Thread Tom Doherty
Hi
Here's an update to bitlbee 3.4

Version 3.4:

Main repository migrated from bzr to git
Some API/ABI changes. Recompiling third party plugins is required!
Important bugfixes:
Fix memory leak when calling word_wrap() on groupchat messages (dx)
Fix segfault after a file transfer is complete (dx)
Fix bug where NSS would refuse to work in forkdaemon mode (dx)
Fix several bugs with UTF8 nicks (dx)
Fix some nasty deadlocks that appared mostly with libpurple (dx)
General changes:
Add a 'pattern' parameter to the blist command, to filter it (tribut)
Implemented /kick support, only supported by purple for now (jgeboski)
Add a special state to show_users (mapped to the % prefix) (jgeboski)
Improved support for cygwin, openbsd and darwin (jcopenha)
Create temporary users instead of showing Message from unknown participant
(jgeboski)
purple:
Local contact lists for gadugadu and whatsapp (dx)
Add topic and name_hint to groupchats (seirl)
Support for 'input' requests (such as telegram auth codes) (seirl) Note that
telegram-purple itself is rather unstable ATM, it may crash.
jabber:
Handle compressed DNS responses in SRV lookup (jcopenha)
Fix case sensitivity issues with JIDs (GRMrGecko, dx)
Implement XEP-0203 style message timestamps (dx)
Fix Server claims your JID is X instead of Y warnings (dx)
Account-wide display_name setting, mostly for hipchat (dx)
twitter:
Filter channels. Search by keyword/hashtag or a list of users (jgeboski)
Fix bug in reply command which removed the first quote character (dx)
Add rawreply command, like reply but bitlbee won't add @mention (WillP)
Add support for The United States of America (favorite/fav aliases) (dx)
Default show_old_mentions to 0 (dx)
Start stream from last tweet on connect/reconnect (roger)
msn:
Disabled module by default. The protocol we used (MSNP18) stopped working
last week. This is being worked on, but it's far from ready for release.
And lots of small bugfixes, too many to list here.

Cheers
Tom
Index: Makefile
===
RCS file: /cvs/ports/net/bitlbee/Makefile,v
retrieving revision 1.55
diff -u -p -u -r1.55 Makefile
--- Makefile21 Aug 2014 21:41:57 -  1.55
+++ Makefile23 Apr 2015 20:13:07 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.55 2014/08/21 21:41:57 sthen Exp $
 
-COMMENT=   IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
+COMMENT=   IRC proxy to connect to AIM, ICQ, Jabber and Yahoo
 
-DISTNAME=  bitlbee-3.2.2
+DISTNAME=  bitlbee-3.4
 CATEGORIES=net
 
 HOMEPAGE=  http://bitlbee.org/
Index: distinfo
===
RCS file: /cvs/ports/net/bitlbee/distinfo,v
retrieving revision 1.26
diff -u -p -u -r1.26 distinfo
--- distinfo21 Aug 2014 21:41:57 -  1.26
+++ distinfo23 Apr 2015 20:13:07 -
@@ -1,2 +1,2 @@
-SHA256 (bitlbee-3.2.2.tar.gz) = ujiTkoHyPooOcQIse+DLaPZUQkhAQ2LF4gJF+npnVY4=
-SIZE (bitlbee-3.2.2.tar.gz) = 661757
+SHA256 (bitlbee-3.4.tar.gz) = zrrWRrv9F8gJI3QyRAOf2XDjyifowbfPhyYi53MjnV4=
+SIZE (bitlbee-3.4.tar.gz) = 761027


UPDATE net/ipv6-toolkit

2015-04-23 Thread Alexander Bluhm
Hi,

I'd like to update ipv6toolkit to version 2.0.  Upstream renamed
it from ipv6-toolkit to ipv6toolkit.  Is it sufficient to add a
@conflict to PLIST to rename the package?

The arc4random() patches were not accepted upstream as it does not
exist on other platforms.  So I just replaced random() with
arc4random() and did not replace it with arc4random_buf() or
arc4random_uniform().  That makes port maintenance easier.

The strlcat() patch was also not accepted, but the bug was fixed
in a different way.

ok?

bluhm

Index: net/ipv6-toolkit/Makefile
===
RCS file: /data/mirror/openbsd/cvs/ports/net/ipv6-toolkit/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- net/ipv6-toolkit/Makefile   26 Sep 2013 21:52:35 -  1.2
+++ net/ipv6-toolkit/Makefile   23 Apr 2015 20:58:32 -
@@ -2,10 +2,9 @@
 
 COMMENT =  SI6 networks IPv6 toolkit
 
-VERSION =  1.4b
-REVISION = 1
-DISTNAME = ipv6-toolkit-v${VERSION}
-PKGNAME =  ipv6-toolkit-${VERSION}
+VERSION =  2.0
+DISTNAME = ipv6toolkit-v${VERSION}
+PKGNAME =  ipv6toolkit-${VERSION}
 
 CATEGORIES =   net
 
@@ -23,11 +22,11 @@ MASTER_SITES =  http://www.si6networks.c
 MAKE_FLAGS =   CC=${CC}
 FAKE_FLAGS =   PREFIX=${PREFIX} \
MANPREFIX=${PREFIX} \
-   ETCPATH=${DESTDIR}/${PREFIX}/share/examples/ipv6-toolkit
+   ETCPATH=${DESTDIR}/${PREFIX}/share/examples/ipv6toolkit
 
 NO_TEST =  Yes
 
 pre-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipv6-toolkit
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ipv6toolkit
 
 .include bsd.port.mk
Index: net/ipv6-toolkit/distinfo
===
RCS file: /data/mirror/openbsd/cvs/ports/net/ipv6-toolkit/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- net/ipv6-toolkit/distinfo   30 Aug 2013 23:41:15 -  1.1.1.1
+++ net/ipv6-toolkit/distinfo   23 Apr 2015 19:09:00 -
@@ -1,2 +1,2 @@
-SHA256 (ipv6-toolkit-v1.4b.tar.gz) = 
zf0akG4ttV0lcN1Qab3qXe3wD+bT1cP3LdNMDlyN4YY=
-SIZE (ipv6-toolkit-v1.4b.tar.gz) = 481916
+SHA256 (ipv6toolkit-v2.0.tar.gz) = FvE9Pn0XlA/1PwKO8AkOSqOhk6IkyXcosH6m4moZ6Yc=
+SIZE (ipv6toolkit-v2.0.tar.gz) = 725628
Index: net/ipv6-toolkit/patches/patch-tools_addr6_c
===
RCS file: 
/data/mirror/openbsd/cvs/ports/net/ipv6-toolkit/patches/patch-tools_addr6_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-tools_addr6_c
--- net/ipv6-toolkit/patches/patch-tools_addr6_c26 Sep 2013 21:52:35 
-  1.1
+++ net/ipv6-toolkit/patches/patch-tools_addr6_c23 Apr 2015 19:50:20 
-
@@ -1,7 +1,7 @@
-$OpenBSD: patch-tools_addr6_c,v 1.1 2013/09/26 21:52:35 bluhm Exp $
 tools/addr6.c.orig Sat Aug 10 08:43:26 2013
-+++ tools/addr6.c  Sun Sep  8 20:37:06 2013
-@@ -1437,8 +1437,8 @@ int init_host_list(struct host_list *hlist){
+$OpenBSD$
+--- tools/addr6.c.orig Sun Apr  5 15:59:52 2015
 tools/addr6.c  Thu Apr 23 21:48:07 2015
+@@ -1153,8 +1153,8 @@ int init_host_list(struct hashed_host_list *hlist){
  
hlist-nhosts= 0;
hlist-maxhosts= MAX_HOST_ENTRIES;
Index: net/ipv6-toolkit/patches/patch-tools_flow6_c
===
RCS file: 
/data/mirror/openbsd/cvs/ports/net/ipv6-toolkit/patches/patch-tools_flow6_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-tools_flow6_c
--- net/ipv6-toolkit/patches/patch-tools_flow6_c26 Sep 2013 21:52:35 
-  1.1
+++ net/ipv6-toolkit/patches/patch-tools_flow6_c23 Apr 2015 19:50:20 
-
@@ -1,30 +1,30 @@
-$OpenBSD: patch-tools_flow6_c,v 1.1 2013/09/26 21:52:35 bluhm Exp $
 tools/flow6.c.orig Fri Aug 16 07:35:41 2013
-+++ tools/flow6.c  Sun Sep  8 20:49:58 2013
-@@ -227,8 +227,7 @@ int main(int argc, char **argv){
+$OpenBSD$
+--- tools/flow6.c.orig Sun Apr  5 16:00:06 2015
 tools/flow6.c  Thu Apr 23 21:43:59 2015
+@@ -180,8 +180,7 @@ int main(int argc, char **argv){
}
  
  
 -  srandom(time(NULL));
 -  hoplimit=64+random()%180;
-+  hoplimit=64+arc4random_uniform(180);
-   init_iface_data(idata);
++  hoplimit=64+arc4random()%180;
  
-   while((r=getopt_long(argc, argv, shortopts, longopts, NULL)) != -1) {
-@@ -536,9 +535,9 @@ int main(int argc, char **argv){
+   if(init_iface_data(idata) == FAILURE){
+   puts(Error initializing internal data structure);
+@@ -369,9 +368,9 @@ int main(int argc, char **argv){
puts(Identifying the 'Flow ID' generation policy of the target 
node);
  
if(protocol == IPPROTO_TCP){
--  tcpwin= ((u_int16_t) random() + 1500)  
(u_int16_t)0x7f00;
+-  tcpwin= ((uint16_t) 

CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 16:38:55

Modified files:
sysutils/nut   : Makefile distinfo 
sysutils/nut/patches: patch-clients_Makefile_in 
  patch-conf_ups_conf_sample 
  patch-conf_upsmon_conf_sample 
  patch-drivers_Makefile_am 
  patch-drivers_Makefile_in 
  patch-drivers_usbhid-ups_c 
  patch-include_config_h_in 
sysutils/nut/pkg: PLIST-main 
Removed files:
sysutils/nut/patches: patch-tools_nut-usbinfo_pl 

Log message:
update to NUT 2.7.3



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 16:39:28

Modified files:
net/bird   : Makefile distinfo 
net/bird/patches: patch-sysdep_unix_io_c 

Log message:
update to BIRD 1.5.0



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 10:44:35

Log message:
import ports/net/librenms, ok benoit@ -- still a bit of a WIP, but usable 
enough.

LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring
which includes support for a wide range of network hardware and
operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade,
Foundry, HP and many more. LibreNMS is a community-based fork of
Observium.

LibreNMS is not intended to replace a Nagios-type up/down monitoring
system, but rather to complement it with an easy to manage, intuitive
representation of historical and current performance statistics,
configuration visualisation and syslog capture.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20150423

N ports/net/librenms/Makefile
N ports/net/librenms/distinfo
N ports/net/librenms/patches/patch-includes_defaults_inc_php
N ports/net/librenms/patches/patch-config_php_default
N ports/net/librenms/patches/patch-daily_sh
N ports/net/librenms/patches/patch-html_install_php
N ports/net/librenms/patches/patch-scripts_agent-local_bind
N ports/net/librenms/patches/patch-scripts_agent-local_dmi
N ports/net/librenms/patches/patch-scripts_agent-local_tinydns
N ports/net/librenms/patches/patch-scripts_cron-hourly_sh
N ports/net/librenms/patches/patch-scripts_cron-minute_sh
N ports/net/librenms/patches/patch-scripts_cron_sh
N ports/net/librenms/patches/patch-scripts_distro
N ports/net/librenms/patches/patch-scripts_get-geshi_sh
N ports/net/librenms/patches/patch-scripts_get-jpgraph_sh
N ports/net/librenms/patches/patch-scripts_ntp-client_php
N ports/net/librenms/patches/patch-scripts_ntpd-server_php
N ports/net/librenms/patches/patch-scripts_postfix-queues
N ports/net/librenms/patches/patch-scripts_powerdns_php
N ports/net/librenms/patches/patch-includes_definitions_inc_php
N ports/net/librenms/patches/patch-librenms_cron
N ports/net/librenms/patches/patch-poller-wrapper_py
N ports/net/librenms/patches/patch-alerts_php
N ports/net/librenms/patches/patch-html_index_php
N ports/net/librenms/pkg/DESCR
N ports/net/librenms/pkg/PLIST
N ports/net/librenms/pkg/README

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 10:45:11

Modified files:
net: Makefile 

Log message:
+librenms



CVS: cvs.openbsd.org: ports

2015-04-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/04/23 11:31:21

Modified files:
graphics/imlib2: Makefile distinfo 
graphics/imlib2/patches: patch-imlib2_pc_in 
 patch-src_lib_font_load_c 
graphics/imlib2/pkg: PLIST 
Added files:
graphics/imlib2/patches: patch-src_modules_filters_Makefile_in 
 patch-src_modules_loaders_Makefile_in 
Removed files:
graphics/imlib2/patches: patch-src_modules_loaders_loader_gif_c 
 patch-src_modules_loaders_loader_png_c 
 patch-src_modules_loaders_loader_xpm_c 

Log message:
Bugfix update to imlib2-1.4.7

No API/ABI changes



[UPDATE] net/pidgin-sipe 1.19.1

2015-04-23 Thread Tom Doherty
Hi
Here's an update for pidgin-sipe 1.19.1

version 1.19.1 Bug Fixes I (2015-04-04)
Fixed [#278]: 488 error after libnice upgrade (Jakub Adam)
fix SIP re-authentication timeout to be max. 8 hours (Stefan Becker)

version 1.19.0 Auto Authentication, MFA  Search Improvements (2015-02-07)
Feature [#80]: Move parsing of login name (Stefan Becker)
Feature [#79]: support for Adium group chat bookmarks (David Matz, Stefan
Becker)
Feature [#78]: Support searching for SIP ID (Stefan Becker)
Feature [#76]: ADFS can't always be used (Stefan Becker)
for accounts that have Multi-Factor Authentication (MFA) enabled
Feature [#73]: Support buddy photos from contactCard (Stefan Becker)
Feature [#65]: Fall back from Kerberos to NTLM (Stefan Becker)
Fixed [#277]: Raised contact names (Stefan Becker)
Fixed [#240]: Corrupted HTTP response crashes SIPE (Stefan Becker)
fix calendar state machine when EWS URL is set (Stefan Becker)
fall back to [MS-DLX] BasicSearch to improve search experience (Stefan
Becker, various)
implement search functionality for UCS (Stefan Becker)
adium: add chat room list UI (David Matz)
adium: fix duplicate debug log messages (Stefan Becker)
support for libnice TCP mode (Youness Alaoul, Jakub Adam)
refactor CCCP request code (Jakub Adam)

Cheers
Tom

Index: Makefile
===
RCS file: /cvs/ports/net/pidgin-sipe/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- Makefile4 Apr 2015 09:21:03 -   1.19
+++ Makefile23 Apr 2015 23:06:02 -
@@ -6,8 +6,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  SIPE plugin for Pidgin
 
-DISTNAME = pidgin-sipe-1.18.5
-REVISION = 0
+DISTNAME = pidgin-sipe-1.19.1
 
 CATEGORIES =   net
 
Index: distinfo
===
RCS file: /cvs/ports/net/pidgin-sipe/distinfo,v
retrieving revision 1.10
diff -u -p -u -r1.10 distinfo
--- distinfo20 Jan 2015 22:30:24 -  1.10
+++ distinfo23 Apr 2015 23:06:02 -
@@ -1,2 +1,2 @@
-SHA256 (pidgin-sipe-1.18.5.tar.gz) = 
eQ+2PLhYMvdBAJcPm9hHjNhYY5oSZaKQKIPSqawJj0M=
-SIZE (pidgin-sipe-1.18.5.tar.gz) = 1110722
+SHA256 (pidgin-sipe-1.19.1.tar.gz) = 
ksikYR8VlAlvrDxbmD30nLjRYSyrc1J5nIVf2d2gRUo=
+SIZE (pidgin-sipe-1.19.1.tar.gz) = 1134961


teensyloader update

2015-04-23 Thread Brandon Mercer
Hello, this diff updates the teensy loader to the current 2.1 version.
I'm also working to get the loader so it can flash the newer teensy 3.1
devices. OK? 

Index: Makefile
===
RCS file: /home/bmercer/cvs/ports/devel/teensyloader/Makefile,v
retrieving revision 1.8
diff -u -p -u -r1.8 Makefile
--- Makefile10 Oct 2013 02:08:22 -  1.8
+++ Makefile23 Apr 2015 20:40:10 -
@@ -2,9 +2,8 @@
 
 COMMENT=   in-system programmer for Teensy boards
 
-DISTNAME=  teensy_loader_cli.2.0
-PKGNAME=   teensyloader-2.0
-REVISION=  1
+DISTNAME=  teensy_loader_cli.2.1
+PKGNAME=   teensyloader-2.1
 CATEGORIES=devel
 
 HOMEPAGE=  http://www.pjrc.com/teensy/
@@ -19,7 +18,6 @@ MASTER_SITES= ${HOMEPAGE}
 CONFIGURE_STYLE=   None
 WRKDIST=   ${WRKDIR}/teensy_loader_cli
 MAKE_FILE= Makefile.bsd
-
 NO_TEST=   Yes
 
 do-install:
Index: distinfo
===
RCS file: /home/bmercer/cvs/ports/devel/teensyloader/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- distinfo18 Jan 2015 03:13:48 -  1.4
+++ distinfo20 Apr 2015 01:31:20 -
@@ -1,2 +1,2 @@
-SHA256 (teensy_loader_cli.2.0.tar.gz) = 
D/1NS2X+PCvOfvc89ZmwtSebMQH7hDBUzXmw324GepY=
-SIZE (teensy_loader_cli.2.0.tar.gz) = 27044
+SHA256 (teensy_loader_cli.2.1.tar.gz) = 
9fOJFIDxGzXRxVwt42UHV/Y8/GiIUQ9hFy9T1vI+Vqc=
+SIZE (teensy_loader_cli.2.1.tar.gz) = 276310
Index: patches/patch-Makefile_bsd
===
RCS file: 
/home/bmercer/cvs/ports/devel/teensyloader/patches/patch-Makefile_bsd,v
retrieving revision 1.1
diff -u -p -u -r1.1 patch-Makefile_bsd
--- patches/patch-Makefile_bsd  26 Jun 2010 21:22:00 -  1.1
+++ patches/patch-Makefile_bsd  23 Apr 2015 20:53:20 -
@@ -1,6 +1,6 @@
-$OpenBSD: patch-Makefile_bsd,v 1.1 2010/06/26 21:22:00 ckuethe Exp $
 Makefile.bsd.orig  Mon Feb 15 18:27:15 2010
-+++ Makefile.bsd   Mon Feb 15 18:28:31 2010
+$OpenBSD$
+--- Makefile.bsd.orig  Sun Apr 19 21:29:46 2015
 Makefile.bsd   Thu Apr 23 16:53:05 2015
 @@ -1,6 +1,6 @@
 -OS ?= FreeBSD
 +#OS ?= FreeBSD
@@ -10,17 +10,17 @@ $OpenBSD: patch-Makefile_bsd,v 1.1 2010/
  
  CFLAGS ?= -O2 -Wall
  CC ?= gcc
-@@ -14,8 +14,10 @@ LIBS =
+@@ -13,9 +13,9 @@ CFLAGS += -DUSE_UHID
+ LIBS =
  .endif
  
- 
--teensy_loader_cli: teensy_loader_cli.c
--  $(CC) $(CFLAGS) -s -o teensy_loader_cli teensy_loader_cli.c $(LIBS)
 +all: teensyloader
- 
 +teensyloader: teensy_loader_cli.c
 +  $(CC) $(CFLAGS) -s -o teensyloader teensy_loader_cli.c $(LIBS)
-+
+ 
+-teensy_loader_cli: teensy_loader_cli.c
+-  $(CC) $(CFLAGS) -s -o teensy_loader_cli teensy_loader_cli.c $(LIBS)
+-
  clean:
 -  rm -f teensy_loader_cli
 +  rm -f teensyloader
Index: pkg/PLIST
===
RCS file: /home/bmercer/cvs/ports/devel/teensyloader/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -r1.2 PLIST
--- pkg/PLIST   26 Jun 2010 21:22:00 -  1.2
+++ pkg/PLIST   20 Apr 2015 01:31:31 -
@@ -1,8 +1,9 @@
 @comment $OpenBSD: PLIST,v 1.2 2010/06/26 21:22:00 ckuethe Exp $
 @bin bin/teensyloader
 share/examples/teensy/
-share/examples/teensy/blink_fast.hex
-share/examples/teensy/blink_slow.hex
+share/examples/teensy/blink_slow_Teensy3.hex
+share/examples/teensy/blink_slow_Teensy31.hex
+share/examples/teensy/blink_slow_TeensyLC.hex
 share/examples/teensy/blinky-at90usb1286.hex
 share/examples/teensy/blinky-at90usb162.hex
 share/examples/teensy/blinky-at90usb646.hex



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/04/23 07:55:54

Modified files:
sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-1.2.



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2015/04/23 07:01:36

Modified files:
games/wtf  : Makefile distinfo 
games/wtf/patches: patch-wtf 

Log message:
Update to 20150422



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/04/23 01:38:01

Modified files:
games/pioneers : Makefile 
games/pioneers/pkg: PLIST 

Log message:
Explicitely pass --without-avahi to prevent it from being picked up.
breakage reported by naddy@

Regen WANTLIB while here.



CVS: cvs.openbsd.org: ports

2015-04-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/04/23 03:19:44

Modified files:
devel/cmake: Makefile cmake.port.mk distinfo 

Log message:
Maintenance update to cmake-3.2.2



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2015/04/23 02:23:54

Modified files:
security/clamav-unofficial-sigs: Makefile 
security/clamav-unofficial-sigs/patches: 
 
patch-clamav-unofficial-sigs_conf 

Log message:
Remove SecuriteInfo databases from clamav-unofficial-sigs config; they have
moved to a different model (update with freshclam, 30-day+ signatures free
but require registration, 0-day+ signatures subscription) and the old free
databases are being retired.
http://lurker.clamav.net/message/20150325.133202.843fba9f.en.html



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:ports
Changes by: schwa...@cvs.openbsd.org2015/04/23 03:06:30

Modified files:
net/tcludp : Makefile 
Added files:
net/tcludp/patches: patch-doc_udp_n 

Log message:
Drop USE_GROFF because mandoc output is fine.
Delete undefined macros and a .so reference to a non-existent file
to avoid error messages.  Bump.
OK sebastia@ (MAINTAINER) and naddy@



CVS: cvs.openbsd.org: ports

2015-04-23 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2015/04/23 03:05:25

Modified files:
devel/jsoncpp  : Makefile distinfo 

Log message:
Bugfixing update to jsoncpp-0.10.2



NEW: net/librenms

2015-04-23 Thread Stuart Henderson
-- -- --
LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring
which includes support for a wide range of network hardware and
operating systems including Cisco, Linux, FreeBSD, Juniper, Brocade,
Foundry, HP and many more. LibreNMS is a community-based fork of
Observium.

LibreNMS is not intended to replace a Nagios-type up/down monitoring
system, but rather to complement it with an easy to manage, intuitive
representation of historical and current performance statistics,
configuration visualisation and syslog capture.
-- -- --

OK to import?



librenms.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2015-04-23 Thread Paul de Weerd
CVSROOT:/cvs
Module name:ports
Changes by: we...@cvs.openbsd.org   2015/04/23 07:16:02

Modified files:
graphics/fswebcam: Makefile distinfo 

Log message:
Trivial update for fswebcam from 20110717 to 20140113.

OK ajacoutot@ and Marcus Glocker (MAINTAINER)



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Vadim Zhukov
CVSROOT:/cvs
Module name:ports
Changes by: z...@cvs.openbsd.org2015/04/23 05:49:07

Modified files:
x11/qt5: Makefile 

Log message:
Disable documentation again, bulk builds done by sthen@ and naddy@
continue to reveal dragons here and there. Freinds^WHacking never ends...



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2015/04/23 05:55:02

Modified files:
multimedia/gstreamer-0.10/plugins-bad: Makefile 
multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main 
multimedia/gstreamer1/plugins-bad: Makefile 
multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Disable the Dirac support via schroedinger.
from brad



CVS: cvs.openbsd.org: ports

2015-04-23 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2015/04/23 05:58:45

Modified files:
games/wesnoth  : Tag: OPENBSD_5_6 Makefile 
Added files:
games/wesnoth/patches: Tag: OPENBSD_5_6 patch-src_filesystem_cpp 

Log message:
fix  CVE-2015-0844
https://github.com/wesnoth/wesnoth/commit/af61f9fdd15cd439da9e2fe5fa39d174c923eaae
prodded and ok jasper@



Re: [UPDATE] textproc/py-lxml

2015-04-23 Thread attila
attila att...@stalphonsos.com writes:

 textproc/py-lxml was at 3.3.5, which is a year old.  I needed a more
 recent release, so I have an update that brings us to 3.4.3 (released
 15-APR-2015), attached.

 The only changes are the single edit I made to bring us to version
 3.4.3 and those introduced by makesum and update-plist, which
 magically s/py-/\${MODPY_PY_PREFIX}/'ed everywhere; I presume that's
 right?


bcallah@ pointed out that I forgot to get rid of REVISION.
While I'm at it I'll add myself as MAINTAINER.
Updated patch appended.

 Tested lightly on amd64

Now also tested on i386.

Comments, feedback welcome.

Pax, -A
--
att...@stalphonsos.com | http://trac.haqistan.net/~attila
keyid E6CC1EDB | 4D91 1B98 A210 1D71 2A0E  AC29 9677 D0A6 E6CC 1EDB


Index: Makefile
===
RCS file: /cvs/ports/textproc/py-lxml/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile17 Apr 2015 08:06:04 -  1.22
+++ Makefile24 Apr 2015 02:45:35 -
@@ -2,9 +2,9 @@
 
 COMMENT=   Python binding for the libxml2 and libxslt libraries
 BROKEN-hppa=   OOM on src/lxml/lxml.etree.c
+MAINTAINER =   Sean Levy att...@stalphonsos.com
 
-MODPY_EGG_VERSION= 3.3.5
-REVISION=  0
+MODPY_EGG_VERSION= 3.4.3
 DISTNAME=  lxml-${MODPY_EGG_VERSION}
 PKGNAME=   py-lxml-${MODPY_EGG_VERSION}
 CATEGORIES=textproc devel
Index: distinfo
===
RCS file: /cvs/ports/textproc/py-lxml/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo5 Jun 2014 06:57:03 -   1.8
+++ distinfo24 Apr 2015 02:45:35 -
@@ -1,2 +1,2 @@
-SHA256 (lxml-3.3.5.tar.gz) = ataUncfup0SjD7p3qWjdWRD1RSIOWLzIE7nfXHk+MYo=
-SIZE (lxml-3.3.5.tar.gz) = 3467344
+SHA256 (lxml-3.4.3.tar.gz) = bOShGrSFpnqJmqPggMl7IqnfQMcHe9kUaoIdOHLPIDc=
+SIZE (lxml-3.4.3.tar.gz) = 3541740
Index: pkg/PLIST
===
RCS file: /cvs/ports/textproc/py-lxml/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   5 Jun 2014 06:57:03 -   1.6
+++ pkg/PLIST   24 Apr 2015 02:45:36 -
@@ -92,539 +92,548 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/lxml/sax.pyc
 lib/python${MODPY_VERSION}/site-packages/lxml/usedoctest.py
 lib/python${MODPY_VERSION}/site-packages/lxml/usedoctest.pyc
-share/doc/py-lxml/
-share/doc/py-lxml/FAQ.txt
-share/doc/py-lxml/api.txt
-share/doc/py-lxml/build.txt
-share/doc/py-lxml/capi.txt
-share/doc/py-lxml/compatibility.txt
-share/doc/py-lxml/cssselect.txt
-share/doc/py-lxml/docstructure.py
-share/doc/py-lxml/element_classes.txt
-share/doc/py-lxml/elementsoup.txt
-share/doc/py-lxml/extensions.txt
-share/doc/py-lxml/html/
-share/doc/py-lxml/html/FAQ.html
-share/doc/py-lxml/html/api/
-share/doc/py-lxml/html/api.html
-share/doc/py-lxml/html/api/abc.ABCMeta-class.html
-share/doc/py-lxml/html/api/api-objects.txt
-share/doc/py-lxml/html/api/class-tree.html
-share/doc/py-lxml/html/api/cssselect.parser.SelectorError-class.html
-share/doc/py-lxml/html/api/cssselect.parser.SelectorSyntaxError-class.html
-share/doc/py-lxml/html/api/cssselect.xpath.ExpressionError-class.html
-share/doc/py-lxml/html/api/cssselect.xpath.XPathExpr-class.html
-share/doc/py-lxml/html/api/deprecated-index.html
-share/doc/py-lxml/html/api/epydoc.css
-share/doc/py-lxml/html/api/exceptions.AssertionError-class.html
-share/doc/py-lxml/html/api/frames.html
-share/doc/py-lxml/html/api/help.html
-share/doc/py-lxml/html/api/identifier-index-A.html
-share/doc/py-lxml/html/api/identifier-index-B.html
-share/doc/py-lxml/html/api/identifier-index-C.html
-share/doc/py-lxml/html/api/identifier-index-D.html
-share/doc/py-lxml/html/api/identifier-index-E.html
-share/doc/py-lxml/html/api/identifier-index-F.html
-share/doc/py-lxml/html/api/identifier-index-G.html
-share/doc/py-lxml/html/api/identifier-index-H.html
-share/doc/py-lxml/html/api/identifier-index-I.html
-share/doc/py-lxml/html/api/identifier-index-J.html
-share/doc/py-lxml/html/api/identifier-index-K.html
-share/doc/py-lxml/html/api/identifier-index-L.html
-share/doc/py-lxml/html/api/identifier-index-M.html
-share/doc/py-lxml/html/api/identifier-index-N.html
-share/doc/py-lxml/html/api/identifier-index-O.html
-share/doc/py-lxml/html/api/identifier-index-P.html
-share/doc/py-lxml/html/api/identifier-index-Q.html
-share/doc/py-lxml/html/api/identifier-index-R.html
-share/doc/py-lxml/html/api/identifier-index-S.html
-share/doc/py-lxml/html/api/identifier-index-T.html
-share/doc/py-lxml/html/api/identifier-index-U.html
-share/doc/py-lxml/html/api/identifier-index-V.html
-share/doc/py-lxml/html/api/identifier-index-W.html
-share/doc/py-lxml/html/api/identifier-index-X.html
-share/doc/py-lxml/html/api/identifier-index-Y.html
-share/doc/py-lxml/html/api/identifier-index-Z.html
-share/doc/py-lxml/html/api/identifier-index-_.html