Last change
on this file since 32690 was
32690,
checked in by ryandesign@…, 12 years ago
|
infobot: whitespace changes only
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 32690 2008-01-11 07:39:28Z ryandesign@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name infobot |
---|
6 | version 0.45.3 |
---|
7 | categories irc |
---|
8 | maintainers nomaintainer |
---|
9 | description IRC Bot written in Perl with a rabid AI |
---|
10 | long_description The infobot connects to an Internet Relay Chat (IRC) server, joins \ |
---|
11 | some channels (maybe), and begins accumulating factoids. To run one, \ |
---|
12 | download the source, uncompress it, untar it, edit the config files, \ |
---|
13 | and it up. |
---|
14 | |
---|
15 | platforms darwin freebsd |
---|
16 | homepage http://www.infobot.org/ |
---|
17 | master_sites ${homepage}src/ |
---|
18 | checksums md5 897a005182928613eadd30c267ce9c5b |
---|
19 | use_configure no |
---|
20 | build {} |
---|
21 | destroot { xinstall -m 755 -d ${destroot}${prefix}/bin |
---|
22 | set script [open "${prefix}/bin/infobot" w 0755] |
---|
23 | puts $script "#!/bin/sh" |
---|
24 | puts $script "cd ${prefix}/share/infobot && perl infobot" |
---|
25 | close $script |
---|
26 | xinstall -m 755 -d ${destroot}${prefix}/share/infobot |
---|
27 | eval file copy [glob ${worksrcpath}/*] ${destroot}${prefix}/share/infobot } |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.