From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 8 22:10:29 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 214AA16A484 for ; Thu, 8 Jun 2006 22:10:29 +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 05D7943D46 for ; Thu, 8 Jun 2006 22:10:27 +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 k58MAQNN072035 for ; Thu, 8 Jun 2006 22:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k58MAQRi072034; Thu, 8 Jun 2006 22:10:26 GMT (envelope-from gnats) Resent-Date: Thu, 8 Jun 2006 22:10:26 GMT Resent-Message-Id: <200606082210.k58MAQRi072034@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 2E7AF16A5D6 for ; Thu, 8 Jun 2006 22:02:48 +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 EBC5843D48 for ; Thu, 8 Jun 2006 22:02:47 +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 k58LFH3Q061734 for ; Thu, 8 Jun 2006 21:15:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k58LFCWw061668; Thu, 8 Jun 2006 21:15:12 GMT (envelope-from nobody) Message-Id: <200606082115.k58LFCWw061668@www.freebsd.org> Date: Thu, 8 Jun 2006 21:15:12 GMT From: Jose Alonso Cardenas Marquez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/98721: [NEW PORT] lang/fpc-units: A meta port to install Free Pascal units 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 22:10:29 -0000 >Number: 98721 >Category: ports >Synopsis: [NEW PORT] lang/fpc-units: A meta port to install Free Pascal units >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 22:10:26 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: This is a "meta-port" to install the units for Free Pascal. WWW: http://www.freepascal.org/ >How-To-Repeat: >Fix: --- fpc-units-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-units # fpc-units/pkg-descr # fpc-units/Makefile # echo c - fpc-units mkdir -p fpc-units > /dev/null 2>&1 echo x - fpc-units/pkg-descr sed 's/^X//' >fpc-units/pkg-descr << 'END-of-fpc-units/pkg-descr' XThis is a "meta-port" to install the units for Free Pascal. X XWWW: http://www.freepascal.org/ END-of-fpc-units/pkg-descr echo x - fpc-units/Makefile sed 's/^X//' >fpc-units/Makefile << 'END-of-fpc-units/Makefile' X# New ports collection makefile for: fpc-units X# Date created: 2006-06-05 X# Whom: Jose Alonso Cardenas Marquez X# X# $FreeBSD$ X# X XPORTNAME= units XPORTVERSION= 2.0.2 XCATEGORIES= lang XMASTER_SITES= # none XPKGNAMEPREFIX= fpc- XDISTFILES= # none XEXTRACT_ONLY= # none X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= A meta port to install Free Pascal units X XONLY_FOR_ARCHS= i386 XNO_BUILD= yes X XBUILDNAME= i386-freebsd X XOPTIONS= BFD "Interface to GNU Binary Format description" on \ X FORMS "Interface to X-Forms" on \ X FPGTK "Interface to create programs with gtk" on \ X GDBM "Interface to the GNU database system" on \ X GGI "Interface to libggi library" on \ X GTK "Interface to gtk libraries" on \ X GTK2 "Interface to gtk2 libraries" on \ X IMLIB "Interface to imlib library" on \ X LIBGD "Interface to gd library" on \ X LIBPNG "Interface to png library" on \ X NCURSES "Interface to ncurses library" on \ X OPENGL "Interface to opengl library" on \ X SVGALIB "Interface to svgalib library" on \ X SYSLOG "Interface to system logger" on \ X TCL "Interface to tcl/tk interpreter" on \ X UNZIP "Routines for unzipping zip files" on \ X UTMP "Interface to gather information from the utmp file" on \ X X11 "Interface to X windows server" on \ X ZLIB "Interface to the zlib compression library" on X X.include X XUNITDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} XALL_OPTIONS= BFD FORMS FGTK GDBM GGI GTK GTK2 \ X IMLIB LIBGD LIBPNG NCURSES OPENGL SVGALIB \ X SYSLOG TCL UNZIP UTMP X11 ZLIB X XBFD_UNIT= devel/fpc-bfd XFORMS_UNIT= x11-toolkits/fpc-forms XFPGTK_UNIT= graphics/fpc-fgtk XGDBM_UNIT= databases/fpc-gdbm XGGI_UNIT= graphics/fpc-ggi XGTK_UNIT= graphics/fpc-gtk XGTK2_UNIT= graphics/fpc-gtk2 XIMLIB_UNIT= graphics/fpc-imlib XLIBGD_UNIT= graphics/fpc-libgd XLIBPNG_UNIT= graphics/fpc-libpng XNCURSES_UNIT= graphics/fpc-ncurses XOPENGL_UNIT= graphics/fpc-opengl XSVGALIB_UNIT= graphics/fpc-svgalib XSYSLOG_UNIT= sysutils/fpc-syslog XTCL_UNIT= lang/fpc-tcl XUNZIP_UNIT= achivers/fpc-unzip XUTMP_UNIT= sysutils/fpc-utmp XX11_UNIT= x11/fpc-x11 XZLIB_UNIT= devel/fpc-zlib X X.for OPT in ${ALL_OPTIONS} X. if defined(WITH_${OPT}) && !defined(WITHOUT_${OPT}) XRUN_DEPENDS+= ${UNITDIR}/${OPT:L}/Package.fpc:${PORTSDIR}/${${OPT}_UNIT} X. endif X.endfor X Xdo-install: build X @${DO_NADA} X X.include END-of-fpc-units/Makefile exit --- fpc-units-2.0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: