aboutsummaryrefslogtreecommitdiff
path: root/devel/fpc-fcl-image
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-18 06:06:00 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2007-09-18 06:06:00 +0000
commit46b4781691fc91839781e2ec009b9b59364933d2 (patch)
tree3976c120be9299ccdd2e830d3d9ac4ae80bf73c9 /devel/fpc-fcl-image
parentddcf514c5f5db40dbbd0e113ab1d3ec6f8c84285 (diff)
downloadports-46b4781691fc91839781e2ec009b9b59364933d2.tar.gz
ports-46b4781691fc91839781e2ec009b9b59364933d2.zip
- The devel/fpc-fcl port was separated to:
devel/fpc-fcl-base devel/fpc-fcl-db devel/fpc-fcl-fpcunit devel/fpc-fcl-image devel/fpc-fcl-net devel/fpc-fcl-passrc devel/fpc-fcl-registry devel/fpc-fcl-web devel/fpc-fcl-xml
Notes
Notes: svn path=/head/; revision=199649
Diffstat (limited to 'devel/fpc-fcl-image')
-rw-r--r--devel/fpc-fcl-image/Makefile26
-rw-r--r--devel/fpc-fcl-image/pkg-plist575
2 files changed, 103 insertions, 498 deletions
diff --git a/devel/fpc-fcl-image/Makefile b/devel/fpc-fcl-image/Makefile
index d732581214bf..e704c4ed7bd8 100644
--- a/devel/fpc-fcl-image/Makefile
+++ b/devel/fpc-fcl-image/Makefile
@@ -1,37 +1,27 @@
# New ports collection makefile for: Free Pascal Compiler
-# Date created: 2006-06-05
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
+# Date created: 2006-09-11
+# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
-PORTREVISION= 2
+PORTREVISION= 0
CATEGORIES= devel lang
-PKGNAMESUFFIX= -fcl
+PKGNAMESUFFIX= -fcl-image
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal Component Library
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
- ${UNITSDIR}/gdbint/Package.fpc:${PORTSDIR}/devel/fpc-gdbint \
- ${UNITSDIR}/graph/Package.fpc:${PORTSDIR}/graphics/fpc-graph \
- ${UNITSDIR}/ibase/Package.fpc:${PORTSDIR}/databases/fpc-ibase \
- ${UNITSDIR}/libasync/Package.fpc:${PORTSDIR}/net/fpc-libasync \
- ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash \
- ${UNITSDIR}/mysql/Package.fpc:${PORTSDIR}/databases/fpc-mysql \
- ${UNITSDIR}/netdb/Package.fpc:${PORTSDIR}/net/fpc-netdb \
- ${UNITSDIR}/odbc/Package.fpc:${PORTSDIR}/databases/fpc-odbc \
- ${UNITSDIR}/oracle/Package.fpc:${PORTSDIR}/databases/fpc-oracle \
+ ${UNITSDIR}/fcl-base/Package.fpc:${PORTSDIR}/devel/fpc-fcl-base \
+ ${UNITSDIR}/hash/Package.fpc:${PORTSDIR}/security/fpc-hash\
${UNITSDIR}/pasjpeg/Package.fpc:${PORTSDIR}/graphics/fpc-pasjpeg \
${UNITSDIR}/paszlib/Package.fpc:${PORTSDIR}/archivers/fpc-paszlib \
- ${UNITSDIR}/pthreads/Package.fpc:${PORTSDIR}/devel/fpc-pthreads \
- ${UNITSDIR}/postgres/Package.fpc:${PORTSDIR}/databases/fpc-postgres \
- ${UNITSDIR}/regexpr/Package.fpc:${PORTSDIR}/devel/fpc-regexpr \
- ${UNITSDIR}/sqlite/Package.fpc:${PORTSDIR}/databases/fpc-sqlite
+ ${UNITSDIR}/libpng/Package.fpc:${PORTSDIR}/graphics/fpc-libpng
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
+WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
.include "${MASTERDIR}/Makefile"
diff --git a/devel/fpc-fcl-image/pkg-plist b/devel/fpc-fcl-image/pkg-plist
index 112b0e059ada..7eaa79ead277 100644
--- a/devel/fpc-fcl-image/pkg-plist
+++ b/devel/fpc-fcl-image/pkg-plist
@@ -1,484 +1,99 @@
-bin/mkxmlrpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/Package.fpc
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/avl_tree.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/avl_tree.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/base64.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/base64.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/blowfish.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/blowfish.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/bmpcomn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/bmpcomn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/bufstream.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/bufstream.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/cachecls.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/cachecls.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/cgiapp.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/cgiapp.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/clipping.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/clipping.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/contnrs.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/contnrs.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/custapp.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/custapp.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/customsqliteds.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/customsqliteds.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/db.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/db.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbconst.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbconst.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_common.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_common.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_cursor.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_cursor.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_dbffile.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_dbffile.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_fields.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_fields.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_idxcur.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_idxcur.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_idxfile.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_idxfile.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_lang.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_lang.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_memo.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_memo.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_parser.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_parser.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_pgfile.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_pgfile.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prscore.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prscore.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prsdef.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prsdef.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prssupp.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_prssupp.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_str.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_str.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_wtil.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbf_wtil.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbugintf.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbugintf.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbugmsg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbugmsg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbwhtml.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dbwhtml.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ddg_ds.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ddg_ds.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ddg_rec.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ddg_rec.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/doc_text.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/doc_text.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dom.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dom.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dom_html.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/dom_html.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ellipses.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ellipses.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/eventlog.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/eventlog.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ezcgi.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ezcgi.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpasync.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpasync.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcanvas.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcanvas.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcolhash.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcolhash.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcunit.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpcunit.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpditherer.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpditherer.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimage.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimage.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimgcanv.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimgcanv.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimgcmn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpimgcmn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fppixlcanv.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fppixlcanv.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpquantizer.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpquantizer.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadbmp.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadbmp.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadjpeg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadjpeg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadpng.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadpng.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadpnm.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadpnm.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadtga.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadtga.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadxpm.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpreadxpm.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpsock.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpsock.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritebmp.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritebmp.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritejpeg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritejpeg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritepng.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritepng.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritepnm.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritepnm.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritetga.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritetga.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritexpm.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/fpwritexpm.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/freetype.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/freetype.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/freetypeh.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/freetypeh.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ftfont.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ftfont.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/gettext.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/gettext.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/htmldefs.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/htmldefs.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/htmwrite.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/htmwrite.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpbase.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpbase.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpclient.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpclient.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpsvlt.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/httpsvlt.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ibconnection.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ibconnection.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/idea.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/idea.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/inifiles.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/inifiles.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/interbase.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/interbase.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/iostream.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/iostream.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpavl_tree.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpbase64.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpblowfish.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpbmpcomn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpbufstream.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpcachecls.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpcgiapp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpclipping.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpcontnrs.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpcustapp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpcustomsqliteds.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdb.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbconst.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_common.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_cursor.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_dbffile.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_fields.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_idxcur.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_idxfile.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_lang.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_memo.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_parser.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_pgfile.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_prscore.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_prsdef.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_prssupp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_str.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbf_wtil.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbugintf.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbugmsg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdbwhtml.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpddg_ds.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpddg_rec.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdoc_text.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdom.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpdom_html.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpellipses.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpeventlog.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpezcgi.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpasync.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpcanvas.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpcolhash.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpcunit.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpditherer.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpimage.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpimgcanv.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpimgcmn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfppixlcanv.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpquantizer.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadbmp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadjpeg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadpng.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadpnm.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadtga.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpreadxpm.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpsock.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritebmp.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritejpeg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritepng.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritepnm.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritetga.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfpwritexpm.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfreetype.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpfreetypeh.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpftfont.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpgettext.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libphtmldefs.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libphtmwrite.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libphttpbase.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libphttpclient.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libphttpsvlt.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpibconnection.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpidea.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpinifiles.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpinterbase.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpiostream.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmemds.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysql40conn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysql41conn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysql4conn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysql50conn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysqldb3.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpmysqldb4.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpodbcconn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libporacleconnection.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppastree.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppaswrite.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppipes.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppixtools.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppngcomn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppparser.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppqconnection.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpprocess.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppscanner.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libppscanvas.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpregistry.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpresolve.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libprtfpars.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libprttiutils.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsax.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsax_html.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsdfdata.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpservlets.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsh_pas.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsh_xml.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpshedit.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsimpleipc.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsqldb.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsqlite3ds.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsqliteds.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpssockets.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpstreamex.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpsyncobjs.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libptargacmn.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libptestdecorator.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libptestregistry.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libptestreport.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libptestutils.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpubmockobject.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpwformat.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpwhtml.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpwtex.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxhtml.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlcfg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlread.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlreg.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlreporter.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlrpc.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlstreaming.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxmlwrite.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpxpath.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/libpzstream.a
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/memds.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/memds.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql40conn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql40conn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql41conn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql41conn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql4conn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql4conn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql50conn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysql50conn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysqldb3.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysqldb3.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysqldb4.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/mysqldb4.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/odbcconn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/odbcconn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/oracleconnection.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/oracleconnection.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pastree.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pastree.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/paswrite.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/paswrite.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pipes.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pipes.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pixtools.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pixtools.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pngcomn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pngcomn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pparser.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pparser.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pqconnection.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pqconnection.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/process.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/process.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pscanner.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pscanner.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pscanvas.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/pscanvas.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/registry.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/registry.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/resolve.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/resolve.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/rtfpars.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/rtfpars.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/rttiutils.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/rttiutils.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sax.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sax.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sax_html.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sax_html.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sdfdata.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sdfdata.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/servlets.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/servlets.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sh_pas.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sh_pas.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sh_xml.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sh_xml.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/shedit.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/shedit.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/simpleipc.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/simpleipc.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqldb.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqldb.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqlite3ds.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqlite3ds.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqliteds.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/sqliteds.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ssockets.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ssockets.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/streamex.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/streamex.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/syncobjs.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/syncobjs.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/targacmn.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/targacmn.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testdecorator.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testdecorator.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testregistry.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testregistry.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testreport.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testreport.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testutils.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/testutils.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ubmockobject.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/ubmockobject.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/wformat.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/wformat.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/whtml.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/whtml.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/wtex.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/wtex.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xhtml.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xhtml.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlcfg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlcfg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlread.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlread.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlreg.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlreg.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlreporter.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlreporter.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlrpc.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlrpc.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlstreaming.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlstreaming.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlwrite.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xmlwrite.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xpath.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/xpath.ppu
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/zstream.o
-lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl/zstream.ppu
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.fr.mo
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.de.mo
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/resttest.po
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.nl.mo
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.fr.po
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/Makefile
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/README
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.de.po
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/intl/restest.nl.po
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/txmlreg.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/tstelgtk.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/tstelcmd.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/tidea.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/threads.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testz2.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testz.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testur.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testsres.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testser.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testrtf.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testrsre.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testrnre.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testrhre.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testreg.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testproc.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testol.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testnres.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testhres.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testez.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testcont.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testcgi.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testcgi.html
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testbs.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testbf.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/testapp.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/stringl.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/sstream.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/socksvr.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/sockcli.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/simple.xml
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/showver.res
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/showver.rc
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/showver.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/restest.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/parser.dat
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/overview.rtf
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/mstream.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/list.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/kword.xml
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/istream.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/isocksvr.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/isockcli.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/ipcserver.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/ipcclient.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/htdump.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/fstream.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/fpdoc.dtd
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/dsocksvr.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/dsockcli.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/dparser.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/doecho.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/debugtest.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/dbugsrv.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/cfgtest.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/cachetest.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/b64test2.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/b64test.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/b64enc.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/b64dec.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/b64.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/asiotest.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/README
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/Makefile.fpc
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/xmldump.pp
-%%PORTDOCS%%share/examples/fpc-%%PORTVERSION%%/fcl/Makefile
-@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/Package.fpc
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.ppu
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.o
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpimgcmn.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpimage.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libppngcomn.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadpng.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritepng.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadxpm.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritexpm.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpclipping.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpcanvas.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libppixtools.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfppixlcanv.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpimgcanv.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libppscanvas.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritebmp.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadbmp.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpbmpcomn.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadpnm.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritepnm.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadjpeg.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritejpeg.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libptargacmn.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpreadtga.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpwritetga.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpellipses.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpcolhash.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpditherer.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfpquantizer.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpextinterpolation.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfreetypeh.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpfreetype.a
+lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/libpftfont.a
+@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
@dirrmtry lib/fpc/%%PORTVERSION%%/units
@dirrmtry lib/fpc/%%PORTVERSION%%
@dirrmtry lib/fpc
-%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/fcl/intl
-%%PORTDOCS%%@dirrm share/examples/fpc-%%PORTVERSION%%/fcl
-%%PORTDOCS%%@dirrmtry share/examples/fpc-%%PORTVERSION%%