Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
This package contains KDE's library documentation including jscript,
kab, kdecore, kdeui, kdeutils, kdoc-reference, kfile, kfmlib, khtmlw,
kimgio, kio, kspell and mediatool.
+39
View File
@@ -0,0 +1,39 @@
# $NetBSD: Makefile,v 1.78 2013/06/06 12:55:19 wiz Exp $
DISTNAME= kdelibs-${_KDE_VERSION}
PKGNAME= kdelibdocs-${_KDE_VERSION}
PKGREVISION= 22
CATEGORIES= x11 devel
LICENSE= gnu-gpl-v2
COMMENT= KDE library documentation
.include "../../meta-pkgs/kde3/Makefile.kde3"
BUILD_DEPENDS+= doxygen>=1.8.1.1:../../devel/doxygen
BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
BUILD_DEPENDS+= qt3-docs>=3.1.1:../../x11/qt3-docs
BUILD_TARGET= apidox
INSTALL_TARGET= install-data-local
UNLIMIT_RESOURCES+= datasize
CHECK_PORTABILITY_SKIP+= kate/tests/highlight.sh
GENERATE_PLIST+= \
( cd ${WRKSRC}/apidocs; \
${FIND} . -type f -print | ${GREP} -v "classmap.inc" | \
${GREP} -v "^./.*/.*/.*\.tag" | ${SORT} | \
${SED} 's:^.:share/doc/kde/HTML/en/kdelibs-apidocs:' );
post-install:
cd ${WRKSRC}/apidocs; \
DOCDIRS=`${FIND} . -name classmap.inc -print | ${SED} 's:/classmap.inc::'`; \
cd ${WRKSRC}; \
for d in $${DOCDIRS}; do \
(cd $${d}; ${GMAKE} DESTDIR=${DESTDIR} install-apidox); \
done
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+8
View File
@@ -0,0 +1,8 @@
$NetBSD: distinfo,v 1.39 2012/07/08 12:33:39 mef Exp $
SHA1 (kdelibs-3.5.10.tar.bz2) = c930a25f4419134def55b8466c3a6f737227fb82
RMD160 (kdelibs-3.5.10.tar.bz2) = 4c960664283c83ebc8e68932ca9044336fcff223
Size (kdelibs-3.5.10.tar.bz2) = 15614607 bytes
SHA1 (patch-Makefile.am) = e44487dc7bd256cd880965cfa75142609456a19f
SHA1 (patch-Makefile.in) = f0eb56cd020d8555247056792785b0435f572ecc
SHA1 (patch-admin_Doxyfile.global) = b9681d15761ed2508a5476e139a527d7628f4010
+34
View File
@@ -0,0 +1,34 @@
$NetBSD: patch-Makefile.am,v 1.1 2012/07/08 12:33:39 mef Exp $
Removing doxytag related lines (Doxytag dropped this command
at least since 1.8.1.1)
--- Makefile.am.orig 2008-08-21 01:05:01.000000000 +0900
+++ Makefile.am 2012-07-08 01:13:07.000000000 +0900
@@ -94,14 +94,12 @@
include admin/Doxyfile.am
include admin/deps.am
-apidox-am-toplevel-yes: apidox-am-toplevel-kdelibs
+apidox-am-toplevel-yes:
-apidox-am-toplevel-kdelibs: $(top_builddir)/apidocs/qt/qt.tag
-
-$(top_builddir)/apidocs/qt/qt.tag:
- @echo "*** Creating a tag file for the Qt library:"; \
- $(mkinstalldirs) $(top_builddir)/apidocs/qt; \
- doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(QTDOCDIR)
+# $(top_builddir)/apidocs/qt/qt.tag:
+# @echo "*** Creating a tag file for the Qt library:"; \
+# $(mkinstalldirs) $(top_builddir)/apidocs/qt; \
+# doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(QTDOCDIR)
install-data-local: install-apidox-kdelibs
@@ -113,5 +111,5 @@
$(INSTALL_DATA) $(top_builddir)/apidocs/qt/qt.tag $(DESTDIR)$(kde_htmldir)/en/$(PACKAGE)-apidocs/qt; \
fi
-.PHONY: install-apidox-kdelibs apidox-am-toplevel-kdelibs apidox-am-toplevel-yes qtmessages
+.PHONY: install-apidox-kdelibs apidox-am-toplevel-yes qtmessages
SUBDIRS=$(TOPSUBDIRS)
+27
View File
@@ -0,0 +1,27 @@
$NetBSD: patch-Makefile.in,v 1.1 2012/07/08 12:33:39 mef Exp $
Removing doxytag related lines (Doxytag dropped this command
at least since 1.8.1.1)
--- Makefile.in.orig 2008-08-21 01:05:55.000000000 +0900
+++ Makefile.in 2012-07-08 01:14:00.000000000 +0900
@@ -1100,14 +1100,13 @@
$(top_srcdir)/Makefile.am.in:
$(CONF_FILES):
-apidox-am-toplevel-yes: apidox-am-toplevel-kdelibs
-apidox-am-toplevel-kdelibs: $(top_builddir)/apidocs/qt/qt.tag
+# apidox-am-toplevel-kdelibs: $(top_builddir)/apidocs/qt/qt.tag
-$(top_builddir)/apidocs/qt/qt.tag:
- @echo "*** Creating a tag file for the Qt library:"; \
- $(mkinstalldirs) $(top_builddir)/apidocs/qt; \
- doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(QTDOCDIR)
+#$(top_builddir)/apidocs/qt/qt.tag:
+# @echo "*** Creating a tag file for the Qt library:"; \
+# $(mkinstalldirs) $(top_builddir)/apidocs/qt; \
+# doxytag -t $(top_builddir)/apidocs/qt/qt.tag $(QTDOCDIR)
install-data-local: install-apidox-kdelibs
@@ -0,0 +1,50 @@
$NetBSD: patch-admin_Doxyfile.global,v 1.1 2012/07/08 12:33:39 mef Exp $
To avoid following messages:
warning: Tag `USE_WINDOWS_ENCODING' at line 2 of file kdefx/Doxyfile has become obsolete.
warning: Tag `HTML_ALIGN_MEMBERS' at line 85 of file kdefx/Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 154 of file kdefx/Doxyfile has become obsolete.
warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 155 of file kdefx/Doxyfile has become obsolete.
warning: Tag `HTML_ALIGN_MEMBERS' at line 174 of file kdefx/Doxyfile has become obsolete.
warning: Tag `DETAILS_AT_TOP' at line 181 of file kdefx/Doxyfile has become obsolete.
--- admin/Doxyfile.global.orig 2008-08-20 05:28:39.000000000 +0900
+++ admin/Doxyfile.global 2012-07-08 08:46:26.000000000 +0900
@@ -1,5 +1,4 @@
OUTPUT_LANGUAGE = English
-USE_WINDOWS_ENCODING = NO
BRIEF_MEMBER_DESC = NO
REPEAT_BRIEF = YES
ABBREVIATE_BRIEF =
@@ -82,7 +81,6 @@
HTML_HEADER = ../apidocs/common/header.html
HTML_FOOTER = ../apidocs/common/footer.html
HTML_STYLESHEET = ../apidocs/common/doxygen.css
-HTML_ALIGN_MEMBERS = YES
GENERATE_HTMLHELP = NO
CHM_FILE =
HHC_LOCATION =
@@ -151,8 +149,6 @@
DOT_IMAGE_FORMAT = png
DOT_PATH =
DOTFILE_DIRS =
-MAX_DOT_GRAPH_WIDTH = 800
-MAX_DOT_GRAPH_HEIGHT = 1024
MAX_DOT_GRAPH_DEPTH = 0
GENERATE_LEGEND = YES
DOT_CLEANUP = YES
@@ -171,14 +167,12 @@
"authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
"FIXME=\xrefitem fixme \"Fixme\" \"Fixme\""
-HTML_ALIGN_MEMBERS = YES
REFERENCED_BY_RELATION = NO
REFERENCES_RELATION = NO
VERBATIM_HEADERS = NO
GENERATE_HTML = YES
SOURCE_BROWSER = YES
GENERATE_AUTOGEN_DEF = NO
-DETAILS_AT_TOP = YES
SORT_MEMBER_DOCS = YES
GENERATE_TODOLIST = YES
IGNORE_PREFIX = K