Skip to content

Commit

Permalink
new port
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@3955 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Nov 15, 2003
1 parent c8f3dd4 commit a99f128
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions net/fauxident/Portfile
@@ -0,0 +1,35 @@
# $Id: Portfile,v 1.1 2003/11/15 23:15:21 mww Exp $

PortSystem 1.0

name fauxident
version 1.2.1
categories net
maintainers mww@opendarwin.org
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.

homepage http://www.alcyone.com/software/fauxident/
master_sites ${homepage}
checksums md5 fc968c08f18ed23df5b3a20399c29be2

depends_lib bin:python:python

configure {
reinplace "s|/usr/local/bin/python|/usr/bin/env python|g" \
${worksrcpath}/fauxident.py
}

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}
}

0 comments on commit a99f128

Please sign in to comment.