From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 8 03:52:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A3F16AC31 for ; Thu, 8 Jun 2006 01:40:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE0643D4C for ; Thu, 8 Jun 2006 01:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k581eFIH083189 for ; Thu, 8 Jun 2006 01:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k581eF2O083188; Thu, 8 Jun 2006 01:40:15 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jun 2006 01:40:15 GMT Resent-Message-Id: <200606080140.k581eF2O083188@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Alonso Cardenas Marquez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD4C16FE4E for ; Wed, 7 Jun 2006 23:08:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A475A43D49 for ; Wed, 7 Jun 2006 23:08:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k57N8RYx065867 for ; Wed, 7 Jun 2006 23:08:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k57N8R7F065866; Wed, 7 Jun 2006 23:08:27 GMT (envelope-from nobody) Message-Id: <200606072308.k57N8R7F065866@www.freebsd.org> Date: Wed, 7 Jun 2006 23:08:27 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98674: [NEW PORT] graphics/fpc-opengl: Free Pascal interface to the OpenGL library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 03:52:19 -0000 >Number: 98674 >Category: ports >Synopsis: [NEW PORT] graphics/fpc-opengl: Free Pascal interface to the OpenGL library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 01:40:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.1-STABLE i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 24 08:30:45 PET 2006 >Description: These units provide an interface to the OpenGL libraries. Gl, glut, glu and glx units are available on all platforms. WWW: http://www.freepascal.org/ >How-To-Repeat: >Fix: --- fpc-opengl-2.0.2.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: # # fpc-opengl # fpc-opengl/pkg-descr # fpc-opengl/Makefile # fpc-opengl/pkg-plist # fpc-opengl/distinfo # echo c - fpc-opengl mkdir -p fpc-opengl > /dev/null 2>&1 echo x - fpc-opengl/pkg-descr sed 's/^X//' >fpc-opengl/pkg-descr << 'END-of-fpc-opengl/pkg-descr' XThese units provide an interface to the OpenGL libraries. Gl, glut, glu and glx Xunits are available on all platforms. X XWWW: http://www.freepascal.org/ END-of-fpc-opengl/pkg-descr echo x - fpc-opengl/Makefile sed 's/^X//' >fpc-opengl/Makefile << 'END-of-fpc-opengl/Makefile' X# New ports collection makefile for: fpc-opengl X# Date created: 2006-06-05 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= opengl XPORTVERSION= 2.0.2 XCATEGORIES= graphics lang XMASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ftp://planetmirror.com/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ftp://ftp.jp.freepascal.org/mirror/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ftp://freepascal.stack.nl/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ftp://ftp.no.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ftp://ftp.us.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ X ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= freepascal XPKGNAMEPREFIX= fpc- XDISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}.${BUILDNAME} XEXTRACT_SUFX= .tar X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Free Pascal interface to the OpenGL library X XRUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc XLIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut X XUSE_GL= yes XONLY_FOR_ARCHS= i386 XNO_BUILD= yes X XEXAMPLESDIR= share/examples/${PKGNAMEPREFIX}${PORTVERSION} XBUILDNAME= i386-freebsd XPLIST_SUB+= PORTVERSION=${PORTVERSION} \ X BUILDNAME=${BUILDNAME} X Xdo-extract: X# unpack distribution X @${MKDIR} ${WRKSRC} X @${TAR} xf ${DISTDIR}/${DISTNAME}.tar \ X --directory ${WRKSRC} X @${TAR} xf ${WRKSRC}/binary.${BUILDNAME}.tar \ X --directory ${WRKSRC} X X# unpack binary and opengl distribution X @${MKDIR} ${WRKSRC}/${PORTNAME} X @${TAR} zxf ${WRKSRC}/units-${PORTNAME}.${BUILDNAME}.tar.gz \ X --directory ${WRKSRC}/${PORTNAME} X Xdo-install: X.for DIRE in lib X @cd ${WRKSRC}/${PORTNAME}/${DIRE} && \ X ${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/${DIRE}/{}" \; && \ X ${FIND} * -type f -exec ${INSTALL_SCRIPT} "{}" "${PREFIX}/${DIRE}/{}" \; X.endfor X Xpost-install: X.if !defined (NOPORTDOCS) X @cd ${WRKSRC}/${PORTNAME}/share && \ X ${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/share/{}" \; && \ X ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/{}" \; X.endif X X.include END-of-fpc-opengl/Makefile echo x - fpc-opengl/pkg-plist sed 's/^X//' >fpc-opengl/pkg-plist << 'END-of-fpc-opengl/pkg-plist' Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/Package.fpc Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/dllfuncs.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.ppu Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/dllfuncs.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.o Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpgl.a Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpglu.a Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpglut.a Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpglext.a Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpdllfuncs.a Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/libpglx.a X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/glutdemo.pp X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/morph3d.pp X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/glxtest.pp X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/radblur.pp X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/bounce.pp X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/Makefile.fpc X%%PORTDOCS%%%%EXAMPLESDIR%%/opengl/Makefile X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/opengl X%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%% X@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl X@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%% X@dirrmtry lib/fpc/%%PORTVERSION%%/units X@dirrmtry lib/fpc/%%PORTVERSION%% X@dirrmtry lib/fpc END-of-fpc-opengl/pkg-plist echo x - fpc-opengl/distinfo sed 's/^X//' >fpc-opengl/distinfo << 'END-of-fpc-opengl/distinfo' XMD5 (fpc-2.0.2.i386-freebsd.tar) = e1f834f445b0f2313f41ed417a28fb1c XSHA256 (fpc-2.0.2.i386-freebsd.tar) = 906f002dfdbdfc3380f5a66b93d68debdbb68bba65b9db0590a93f548fb9f528 XSIZE (fpc-2.0.2.i386-freebsd.tar) = 22517760 END-of-fpc-opengl/distinfo exit --- fpc-opengl-2.0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: