From lists@eitanadler.com  Mon Sep 20 00:34:09 2010
Return-Path: <lists@eitanadler.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 89501106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2010 00:34:09 +0000 (UTC)
	(envelope-from lists@eitanadler.com)
Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 4B76B8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 20 Sep 2010 00:34:08 +0000 (UTC)
Received: by qwg5 with SMTP id 5so3505884qwg.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Sep 2010 17:34:08 -0700 (PDT)
Received: by 10.229.236.213 with SMTP id kl21mr5528471qcb.120.1284941503863;
        Sun, 19 Sep 2010 17:11:43 -0700 (PDT)
Received: from AlphaBeta.local ([149.125.214.116])
        by mx.google.com with ESMTPS id r36sm6868366qcs.39.2010.09.19.17.11.41
        (version=SSLv3 cipher=RC4-MD5);
        Sun, 19 Sep 2010 17:11:43 -0700 (PDT)
Received: by AlphaBeta.local (sSMTP sendmail emulation); Sun, 19 Sep 2010 20:11:33 -0400
Message-Id: <4c96a6bf.6482e50a.7218.fffff188@mx.google.com>
Date: Sun, 19 Sep 2010 20:11:33 -0400
From: Eitan Adler <lists@eitanadler.com>
Reply-To: Eitan Adler <lists@eitanadler.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: new port: linux-glew
X-Send-Pr-Version: 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
X-GNATS-Notify:

>Number:         150742
>Category:       ports
>Synopsis:       new port: graphics/linux-glew
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 20 00:40:01 UTC 2010
>Closed-Date:    Sun Sep 26 22:11:32 UTC 2010
>Last-Modified:  Sun Sep 26 22:20:08 UTC 2010
>Originator:     Eitan Adler
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
>Description:
	This port is required for use of Google's chat/video
>How-To-Repeat:
>Fix:

--- glew.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	Makefile
#	distinfo.i386
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965'
X# New ports collection makefile for:	graphics/linux-f10-glew
X# Date created:				2010-9-19
X# Whom:					Eitan Adler
X#
X# $FreeBSD$
X#
X
XPORTNAME=	glew
XPORTVERSION=	1.5.1
XCATEGORIES=	graphics linux
XPKGNAMEPREFIX=	linux-f10-
X#MASTER_SITES= http://archive.fedoraproject.org/pub/archive/fedora/linux/updates/10/i386/
XDISTNAME=	${LINUX_NAME}-${PORTVERSION}-1.fc10
X
XMAINTAINER=	emulation@FreeBSD.org
XCOMMENT=	OpenGL Extension Wrangler Library (Linux Fedora 10)
X
XONLY_FOR_ARCHS=	i386 amd64
XUSE_LINUX_RPM=	yes
XLINUX_NAME=	glew
XLINUX_DIST_VER=	10
XRPMVERSION=	1.5.1-1.fc10
XUSE_LDCONFIG=	yes
X
X.include <bsd.port.mk>
b67911656ef5d18c4ae36cb6741b7965
echo x - distinfo.i386
sed 's/^X//' >distinfo.i386 << '6588be074ba1105660c9d87fad03906e'
XMD5 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 50c245e182b8303489a2c0e32d6d6895
XSHA256 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 61751e511d0e8eea7417da042189cc613e69db0f8dea71f4c94d3056ba3cb305
XSIZE (rpm/i386/fedora/10/glew-1.5.1-1.fc10.i386.rpm) = 172334
XMD5 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 792ca5b0af502cc937fcbb66bc09facf
XSHA256 (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 35a6080784bab054d9a4e30a74811f4ce84398c1e278739292cf94269af70fb7
XSIZE (rpm/i386/fedora/10/glew-1.5.1-1.fc10.src.rpm) = 400909
6588be074ba1105660c9d87fad03906e
echo x - pkg-descr
sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979'
XThe OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source
XC/C++ extension loading library. GLEW provides efficient run-time mechanisms
Xfor determining which OpenGL extensions are supported on the target platform.
XOpenGL core and extension functionality is exposed in a single header file.
XGLEW has been tested on a variety of operating systems, including Windows,
XLinux, Mac OS X, FreeBSD, Irix, and Solaris. 
7f9555c3c1089940396b503dd37f3979
echo x - pkg-plist
sed 's/^X//' >pkg-plist << '842cde48cf18b70a11b15515ca566742'
Xusr/bin/glewinfo
Xusr/bin/visualinfo
Xusr/lib/libGLEW.so.1.5.1
X%%PORTDOCS%%usr/%%DOCSDIR%%-1.5.1/LICENSE.txt
X%%PORTDOCS%%@dirrm usr/%%DOCSDIR%%-1.5.1
X@dirrm usr/share/doc
X@dirrm usr/share
X@dirrm usr/lib
X@dirrm usr/bin
X@dirrm usr
842cde48cf18b70a11b15515ca566742
echo This could have been evil. Check your shars
exit
--- glew.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Mon Sep 20 01:04:37 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150742 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Sun Sep 26 22:11:30 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150742 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150742: commit references a PR
Date: Sun, 26 Sep 2010 22:11:26 +0000 (UTC)

 itetcu      2010-09-26 22:11:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics             Makefile 
   Added files:
     graphics/linux-f10-glew Makefile distinfo.i386 pkg-descr 
                             pkg-plist 
   Log:
   The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source
   C/C++ extension loading library. GLEW provides efficient run-time mechanisms
   for determining which OpenGL extensions are supported on the target platform.
   OpenGL core and extension functionality is exposed in a single header file.
   GLEW has been tested on a variety of operating systems, including Windows,
   Linux, Mac OS X, FreeBSD, Irix, and Solaris.
   
   This is the linux verson.
   
   WWW: http://glew.sourceforge.net/
   
   PR:             ports/150742
   Submitted by:   Eitan Adler <lists at eitanadler.com>
   
   Revision  Changes    Path
   1.1352    +1 -0      ports/graphics/Makefile
   1.1       +24 -0     ports/graphics/linux-f10-glew/Makefile (new)
   1.1       +6 -0      ports/graphics/linux-f10-glew/distinfo.i386 (new)
   1.1       +10 -0     ports/graphics/linux-f10-glew/pkg-descr (new)
   1.1       +10 -0     ports/graphics/linux-f10-glew/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
 
