[40994] trunk/dports/irc

toby at macports.org toby at macports.org
Mon Oct 20 09:29:07 PDT 2008


Revision: 40994
          http://trac.macports.org/changeset/40994
Author:   toby at macports.org
Date:     2008-10-20 09:29:06 -0700 (Mon, 20 Oct 2008)
Log Message:
-----------
sic 1.0

Added Paths:
-----------
    trunk/dports/irc/sic/
    trunk/dports/irc/sic/Portfile

Added: trunk/dports/irc/sic/Portfile
===================================================================
--- trunk/dports/irc/sic/Portfile	                        (rev 0)
+++ trunk/dports/irc/sic/Portfile	2008-10-20 16:29:06 UTC (rev 40994)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem 1.0
+
+name             sic
+version          1.0
+categories       irc
+maintainers      toby
+description      extremely fast, small and simple irc client
+long_description \
+	sic is an extremely fast, small and simple irc client. It \
+	reads commands from standard input and prints all server \
+	output to standard output. It multiplexes also all channel \
+	traffic into one output, that you don't have to switch \
+	different channel buffers, that's actually a feature.
+homepage         http://www.suckless.org/programs/sic.html
+platforms        darwin
+master_sites     http://code.suckless.org/dl/tools/
+checksums        md5    d73d07d5de3ea06e9e83b90d26749202 \
+                 sha1   814395a4366e7962867d869616220b073f664023 \
+                 rmd160 cf258b14eb8a756906df898041453efc9efcc83a
+
+use_configure    no
+build.args       PREFIX=${prefix}
+destroot.args    PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081020/8aa0fd0b/attachment.html 


More information about the macports-changes mailing list