Index: head/graphics/cuttlefish/Makefile =================================================================== --- head/graphics/cuttlefish/Makefile (revision 161046) +++ head/graphics/cuttlefish/Makefile (revision 161047) @@ -1,54 +1,54 @@ # Ports collection Makefile for: cuttlefish # Date created: 20 March 2006 # Whom: Matthew Luckie # # $FreeBSD$ # PORTNAME= cuttlefish -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= graphics MASTER_SITES= http://www.caida.org/tools/visualization/cuttlefish/code/ MAINTAINER= mjl@luckie.org.nz COMMENT= Plots diurnal and geographical patterns of supplied data RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ convert:${PORTSDIR}/graphics/ImageMagick \ gifsicle:${PORTSDIR}/graphics/gifsicle USE_PERL5_RUN= yes NO_BUILD= yes IMAGES= caida_logo.gif caida_logo_gray.gif \ japan-water-okinawa.jpg japan-water.jpg \ world-day.jpg world-water.jpg EXAMPLES= japan-traces-small.config japan-traces.config \ nyxem-hosts-both.config \ witty-combined-small.config witty-combined.config post-patch: @${REINPLACE_CMD} -e "s|../lib|../lib/cuttlefish|" \ ${WRKSRC}/bin/cuttlefish.pl .for f in ${EXAMPLES} @${REINPLACE_CMD} -e "s|images|${PREFIX}/share/cuttlefish|" \ ${WRKSRC}/configs/${f} .endfor do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/cuttlefish.pl ${PREFIX}/bin @${MKDIR} ${PREFIX}/lib/cuttlefish @${MKDIR} ${DATADIR} @${MKDIR} ${EXAMPLESDIR} .for f in Canvas.pm Control.pm Histogram.pm Image.pm Legend.pm Map.pm Util.pm @${INSTALL_DATA} ${WRKSRC}/lib/${f} ${PREFIX}/lib/cuttlefish/${f} .endfor .for f in ${EXAMPLES} @${INSTALL_DATA} ${WRKSRC}/configs/${f} ${EXAMPLESDIR}/${f} .endfor .for f in ${IMAGES} @${INSTALL_DATA} ${WRKSRC}/images/${f} ${DATADIR}/${f} .endfor .include Property changes on: head/graphics/cuttlefish/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/graphics/cuttlefish/distinfo =================================================================== --- head/graphics/cuttlefish/distinfo (revision 161046) +++ head/graphics/cuttlefish/distinfo (revision 161047) @@ -1,3 +1,3 @@ -MD5 (cuttlefish-1.2.tar.gz) = aaeb3d75cf85b16e572f6e7b228856aa -SHA256 (cuttlefish-1.2.tar.gz) = e8596a7a460aec4afcda12a07a0e78720fe13b08924946df67a2232ba6f00da8 -SIZE (cuttlefish-1.2.tar.gz) = 1093455 +MD5 (cuttlefish-1.3.tar.gz) = e7b809f3c5b8501a1963f22b3b52ab71 +SHA256 (cuttlefish-1.3.tar.gz) = bbd969e77f0a01797ddfd46e3bf3d0e0821629bc1b94e365cbba6d868c4803b0 +SIZE (cuttlefish-1.3.tar.gz) = 1095134 Property changes on: head/graphics/cuttlefish/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property