From jannisan@t-online.de  Fri Feb  4 05:30:57 2005
Return-Path: <jannisan@t-online.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D362216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Feb 2005 05:30:57 +0000 (GMT)
Received: from mailout04.sul.t-online.com (mailout04.sul.t-online.com [194.25.134.18])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC7643D54
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Feb 2005 05:30:55 +0000 (GMT)
	(envelope-from jannisan@t-online.de)
Received: from fwd05.aul.t-online.de 
	by mailout04.sul.t-online.com with smtp 
	id 1Cww3S-0004Sv-00; Fri, 04 Feb 2005 06:30:54 +0100
Received: from rochel.dyndns.org (TE6nhiZGQeKzmwnVFwfbsIg8YtSdIqxrYmaDuF+6d8Q-6QEarE3pZH@[217.83.14.38]) by fwd05.sul.t-online.com
	with esmtp id 1Cww3E-1FyBn60; Fri, 4 Feb 2005 06:30:40 +0100
Received: from jan by rochel.dyndns.org with local (Exim 4.44 (FreeBSD))
	id 1Cww3G-000EQw-Vy
	for FreeBSD-gnats-submit@freebsd.org; Fri, 04 Feb 2005 06:30:42 +0100
Message-Id: <E1Cww3G-000EQw-Vy@rochel.dyndns.org>
Date: Fri, 04 Feb 2005 06:30:42 +0100
From: jannisan@t-online.de (Jan Rochel)
Reply-To: Jan Rochel <jannisan@t-online.de>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: devel/sage. OpenGL extension library
X-Send-Pr-Version: 3.113

>Number:         77088
>Category:       ports
>Synopsis:       New port: devel/sage. OpenGL extension library
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 04 05:40:23 GMT 2005
>Closed-Date:    Sat Feb 05 21:48:07 GMT 2005
>Last-Modified:  Sat Feb 05 21:48:07 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 --- sage.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:
 #
 #	sage
 #	sage/Makefile
 #	sage/distinfo
 #	sage/pkg-descr
 #	sage/pkg-plist
 #	sage/files
 #	sage/files/patch-Makefile.in
 #
 echo c - sage
 mkdir -p sage > /dev/null 2>&1
 echo x - sage/Makefile
 sed 's/^X//' >sage/Makefile << 'END-of-sage/Makefile'
 X# New ports collection makefile for:   sage
 X# Date created:        4 February 2005
 X# Whom:                Janni
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sage
 XPORTVERSION=	0.1.1
 XCATEGORIES=	devel
 XMASTER_SITES=	ftp://ftp.worldforge.org/pub/worldforge/libs/sage/ \
 X	http://purple.worldforge.org/downloads/libs/sage/ \
 X	${MASTER_SITE_SOURCEFORGE}/%SUBDIR%
 XMASTER_SITE_SUBDIR=worldforge
 X
 XMAINTAINER=	jannisan@t-online.de
 XCOMMENT=	OpenGL extension library
 X
 XUSE_SDL=	sdl
 XUSE_GL=		yes
 XUSE_REINPLACE=	yes
 XHAS_CONFIGURE=	yes
 X
 XCFLAGS=		-I${X11BASE}/include
 XCONFIGURE_ENV=	"CFLAGS=${CFLAGS}"
 X
 Xpost-patch:
 X	${REINPLACE_CMD} s/sdl-config/sdl11-config/g ${WRKSRC}/configure
 X
 X.include <bsd.port.mk>
 END-of-sage/Makefile
 echo x - sage/distinfo
 sed 's/^X//' >sage/distinfo << 'END-of-sage/distinfo'
 XMD5 (sage-0.1.1.tar.gz) = 6443d9bfc5fed7da5608b05f40c9fc0d
 XSIZE (sage-0.1.1.tar.gz) = 403561
 END-of-sage/distinfo
 echo x - sage/pkg-descr
 sed 's/^X//' >sage/pkg-descr << 'END-of-sage/pkg-descr'
 XSage is an OpenGL extension library written to make use of SDL's mechanism for
 Xenabling OpenGL's extensions.
 X
 XWWW: http://www.worldforge.org/dev/eng/libraries/sage
 X
 X- Janni
 Xjannisan@t-online.de
 END-of-sage/pkg-descr
 echo x - sage/pkg-plist
 sed 's/^X//' >sage/pkg-plist << 'END-of-sage/pkg-plist'
 Xlib/libsage.a
 Xlib/libsage.la
 Xlib/libsage.so
 Xlib/libsage.so.0
 Xinclude/sage/sage.h
 Xinclude/sage/utility.h
 Xinclude/sage/glext_sage.h
 Xinclude/sage/GL.h
 Xinclude/sage/GLU.h
 Xinclude/sage/header.h
 X@dirrm include/sage
 Xlibdata/pkgconfig/sage.pc
 END-of-sage/pkg-plist
 echo c - sage/files
 mkdir -p sage/files > /dev/null 2>&1
 echo x - sage/files/patch-Makefile.in
 sed 's/^X//' >sage/files/patch-Makefile.in << 'END-of-sage/files/patch-Makefile.in'
 X*** Makefile.in.orig	Fri Feb  4 05:47:36 2005
 X--- Makefile.in	Fri Feb  4 05:47:48 2005
 X***************
 X*** 169,175 ****
 X  
 X  EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
 X  
 X! pkgconfigdir = $(libdir)/pkgconfig
 X  pkgconfig_DATA = sage.pc
 X  subdir = .
 X  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 X--- 169,175 ----
 X  
 X  EXTRA_DIST = sage.spec sage.pc autogen.sh build_sage.pl
 X  
 X! pkgconfigdir = $(prefix)/libdata/pkgconfig
 X  pkgconfig_DATA = sage.pc
 X  subdir = .
 X  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 END-of-sage/files/patch-Makefile.in
 exit
 --- sage.shar ends here ---
 
 
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Fri Feb 4 14:45:46 GMT 2005 
Responsible-Changed-Why:  
Reassign misfiled PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77088 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sat Feb 5 21:47:12 GMT 2005 
State-Changed-Why:  
New port added - to graphics category. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=77088 
>Unformatted:
