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
+5
View File
@@ -0,0 +1,5 @@
Documentation for the Qt(TM) C++ GUI software toolkit.
Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.
+44
View File
@@ -0,0 +1,44 @@
# $NetBSD: Makefile,v 1.37 2013/06/06 12:55:21 wiz Exp $
.include "../../x11/qt3-libs/Makefile.common"
PKGNAME= qt3-docs-${QTVERSION}
PKGREVISION= 11
COMMENT= Documentation for the QT C++ X GUI toolkit
BUILD_QT3= yes
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS= ${QTPREFIX}/doc/html ${QTPREFIX}/man/man3
do-install:
set -e; \
cd ${WRKSRC}/doc/man/man3; PAGES="`ls -1 | ${SED} -e 's,3qt$$,3,'`"; \
(for PAGE in $$PAGES; do \
${ECHO} installing ${DESTDIR}${QTPREFIX}/man/man3/$${PAGE}; \
set - X `head -1 $${PAGE}qt`; \
if [ $$# -eq 3 ] && [ "$$2" = .so ]; then \
${LN} -fs `basename $$3 | ${SED} 's/qt$$//'` \
${DESTDIR}${QTPREFIX}/man/man3/$${PAGE}; \
else \
${INSTALL_MAN} $${PAGE}qt ${DESTDIR}${QTPREFIX}/man/man3/$${PAGE}; \
fi; \
done)
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README-QT.TXT ${DESTDIR}${QTPREFIX}/doc/html
set -e; \
cd ${WRKSRC}; \
DOCDIRS="`${FIND} doc/html -type d -print | ${SORT}`"; \
(for d in $${DOCDIRS}; do \
${ECHO} installing ${DESTDIR}${QTPREFIX}/$${d}; \
${INSTALL_DATA_DIR} ${DESTDIR}${QTPREFIX}/$${d}; \
done) ; \
DOCFILES="`${FIND} doc/html -type f -print | ${SORT}`"; \
(for f in $${DOCFILES}; do \
${ECHO} installing ${DESTDIR}${QTPREFIX}/$${f}; \
${INSTALL_DATA} $${f} ${DESTDIR}${QTPREFIX}/$${f}; \
done)
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+2766
View File
File diff suppressed because it is too large Load Diff