diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 14:45:16 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-10-01 14:45:16 +0000 |
commit | d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4 (patch) | |
tree | 75e996b6bfaf407af3b02c9859874edec02f73c4 /graphics | |
parent | b08b0f2551cfe3d80ae1ae82608a59e8e4edd113 (diff) | |
download | ports-d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4.tar.gz ports-d46aafc64e7f26faee93dd1d52fe9aabd2f2a0a4.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-GD-Graph-histogram/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-GD-SVG/Makefile | 9 | ||||
-rw-r--r-- | graphics/p5-SVG-Graph/Makefile | 8 | ||||
-rw-r--r-- | graphics/p5-SpringGraph/Makefile | 19 |
4 files changed, 13 insertions, 31 deletions
diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index 283853e7841c..d3b6e7b3492b 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-GD-Graph-histogram -# Date created: 6 March 2009 -# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> -# +# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> # $FreeBSD$ -# PORTNAME= GD-Graph-histogram PORTVERSION= 1.1 @@ -14,7 +10,7 @@ MASTER_SITE_SUBDIR= CPAN:WHIZDOG PKGNAMEPREFIX= p5- DISTNAME= GDGraph-histogram-${PORTVERSION} -MAINTAINER= fernan@iib.unsam.edu.ar +MAINTAINER= ports@FreeBSD.org COMMENT= Histogram plotting module for perl5 BUILD_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index 3f0cf4e876ab..052685555395 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -1,10 +1,5 @@ -# vim:ts=8 -# New ports collection makefile for: p5-GD-SVG -# Date created: 25 November 2004 -# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> -# +# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> # $FreeBSD$ -# PORTNAME= GD-SVG PORTVERSION= 0.33 @@ -13,7 +8,7 @@ CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= fernan@iib.unsam.edu.ar +MAINTAINER= ports@FreeBSD.org COMMENT= Seamlessly enable SVG output from scripts written using GD BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile index 677b61efbddd..615d042907b6 100644 --- a/graphics/p5-SVG-Graph/Makefile +++ b/graphics/p5-SVG-Graph/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-SVG-Graph -# Date created: 25 November 2004 -# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar> -# +# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar> # $FreeBSD$ -# PORTNAME= SVG-Graph PORTVERSION= 0.04 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CJFIELDS PKGNAMEPREFIX= p5- -MAINTAINER= fernan@iib.unsam.edu.ar +MAINTAINER= ports@FreeBSD.org COMMENT= Visualize your data in Scalable Vector Graphics (SVG) format BUILD_DEPENDS= p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \ diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index 825e72072a6b..cf4253a89d19 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -1,20 +1,15 @@ -# ex:ts=8 -# New ports collection makefile for: graphics/p5-SpringGraph -# Date created: 25 November 2004 -# Whom: fernan@iib.unsam.edu.ar -# +# Created by: fernan@iib.unsam.edu.ar # $FreeBSD$ -# -PORTNAME= SpringGraph -PORTVERSION= 0.05 +PORTNAME= SpringGraph +PORTVERSION= 0.05 PORTREVISION= 6 -CATEGORIES= graphics perl5 -MASTER_SITES= CPAN +CATEGORIES= graphics perl5 +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= GraphViz/TEEJAY -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= fernan@iib.unsam.edu.ar +MAINTAINER= ports@FreeBSD.org COMMENT= Directed graph alternative to GraphViz BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD |