aboutsummaryrefslogtreecommitdiff
path: root/math/qtiplot-doc
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 08:04:15 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-10 08:04:15 +0000
commitd3aa77360da7149d376ec278fd9448fc88021be2 (patch)
tree9373f3d02163c8cd9f90bd91d54bfb2416182d93 /math/qtiplot-doc
parenta476d1c769de642236cc83ef283f131f90d3aab8 (diff)
downloadports-d3aa77360da7149d376ec278fd9448fc88021be2.tar.gz
ports-d3aa77360da7149d376ec278fd9448fc88021be2.zip
The QtiPlot Handbook.
Author: Roger Gadiou WWW: http://soft.proindependent.com/qtiplot.html PR: ports/103049 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Notes
Notes: svn path=/head/; revision=172675
Diffstat (limited to 'math/qtiplot-doc')
-rw-r--r--math/qtiplot-doc/Makefile38
-rw-r--r--math/qtiplot-doc/distinfo3
-rw-r--r--math/qtiplot-doc/pkg-descr4
3 files changed, 45 insertions, 0 deletions
diff --git a/math/qtiplot-doc/Makefile b/math/qtiplot-doc/Makefile
new file mode 100644
index 000000000000..7706b2b8d1c6
--- /dev/null
+++ b/math/qtiplot-doc/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: qtiplot-doc
+# Date created: 2006-09-08
+# Whom: Max Brazhnikov <makc@issp.ac.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qtiplot-doc
+PORTVERSION= 0.8.7
+CATEGORIES= math
+MASTER_SITES= http://soft.proindependent.com/doc/
+DISTNAME= manual-en
+
+MAINTAINER= makc@issp.ac.ru
+COMMENT= The QtiPlot Handbook
+
+USE_ZIP= yes
+NO_BUILD= yes
+DATADIR= ${PREFIX}/share/qtiplot/manual
+
+PLIST= ${WRKDIR}/pkg-plist
+
+.include <bsd.port.pre.mk>
+
+pre-install:
+ @${ECHO_CMD} '@exec mkdir -p %D/share/qtiplot/manual' > ${PLIST}
+ @${FIND} ${WRKSRC} -type f | \
+ ${SED} -e "s:^${WRKSRC}/:share/qtiplot/manual/:g" >> ${PLIST}
+ @${FIND} -d ${WRKSRC} -type d | \
+ ${SED} -e "s:^${WRKSRC}:@dirrm share/qtiplot/manual:g" >> ${PLIST}
+ @${ECHO_CMD} "@dirrmtry share/qtiplot" >> ${PLIST}
+
+do-install:
+ @${MKDIR} ${DATADIR}
+ ${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \
+ ${TAR} -C ${DATADIR} --unlink -xf -
+
+.include <bsd.port.post.mk>
diff --git a/math/qtiplot-doc/distinfo b/math/qtiplot-doc/distinfo
new file mode 100644
index 000000000000..eebd23c8bcb4
--- /dev/null
+++ b/math/qtiplot-doc/distinfo
@@ -0,0 +1,3 @@
+MD5 (manual-en.zip) = 61bd61f42c756e388c240cb9d6d01381
+SHA256 (manual-en.zip) = cf2cbf2342530b98f6ce1a6ec0e4ac928bcbe0424264b39580171b1cb5afab0f
+SIZE (manual-en.zip) = 5148221
diff --git a/math/qtiplot-doc/pkg-descr b/math/qtiplot-doc/pkg-descr
new file mode 100644
index 000000000000..ef482ffe7489
--- /dev/null
+++ b/math/qtiplot-doc/pkg-descr
@@ -0,0 +1,4 @@
+The QtiPlot Handbook.
+
+Author: Roger Gadiou
+WWW: http://soft.proindependent.com/qtiplot.html