aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-VCG
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-03-30 23:27:02 +0800
committerijliao <ijliao@FreeBSD.org>2003-03-30 23:27:02 +0800
commit9045bf0baf16261fe821489052475adef87185b7 (patch)
tree418ea9afa21f8b251cf6df6fabbcf0d46f5904fc /graphics/p5-VCG
parent1980f27b18e4f9e766cfe856a7a4df65f235670c (diff)
downloadfreebsd-ports-gnome-9045bf0baf16261fe821489052475adef87185b7.tar.gz
freebsd-ports-gnome-9045bf0baf16261fe821489052475adef87185b7.tar.zst
freebsd-ports-gnome-9045bf0baf16261fe821489052475adef87185b7.zip
add p5-VCG 0.5
Interface to the VCG graphing tool
Diffstat (limited to 'graphics/p5-VCG')
-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
4 files changed, 39 insertions, 0 deletions
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