From owner-freebsd-ports@FreeBSD.ORG Wed Jun 30 20:23:08 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C815D106564A; Wed, 30 Jun 2010 20:23:08 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0B98FC1C; Wed, 30 Jun 2010 20:23:08 +0000 (UTC) Received: by gyf3 with SMTP id 3so877732gyf.13 for ; Wed, 30 Jun 2010 13:22:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=i6W5UqneBIlr0m9Jhn+xSLXNHetBCPEyehS7bRMn/oQ=; b=OQ5h4zvuPxoikIBonrdxWyzR8Ie/1CeHr0bVZdCU3Tv/HcHQow/y6RZF69QHoexzqH mXu9CchVF5tKZClRLD6KMTia3orcJFGaJAIZq0KfkDLVueE9TWAg2v6vfO68Y/7FZJag mRGj6U69v5BaP0rGRnkjAAAy2VfkuHTaeu/hg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=YyRjZdDU7OVVniOZiP53Tg2FGECU19H4EzhNrVguHCmp6wuyxEJ6kVW274Ibr+aZzG Js875+SWs8l5KlJd5lHOHG25+QIYRQ/CWaUTnN28rUgowKu96tN73igDdoJriFMB/Fuz r19/XRXaqTs766OjVTGuimKdm1JSIYiMICrvA= MIME-Version: 1.0 Received: by 10.229.184.195 with SMTP id cl3mr5547747qcb.240.1277929378035; Wed, 30 Jun 2010 13:22:58 -0700 (PDT) Received: by 10.229.221.83 with HTTP; Wed, 30 Jun 2010 13:22:57 -0700 (PDT) In-Reply-To: <4C2B8B80.2030205@FreeBSD.org> References: <190569795.1913718.1277917974523.JavaMail.root@mail2.its.carleton.edu> <4C2B8B80.2030205@FreeBSD.org> Date: Wed, 30 Jun 2010 13:22:57 -0700 Message-ID: From: Garrett Cooper To: glarkin@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Dave Abel Subject: Re: posix test suite port source code 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: Wed, 30 Jun 2010 20:23:08 -0000 On Wed, Jun 30, 2010 at 11:22 AM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Dave Abel wrote: >> Any idea how I can get my hands on the posix test suite port source code= ? It is not avaiable via their website currently. Any help you can offer wo= uld be much appreciated. Is there a method by which I can access the source= code of ports through FreeBSD? I am currently running FreeBSD 8.0 as a Gue= st OS on VMware player (host is win 7). >> Thanks! >> Dave > > Hi Dave, > > You can download the source code tarball here: > http://sourceforge.net/projects/posixtest/files/ > > Whenever you want to fetch the distfile for a FreeBSD port, just cd into > the port directory and type: > > make fetch > > e.g.: > > cd /usr/ports/misc/posixtestsuite && make fetch > > Most ports will fetch their distfile into /usr/ports/distfiles (or a > subdir of that), except for certain tools that require a manual download. Hang tight for another couple of weeks. I'm cleaning up the open posix testsuite from within the LTP (sf.net/projects/ltp) repository (I have to merge over some of their changes), and once that's done I'll see about backporting bits (if the maintainers are still around..) and/or publishing a revised copy that _is_ more POSIX compliant as the testsuite as-is has a number of bash'isms, gmake'isms, and Linux'isms. Some work needs to be done to bring the tests up to spec and sort out all of the XOPEN/XSI extensions. Thanks, -Garrett