From owner-freebsd-ports@FreeBSD.ORG Tue Jul 3 21:53:47 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46A5916A41F for ; Tue, 3 Jul 2007 21:53:47 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 27F7F13C468 for ; Tue, 3 Jul 2007 21:53:46 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id A304E65EDA; Tue, 3 Jul 2007 16:53:46 -0500 (CDT) Date: Tue, 03 Jul 2007 16:53:46 -0500 From: Paul Schmehl To: "Michael W. Lucas" , ports@freebsd.org Message-ID: <131F5B7A274BB3D15F1D1B70@utd59514.utdallas.edu> In-Reply-To: <20070703182834.GA70894@bewilderbeast.blackhelicopters.org> References: <20070703182834.GA70894@bewilderbeast.blackhelicopters.org> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========8700766112E90E49DBFC==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: My First Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jul 2007 21:53:47 -0000 --==========8700766112E90E49DBFC========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Tuesday, July 03, 2007 14:28:34 -0400 "Michael W. Lucas"=20 wrote: > > Hi, > > After twelve years in FreeBSD, I've finally come across a piece of > software that I need that isn't a port already. The software is > mod_auth_xradius, for Apache: > > http://www.outoforder.cc/projects/apache/mod_auth_xradius/ > > I went through the porter's guide and made an attempt to build a port. > I'm sure it's wrong, so I'm not send-pr-ing it yet. You can find my > port at: > > http://www.blackhelicopters.org/~mwlucas/mod_auth_xradius.tgz > > While this program is small, Radius authentication for Web sites is > one of those things that is absolutely vital for those of us who need > it. Having it in-tree would be really nice. > > I would appreciate any comments, critiques, etc., before I submit > this. (Or, if you ports guys would rather I submit it as-is and then > tell me all the things I did wrong, I'm OK with that too.) While I'm > not a ports guy, I'm willing to try to maintain this. > One more thing. Your PLIST_FILES will depend upon which version of Apache=20 is installed. For example, if Apache 20 is installed, mod_auth_xradius.so=20 is in /usr/local/libexec/apache2/ and your PLIST_FILES entry will fail to=20 remove it, since you specify apache22 as the path. So, PLIST_FILES should be like this: PLIST_FILES=3D ${APACHEMODDIR}/mod_auth_xradius.so That way, no matter which version of apache2 is installed, the library will = be properly removed on deinstall. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========8700766112E90E49DBFC==========--