add p5-VCG 0.5
Interface to the VCG graphing tool
This commit is contained in:
parent
781137e4e5
commit
9c253bb039
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77744
5 changed files with 40 additions and 0 deletions
|
@ -266,6 +266,7 @@
|
|||
SUBDIR += p5-Imager
|
||||
SUBDIR += p5-Imlib2
|
||||
SUBDIR += p5-OpenGL
|
||||
SUBDIR += p5-VCG
|
||||
SUBDIR += p5-chart
|
||||
SUBDIR += p5-ming
|
||||
SUBDIR += panorama
|
||||
|
|
28
graphics/p5-VCG/Makefile
Normal file
28
graphics/p5-VCG/Makefile
Normal file
|
@ -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>
|
1
graphics/p5-VCG/distinfo
Normal file
1
graphics/p5-VCG/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (VCG-0.5.tar.gz) = 515afeb57878099db31bd5e66d69e934
|
6
graphics/p5-VCG/pkg-descr
Normal file
6
graphics/p5-VCG/pkg-descr
Normal file
|
@ -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
|
4
graphics/p5-VCG/pkg-plist
Normal file
4
graphics/p5-VCG/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue