Hi!
While p2k15 is running ( without me :( ), I'll send this again to ports@.
This diff splits linkchecker into CLI and GUI packages and fixes desktop
icons. It was also OKed by Amit in private mail but get lost in time of ports
lock.
OK?


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/linkchecker/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile    6 Dec 2014 21:26:42 -0000       1.41
+++ Makefile    23 Jan 2015 19:49:28 -0000
@@ -1,8 +1,10 @@
 # $OpenBSD: Makefile,v 1.41 2014/12/06 21:26:42 kirby Exp $

-COMMENT=       checks HTML documents for broken links
+COMMENT-main=  checks HTML documents for broken links, CLI
+COMMENT-x11=   checks HTML documents for broken links, GUI

 V=             9.3
+REVISION-main= 0
 MODPY_EGG_VERSION=${V}
 GH_ACCOUNT=    wummel
 GH_PROJECT=    linkchecker
@@ -10,6 +12,8 @@ GH_TAGNAME=   upstream/$V
 GH_COMMIT=     85dadc1f1a1d1379d6e3565fc20697adb6f69521

 DISTNAME=      ${GH_PROJECT}-${V}
+PKGNAME-main=  ${DISTNAME}
+PKGNAME-x11=   ${GH_PROJECT}-gui-${V}
 CATEGORIES=            www

 HOMEPAGE=      http://wummel.github.io/linkchecker/
@@ -23,11 +27,30 @@ WANTLIB+=   ${MODPY_WANTLIB} pthread

 MODULES=       devel/gettext lang/python

-RUN_DEPENDS=   devel/desktop-file-utils \
-               net/py-dnspython \
-               www/py-requests
+RUN_DEPENDS-main=      net/py-dnspython \
+                       www/py-requests
+
+RUN_DEPENDS-x11=       devel/desktop-file-utils \
+                       www/linkchecker,-main \
+                       x11/gtk+3,-guic \
+                       x11/py-qt4
+
+SEPARATE_BUILD=        Yes
+MULTI_PACKAGES=        -main -x11

 WRKDIST=       ${WRKDIR}/${GH_PROJECT}-upstream-${V}
 NO_TEST=       Yes
+
+post-extract:
+       @perl -pi -e 's,logo48x48,linkchecker,' ${WRKSRC}/doc/*.desktop
+
+post-install:
+.for s in 16 32 48 64 128
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/icons/hicolor/${s}x${s}/apps
+       ${INSTALL_DATA} ${WRKSRC}/doc/html/logo${s}x${s}.png \
+               ${PREFIX}/share/icons/hicolor/${s}x${s}/apps/linkchecker.png
+.endfor
+       ${INSTALL_DATA} ${WRKSRC}/doc/html/lccollection.qhcp \
+               ${PREFIX}/share/linkchecker/lccollection.qhc

 .include <bsd.port.mk>
Index: pkg/DESCR
===================================================================
RCS file: pkg/DESCR
diff -N pkg/DESCR
--- pkg/DESCR   21 Oct 2003 18:40:38 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,14 +0,0 @@
-LinkChecker checks HTML documents for broken links. It features:
-
-o recursive checking
-o multithreading
-o output in colored or normal text, HTML, SQL, CSV or a sitemap
-  graph in GML or XML.
-o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
-  file links support
-o restriction of link checking with regular expression filters for URLs
-o proxy support
-o username/password authorization for HTTP and FTP
-o robots.txt exclusion protocol support
-o i18n support
-o a command line interface
Index: pkg/DESCR-main
===================================================================
RCS file: pkg/DESCR-main
diff -N pkg/DESCR-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-main      23 Jan 2015 19:49:28 -0000
@@ -0,0 +1,15 @@
+LinkChecker checks HTML documents for broken links. It features:
+
+o recursive checking
+o multithreading
+o output in colored or normal text, HTML, SQL, CSV or a sitemap
+  graph in GML or XML.
+o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
+  file links support
+o restriction of link checking with regular expression filters for URLs
+o proxy support
+o username/password authorization for HTTP and FTP
+o robots.txt exclusion protocol support
+o i18n support
+
+This package contains a command line interface.
Index: pkg/DESCR-x11
===================================================================
RCS file: pkg/DESCR-x11
diff -N pkg/DESCR-x11
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/DESCR-x11       23 Jan 2015 19:49:28 -0000
@@ -0,0 +1,15 @@
+LinkChecker checks HTML documents for broken links. It features:
+
+o recursive checking
+o multithreading
+o output in colored or normal text, HTML, SQL, CSV or a sitemap
+  graph in GML or XML.
+o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
+  file links support
+o restriction of link checking with regular expression filters for URLs
+o proxy support
+o username/password authorization for HTTP and FTP
+o robots.txt exclusion protocol support
+o i18n support
+
+This package contains a graphical user interface.
Index: pkg/PLIST
===================================================================
RCS file: pkg/PLIST
diff -N pkg/PLIST
--- pkg/PLIST   6 Dec 2014 21:26:42 -0000       1.24
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,295 +0,0 @@
-@comment $OpenBSD: PLIST,v 1.24 2014/12/06 21:26:42 kirby Exp $
-bin/linkchecker
-@comment bin/linkchecker-gui
-lib/python${MODPY_VERSION}/site-packages/LinkChecker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
-lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.py
-lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmlsax.so
-lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/better_exchook2.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/better_exchook2.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/results.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/results.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/dnsurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/dnsurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cmdline.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cmdline.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/colorama.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/colorama.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/interrupt.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/interrupt.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/formsearch.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/formsearch.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/loader.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/loader.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/log.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/log.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logconf.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logconf.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sitemapxml.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sitemapxml.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/mimeutil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/mimeutil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/_network.so
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/sitemap.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/sitemap.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/__init__.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/__init__.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/anchorcheck.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/anchorcheck.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/httpheaderinfo.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/httpheaderinfo.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/locationinfo.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/locationinfo.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parsepdf.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parsepdf.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parseword.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parseword.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/regexcheck.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/regexcheck.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/sslcertcheck.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/sslcertcheck.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/syntaxchecks.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/syntaxchecks.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/viruscheck.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/viruscheck.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/url.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/url.pyc
-lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.py
-lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.pyc
-@man man/man1/linkchecker-gui.1
-@man man/man1/linkchecker.1
-@man man/man5/linkcheckerrc.5
-share/applications/linkchecker-gui.desktop
-share/applications/linkchecker.desktop
-share/examples/linkchecker/
-share/examples/linkchecker/check_blacklist.sh
-share/examples/linkchecker/check_for_x_errors.sh
-share/examples/linkchecker/check_urls.sh
-share/examples/linkchecker/linkchecker-completion
-share/linkchecker/
-share/linkchecker/examples/
-share/linkchecker/examples/check.js
-share/linkchecker/examples/index.html
-share/linkchecker/examples/lc.wsgi
-share/linkchecker/examples/lc_cgi.html.de
-share/linkchecker/examples/lc_cgi.html.en
-share/linkchecker/examples/leer.html.de
-share/linkchecker/examples/leer.html.en
-share/linkchecker/examples/linkchecker.apache2.conf
-share/linkchecker/linkcheckerrc
-share/locale/de/LC_MESSAGES/linkchecker.mo
-share/locale/es/LC_MESSAGES/linkchecker.mo
-share/locale/fr/LC_MESSAGES/linkchecker.mo
-@exec %D/bin/update-desktop-database
-@unexec-delete %D/bin/update-desktop-database
Index: pkg/PLIST-main
===================================================================
RCS file: pkg/PLIST-main
diff -N pkg/PLIST-main
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-main      23 Jan 2015 19:49:28 -0000
@@ -0,0 +1,303 @@
+@comment $OpenBSD: PLIST,v 1.24 2014/12/06 21:26:42 kirby Exp $
+@pkgpath www/linkchecker
+bin/linkchecker
+lib/python${MODPY_VERSION}/site-packages/LinkChecker-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.py
+lib/python${MODPY_VERSION}/site-packages/_LinkChecker_configdata.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmllib.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/HtmlParser/htmlsax.so
+lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/ansicolor.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/better_exchook2.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/better_exchook2.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chrome.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/chromium.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/firefox.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/opera.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/bookmarks/safari.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/results.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/results.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/robots_txt.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cache/urlqueue.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/const.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/dnsurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/dnsurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/fileurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ftpurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/httpurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/ignoreurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/internpaturl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/mailtourl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/nntpurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/proxysupport.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/telneturl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/unknownurl.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/checker/urlbase.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cmdline.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cmdline.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/colorama.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/colorama.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/configuration/confparse.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/containers.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/cookies.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/decorators.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/aggregator.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/checker.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/console.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/interrupt.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/interrupt.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/logger.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/status.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/director/task.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/dummy.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/fileutil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/ftpparse.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/checker.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/contextmenu.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/debug.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qsci.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/editor_qt.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/help.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/lineedit.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_rc.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_debug.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_editor.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_main.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/linkchecker_ui_options.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/logger.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/options.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/projects.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/properties.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/recentdocs.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/settings.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/statistics.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/syntax.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/updater.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlmodel.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/urlsave.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gui/validator.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/gzip2.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/formsearch.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/formsearch.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkname.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/htmlutil/linkparse.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/httputil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/i18n.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/lc_cgi.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/loader.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/loader.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/lock.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/log.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/log.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logconf.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logconf.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/blacklist.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/csvlog.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/customxml.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/dot.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gml.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/graph.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/gxml.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/html.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/none.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sitemapxml.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sitemapxml.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/sql.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/text.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/logger/xmllog.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/mem.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/memoryutil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/mimeutil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/mimeutil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/_network.so
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/network/iputil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/sitemap.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/parser/sitemap.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/__init__.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/__init__.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/anchorcheck.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/anchorcheck.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/httpheaderinfo.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/httpheaderinfo.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/locationinfo.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/locationinfo.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parsepdf.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parsepdf.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parseword.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/parseword.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/regexcheck.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/regexcheck.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/sslcertcheck.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/sslcertcheck.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/syntaxchecks.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/syntaxchecks.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/viruscheck.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/plugins/viruscheck.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/robotparser2.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/socketutil.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/strformat.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/threader.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/trace.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/updater.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/url.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/url.pyc
+lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.py
+lib/python${MODPY_VERSION}/site-packages/linkcheck/winutil.pyc
+@man man/man1/linkchecker.1
+@man man/man5/linkcheckerrc.5
+share/applications/
+share/examples/linkchecker/
+share/examples/linkchecker/check_blacklist.sh
+share/examples/linkchecker/check_for_x_errors.sh
+share/examples/linkchecker/check_urls.sh
+share/examples/linkchecker/linkchecker-completion
+share/icons/
+share/icons/hicolor/
+share/icons/hicolor/128x128/
+share/icons/hicolor/128x128/apps/
+share/icons/hicolor/16x16/
+share/icons/hicolor/16x16/apps/
+share/icons/hicolor/32x32/
+share/icons/hicolor/32x32/apps/
+share/icons/hicolor/48x48/
+share/icons/hicolor/48x48/apps/
+share/icons/hicolor/64x64/
+share/icons/hicolor/64x64/apps/
+share/linkchecker/
+share/linkchecker/examples/
+share/linkchecker/examples/check.js
+share/linkchecker/examples/index.html
+share/linkchecker/examples/lc.wsgi
+share/linkchecker/examples/lc_cgi.html.de
+share/linkchecker/examples/lc_cgi.html.en
+share/linkchecker/examples/leer.html.de
+share/linkchecker/examples/leer.html.en
+share/linkchecker/examples/linkchecker.apache2.conf
+share/linkchecker/linkcheckerrc
+share/locale/de/LC_MESSAGES/linkchecker.mo
+share/locale/es/LC_MESSAGES/linkchecker.mo
+share/locale/fr/LC_MESSAGES/linkchecker.mo
Index: pkg/PLIST-x11
===================================================================
RCS file: pkg/PLIST-x11
diff -N pkg/PLIST-x11
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ pkg/PLIST-x11       23 Jan 2015 19:49:28 -0000
@@ -0,0 +1,16 @@
+@comment $OpenBSD: PLIST,v 1.24 2014/12/06 21:26:42 kirby Exp $
+@conflict linkchecker-<9.3p0
+bin/linkchecker-gui
+@man man/man1/linkchecker-gui.1
+share/applications/linkchecker-gui.desktop
+@comment share/applications/linkchecker.desktop
+share/icons/hicolor/128x128/apps/linkchecker.png
+share/icons/hicolor/16x16/apps/linkchecker.png
+share/icons/hicolor/32x32/apps/linkchecker.png
+share/icons/hicolor/48x48/apps/linkchecker.png
+share/icons/hicolor/64x64/apps/linkchecker.png
+share/linkchecker/lccollection.qhc
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor


Reply via email to