summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-30 15:27:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-03-30 15:27:02 +0000
commit9c253bb0395fe232652e6897900afa7ae7321f8d (patch)
treeb7af846b96257361eaf12d65261e8f8b6e58cf36 /graphics
parentadd WWW (diff)
add p5-VCG 0.5
Interface to the VCG graphing tool
Notes
Notes: svn path=/head/; revision=77744
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/p5-VCG/Makefile28
-rw-r--r--graphics/p5-VCG/distinfo1
-rw-r--r--graphics/p5-VCG/pkg-descr6
-rw-r--r--graphics/p5-VCG/pkg-plist4
5 files changed, 40 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 185989d8f89d..ca94bb64a538 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -266,6 +266,7 @@
SUBDIR += p5-Imager
SUBDIR += p5-Imlib2
SUBDIR += p5-OpenGL
+ SUBDIR += p5-VCG
SUBDIR += p5-chart
SUBDIR += p5-ming
SUBDIR += panorama
diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile
new file mode 100644
index 000000000000..816857b66e10
--- /dev/null
+++ b/graphics/p5-VCG/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: p5-VCG
+# Date created: Mar 30, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= VCG
+PORTVERSION= 0.5
+CATEGORIES= graphics perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TEEJAY
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Interface to the VCG graphing tool
+
+BUILD_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
+RUN_DEPENDS= ${BUILD_DEPENDS} \
+ xvcg:${PORTSDIR}/graphics/vcg
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= VCG.3
+
+.include <bsd.port.mk>
diff --git a/graphics/p5-VCG/distinfo b/graphics/p5-VCG/distinfo
new file mode 100644
index 000000000000..b239d2dbae2e
--- /dev/null
+++ b/graphics/p5-VCG/distinfo
@@ -0,0 +1 @@
+MD5 (VCG-0.5.tar.gz) = 515afeb57878099db31bd5e66d69e934
diff --git a/graphics/p5-VCG/pkg-descr b/graphics/p5-VCG/pkg-descr
new file mode 100644
index 000000000000..1b7d9ecd4290
--- /dev/null
+++ b/graphics/p5-VCG/pkg-descr
@@ -0,0 +1,6 @@
+This module provides an interface to to the vcg graphing tool. It supports a
+limited selection of options and file formats. The vcg graphing tool homepage
+is currently http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html but is
+being actively developed elsewhere.
+
+WWW: http://search.cpan.org/search?dist=VCG
diff --git a/graphics/p5-VCG/pkg-plist b/graphics/p5-VCG/pkg-plist
new file mode 100644
index 000000000000..8e7f91f791c0
--- /dev/null
+++ b/graphics/p5-VCG/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/VCG.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/VCG/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/VCG
+lib/perllocal.pod-VCG