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

1
graphics/vtk-docs/DESCR Normal file
View File

@@ -0,0 +1 @@
Docs for VTK toolkit; see vtk package for details.

View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.7 2012/10/06 14:11:24 asau Exp $
#
DISTNAME= VTKDocHtml-4.2
PKGNAME= vtk-docs-4.2
COMMENT= Documentation for VTK (HTML)
WRKSRC= ${WRKDIR}/html
NO_BUILD= yes
HTML_DIR= share/doc/${PKGNAME}
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX:Q}/${HTML_DIR:Q}
${FIND} ${WRKSRC:Q} -type f -print | \
while read f; do \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX:Q}/${HTML_DIR:Q}; \
done
.include "../../graphics/vtk/Makefile.common"
.include "../../mk/bsd.pkg.mk"

6238
graphics/vtk-docs/PLIST Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2005/02/24 08:45:14 agc Exp $
SHA1 (VTKDocHtml-4.2.tar.gz) = 75c6e4c3a07b904ecde11045269764546986390f
RMD160 (VTKDocHtml-4.2.tar.gz) = c28817c9274ba968a8afc7d775faaa601ecb419d
Size (VTKDocHtml-4.2.tar.gz) = 20973979 bytes