[45568] trunk/dports/sysutils/rx/Portfile

takeshi at macports.org takeshi at macports.org
Sat Jan 17 20:32:35 PST 2009


Revision: 45568
          http://trac.macports.org/changeset/45568
Author:   takeshi at macports.org
Date:     2009-01-17 20:32:35 -0800 (Sat, 17 Jan 2009)
Log Message:
-----------
rx: added the first line for editors. added md5 and rmd160 checksums

Modified Paths:
--------------
    trunk/dports/sysutils/rx/Portfile

Modified: trunk/dports/sysutils/rx/Portfile
===================================================================
--- trunk/dports/sysutils/rx/Portfile	2009-01-18 01:49:10 UTC (rev 45567)
+++ trunk/dports/sysutils/rx/Portfile	2009-01-18 04:32:35 UTC (rev 45568)
@@ -1,6 +1,8 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name                rx
 version             1.5
 categories          sysutils
@@ -10,11 +12,12 @@
 long_description	  A fast replacement for the GNU regex library.
 homepage            http://www.gnu.org/software/rx/rx.html
 master_sites        gnu
-checksums           sha1 1f29112cea41bb547b551361162be306f8c3995a
+checksums           md5    e44e5f6ff9fd8ca9d46bda42bcacee5e         \
+                    sha1   1f29112cea41bb547b551361162be306f8c3995a \
+                    rmd160 a1280e17efac1c24c5874965051f0446ca9229b0
 destroot.destdir    prefix=${destroot}${prefix}
 post-destroot       {
 	system "chmod 644 ${destroot}${prefix}/include/rxposix.h"
 }
 
 livecheck.check      none
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090117/c95d0261/attachment.html>


More information about the macports-changes mailing list