--- /usr/ports/lang/fpc-demo-new/Makefile Thu Nov 24 13:55:19 2005 +++ /usr/ports/lang/fpc-demo-new/Makefile Wed Jun 7 15:53:18 2006 @@ -6,61 +6,46 @@ # PORTNAME= demo -PORTVERSION= 1.0.10 +PORTVERSION= 2.0.2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ftp://planetmirror.com/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ftp://ftp.jp.freepascal.org/mirror/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ftp://freepascal.stack.nl/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ftp://ftp.no.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ftp://ftp.us.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \ + ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= freepascal PKGNAMEPREFIX= fpc- -DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}.ELF +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}.${BUILDNAME} EXTRACT_SUFX= .tar -MAINTAINER= ports@FreeBSD.org +MAINTAINER= acardenas@bsd.org.pe COMMENT= Free Pascal compiler examples -EXAMPLESDIR= ${PREFIX}/share/examples/fpc +DEMODIR= share/doc/${PKGNAMEPREFIX}${PORTVERSION}/${PORTNAME} NO_BUILD= yes -SRCDOCDIR= ${WRKSRC}/share/doc/fpc-${PORTVERSION}/demo - -.include - -.if ${OSVERSION} < 470000 -EXTRACT_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar -TAR= ${LOCALBASE}/bin/gtar -.endif +BUILDNAME= i386-freebsd +PLIST_SUB+= PORTVERSION=${PORTVERSION} \ + DEMODIR=${DEMODIR} do-extract: # unpack distribution @${MKDIR} ${WRKSRC} - @${TAR} xf ${DISTDIR}/${DISTNAME}.tar --directory ${WRKSRC} -# unpack docs distribution - @${TAR} zxf ${WRKSRC}/demo.tar.gz --directory ${WRKSRC} + @${TAR} xf ${DISTDIR}/${DISTNAME}.tar \ + --directory ${WRKSRC} + @${TAR} xf ${WRKSRC}/binary.${BUILDNAME}.tar \ + --directory ${WRKSRC} + +# unpack binary and demo distribution + @${MKDIR} ${WRKSRC}/${PORTNAME} + @${TAR} zxf ${WRKSRC}/demo.tar.gz \ + --directory ${WRKSRC}/${PORTNAME} do-install: - @${MKDIR} ${EXAMPLESDIR} - cd ${SRCDOCDIR}/ && \ - ${INSTALL_DATA} Makefile Makefile.fpc fpcdemos.txt \ - ${EXAMPLESDIR} - @${MKDIR} ${EXAMPLESDIR}/graph - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/graph/*` \ - ${EXAMPLESDIR}/graph - @${MKDIR} ${EXAMPLESDIR}/linux - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/linux/*` \ - ${EXAMPLESDIR}/linux - @${MKDIR} ${EXAMPLESDIR}/modex - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/modex/*` \ - ${EXAMPLESDIR}/modex - @${MKDIR} ${EXAMPLESDIR}/os2 - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/os2/*` \ - ${EXAMPLESDIR}/os2 - @${MKDIR} ${EXAMPLESDIR}/palmos - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/palmos/*` \ - ${EXAMPLESDIR}/palmos - @${MKDIR} ${EXAMPLESDIR}/text - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/text/*` \ - ${EXAMPLESDIR}/text - @${MKDIR} ${EXAMPLESDIR}/win32 - @${INSTALL_DATA} `${LS} ${SRCDOCDIR}/win32/*` \ - ${EXAMPLESDIR}/win32 + @cd ${WRKSRC}/${PORTNAME}/share && \ + ${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/share/{}" \; && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/{}" \; -.include +.include --- /usr/ports/lang/fpc-demo-new/distinfo Thu Nov 24 22:40:20 2005 +++ /usr/ports/lang/fpc-demo-new/distinfo Wed Jun 7 09:39:38 2006 @@ -1,3 +1,3 @@ -MD5 (fpc-1.0.10.ELF.tar) = 6ad56eb115152174683499da3ece7667 -SHA256 (fpc-1.0.10.ELF.tar) = 318bab9d1269dffcc5fe737d224fca939c5f130f34f12d166319b3d1ba776bfb -SIZE (fpc-1.0.10.ELF.tar) = 17448960 +MD5 (fpc-2.0.2.i386-freebsd.tar) = e1f834f445b0f2313f41ed417a28fb1c +SHA256 (fpc-2.0.2.i386-freebsd.tar) = 906f002dfdbdfc3380f5a66b93d68debdbb68bba65b9db0590a93f548fb9f528 +SIZE (fpc-2.0.2.i386-freebsd.tar) = 22517760 --- /usr/ports/lang/fpc-demo-new/pkg-descr Mon Apr 12 16:57:15 2004 +++ /usr/ports/lang/fpc-demo-new/pkg-descr Wed Jun 7 15:52:28 2006 @@ -1,9 +1,5 @@ -These are the examples for Free Pascal, a 32 bit Turbo -Pascal-compatible Pascal compiler for DOS, Linux, Win32, -OS/2, (based on an older version) the AmigaOS, -FreeBSD/ELF, and BeOS. +These are the examples for Free Pascal, a 32 bit Turbo Pascal-compatible Pascal +compiler for DOS, Linux, Win32,OS/2, (based on an older version) the AmigaOS, +FreeBSD, and BeOS. WWW: http://www.freepascal.org/ - --- -John Merryweather Cooper --- /usr/ports/lang/fpc-demo-new/pkg-plist Mon Apr 12 16:57:15 2004 +++ /usr/ports/lang/fpc-demo-new/pkg-plist Wed Jun 7 15:50:33 2006 @@ -1,58 +1,497 @@ -%%EXAMPLESDIR%%/Makefile -%%EXAMPLESDIR%%/Makefile.fpc -%%EXAMPLESDIR%%/fpcdemos.txt -%%EXAMPLESDIR%%/graph/Makefile -%%EXAMPLESDIR%%/graph/Makefile.fpc -%%EXAMPLESDIR%%/graph/fpcgames.txt -%%EXAMPLESDIR%%/graph/fpctris.pp -%%EXAMPLESDIR%%/graph/ftrisgr.inc -%%EXAMPLESDIR%%/graph/ftristxt.inc -%%EXAMPLESDIR%%/graph/gameunit.pp -%%EXAMPLESDIR%%/graph/gravwars.pp -%%EXAMPLESDIR%%/graph/mandel.pp -%%EXAMPLESDIR%%/graph/maze.pp -%%EXAMPLESDIR%%/graph/quad.pp -%%EXAMPLESDIR%%/graph/quaddata.dat -%%EXAMPLESDIR%%/graph/samegame.pp -%%EXAMPLESDIR%%/linux/Makefile -%%EXAMPLESDIR%%/linux/Makefile.fpc -%%EXAMPLESDIR%%/linux/daemon.pp -%%EXAMPLESDIR%%/modex/Makefile -%%EXAMPLESDIR%%/modex/Makefile.fpc -%%EXAMPLESDIR%%/modex/fpcmodex.txt -%%EXAMPLESDIR%%/modex/voxel.pp -%%EXAMPLESDIR%%/os2/Makefile -%%EXAMPLESDIR%%/os2/Makefile.fpc -%%EXAMPLESDIR%%/os2/basicpm.pas -%%EXAMPLESDIR%%/os2/getctry.pas -%%EXAMPLESDIR%%/os2/pmdemo1.h -%%EXAMPLESDIR%%/os2/pmdemo1.pp -%%EXAMPLESDIR%%/os2/pmdemo1.rc -%%EXAMPLESDIR%%/palmos/pilrc.bmp -%%EXAMPLESDIR%%/palmos/pilrcic.bmp -%%EXAMPLESDIR%%/palmos/pilrctst.h -%%EXAMPLESDIR%%/palmos/pilrctst.pp -%%EXAMPLESDIR%%/palmos/pilrctst.rcp -%%EXAMPLESDIR%%/text/Makefile -%%EXAMPLESDIR%%/text/Makefile.fpc -%%EXAMPLESDIR%%/text/blackbox.pp -%%EXAMPLESDIR%%/text/eratos.pp -%%EXAMPLESDIR%%/text/hello.pp -%%EXAMPLESDIR%%/text/lines.pp -%%EXAMPLESDIR%%/text/magic.pp -%%EXAMPLESDIR%%/text/qsort.pp -%%EXAMPLESDIR%%/win32/Makefile -%%EXAMPLESDIR%%/win32/Makefile.fpc -%%EXAMPLESDIR%%/win32/dlltest.pp -%%EXAMPLESDIR%%/win32/edit.pp -%%EXAMPLESDIR%%/win32/menu.pp -%%EXAMPLESDIR%%/win32/testdll.pp -%%EXAMPLESDIR%%/win32/winhello.pp -@dirrm %%EXAMPLESDIR%%/win32 -@dirrm %%EXAMPLESDIR%%/text -@dirrm %%EXAMPLESDIR%%/palmos -@dirrm %%EXAMPLESDIR%%/os2 -@dirrm %%EXAMPLESDIR%%/modex -@dirrm %%EXAMPLESDIR%%/linux -@dirrm %%EXAMPLESDIR%%/graph -@dirrm %%EXAMPLESDIR%% +%%DEMODIR%%/freebsd/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/freebsd/.svn/text-base/sysmousetest.pas.svn-base +%%DEMODIR%%/freebsd/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/freebsd/.svn/text-base/fontdemo.pas.svn-base +%%DEMODIR%%/freebsd/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/freebsd/.svn/prop-base/sysmousetest.pas.svn-base +%%DEMODIR%%/freebsd/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/freebsd/.svn/prop-base/fontdemo.pas.svn-base +%%DEMODIR%%/freebsd/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/freebsd/.svn/props/sysmousetest.pas.svn-work +%%DEMODIR%%/freebsd/.svn/props/Makefile.svn-work +%%DEMODIR%%/freebsd/.svn/props/fontdemo.pas.svn-work +%%DEMODIR%%/freebsd/.svn/entries +%%DEMODIR%%/freebsd/.svn/empty-file +%%DEMODIR%%/freebsd/.svn/README.txt +%%DEMODIR%%/freebsd/.svn/format +%%DEMODIR%%/freebsd/sysmousetest.pas +%%DEMODIR%%/freebsd/Makefile.fpc +%%DEMODIR%%/freebsd/fontdemo.pas +%%DEMODIR%%/freebsd/Makefile +%%DEMODIR%%/graph/.svn/text-base/ftristxt.inc.svn-base +%%DEMODIR%%/graph/.svn/text-base/fpcgames.txt.svn-base +%%DEMODIR%%/graph/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/graph/.svn/text-base/gameunit.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/fpctris.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/ftrisgr.inc.svn-base +%%DEMODIR%%/graph/.svn/text-base/quad.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/gravwars.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/maze.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/quaddata.dat.svn-base +%%DEMODIR%%/graph/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/graph/.svn/text-base/samegame.pp.svn-base +%%DEMODIR%%/graph/.svn/text-base/mandel.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/ftristxt.inc.svn-base +%%DEMODIR%%/graph/.svn/prop-base/fpcgames.txt.svn-base +%%DEMODIR%%/graph/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/graph/.svn/prop-base/gameunit.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/fpctris.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/ftrisgr.inc.svn-base +%%DEMODIR%%/graph/.svn/prop-base/quad.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/gravwars.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/maze.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/quaddata.dat.svn-base +%%DEMODIR%%/graph/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/graph/.svn/prop-base/samegame.pp.svn-base +%%DEMODIR%%/graph/.svn/prop-base/mandel.pp.svn-base +%%DEMODIR%%/graph/.svn/props/ftristxt.inc.svn-work +%%DEMODIR%%/graph/.svn/props/fpcgames.txt.svn-work +%%DEMODIR%%/graph/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/graph/.svn/props/gameunit.pp.svn-work +%%DEMODIR%%/graph/.svn/props/fpctris.pp.svn-work +%%DEMODIR%%/graph/.svn/props/ftrisgr.inc.svn-work +%%DEMODIR%%/graph/.svn/props/quad.pp.svn-work +%%DEMODIR%%/graph/.svn/props/gravwars.pp.svn-work +%%DEMODIR%%/graph/.svn/props/maze.pp.svn-work +%%DEMODIR%%/graph/.svn/props/quaddata.dat.svn-work +%%DEMODIR%%/graph/.svn/props/Makefile.svn-work +%%DEMODIR%%/graph/.svn/props/samegame.pp.svn-work +%%DEMODIR%%/graph/.svn/props/mandel.pp.svn-work +%%DEMODIR%%/graph/.svn/entries +%%DEMODIR%%/graph/.svn/empty-file +%%DEMODIR%%/graph/.svn/README.txt +%%DEMODIR%%/graph/.svn/format +%%DEMODIR%%/graph/ftristxt.inc +%%DEMODIR%%/graph/fpcgames.txt +%%DEMODIR%%/graph/Makefile.fpc +%%DEMODIR%%/graph/gameunit.pp +%%DEMODIR%%/graph/fpctris.pp +%%DEMODIR%%/graph/ftrisgr.inc +%%DEMODIR%%/graph/quad.pp +%%DEMODIR%%/graph/gravwars.pp +%%DEMODIR%%/graph/maze.pp +%%DEMODIR%%/graph/quaddata.dat +%%DEMODIR%%/graph/Makefile +%%DEMODIR%%/graph/samegame.pp +%%DEMODIR%%/graph/mandel.pp +%%DEMODIR%%/linux/.svn/text-base/daemon.pp.svn-base +%%DEMODIR%%/linux/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/linux/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/linux/.svn/prop-base/daemon.pp.svn-base +%%DEMODIR%%/linux/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/linux/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/linux/.svn/props/daemon.pp.svn-work +%%DEMODIR%%/linux/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/linux/.svn/props/Makefile.svn-work +%%DEMODIR%%/linux/.svn/entries +%%DEMODIR%%/linux/.svn/empty-file +%%DEMODIR%%/linux/.svn/README.txt +%%DEMODIR%%/linux/.svn/format +%%DEMODIR%%/linux/daemon.pp +%%DEMODIR%%/linux/Makefile.fpc +%%DEMODIR%%/linux/Makefile +%%DEMODIR%%/lister/.svn/text-base/flist.pas.svn-base +%%DEMODIR%%/lister/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/lister/.svn/text-base/lister.pas.svn-base +%%DEMODIR%%/lister/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/lister/.svn/prop-base/flist.pas.svn-base +%%DEMODIR%%/lister/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/lister/.svn/prop-base/lister.pas.svn-base +%%DEMODIR%%/lister/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/lister/.svn/props/flist.pas.svn-work +%%DEMODIR%%/lister/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/lister/.svn/props/lister.pas.svn-work +%%DEMODIR%%/lister/.svn/props/Makefile.svn-work +%%DEMODIR%%/lister/.svn/entries +%%DEMODIR%%/lister/.svn/empty-file +%%DEMODIR%%/lister/.svn/README.txt +%%DEMODIR%%/lister/.svn/format +%%DEMODIR%%/lister/flist.pas +%%DEMODIR%%/lister/Makefile.fpc +%%DEMODIR%%/lister/lister.pas +%%DEMODIR%%/lister/Makefile +%%DEMODIR%%/macos/.svn/text-base/HelloMac.pp.svn-base +%%DEMODIR%%/macos/.svn/text-base/HelloMac.r.svn-base +%%DEMODIR%%/macos/.svn/prop-base/HelloMac.pp.svn-base +%%DEMODIR%%/macos/.svn/prop-base/HelloMac.r.svn-base +%%DEMODIR%%/macos/.svn/props/HelloMac.pp.svn-work +%%DEMODIR%%/macos/.svn/props/HelloMac.r.svn-work +%%DEMODIR%%/macos/.svn/entries +%%DEMODIR%%/macos/.svn/empty-file +%%DEMODIR%%/macos/.svn/README.txt +%%DEMODIR%%/macos/.svn/format +%%DEMODIR%%/macos/HelloMac.pp +%%DEMODIR%%/macos/HelloMac.r +%%DEMODIR%%/modex/.svn/text-base/fpcmodex.txt.svn-base +%%DEMODIR%%/modex/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/modex/.svn/text-base/voxel.pp.svn-base +%%DEMODIR%%/modex/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/modex/.svn/prop-base/fpcmodex.txt.svn-base +%%DEMODIR%%/modex/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/modex/.svn/prop-base/voxel.pp.svn-base +%%DEMODIR%%/modex/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/modex/.svn/props/fpcmodex.txt.svn-work +%%DEMODIR%%/modex/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/modex/.svn/props/voxel.pp.svn-work +%%DEMODIR%%/modex/.svn/props/Makefile.svn-work +%%DEMODIR%%/modex/.svn/entries +%%DEMODIR%%/modex/.svn/empty-file +%%DEMODIR%%/modex/.svn/README.txt +%%DEMODIR%%/modex/.svn/format +%%DEMODIR%%/modex/fpcmodex.txt +%%DEMODIR%%/modex/Makefile.fpc +%%DEMODIR%%/modex/voxel.pp +%%DEMODIR%%/modex/Makefile +%%DEMODIR%%/morphos/.svn/text-base/process.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/asltest.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/ahitest.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/morphos/.svn/text-base/window.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/openlib.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/getvolumes.pas.svn-base +%%DEMODIR%%/morphos/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/process.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/asltest.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/ahitest.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/window.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/openlib.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/getvolumes.pas.svn-base +%%DEMODIR%%/morphos/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/morphos/.svn/props/process.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/asltest.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/ahitest.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/morphos/.svn/props/window.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/openlib.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/getvolumes.pas.svn-work +%%DEMODIR%%/morphos/.svn/props/Makefile.svn-work +%%DEMODIR%%/morphos/.svn/entries +%%DEMODIR%%/morphos/.svn/empty-file +%%DEMODIR%%/morphos/.svn/README.txt +%%DEMODIR%%/morphos/.svn/format +%%DEMODIR%%/morphos/getvolumes.pas +%%DEMODIR%%/morphos/process.pas +%%DEMODIR%%/morphos/asltest.pas +%%DEMODIR%%/morphos/ahitest.pas +%%DEMODIR%%/morphos/Makefile.fpc +%%DEMODIR%%/morphos/window.pas +%%DEMODIR%%/morphos/openlib.pas +%%DEMODIR%%/morphos/Makefile +%%DEMODIR%%/netware/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/netware/.svn/text-base/nutconnection.pp.svn-base +%%DEMODIR%%/netware/.svn/text-base/nuttest.pp.svn-base +%%DEMODIR%%/netware/.svn/text-base/check.pp.svn-base +%%DEMODIR%%/netware/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/netware/.svn/text-base/nutmon.pp.svn-base +%%DEMODIR%%/netware/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/netware/.svn/prop-base/nutconnection.pp.svn-base +%%DEMODIR%%/netware/.svn/prop-base/nuttest.pp.svn-base +%%DEMODIR%%/netware/.svn/prop-base/check.pp.svn-base +%%DEMODIR%%/netware/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/netware/.svn/prop-base/nutmon.pp.svn-base +%%DEMODIR%%/netware/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/netware/.svn/props/nutconnection.pp.svn-work +%%DEMODIR%%/netware/.svn/props/nuttest.pp.svn-work +%%DEMODIR%%/netware/.svn/props/check.pp.svn-work +%%DEMODIR%%/netware/.svn/props/Makefile.svn-work +%%DEMODIR%%/netware/.svn/props/nutmon.pp.svn-work +%%DEMODIR%%/netware/.svn/entries +%%DEMODIR%%/netware/.svn/empty-file +%%DEMODIR%%/netware/.svn/README.txt +%%DEMODIR%%/netware/.svn/format +%%DEMODIR%%/netware/nutconnection.pp +%%DEMODIR%%/netware/Makefile.fpc +%%DEMODIR%%/netware/nuttest.pp +%%DEMODIR%%/netware/check.pp +%%DEMODIR%%/netware/Makefile +%%DEMODIR%%/netware/nutmon.pp +%%DEMODIR%%/netwlibc/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/netwlibc/.svn/text-base/nuttest.pp.svn-base +%%DEMODIR%%/netwlibc/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/netwlibc/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/netwlibc/.svn/prop-base/nuttest.pp.svn-base +%%DEMODIR%%/netwlibc/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/netwlibc/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/netwlibc/.svn/props/nuttest.pp.svn-work +%%DEMODIR%%/netwlibc/.svn/props/Makefile.svn-work +%%DEMODIR%%/netwlibc/.svn/entries +%%DEMODIR%%/netwlibc/.svn/empty-file +%%DEMODIR%%/netwlibc/.svn/README.txt +%%DEMODIR%%/netwlibc/.svn/format +%%DEMODIR%%/netwlibc/Makefile.fpc +%%DEMODIR%%/netwlibc/nuttest.pp +%%DEMODIR%%/netwlibc/Makefile +%%DEMODIR%%/os2/.svn/text-base/basicpm.pas.svn-base +%%DEMODIR%%/os2/.svn/text-base/pmdemo1.pp.svn-base +%%DEMODIR%%/os2/.svn/text-base/getctry.pas.svn-base +%%DEMODIR%%/os2/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/os2/.svn/text-base/pmdemo1.rc.svn-base +%%DEMODIR%%/os2/.svn/text-base/pmdemo1.h.svn-base +%%DEMODIR%%/os2/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/os2/.svn/prop-base/basicpm.pas.svn-base +%%DEMODIR%%/os2/.svn/prop-base/pmdemo1.pp.svn-base +%%DEMODIR%%/os2/.svn/prop-base/getctry.pas.svn-base +%%DEMODIR%%/os2/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/os2/.svn/prop-base/pmdemo1.rc.svn-base +%%DEMODIR%%/os2/.svn/prop-base/pmdemo1.h.svn-base +%%DEMODIR%%/os2/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/os2/.svn/props/basicpm.pas.svn-work +%%DEMODIR%%/os2/.svn/props/pmdemo1.pp.svn-work +%%DEMODIR%%/os2/.svn/props/getctry.pas.svn-work +%%DEMODIR%%/os2/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/os2/.svn/props/pmdemo1.rc.svn-work +%%DEMODIR%%/os2/.svn/props/pmdemo1.h.svn-work +%%DEMODIR%%/os2/.svn/props/Makefile.svn-work +%%DEMODIR%%/os2/.svn/entries +%%DEMODIR%%/os2/.svn/empty-file +%%DEMODIR%%/os2/.svn/README.txt +%%DEMODIR%%/os2/.svn/format +%%DEMODIR%%/os2/basicpm.pas +%%DEMODIR%%/os2/pmdemo1.pp +%%DEMODIR%%/os2/getctry.pas +%%DEMODIR%%/os2/Makefile.fpc +%%DEMODIR%%/os2/pmdemo1.rc +%%DEMODIR%%/os2/pmdemo1.h +%%DEMODIR%%/os2/Makefile +%%DEMODIR%%/palmos/.svn/text-base/pilrcic.bmp.svn-base +%%DEMODIR%%/palmos/.svn/text-base/pilrctst.pp.svn-base +%%DEMODIR%%/palmos/.svn/text-base/pilrc.bmp.svn-base +%%DEMODIR%%/palmos/.svn/text-base/pilrctst.rcp.svn-base +%%DEMODIR%%/palmos/.svn/text-base/pilrctst.h.svn-base +%%DEMODIR%%/palmos/.svn/prop-base/pilrcic.bmp.svn-base +%%DEMODIR%%/palmos/.svn/prop-base/pilrctst.pp.svn-base +%%DEMODIR%%/palmos/.svn/prop-base/pilrc.bmp.svn-base +%%DEMODIR%%/palmos/.svn/prop-base/pilrctst.rcp.svn-base +%%DEMODIR%%/palmos/.svn/prop-base/pilrctst.h.svn-base +%%DEMODIR%%/palmos/.svn/props/pilrcic.bmp.svn-work +%%DEMODIR%%/palmos/.svn/props/pilrctst.pp.svn-work +%%DEMODIR%%/palmos/.svn/props/pilrc.bmp.svn-work +%%DEMODIR%%/palmos/.svn/props/pilrctst.rcp.svn-work +%%DEMODIR%%/palmos/.svn/props/pilrctst.h.svn-work +%%DEMODIR%%/palmos/.svn/entries +%%DEMODIR%%/palmos/.svn/empty-file +%%DEMODIR%%/palmos/.svn/README.txt +%%DEMODIR%%/palmos/.svn/format +%%DEMODIR%%/palmos/pilrcic.bmp +%%DEMODIR%%/palmos/pilrctst.pp +%%DEMODIR%%/palmos/pilrc.bmp +%%DEMODIR%%/palmos/pilrctst.rcp +%%DEMODIR%%/palmos/pilrctst.h +%%DEMODIR%%/text/.svn/text-base/hello.pp.svn-base +%%DEMODIR%%/text/.svn/text-base/blackbox.pp.svn-base +%%DEMODIR%%/text/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/text/.svn/text-base/qsort.pp.svn-base +%%DEMODIR%%/text/.svn/text-base/lines.pp.svn-base +%%DEMODIR%%/text/.svn/text-base/eratos.pp.svn-base +%%DEMODIR%%/text/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/text/.svn/text-base/magic.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/hello.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/blackbox.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/text/.svn/prop-base/qsort.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/lines.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/eratos.pp.svn-base +%%DEMODIR%%/text/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/text/.svn/prop-base/magic.pp.svn-base +%%DEMODIR%%/text/.svn/props/hello.pp.svn-work +%%DEMODIR%%/text/.svn/props/blackbox.pp.svn-work +%%DEMODIR%%/text/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/text/.svn/props/qsort.pp.svn-work +%%DEMODIR%%/text/.svn/props/lines.pp.svn-work +%%DEMODIR%%/text/.svn/props/eratos.pp.svn-work +%%DEMODIR%%/text/.svn/props/Makefile.svn-work +%%DEMODIR%%/text/.svn/props/magic.pp.svn-work +%%DEMODIR%%/text/.svn/entries +%%DEMODIR%%/text/.svn/empty-file +%%DEMODIR%%/text/.svn/README.txt +%%DEMODIR%%/text/.svn/format +%%DEMODIR%%/text/blackbox.pp +%%DEMODIR%%/text/hello.pp +%%DEMODIR%%/text/Makefile.fpc +%%DEMODIR%%/text/qsort.pp +%%DEMODIR%%/text/lines.pp +%%DEMODIR%%/text/eratos.pp +%%DEMODIR%%/text/Makefile +%%DEMODIR%%/text/magic.pp +%%DEMODIR%%/win32/.svn/text-base/winhello.pp.svn-base +%%DEMODIR%%/win32/.svn/text-base/menu.pp.svn-base +%%DEMODIR%%/win32/.svn/text-base/edit.pp.svn-base +%%DEMODIR%%/win32/.svn/text-base/Makefile.fpc.svn-base +%%DEMODIR%%/win32/.svn/text-base/dlltest.pp.svn-base +%%DEMODIR%%/win32/.svn/text-base/testdll.pp.svn-base +%%DEMODIR%%/win32/.svn/text-base/Makefile.svn-base +%%DEMODIR%%/win32/.svn/prop-base/winhello.pp.svn-base +%%DEMODIR%%/win32/.svn/prop-base/menu.pp.svn-base +%%DEMODIR%%/win32/.svn/prop-base/edit.pp.svn-base +%%DEMODIR%%/win32/.svn/prop-base/Makefile.fpc.svn-base +%%DEMODIR%%/win32/.svn/prop-base/dlltest.pp.svn-base +%%DEMODIR%%/win32/.svn/prop-base/testdll.pp.svn-base +%%DEMODIR%%/win32/.svn/prop-base/Makefile.svn-base +%%DEMODIR%%/win32/.svn/props/winhello.pp.svn-work +%%DEMODIR%%/win32/.svn/props/menu.pp.svn-work +%%DEMODIR%%/win32/.svn/props/edit.pp.svn-work +%%DEMODIR%%/win32/.svn/props/Makefile.fpc.svn-work +%%DEMODIR%%/win32/.svn/props/dlltest.pp.svn-work +%%DEMODIR%%/win32/.svn/props/testdll.pp.svn-work +%%DEMODIR%%/win32/.svn/props/Makefile.svn-work +%%DEMODIR%%/win32/.svn/entries +%%DEMODIR%%/win32/.svn/empty-file +%%DEMODIR%%/win32/.svn/README.txt +%%DEMODIR%%/win32/.svn/format +%%DEMODIR%%/win32/winhello.pp +%%DEMODIR%%/win32/menu.pp +%%DEMODIR%%/win32/edit.pp +%%DEMODIR%%/win32/Makefile.fpc +%%DEMODIR%%/win32/dlltest.pp +%%DEMODIR%%/win32/testdll.pp +%%DEMODIR%%/win32/Makefile +%%DEMODIR%%/fpcdemos.txt +%%DEMODIR%%/Makefile +%%DEMODIR%%/Makefile.fpc +@dirrmtry share/doc/fpc-%%PORTVERSION%%/fpc +@dirrmtry %%DEMODIR%%/win32/.svn/wcprops +@dirrmtry %%DEMODIR%%/win32/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/win32/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/win32/.svn/tmp/props +@dirrmtry %%DEMODIR%%/win32/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/win32/.svn/tmp +@dirrmtry %%DEMODIR%%/win32/.svn/text-base +@dirrmtry %%DEMODIR%%/win32/.svn/props +@dirrmtry %%DEMODIR%%/win32/.svn/prop-base +@dirrmtry %%DEMODIR%%/win32/.svn +@dirrmtry %%DEMODIR%%/win32 +@dirrmtry %%DEMODIR%%/text/.svn/wcprops +@dirrmtry %%DEMODIR%%/text/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/text/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/text/.svn/tmp/props +@dirrmtry %%DEMODIR%%/text/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/text/.svn/tmp +@dirrmtry %%DEMODIR%%/text/.svn/text-base +@dirrmtry %%DEMODIR%%/text/.svn/props +@dirrmtry %%DEMODIR%%/text/.svn/prop-base +@dirrmtry %%DEMODIR%%/text/.svn +@dirrmtry %%DEMODIR%%/text +@dirrmtry %%DEMODIR%%/palmos/.svn/wcprops +@dirrmtry %%DEMODIR%%/palmos/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/palmos/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/palmos/.svn/tmp/props +@dirrmtry %%DEMODIR%%/palmos/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/palmos/.svn/tmp +@dirrmtry %%DEMODIR%%/palmos/.svn/text-base +@dirrmtry %%DEMODIR%%/palmos/.svn/props +@dirrmtry %%DEMODIR%%/palmos/.svn/prop-base +@dirrmtry %%DEMODIR%%/palmos/.svn +@dirrmtry %%DEMODIR%%/palmos +@dirrmtry %%DEMODIR%%/os2/.svn/wcprops +@dirrmtry %%DEMODIR%%/os2/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/os2/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/os2/.svn/tmp/props +@dirrmtry %%DEMODIR%%/os2/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/os2/.svn/tmp +@dirrmtry %%DEMODIR%%/os2/.svn/text-base +@dirrmtry %%DEMODIR%%/os2/.svn/props +@dirrmtry %%DEMODIR%%/os2/.svn/prop-base +@dirrmtry %%DEMODIR%%/os2/.svn +@dirrmtry %%DEMODIR%%/os2 +@dirrmtry %%DEMODIR%%/netwlibc/.svn/wcprops +@dirrmtry %%DEMODIR%%/netwlibc/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/netwlibc/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/netwlibc/.svn/tmp/props +@dirrmtry %%DEMODIR%%/netwlibc/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/netwlibc/.svn/tmp +@dirrmtry %%DEMODIR%%/netwlibc/.svn/text-base +@dirrmtry %%DEMODIR%%/netwlibc/.svn/props +@dirrmtry %%DEMODIR%%/netwlibc/.svn/prop-base +@dirrmtry %%DEMODIR%%/netwlibc/.svn +@dirrmtry %%DEMODIR%%/netwlibc +@dirrmtry %%DEMODIR%%/netware/.svn/wcprops +@dirrmtry %%DEMODIR%%/netware/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/netware/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/netware/.svn/tmp/props +@dirrmtry %%DEMODIR%%/netware/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/netware/.svn/tmp +@dirrmtry %%DEMODIR%%/netware/.svn/text-base +@dirrmtry %%DEMODIR%%/netware/.svn/props +@dirrmtry %%DEMODIR%%/netware/.svn/prop-base +@dirrmtry %%DEMODIR%%/netware/.svn +@dirrmtry %%DEMODIR%%/netware +@dirrmtry %%DEMODIR%%/morphos/.svn/wcprops +@dirrmtry %%DEMODIR%%/morphos/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/morphos/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/morphos/.svn/tmp/props +@dirrmtry %%DEMODIR%%/morphos/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/morphos/.svn/tmp +@dirrmtry %%DEMODIR%%/morphos/.svn/text-base +@dirrmtry %%DEMODIR%%/morphos/.svn/props +@dirrmtry %%DEMODIR%%/morphos/.svn/prop-base +@dirrmtry %%DEMODIR%%/morphos/.svn +@dirrmtry %%DEMODIR%%/morphos +@dirrmtry %%DEMODIR%%/modex/.svn/wcprops +@dirrmtry %%DEMODIR%%/modex/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/modex/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/modex/.svn/tmp/props +@dirrmtry %%DEMODIR%%/modex/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/modex/.svn/tmp +@dirrmtry %%DEMODIR%%/modex/.svn/text-base +@dirrmtry %%DEMODIR%%/modex/.svn/props +@dirrmtry %%DEMODIR%%/modex/.svn/prop-base +@dirrmtry %%DEMODIR%%/modex/.svn +@dirrmtry %%DEMODIR%%/modex +@dirrmtry %%DEMODIR%%/macos/.svn/wcprops +@dirrmtry %%DEMODIR%%/macos/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/macos/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/macos/.svn/tmp/props +@dirrmtry %%DEMODIR%%/macos/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/macos/.svn/tmp +@dirrmtry %%DEMODIR%%/macos/.svn/text-base +@dirrmtry %%DEMODIR%%/macos/.svn/props +@dirrmtry %%DEMODIR%%/macos/.svn/prop-base +@dirrmtry %%DEMODIR%%/macos/.svn +@dirrmtry %%DEMODIR%%/macos +@dirrmtry %%DEMODIR%%/lister/.svn/wcprops +@dirrmtry %%DEMODIR%%/lister/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/lister/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/lister/.svn/tmp/props +@dirrmtry %%DEMODIR%%/lister/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/lister/.svn/tmp +@dirrmtry %%DEMODIR%%/lister/.svn/text-base +@dirrmtry %%DEMODIR%%/lister/.svn/props +@dirrmtry %%DEMODIR%%/lister/.svn/prop-base +@dirrmtry %%DEMODIR%%/lister/.svn +@dirrmtry %%DEMODIR%%/lister +@dirrmtry %%DEMODIR%%/linux/.svn/wcprops +@dirrmtry %%DEMODIR%%/linux/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/linux/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/linux/.svn/tmp/props +@dirrmtry %%DEMODIR%%/linux/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/linux/.svn/tmp +@dirrmtry %%DEMODIR%%/linux/.svn/text-base +@dirrmtry %%DEMODIR%%/linux/.svn/props +@dirrmtry %%DEMODIR%%/linux/.svn/prop-base +@dirrmtry %%DEMODIR%%/linux/.svn +@dirrmtry %%DEMODIR%%/linux +@dirrmtry %%DEMODIR%%/graph/.svn/wcprops +@dirrmtry %%DEMODIR%%/graph/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/graph/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/graph/.svn/tmp/props +@dirrmtry %%DEMODIR%%/graph/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/graph/.svn/tmp +@dirrmtry %%DEMODIR%%/graph/.svn/text-base +@dirrmtry %%DEMODIR%%/graph/.svn/props +@dirrmtry %%DEMODIR%%/graph/.svn/prop-base +@dirrmtry %%DEMODIR%%/graph/.svn +@dirrmtry %%DEMODIR%%/graph +@dirrmtry %%DEMODIR%%/freebsd/.svn/wcprops +@dirrmtry %%DEMODIR%%/freebsd/.svn/tmp/wcprops +@dirrmtry %%DEMODIR%%/freebsd/.svn/tmp/text-base +@dirrmtry %%DEMODIR%%/freebsd/.svn/tmp/props +@dirrmtry %%DEMODIR%%/freebsd/.svn/tmp/prop-base +@dirrmtry %%DEMODIR%%/freebsd/.svn/tmp +@dirrmtry %%DEMODIR%%/freebsd/.svn/text-base +@dirrmtry %%DEMODIR%%/freebsd/.svn/props +@dirrmtry %%DEMODIR%%/freebsd/.svn/prop-base +@dirrmtry %%DEMODIR%%/freebsd/.svn +@dirrmtry %%DEMODIR%%/freebsd +@dirrmtry %%DEMODIR%% +@dirrmtry share/doc/fpc-%%PORTVERSION%%