Date: Thu, 8 Jun 2006 21:15:12 GMT From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/98721: [NEW PORT] lang/fpc-units: A meta port to install Free Pascal units Message-ID: <200606082115.k58LFCWw061668@www.freebsd.org> Resent-Message-ID: <200606082210.k58MAQRi072034@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <acardenas@bsd.org.pe> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> END-of-fpc-units/Makefile exit --- fpc-units-2.0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606082115.k58LFCWw061668>