[58548] trunk/dports/net/fauxident/Portfile
blb at macports.org
blb at macports.org
Wed Sep 30 14:26:02 PDT 2009
Revision: 58548
http://trac.macports.org/changeset/58548
Author: blb at macports.org
Date: 2009-09-30 14:25:58 -0700 (Wed, 30 Sep 2009)
Log Message:
-----------
net/fauxident - whitespace
Modified Paths:
--------------
trunk/dports/net/fauxident/Portfile
Modified: trunk/dports/net/fauxident/Portfile
===================================================================
--- trunk/dports/net/fauxident/Portfile 2009-09-30 21:12:21 UTC (rev 58547)
+++ trunk/dports/net/fauxident/Portfile 2009-09-30 21:25:58 UTC (rev 58548)
@@ -1,36 +1,38 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+name fauxident
+version 1.2.1
+categories net
+maintainers nomaintainer
+description small extremely naive ident server
+long_description \
+ fauxident is a small Python script that will act as an extremely naive \
+ ident server, answering all ident requests with a consistent response \
+ -- either an ERROR or a USERID response.
-name fauxident
-version 1.2.1
-categories net
-maintainers nomaintainer
-platforms darwin freebsd
-description small extremely naive ident server
-long_description fauxident is a small Python script that will act as an \
- extremely naive ident server, answering all ident requests \
- with a consistent response -- either an ERROR or a USERID \
- response.
+platforms darwin freebsd
-homepage http://www.alcyone.com/software/fauxident/
-master_sites ${homepage}
-checksums md5 fc968c08f18ed23df5b3a20399c29be2
+homepage http://www.alcyone.com/software/fauxident/
+master_sites ${homepage}
-depends_lib bin:python:python24
+checksums md5 fc968c08f18ed23df5b3a20399c29be2
-configure {
- reinplace "s|/usr/local/bin/python|/usr/bin/env python|g" \
- ${worksrcpath}/fauxident.py
+depends_lib bin:python:python24
+
+configure {
+ reinplace "s|/usr/local/bin/python|/usr/bin/env python|g" \
+ ${worksrcpath}/fauxident.py
}
-build {}
+build {}
-destroot {
- file mkdir ${destroot}${prefix}/bin
- file mkdir ${destroot}${prefix}/share/doc/${name}
- file copy ${worksrcpath}/fauxident.py ${destroot}${prefix}/bin/
- file copy ${worksrcpath}/COPYING ${worksrcpath}/README \
- ${worksrcpath}/doc/index.html ${worksrcpath}/doc/home \
- ${destroot}${prefix}/share/doc/${name}
+destroot {
+ file mkdir ${destroot}${prefix}/bin
+ file mkdir ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/fauxident.py ${destroot}${prefix}/bin/
+ file copy ${worksrcpath}/COPYING ${worksrcpath}/README \
+ ${worksrcpath}/doc/index.html ${worksrcpath}/doc/home \
+ ${destroot}${prefix}/share/doc/${name}
}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090930/895ad8fb/attachment-0001.html>
More information about the macports-changes
mailing list