[31839] trunk/dports/devel

afb at macports.org afb at macports.org
Sun Dec 9 12:18:42 PST 2007


Revision: 31839
          http://trac.macosforge.org/projects/macports/changeset/31839
Author:   afb at macports.org
Date:     2007-12-09 12:18:40 -0800 (Sun, 09 Dec 2007)

Log Message:
-----------
new port: vcheck 1.2.1

Added Paths:
-----------
    trunk/dports/devel/vcheck/
    trunk/dports/devel/vcheck/Portfile

Added: trunk/dports/devel/vcheck/Portfile
===================================================================
--- trunk/dports/devel/vcheck/Portfile	                        (rev 0)
+++ trunk/dports/devel/vcheck/Portfile	2007-12-09 20:18:40 UTC (rev 31839)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem 1.0
+
+name		vcheck
+version		1.2.1
+categories	devel
+maintainers	afb at macports.org openmaintainer
+description	latest program package version checker and auto-downloader
+long_description	\
+vcheck is a tool for checking for latest versions of programs at HTTP \
+and FTP locations given a list of URLs and (Perl-style) regular \
+expressions to match, and to optionally download them automatically.
+homepage	http://www.tu-ilmenau.de/~gomar/stuff/vcheck/
+platforms	darwin
+master_sites	${homepage}
+use_bzip2	yes
+checksums	md5 712cb91d13ffb4b347b094c9935abca1
+
+depends_lib	port:perl5.8
+depends_run	port:p5-libwww-perl
+
+patch {
+    reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/vcheck
+}
+
+use_configure	no
+
+build {
+    system "${prefix}/bin/pod2man ${worksrcpath}/vcheck >${worksrcpath}/vcheck.1"
+}
+
+post-destroot {
+    xinstall -c -m 755 ${worksrcpath}/vcheck ${destpath}${prefix}/bin/
+    xinstall -c -m 644 ${worksrcpath}/vcheck.1 ${destpath}${prefix}/share/man/man1/
+}


Property changes on: trunk/dports/devel/vcheck/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071209/b480fc77/attachment.html


More information about the macports-changes mailing list