[32687] trunk/dports/irc/infobot/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 10 23:36:09 PST 2008


Revision: 32687
          http://trac.macosforge.org/projects/macports/changeset/32687
Author:   ryandesign at macports.org
Date:     2008-01-10 23:36:08 -0800 (Thu, 10 Jan 2008)

Log Message:
-----------
infobot: whitespace changes only (expand tabs at 8 characters)

Modified Paths:
--------------
    trunk/dports/irc/infobot/Portfile

Modified: trunk/dports/irc/infobot/Portfile
===================================================================
--- trunk/dports/irc/infobot/Portfile	2008-01-11 07:35:33 UTC (rev 32686)
+++ trunk/dports/irc/infobot/Portfile	2008-01-11 07:36:08 UTC (rev 32687)
@@ -1,26 +1,26 @@
 # $Id$
 
 PortSystem 1.0
-name		infobot
-version		0.45.3
-categories	irc
-maintainers	nomaintainer
-description	IRC Bot written in Perl with a rabid AI
-long_description	The infobot connects to an Internet Relay Chat (IRC) server, joins \
-			some channels (maybe), and begins accumulating factoids. To run one, \
-			download the source, uncompress it, untar it, edit the config files, \
-			and it up. 
+name            infobot
+version         0.45.3
+categories      irc
+maintainers     nomaintainer
+description     IRC Bot written in Perl with a rabid AI
+long_description        The infobot connects to an Internet Relay Chat (IRC) server, joins \
+                        some channels (maybe), and begins accumulating factoids. To run one, \
+                        download the source, uncompress it, untar it, edit the config files, \
+                        and it up. 
 
-platforms	darwin freebsd
-master_sites	http://www.infobot.org/src/
-checksums	md5 897a005182928613eadd30c267ce9c5b
-configure	{}
-build		{}
-destroot	{ xinstall -m 755 -d ${destroot}${prefix}/bin
-		  set script [open "${prefix}/bin/infobot" w 0755]
-		  puts $script "#!/bin/sh"
-		  puts $script "cd ${prefix}/share/infobot && perl infobot"
-		  close $script
-		  xinstall -m 755 -d ${destroot}${prefix}/share/infobot
-		  eval file copy [glob ${worksrcpath}/*] ${destroot}${prefix}/share/infobot }
+platforms       darwin freebsd
+master_sites    http://www.infobot.org/src/
+checksums       md5 897a005182928613eadd30c267ce9c5b
+configure       {}
+build           {}
+destroot        { xinstall -m 755 -d ${destroot}${prefix}/bin
+                  set script [open "${prefix}/bin/infobot" w 0755]
+                  puts $script "#!/bin/sh"
+                  puts $script "cd ${prefix}/share/infobot && perl infobot"
+                  close $script
+                  xinstall -m 755 -d ${destroot}${prefix}/share/infobot
+                  eval file copy [glob ${worksrcpath}/*] ${destroot}${prefix}/share/infobot }
 

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


More information about the macports-changes mailing list