diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 586eef301369..6f0e1088ee47 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,52 +1,52 @@ PORTNAME= dosbox DISTVERSION= 0.74-3 PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} MAINTAINER= knyght@gmail.com COMMENT= Emulator of a PC with DOS WWW= http://dosbox.sourceforge.net/ LICENSE= GPLv2 LIB_DEPENDS= libpng.so:graphics/png USES= cpe sdl USE_CXXSTD= c++14 USE_SDL= sdl net sound GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-core-inline DESKTOP_ENTRIES="DOSBox" "${COMMENT}" \ "${PREFIX}/share/pixmaps/dosbox.ico" "dosbox" \ "System;Emulator;" true -PLIST_FILES= bin/dosbox man/man1/dosbox.1.gz share/pixmaps/dosbox.ico +PLIST_FILES= bin/dosbox share/man/man1/dosbox.1.gz share/pixmaps/dosbox.ico PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS OPTIONS_RADIO= DEBUGGER OPTIONS_RADIO_DEBUGGER=DEBUGGER_ENABLE DEBUGGER_HEAVY DEBUGGER_ENABLE_DESC=Enable internal debugger DEBUGGER_HEAVY_DESC=Enable internal debugger with extra features DEBUGGER_ENABLE_CONFIGURE_ON= --enable-debug=yes DEBUGGER_HEAVY_CONFIGURE_ON= --enable-debug=heavy post-patch: @${REINPLACE_CMD} -e 's#\/usr\/share\/doc\/dosbox#${DOCSDIR}#g' \ ${WRKSRC}/docs/dosbox.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dosbox ${STAGEDIR}${PREFIX}/bin/dosbox ${INSTALL_DATA} ${WRKSRC}/src/dosbox.ico ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/docs/dosbox.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile index 19dbd77af46e..e75b76afd7ca 100644 --- a/emulators/gxemul/Makefile +++ b/emulators/gxemul/Makefile @@ -1,43 +1,44 @@ PORTNAME= gxemul PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gavare.se/gxemul/src/ MAINTAINER= mclay@astate.edu COMMENT= Instruction-level machine emulator WWW= http://gavare.se/gxemul/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=${CXX} \ LOCALBASE=${LOCALBASE} \ PREFIX=${PREFIX} # Avoid auto-detecting Doxygen. We do not need source code documentation. # The handbook is quite comprehensive already. BINARY_ALIAS= doxygen=${FALSE} PLIST_FILES= bin/gxemul \ - man/man1/gxemul.1.gz + share/man/man1/gxemul.1.gz PORTDOCS= * OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT= X11 X11_RUN_DEPENDS= xterm:x11/xterm X11_USES= xorg X11_USE= XORG=x11 X11_CONFIGURE_OFF= --disable-x do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gxemul ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/gxemul.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/doc && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/emulators/playonbsd/Makefile b/emulators/playonbsd/Makefile index 5cdedd81d04f..755bf8bec760 100644 --- a/emulators/playonbsd/Makefile +++ b/emulators/playonbsd/Makefile @@ -1,75 +1,75 @@ PORTNAME= playonbsd PORTVERSION= 4.2.10 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= emulators games MAINTAINER= Clockwork6400@protonmail.com COMMENT= Easily install and run Windows software for use with Wine WWW= https://github.com/Clockwork6400/POL-FreeBSD-4 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= 7z:archivers/7-zip \ bash:shells/bash \ cabextract:archivers/cabextract \ glxinfo:graphics/mesa-demos \ gpg:security/gnupg \ gsed:textproc/gsed \ icotool:graphics/icoutils \ jq:textproc/jq \ sudo:security/sudo \ wget:ftp/wget \ xdg-open:devel/xdg-utils \ xterm:x11/xterm USES= perl5 python:run shebangfix USE_GITHUB= yes GH_ACCOUNT= Clockwork6400 GH_PROJECT= POL-FreeBSD-4 USE_WX= 3.2 WX_COMPS= python:run SHEBANG_FILES= bash/expert/* lib/* SHEBANG_GLOB= *.py NO_ARCH= yes OPTIONS_DEFINE= GECKO MONO NLS OPTIONS_DEFAULT= GECKO MONO WINE OPTIONS_RADIO= WINE OPTIONS_RADIO_WINE= WINE WINE_DEVEL OPTIONS_SUB= yes GECKO_DESC= Wine-gecko HTML rendering support WINE_DESC= Installing Wine Emulator dependencies WINE_DEVEL_DESC= Installing Wine-devel emulator dependencies GECKO_RUN_DEPENDS= wine-gecko>=2.47.1:emulators/wine-gecko MONO_RUN_DEPENDS= wine-mono>=4.9.4:emulators/wine-mono NLS_USES= gettext WINE_RUN_DEPENDS= wine:emulators/wine WINE_DEVEL_RUN_DEPENDS= wine:emulators/wine-devel .include NO_BUILD= true SUB_FILES= playonbsd.sh do-install: .for d in bash python cd ${WRKSRC} && ${COPYTREE_BIN} ${d} ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -name *\.orig ! -name *\.bak" .endfor .for d in etc lib plugins resources cd ${WRKSRC} && ${COPYTREE_BIN} ${d} ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -name *\.orig ! -name *\.bak" .endfor @${REINPLACE_CMD} -e 's:linux:bsd:g;s:linux:BSD:ig' ${WRKSRC}/doc/playonlinux.1 - ${INSTALL_MAN} ${WRKSRC}/doc/playonlinux.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/playonbsd.1 + ${INSTALL_MAN} ${WRKSRC}/doc/playonlinux.1 ${STAGEDIR}${PREFIX}/share/man/man1/playonbsd.1 ${INSTALL_SCRIPT} ${WRKDIR}/playonbsd.sh ${STAGEDIR}${PREFIX}/bin/playonbsd ${INSTALL_SCRIPT} ${WRKSRC}/playonfreebsd ${STAGEDIR}${PREFIX}/lib/playonbsd/playonfreebsd ${MKDIR} ${STAGEDIR}${PREFIX}/lib/playonbsd/lang/locale/en_GB/LC_MESSAGES ${INSTALL_SCRIPT} ${WRKSRC}/lang/locale/en_GB/LC_MESSAGES/pol.mo ${STAGEDIR}${PREFIX}/lib/playonbsd/lang/locale/en_GB/LC_MESSAGES/pol.mo ${MKDIR} ${STAGEDIR}${PREFIX}/lib/playonbsd/lang/po ${INSTALL_SCRIPT} ${WRKSRC}/lang/po/en_GB.po ${STAGEDIR}${PREFIX}/lib/playonbsd/lang/po/en_GB.po post-install-NLS-on: cd ${WRKSRC} && ${COPYTREE_BIN} lang ${STAGEDIR}${PREFIX}/lib/playonbsd/ "! -name *\.orig ! -name *\.bak" .include diff --git a/emulators/playonbsd/pkg-plist b/emulators/playonbsd/pkg-plist index f14f1a5e9c56..9c521323a0e5 100644 --- a/emulators/playonbsd/pkg-plist +++ b/emulators/playonbsd/pkg-plist @@ -1,437 +1,437 @@ bin/playonbsd lib/playonbsd/bash/POL_Command lib/playonbsd/bash/bash_wrapper lib/playonbsd/bash/bug_report lib/playonbsd/bash/check_fs lib/playonbsd/bash/check_gl lib/playonbsd/bash/create_prefix lib/playonbsd/bash/document_reader lib/playonbsd/bash/expert/Executer lib/playonbsd/bash/expert/PolShell lib/playonbsd/bash/find_python lib/playonbsd/bash/install lib/playonbsd/bash/install_wver lib/playonbsd/bash/installpolpackages lib/playonbsd/bash/killall lib/playonbsd/bash/make_shortcut lib/playonbsd/bash/manual_install lib/playonbsd/bash/playonlinux-pkg lib/playonbsd/bash/playonlinux-shell lib/playonbsd/bash/playonlinux-url_handler lib/playonbsd/bash/pol_update_list lib/playonbsd/bash/polconfigurator lib/playonbsd/bash/polshell lib/playonbsd/bash/read_pc_cd lib/playonbsd/bash/run_app lib/playonbsd/bash/run_exe lib/playonbsd/bash/startup lib/playonbsd/bash/startup_after_server lib/playonbsd/bash/uninstall lib/playonbsd/bash/update_git lib/playonbsd/bash/winebash lib/playonbsd/etc/24-0.gif lib/playonbsd/etc/PlayOnLinux.appdata.xml lib/playonbsd/etc/PlayOnLinux.desktop lib/playonbsd/etc/PlayOnLinux.directory lib/playonbsd/etc/install/applications-accessories.png lib/playonbsd/etc/install/applications-development.png lib/playonbsd/etc/install/applications-fonts.png lib/playonbsd/etc/install/applications-games.png lib/playonbsd/etc/install/applications-graphics.png lib/playonbsd/etc/install/applications-internet.png lib/playonbsd/etc/install/applications-multimedia.png lib/playonbsd/etc/install/applications-office.png lib/playonbsd/etc/install/applications-other.png lib/playonbsd/etc/install/applications-system.png lib/playonbsd/etc/install/applications-testing.png lib/playonbsd/etc/install/edu.png lib/playonbsd/etc/install/emblem-favorite.png lib/playonbsd/etc/install/face-smile.png lib/playonbsd/etc/install/founder.png lib/playonbsd/etc/install/gnome-control-center.png lib/playonbsd/etc/install/h-star.png lib/playonbsd/etc/install/preferences-desktop-peripherals.png lib/playonbsd/etc/install/preferences-desktop.png lib/playonbsd/etc/install/spacer.png lib/playonbsd/etc/install/spacer16.png lib/playonbsd/etc/install/star.png lib/playonbsd/etc/install/view-refresh.png lib/playonbsd/etc/install/wine-in-use.png lib/playonbsd/etc/install/wine-packages.png lib/playonbsd/etc/install/wine-unused.png lib/playonbsd/etc/install/wine-warning.png lib/playonbsd/etc/install/wine.png lib/playonbsd/etc/onglet/application-x-executable.png lib/playonbsd/etc/onglet/applications-system.png lib/playonbsd/etc/onglet/input-gaming.png lib/playonbsd/etc/onglet/internet-group-chat.png lib/playonbsd/etc/onglet/internet-web-browser.png lib/playonbsd/etc/onglet/package-x-generic.png lib/playonbsd/etc/onglet/preferences-desktop-locale.png lib/playonbsd/etc/onglet/preferences-desktop-theme.png lib/playonbsd/etc/onglet/system-users.png lib/playonbsd/etc/onglet/user-desktop.png lib/playonbsd/etc/onglet/wine.png lib/playonbsd/etc/playonlinux-Programs.menu lib/playonbsd/etc/playonlinux.gpg lib/playonbsd/etc/playonlinux.png lib/playonbsd/etc/playonlinux15.png lib/playonbsd/etc/playonlinux16.png lib/playonbsd/etc/playonlinux22.png lib/playonbsd/etc/playonlinux32.png lib/playonbsd/etc/playonmac.icns lib/playonbsd/etc/pol_bash lib/playonbsd/etc/setups/autorun/left.jpg lib/playonbsd/etc/setups/autorun/top.png lib/playonbsd/etc/setups/default/left.jpg lib/playonbsd/etc/setups/default/playonmac.jpg lib/playonbsd/etc/setups/default/top.png lib/playonbsd/etc/setups/delete/left.jpg lib/playonbsd/etc/setups/delete/top.png lib/playonbsd/etc/setups/exec/left.jpg lib/playonbsd/etc/setups/exec/top.png lib/playonbsd/etc/setups/fonts/left.jpg lib/playonbsd/etc/setups/fonts/top.png lib/playonbsd/etc/setups/update/top.png lib/playonbsd/etc/setups/wineserver/left.jpg lib/playonbsd/etc/setups/wineserver/top.png lib/playonbsd/etc/star.png lib/playonbsd/etc/terminal.applescript %%NLS%%lib/playonbsd/lang/locale/ar/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ast/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/bg/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/bn/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/bs/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ca/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/cs/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/da/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/de/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/el/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/en_GB/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/es/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/et/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/fi/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/fr/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/gl/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/he/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/hi/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/hr/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/hu/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/id/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/it/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ja/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/jv/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ko/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/lt/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ms/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/nb/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/nl/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/oc/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/pl/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/pt/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/pt_BR/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ro/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/ru/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/si/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/sk/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/sl/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/sr/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/sr@latin/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/sv/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/te/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/th/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/tr/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/uk/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/zh_CN/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/locale/zh_TW/LC_MESSAGES/pol.mo %%NLS%%lib/playonbsd/lang/po/ar.po %%NLS%%lib/playonbsd/lang/po/ast.po %%NLS%%lib/playonbsd/lang/po/bg.po %%NLS%%lib/playonbsd/lang/po/bn.po %%NLS%%lib/playonbsd/lang/po/bs.po %%NLS%%lib/playonbsd/lang/po/ca.po %%NLS%%lib/playonbsd/lang/po/cs.po %%NLS%%lib/playonbsd/lang/po/da.po %%NLS%%lib/playonbsd/lang/po/de.po %%NLS%%lib/playonbsd/lang/po/el.po %%NLS%%lib/playonbsd/lang/po/en_GB.po %%NLS%%lib/playonbsd/lang/po/es.po %%NLS%%lib/playonbsd/lang/po/et.po %%NLS%%lib/playonbsd/lang/po/fi.po %%NLS%%lib/playonbsd/lang/po/fr.po %%NLS%%lib/playonbsd/lang/po/gl.po %%NLS%%lib/playonbsd/lang/po/he.po %%NLS%%lib/playonbsd/lang/po/hi.po %%NLS%%lib/playonbsd/lang/po/hr.po %%NLS%%lib/playonbsd/lang/po/hu.po %%NLS%%lib/playonbsd/lang/po/id.po %%NLS%%lib/playonbsd/lang/po/it.po %%NLS%%lib/playonbsd/lang/po/ja.po %%NLS%%lib/playonbsd/lang/po/jv.po %%NLS%%lib/playonbsd/lang/po/ko.po %%NLS%%lib/playonbsd/lang/po/lt.po %%NLS%%lib/playonbsd/lang/po/ms.po %%NLS%%lib/playonbsd/lang/po/nb.po %%NLS%%lib/playonbsd/lang/po/nl.po %%NLS%%lib/playonbsd/lang/po/oc.po %%NLS%%lib/playonbsd/lang/po/pl.po %%NLS%%lib/playonbsd/lang/po/pol.pot %%NLS%%lib/playonbsd/lang/po/pt.po %%NLS%%lib/playonbsd/lang/po/pt_BR.po %%NLS%%lib/playonbsd/lang/po/ro.po %%NLS%%lib/playonbsd/lang/po/ru.po %%NLS%%lib/playonbsd/lang/po/si.po %%NLS%%lib/playonbsd/lang/po/sk.po %%NLS%%lib/playonbsd/lang/po/sl.po %%NLS%%lib/playonbsd/lang/po/sr.po %%NLS%%lib/playonbsd/lang/po/sr@latin.po %%NLS%%lib/playonbsd/lang/po/sv.po %%NLS%%lib/playonbsd/lang/po/te.po %%NLS%%lib/playonbsd/lang/po/th.po %%NLS%%lib/playonbsd/lang/po/tr.po %%NLS%%lib/playonbsd/lang/po/uk.po %%NLS%%lib/playonbsd/lang/po/zh_CN.po %%NLS%%lib/playonbsd/lang/po/zh_TW.po lib/playonbsd/lib/debug.lib lib/playonbsd/lib/deprecated.lib lib/playonbsd/lib/dosbox.lib lib/playonbsd/lib/playonlinux.lib lib/playonbsd/lib/plugins.lib lib/playonbsd/lib/scripts.lib lib/playonbsd/lib/setupwindow.lib lib/playonbsd/lib/sources lib/playonbsd/lib/variables lib/playonbsd/lib/website.lib lib/playonbsd/lib/wine.lib lib/playonbsd/playonfreebsd lib/playonbsd/plugins/Capture_2.4.3.pol lib/playonbsd/plugins/ScreenCap_0.0.4.pol lib/playonbsd/plugins/plugins.lst lib/playonbsd/plugins/polvault_4.0.4_all.pol lib/playonbsd/plugins/pot.strings lib/playonbsd/python/__pycache__/debug%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/__pycache__/options%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/check_python.py lib/playonbsd/python/configurewindow/ConfigureWindow.py lib/playonbsd/python/configurewindow/ConfigureWindowNotebook.py lib/playonbsd/python/configurewindow/PackageList.py lib/playonbsd/python/configurewindow/__init__.py lib/playonbsd/python/configurewindow/__pycache__/ConfigureWindow%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/configurewindow/__pycache__/ConfigureWindowNotebook%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/configurewindow/__pycache__/PackageList%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/configurewindow/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/debug.py lib/playonbsd/python/install/DescriptionFetcher.py lib/playonbsd/python/install/InstallWindow.py lib/playonbsd/python/install/MiniatureWindow.py lib/playonbsd/python/install/__init__.py lib/playonbsd/python/install/__pycache__/DescriptionFetcher%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/install/__pycache__/InstallWindow%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/install/__pycache__/MiniatureWindow%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/install/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/Variables.py lib/playonbsd/python/lib/__init__.py lib/playonbsd/python/lib/__pycache__/Variables%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/__pycache__/dpiFetcher%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/__pycache__/lng%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/__pycache__/playonlinux%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/__pycache__/wine%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/lib/dpiFetcher.py lib/playonbsd/python/lib/lng.py lib/playonbsd/python/lib/playonlinux.py lib/playonbsd/python/lib/wine.py lib/playonbsd/python/mainwindow.py lib/playonbsd/python/options.py lib/playonbsd/python/setupwindow/Downloader.py lib/playonbsd/python/setupwindow/POL_SetupFrame.py lib/playonbsd/python/setupwindow/__init__.py lib/playonbsd/python/setupwindow/__pycache__/Downloader%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/setupwindow/__pycache__/POL_SetupFrame%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/setupwindow/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/setupwindow/__pycache__/gui_server%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/setupwindow/gui_server.py lib/playonbsd/python/ui/PlayOnLinuxWindow.py lib/playonbsd/python/ui/__init__.py lib/playonbsd/python/ui/__pycache__/PlayOnLinuxWindow%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/ui/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wine_versions/WineVersionsFetcher.py lib/playonbsd/python/wine_versions/WineVersionsNotebook.py lib/playonbsd/python/wine_versions/WineVersionsTools.py lib/playonbsd/python/wine_versions/WineVersionsWindow.py lib/playonbsd/python/wine_versions/__init__.py lib/playonbsd/python/wine_versions/__pycache__/WineVersionsFetcher%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wine_versions/__pycache__/WineVersionsNotebook%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wine_versions/__pycache__/WineVersionsTools%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wine_versions/__pycache__/WineVersionsWindow%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wine_versions/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.pyc lib/playonbsd/python/wrapper.py lib/playonbsd/resources/images/configure/cmd.png lib/playonbsd/resources/images/configure/console.png lib/playonbsd/resources/images/configure/control.png lib/playonbsd/resources/images/configure/emblem-system.png lib/playonbsd/resources/images/configure/killall.png lib/playonbsd/resources/images/configure/monitor.png lib/playonbsd/resources/images/configure/reboot.png lib/playonbsd/resources/images/configure/regedit.png lib/playonbsd/resources/images/configure/registry.png lib/playonbsd/resources/images/configure/stop.png lib/playonbsd/resources/images/configure/taskmgr.png lib/playonbsd/resources/images/configure/update.png lib/playonbsd/resources/images/configure/wine-uninstaller.png lib/playonbsd/resources/images/configure/wine-winecfg.png lib/playonbsd/resources/images/configure/wineboot.png lib/playonbsd/resources/images/configure/winecfg.png lib/playonbsd/resources/images/emotes/face-angel.png lib/playonbsd/resources/images/emotes/face-crying.png lib/playonbsd/resources/images/emotes/face-devilish.png lib/playonbsd/resources/images/emotes/face-glasses.png lib/playonbsd/resources/images/emotes/face-grin.png lib/playonbsd/resources/images/emotes/face-kiss.png lib/playonbsd/resources/images/emotes/face-monkey.png lib/playonbsd/resources/images/emotes/face-plain.png lib/playonbsd/resources/images/emotes/face-sad.png lib/playonbsd/resources/images/emotes/face-smile-big.png lib/playonbsd/resources/images/emotes/face-smile.png lib/playonbsd/resources/images/emotes/face-surprise.png lib/playonbsd/resources/images/emotes/face-wink.png lib/playonbsd/resources/images/icones/add.png lib/playonbsd/resources/images/icones/browse.png lib/playonbsd/resources/images/icones/cdrom.png lib/playonbsd/resources/images/icones/document-new.png lib/playonbsd/resources/images/icones/download.png lib/playonbsd/resources/images/icones/finish.png lib/playonbsd/resources/images/icones/generic.png lib/playonbsd/resources/images/icones/list-add.png lib/playonbsd/resources/images/icones/new.png lib/playonbsd/resources/images/icones/virtual_drive.png lib/playonbsd/resources/images/icones/virtual_drive_32.png lib/playonbsd/resources/images/icones/virtual_drive_64.png lib/playonbsd/resources/images/install/32/applications-accessories.png lib/playonbsd/resources/images/install/32/applications-development.png lib/playonbsd/resources/images/install/32/applications-fonts.png lib/playonbsd/resources/images/install/32/applications-games.png lib/playonbsd/resources/images/install/32/applications-graphics.png lib/playonbsd/resources/images/install/32/applications-internet.png lib/playonbsd/resources/images/install/32/applications-multimedia.png lib/playonbsd/resources/images/install/32/applications-office.png lib/playonbsd/resources/images/install/32/applications-other.png lib/playonbsd/resources/images/install/32/applications-science.png lib/playonbsd/resources/images/install/32/applications-system.png lib/playonbsd/resources/images/install/32/emblem-favorite.png lib/playonbsd/resources/images/install/32/gnome-control-center.png lib/playonbsd/resources/images/install/32/preferences-desktop.png lib/playonbsd/resources/images/install/32/view-refresh.png lib/playonbsd/resources/images/install/applications-accessories.png lib/playonbsd/resources/images/install/applications-development.png lib/playonbsd/resources/images/install/applications-fonts.png lib/playonbsd/resources/images/install/applications-games.png lib/playonbsd/resources/images/install/applications-graphics.png lib/playonbsd/resources/images/install/applications-internet.png lib/playonbsd/resources/images/install/applications-multimedia.png lib/playonbsd/resources/images/install/applications-office.png lib/playonbsd/resources/images/install/applications-other.png lib/playonbsd/resources/images/install/applications-system.png lib/playonbsd/resources/images/install/applications-testing.png lib/playonbsd/resources/images/install/edu.png lib/playonbsd/resources/images/install/emblem-favorite.png lib/playonbsd/resources/images/install/face-smile.png lib/playonbsd/resources/images/install/founder.png lib/playonbsd/resources/images/install/gnome-control-center.png lib/playonbsd/resources/images/install/h-star.png lib/playonbsd/resources/images/install/preferences-desktop-peripherals.png lib/playonbsd/resources/images/install/preferences-desktop.png lib/playonbsd/resources/images/install/preferences-system.png lib/playonbsd/resources/images/install/spacer.png lib/playonbsd/resources/images/install/spacer16.png lib/playonbsd/resources/images/install/star.png lib/playonbsd/resources/images/install/view-refresh.png lib/playonbsd/resources/images/install/wait.gif lib/playonbsd/resources/images/install/wait_mini.gif lib/playonbsd/resources/images/install/wine-packages.png lib/playonbsd/resources/images/install/wine-warning.png lib/playonbsd/resources/images/install/wine.png lib/playonbsd/resources/images/menu/add.png lib/playonbsd/resources/images/menu/bug.png lib/playonbsd/resources/images/menu/call-start.png lib/playonbsd/resources/images/menu/cdrom.png lib/playonbsd/resources/images/menu/change_icon.png lib/playonbsd/resources/images/menu/delete.png lib/playonbsd/resources/images/menu/dialog-ok.png lib/playonbsd/resources/images/menu/extensions.png lib/playonbsd/resources/images/menu/folder-wine.png lib/playonbsd/resources/images/menu/internet.png lib/playonbsd/resources/images/menu/manual.png lib/playonbsd/resources/images/menu/media-playback-start.png lib/playonbsd/resources/images/menu/media-playback-stop.png lib/playonbsd/resources/images/menu/options.png lib/playonbsd/resources/images/menu/people.png lib/playonbsd/resources/images/menu/people_.png lib/playonbsd/resources/images/menu/playonlinux_online.png lib/playonbsd/resources/images/menu/polshell.png lib/playonbsd/resources/images/menu/polvault.png lib/playonbsd/resources/images/menu/prefix-manager.png lib/playonbsd/resources/images/menu/regedit.png lib/playonbsd/resources/images/menu/repository.png lib/playonbsd/resources/images/menu/run.png lib/playonbsd/resources/images/menu/settings.png lib/playonbsd/resources/images/menu/shortcut.png lib/playonbsd/resources/images/menu/star.png lib/playonbsd/resources/images/menu/update_git.png lib/playonbsd/resources/images/menu/virtual_drive_32.png lib/playonbsd/resources/images/menu/virtual_drive_64.png lib/playonbsd/resources/images/menu/window-close.png lib/playonbsd/resources/images/menu/wine.png lib/playonbsd/resources/images/menu/winecfg.png lib/playonbsd/resources/images/menu/wineserver.png lib/playonbsd/resources/images/pol_min.png lib/playonbsd/resources/images/setups/about.png lib/playonbsd/resources/images/setups/autorun/left.jpg lib/playonbsd/resources/images/setups/autorun/top.png lib/playonbsd/resources/images/setups/bug.png lib/playonbsd/resources/images/setups/default/playonlinux.jpg lib/playonbsd/resources/images/setups/default/playonmac.jpg lib/playonbsd/resources/images/setups/default/top.png lib/playonbsd/resources/images/setups/delete/left.jpg lib/playonbsd/resources/images/setups/delete/left_old.jpg lib/playonbsd/resources/images/setups/delete/top.png lib/playonbsd/resources/images/setups/exec/left.jpg lib/playonbsd/resources/images/setups/exec/top.png lib/playonbsd/resources/images/setups/face-sad.png lib/playonbsd/resources/images/setups/fonts/left.jpg lib/playonbsd/resources/images/setups/fonts/top.png lib/playonbsd/resources/images/setups/update/top.png lib/playonbsd/resources/images/setups/wait.gif lib/playonbsd/resources/images/setups/wait.png lib/playonbsd/resources/images/setups/wait/1.png lib/playonbsd/resources/images/setups/wait/10.png lib/playonbsd/resources/images/setups/wait/11.png lib/playonbsd/resources/images/setups/wait/12.png lib/playonbsd/resources/images/setups/wait/2.png lib/playonbsd/resources/images/setups/wait/3.png lib/playonbsd/resources/images/setups/wait/4.png lib/playonbsd/resources/images/setups/wait/5.png lib/playonbsd/resources/images/setups/wait/6.png lib/playonbsd/resources/images/setups/wait/7.png lib/playonbsd/resources/images/setups/wait/8.png lib/playonbsd/resources/images/setups/wait/9.png lib/playonbsd/resources/images/setups/wineserver/left.jpg lib/playonbsd/resources/images/setups/wineserver/top.png lib/playonbsd/resources/images/toolbar/48/configure.png lib/playonbsd/resources/images/toolbar/48/delete.png lib/playonbsd/resources/images/toolbar/48/emblem-downloads.png lib/playonbsd/resources/images/toolbar/48/install.png lib/playonbsd/resources/images/toolbar/48/package.png lib/playonbsd/resources/images/toolbar/48/run.png lib/playonbsd/resources/images/toolbar/48/stop.png lib/playonbsd/resources/images/toolbar/configure.png lib/playonbsd/resources/images/toolbar/delete.png lib/playonbsd/resources/images/toolbar/emblem-downloads.png lib/playonbsd/resources/images/toolbar/install.png lib/playonbsd/resources/images/toolbar/messenger.png lib/playonbsd/resources/images/toolbar/package.png lib/playonbsd/resources/images/toolbar/play.png lib/playonbsd/resources/images/toolbar/run.png lib/playonbsd/resources/images/toolbar/stop.png lib/playonbsd/resources/sounds/irc.wav -man/man1/playonbsd.1.gz +share/man/man1/playonbsd.1.gz diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index 219f722c03ee..601626da58ca 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -1,41 +1,41 @@ PORTNAME= winetricks PORTVERSION= 20230903 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MAINTAINER= Alexander88207@protonmail.com COMMENT= Easy way to work around problems in Wine WWW= https://wiki.winehq.org/Winetricks LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture RUN_DEPENDS= cabextract:archivers/cabextract USES= perl5 USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= Winetricks GH_TAGNAME= 29e1006 NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/winetricks \ - man/man1/winetricks.1.gz + share/man/man1/winetricks.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 X11_RUN_DEPENDS= xdg-open:devel/xdg-utils \ zenity:x11/zenity do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/emulators/yaze-ag/Makefile b/emulators/yaze-ag/Makefile index bb24da393c9f..f3aa8b79b393 100644 --- a/emulators/yaze-ag/Makefile +++ b/emulators/yaze-ag/Makefile @@ -1,38 +1,39 @@ PORTNAME= yaze-ag DISTVERSION= 2.51.3 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.mathematik.uni-ulm.de/users/ag/yaze-ag/devel/ MAINTAINER= se@FreeBSD.org COMMENT= Z80 and CP/M-80 emulator WWW= http://yaze-ag.de/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libreadline.so:devel/readline USES= compiler:c11 MAKEFILE= Makefile_freebsd MAKE_ENV= BINDIR=${PREFIX}/bin \ DESTDIR="${STAGEDIR}" \ DOCDIR=${DOCSDIR} \ DOCHTMLDIR=${DOCSDIR}/html \ DSKDIR=${DATADIR}/disks \ LIBDIR=${DATADIR} \ LIBEXECDIR=${PREFIX}/libexec \ - MANDIR=${MAN1PREFIX}/man/man1 \ + MANDIR=${PREFIX}/share/man/man1 \ OPTIMIZE="${CFLAGS}" CONFLICTS_INSTALL= cpmtools OPTIONS_DEFINE= DOCS post-build: ${REINPLACE_CMD} -e 's:%%DATADIR%%:${DATADIR}:' \ -e 's:%%DOCSDIR%%:${DOCSDIR}:' \ -e 's:%%LIBEXECDIR%%:${PREFIX}/libexec:' \ ${WRKSRC}/yaze.sh .include diff --git a/emulators/yaze-ag/pkg-plist b/emulators/yaze-ag/pkg-plist index 023841e25c63..4abf2bcf6928 100644 --- a/emulators/yaze-ag/pkg-plist +++ b/emulators/yaze-ag/pkg-plist @@ -1,156 +1,156 @@ bin/cdm bin/cpm bin/yaze bin/z80 libexec/yaze_bin -man/man1/cdm.1.gz -man/man1/cpm.1.gz -man/man1/yaze.1.gz -man/man1/z80.1.gz +share/man/man1/cdm.1.gz +share/man/man1/cpm.1.gz +share/man/man1/yaze.1.gz +share/man/man1/z80.1.gz %%PORTDOCS%%%%DOCSDIR%%/00-INDEX.doc %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL-2.20 %%PORTDOCS%%%%DOCSDIR%%/README-1.10 %%PORTDOCS%%%%DOCSDIR%%/README-2.20 %%PORTDOCS%%%%DOCSDIR%%/README_BIOS3_Z80 %%PORTDOCS%%%%DOCSDIR%%/README_BOOTSYS %%PORTDOCS%%%%DOCSDIR%%/html/BOOTSYS.Z80.html %%PORTDOCS%%%%DOCSDIR%%/html/How_to_read.txt %%PORTDOCS%%%%DOCSDIR%%/html/INSTALL-2.51.3.html %%PORTDOCS%%%%DOCSDIR%%/html/README-1.10.html %%PORTDOCS%%%%DOCSDIR%%/html/README-2.51.3.html %%PORTDOCS%%%%DOCSDIR%%/html/README_BIOS3_Z80.html %%PORTDOCS%%%%DOCSDIR%%/html/README_BOOTSYS.html %%PORTDOCS%%%%DOCSDIR%%/html/cdm.1.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/000.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/001.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/002.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/003.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/004.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/005.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/006.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/007.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/008.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/009.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/010.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/011.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/012.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/013.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/014.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/015.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/016.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/017.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/018.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/019.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/020.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/021.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/022.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/023.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/024.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/025.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/026.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/027.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/028.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/029.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/030.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/031.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/032.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/033.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/034.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/035.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/036.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/037.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/038.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/039.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/040.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/041.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/042.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/043.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/044.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/045.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/046.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/047.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/048.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/049.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/050.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/051.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/052.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/053.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/054.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/055.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/056.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/057.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/058.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/059.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/060.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/061.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/062.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/063.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/064.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/065.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/066.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/067.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/068.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/069.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/070.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/071.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/072.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/073.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/074.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/075.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/076.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/077.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/078.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/079.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/080.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/081.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/082.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/083.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/084.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/085.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/086.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/087.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/088.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/089.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/090.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/091.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/092.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/093.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/094.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/095.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/096.html %%PORTDOCS%%%%DOCSDIR%%/html/cpmhelp/index.html %%PORTDOCS%%%%DOCSDIR%%/html/e_mail_yaze-ag.png %%PORTDOCS%%%%DOCSDIR%%/html/happy.gif %%PORTDOCS%%%%DOCSDIR%%/html/index.html %%PORTDOCS%%%%DOCSDIR%%/html/mintty.pdf %%PORTDOCS%%%%DOCSDIR%%/html/yaze-ag_doc.html %%PORTDOCS%%%%DOCSDIR%%/html/yaze-keys.odt %%PORTDOCS%%%%DOCSDIR%%/html/yaze-keys.pdf %%PORTDOCS%%%%DOCSDIR%%/html/yaze.1.html %%PORTDOCS%%%%DOCSDIR%%/html/yaze_doc.html %%PORTDOCS%%%%DOCSDIR%%/yaze-ag.doc %%PORTDOCS%%%%DOCSDIR%%/yaze.doc %%DATADIR%%/disks/BOOT_UTILS.ydsk.gz %%DATADIR%%/disks/CPM3_SYS.ydsk.gz %%DATADIR%%/disks/bios3-zsm4.ydsk.gz %%DATADIR%%/disks/bios3.ydsk.gz %%DATADIR%%/disks/disksort.tar.gz %%DATADIR%%/disks/disksort.ydsk.gz %%DATADIR%%/disks/hi-c-z280-compiler.ydsk.gz %%DATADIR%%/disks/kermit_szrz.ydsk.gz %%DATADIR%%/disks/mmu-utils.ydsk.gz %%DATADIR%%/disks/spl.ydsk.gz %%DATADIR%%/disks/test-utils-1.10.ydsk.gz %%DATADIR%%/disks/testdsk.ydsk.gz %%DATADIR%%/disks/turbo-modula-2.ydsk.gz %%DATADIR%%/disks/unixlike.ydsk.gz %%DATADIR%%/disks/yazerc %%DATADIR%%/disks/zinc.ydsk.gz %%DATADIR%%/disks/zsm4-source.ydsk.gz %%DATADIR%%/m2.ktt %%DATADIR%%/md5 %%DATADIR%%/sample.ktt %%DATADIR%%/yaze-cpm3.boot %%DATADIR%%/yaze.boot %%DATADIR%%/yaze.ktt diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 8bce71a32729..4228cfcad52f 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -1,39 +1,40 @@ PORTNAME= bftpd PORTVERSION= 6.1 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= jsmith@resonatingmedia.com COMMENT= Very configurable FTP server that can do chroot easily WWW= https://bftpd.sourceforge.net/ LICENSE= GPLv2 USES= autoreconf cpe gmake CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pam # Fix build with clang 11 CFLAGS+= -fcommon WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \ - man/man8/bftpd.8.gz + share/man/man8/bftpd.8.gz PORTDOCS= en pl sk OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,/etc/bftpd.conf,${PREFIX}/etc/bftpd.conf,' \ ${WRKSRC}/mypaths.h @${REINPLACE_CMD} -e 's, -ldl,,g' ${WRKSRC}/configure.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8/ ${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${STAGEDIR}${PREFIX}/etc/bftpd.conf.sample @cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index d28e1f5a0211..30875662d433 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -1,245 +1,245 @@ PORTNAME?= proftpd .if !defined(DISTVERSION) PORTVERSION?= ${PROFTPD_VERSION} .endif PORTREVISION?= 0 CATEGORIES?= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ https://github.com/downloads/proftpd/proftpd.github.com/ \ ftp://ftpmirror.uk/ftp.proftpd.org/distrib/source/ \ http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/ .if defined(_BUILDING_PROFTPD_MODULE) DISTNAME= proftpd-${PROFTPD_VERSION} .endif MAINTAINER?= mm@FreeBSD.org COMMENT?= Highly configurable FTP daemon WWW?= http://www.proftpd.org/ LICENSE?= GPLv2 LICENSE_FILE?= ${WRKSRC}/COPYING .if defined(_BUILDING_PROFTPD_MODULE) BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif PROFTPD_VERSION= 1.3.8b CPE_VENDOR= proftpd CPE_PRODUCT= proftpd .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY+= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/proftpd-${PROFTPD_VERSION} . if defined(_PROFTPD_MODULE_EXTRACT_ONLY) EXTRACT_ONLY+= ${_PROFTPD_MODULE_EXTRACT_ONLY} . endif . if defined(_PROFTPD_MODULE_DISTFILES) DISTFILES+= ${_PROFTPD_MODULE_DISTFILES} DISTINFO_FILE= ${.CURDIR}/distinfo . endif . if defined(_PROFTPD_MODULE_MASTER_SITES) MASTER_SITES+= ${_PROFTPD_MODULE_MASTER_SITES} . endif .endif .if !defined(_BUILDING_PROFTPD_MODULE) PORTDOCS= * .endif MAKE_JOBS_UNSAFE= yes USES+= gmake libtool GNU_CONFIGURE= yes .if !defined(_BUILDING_PROFTPD_MODULE) USES+= cpe ssl USE_RC_SUBR= proftpd .endif LOCALSTATEDIR?= /var/run CONFIGURE_ARGS=--localstatedir=${LOCALSTATEDIR} \ --libexecdir=${PREFIX}/libexec/proftpd \ --with-pkgconfig=libdata/pkgconfig \ --sysconfdir=${PREFIX}/etc \ --enable-ctrls \ --enable-dso \ --disable-sendfile CONFIGURE_ENV+= install_user=`${ID} -u` \ install_group=`${ID} -g` .if defined(_BUILDING_PROFTPD_MODULE) MODULES= ${_BUILDING_PROFTPD_MODULE} .for m in ${MODULES} __MODULES:=${__MODULES}:${m} .endfor CONFIGURE_ARGS+= --with-shared=${__MODULES:C/^://g} INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include/proftpd ALL_TARGET= shared BUILD_WRKSRC= ${WRKSRC}/modules INSTALL_WRKSRC= ${WRKSRC}/modules PLIST= ${WRKDIR}/PLIST .for m in ${MODULES} PLIST_FILES+= libexec/proftpd/${m}.a \ libexec/proftpd/${m}.so .endfor .else OPTIONS_DEFINE= DOCS HTMLDOCS IPV6 NLS MEMCACHE REDIS LIBSODIUM OPTIONS_DEFAULT= PCRE2 LIBSODIUM OPTIONS_RADIO+= PCREVER OPTIONS_RADIO_PCREVER= PCRE1 PCRE2 HTMLDOCS_DESC= Include HTML documentation MEMCACHE_DESC= Memcache support using libmemcached PCREVER_DESC= PCRE library to use PCRE1_DESC= ${PCRE_DESC} PCRE2_DESC= ${PCRE_DESC} version 2 REDIS_DESC= Redis support using hiredis LIBSODIUM_DESC= Stronger key algorithm support using libsodium PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}" OPTIONS_SUB= yes .endif #!defined(_BUILDING_PROFTPD_MODULE) .if !defined(_BUILDING_PROFTPD_MODULE) CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC} LIBS+= -lssl -lcrypto -L${OPENSSLLIB} LDFLAGS+= -lpthread .endif .if !defined(_BUILDING_PROFTPD_MODULE) LIBDIRS?= ${LOCALBASE}/lib INCLUDEDIRS?= ${LOCALBASE}/include # Always built modules MODULES+= mod_ban \ mod_copy \ mod_ctrls_admin \ mod_deflate \ mod_dnsbl \ mod_dynmasq \ mod_exec \ mod_ifsession \ mod_ifversion \ mod_qos \ mod_quotatab \ mod_quotatab_file \ mod_quotatab_radius \ mod_quotatab_sql \ mod_radius \ mod_ratio \ mod_readme \ mod_rewrite \ mod_sftp \ mod_sftp_pam \ mod_sftp_sql \ mod_shaper \ mod_site_misc \ mod_snmp \ mod_sql \ mod_sql_passwd \ mod_tls \ mod_tls_shmcache \ mod_unique_id \ mod_wrap2 \ mod_wrap2_file \ mod_wrap2_sql IPV6_CONFIGURE_ENABLE=ipv6 NLS_CONFIGURE_ON= --enable-nls NLS_USES= gettext iconv PCRE1_CONFIGURE_ENABLE= pcre PCRE1_CONFIGURE_ON= --disable-pcre2 PCRE1_LIB_DEPENDS= libpcre.so:devel/pcre PCRE2_CONFIGURE_ENABLE= pcre2 PCRE2_CONFIGURE_ON= --disable-pcre PCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 MEMCACHE_LIB_DEPENDS= libmemcached.so:databases/libmemcached MEMCACHE_CONFIGURE_ENABLE= memcache MEMCACHE_VARS= MODULES+="mod_memcache mod_tls_memcache" \ LIBS+="-L${LOCALBASE}/lib -lmemcached -lmemcachedutil" REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis REDIS_CONFIGURE_ENABLE= redis REDIS_VARS= MODULES+="mod_redis mod_tls_redis mod_wrap2_redis" \ LIBS+="-L${LOCALBASE}/lib -lhiredis" LIBSODIUM_CONFIGURE_ENABLE= sodium LIBSODIUM_LIB_DEPENDS= libsodium.so:security/libsodium LIBSODIUM_VARS= LIBS+="-L${LOCALBASE}/lib -lsodium" .include # Generate modules configuration string .for m in ${MODULES} _MODULES:=${_MODULES}:${m} .endfor # Keep this here below, in case similar constructs need to be made CONFIGURE_ARGS+= --with-shared=${_MODULES:C/^://g} .endif #!defined(_BUILDING_PROFTPD_MODULE) CONFIGURE_ARGS+= --with-includes=${INCLUDEDIRS} CONFIGURE_ARGS+= --with-libraries=${LIBDIRS} .include .if !defined(_BUILDING_PROFTPD_MODULE) .if empty(ICONV_PREFIX) CONFIGURE_ARGS+= ac_cv_lib_iconv_iconv_open=no \ ac_cv_lib_iconv_libiconv_open=no .endif post-patch: @${REINPLACE_CMD} -e 's|proftpd\.conf |proftpd.conf.sample |g' ${WRKSRC}/Makefile.in pre-configure: @${ECHO_MSG} "==> Configuring with following modules:" @${ECHO_MSG} "${MODULES:C/^://g}" post-configure: ${REINPLACE_CMD} -e 's: -lnsl::' ${WRKSRC}/Make.rules ${REINPLACE_CMD} -e 's:/usr/sbin:${PREFIX}/sbin:' \ -e 's:/usr/bin:${PREFIX}/bin:' \ ${WRKSRC}/src/proftpd.8 ${WRKSRC}/utils/ftpshut.8 \ ${WRKSRC}/utils/ftpcount.1 .endif #!defined(_BUILDING_PROFTPD_MODULE) .if defined(_BUILDING_PROFTPD_MODULE) pre-build: @cd ${WRKSRC} && ${MAKE_CMD} include/buildstamp.h pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/proftpd .else post-install: @${MKDIR} ${STAGEDIR}/var/run/proftpd .if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${CP} README* RELEASE_NOTES ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} license.txt ${STAGEDIR}${DOCSDIR} . if ${PORT_OPTIONS:MHTMLDOCS} @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/html @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} faq.html ${STAGEDIR}${DOCSDIR}/html @${CP} -RP ${WRKSRC}/doc/contrib ${STAGEDIR}${DOCSDIR}/html/contrib @${CP} -RP ${WRKSRC}/doc/modules ${STAGEDIR}${DOCSDIR}/html/modules @${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto . endif .endif - @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 ${STAGEDIR}${PREFIX}/man/man8/ .endif #!defined(_BUILDING_PROFTPD_MODULE) .include diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index 843355dcc8ca..f47390197029 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -1,33 +1,34 @@ PORTNAME= spegla PORTVERSION= 1.1p5 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= ftp MAINTAINER= hrs@FreeBSD.org COMMENT= Mirror program for FTP sites (written in C) LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= uidfix USE_GITHUB= yes GH_ACCOUNT= hrs-allbsd LICENSE_BSD2CLAUSE_REGEX="/ \* [Cc]opyright/,/ \*\//!d;s,^ \*,,;s,^/,," -MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man -PLIST_FILES= bin/spegla man/man1/spegla.1.gz +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man +PLIST_FILES= bin/spegla share/man/man1/spegla.1.gz PORTEXAMPLES= freebsd.org spegla.conf spegla.sh OPTIONS_DEFINE= EXAMPLES IPV6 IPV6_MAKE_ARGS= -DINET6 post-extract: cd ${WRKSRC} && ${SED} -e ${LICENSE_BSD2CLAUSE_REGEX} \ ${WRKSRC}/spegla.c > ${LICENSE_FILE} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/spegla.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/spegla.sh ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/games/auralquiz/Makefile b/games/auralquiz/Makefile index cf2e7f79c793..011c6c7c6219 100644 --- a/games/auralquiz/Makefile +++ b/games/auralquiz/Makefile @@ -1,37 +1,36 @@ PORTNAME= auralquiz PORTVERSION= 1.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= games MASTER_SITES= SAVANNAH MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple music quiz game using your own music files WWW= https://jancoding.wordpress.com/auralquiz/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libtag.so:audio/taglib USES= compiler:c++11-lang gl kde:5 qmake qt:5 USE_GL= gl USE_KDE= phonon USE_QT= core gui widgets qmake:build buildtools:build PORTDOCS= CHANGELOG README TODO OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|; \ - s|%%MAN6PREFIX%%|${MAN6PREFIX}|' \ + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' \ ${WRKSRC}/Auralquiz.pro post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/games/auralquiz/files/patch-Auralquiz.pro b/games/auralquiz/files/patch-Auralquiz.pro index b396e5ce2403..e5f269fdd899 100644 --- a/games/auralquiz/files/patch-Auralquiz.pro +++ b/games/auralquiz/files/patch-Auralquiz.pro @@ -1,27 +1,27 @@ --- Auralquiz.pro.orig 2017-05-11 10:46:54 UTC +++ Auralquiz.pro @@ -89,19 +89,19 @@ TRANSLATIONS += translations/auralquiz_e LIBS += -ltag # to use TagLib ## This is here so the makefile has a 'make install' target -target.path = /usr/games/ +target.path = %%PREFIX%%/bin/ desktop_file.files = auralquiz.desktop -desktop_file.path = /usr/share/applications/ +desktop_file.path = %%PREFIX%%/share/applications/ man_file.files = manual/auralquiz.6 -man_file.path = /usr/share/man/man6/ -+man_file.path = %%MAN6PREFIX%%/share/man/man6/ ++man_file.path = %%PREFIX%%/share/man/man6/ #icon32_png.files = icon/32x32/auralquiz.png -#icon32_png.path = /usr/share/icons/hicolor/32x32/apps/ +#icon32_png.path = %%PREFIX%%/share/icons/hicolor/32x32/apps/ icon64_png.files = icon/64x64/auralquiz.png -icon64_png.path = /usr/share/icons/hicolor/64x64/apps/ +icon64_png.path = %%PREFIX%%/share/icons/hicolor/64x64/apps/ INSTALLS += target \ desktop_file \ diff --git a/games/bastet/Makefile b/games/bastet/Makefile index 41ae1ac15f9c..597d3fa89c6b 100644 --- a/games/bastet/Makefile +++ b/games/bastet/Makefile @@ -1,39 +1,39 @@ PORTNAME= bastet PORTVERSION= 0.43.2 PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://fph.altervista.org/prog/files/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Ncurses Tetris clone which is harder than every other Tetris WWW= https://fph.altervista.org/prog/bastet.html LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_program_options.so:devel/boost-libs USES= compiler:c++11-lang gmake localbase:ldflags ncurses tar:tgz USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= fph PORTDOCS= AUTHORS README NEWS OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}/var/games ${TOUCH} ${STAGEDIR}/var/games/bastet.scores2.sample ${INSTALL_DATA} ${WRKSRC}/bastet.png ${STAGEDIR}${PREFIX}/share/pixmaps/ ${INSTALL_DATA} ${WRKSRC}/bastet.desktop ${STAGEDIR}${PREFIX}/share/applications/ @${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata/ ${INSTALL_DATA} ${WRKSRC}/bastet.appdata.xml ${STAGEDIR}${PREFIX}/share/appdata/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include diff --git a/games/bsdgames/Makefile b/games/bsdgames/Makefile index 5458d6a815d0..be6d56186573 100644 --- a/games/bsdgames/Makefile +++ b/games/bsdgames/Makefile @@ -1,46 +1,46 @@ PORTNAME= bsdgames PORTVERSION= 0.75 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= games MAINTAINER= jockl@pianojockl.org COMMENT= Traditional BSD games taken mostly from DragonFly BSD LICENSE= BSD3CLAUSE USES= ncurses tar:xz uidfix USE_GITHUB= yes GH_ACCOUNT= pianojockl -MAKE_ARGS= BINGRP=${BINGRP} +MAKE_ARGS= BINGRP=${BINGRP} MANDIR="${PREFIX}/share/man/man" MAKE_ENV= WITHOUT_WERROR=yes CFLAGS+= -fcommon CONFLICTS= hangman INFO= wump INFO_PATH= share/games pre-install: .for d in atc larn quiz.db boggle @${MKDIR} ${STAGEDIR}${PREFIX}/share/games/$d .endfor .for d in atc battlestar hackdir/save larn phantasia @${MKDIR} ${STAGEDIR}/var/games/$d .endfor post-install: # avoid conflict with games/bs and shells/fish .for prog in bs fish ${MV} ${STAGEDIR}${PREFIX}/bin/${prog} ${STAGEDIR}${PREFIX}/bin/${prog}-game - ${MV} ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}.6.gz ${STAGEDIR}${MAN6PREFIX}/man/man6/${prog}-game.6.gz + ${MV} ${STAGEDIR}${PREFIX}/share/man/man6/${prog}.6.gz ${STAGEDIR}${PREFIX}/share/man/man6/${prog}-game.6.gz .endfor @${TOUCH} ${STAGEDIR}/var/games/atc_score @${FIND} ${STAGEDIR}/var/games -type f -exec ${MV} {} {}.sample \; .include diff --git a/games/bsdgames/pkg-plist b/games/bsdgames/pkg-plist index 463b4b033236..d2e7897ba49d 100644 --- a/games/bsdgames/pkg-plist +++ b/games/bsdgames/pkg-plist @@ -1,151 +1,151 @@ bin/adventure bin/arithmetic @(,games,2555) bin/atc bin/backgammon @(,games,2555) bin/battlestar bin/bcd bin/boggle bin/bs-game @(,games,2555) bin/canfield bin/cfscores bin/colorbars @(,games,2555) bin/cribbage bin/fish-game @(,games,2555) bin/hack bin/hals_end bin/hangman bin/hunt bin/huntd @(,games,2555) bin/larn bin/mille @(,games,2555) bin/phantasia bin/pig bin/ppt bin/quiz bin/rain @(,games,2555) bin/robots @(,games,2555) bin/rogue @(,games,2555) bin/sail @(,games,2555) bin/snake bin/snscore bin/teachgammon bin/tetris bin/trek bin/wargames bin/worm bin/worms bin/wump -man/man6/adventure.6.gz -man/man6/arithmetic.6.gz -man/man6/atc.6.gz -man/man6/backgammon.6.gz -man/man6/battlestar.6.gz -man/man6/bcd.6.gz -man/man6/boggle.6.gz -man/man6/bs-game.6.gz -man/man6/canfield.6.gz -man/man6/cfscores.6.gz -man/man6/colorbars.6.gz -man/man6/cribbage.6.gz -man/man6/fish-game.6.gz -man/man6/hack.6.gz -man/man6/hals_end.6.gz -man/man6/hangman.6.gz -man/man6/hunt.6.gz -man/man6/huntd.6.gz -man/man6/larn.6.gz -man/man6/mille.6.gz -man/man6/phantasia.6.gz -man/man6/pig.6.gz -man/man6/ppt.6.gz -man/man6/quiz.6.gz -man/man6/rain.6.gz -man/man6/robots.6.gz -man/man6/rogue.6.gz -man/man6/sail.6.gz -man/man6/snake.6.gz -man/man6/snscore.6.gz -man/man6/tetris.6.gz -man/man6/trek.6.gz -man/man6/wargames.6.gz -man/man6/worm.6.gz -man/man6/worms.6.gz -man/man6/wump.6.gz +share/man/man6/adventure.6.gz +share/man/man6/arithmetic.6.gz +share/man/man6/atc.6.gz +share/man/man6/backgammon.6.gz +share/man/man6/battlestar.6.gz +share/man/man6/bcd.6.gz +share/man/man6/boggle.6.gz +share/man/man6/bs-game.6.gz +share/man/man6/canfield.6.gz +share/man/man6/cfscores.6.gz +share/man/man6/colorbars.6.gz +share/man/man6/cribbage.6.gz +share/man/man6/fish-game.6.gz +share/man/man6/hack.6.gz +share/man/man6/hals_end.6.gz +share/man/man6/hangman.6.gz +share/man/man6/hunt.6.gz +share/man/man6/huntd.6.gz +share/man/man6/larn.6.gz +share/man/man6/mille.6.gz +share/man/man6/phantasia.6.gz +share/man/man6/pig.6.gz +share/man/man6/ppt.6.gz +share/man/man6/quiz.6.gz +share/man/man6/rain.6.gz +share/man/man6/robots.6.gz +share/man/man6/rogue.6.gz +share/man/man6/sail.6.gz +share/man/man6/snake.6.gz +share/man/man6/snscore.6.gz +share/man/man6/tetris.6.gz +share/man/man6/trek.6.gz +share/man/man6/wargames.6.gz +share/man/man6/worm.6.gz +share/man/man6/worms.6.gz +share/man/man6/wump.6.gz share/games/atc/Game_List share/games/atc/Killer share/games/atc/crossover share/games/atc/default share/games/atc/easy share/games/atc/game_2 share/games/boggle/dictindex share/games/boggle/dictionary share/games/boggle/helpfile share/games/cribbage.instr share/games/fish.instr share/games/larn/larn.help share/games/larn/larnmaze share/games/larn/larnopts share/games/quiz.db/africa share/games/quiz.db/america share/games/quiz.db/areas share/games/quiz.db/arith share/games/quiz.db/asia share/games/quiz.db/babies share/games/quiz.db/bard share/games/quiz.db/chinese share/games/quiz.db/collectives share/games/quiz.db/ed share/games/quiz.db/elements share/games/quiz.db/europe share/games/quiz.db/flowers share/games/quiz.db/greek share/games/quiz.db/inca share/games/quiz.db/index share/games/quiz.db/latin share/games/quiz.db/locomotive share/games/quiz.db/midearth share/games/quiz.db/morse share/games/quiz.db/murders share/games/quiz.db/poetry share/games/quiz.db/posneg share/games/quiz.db/pres share/games/quiz.db/province share/games/quiz.db/seq-easy share/games/quiz.db/seq-hard share/games/quiz.db/sexes share/games/quiz.db/sov share/games/quiz.db/spell share/games/quiz.db/state share/games/quiz.db/trek share/games/quiz.db/ucc @sample(,games,0664) /var/games/atc_score.sample @sample(,games,0664) /var/games/battlestar.log.sample @sample(,games,0664) /var/games/cfscores.sample @sample(,games,0664) /var/games/criblog.sample @sample(,games,0664) /var/games/hackdir/data.sample @sample(,games,0664) /var/games/hackdir/help.sample @sample(,games,0664) /var/games/hackdir/hh.sample @sample(,games,0664) /var/games/hackdir/perm.sample @sample(,games,0664) /var/games/hackdir/record.sample @sample(,games,0664) /var/games/hackdir/rumors.sample @sample(,games,0664) /var/games/larn/llog12.0.sample @sample(,games,0664) /var/games/larn/lscore12.0.sample @sample(,games,0664) /var/games/phantasia/characs.sample @sample(,games,0664) /var/games/phantasia/gold.sample @sample(,games,0664) /var/games/phantasia/lastdead.sample @sample(,games,0664) /var/games/phantasia/mess.sample @sample(,games,0664) /var/games/phantasia/monsters.sample @sample(,games,0664) /var/games/phantasia/motd.sample @sample(,games,0664) /var/games/phantasia/scoreboard.sample @sample(,games,0664) /var/games/phantasia/void.sample @sample(,games,0664) /var/games/robots_roll.sample @sample(,games,0664) /var/games/rogue.scores.sample @sample(,games,0664) /var/games/saillog.sample @sample(,games,0664) /var/games/snake.log.sample @sample(,games,0664) /var/games/snakerawscores.sample @dir(,games,0775) /var/games/atc @dir(,games,0775) /var/games/battlestar @dir(,games,0775) /var/games/hackdir/save @dir(,games,0775) /var/games/hackdir @dir(,games,0775) /var/games/larn @dir(,games,0775) /var/games/phantasia diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 187e65575646..b101f222df02 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,27 +1,27 @@ PORTNAME= cgoban PORTVERSION= 1.9.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}1/${PORTNAME}1/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Internet Go Server client and game editor WWW= https://cgoban1.sourceforge.net/ GNU_CONFIGURE= yes USES= xorg USE_XORG= x11 ice sm PLIST_FILES= bin/cgoban \ - man/man6/cgoban.6.gz + share/man/man6/cgoban.6.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/gnugo|${LOCALBASE}/bin/gnugo|' ${WRKSRC}/src/cgoban.c @${REINPLACE_CMD} -e 's|linux/soundcard.h|sys/soundcard.h|; \ /CFLAGS='\''-O2/ d' ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/cgoban ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/man6/cgoban.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .include diff --git a/games/dungeon/Makefile b/games/dungeon/Makefile index d27f8ee91b6e..2cb748ad5e85 100644 --- a/games/dungeon/Makefile +++ b/games/dungeon/Makefile @@ -1,67 +1,67 @@ PORTNAME= dungeon PORTVERSION= 3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/games/source/:source \ ftp://ftp.ifarchive.com/if-archive/games/source/:source \ http://mirror.ifarchive.org/if-archive/games/source/:source \ ftp://ftp.funet.fi/pub/misc/ifarchive/games/source/:source \ http://ifarchive.flavorplex.com/if-archive/games/source/:source \ http://eblong.com/zarf/glk/:glkterm DISTFILES= dungn27s.zip:source \ dungn32b.zip:source \ dungeon-gdt-glk.tar.gz:source \ glkterm-104.tar.gz:glkterm EXTRACT_ONLY= dungeon-gdt-glk.tar.gz \ glkterm-104.tar.gz \ dungn27s.zip MAINTAINER= sailor@63bit.net COMMENT= Text adventure which became Zork I-III WWW= http://www.csd.uwo.ca/Infocom/dungeon.html USES= ncurses NO_WRKSUBDIR= yes PLIST_FILES= bin/dungeon \ - man/man6/dungeon.6.gz \ + share/man/man6/dungeon.6.gz \ %%DATADIR%%/dundat \ %%PORTDOCS%%%%DOCSDIR%%/dungn32b.zip PLIST_DIRS= %%DATADIR%% PORTDOCS= HISTORY MANIFEST README MAKE_FLAGS+= DATADIR=${DATADIR} MAKE_ENV+= GDT_FLAG=-DHAVE_GDT OPTIONS_DEFINE= DOCS .include pre-patch: @${REINPLACE_CMD} -e 's/^CC =/CC ?=/' \ -e 's/^CFLAGS =/CFLAGS +=/' \ -e 's/^OPTIONS = -g/OPTIONS =/' \ -e "s@LIBS = @LIBS = ${LDFLAGS} @g" \ -e '/^OPTIONS = -O/d' \ ${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile do-build: @(cd ${WRKSRC}/glkterm && ${SETENV} ${MAKE_ENV} ${MAKE}) @(cd ${WRKSRC}/dungeon-gdt/ && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS}) do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/dungeon-gdt/dungeon \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/dungeon-gdt/dundat ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/DUNGEON.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/dungeon.6 + ${STAGEDIR}${PREFIX}/share/man/man6/dungeon.6 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DISTDIR}/dungn32b.zip ${STAGEDIR}${DOCSDIR} .endif .include diff --git a/games/frotz/Makefile b/games/frotz/Makefile index e4135df61a78..f6fb5de46e69 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,52 +1,53 @@ PORTNAME= frotz PORTVERSION= 2.51 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= dave@661.org COMMENT= Infocom Z-machine games interpreter WWW= https://gitlab.com/DavidGriffith/frotz LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITLAB= yes GL_ACCOUNT= DavidGriffith GL_TAGNAME= 73eec90ebb159ed687b74cbaf81e135c3e7e390b USES= gmake ncurses MAKE_ENV= OPTS="${CFLAGS}" CONFIG_DIR="${PREFIX}/etc" ALL_TARGET= nosound dumb INSTALL_TARGET= frotz PLIST_FILES= bin/frotz \ - man/man6/frotz.6.gz + share/man/man6/frotz.6.gz PORTDOCS= AUTHORS ChangeLog HOW_TO_PLAY README PORTEXAMPLES= frotz.conf-big frotz.conf-small OPTIONS_DEFINE= DOCS EXAMPLES DUMB DUMB_DESC= Install dfrotz (dumb frotz) DUMB_PLIST_FILES= bin/dfrotz \ - man/man6/dfrotz.6.gz + share/man/man6/dfrotz.6.gz DUMB_PORTDOCS= DUMB do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} do-install-DUMB-on: ${INSTALL_PROGRAM} ${WRKSRC}/d${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/d${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/games/galaxis/Makefile b/games/galaxis/Makefile index 6462cb819387..d12ee31f0da0 100644 --- a/games/galaxis/Makefile +++ b/games/galaxis/Makefile @@ -1,37 +1,38 @@ PORTNAME= galaxis PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/galaxis/ MAINTAINER= alfix86@gmail.com COMMENT= Clone of the nifty little Macintosh game WWW= http://www.catb.org/~esr/galaxis/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake ncurses MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS} -DNDEBUG" \ TERMLIB="${LDFLAGS} -lncurses" ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/applications/${PORTNAME}.desktop \ share/pixmaps/${PORTNAME}.png PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 0158527074b9..67c465cc54bb 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -1,37 +1,38 @@ PORTNAME= gemrb PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/Releases/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-sources MAINTAINER= pkubaj@FreeBSD.org COMMENT= GemRB (Game engine made with preRendered Background) WWW= https://www.gemrb.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libfreetype.so:print/freetype2 USES= cmake compiler:c11 gnome iconv localbase openal:al,alut \ python sdl shebangfix SHEBANG_FILES= admin/extend2da.py USE_SDL= sdl2 USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS OPTIONS_SUB= yes CMAKE_ARGS= -DDOC_DIR="${DOCSDIR}" \ - -DMAN_DIR="${MAN6PREFIX}/man/man6/" \ + -DMAN_DIR="${PREFIX}/share/man/man6/" \ -DSDL_BACKEND=SDL2 \ -DUSE_OPENAL=ON \ -DUSE_LIBVLC=OFF \ -DHAVE_LDEXPF=1 PLIST_SUB= PORTVERSION=${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include diff --git a/games/gemrb/pkg-plist b/games/gemrb/pkg-plist index 96a2e4b78965..0fddde1849ac 100644 --- a/games/gemrb/pkg-plist +++ b/games/gemrb/pkg-plist @@ -1,2526 +1,2526 @@ bin/extend2da.py bin/gemrb %%ETCDIR%%/GemRB.cfg %%ETCDIR%%/GemRB.cfg.noinstall.sample %%ETCDIR%%/GemRB.cfg.sample lib/gemrb/libgemrb_core.so lib/gemrb/libgemrb_core.so.%%PORTVERSION%% lib/gemrb/plugins/2DAImporter.so lib/gemrb/plugins/ACMReader.so lib/gemrb/plugins/AREImporter.so lib/gemrb/plugins/BAMImporter.so lib/gemrb/plugins/BIFImporter.so lib/gemrb/plugins/BIKPlayer.so lib/gemrb/plugins/BMPImporter.so lib/gemrb/plugins/BMPWriter.so lib/gemrb/plugins/CHUImporter.so lib/gemrb/plugins/CREImporter.so lib/gemrb/plugins/DLGImporter.so lib/gemrb/plugins/DirectoryImporter.so lib/gemrb/plugins/EFFImporter.so lib/gemrb/plugins/FXOpcodes.so lib/gemrb/plugins/GAMImporter.so lib/gemrb/plugins/GUIScript.so lib/gemrb/plugins/IDSImporter.so lib/gemrb/plugins/INIImporter.so lib/gemrb/plugins/ITMImporter.so lib/gemrb/plugins/IWDOpcodes.so lib/gemrb/plugins/KEYImporter.so lib/gemrb/plugins/MOSImporter.so lib/gemrb/plugins/MUSImporter.so lib/gemrb/plugins/MVEPlayer.so lib/gemrb/plugins/NullSound.so lib/gemrb/plugins/NullSource.so lib/gemrb/plugins/OGGReader.so lib/gemrb/plugins/OpenALAudio.so lib/gemrb/plugins/PLTImporter.so lib/gemrb/plugins/PNGImporter.so lib/gemrb/plugins/PROImporter.so lib/gemrb/plugins/PSTOpcodes.so lib/gemrb/plugins/SAVImporter.so lib/gemrb/plugins/SDLVideo.so lib/gemrb/plugins/SPLImporter.so lib/gemrb/plugins/STOImporter.so lib/gemrb/plugins/TISImporter.so lib/gemrb/plugins/TLKImporter.so lib/gemrb/plugins/TTFImporter.so lib/gemrb/plugins/WAVReader.so lib/gemrb/plugins/WEDImporter.so lib/gemrb/plugins/WMPImporter.so lib/gemrb/plugins/ZLibManager.so -man/man6/gemrb.6.gz +share/man/man6/gemrb.6.gz share/applications/gemrb.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/en/CheatKeys.txt %%PORTDOCS%%%%DOCSDIR%%/en/CodingStyle.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Charcolors.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Containers.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Doors.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Effects.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Projectile.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Triggers.txt %%PORTDOCS%%%%DOCSDIR%%/en/Engine/Usability.txt %%PORTDOCS%%%%DOCSDIR%%/en/EngineChanges.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/HPBARB.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/ability.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/aligns.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/areapro.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/avatars.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/avprefix.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/cgtable.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/classes.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/clowncol.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/comment.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/containr.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/damage.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/defsound.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/dmgtype.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/fistweap.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/fonts.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/formatio.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/guibtact.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/item_use.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/itemsnd.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/itemspec.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/itemtype.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/itemuse.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/magesch.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/modal.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/overlay.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/pathfind.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/pdolls.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/pictures.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/polystat.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/proftype.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/qslots.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/races.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/randitem.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/restmov.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/savegame.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/script.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/shtable.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/skills.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/skillsta.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/slottype.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/spells.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/splprot.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/splspec.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/stances.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/start.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/states.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/storespl.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/strings.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/table_template.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/textscrn.txt %%PORTDOCS%%%%DOCSDIR%%/en/Tables/wildmag.txt %%PORTDOCS%%%%DOCSDIR%%/en/default_ini.txt %%PORTDOCS%%%%DOCSDIR%%/en/gemrb_ini.txt %%DATADIR%%/GUIScripts/Actor.py %%DATADIR%%/GUIScripts/AutodetectCommon.py %%DATADIR%%/GUIScripts/BGCommon.py %%DATADIR%%/GUIScripts/Clock.py %%DATADIR%%/GUIScripts/CommonTables.py %%DATADIR%%/GUIScripts/CommonWindow.py %%DATADIR%%/GUIScripts/Console.py %%DATADIR%%/GUIScripts/Container.py %%DATADIR%%/GUIScripts/DualClass.py %%DATADIR%%/GUIScripts/ExportFile.py %%DATADIR%%/GUIScripts/GUICG13.py %%DATADIR%%/GUIScripts/GUIClasses.py %%DATADIR%%/GUIScripts/GUICommon.py %%DATADIR%%/GUIScripts/GUICommonWindows.py %%DATADIR%%/GUIScripts/GUIDefines.py %%DATADIR%%/GUIScripts/GUILOAD.py %%DATADIR%%/GUIScripts/GUIMA.py %%DATADIR%%/GUIScripts/GUIMACommon.py %%DATADIR%%/GUIScripts/GUIMG.py %%DATADIR%%/GUIScripts/GUIMOVIE.py %%DATADIR%%/GUIScripts/GUIOPT.py %%DATADIR%%/GUIScripts/GUIOPTControls.py %%DATADIR%%/GUIScripts/GUIPR.py %%DATADIR%%/GUIScripts/GUIREC.py %%DATADIR%%/GUIScripts/GUIRECCommon.py %%DATADIR%%/GUIScripts/GUISAVE.py %%DATADIR%%/GUIScripts/GUISONGS.py %%DATADIR%%/GUIScripts/GUISTORE.py %%DATADIR%%/GUIScripts/GUIWORLD.py %%DATADIR%%/GUIScripts/GameCheck.py %%DATADIR%%/GUIScripts/InventoryCommon.py %%DATADIR%%/GUIScripts/LUCommon.py %%DATADIR%%/GUIScripts/LUProfsSelection.py %%DATADIR%%/GUIScripts/LUSkillsSelection.py %%DATADIR%%/GUIScripts/LUSpellSelection.py %%DATADIR%%/GUIScripts/LevelUp.py %%DATADIR%%/GUIScripts/Main.py %%DATADIR%%/GUIScripts/MessageWindow.py %%DATADIR%%/GUIScripts/MetaClasses.py %%DATADIR%%/GUIScripts/Portrait.py %%DATADIR%%/GUIScripts/Spellbook.py %%DATADIR%%/GUIScripts/TextScreen.py %%DATADIR%%/GUIScripts/bg1/Autodetect.py %%DATADIR%%/GUIScripts/bg1/CharGen.py %%DATADIR%%/GUIScripts/bg1/CharGenCommon.py %%DATADIR%%/GUIScripts/bg1/CharGenGui.py %%DATADIR%%/GUIScripts/bg1/GUICG1.py %%DATADIR%%/GUIScripts/bg1/GUICG10.py %%DATADIR%%/GUIScripts/bg1/GUICG12.py %%DATADIR%%/GUIScripts/bg1/GUICG15.py %%DATADIR%%/GUIScripts/bg1/GUICG19.py %%DATADIR%%/GUIScripts/bg1/GUICG2.py %%DATADIR%%/GUIScripts/bg1/GUICG22.py %%DATADIR%%/GUIScripts/bg1/GUICG3.py %%DATADIR%%/GUIScripts/bg1/GUICG4.py %%DATADIR%%/GUIScripts/bg1/GUICG5.py %%DATADIR%%/GUIScripts/bg1/GUICG6.py %%DATADIR%%/GUIScripts/bg1/GUICG7.py %%DATADIR%%/GUIScripts/bg1/GUICG8.py %%DATADIR%%/GUIScripts/bg1/GUICG9.py %%DATADIR%%/GUIScripts/bg1/GUIINV.py %%DATADIR%%/GUIScripts/bg1/GUIJRNL.py %%DATADIR%%/GUIScripts/bg1/GUIMP.py %%DATADIR%%/GUIScripts/bg1/Game.py %%DATADIR%%/GUIScripts/bg1/ImportFile.py %%DATADIR%%/GUIScripts/bg1/LoadScreen.py %%DATADIR%%/GUIScripts/bg1/QuitGame.py %%DATADIR%%/GUIScripts/bg1/Start.py %%DATADIR%%/GUIScripts/bg2/Autodetect.py %%DATADIR%%/GUIScripts/bg2/CharGen.py %%DATADIR%%/GUIScripts/bg2/CharGen2.py %%DATADIR%%/GUIScripts/bg2/CharGen3.py %%DATADIR%%/GUIScripts/bg2/CharGen4.py %%DATADIR%%/GUIScripts/bg2/CharGen5.py %%DATADIR%%/GUIScripts/bg2/CharGen6.py %%DATADIR%%/GUIScripts/bg2/CharGen7.py %%DATADIR%%/GUIScripts/bg2/CharGen8.py %%DATADIR%%/GUIScripts/bg2/CharGen9.py %%DATADIR%%/GUIScripts/bg2/CharGenCommon.py %%DATADIR%%/GUIScripts/bg2/CharGenEnd.py %%DATADIR%%/GUIScripts/bg2/DemoEnd.py %%DATADIR%%/GUIScripts/bg2/GUICG1.py %%DATADIR%%/GUIScripts/bg2/GUICG10.py %%DATADIR%%/GUIScripts/bg2/GUICG12.py %%DATADIR%%/GUIScripts/bg2/GUICG15.py %%DATADIR%%/GUIScripts/bg2/GUICG19.py %%DATADIR%%/GUIScripts/bg2/GUICG2.py %%DATADIR%%/GUIScripts/bg2/GUICG22.py %%DATADIR%%/GUIScripts/bg2/GUICG23.py %%DATADIR%%/GUIScripts/bg2/GUICG24.py %%DATADIR%%/GUIScripts/bg2/GUICG3.py %%DATADIR%%/GUIScripts/bg2/GUICG4.py %%DATADIR%%/GUIScripts/bg2/GUICG5.py %%DATADIR%%/GUIScripts/bg2/GUICG6.py %%DATADIR%%/GUIScripts/bg2/GUICG7.py %%DATADIR%%/GUIScripts/bg2/GUICG8.py %%DATADIR%%/GUIScripts/bg2/GUICG9.py %%DATADIR%%/GUIScripts/bg2/GUIINV.py %%DATADIR%%/GUIScripts/bg2/GUIJRNL.py %%DATADIR%%/GUIScripts/bg2/Game.py %%DATADIR%%/GUIScripts/bg2/ImportFile.py %%DATADIR%%/GUIScripts/bg2/ImportGame.py %%DATADIR%%/GUIScripts/bg2/LUHLASelection.py %%DATADIR%%/GUIScripts/bg2/LoadScreen.py %%DATADIR%%/GUIScripts/bg2/QuitGame.py %%DATADIR%%/GUIScripts/bg2/Start.py %%DATADIR%%/GUIScripts/bg2/Start2.py %%DATADIR%%/GUIScripts/bg2/StartOpt.py %%DATADIR%%/GUIScripts/demo/Autodetect.py %%DATADIR%%/GUIScripts/demo/GUIINV.py %%DATADIR%%/GUIScripts/demo/GUIJRNL.py %%DATADIR%%/GUIScripts/demo/GUIMA.py %%DATADIR%%/GUIScripts/demo/GUIMG.py %%DATADIR%%/GUIScripts/demo/GUIOPT.py %%DATADIR%%/GUIScripts/demo/GUIPR.py %%DATADIR%%/GUIScripts/demo/Game.py %%DATADIR%%/GUIScripts/demo/LoadScreen.py %%DATADIR%%/GUIScripts/demo/MessageWindow.py %%DATADIR%%/GUIScripts/demo/QuitGame.py %%DATADIR%%/GUIScripts/demo/README %%DATADIR%%/GUIScripts/demo/SetupGame.py %%DATADIR%%/GUIScripts/demo/Start.py %%DATADIR%%/GUIScripts/demo/Tests.py %%DATADIR%%/GUIScripts/ie_action.py %%DATADIR%%/GUIScripts/ie_feats.py %%DATADIR%%/GUIScripts/ie_modal.py %%DATADIR%%/GUIScripts/ie_restype.py %%DATADIR%%/GUIScripts/ie_slots.py %%DATADIR%%/GUIScripts/ie_sounds.py %%DATADIR%%/GUIScripts/ie_spells.py %%DATADIR%%/GUIScripts/ie_stats.py %%DATADIR%%/GUIScripts/iwd/Autodetect.py %%DATADIR%%/GUIScripts/iwd/CharGen.py %%DATADIR%%/GUIScripts/iwd/GUIINV.py %%DATADIR%%/GUIScripts/iwd/GUIJRNL.py %%DATADIR%%/GUIScripts/iwd/Game.py %%DATADIR%%/GUIScripts/iwd/LoadScreen.py %%DATADIR%%/GUIScripts/iwd/PartyFormation.py %%DATADIR%%/GUIScripts/iwd/QuitGame.py %%DATADIR%%/GUIScripts/iwd/Start.py %%DATADIR%%/GUIScripts/iwd2/Abilities.py %%DATADIR%%/GUIScripts/iwd2/Alignment.py %%DATADIR%%/GUIScripts/iwd2/Appearance.py %%DATADIR%%/GUIScripts/iwd2/Autodetect.py %%DATADIR%%/GUIScripts/iwd2/CGPortrait.py %%DATADIR%%/GUIScripts/iwd2/CSound.py %%DATADIR%%/GUIScripts/iwd2/CharGen.py %%DATADIR%%/GUIScripts/iwd2/CharGen2.py %%DATADIR%%/GUIScripts/iwd2/CharGen3.py %%DATADIR%%/GUIScripts/iwd2/CharGen4.py %%DATADIR%%/GUIScripts/iwd2/CharGen5.py %%DATADIR%%/GUIScripts/iwd2/CharGen6.py %%DATADIR%%/GUIScripts/iwd2/CharGen7.py %%DATADIR%%/GUIScripts/iwd2/CharGen8.py %%DATADIR%%/GUIScripts/iwd2/CharGen9.py %%DATADIR%%/GUIScripts/iwd2/CharOverview.py %%DATADIR%%/GUIScripts/iwd2/Class.py %%DATADIR%%/GUIScripts/iwd2/Enemy.py %%DATADIR%%/GUIScripts/iwd2/Feats.py %%DATADIR%%/GUIScripts/iwd2/GUIINV.py %%DATADIR%%/GUIScripts/iwd2/GUIJRNL.py %%DATADIR%%/GUIScripts/iwd2/GUILOAD.py %%DATADIR%%/GUIScripts/iwd2/GUIREC.py %%DATADIR%%/GUIScripts/iwd2/GUISPL.py %%DATADIR%%/GUIScripts/iwd2/GUIWORLD.py %%DATADIR%%/GUIScripts/iwd2/Game.py %%DATADIR%%/GUIScripts/iwd2/Gender.py %%DATADIR%%/GUIScripts/iwd2/IDLUCommon.py %%DATADIR%%/GUIScripts/iwd2/ImportFile.py %%DATADIR%%/GUIScripts/iwd2/LoadScreen.py %%DATADIR%%/GUIScripts/iwd2/MessageWindow.py %%DATADIR%%/GUIScripts/iwd2/Name.py %%DATADIR%%/GUIScripts/iwd2/Options.py %%DATADIR%%/GUIScripts/iwd2/QuitGame.py %%DATADIR%%/GUIScripts/iwd2/Race.py %%DATADIR%%/GUIScripts/iwd2/SPParty.py %%DATADIR%%/GUIScripts/iwd2/SPParty2.py %%DATADIR%%/GUIScripts/iwd2/SPPartyFormation.py %%DATADIR%%/GUIScripts/iwd2/Skills.py %%DATADIR%%/GUIScripts/iwd2/Songs.py %%DATADIR%%/GUIScripts/iwd2/Spells.py %%DATADIR%%/GUIScripts/iwd2/Start.py %%DATADIR%%/GUIScripts/iwd2/SubRaces.py %%DATADIR%%/GUIScripts/maze_defs.py %%DATADIR%%/GUIScripts/pst/Autodetect.py %%DATADIR%%/GUIScripts/pst/Clock.py %%DATADIR%%/GUIScripts/pst/FloatMenuWindow.py %%DATADIR%%/GUIScripts/pst/GUIINV.py %%DATADIR%%/GUIScripts/pst/GUIJRNL.py %%DATADIR%%/GUIScripts/pst/GUILOAD.py %%DATADIR%%/GUIScripts/pst/GUIMA.py %%DATADIR%%/GUIScripts/pst/GUIMG.py %%DATADIR%%/GUIScripts/pst/GUIOPT.py %%DATADIR%%/GUIScripts/pst/GUIPR.py %%DATADIR%%/GUIScripts/pst/GUIREC.py %%DATADIR%%/GUIScripts/pst/GUISAVE.py %%DATADIR%%/GUIScripts/pst/GUIWORLD.py %%DATADIR%%/GUIScripts/pst/Game.py %%DATADIR%%/GUIScripts/pst/LoadScreen.py %%DATADIR%%/GUIScripts/pst/Maze.py %%DATADIR%%/GUIScripts/pst/MessageWindow.py %%DATADIR%%/GUIScripts/pst/NewLife.py %%DATADIR%%/GUIScripts/pst/QuitGame.py %%DATADIR%%/GUIScripts/pst/Start.py %%DATADIR%%/GUIScripts/test/Autodetect.py %%DATADIR%%/GUIScripts/test/Start.py %%DATADIR%%/Shaders/BlitRGBA.glsl %%DATADIR%%/Shaders/SDLTextureV.glsl %%DATADIR%%/demo/README.md %%DATADIR%%/demo/TODO %%DATADIR%%/demo/chitin.key %%DATADIR%%/demo/copyright %%DATADIR%%/demo/data/AMB_D18.ogg %%DATADIR%%/demo/data/AR0100.WED %%DATADIR%%/demo/data/AR0100HT.BMP %%DATADIR%%/demo/data/AR0100LM.BMP %%DATADIR%%/demo/data/AR0100SR.BMP %%DATADIR%%/demo/data/AR0100TMP.BMP %%DATADIR%%/demo/data/Eadui.ttf %%DATADIR%%/demo/data/FOGOWAR.BAM %%DATADIR%%/demo/data/Lato-Bold.ttf %%DATADIR%%/demo/data/OFL.txt %%DATADIR%%/demo/data/ZHMW1A1.bam %%DATADIR%%/demo/data/ZHMW1A2.bam %%DATADIR%%/demo/data/ZHMW1A3.bam %%DATADIR%%/demo/data/ZHMW1A4.bam %%DATADIR%%/demo/data/ZHMW1A5.bam %%DATADIR%%/demo/data/ZHMW1A6.bam %%DATADIR%%/demo/data/ZHMW1A7.bam %%DATADIR%%/demo/data/ZHMW1A8.bam %%DATADIR%%/demo/data/ZHMW1CA.bam %%DATADIR%%/demo/data/ZHMW1G1.bam %%DATADIR%%/demo/data/ZHMW1G11.bam %%DATADIR%%/demo/data/ZHMW1G14.bam %%DATADIR%%/demo/data/ZHMW1G15.bam %%DATADIR%%/demo/data/ZHMW1G16.bam %%DATADIR%%/demo/data/ZHMW1G17.bam %%DATADIR%%/demo/data/ZHMW1GH.bam %%DATADIR%%/demo/data/ZHMW1GU.bam %%DATADIR%%/demo/data/ZHMW1SP.bam %%DATADIR%%/demo/data/ZHMW1TW.bam %%DATADIR%%/demo/data/action.ids %%DATADIR%%/demo/data/amntwin.png %%DATADIR%%/demo/data/ar0100.are %%DATADIR%%/demo/data/ar0100.bcs %%DATADIR%%/demo/data/ar0100.mos %%DATADIR%%/demo/data/ar0100.png %%DATADIR%%/demo/data/ar0100.tis %%DATADIR%%/demo/data/ar0110.are %%DATADIR%%/demo/data/ar0110.mos %%DATADIR%%/demo/data/ar0110.tis %%DATADIR%%/demo/data/ar0110.wed %%DATADIR%%/demo/data/ar0110ht.bmp %%DATADIR%%/demo/data/ar0110lm.bmp %%DATADIR%%/demo/data/ar0110sr.bmp %%DATADIR%%/demo/data/avatars.2da %%DATADIR%%/demo/data/backpack.bam %%DATADIR%%/demo/data/boolean.ids %%DATADIR%%/demo/data/btnhor.bam %%DATADIR%%/demo/data/btnplsmn.bam %%DATADIR%%/demo/data/btnpress.ogg %%DATADIR%%/demo/data/btnsqr.bam %%DATADIR%%/demo/data/btnsqr2.bam %%DATADIR%%/demo/data/carot.bam %%DATADIR%%/demo/data/cav0end.bcs %%DATADIR%%/demo/data/chapters.2da %%DATADIR%%/demo/data/chaptwin.png %%DATADIR%%/demo/data/chrmodst.2da %%DATADIR%%/demo/data/classes.2da %%DATADIR%%/demo/data/clowncol.2da %%DATADIR%%/demo/data/clskills.2da %%DATADIR%%/demo/data/colgrad.bam %%DATADIR%%/demo/data/colorwin.png %%DATADIR%%/demo/data/contgrnd.bam %%DATADIR%%/demo/data/contwind.png %%DATADIR%%/demo/data/csound.2da %%DATADIR%%/demo/data/cursarrs.bam %%DATADIR%%/demo/data/cursor00.png %%DATADIR%%/demo/data/cursor01.png %%DATADIR%%/demo/data/cursor02.png %%DATADIR%%/demo/data/cursor03.png %%DATADIR%%/demo/data/cursor04.png %%DATADIR%%/demo/data/cursor05.png %%DATADIR%%/demo/data/cursor06.png %%DATADIR%%/demo/data/cursor07.png %%DATADIR%%/demo/data/cursor08.png %%DATADIR%%/demo/data/cursor09.png %%DATADIR%%/demo/data/cursor10.png %%DATADIR%%/demo/data/cursor11.png %%DATADIR%%/demo/data/cursor12.png %%DATADIR%%/demo/data/cursor13.png %%DATADIR%%/demo/data/cursor14.png %%DATADIR%%/demo/data/cursor15.png %%DATADIR%%/demo/data/cursor16.png %%DATADIR%%/demo/data/cursor17.png %%DATADIR%%/demo/data/cursor18.png %%DATADIR%%/demo/data/cursor19.png %%DATADIR%%/demo/data/cursor20.png %%DATADIR%%/demo/data/cursor21.png %%DATADIR%%/demo/data/cursor22.png %%DATADIR%%/demo/data/cursor23.png %%DATADIR%%/demo/data/cursor24.png %%DATADIR%%/demo/data/cursor25.png %%DATADIR%%/demo/data/cursor26.png %%DATADIR%%/demo/data/cursor27.png %%DATADIR%%/demo/data/cursor28.png %%DATADIR%%/demo/data/cursor29.png %%DATADIR%%/demo/data/cursor30.png %%DATADIR%%/demo/data/cursor31.png %%DATADIR%%/demo/data/cursor32.png %%DATADIR%%/demo/data/cursor33.png %%DATADIR%%/demo/data/cursor34.png %%DATADIR%%/demo/data/cursor35.png %%DATADIR%%/demo/data/cursor36.png %%DATADIR%%/demo/data/cursor37.png %%DATADIR%%/demo/data/cursor38.png %%DATADIR%%/demo/data/cursor39.png %%DATADIR%%/demo/data/cursor40.png %%DATADIR%%/demo/data/cursor41.png %%DATADIR%%/demo/data/cursor42.png %%DATADIR%%/demo/data/cursor43.png %%DATADIR%%/demo/data/cursor44.png %%DATADIR%%/demo/data/cursor45.png %%DATADIR%%/demo/data/cursor46.png %%DATADIR%%/demo/data/cursor47.png %%DATADIR%%/demo/data/defsound.2da %%DATADIR%%/demo/data/dexmod.2da %%DATADIR%%/demo/data/dialgwin.png %%DATADIR%%/demo/data/dplayer3.bcs %%DATADIR%%/demo/data/effects.ids %%DATADIR%%/demo/data/fist.itm %%DATADIR%%/demo/data/fonts.2da %%DATADIR%%/demo/data/fs_dirt.ogg %%DATADIR%%/demo/data/fs_dirta.ogg %%DATADIR%%/demo/data/fs_dirtb.ogg %%DATADIR%%/demo/data/fs_dirtc.ogg %%DATADIR%%/demo/data/fs_dirtd.ogg %%DATADIR%%/demo/data/fs_dirte.ogg %%DATADIR%%/demo/data/fs_dirtf.ogg %%DATADIR%%/demo/data/fs_dirtg.ogg %%DATADIR%%/demo/data/fs_dirth.ogg %%DATADIR%%/demo/data/fs_dirti.ogg %%DATADIR%%/demo/data/gametime.2da %%DATADIR%%/demo/data/gem-demo.gam %%DATADIR%%/demo/data/gemrb.ini %%DATADIR%%/demo/data/grndloot.bam %%DATADIR%%/demo/data/guichap.chu %%DATADIR%%/demo/data/guiinv.chu %%DATADIR%%/demo/data/guimap.chu %%DATADIR%%/demo/data/guiw.chu %%DATADIR%%/demo/data/hpconbon.2da %%DATADIR%%/demo/data/instant.ids %%DATADIR%%/demo/data/intmod.2da %%DATADIR%%/demo/data/invenwin.png %%DATADIR%%/demo/data/invslotb.bam %%DATADIR%%/demo/data/itemtype.2da %%DATADIR%%/demo/data/itinfwin.png %%DATADIR%%/demo/data/kitlist.2da %%DATADIR%%/demo/data/loading.bam %%DATADIR%%/demo/data/lorebon.2da %%DATADIR%%/demo/data/mapicon0.bam %%DATADIR%%/demo/data/mapwinbg.png %%DATADIR%%/demo/data/mastarea.2da %%DATADIR%%/demo/data/moverate.2da %%DATADIR%%/demo/data/numtest.bam %%DATADIR%%/demo/data/object.ids %%DATADIR%%/demo/data/pal16.png %%DATADIR%%/demo/data/palette.png %%DATADIR%%/demo/data/portr1L.png %%DATADIR%%/demo/data/protagon.cre %%DATADIR%%/demo/data/purple.png %%DATADIR%%/demo/data/rabbG11.bam %%DATADIR%%/demo/data/rabbG17.bam %%DATADIR%%/demo/data/rabbit.cre %%DATADIR%%/demo/data/races.2da %%DATADIR%%/demo/data/randwalk.bcs %%DATADIR%%/demo/data/randwlkc.bcs %%DATADIR%%/demo/data/riddler.cre %%DATADIR%%/demo/data/riddler.dlg %%DATADIR%%/demo/data/ruby.itm %%DATADIR%%/demo/data/ruby128.png %%DATADIR%%/demo/data/ruby32.png %%DATADIR%%/demo/data/scene01.bcs %%DATADIR%%/demo/data/script.2da %%DATADIR%%/demo/data/scrlbar1.bam %%DATADIR%%/demo/data/slottype.2da %%DATADIR%%/demo/data/sndchann.2da %%DATADIR%%/demo/data/songlist.2da %%DATADIR%%/demo/data/source/ar0100.baf %%DATADIR%%/demo/data/source/ar0110.jpg %%DATADIR%%/demo/data/source/carot.bmp %%DATADIR%%/demo/data/source/cav0end.baf %%DATADIR%%/demo/data/source/riddler.d %%DATADIR%%/demo/data/source/scene01.baf %%DATADIR%%/demo/data/spell_02.ogg %%DATADIR%%/demo/data/sprklclr.2da %%DATADIR%%/demo/data/stances.2da %%DATADIR%%/demo/data/start.2da %%DATADIR%%/demo/data/start.chu %%DATADIR%%/demo/data/startare.2da %%DATADIR%%/demo/data/startpos.2da %%DATADIR%%/demo/data/startwin.png %%DATADIR%%/demo/data/stonamul.png %%DATADIR%%/demo/data/stonarm.png %%DATADIR%%/demo/data/stonbag.png %%DATADIR%%/demo/data/stonbelt.png %%DATADIR%%/demo/data/stonboot.png %%DATADIR%%/demo/data/stonclok.png %%DATADIR%%/demo/data/stonglet.png %%DATADIR%%/demo/data/stonhanl.png %%DATADIR%%/demo/data/stonhanr.png %%DATADIR%%/demo/data/stonhelm.png %%DATADIR%%/demo/data/stonquiv.png %%DATADIR%%/demo/data/stonring.png %%DATADIR%%/demo/data/strings.2da %%DATADIR%%/demo/data/strmod.2da %%DATADIR%%/demo/data/strmodex.2da %%DATADIR%%/demo/data/swirl.bam %%DATADIR%%/demo/data/terrain.2da %%DATADIR%%/demo/data/toolscrl.bam %%DATADIR%%/demo/data/trigger.ids %%DATADIR%%/demo/data/walksnd.2da %%DATADIR%%/demo/data/winclose.ogg %%DATADIR%%/demo/data/winopen.ogg %%DATADIR%%/demo/data/wmdag.bam %%DATADIR%%/demo/data/worldmap.png %%DATADIR%%/demo/data/worldmap.wmp %%DATADIR%%/demo/data/xplevel.2da %%DATADIR%%/demo/dialog.tlk %%DATADIR%%/demo/gem-demo.ini %%DATADIR%%/demo/keymap.ini %%DATADIR%%/demo/music/mx0100.mus %%DATADIR%%/demo/music/mx0100/mx0100a.ogg %%DATADIR%%/demo/music/theme.mus %%DATADIR%%/demo/music/theme/themea.ogg %%DATADIR%%/demo/sounds/greeting.ogg %%DATADIR%%/demo/sounds/male001d.ogg %%DATADIR%%/demo/sounds/male001f.ogg %%DATADIR%%/demo/sounds/male001g.ogg %%DATADIR%%/demo/sounds/male001h.ogg %%DATADIR%%/demo/sounds/male001i.ogg %%DATADIR%%/demo/sounds/male001j.ogg %%DATADIR%%/demo/sounds/male001k.ogg %%DATADIR%%/demo/sounds/wb.ogg %%DATADIR%%/minimal/README %%DATADIR%%/minimal/chitin.key %%DATADIR%%/minimal/data/action.ids %%DATADIR%%/minimal/data/carot.bam %%DATADIR%%/minimal/data/chrmodst.2da %%DATADIR%%/minimal/data/cursors.bam %%DATADIR%%/minimal/data/defsound.2da %%DATADIR%%/minimal/data/dexmod.2da %%DATADIR%%/minimal/data/effects.ids %%DATADIR%%/minimal/data/fogowar.bam %%DATADIR%%/minimal/data/fonts.2da %%DATADIR%%/minimal/data/gametime.2da %%DATADIR%%/minimal/data/gemrb.ini %%DATADIR%%/minimal/data/hpconbon.2da %%DATADIR%%/minimal/data/instant.ids %%DATADIR%%/minimal/data/intmod.2da %%DATADIR%%/minimal/data/itemtype.2da %%DATADIR%%/minimal/data/lorebon.2da %%DATADIR%%/minimal/data/numtest.bam %%DATADIR%%/minimal/data/object.ids %%DATADIR%%/minimal/data/palette0.png %%DATADIR%%/minimal/data/script.2da %%DATADIR%%/minimal/data/slottype.2da %%DATADIR%%/minimal/data/strings.2da %%DATADIR%%/minimal/data/strmod.2da %%DATADIR%%/minimal/data/strmodex.2da %%DATADIR%%/minimal/data/toolscrl.bam %%DATADIR%%/minimal/data/trigger.ids %%DATADIR%%/minimal/dialog.tlk %%DATADIR%%/minimal/fhs.cfg %%DATADIR%%/minimal/test.cfg %%DATADIR%%/override/bg1/CMakeLists.txt %%DATADIR%%/override/bg1/efftext.2da %%DATADIR%%/override/bg1/minorglb.vvc %%DATADIR%%/override/bg2/clearair.2da %%DATADIR%%/override/bg2/cut17d.bcs %%DATADIR%%/override/bg2/efftext.2da %%DATADIR%%/override/bg2/minorglb.vvc %%DATADIR%%/override/bg2/spells.2da %%DATADIR%%/override/how/baldur.bcs %%DATADIR%%/override/how/drmtxt2.2da %%DATADIR%%/override/how/efftext.2da %%DATADIR%%/override/iwd/baldur.bcs %%DATADIR%%/override/iwd/drmtxt2.2da %%DATADIR%%/override/iwd/efftext.2da %%DATADIR%%/override/iwd2/41parena.bcs %%DATADIR%%/override/iwd2/drmtxt2.2da %%DATADIR%%/override/iwd2/efftext.2da %%DATADIR%%/override/iwd2/skillrac.2da %%DATADIR%%/override/pst/ar1200.ini %%DATADIR%%/override/pst/drmtxt2.2da %%DATADIR%%/override/pst/efftext.2da %%DATADIR%%/override/pst/rndtreas.2da %%DATADIR%%/override/pst/spwi506.spl %%DATADIR%%/override/pst/wmmos1.mos %%DATADIR%%/override/shared/stats.ids %%DATADIR%%/unhardcoded/bg1/ability.2da %%DATADIR%%/unhardcoded/bg1/acidblgr.pro %%DATADIR%%/unhardcoded/bg1/acidblmu.pro %%DATADIR%%/unhardcoded/bg1/acidblob.pro %%DATADIR%%/unhardcoded/bg1/acidbloc.pro %%DATADIR%%/unhardcoded/bg1/aligns.2da %%DATADIR%%/unhardcoded/bg1/areapro.2da %%DATADIR%%/unhardcoded/bg1/arrow.pro %%DATADIR%%/unhardcoded/bg1/arrowex.pro %%DATADIR%%/unhardcoded/bg1/arrowflb.pro %%DATADIR%%/unhardcoded/bg1/arrowflg.pro %%DATADIR%%/unhardcoded/bg1/arrowfli.pro %%DATADIR%%/unhardcoded/bg1/arrowflm.pro %%DATADIR%%/unhardcoded/bg1/arrowhvy.pro %%DATADIR%%/unhardcoded/bg1/avatars.2da %%DATADIR%%/unhardcoded/bg1/avprefr.2da %%DATADIR%%/unhardcoded/bg1/axe.pro %%DATADIR%%/unhardcoded/bg1/axeex.pro %%DATADIR%%/unhardcoded/bg1/bios.2da %%DATADIR%%/unhardcoded/bg1/bloodclr.2da %%DATADIR%%/unhardcoded/bg1/bolt.pro %%DATADIR%%/unhardcoded/bg1/boltex.pro %%DATADIR%%/unhardcoded/bg1/bullet.pro %%DATADIR%%/unhardcoded/bg1/bulletex.pro %%DATADIR%%/unhardcoded/bg1/cgtable.2da %%DATADIR%%/unhardcoded/bg1/chromorb.pro %%DATADIR%%/unhardcoded/bg1/clabdrui.2da %%DATADIR%%/unhardcoded/bg1/clabpala.2da %%DATADIR%%/unhardcoded/bg1/clabrngr.2da %%DATADIR%%/unhardcoded/bg1/classes.2da %%DATADIR%%/unhardcoded/bg1/cloud.pro %%DATADIR%%/unhardcoded/bg1/cloudkil.pro %%DATADIR%%/unhardcoded/bg1/clowncol.2da %%DATADIR%%/unhardcoded/bg1/clskills.2da %%DATADIR%%/unhardcoded/bg1/colors.2da %%DATADIR%%/unhardcoded/bg1/dagger.pro %%DATADIR%%/unhardcoded/bg1/daggerex.pro %%DATADIR%%/unhardcoded/bg1/damage.2da %%DATADIR%%/unhardcoded/bg1/dart.pro %%DATADIR%%/unhardcoded/bg1/dartex.pro %%DATADIR%%/unhardcoded/bg1/defsound.2da %%DATADIR%%/unhardcoded/bg1/dsclass.2da %%DATADIR%%/unhardcoded/bg1/dsrace.2da %%DATADIR%%/unhardcoded/bg1/dstable.2da %%DATADIR%%/unhardcoded/bg1/dualclas.2da %%DATADIR%%/unhardcoded/bg1/effects.ids %%DATADIR%%/unhardcoded/bg1/fireball.pro %%DATADIR%%/unhardcoded/bg1/fireblic.pro %%DATADIR%%/unhardcoded/bg1/firebolt.pro %%DATADIR%%/unhardcoded/bg1/firebtbl.pro %%DATADIR%%/unhardcoded/bg1/firestor.pro %%DATADIR%%/unhardcoded/bg1/fistweap.2da %%DATADIR%%/unhardcoded/bg1/fonts.2da %%DATADIR%%/unhardcoded/bg1/formatio.2da %%DATADIR%%/unhardcoded/bg1/gametime.2da %%DATADIR%%/unhardcoded/bg1/gaze.pro %%DATADIR%%/unhardcoded/bg1/gemact.ids %%DATADIR%%/unhardcoded/bg1/gemprjtl.ids %%DATADIR%%/unhardcoded/bg1/gemrb.ini %%DATADIR%%/unhardcoded/bg1/gemtrig.ids %%DATADIR%%/unhardcoded/bg1/grease.pro %%DATADIR%%/unhardcoded/bg1/guibtact.2da %%DATADIR%%/unhardcoded/bg1/guils.chu %%DATADIR%%/unhardcoded/bg1/haterace.2da %%DATADIR%%/unhardcoded/bg1/hlymite.pro %%DATADIR%%/unhardcoded/bg1/icestorm.pro %%DATADIR%%/unhardcoded/bg1/inarea.pro %%DATADIR%%/unhardcoded/bg1/inareapa.pro %%DATADIR%%/unhardcoded/bg1/inareasm.pro %%DATADIR%%/unhardcoded/bg1/item_use.2da %%DATADIR%%/unhardcoded/bg1/itemsnd.2da %%DATADIR%%/unhardcoded/bg1/itemtype.2da %%DATADIR%%/unhardcoded/bg1/itemuse.2da %%DATADIR%%/unhardcoded/bg1/k_m_e.2da %%DATADIR%%/unhardcoded/bg1/k_m_g.2da %%DATADIR%%/unhardcoded/bg1/k_m_h.2da %%DATADIR%%/unhardcoded/bg1/k_m_he.2da %%DATADIR%%/unhardcoded/bg1/kitlist.2da %%DATADIR%%/unhardcoded/bg1/kittable.2da %%DATADIR%%/unhardcoded/bg1/lightsto.pro %%DATADIR%%/unhardcoded/bg1/magesch.2da %%DATADIR%%/unhardcoded/bg1/magicmis.pro %%DATADIR%%/unhardcoded/bg1/mpal256.bmp %%DATADIR%%/unhardcoded/bg1/music.2da %%DATADIR%%/unhardcoded/bg1/overlay.2da %%DATADIR%%/unhardcoded/bg1/pdolls.2da %%DATADIR%%/unhardcoded/bg1/pictures.2da %%DATADIR%%/unhardcoded/bg1/proftype.2da %%DATADIR%%/unhardcoded/bg1/qslots.2da %%DATADIR%%/unhardcoded/bg1/races.2da %%DATADIR%%/unhardcoded/bg1/racethac.2da %%DATADIR%%/unhardcoded/bg1/randitem.2da %%DATADIR%%/unhardcoded/bg1/restmov.2da %%DATADIR%%/unhardcoded/bg1/reverbs.2da %%DATADIR%%/unhardcoded/bg1/savegame.2da %%DATADIR%%/unhardcoded/bg1/script.2da %%DATADIR%%/unhardcoded/bg1/shtable.2da %%DATADIR%%/unhardcoded/bg1/skills.2da %%DATADIR%%/unhardcoded/bg1/sleep.pro %%DATADIR%%/unhardcoded/bg1/slottype.2da %%DATADIR%%/unhardcoded/bg1/sparbknp.pro %%DATADIR%%/unhardcoded/bg1/sparbkpa.pro %%DATADIR%%/unhardcoded/bg1/sparblnp.pro %%DATADIR%%/unhardcoded/bg1/sparblpa.pro %%DATADIR%%/unhardcoded/bg1/sparchnp.pro %%DATADIR%%/unhardcoded/bg1/sparchpa.pro %%DATADIR%%/unhardcoded/bg1/spargonp.pro %%DATADIR%%/unhardcoded/bg1/spargopa.pro %%DATADIR%%/unhardcoded/bg1/spargrnp.pro %%DATADIR%%/unhardcoded/bg1/spargrpa.pro %%DATADIR%%/unhardcoded/bg1/sparicnp.pro %%DATADIR%%/unhardcoded/bg1/sparicpa.pro %%DATADIR%%/unhardcoded/bg1/sparklbk.pro %%DATADIR%%/unhardcoded/bg1/sparklbl.pro %%DATADIR%%/unhardcoded/bg1/sparklch.pro %%DATADIR%%/unhardcoded/bg1/sparklgo.pro %%DATADIR%%/unhardcoded/bg1/sparklgr.pro %%DATADIR%%/unhardcoded/bg1/sparklic.pro %%DATADIR%%/unhardcoded/bg1/sparklma.pro %%DATADIR%%/unhardcoded/bg1/sparklor.pro %%DATADIR%%/unhardcoded/bg1/sparklpu.pro %%DATADIR%%/unhardcoded/bg1/sparklre.pro %%DATADIR%%/unhardcoded/bg1/sparklst.pro %%DATADIR%%/unhardcoded/bg1/sparmanp.pro %%DATADIR%%/unhardcoded/bg1/sparmapa.pro %%DATADIR%%/unhardcoded/bg1/sparornp.pro %%DATADIR%%/unhardcoded/bg1/sparorpa.pro %%DATADIR%%/unhardcoded/bg1/sparpunp.pro %%DATADIR%%/unhardcoded/bg1/sparpupa.pro %%DATADIR%%/unhardcoded/bg1/sparrenp.pro %%DATADIR%%/unhardcoded/bg1/sparrepa.pro %%DATADIR%%/unhardcoded/bg1/sparstnp.pro %%DATADIR%%/unhardcoded/bg1/sparstpa.pro %%DATADIR%%/unhardcoded/bg1/spear.pro %%DATADIR%%/unhardcoded/bg1/spearex.pro %%DATADIR%%/unhardcoded/bg1/spfirebl.pro %%DATADIR%%/unhardcoded/bg1/spklarbk.pro %%DATADIR%%/unhardcoded/bg1/spklarbl.pro %%DATADIR%%/unhardcoded/bg1/spklarch.pro %%DATADIR%%/unhardcoded/bg1/spklargo.pro %%DATADIR%%/unhardcoded/bg1/spklargr.pro %%DATADIR%%/unhardcoded/bg1/spklaric.pro %%DATADIR%%/unhardcoded/bg1/spklarma.pro %%DATADIR%%/unhardcoded/bg1/spklaror.pro %%DATADIR%%/unhardcoded/bg1/spklarpu.pro %%DATADIR%%/unhardcoded/bg1/spklarre.pro %%DATADIR%%/unhardcoded/bg1/spklarst.pro %%DATADIR%%/unhardcoded/bg1/splbrdkn.2da %%DATADIR%%/unhardcoded/bg1/splspec.2da %%DATADIR%%/unhardcoded/bg1/spscorch.pro %%DATADIR%%/unhardcoded/bg1/spscoric.pro %%DATADIR%%/unhardcoded/bg1/stances.2da %%DATADIR%%/unhardcoded/bg1/start.2da %%DATADIR%%/unhardcoded/bg1/stone.pro %%DATADIR%%/unhardcoded/bg1/strings.2da %%DATADIR%%/unhardcoded/bg1/summlimt.2da %%DATADIR%%/unhardcoded/bg1/terrain.2da %%DATADIR%%/unhardcoded/bg1/textscrn.2da %%DATADIR%%/unhardcoded/bg1/trapglyp.pro %%DATADIR%%/unhardcoded/bg1/trapskul.pro %%DATADIR%%/unhardcoded/bg1/vcremap.2da %%DATADIR%%/unhardcoded/bg1/walksnd.2da %%DATADIR%%/unhardcoded/bg1/weapprof.2da %%DATADIR%%/unhardcoded/bg1/web.pro %%DATADIR%%/unhardcoded/bg2/HPBARB.2da %%DATADIR%%/unhardcoded/bg2/ability.2da %%DATADIR%%/unhardcoded/bg2/aligns.2da %%DATADIR%%/unhardcoded/bg2/areapro.2da %%DATADIR%%/unhardcoded/bg2/at2xlvl.spl %%DATADIR%%/unhardcoded/bg2/avatars.2da %%DATADIR%%/unhardcoded/bg2/avprefr.2da %%DATADIR%%/unhardcoded/bg2/bloodclr.2da %%DATADIR%%/unhardcoded/bg2/cgtable.2da %%DATADIR%%/unhardcoded/bg2/classes.2da %%DATADIR%%/unhardcoded/bg2/clowncol.2da %%DATADIR%%/unhardcoded/bg2/clskills.2da %%DATADIR%%/unhardcoded/bg2/colors.2da %%DATADIR%%/unhardcoded/bg2/colrspry.pro %%DATADIR%%/unhardcoded/bg2/comet.pro %%DATADIR%%/unhardcoded/bg2/damage.2da %%DATADIR%%/unhardcoded/bg2/defsound.2da %%DATADIR%%/unhardcoded/bg2/denyspl.2da %%DATADIR%%/unhardcoded/bg2/difflvls.2da %%DATADIR%%/unhardcoded/bg2/dsclass.2da %%DATADIR%%/unhardcoded/bg2/dsrace.2da %%DATADIR%%/unhardcoded/bg2/dstable.2da %%DATADIR%%/unhardcoded/bg2/effects.ids %%DATADIR%%/unhardcoded/bg2/findtrap.spl %%DATADIR%%/unhardcoded/bg2/fistweap.2da %%DATADIR%%/unhardcoded/bg2/fonts.2da %%DATADIR%%/unhardcoded/bg2/formatio.2da %%DATADIR%%/unhardcoded/bg2/gametime.2da %%DATADIR%%/unhardcoded/bg2/gemprjtl.ids %%DATADIR%%/unhardcoded/bg2/gemrb.ini %%DATADIR%%/unhardcoded/bg2/gender.2da %%DATADIR%%/unhardcoded/bg2/guibtact.2da %%DATADIR%%/unhardcoded/bg2/guiid.chu %%DATADIR%%/unhardcoded/bg2/guils.chu %%DATADIR%%/unhardcoded/bg2/halvdur.spl %%DATADIR%%/unhardcoded/bg2/hlymite.pro %%DATADIR%%/unhardcoded/bg2/item_use.2da %%DATADIR%%/unhardcoded/bg2/itemsnd.2da %%DATADIR%%/unhardcoded/bg2/itemspec.2da %%DATADIR%%/unhardcoded/bg2/itemtype.2da %%DATADIR%%/unhardcoded/bg2/itemuse.2da %%DATADIR%%/unhardcoded/bg2/k_bn_d.2da %%DATADIR%%/unhardcoded/bg2/k_bn_e.2da %%DATADIR%%/unhardcoded/bg2/k_bn_g.2da %%DATADIR%%/unhardcoded/bg2/k_bn_h.2da %%DATADIR%%/unhardcoded/bg2/k_bn_he.2da %%DATADIR%%/unhardcoded/bg2/k_bn_hl.2da %%DATADIR%%/unhardcoded/bg2/k_bn_ho.2da %%DATADIR%%/unhardcoded/bg2/k_m_e.2da %%DATADIR%%/unhardcoded/bg2/k_m_g.2da %%DATADIR%%/unhardcoded/bg2/k_m_h.2da %%DATADIR%%/unhardcoded/bg2/k_m_he.2da %%DATADIR%%/unhardcoded/bg2/lightb.pro %%DATADIR%%/unhardcoded/bg2/lightbnb.pro %%DATADIR%%/unhardcoded/bg2/magesch.2da %%DATADIR%%/unhardcoded/bg2/modal.2da %%DATADIR%%/unhardcoded/bg2/monkbon.2da %%DATADIR%%/unhardcoded/bg2/moverate.2da %%DATADIR%%/unhardcoded/bg2/overlay.2da %%DATADIR%%/unhardcoded/bg2/pdolls.2da %%DATADIR%%/unhardcoded/bg2/pictures.2da %%DATADIR%%/unhardcoded/bg2/proftype.2da %%DATADIR%%/unhardcoded/bg2/qslot2.2da %%DATADIR%%/unhardcoded/bg2/qslots.2da %%DATADIR%%/unhardcoded/bg2/races.2da %%DATADIR%%/unhardcoded/bg2/racethac.2da %%DATADIR%%/unhardcoded/bg2/randitem.2da %%DATADIR%%/unhardcoded/bg2/rest.spl %%DATADIR%%/unhardcoded/bg2/restmov.2da %%DATADIR%%/unhardcoded/bg2/reverbs.2da %%DATADIR%%/unhardcoded/bg2/sanctry.vvc %%DATADIR%%/unhardcoded/bg2/savegame.2da %%DATADIR%%/unhardcoded/bg2/script.2da %%DATADIR%%/unhardcoded/bg2/shtable.2da %%DATADIR%%/unhardcoded/bg2/skills.2da %%DATADIR%%/unhardcoded/bg2/slottype.2da %%DATADIR%%/unhardcoded/bg2/snow.spl %%DATADIR%%/unhardcoded/bg2/spbrnhnd.pro %%DATADIR%%/unhardcoded/bg2/spconeco.pro %%DATADIR%%/unhardcoded/bg2/spentaci.vvc %%DATADIR%%/unhardcoded/bg2/spfdeath.pro %%DATADIR%%/unhardcoded/bg2/spfirewl.pro %%DATADIR%%/unhardcoded/bg2/spgenhla.pro %%DATADIR%%/unhardcoded/bg2/spholymt.pro %%DATADIR%%/unhardcoded/bg2/splbrdkn.2da %%DATADIR%%/unhardcoded/bg2/splspec.2da %%DATADIR%%/unhardcoded/bg2/splwizkn.2da %%DATADIR%%/unhardcoded/bg2/spscorch.pro %%DATADIR%%/unhardcoded/bg2/spscoric.pro %%DATADIR%%/unhardcoded/bg2/spshield.vvc %%DATADIR%%/unhardcoded/bg2/stances.2da %%DATADIR%%/unhardcoded/bg2/start.2da %%DATADIR%%/unhardcoded/bg2/strings.2da %%DATADIR%%/unhardcoded/bg2/summlimt.2da %%DATADIR%%/unhardcoded/bg2/terrain.2da %%DATADIR%%/unhardcoded/bg2/walksnd.2da %%DATADIR%%/unhardcoded/bg2/wildmag.2da %%DATADIR%%/unhardcoded/bg2/wingbuff.2da %%DATADIR%%/unhardcoded/bg2/wishcode.2da %%DATADIR%%/unhardcoded/bg2/wsshield.2da %%DATADIR%%/unhardcoded/bg2/wssingle.2da %%DATADIR%%/unhardcoded/bg2/wstwohnd.2da %%DATADIR%%/unhardcoded/bg2/wstwowpn.2da %%DATADIR%%/unhardcoded/how/ability.2da %%DATADIR%%/unhardcoded/how/abjurap.pro %%DATADIR%%/unhardcoded/how/abjurh.pro %%DATADIR%%/unhardcoded/how/abjurt.pro %%DATADIR%%/unhardcoded/how/acidblgr.pro %%DATADIR%%/unhardcoded/how/acidblmu.pro %%DATADIR%%/unhardcoded/how/acidblob.pro %%DATADIR%%/unhardcoded/how/acidbloc.pro %%DATADIR%%/unhardcoded/how/acidh.pro %%DATADIR%%/unhardcoded/how/adhwil.pro %%DATADIR%%/unhardcoded/how/adhwilh.pro %%DATADIR%%/unhardcoded/how/alance.pro %%DATADIR%%/unhardcoded/how/aligns.2da %%DATADIR%%/unhardcoded/how/altera.pro %%DATADIR%%/unhardcoded/how/alteranp.pro %%DATADIR%%/unhardcoded/how/alterap.pro %%DATADIR%%/unhardcoded/how/alteras.pro %%DATADIR%%/unhardcoded/how/alterh.pro %%DATADIR%%/unhardcoded/how/altert.pro %%DATADIR%%/unhardcoded/how/amshelc.vvc %%DATADIR%%/unhardcoded/how/area1np.pro %%DATADIR%%/unhardcoded/how/area1p.pro %%DATADIR%%/unhardcoded/how/area2.pro %%DATADIR%%/unhardcoded/how/area2np.pro %%DATADIR%%/unhardcoded/how/area3p.pro %%DATADIR%%/unhardcoded/how/area4np.pro %%DATADIR%%/unhardcoded/how/areapro.2da %%DATADIR%%/unhardcoded/how/armorh.pro %%DATADIR%%/unhardcoded/how/arrow.pro %%DATADIR%%/unhardcoded/how/arrowex.pro %%DATADIR%%/unhardcoded/how/arrowflb.pro %%DATADIR%%/unhardcoded/how/arrowflg.pro %%DATADIR%%/unhardcoded/how/arrowfli.pro %%DATADIR%%/unhardcoded/how/arrowflm.pro %%DATADIR%%/unhardcoded/how/arrowhvy.pro %%DATADIR%%/unhardcoded/how/ascorch.pro %%DATADIR%%/unhardcoded/how/astorm.pro %%DATADIR%%/unhardcoded/how/asumm1.pro %%DATADIR%%/unhardcoded/how/asumm1h.pro %%DATADIR%%/unhardcoded/how/asumm1x.pro %%DATADIR%%/unhardcoded/how/asumm2h.pro %%DATADIR%%/unhardcoded/how/asumm3h.pro %%DATADIR%%/unhardcoded/how/avatars.2da %%DATADIR%%/unhardcoded/how/avprefr.2da %%DATADIR%%/unhardcoded/how/axe.pro %%DATADIR%%/unhardcoded/how/axeex.pro %%DATADIR%%/unhardcoded/how/bbarrh1.pro %%DATADIR%%/unhardcoded/how/bbarrh2.pro %%DATADIR%%/unhardcoded/how/bbarrier.pro %%DATADIR%%/unhardcoded/how/bdeath.pro %%DATADIR%%/unhardcoded/how/blessh.pro %%DATADIR%%/unhardcoded/how/bloodclr.2da %%DATADIR%%/unhardcoded/how/bolt.pro %%DATADIR%%/unhardcoded/how/boltex.pro %%DATADIR%%/unhardcoded/how/bscloud.pro %%DATADIR%%/unhardcoded/how/bullet.pro %%DATADIR%%/unhardcoded/how/bulletex.pro %%DATADIR%%/unhardcoded/how/calllih.pro %%DATADIR%%/unhardcoded/how/ccdamah.pro %%DATADIR%%/unhardcoded/how/ccommah.pro %%DATADIR%%/unhardcoded/how/ccwounh.pro %%DATADIR%%/unhardcoded/how/cdiseah.pro %%DATADIR%%/unhardcoded/how/ceelem1.pro %%DATADIR%%/unhardcoded/how/ceelemh.pro %%DATADIR%%/unhardcoded/how/ceelemx.pro %%DATADIR%%/unhardcoded/how/cfelem1.pro %%DATADIR%%/unhardcoded/how/cfelemh.pro %%DATADIR%%/unhardcoded/how/cfelemx.pro %%DATADIR%%/unhardcoded/how/cfelemx.vvc %%DATADIR%%/unhardcoded/how/cfog.pro %%DATADIR%%/unhardcoded/how/cgraceh.pro %%DATADIR%%/unhardcoded/how/chant.pro %%DATADIR%%/unhardcoded/how/chromorb.pro %%DATADIR%%/unhardcoded/how/clabbard.2da %%DATADIR%%/unhardcoded/how/clabdrui.2da %%DATADIR%%/unhardcoded/how/clabpala.2da %%DATADIR%%/unhardcoded/how/clabrngr.2da %%DATADIR%%/unhardcoded/how/classes.2da %%DATADIR%%/unhardcoded/how/cldamah.pro %%DATADIR%%/unhardcoded/how/cloud.pro %%DATADIR%%/unhardcoded/how/cloudb.pro %%DATADIR%%/unhardcoded/how/cloudbh.pro %%DATADIR%%/unhardcoded/how/cloudkil.pro %%DATADIR%%/unhardcoded/how/cloudks.pro %%DATADIR%%/unhardcoded/how/clowncol.2da %%DATADIR%%/unhardcoded/how/clskills.2da %%DATADIR%%/unhardcoded/how/clwounh.pro %%DATADIR%%/unhardcoded/how/cmdamah.pro %%DATADIR%%/unhardcoded/how/cmwounh.pro %%DATADIR%%/unhardcoded/how/cobones.pro %%DATADIR%%/unhardcoded/how/cobonh1.pro %%DATADIR%%/unhardcoded/how/cobonh2.pro %%DATADIR%%/unhardcoded/how/cocold.pro %%DATADIR%%/unhardcoded/how/cocoldh.pro %%DATADIR%%/unhardcoded/how/cofearc.vvc %%DATADIR%%/unhardcoded/how/cofire.pro %%DATADIR%%/unhardcoded/how/coldh.pro %%DATADIR%%/unhardcoded/how/colrspry.pro %%DATADIR%%/unhardcoded/how/confush.pro %%DATADIR%%/unhardcoded/how/confusp.pro %%DATADIR%%/unhardcoded/how/confusw.pro %%DATADIR%%/unhardcoded/how/conjuh.pro %%DATADIR%%/unhardcoded/how/conjut.pro %%DATADIR%%/unhardcoded/how/copest.pro %%DATADIR%%/unhardcoded/how/cry150.pro %%DATADIR%%/unhardcoded/how/cry200.pro %%DATADIR%%/unhardcoded/how/cry225.pro %%DATADIR%%/unhardcoded/how/cry250.pro %%DATADIR%%/unhardcoded/how/cry500np.pro %%DATADIR%%/unhardcoded/how/csdamah.pro %%DATADIR%%/unhardcoded/how/cstrenh.pro %%DATADIR%%/unhardcoded/how/cswounh.pro %%DATADIR%%/unhardcoded/how/curseh.pro %%DATADIR%%/unhardcoded/how/cwelem1.pro %%DATADIR%%/unhardcoded/how/cwelemh.pro %%DATADIR%%/unhardcoded/how/cwelemx.pro %%DATADIR%%/unhardcoded/how/cynicism.2da %%DATADIR%%/unhardcoded/how/dagger.pro %%DATADIR%%/unhardcoded/how/daggerex.pro %%DATADIR%%/unhardcoded/how/damage.2da %%DATADIR%%/unhardcoded/how/dart.pro %%DATADIR%%/unhardcoded/how/dartex.pro %%DATADIR%%/unhardcoded/how/dbreath.pro %%DATADIR%%/unhardcoded/how/ddeath.pro %%DATADIR%%/unhardcoded/how/ddeath2.pro %%DATADIR%%/unhardcoded/how/ddoorh.pro %%DATADIR%%/unhardcoded/how/defsound.2da %%DATADIR%%/unhardcoded/how/destruh.pro %%DATADIR%%/unhardcoded/how/dfog.pro %%DATADIR%%/unhardcoded/how/difflvls.2da %%DATADIR%%/unhardcoded/how/disint.pro %%DATADIR%%/unhardcoded/how/disinth.pro %%DATADIR%%/unhardcoded/how/dispel.pro %%DATADIR%%/unhardcoded/how/divinh.pro %%DATADIR%%/unhardcoded/how/divint.pro %%DATADIR%%/unhardcoded/how/dsclass.2da %%DATADIR%%/unhardcoded/how/dspell.pro %%DATADIR%%/unhardcoded/how/dspellh.pro %%DATADIR%%/unhardcoded/how/dsrace.2da %%DATADIR%%/unhardcoded/how/dstable.2da %%DATADIR%%/unhardcoded/how/dualclas.2da %%DATADIR%%/unhardcoded/how/effects.ids %%DATADIR%%/unhardcoded/how/electrh.pro %%DATADIR%%/unhardcoded/how/emotion.pro %%DATADIR%%/unhardcoded/how/enchah.pro %%DATADIR%%/unhardcoded/how/enchannp.pro %%DATADIR%%/unhardcoded/how/enchat.pro %%DATADIR%%/unhardcoded/how/entangle.pro %%DATADIR%%/unhardcoded/how/equake.pro %%DATADIR%%/unhardcoded/how/exaltah.pro %%DATADIR%%/unhardcoded/how/factioh.pro %%DATADIR%%/unhardcoded/how/fatiimm.spl %%DATADIR%%/unhardcoded/how/findtrap.pro %%DATADIR%%/unhardcoded/how/fireball.pro %%DATADIR%%/unhardcoded/how/fireblic.pro %%DATADIR%%/unhardcoded/how/firebolt.pro %%DATADIR%%/unhardcoded/how/firebtbl.pro %%DATADIR%%/unhardcoded/how/fireh.pro %%DATADIR%%/unhardcoded/how/firestor.pro %%DATADIR%%/unhardcoded/how/fistweap.2da %%DATADIR%%/unhardcoded/how/fodeath.pro %%DATADIR%%/unhardcoded/how/fonts.2da %%DATADIR%%/unhardcoded/how/formatio.2da %%DATADIR%%/unhardcoded/how/fseed.pro %%DATADIR%%/unhardcoded/how/fstrikh.pro %%DATADIR%%/unhardcoded/how/gametime.2da %%DATADIR%%/unhardcoded/how/garmorh.pro %%DATADIR%%/unhardcoded/how/gaze.pro %%DATADIR%%/unhardcoded/how/gemprjtl.ids %%DATADIR%%/unhardcoded/how/gemrb.ini %%DATADIR%%/unhardcoded/how/gender.2da %%DATADIR%%/unhardcoded/how/golcloud.pro %%DATADIR%%/unhardcoded/how/grease.pro %%DATADIR%%/unhardcoded/how/gshout.pro %%DATADIR%%/unhardcoded/how/gsolac1.vvc %%DATADIR%%/unhardcoded/how/guibtact.2da %%DATADIR%%/unhardcoded/how/guils.chu %%DATADIR%%/unhardcoded/how/harmh.pro %%DATADIR%%/unhardcoded/how/harmony.pro %%DATADIR%%/unhardcoded/how/haterace.2da %%DATADIR%%/unhardcoded/how/healh.pro %%DATADIR%%/unhardcoded/how/hmighth.pro %%DATADIR%%/unhardcoded/how/hold.pro %%DATADIR%%/unhardcoded/how/hsmite.pro %%DATADIR%%/unhardcoded/how/hword.pro %%DATADIR%%/unhardcoded/how/icelance.pro %%DATADIR%%/unhardcoded/how/icestorm.pro %%DATADIR%%/unhardcoded/how/icloud.pro %%DATADIR%%/unhardcoded/how/iclouda.pro %%DATADIR%%/unhardcoded/how/icloudb.pro %%DATADIR%%/unhardcoded/how/illush.pro %%DATADIR%%/unhardcoded/how/illust.pro %%DATADIR%%/unhardcoded/how/inarea.pro %%DATADIR%%/unhardcoded/how/inareanp.pro %%DATADIR%%/unhardcoded/how/inareapa.pro %%DATADIR%%/unhardcoded/how/inareasm.pro %%DATADIR%%/unhardcoded/how/invoch.pro %%DATADIR%%/unhardcoded/how/invoct.pro %%DATADIR%%/unhardcoded/how/iplague.pro %%DATADIR%%/unhardcoded/how/island00.2da %%DATADIR%%/unhardcoded/how/itemsnd.2da %%DATADIR%%/unhardcoded/how/itemtype.2da %%DATADIR%%/unhardcoded/how/itemuse.2da %%DATADIR%%/unhardcoded/how/kitlist.2da %%DATADIR%%/unhardcoded/how/lightb.pro %%DATADIR%%/unhardcoded/how/lightbnb.pro %%DATADIR%%/unhardcoded/how/lightsto.pro %%DATADIR%%/unhardcoded/how/lodisr.pro %%DATADIR%%/unhardcoded/how/magesch.2da %%DATADIR%%/unhardcoded/how/magicmis.pro %%DATADIR%%/unhardcoded/how/malison.pro %%DATADIR%%/unhardcoded/how/mfmiss.pro %%DATADIR%%/unhardcoded/how/mfmiss2.pro %%DATADIR%%/unhardcoded/how/mfmissh.pro %%DATADIR%%/unhardcoded/how/mgoinvc.vvc %%DATADIR%%/unhardcoded/how/mmagich.pro %%DATADIR%%/unhardcoded/how/mmissile.pro %%DATADIR%%/unhardcoded/how/moelda.pro %%DATADIR%%/unhardcoded/how/mrage.pro %%DATADIR%%/unhardcoded/how/mrageh.pro %%DATADIR%%/unhardcoded/how/mspore.pro %%DATADIR%%/unhardcoded/how/msumm1.pro %%DATADIR%%/unhardcoded/how/msumm1h.pro %%DATADIR%%/unhardcoded/how/msumm1x.pro %%DATADIR%%/unhardcoded/how/msumm1x.vvc %%DATADIR%%/unhardcoded/how/msumm2h.pro %%DATADIR%%/unhardcoded/how/msumm3h.pro %%DATADIR%%/unhardcoded/how/msumm4h.pro %%DATADIR%%/unhardcoded/how/msumm5h.pro %%DATADIR%%/unhardcoded/how/msumm6h.pro %%DATADIR%%/unhardcoded/how/msumm7h.pro %%DATADIR%%/unhardcoded/how/mswordh.pro %%DATADIR%%/unhardcoded/how/mtouchh.pro %%DATADIR%%/unhardcoded/how/necroh.pro %%DATADIR%%/unhardcoded/how/necrot.pro %%DATADIR%%/unhardcoded/how/npoisoh.pro %%DATADIR%%/unhardcoded/how/ofsphe.pro %%DATADIR%%/unhardcoded/how/orsphec.vvc %%DATADIR%%/unhardcoded/how/overlay.2da %%DATADIR%%/unhardcoded/how/paralh.pro %%DATADIR%%/unhardcoded/how/pdolls.2da %%DATADIR%%/unhardcoded/how/pfire.pro %%DATADIR%%/unhardcoded/how/pfnmisc.vvc %%DATADIR%%/unhardcoded/how/pictures.2da %%DATADIR%%/unhardcoded/how/poisimm.spl %%DATADIR%%/unhardcoded/how/poisonh.pro %%DATADIR%%/unhardcoded/how/pomab.2da %%DATADIR%%/unhardcoded/how/portalh.pro %%DATADIR%%/unhardcoded/how/prayer.pro %%DATADIR%%/unhardcoded/how/prayerh.pro %%DATADIR%%/unhardcoded/how/proftype.2da %%DATADIR%%/unhardcoded/how/protevil.pro %%DATADIR%%/unhardcoded/how/prtl_cl.pro %%DATADIR%%/unhardcoded/how/prtl_cl.spl %%DATADIR%%/unhardcoded/how/prtl_op.pro %%DATADIR%%/unhardcoded/how/prtl_op.spl %%DATADIR%%/unhardcoded/how/pspray.pro %%DATADIR%%/unhardcoded/how/pwkill.pro %%DATADIR%%/unhardcoded/how/pwsileh.pro %%DATADIR%%/unhardcoded/how/pwstun.pro %%DATADIR%%/unhardcoded/how/pwstunh.pro %%DATADIR%%/unhardcoded/how/qslots.2da %%DATADIR%%/unhardcoded/how/races.2da %%DATADIR%%/unhardcoded/how/racethac.2da %%DATADIR%%/unhardcoded/how/rad100.pro %%DATADIR%%/unhardcoded/how/rad250.pro %%DATADIR%%/unhardcoded/how/randitem.2da %%DATADIR%%/unhardcoded/how/rdeadh.pro %%DATADIR%%/unhardcoded/how/recitah.pro %%DATADIR%%/unhardcoded/how/resurrh.pro %%DATADIR%%/unhardcoded/how/rng450.pro %%DATADIR%%/unhardcoded/how/rparalh.pro %%DATADIR%%/unhardcoded/how/rwotfag.pro %%DATADIR%%/unhardcoded/how/rwotfah.pro %%DATADIR%%/unhardcoded/how/sarmorh.pro %%DATADIR%%/unhardcoded/how/savegame.2da %%DATADIR%%/unhardcoded/how/scharge.pro %%DATADIR%%/unhardcoded/how/scharge.spl %%DATADIR%%/unhardcoded/how/schargh.pro %%DATADIR%%/unhardcoded/how/script.2da %%DATADIR%%/unhardcoded/how/seater.pro %%DATADIR%%/unhardcoded/how/seaterh.pro %%DATADIR%%/unhardcoded/how/seyesc1.vvc %%DATADIR%%/unhardcoded/how/seyesc2.vvc %%DATADIR%%/unhardcoded/how/sgrowth.pro %%DATADIR%%/unhardcoded/how/shout.pro %%DATADIR%%/unhardcoded/how/shroud.pro %%DATADIR%%/unhardcoded/how/shtable.2da %%DATADIR%%/unhardcoded/how/skills.2da %%DATADIR%%/unhardcoded/how/sleep.pro %%DATADIR%%/unhardcoded/how/slivinh.pro %%DATADIR%%/unhardcoded/how/slottype.2da %%DATADIR%%/unhardcoded/how/soflamc.vvc %%DATADIR%%/unhardcoded/how/soflamh.pro %%DATADIR%%/unhardcoded/how/sohope.pro %%DATADIR%%/unhardcoded/how/solatc1.vvc %%DATADIR%%/unhardcoded/how/sooneh.pro %%DATADIR%%/unhardcoded/how/sopain.pro %%DATADIR%%/unhardcoded/how/sparbknp.pro %%DATADIR%%/unhardcoded/how/sparbkpa.pro %%DATADIR%%/unhardcoded/how/sparblnp.pro %%DATADIR%%/unhardcoded/how/sparblpa.pro %%DATADIR%%/unhardcoded/how/sparchnp.pro %%DATADIR%%/unhardcoded/how/sparchpa.pro %%DATADIR%%/unhardcoded/how/spargonp.pro %%DATADIR%%/unhardcoded/how/spargopa.pro %%DATADIR%%/unhardcoded/how/spargrnp.pro %%DATADIR%%/unhardcoded/how/spargrpa.pro %%DATADIR%%/unhardcoded/how/sparicnp.pro %%DATADIR%%/unhardcoded/how/sparicpa.pro %%DATADIR%%/unhardcoded/how/sparklbk.pro %%DATADIR%%/unhardcoded/how/sparklbl.pro %%DATADIR%%/unhardcoded/how/sparklch.pro %%DATADIR%%/unhardcoded/how/sparklgo.pro %%DATADIR%%/unhardcoded/how/sparklgr.pro %%DATADIR%%/unhardcoded/how/sparklic.pro %%DATADIR%%/unhardcoded/how/sparklma.pro %%DATADIR%%/unhardcoded/how/sparklor.pro %%DATADIR%%/unhardcoded/how/sparklpu.pro %%DATADIR%%/unhardcoded/how/sparklre.pro %%DATADIR%%/unhardcoded/how/sparklst.pro %%DATADIR%%/unhardcoded/how/sparmanp.pro %%DATADIR%%/unhardcoded/how/sparmapa.pro %%DATADIR%%/unhardcoded/how/sparornp.pro %%DATADIR%%/unhardcoded/how/sparorpa.pro %%DATADIR%%/unhardcoded/how/sparpunp.pro %%DATADIR%%/unhardcoded/how/sparpupa.pro %%DATADIR%%/unhardcoded/how/sparrenp.pro %%DATADIR%%/unhardcoded/how/sparrepa.pro %%DATADIR%%/unhardcoded/how/sparstnp.pro %%DATADIR%%/unhardcoded/how/sparstpa.pro %%DATADIR%%/unhardcoded/how/spear.pro %%DATADIR%%/unhardcoded/how/spearex.pro %%DATADIR%%/unhardcoded/how/spfirebl.pro %%DATADIR%%/unhardcoded/how/spklarbk.pro %%DATADIR%%/unhardcoded/how/spklarbl.pro %%DATADIR%%/unhardcoded/how/spklarch.pro %%DATADIR%%/unhardcoded/how/spklargo.pro %%DATADIR%%/unhardcoded/how/spklargr.pro %%DATADIR%%/unhardcoded/how/spklaric.pro %%DATADIR%%/unhardcoded/how/spklarma.pro %%DATADIR%%/unhardcoded/how/spklaror.pro %%DATADIR%%/unhardcoded/how/spklarpu.pro %%DATADIR%%/unhardcoded/how/spklarre.pro %%DATADIR%%/unhardcoded/how/spklarst.pro %%DATADIR%%/unhardcoded/how/splbrdkn.2da %%DATADIR%%/unhardcoded/how/splspec.2da %%DATADIR%%/unhardcoded/how/spoisoh.pro %%DATADIR%%/unhardcoded/how/spscorch.pro %%DATADIR%%/unhardcoded/how/spscoric.pro %%DATADIR%%/unhardcoded/how/spwrath.pro %%DATADIR%%/unhardcoded/how/sshellc.vvc %%DATADIR%%/unhardcoded/how/ssorbh.pro %%DATADIR%%/unhardcoded/how/ssswarm.pro %%DATADIR%%/unhardcoded/how/sstone.pro %%DATADIR%%/unhardcoded/how/sstoneh.pro %%DATADIR%%/unhardcoded/how/stances.2da %%DATADIR%%/unhardcoded/how/start.2da %%DATADIR%%/unhardcoded/how/stone.pro %%DATADIR%%/unhardcoded/how/strengh.pro %%DATADIR%%/unhardcoded/how/strings.2da %%DATADIR%%/unhardcoded/how/suffoc.pro %%DATADIR%%/unhardcoded/how/suffoch.pro %%DATADIR%%/unhardcoded/how/sunfire.pro %%DATADIR%%/unhardcoded/how/sunray.pro %%DATADIR%%/unhardcoded/how/sunscoh.pro %%DATADIR%%/unhardcoded/how/swave.pro %%DATADIR%%/unhardcoded/how/swaveh.pro %%DATADIR%%/unhardcoded/how/terrain.2da %%DATADIR%%/unhardcoded/how/trapglyp.pro %%DATADIR%%/unhardcoded/how/trapskul.pro %%DATADIR%%/unhardcoded/how/tspray.pro %%DATADIR%%/unhardcoded/how/turn.spl %%DATADIR%%/unhardcoded/how/ublight.pro %%DATADIR%%/unhardcoded/how/uward.pro %%DATADIR%%/unhardcoded/how/uwardh.pro %%DATADIR%%/unhardcoded/how/vcremap.2da %%DATADIR%%/unhardcoded/how/vspherh.pro %%DATADIR%%/unhardcoded/how/walksnd.2da %%DATADIR%%/unhardcoded/how/wdeath1.pro %%DATADIR%%/unhardcoded/how/wdeath2.pro %%DATADIR%%/unhardcoded/how/weapprof.2da %%DATADIR%%/unhardcoded/how/web.pro %%DATADIR%%/unhardcoded/how/whirlw.pro %%DATADIR%%/unhardcoded/how/womoon.pro %%DATADIR%%/unhardcoded/how/wowisp.pro %%DATADIR%%/unhardcoded/how/wvdeath.pro %%DATADIR%%/unhardcoded/how/wvhith.pro %%DATADIR%%/unhardcoded/how/wwolf.pro %%DATADIR%%/unhardcoded/how/zlaura.pro %%DATADIR%%/unhardcoded/iwd/ability.2da %%DATADIR%%/unhardcoded/iwd/abjurap.pro %%DATADIR%%/unhardcoded/iwd/abjurh.pro %%DATADIR%%/unhardcoded/iwd/abjurt.pro %%DATADIR%%/unhardcoded/iwd/acidblgr.pro %%DATADIR%%/unhardcoded/iwd/acidblmu.pro %%DATADIR%%/unhardcoded/iwd/acidblob.pro %%DATADIR%%/unhardcoded/iwd/acidbloc.pro %%DATADIR%%/unhardcoded/iwd/acidh.pro %%DATADIR%%/unhardcoded/iwd/adhwil.pro %%DATADIR%%/unhardcoded/iwd/adhwilh.pro %%DATADIR%%/unhardcoded/iwd/alance.pro %%DATADIR%%/unhardcoded/iwd/aligns.2da %%DATADIR%%/unhardcoded/iwd/altera.pro %%DATADIR%%/unhardcoded/iwd/alteranp.pro %%DATADIR%%/unhardcoded/iwd/alterap.pro %%DATADIR%%/unhardcoded/iwd/alteras.pro %%DATADIR%%/unhardcoded/iwd/alterh.pro %%DATADIR%%/unhardcoded/iwd/altert.pro %%DATADIR%%/unhardcoded/iwd/amshelc.vvc %%DATADIR%%/unhardcoded/iwd/area1np.pro %%DATADIR%%/unhardcoded/iwd/area1p.pro %%DATADIR%%/unhardcoded/iwd/area2.pro %%DATADIR%%/unhardcoded/iwd/area2np.pro %%DATADIR%%/unhardcoded/iwd/area3p.pro %%DATADIR%%/unhardcoded/iwd/area4np.pro %%DATADIR%%/unhardcoded/iwd/armorh.pro %%DATADIR%%/unhardcoded/iwd/arrow.pro %%DATADIR%%/unhardcoded/iwd/arrowex.pro %%DATADIR%%/unhardcoded/iwd/arrowflb.pro %%DATADIR%%/unhardcoded/iwd/arrowflg.pro %%DATADIR%%/unhardcoded/iwd/arrowfli.pro %%DATADIR%%/unhardcoded/iwd/arrowflm.pro %%DATADIR%%/unhardcoded/iwd/arrowhvy.pro %%DATADIR%%/unhardcoded/iwd/ascorch.pro %%DATADIR%%/unhardcoded/iwd/astorm.pro %%DATADIR%%/unhardcoded/iwd/asumm1.pro %%DATADIR%%/unhardcoded/iwd/asumm1h.pro %%DATADIR%%/unhardcoded/iwd/asumm1x.pro %%DATADIR%%/unhardcoded/iwd/asumm2h.pro %%DATADIR%%/unhardcoded/iwd/asumm3h.pro %%DATADIR%%/unhardcoded/iwd/avatars.2da %%DATADIR%%/unhardcoded/iwd/avprefr.2da %%DATADIR%%/unhardcoded/iwd/axe.pro %%DATADIR%%/unhardcoded/iwd/axeex.pro %%DATADIR%%/unhardcoded/iwd/bbarrh1.pro %%DATADIR%%/unhardcoded/iwd/bbarrh2.pro %%DATADIR%%/unhardcoded/iwd/bbarrier.pro %%DATADIR%%/unhardcoded/iwd/bdeath.pro %%DATADIR%%/unhardcoded/iwd/blessh.pro %%DATADIR%%/unhardcoded/iwd/bloodclr.2da %%DATADIR%%/unhardcoded/iwd/bolt.pro %%DATADIR%%/unhardcoded/iwd/boltex.pro %%DATADIR%%/unhardcoded/iwd/bscloud.pro %%DATADIR%%/unhardcoded/iwd/bullet.pro %%DATADIR%%/unhardcoded/iwd/bulletex.pro %%DATADIR%%/unhardcoded/iwd/calllih.pro %%DATADIR%%/unhardcoded/iwd/ccdamah.pro %%DATADIR%%/unhardcoded/iwd/ccommah.pro %%DATADIR%%/unhardcoded/iwd/ccwounh.pro %%DATADIR%%/unhardcoded/iwd/cdiseah.pro %%DATADIR%%/unhardcoded/iwd/ceelem1.pro %%DATADIR%%/unhardcoded/iwd/ceelemh.pro %%DATADIR%%/unhardcoded/iwd/ceelemx.pro %%DATADIR%%/unhardcoded/iwd/cfelem1.pro %%DATADIR%%/unhardcoded/iwd/cfelemh.pro %%DATADIR%%/unhardcoded/iwd/cfelemx.pro %%DATADIR%%/unhardcoded/iwd/cfelemx.vvc %%DATADIR%%/unhardcoded/iwd/cfog.pro %%DATADIR%%/unhardcoded/iwd/cgraceh.pro %%DATADIR%%/unhardcoded/iwd/chant.pro %%DATADIR%%/unhardcoded/iwd/chromorb.pro %%DATADIR%%/unhardcoded/iwd/clabbard.2da %%DATADIR%%/unhardcoded/iwd/clabdrui.2da %%DATADIR%%/unhardcoded/iwd/clabpala.2da %%DATADIR%%/unhardcoded/iwd/clabrngr.2da %%DATADIR%%/unhardcoded/iwd/classes.2da %%DATADIR%%/unhardcoded/iwd/cldamah.pro %%DATADIR%%/unhardcoded/iwd/cloud.pro %%DATADIR%%/unhardcoded/iwd/cloudb.pro %%DATADIR%%/unhardcoded/iwd/cloudbh.pro %%DATADIR%%/unhardcoded/iwd/cloudkil.pro %%DATADIR%%/unhardcoded/iwd/cloudks.pro %%DATADIR%%/unhardcoded/iwd/clowncol.2da %%DATADIR%%/unhardcoded/iwd/clskills.2da %%DATADIR%%/unhardcoded/iwd/clwounh.pro %%DATADIR%%/unhardcoded/iwd/cmdamah.pro %%DATADIR%%/unhardcoded/iwd/cmwounh.pro %%DATADIR%%/unhardcoded/iwd/cobones.pro %%DATADIR%%/unhardcoded/iwd/cobonh1.pro %%DATADIR%%/unhardcoded/iwd/cobonh2.pro %%DATADIR%%/unhardcoded/iwd/cocold.pro %%DATADIR%%/unhardcoded/iwd/cocoldh.pro %%DATADIR%%/unhardcoded/iwd/cofearc.vvc %%DATADIR%%/unhardcoded/iwd/cofire.pro %%DATADIR%%/unhardcoded/iwd/coldh.pro %%DATADIR%%/unhardcoded/iwd/colrspry.pro %%DATADIR%%/unhardcoded/iwd/confush.pro %%DATADIR%%/unhardcoded/iwd/confusp.pro %%DATADIR%%/unhardcoded/iwd/confusw.pro %%DATADIR%%/unhardcoded/iwd/conjuh.pro %%DATADIR%%/unhardcoded/iwd/conjut.pro %%DATADIR%%/unhardcoded/iwd/copest.pro %%DATADIR%%/unhardcoded/iwd/cry150.pro %%DATADIR%%/unhardcoded/iwd/cry200.pro %%DATADIR%%/unhardcoded/iwd/cry225.pro %%DATADIR%%/unhardcoded/iwd/cry250.pro %%DATADIR%%/unhardcoded/iwd/cry500np.pro %%DATADIR%%/unhardcoded/iwd/csdamah.pro %%DATADIR%%/unhardcoded/iwd/cstrenh.pro %%DATADIR%%/unhardcoded/iwd/cswounh.pro %%DATADIR%%/unhardcoded/iwd/curseh.pro %%DATADIR%%/unhardcoded/iwd/cwelem1.pro %%DATADIR%%/unhardcoded/iwd/cwelemh.pro %%DATADIR%%/unhardcoded/iwd/cwelemx.pro %%DATADIR%%/unhardcoded/iwd/cynicism.2da %%DATADIR%%/unhardcoded/iwd/dagger.pro %%DATADIR%%/unhardcoded/iwd/daggerex.pro %%DATADIR%%/unhardcoded/iwd/damage.2da %%DATADIR%%/unhardcoded/iwd/dart.pro %%DATADIR%%/unhardcoded/iwd/dartex.pro %%DATADIR%%/unhardcoded/iwd/dbreath.pro %%DATADIR%%/unhardcoded/iwd/ddeath.pro %%DATADIR%%/unhardcoded/iwd/ddeath2.pro %%DATADIR%%/unhardcoded/iwd/ddoorh.pro %%DATADIR%%/unhardcoded/iwd/defsound.2da %%DATADIR%%/unhardcoded/iwd/destruh.pro %%DATADIR%%/unhardcoded/iwd/dfog.pro %%DATADIR%%/unhardcoded/iwd/disint.pro %%DATADIR%%/unhardcoded/iwd/disinth.pro %%DATADIR%%/unhardcoded/iwd/dispel.pro %%DATADIR%%/unhardcoded/iwd/divinh.pro %%DATADIR%%/unhardcoded/iwd/divint.pro %%DATADIR%%/unhardcoded/iwd/dsclass.2da %%DATADIR%%/unhardcoded/iwd/dspell.pro %%DATADIR%%/unhardcoded/iwd/dspellh.pro %%DATADIR%%/unhardcoded/iwd/dsrace.2da %%DATADIR%%/unhardcoded/iwd/dstable.2da %%DATADIR%%/unhardcoded/iwd/dualclas.2da %%DATADIR%%/unhardcoded/iwd/effects.ids %%DATADIR%%/unhardcoded/iwd/electrh.pro %%DATADIR%%/unhardcoded/iwd/emotion.pro %%DATADIR%%/unhardcoded/iwd/enchah.pro %%DATADIR%%/unhardcoded/iwd/enchannp.pro %%DATADIR%%/unhardcoded/iwd/enchat.pro %%DATADIR%%/unhardcoded/iwd/entangle.pro %%DATADIR%%/unhardcoded/iwd/equake.pro %%DATADIR%%/unhardcoded/iwd/exaltah.pro %%DATADIR%%/unhardcoded/iwd/factioh.pro %%DATADIR%%/unhardcoded/iwd/findtrap.pro %%DATADIR%%/unhardcoded/iwd/fireball.pro %%DATADIR%%/unhardcoded/iwd/fireblic.pro %%DATADIR%%/unhardcoded/iwd/firebolt.pro %%DATADIR%%/unhardcoded/iwd/firebtbl.pro %%DATADIR%%/unhardcoded/iwd/fireh.pro %%DATADIR%%/unhardcoded/iwd/firestor.pro %%DATADIR%%/unhardcoded/iwd/fistweap.2da %%DATADIR%%/unhardcoded/iwd/fodeath.pro %%DATADIR%%/unhardcoded/iwd/fonts.2da %%DATADIR%%/unhardcoded/iwd/formatio.2da %%DATADIR%%/unhardcoded/iwd/fseed.pro %%DATADIR%%/unhardcoded/iwd/fstrikh.pro %%DATADIR%%/unhardcoded/iwd/gametime.2da %%DATADIR%%/unhardcoded/iwd/garmorh.pro %%DATADIR%%/unhardcoded/iwd/gaze.pro %%DATADIR%%/unhardcoded/iwd/gemprjtl.ids %%DATADIR%%/unhardcoded/iwd/gemrb.ini %%DATADIR%%/unhardcoded/iwd/gender.2da %%DATADIR%%/unhardcoded/iwd/golcloud.pro %%DATADIR%%/unhardcoded/iwd/grease.pro %%DATADIR%%/unhardcoded/iwd/gshout.pro %%DATADIR%%/unhardcoded/iwd/gsolac1.vvc %%DATADIR%%/unhardcoded/iwd/guibtact.2da %%DATADIR%%/unhardcoded/iwd/guils.chu %%DATADIR%%/unhardcoded/iwd/harmh.pro %%DATADIR%%/unhardcoded/iwd/harmony.pro %%DATADIR%%/unhardcoded/iwd/haterace.2da %%DATADIR%%/unhardcoded/iwd/healh.pro %%DATADIR%%/unhardcoded/iwd/hmighth.pro %%DATADIR%%/unhardcoded/iwd/hold.pro %%DATADIR%%/unhardcoded/iwd/hsmite.pro %%DATADIR%%/unhardcoded/iwd/hword.pro %%DATADIR%%/unhardcoded/iwd/icelance.pro %%DATADIR%%/unhardcoded/iwd/icestorm.pro %%DATADIR%%/unhardcoded/iwd/icloud.pro %%DATADIR%%/unhardcoded/iwd/iclouda.pro %%DATADIR%%/unhardcoded/iwd/icloudb.pro %%DATADIR%%/unhardcoded/iwd/illush.pro %%DATADIR%%/unhardcoded/iwd/illust.pro %%DATADIR%%/unhardcoded/iwd/inarea.pro %%DATADIR%%/unhardcoded/iwd/inareanp.pro %%DATADIR%%/unhardcoded/iwd/inareapa.pro %%DATADIR%%/unhardcoded/iwd/inareasm.pro %%DATADIR%%/unhardcoded/iwd/invoch.pro %%DATADIR%%/unhardcoded/iwd/invoct.pro %%DATADIR%%/unhardcoded/iwd/iplague.pro %%DATADIR%%/unhardcoded/iwd/itemsnd.2da %%DATADIR%%/unhardcoded/iwd/itemtype.2da %%DATADIR%%/unhardcoded/iwd/itemuse.2da %%DATADIR%%/unhardcoded/iwd/kitlist.2da %%DATADIR%%/unhardcoded/iwd/lightb.pro %%DATADIR%%/unhardcoded/iwd/lightbnb.pro %%DATADIR%%/unhardcoded/iwd/lightsto.pro %%DATADIR%%/unhardcoded/iwd/lodisr.pro %%DATADIR%%/unhardcoded/iwd/magesch.2da %%DATADIR%%/unhardcoded/iwd/magicmis.pro %%DATADIR%%/unhardcoded/iwd/malison.pro %%DATADIR%%/unhardcoded/iwd/mfmiss.pro %%DATADIR%%/unhardcoded/iwd/mfmiss2.pro %%DATADIR%%/unhardcoded/iwd/mfmissh.pro %%DATADIR%%/unhardcoded/iwd/mgoinvc.vvc %%DATADIR%%/unhardcoded/iwd/mmagich.pro %%DATADIR%%/unhardcoded/iwd/mmissile.pro %%DATADIR%%/unhardcoded/iwd/moelda.pro %%DATADIR%%/unhardcoded/iwd/mpal256.bmp %%DATADIR%%/unhardcoded/iwd/mrage.pro %%DATADIR%%/unhardcoded/iwd/mrageh.pro %%DATADIR%%/unhardcoded/iwd/mspore.pro %%DATADIR%%/unhardcoded/iwd/msumm1.pro %%DATADIR%%/unhardcoded/iwd/msumm1h.pro %%DATADIR%%/unhardcoded/iwd/msumm1x.pro %%DATADIR%%/unhardcoded/iwd/msumm1x.vvc %%DATADIR%%/unhardcoded/iwd/msumm2h.pro %%DATADIR%%/unhardcoded/iwd/msumm3h.pro %%DATADIR%%/unhardcoded/iwd/msumm4h.pro %%DATADIR%%/unhardcoded/iwd/msumm5h.pro %%DATADIR%%/unhardcoded/iwd/msumm6h.pro %%DATADIR%%/unhardcoded/iwd/msumm7h.pro %%DATADIR%%/unhardcoded/iwd/mswordh.pro %%DATADIR%%/unhardcoded/iwd/mtouchh.pro %%DATADIR%%/unhardcoded/iwd/necroh.pro %%DATADIR%%/unhardcoded/iwd/necrot.pro %%DATADIR%%/unhardcoded/iwd/npoisoh.pro %%DATADIR%%/unhardcoded/iwd/ofsphe.pro %%DATADIR%%/unhardcoded/iwd/orsphec.vvc %%DATADIR%%/unhardcoded/iwd/overlay.2da %%DATADIR%%/unhardcoded/iwd/paralh.pro %%DATADIR%%/unhardcoded/iwd/pdolls.2da %%DATADIR%%/unhardcoded/iwd/pfire.pro %%DATADIR%%/unhardcoded/iwd/pfnmisc.vvc %%DATADIR%%/unhardcoded/iwd/pictures.2da %%DATADIR%%/unhardcoded/iwd/poisonh.pro %%DATADIR%%/unhardcoded/iwd/pomab.2da %%DATADIR%%/unhardcoded/iwd/portalh.pro %%DATADIR%%/unhardcoded/iwd/prayer.pro %%DATADIR%%/unhardcoded/iwd/prayerh.pro %%DATADIR%%/unhardcoded/iwd/proftype.2da %%DATADIR%%/unhardcoded/iwd/protevil.pro %%DATADIR%%/unhardcoded/iwd/prtl_cl.pro %%DATADIR%%/unhardcoded/iwd/prtl_cl.spl %%DATADIR%%/unhardcoded/iwd/prtl_op.pro %%DATADIR%%/unhardcoded/iwd/prtl_op.spl %%DATADIR%%/unhardcoded/iwd/pspray.pro %%DATADIR%%/unhardcoded/iwd/pwkill.pro %%DATADIR%%/unhardcoded/iwd/pwsileh.pro %%DATADIR%%/unhardcoded/iwd/pwstun.pro %%DATADIR%%/unhardcoded/iwd/pwstunh.pro %%DATADIR%%/unhardcoded/iwd/qslots.2da %%DATADIR%%/unhardcoded/iwd/races.2da %%DATADIR%%/unhardcoded/iwd/racethac.2da %%DATADIR%%/unhardcoded/iwd/rad100.pro %%DATADIR%%/unhardcoded/iwd/rad250.pro %%DATADIR%%/unhardcoded/iwd/randitem.2da %%DATADIR%%/unhardcoded/iwd/rdeadh.pro %%DATADIR%%/unhardcoded/iwd/recitah.pro %%DATADIR%%/unhardcoded/iwd/resurrh.pro %%DATADIR%%/unhardcoded/iwd/rng450.pro %%DATADIR%%/unhardcoded/iwd/rparalh.pro %%DATADIR%%/unhardcoded/iwd/rwotfag.pro %%DATADIR%%/unhardcoded/iwd/rwotfah.pro %%DATADIR%%/unhardcoded/iwd/sarmorh.pro %%DATADIR%%/unhardcoded/iwd/savegame.2da %%DATADIR%%/unhardcoded/iwd/scharge.pro %%DATADIR%%/unhardcoded/iwd/scharge.spl %%DATADIR%%/unhardcoded/iwd/schargh.pro %%DATADIR%%/unhardcoded/iwd/script.2da %%DATADIR%%/unhardcoded/iwd/seater.pro %%DATADIR%%/unhardcoded/iwd/seaterh.pro %%DATADIR%%/unhardcoded/iwd/seyesc1.vvc %%DATADIR%%/unhardcoded/iwd/seyesc2.vvc %%DATADIR%%/unhardcoded/iwd/sgrowth.pro %%DATADIR%%/unhardcoded/iwd/shout.pro %%DATADIR%%/unhardcoded/iwd/shroud.pro %%DATADIR%%/unhardcoded/iwd/shtable.2da %%DATADIR%%/unhardcoded/iwd/skills.2da %%DATADIR%%/unhardcoded/iwd/sleep.pro %%DATADIR%%/unhardcoded/iwd/slivinh.pro %%DATADIR%%/unhardcoded/iwd/slottype.2da %%DATADIR%%/unhardcoded/iwd/soflamc.vvc %%DATADIR%%/unhardcoded/iwd/soflamh.pro %%DATADIR%%/unhardcoded/iwd/sohope.pro %%DATADIR%%/unhardcoded/iwd/solatc1.vvc %%DATADIR%%/unhardcoded/iwd/sooneh.pro %%DATADIR%%/unhardcoded/iwd/sopain.pro %%DATADIR%%/unhardcoded/iwd/sparbknp.pro %%DATADIR%%/unhardcoded/iwd/sparbkpa.pro %%DATADIR%%/unhardcoded/iwd/sparblnp.pro %%DATADIR%%/unhardcoded/iwd/sparblpa.pro %%DATADIR%%/unhardcoded/iwd/sparchnp.pro %%DATADIR%%/unhardcoded/iwd/sparchpa.pro %%DATADIR%%/unhardcoded/iwd/spargonp.pro %%DATADIR%%/unhardcoded/iwd/spargopa.pro %%DATADIR%%/unhardcoded/iwd/spargrnp.pro %%DATADIR%%/unhardcoded/iwd/spargrpa.pro %%DATADIR%%/unhardcoded/iwd/sparicnp.pro %%DATADIR%%/unhardcoded/iwd/sparicpa.pro %%DATADIR%%/unhardcoded/iwd/sparklbk.pro %%DATADIR%%/unhardcoded/iwd/sparklbl.pro %%DATADIR%%/unhardcoded/iwd/sparklch.pro %%DATADIR%%/unhardcoded/iwd/sparklgo.pro %%DATADIR%%/unhardcoded/iwd/sparklgr.pro %%DATADIR%%/unhardcoded/iwd/sparklic.pro %%DATADIR%%/unhardcoded/iwd/sparklma.pro %%DATADIR%%/unhardcoded/iwd/sparklor.pro %%DATADIR%%/unhardcoded/iwd/sparklpu.pro %%DATADIR%%/unhardcoded/iwd/sparklre.pro %%DATADIR%%/unhardcoded/iwd/sparklst.pro %%DATADIR%%/unhardcoded/iwd/sparmanp.pro %%DATADIR%%/unhardcoded/iwd/sparmapa.pro %%DATADIR%%/unhardcoded/iwd/sparornp.pro %%DATADIR%%/unhardcoded/iwd/sparorpa.pro %%DATADIR%%/unhardcoded/iwd/sparpunp.pro %%DATADIR%%/unhardcoded/iwd/sparpupa.pro %%DATADIR%%/unhardcoded/iwd/sparrenp.pro %%DATADIR%%/unhardcoded/iwd/sparrepa.pro %%DATADIR%%/unhardcoded/iwd/sparstnp.pro %%DATADIR%%/unhardcoded/iwd/sparstpa.pro %%DATADIR%%/unhardcoded/iwd/spear.pro %%DATADIR%%/unhardcoded/iwd/spearex.pro %%DATADIR%%/unhardcoded/iwd/spfirebl.pro %%DATADIR%%/unhardcoded/iwd/spklarbk.pro %%DATADIR%%/unhardcoded/iwd/spklarbl.pro %%DATADIR%%/unhardcoded/iwd/spklarch.pro %%DATADIR%%/unhardcoded/iwd/spklargo.pro %%DATADIR%%/unhardcoded/iwd/spklargr.pro %%DATADIR%%/unhardcoded/iwd/spklaric.pro %%DATADIR%%/unhardcoded/iwd/spklarma.pro %%DATADIR%%/unhardcoded/iwd/spklaror.pro %%DATADIR%%/unhardcoded/iwd/spklarpu.pro %%DATADIR%%/unhardcoded/iwd/spklarre.pro %%DATADIR%%/unhardcoded/iwd/spklarst.pro %%DATADIR%%/unhardcoded/iwd/splbrdkn.2da %%DATADIR%%/unhardcoded/iwd/splspec.2da %%DATADIR%%/unhardcoded/iwd/spoisoh.pro %%DATADIR%%/unhardcoded/iwd/spscorch.pro %%DATADIR%%/unhardcoded/iwd/spscoric.pro %%DATADIR%%/unhardcoded/iwd/spwrath.pro %%DATADIR%%/unhardcoded/iwd/sshellc.vvc %%DATADIR%%/unhardcoded/iwd/ssorbh.pro %%DATADIR%%/unhardcoded/iwd/ssswarm.pro %%DATADIR%%/unhardcoded/iwd/sstone.pro %%DATADIR%%/unhardcoded/iwd/sstoneh.pro %%DATADIR%%/unhardcoded/iwd/start.2da %%DATADIR%%/unhardcoded/iwd/stone.pro %%DATADIR%%/unhardcoded/iwd/strengh.pro %%DATADIR%%/unhardcoded/iwd/strings.2da %%DATADIR%%/unhardcoded/iwd/suffoc.pro %%DATADIR%%/unhardcoded/iwd/suffoch.pro %%DATADIR%%/unhardcoded/iwd/sunfire.pro %%DATADIR%%/unhardcoded/iwd/sunray.pro %%DATADIR%%/unhardcoded/iwd/sunscoh.pro %%DATADIR%%/unhardcoded/iwd/swave.pro %%DATADIR%%/unhardcoded/iwd/swaveh.pro %%DATADIR%%/unhardcoded/iwd/terrain.2da %%DATADIR%%/unhardcoded/iwd/trapglyp.pro %%DATADIR%%/unhardcoded/iwd/trapskul.pro %%DATADIR%%/unhardcoded/iwd/tspray.pro %%DATADIR%%/unhardcoded/iwd/ublight.pro %%DATADIR%%/unhardcoded/iwd/uward.pro %%DATADIR%%/unhardcoded/iwd/uwardh.pro %%DATADIR%%/unhardcoded/iwd/vcremap.2da %%DATADIR%%/unhardcoded/iwd/vspherh.pro %%DATADIR%%/unhardcoded/iwd/walksnd.2da %%DATADIR%%/unhardcoded/iwd/wdeath1.pro %%DATADIR%%/unhardcoded/iwd/wdeath2.pro %%DATADIR%%/unhardcoded/iwd/weapprof.2da %%DATADIR%%/unhardcoded/iwd/web.pro %%DATADIR%%/unhardcoded/iwd/whirlw.pro %%DATADIR%%/unhardcoded/iwd/womoon.pro %%DATADIR%%/unhardcoded/iwd/wowisp.pro %%DATADIR%%/unhardcoded/iwd/wvdeath.pro %%DATADIR%%/unhardcoded/iwd/wvhith.pro %%DATADIR%%/unhardcoded/iwd/wwolf.pro %%DATADIR%%/unhardcoded/iwd/zlaura.pro %%DATADIR%%/unhardcoded/iwd2/24895.spl %%DATADIR%%/unhardcoded/iwd2/24896.spl %%DATADIR%%/unhardcoded/iwd2/35782.spl %%DATADIR%%/unhardcoded/iwd2/37678.spl %%DATADIR%%/unhardcoded/iwd2/39280.spl %%DATADIR%%/unhardcoded/iwd2/39309.spl %%DATADIR%%/unhardcoded/iwd2/39310.spl %%DATADIR%%/unhardcoded/iwd2/39311.spl %%DATADIR%%/unhardcoded/iwd2/39312.spl %%DATADIR%%/unhardcoded/iwd2/39313.spl %%DATADIR%%/unhardcoded/iwd2/39314.spl %%DATADIR%%/unhardcoded/iwd2/39315.spl %%DATADIR%%/unhardcoded/iwd2/39316.spl %%DATADIR%%/unhardcoded/iwd2/39317.spl %%DATADIR%%/unhardcoded/iwd2/39326.spl %%DATADIR%%/unhardcoded/iwd2/39327.spl %%DATADIR%%/unhardcoded/iwd2/39328.spl %%DATADIR%%/unhardcoded/iwd2/39329.spl %%DATADIR%%/unhardcoded/iwd2/39330.spl %%DATADIR%%/unhardcoded/iwd2/39331.spl %%DATADIR%%/unhardcoded/iwd2/39332.spl %%DATADIR%%/unhardcoded/iwd2/39747.spl %%DATADIR%%/unhardcoded/iwd2/39748.spl %%DATADIR%%/unhardcoded/iwd2/39751.spl %%DATADIR%%/unhardcoded/iwd2/39753.spl %%DATADIR%%/unhardcoded/iwd2/39755.spl %%DATADIR%%/unhardcoded/iwd2/39763.spl %%DATADIR%%/unhardcoded/iwd2/ability.2da %%DATADIR%%/unhardcoded/iwd2/abjura.pro %%DATADIR%%/unhardcoded/iwd2/abjurap.pro %%DATADIR%%/unhardcoded/iwd2/abjurh.pro %%DATADIR%%/unhardcoded/iwd2/abjurt.pro %%DATADIR%%/unhardcoded/iwd2/abreath.pro %%DATADIR%%/unhardcoded/iwd2/acidblgr.pro %%DATADIR%%/unhardcoded/iwd2/acidblmu.pro %%DATADIR%%/unhardcoded/iwd2/acidblob.pro %%DATADIR%%/unhardcoded/iwd2/acidbloc.pro %%DATADIR%%/unhardcoded/iwd2/acidh.pro %%DATADIR%%/unhardcoded/iwd2/acidh.vvc %%DATADIR%%/unhardcoded/iwd2/adhwil.pro %%DATADIR%%/unhardcoded/iwd2/adhwilh.pro %%DATADIR%%/unhardcoded/iwd2/alance.pro %%DATADIR%%/unhardcoded/iwd2/aligns.2da %%DATADIR%%/unhardcoded/iwd2/altera.pro %%DATADIR%%/unhardcoded/iwd2/alteranp.pro %%DATADIR%%/unhardcoded/iwd2/alterap.pro %%DATADIR%%/unhardcoded/iwd2/alteraps.pro %%DATADIR%%/unhardcoded/iwd2/alteras.pro %%DATADIR%%/unhardcoded/iwd2/alterh.pro %%DATADIR%%/unhardcoded/iwd2/altert.pro %%DATADIR%%/unhardcoded/iwd2/area1np.pro %%DATADIR%%/unhardcoded/iwd2/area1npl.pro %%DATADIR%%/unhardcoded/iwd2/area1p.pro %%DATADIR%%/unhardcoded/iwd2/area1pl.pro %%DATADIR%%/unhardcoded/iwd2/area1ps.pro %%DATADIR%%/unhardcoded/iwd2/area2.pro %%DATADIR%%/unhardcoded/iwd2/area2np.pro %%DATADIR%%/unhardcoded/iwd2/area3p.pro %%DATADIR%%/unhardcoded/iwd2/area4np.pro %%DATADIR%%/unhardcoded/iwd2/areapro.2da %%DATADIR%%/unhardcoded/iwd2/armorh.pro %%DATADIR%%/unhardcoded/iwd2/arrow.pro %%DATADIR%%/unhardcoded/iwd2/arrowex.pro %%DATADIR%%/unhardcoded/iwd2/arrowflb.pro %%DATADIR%%/unhardcoded/iwd2/arrowflg.pro %%DATADIR%%/unhardcoded/iwd2/arrowfli.pro %%DATADIR%%/unhardcoded/iwd2/arrowflm.pro %%DATADIR%%/unhardcoded/iwd2/arrowhvy.pro %%DATADIR%%/unhardcoded/iwd2/artstr.spl %%DATADIR%%/unhardcoded/iwd2/ascorch.pro %%DATADIR%%/unhardcoded/iwd2/astorm.pro %%DATADIR%%/unhardcoded/iwd2/asumm1.pro %%DATADIR%%/unhardcoded/iwd2/asumm1h.pro %%DATADIR%%/unhardcoded/iwd2/asumm1x.pro %%DATADIR%%/unhardcoded/iwd2/asumm2h.pro %%DATADIR%%/unhardcoded/iwd2/asumm3h.pro %%DATADIR%%/unhardcoded/iwd2/avatars.2da %%DATADIR%%/unhardcoded/iwd2/avprefc.2da %%DATADIR%%/unhardcoded/iwd2/avprefr.2da %%DATADIR%%/unhardcoded/iwd2/axe.pro %%DATADIR%%/unhardcoded/iwd2/axeex.pro %%DATADIR%%/unhardcoded/iwd2/bbarrh1.pro %%DATADIR%%/unhardcoded/iwd2/bbarrh2.pro %%DATADIR%%/unhardcoded/iwd2/bbarrier.pro %%DATADIR%%/unhardcoded/iwd2/bdeath.pro %%DATADIR%%/unhardcoded/iwd2/bigboldr.pro %%DATADIR%%/unhardcoded/iwd2/bios.2da %%DATADIR%%/unhardcoded/iwd2/blessh.pro %%DATADIR%%/unhardcoded/iwd2/bloodclr.2da %%DATADIR%%/unhardcoded/iwd2/bolt.pro %%DATADIR%%/unhardcoded/iwd2/boltex.pro %%DATADIR%%/unhardcoded/iwd2/boulder.pro %%DATADIR%%/unhardcoded/iwd2/bscloud.pro %%DATADIR%%/unhardcoded/iwd2/bullet.pro %%DATADIR%%/unhardcoded/iwd2/bulletex.pro %%DATADIR%%/unhardcoded/iwd2/calllih.pro %%DATADIR%%/unhardcoded/iwd2/ccdamah.pro %%DATADIR%%/unhardcoded/iwd2/ccommah.pro %%DATADIR%%/unhardcoded/iwd2/ccwounh.pro %%DATADIR%%/unhardcoded/iwd2/cdiseah.pro %%DATADIR%%/unhardcoded/iwd2/ceelem1.pro %%DATADIR%%/unhardcoded/iwd2/ceelemh.pro %%DATADIR%%/unhardcoded/iwd2/ceelemx.pro %%DATADIR%%/unhardcoded/iwd2/cfelem1.pro %%DATADIR%%/unhardcoded/iwd2/cfelemh.pro %%DATADIR%%/unhardcoded/iwd2/cfelemx.pro %%DATADIR%%/unhardcoded/iwd2/cfog.pro %%DATADIR%%/unhardcoded/iwd2/cgraceh.pro %%DATADIR%%/unhardcoded/iwd2/chant.pro %%DATADIR%%/unhardcoded/iwd2/chromorb.pro %%DATADIR%%/unhardcoded/iwd2/classes.2da %%DATADIR%%/unhardcoded/iwd2/cldamah.pro %%DATADIR%%/unhardcoded/iwd2/clight.pro %%DATADIR%%/unhardcoded/iwd2/cloud.pro %%DATADIR%%/unhardcoded/iwd2/cloudb.pro %%DATADIR%%/unhardcoded/iwd2/cloudbh.pro %%DATADIR%%/unhardcoded/iwd2/cloudkil.pro %%DATADIR%%/unhardcoded/iwd2/cloudks.pro %%DATADIR%%/unhardcoded/iwd2/clowncol.2da %%DATADIR%%/unhardcoded/iwd2/clskills.2da %%DATADIR%%/unhardcoded/iwd2/clwounh.pro %%DATADIR%%/unhardcoded/iwd2/cmdamah.pro %%DATADIR%%/unhardcoded/iwd2/cmwounh.pro %%DATADIR%%/unhardcoded/iwd2/cobones.pro %%DATADIR%%/unhardcoded/iwd2/cobonh1.pro %%DATADIR%%/unhardcoded/iwd2/cobonh2.pro %%DATADIR%%/unhardcoded/iwd2/cocold.pro %%DATADIR%%/unhardcoded/iwd2/cocoldh.pro %%DATADIR%%/unhardcoded/iwd2/cofire.pro %%DATADIR%%/unhardcoded/iwd2/coldh.pro %%DATADIR%%/unhardcoded/iwd2/coldh.vvc %%DATADIR%%/unhardcoded/iwd2/colors.2da %%DATADIR%%/unhardcoded/iwd2/colrspry.pro %%DATADIR%%/unhardcoded/iwd2/confush.pro %%DATADIR%%/unhardcoded/iwd2/confusp.pro %%DATADIR%%/unhardcoded/iwd2/confusw.pro %%DATADIR%%/unhardcoded/iwd2/conjuh.pro %%DATADIR%%/unhardcoded/iwd2/conjut.pro %%DATADIR%%/unhardcoded/iwd2/copest.pro %%DATADIR%%/unhardcoded/iwd2/cripstr.spl %%DATADIR%%/unhardcoded/iwd2/cry150.pro %%DATADIR%%/unhardcoded/iwd2/cry200.pro %%DATADIR%%/unhardcoded/iwd2/cry225.pro %%DATADIR%%/unhardcoded/iwd2/cry250.pro %%DATADIR%%/unhardcoded/iwd2/cry500np.pro %%DATADIR%%/unhardcoded/iwd2/csdamah.pro %%DATADIR%%/unhardcoded/iwd2/cstrenh.pro %%DATADIR%%/unhardcoded/iwd2/cswounh.pro %%DATADIR%%/unhardcoded/iwd2/curseh.pro %%DATADIR%%/unhardcoded/iwd2/cwelem1.pro %%DATADIR%%/unhardcoded/iwd2/cwelemh.pro %%DATADIR%%/unhardcoded/iwd2/cwelemx.pro %%DATADIR%%/unhardcoded/iwd2/dagger.pro %%DATADIR%%/unhardcoded/iwd2/daggerex.pro %%DATADIR%%/unhardcoded/iwd2/damage.2da %%DATADIR%%/unhardcoded/iwd2/dart.pro %%DATADIR%%/unhardcoded/iwd2/dartex.pro %%DATADIR%%/unhardcoded/iwd2/dattach.pro %%DATADIR%%/unhardcoded/iwd2/dbfireb.pro %%DATADIR%%/unhardcoded/iwd2/dbreath.pro %%DATADIR%%/unhardcoded/iwd2/ddeath.pro %%DATADIR%%/unhardcoded/iwd2/ddeath2.pro %%DATADIR%%/unhardcoded/iwd2/ddoorh.pro %%DATADIR%%/unhardcoded/iwd2/defsound.2da %%DATADIR%%/unhardcoded/iwd2/destruh.pro %%DATADIR%%/unhardcoded/iwd2/detect.spl %%DATADIR%%/unhardcoded/iwd2/dfog.pro %%DATADIR%%/unhardcoded/iwd2/dirty.spl %%DATADIR%%/unhardcoded/iwd2/disint.pro %%DATADIR%%/unhardcoded/iwd2/disinth.pro %%DATADIR%%/unhardcoded/iwd2/dispel.pro %%DATADIR%%/unhardcoded/iwd2/divinh.pro %%DATADIR%%/unhardcoded/iwd2/divint.pro %%DATADIR%%/unhardcoded/iwd2/dsclass.2da %%DATADIR%%/unhardcoded/iwd2/dspell.pro %%DATADIR%%/unhardcoded/iwd2/dspellh.pro %%DATADIR%%/unhardcoded/iwd2/dsrace.2da %%DATADIR%%/unhardcoded/iwd2/dstable.2da %%DATADIR%%/unhardcoded/iwd2/effects.ids %%DATADIR%%/unhardcoded/iwd2/electrh.pro %%DATADIR%%/unhardcoded/iwd2/electrh.vvc %%DATADIR%%/unhardcoded/iwd2/emotion.pro %%DATADIR%%/unhardcoded/iwd2/enchah.pro %%DATADIR%%/unhardcoded/iwd2/enchan.pro %%DATADIR%%/unhardcoded/iwd2/enchannp.pro %%DATADIR%%/unhardcoded/iwd2/enchat.pro %%DATADIR%%/unhardcoded/iwd2/entangle.pro %%DATADIR%%/unhardcoded/iwd2/entropy.2da %%DATADIR%%/unhardcoded/iwd2/equake.pro %%DATADIR%%/unhardcoded/iwd2/exaltah.pro %%DATADIR%%/unhardcoded/iwd2/factioh.pro %%DATADIR%%/unhardcoded/iwd2/fatigue.spl %%DATADIR%%/unhardcoded/iwd2/fbreath.pro %%DATADIR%%/unhardcoded/iwd2/feat00.spl %%DATADIR%%/unhardcoded/iwd2/feat02.spl %%DATADIR%%/unhardcoded/iwd2/feat07.spl %%DATADIR%%/unhardcoded/iwd2/feat09.spl %%DATADIR%%/unhardcoded/iwd2/feat0a.spl %%DATADIR%%/unhardcoded/iwd2/feat0c.spl %%DATADIR%%/unhardcoded/iwd2/feat0d.spl %%DATADIR%%/unhardcoded/iwd2/feat0f.spl %%DATADIR%%/unhardcoded/iwd2/feat10.spl %%DATADIR%%/unhardcoded/iwd2/feat18.spl %%DATADIR%%/unhardcoded/iwd2/feat19.spl %%DATADIR%%/unhardcoded/iwd2/feat1a.spl %%DATADIR%%/unhardcoded/iwd2/feat1c.spl %%DATADIR%%/unhardcoded/iwd2/feat1c1.eff %%DATADIR%%/unhardcoded/iwd2/feat1c2.eff %%DATADIR%%/unhardcoded/iwd2/feat1d.spl %%DATADIR%%/unhardcoded/iwd2/feat1e.spl %%DATADIR%%/unhardcoded/iwd2/feat20.spl %%DATADIR%%/unhardcoded/iwd2/feat22.spl %%DATADIR%%/unhardcoded/iwd2/feat23.spl %%DATADIR%%/unhardcoded/iwd2/feat25.spl %%DATADIR%%/unhardcoded/iwd2/feat32.spl %%DATADIR%%/unhardcoded/iwd2/feat33.spl %%DATADIR%%/unhardcoded/iwd2/feat3b.spl %%DATADIR%%/unhardcoded/iwd2/feat41.spl %%DATADIR%%/unhardcoded/iwd2/featreq.2da %%DATADIR%%/unhardcoded/iwd2/ffinger.pro %%DATADIR%%/unhardcoded/iwd2/findtrap.pro %%DATADIR%%/unhardcoded/iwd2/fireball.pro %%DATADIR%%/unhardcoded/iwd2/fireblic.pro %%DATADIR%%/unhardcoded/iwd2/firebolt.pro %%DATADIR%%/unhardcoded/iwd2/firebtbl.pro %%DATADIR%%/unhardcoded/iwd2/fireh.pro %%DATADIR%%/unhardcoded/iwd2/fireh.vvc %%DATADIR%%/unhardcoded/iwd2/firestor.pro %%DATADIR%%/unhardcoded/iwd2/fistweap.2da %%DATADIR%%/unhardcoded/iwd2/fodeath.pro %%DATADIR%%/unhardcoded/iwd2/fonts.2da %%DATADIR%%/unhardcoded/iwd2/formatio.2da %%DATADIR%%/unhardcoded/iwd2/fseed.pro %%DATADIR%%/unhardcoded/iwd2/fstrikh.pro %%DATADIR%%/unhardcoded/iwd2/gabreath.pro %%DATADIR%%/unhardcoded/iwd2/gametime.2da %%DATADIR%%/unhardcoded/iwd2/garmorh.pro %%DATADIR%%/unhardcoded/iwd2/gate.pro %%DATADIR%%/unhardcoded/iwd2/gaze.pro %%DATADIR%%/unhardcoded/iwd2/geloopx.pro %%DATADIR%%/unhardcoded/iwd2/gemprjtl.ids %%DATADIR%%/unhardcoded/iwd2/gemrb.ini %%DATADIR%%/unhardcoded/iwd2/gemtrig.ids %%DATADIR%%/unhardcoded/iwd2/gender.2da %%DATADIR%%/unhardcoded/iwd2/golcloud.pro %%DATADIR%%/unhardcoded/iwd2/grease.pro %%DATADIR%%/unhardcoded/iwd2/gshout.pro %%DATADIR%%/unhardcoded/iwd2/guibtact.2da %%DATADIR%%/unhardcoded/iwd2/guils.chu %%DATADIR%%/unhardcoded/iwd2/hamstr.spl %%DATADIR%%/unhardcoded/iwd2/harmh.pro %%DATADIR%%/unhardcoded/iwd2/harmony.pro %%DATADIR%%/unhardcoded/iwd2/haterace.2da %%DATADIR%%/unhardcoded/iwd2/healh.pro %%DATADIR%%/unhardcoded/iwd2/hmighth.pro %%DATADIR%%/unhardcoded/iwd2/hold.pro %%DATADIR%%/unhardcoded/iwd2/hsmite.pro %%DATADIR%%/unhardcoded/iwd2/hword.pro %%DATADIR%%/unhardcoded/iwd2/icelance.pro %%DATADIR%%/unhardcoded/iwd2/icestorm.pro %%DATADIR%%/unhardcoded/iwd2/icloud.pro %%DATADIR%%/unhardcoded/iwd2/iclouda.pro %%DATADIR%%/unhardcoded/iwd2/icloudb.pro %%DATADIR%%/unhardcoded/iwd2/illush.pro %%DATADIR%%/unhardcoded/iwd2/illust.pro %%DATADIR%%/unhardcoded/iwd2/inarea.pro %%DATADIR%%/unhardcoded/iwd2/inareanp.pro %%DATADIR%%/unhardcoded/iwd2/inareapa.pro %%DATADIR%%/unhardcoded/iwd2/inareasm.pro %%DATADIR%%/unhardcoded/iwd2/invoch.pro %%DATADIR%%/unhardcoded/iwd2/invoct.pro %%DATADIR%%/unhardcoded/iwd2/iplague.pro %%DATADIR%%/unhardcoded/iwd2/island00.2da %%DATADIR%%/unhardcoded/iwd2/itemdata.2da %%DATADIR%%/unhardcoded/iwd2/itemsnd.2da %%DATADIR%%/unhardcoded/iwd2/itemspec.2da %%DATADIR%%/unhardcoded/iwd2/itemtype.2da %%DATADIR%%/unhardcoded/iwd2/itemuse.2da %%DATADIR%%/unhardcoded/iwd2/iwdshtab.2da %%DATADIR%%/unhardcoded/iwd2/lightb.pro %%DATADIR%%/unhardcoded/iwd2/lightbnb.pro %%DATADIR%%/unhardcoded/iwd2/lightsto.pro %%DATADIR%%/unhardcoded/iwd2/lodisr.pro %%DATADIR%%/unhardcoded/iwd2/magesch.2da %%DATADIR%%/unhardcoded/iwd2/magicmis.pro %%DATADIR%%/unhardcoded/iwd2/malison.pro %%DATADIR%%/unhardcoded/iwd2/mdfeats.2da %%DATADIR%%/unhardcoded/iwd2/mfmiss.pro %%DATADIR%%/unhardcoded/iwd2/mfmiss2.pro %%DATADIR%%/unhardcoded/iwd2/mfmissh.pro %%DATADIR%%/unhardcoded/iwd2/mfog.pro %%DATADIR%%/unhardcoded/iwd2/mmagich.pro %%DATADIR%%/unhardcoded/iwd2/mmissile.pro %%DATADIR%%/unhardcoded/iwd2/modal.2da %%DATADIR%%/unhardcoded/iwd2/moelda.pro %%DATADIR%%/unhardcoded/iwd2/mrage.pro %%DATADIR%%/unhardcoded/iwd2/mrageh.pro %%DATADIR%%/unhardcoded/iwd2/mspore.pro %%DATADIR%%/unhardcoded/iwd2/msumm1.pro %%DATADIR%%/unhardcoded/iwd2/msumm1h.pro %%DATADIR%%/unhardcoded/iwd2/msumm1x.pro %%DATADIR%%/unhardcoded/iwd2/msumm2h.pro %%DATADIR%%/unhardcoded/iwd2/msumm3h.pro %%DATADIR%%/unhardcoded/iwd2/msumm4h.pro %%DATADIR%%/unhardcoded/iwd2/msumm5h.pro %%DATADIR%%/unhardcoded/iwd2/msumm6h.pro %%DATADIR%%/unhardcoded/iwd2/msumm7h.pro %%DATADIR%%/unhardcoded/iwd2/mswordh.pro %%DATADIR%%/unhardcoded/iwd2/mtouchh.pro %%DATADIR%%/unhardcoded/iwd2/necroh.pro %%DATADIR%%/unhardcoded/iwd2/necrot.pro %%DATADIR%%/unhardcoded/iwd2/npoisoh.pro %%DATADIR%%/unhardcoded/iwd2/ofsphe.pro %%DATADIR%%/unhardcoded/iwd2/overlay.2da %%DATADIR%%/unhardcoded/iwd2/paralh.pro %%DATADIR%%/unhardcoded/iwd2/pfire.pro %%DATADIR%%/unhardcoded/iwd2/pictures.2da %%DATADIR%%/unhardcoded/iwd2/poisonh.pro %%DATADIR%%/unhardcoded/iwd2/polystat.2da %%DATADIR%%/unhardcoded/iwd2/portalh.pro %%DATADIR%%/unhardcoded/iwd2/prayer.pro %%DATADIR%%/unhardcoded/iwd2/prayerh.pro %%DATADIR%%/unhardcoded/iwd2/proftype.2da %%DATADIR%%/unhardcoded/iwd2/protevil.pro %%DATADIR%%/unhardcoded/iwd2/prtl_cl.pro %%DATADIR%%/unhardcoded/iwd2/prtl_op.pro %%DATADIR%%/unhardcoded/iwd2/pspray.pro %%DATADIR%%/unhardcoded/iwd2/pwkill.pro %%DATADIR%%/unhardcoded/iwd2/pwsileh.pro %%DATADIR%%/unhardcoded/iwd2/pwstun.pro %%DATADIR%%/unhardcoded/iwd2/pwstunh.pro %%DATADIR%%/unhardcoded/iwd2/raceflag.2da %%DATADIR%%/unhardcoded/iwd2/races.2da %%DATADIR%%/unhardcoded/iwd2/racskill.2da %%DATADIR%%/unhardcoded/iwd2/rad100.pro %%DATADIR%%/unhardcoded/iwd2/rad250.pro %%DATADIR%%/unhardcoded/iwd2/rad300.pro %%DATADIR%%/unhardcoded/iwd2/randitem.2da %%DATADIR%%/unhardcoded/iwd2/rdeadh.pro %%DATADIR%%/unhardcoded/iwd2/recitah.pro %%DATADIR%%/unhardcoded/iwd2/resurrh.pro %%DATADIR%%/unhardcoded/iwd2/reverbs.2da %%DATADIR%%/unhardcoded/iwd2/rng450.pro %%DATADIR%%/unhardcoded/iwd2/rparalh.pro %%DATADIR%%/unhardcoded/iwd2/rwotfag.pro %%DATADIR%%/unhardcoded/iwd2/rwotfah.pro %%DATADIR%%/unhardcoded/iwd2/sarmorh.pro %%DATADIR%%/unhardcoded/iwd2/savegame.2da %%DATADIR%%/unhardcoded/iwd2/scharge.pro %%DATADIR%%/unhardcoded/iwd2/schargh.pro %%DATADIR%%/unhardcoded/iwd2/script.2da %%DATADIR%%/unhardcoded/iwd2/seater.pro %%DATADIR%%/unhardcoded/iwd2/seaterh.pro %%DATADIR%%/unhardcoded/iwd2/sgrowth.pro %%DATADIR%%/unhardcoded/iwd2/shout.pro %%DATADIR%%/unhardcoded/iwd2/shroud.pro %%DATADIR%%/unhardcoded/iwd2/shtable.2da %%DATADIR%%/unhardcoded/iwd2/skillsta.2da %%DATADIR%%/unhardcoded/iwd2/sleep.pro %%DATADIR%%/unhardcoded/iwd2/slivinh.pro %%DATADIR%%/unhardcoded/iwd2/slottype.2da %%DATADIR%%/unhardcoded/iwd2/soflamh.pro %%DATADIR%%/unhardcoded/iwd2/sohope.pro %%DATADIR%%/unhardcoded/iwd2/sooneh.pro %%DATADIR%%/unhardcoded/iwd2/sopain.pro %%DATADIR%%/unhardcoded/iwd2/sparbknp.pro %%DATADIR%%/unhardcoded/iwd2/sparbkpa.pro %%DATADIR%%/unhardcoded/iwd2/sparblnp.pro %%DATADIR%%/unhardcoded/iwd2/sparblpa.pro %%DATADIR%%/unhardcoded/iwd2/sparchnp.pro %%DATADIR%%/unhardcoded/iwd2/sparchpa.pro %%DATADIR%%/unhardcoded/iwd2/spargonp.pro %%DATADIR%%/unhardcoded/iwd2/spargopa.pro %%DATADIR%%/unhardcoded/iwd2/spargrnp.pro %%DATADIR%%/unhardcoded/iwd2/spargrpa.pro %%DATADIR%%/unhardcoded/iwd2/sparicnp.pro %%DATADIR%%/unhardcoded/iwd2/sparicpa.pro %%DATADIR%%/unhardcoded/iwd2/sparklbk.pro %%DATADIR%%/unhardcoded/iwd2/sparklbl.pro %%DATADIR%%/unhardcoded/iwd2/sparklch.pro %%DATADIR%%/unhardcoded/iwd2/sparklgo.pro %%DATADIR%%/unhardcoded/iwd2/sparklgr.pro %%DATADIR%%/unhardcoded/iwd2/sparklic.pro %%DATADIR%%/unhardcoded/iwd2/sparklma.pro %%DATADIR%%/unhardcoded/iwd2/sparklor.pro %%DATADIR%%/unhardcoded/iwd2/sparklpu.pro %%DATADIR%%/unhardcoded/iwd2/sparklre.pro %%DATADIR%%/unhardcoded/iwd2/sparklst.pro %%DATADIR%%/unhardcoded/iwd2/sparmanp.pro %%DATADIR%%/unhardcoded/iwd2/sparmapa.pro %%DATADIR%%/unhardcoded/iwd2/sparornp.pro %%DATADIR%%/unhardcoded/iwd2/sparorpa.pro %%DATADIR%%/unhardcoded/iwd2/sparpunp.pro %%DATADIR%%/unhardcoded/iwd2/sparpupa.pro %%DATADIR%%/unhardcoded/iwd2/sparrenp.pro %%DATADIR%%/unhardcoded/iwd2/sparrepa.pro %%DATADIR%%/unhardcoded/iwd2/sparstnp.pro %%DATADIR%%/unhardcoded/iwd2/sparstpa.pro %%DATADIR%%/unhardcoded/iwd2/spbrnhnd.pro %%DATADIR%%/unhardcoded/iwd2/spear.pro %%DATADIR%%/unhardcoded/iwd2/spearex.pro %%DATADIR%%/unhardcoded/iwd2/spfdeath.pro %%DATADIR%%/unhardcoded/iwd2/spfirebl.pro %%DATADIR%%/unhardcoded/iwd2/spin231r.spl %%DATADIR%%/unhardcoded/iwd2/spin232r.spl %%DATADIR%%/unhardcoded/iwd2/spin233r.spl %%DATADIR%%/unhardcoded/iwd2/spklarbk.pro %%DATADIR%%/unhardcoded/iwd2/spklarbl.pro %%DATADIR%%/unhardcoded/iwd2/spklarch.pro %%DATADIR%%/unhardcoded/iwd2/spklargo.pro %%DATADIR%%/unhardcoded/iwd2/spklargr.pro %%DATADIR%%/unhardcoded/iwd2/spklaric.pro %%DATADIR%%/unhardcoded/iwd2/spklarma.pro %%DATADIR%%/unhardcoded/iwd2/spklaror.pro %%DATADIR%%/unhardcoded/iwd2/spklarpu.pro %%DATADIR%%/unhardcoded/iwd2/spklarre.pro %%DATADIR%%/unhardcoded/iwd2/spklarst.pro %%DATADIR%%/unhardcoded/iwd2/splfocus.2da %%DATADIR%%/unhardcoded/iwd2/splprot.2da %%DATADIR%%/unhardcoded/iwd2/splspec.2da %%DATADIR%%/unhardcoded/iwd2/spoisoh.pro %%DATADIR%%/unhardcoded/iwd2/spscorch.pro %%DATADIR%%/unhardcoded/iwd2/spscoric.pro %%DATADIR%%/unhardcoded/iwd2/spwrath.pro %%DATADIR%%/unhardcoded/iwd2/ssorbh.pro %%DATADIR%%/unhardcoded/iwd2/ssswarm.pro %%DATADIR%%/unhardcoded/iwd2/sstone.pro %%DATADIR%%/unhardcoded/iwd2/sstoneh.pro %%DATADIR%%/unhardcoded/iwd2/stances.2da %%DATADIR%%/unhardcoded/iwd2/start.2da %%DATADIR%%/unhardcoded/iwd2/stone.pro %%DATADIR%%/unhardcoded/iwd2/strengh.pro %%DATADIR%%/unhardcoded/iwd2/strings.2da %%DATADIR%%/unhardcoded/iwd2/suffoc.pro %%DATADIR%%/unhardcoded/iwd2/suffoch.pro %%DATADIR%%/unhardcoded/iwd2/sunfire.pro %%DATADIR%%/unhardcoded/iwd2/sunray.pro %%DATADIR%%/unhardcoded/iwd2/sunscoh.pro %%DATADIR%%/unhardcoded/iwd2/swave.pro %%DATADIR%%/unhardcoded/iwd2/swaveh.pro %%DATADIR%%/unhardcoded/iwd2/terrain.2da %%DATADIR%%/unhardcoded/iwd2/topics.2da %%DATADIR%%/unhardcoded/iwd2/trap.pro %%DATADIR%%/unhardcoded/iwd2/trapglyp.pro %%DATADIR%%/unhardcoded/iwd2/trapskul.pro %%DATADIR%%/unhardcoded/iwd2/tspray.pro %%DATADIR%%/unhardcoded/iwd2/turn.spl %%DATADIR%%/unhardcoded/iwd2/ublight.pro %%DATADIR%%/unhardcoded/iwd2/uhold.pro %%DATADIR%%/unhardcoded/iwd2/uncanny.spl %%DATADIR%%/unhardcoded/iwd2/uward.pro %%DATADIR%%/unhardcoded/iwd2/uwardh.pro %%DATADIR%%/unhardcoded/iwd2/vcremap.2da %%DATADIR%%/unhardcoded/iwd2/vspherh.pro %%DATADIR%%/unhardcoded/iwd2/walksnd.2da %%DATADIR%%/unhardcoded/iwd2/wdeath1.pro %%DATADIR%%/unhardcoded/iwd2/wdeath2.pro %%DATADIR%%/unhardcoded/iwd2/web.pro %%DATADIR%%/unhardcoded/iwd2/whirlw.pro %%DATADIR%%/unhardcoded/iwd2/wofire.pro %%DATADIR%%/unhardcoded/iwd2/womoon.pro %%DATADIR%%/unhardcoded/iwd2/womoonx.pro %%DATADIR%%/unhardcoded/iwd2/wowisp.pro %%DATADIR%%/unhardcoded/iwd2/wvdeath.pro %%DATADIR%%/unhardcoded/iwd2/wvhith.pro %%DATADIR%%/unhardcoded/iwd2/wwolf.pro %%DATADIR%%/unhardcoded/iwd2/zlaura.pro %%DATADIR%%/unhardcoded/pst/MPALETTE.bmp %%DATADIR%%/unhardcoded/pst/abcomm.2da %%DATADIR%%/unhardcoded/pst/acidblgr.pro %%DATADIR%%/unhardcoded/pst/acidblmu.pro %%DATADIR%%/unhardcoded/pst/acidblob.pro %%DATADIR%%/unhardcoded/pst/acidbloc.pro %%DATADIR%%/unhardcoded/pst/adder.spl %%DATADIR%%/unhardcoded/pst/aligns.2da %%DATADIR%%/unhardcoded/pst/amiss.pro %%DATADIR%%/unhardcoded/pst/amiss2.pro %%DATADIR%%/unhardcoded/pst/anims.2da %%DATADIR%%/unhardcoded/pst/aotorm.pro %%DATADIR%%/unhardcoded/pst/areapro.2da %%DATADIR%%/unhardcoded/pst/arrow.pro %%DATADIR%%/unhardcoded/pst/arrowex.pro %%DATADIR%%/unhardcoded/pst/arrowflb.pro %%DATADIR%%/unhardcoded/pst/arrowflg.pro %%DATADIR%%/unhardcoded/pst/arrowfli.pro %%DATADIR%%/unhardcoded/pst/arrowflm.pro %%DATADIR%%/unhardcoded/pst/arrowhvy.pro %%DATADIR%%/unhardcoded/pst/astorm.pro %%DATADIR%%/unhardcoded/pst/astorm.spl %%DATADIR%%/unhardcoded/pst/avatars.2da %%DATADIR%%/unhardcoded/pst/avprefix.2da %%DATADIR%%/unhardcoded/pst/avprefs.2da %%DATADIR%%/unhardcoded/pst/avslots.2da %%DATADIR%%/unhardcoded/pst/axe.pro %%DATADIR%%/unhardcoded/pst/axeex.pro %%DATADIR%%/unhardcoded/pst/axoft.spl %%DATADIR%%/unhardcoded/pst/baldur.bcs %%DATADIR%%/unhardcoded/pst/ball.spl %%DATADIR%%/unhardcoded/pst/bbridge.pro %%DATADIR%%/unhardcoded/pst/bbridge.spl %%DATADIR%%/unhardcoded/pst/bios.2da %%DATADIR%%/unhardcoded/pst/blessed.pro %%DATADIR%%/unhardcoded/pst/blight.pro %%DATADIR%%/unhardcoded/pst/blight2.pro %%DATADIR%%/unhardcoded/pst/bluetint.spl %%DATADIR%%/unhardcoded/pst/bolt.pro %%DATADIR%%/unhardcoded/pst/boltex.pro %%DATADIR%%/unhardcoded/pst/bstorm.pro %%DATADIR%%/unhardcoded/pst/bstorm.spl %%DATADIR%%/unhardcoded/pst/bstorm2.pro %%DATADIR%%/unhardcoded/pst/bstorm2.spl %%DATADIR%%/unhardcoded/pst/bullet.pro %%DATADIR%%/unhardcoded/pst/bulletex.pro %%DATADIR%%/unhardcoded/pst/callih.pro %%DATADIR%%/unhardcoded/pst/cgtable.2da %%DATADIR%%/unhardcoded/pst/charprof.2da %%DATADIR%%/unhardcoded/pst/chost.2da %%DATADIR%%/unhardcoded/pst/chost.pro %%DATADIR%%/unhardcoded/pst/chost.spl %%DATADIR%%/unhardcoded/pst/chromorb.pro %%DATADIR%%/unhardcoded/pst/classes.2da %%DATADIR%%/unhardcoded/pst/cloud.pro %%DATADIR%%/unhardcoded/pst/cloudkil.pro %%DATADIR%%/unhardcoded/pst/clskills.2da %%DATADIR%%/unhardcoded/pst/cocold.pro %%DATADIR%%/unhardcoded/pst/colors.2da %%DATADIR%%/unhardcoded/pst/colrspry.pro %%DATADIR%%/unhardcoded/pst/comment.2da %%DATADIR%%/unhardcoded/pst/conflag.pro %%DATADIR%%/unhardcoded/pst/conflag.spl %%DATADIR%%/unhardcoded/pst/confus.pro %%DATADIR%%/unhardcoded/pst/crits.2da %%DATADIR%%/unhardcoded/pst/cursed.pro %%DATADIR%%/unhardcoded/pst/dagger.pro %%DATADIR%%/unhardcoded/pst/daggerex.pro %%DATADIR%%/unhardcoded/pst/damage.2da %%DATADIR%%/unhardcoded/pst/dart.pro %%DATADIR%%/unhardcoded/pst/dartex.pro %%DATADIR%%/unhardcoded/pst/dbolt.pro %%DATADIR%%/unhardcoded/pst/dbolt.spl %%DATADIR%%/unhardcoded/pst/defsound.2da %%DATADIR%%/unhardcoded/pst/dhell.pro %%DATADIR%%/unhardcoded/pst/dhell.spl %%DATADIR%%/unhardcoded/pst/dmhead.cre %%DATADIR%%/unhardcoded/pst/dstable.2da %%DATADIR%%/unhardcoded/pst/easymaze.2da %%DATADIR%%/unhardcoded/pst/ebomb.pro %%DATADIR%%/unhardcoded/pst/effects.ids %%DATADIR%%/unhardcoded/pst/elyfire.pro %%DATADIR%%/unhardcoded/pst/elytear.pro %%DATADIR%%/unhardcoded/pst/embalm.pro %%DATADIR%%/unhardcoded/pst/estrike.pro %%DATADIR%%/unhardcoded/pst/factions.2da %%DATADIR%%/unhardcoded/pst/faerie.spl %%DATADIR%%/unhardcoded/pst/fbomb.pro %%DATADIR%%/unhardcoded/pst/fbyello.pro %%DATADIR%%/unhardcoded/pst/fearaura.pro %%DATADIR%%/unhardcoded/pst/ffire.pro %%DATADIR%%/unhardcoded/pst/fireball.pro %%DATADIR%%/unhardcoded/pst/firebolt.pro %%DATADIR%%/unhardcoded/pst/firebtbl.pro %%DATADIR%%/unhardcoded/pst/fireice.pro %%DATADIR%%/unhardcoded/pst/firestor.pro %%DATADIR%%/unhardcoded/pst/fistweap.2da %%DATADIR%%/unhardcoded/pst/fizzle.spl %%DATADIR%%/unhardcoded/pst/fmiss.pro %%DATADIR%%/unhardcoded/pst/fonts.2da %%DATADIR%%/unhardcoded/pst/formatio.2da %%DATADIR%%/unhardcoded/pst/foundry.2da %%DATADIR%%/unhardcoded/pst/frain.pro %%DATADIR%%/unhardcoded/pst/gametime.2da %%DATADIR%%/unhardcoded/pst/gaze.pro %%DATADIR%%/unhardcoded/pst/gemprjtl.ids %%DATADIR%%/unhardcoded/pst/gemrb.ini %%DATADIR%%/unhardcoded/pst/genders.2da %%DATADIR%%/unhardcoded/pst/goinvul.pro %%DATADIR%%/unhardcoded/pst/goinvul.spl %%DATADIR%%/unhardcoded/pst/grease.pro %%DATADIR%%/unhardcoded/pst/guibtact.2da %%DATADIR%%/unhardcoded/pst/guiid.chu %%DATADIR%%/unhardcoded/pst/guils.chu %%DATADIR%%/unhardcoded/pst/guiw08.chu %%DATADIR%%/unhardcoded/pst/hlymite.pro %%DATADIR%%/unhardcoded/pst/hold.pro %%DATADIR%%/unhardcoded/pst/holdund.pro %%DATADIR%%/unhardcoded/pst/holdund.spl %%DATADIR%%/unhardcoded/pst/hopand.pro %%DATADIR%%/unhardcoded/pst/hopand2.pro %%DATADIR%%/unhardcoded/pst/horror.pro %%DATADIR%%/unhardcoded/pst/howl.spl %%DATADIR%%/unhardcoded/pst/ice.pro %%DATADIR%%/unhardcoded/pst/ice.spl %%DATADIR%%/unhardcoded/pst/ice2.spl %%DATADIR%%/unhardcoded/pst/ice3.spl %%DATADIR%%/unhardcoded/pst/icestorm.pro %%DATADIR%%/unhardcoded/pst/ifury.pro %%DATADIR%%/unhardcoded/pst/ifury.spl %%DATADIR%%/unhardcoded/pst/ignusorb.pro %%DATADIR%%/unhardcoded/pst/ignusorb.vvc %%DATADIR%%/unhardcoded/pst/iknife.pro %%DATADIR%%/unhardcoded/pst/imiss.pro %%DATADIR%%/unhardcoded/pst/imiss2.pro %%DATADIR%%/unhardcoded/pst/impstr.spl %%DATADIR%%/unhardcoded/pst/inarea.pro %%DATADIR%%/unhardcoded/pst/inareanp.pro %%DATADIR%%/unhardcoded/pst/inareapa.pro %%DATADIR%%/unhardcoded/pst/inareasm.pro %%DATADIR%%/unhardcoded/pst/istorm.pro %%DATADIR%%/unhardcoded/pst/istorm.spl %%DATADIR%%/unhardcoded/pst/istr.pro %%DATADIR%%/unhardcoded/pst/iswarm.pro %%DATADIR%%/unhardcoded/pst/iswarm.spl %%DATADIR%%/unhardcoded/pst/item_use.2da %%DATADIR%%/unhardcoded/pst/itemsnd.2da %%DATADIR%%/unhardcoded/pst/itemspec.2da %%DATADIR%%/unhardcoded/pst/itemtype.2da %%DATADIR%%/unhardcoded/pst/itemuse.2da %%DATADIR%%/unhardcoded/pst/iterror.pro %%DATADIR%%/unhardcoded/pst/kiss.pro %%DATADIR%%/unhardcoded/pst/kitlist.2da %%DATADIR%%/unhardcoded/pst/knock.pro %%DATADIR%%/unhardcoded/pst/lightb.pro %%DATADIR%%/unhardcoded/pst/lightnin.spl %%DATADIR%%/unhardcoded/pst/lightsto.pro %%DATADIR%%/unhardcoded/pst/litany.pro %%DATADIR%%/unhardcoded/pst/litany.spl %%DATADIR%%/unhardcoded/pst/lmiss.pro %%DATADIR%%/unhardcoded/pst/lstorm.2da %%DATADIR%%/unhardcoded/pst/lstorm.pro %%DATADIR%%/unhardcoded/pst/lstorm.spl %%DATADIR%%/unhardcoded/pst/lstorm2.pro %%DATADIR%%/unhardcoded/pst/lstorm2.spl %%DATADIR%%/unhardcoded/pst/magicmis.pro %%DATADIR%%/unhardcoded/pst/mcannon.pro %%DATADIR%%/unhardcoded/pst/mcannon.spl %%DATADIR%%/unhardcoded/pst/mmiss.pro %%DATADIR%%/unhardcoded/pst/mmiss2.pro %%DATADIR%%/unhardcoded/pst/modal.2da %%DATADIR%%/unhardcoded/pst/mpal256.bmp %%DATADIR%%/unhardcoded/pst/mswarm.pro %%DATADIR%%/unhardcoded/pst/mswarm.spl %%DATADIR%%/unhardcoded/pst/music.2da %%DATADIR%%/unhardcoded/pst/nbolt.pro %%DATADIR%%/unhardcoded/pst/orb.spl %%DATADIR%%/unhardcoded/pst/orngtint.spl %%DATADIR%%/unhardcoded/pst/overlay.2da %%DATADIR%%/unhardcoded/pst/pacify.pro %%DATADIR%%/unhardcoded/pst/pacify.spl %%DATADIR%%/unhardcoded/pst/pcmaze.2da %%DATADIR%%/unhardcoded/pst/pdolls.2da %%DATADIR%%/unhardcoded/pst/poo.spl %%DATADIR%%/unhardcoded/pst/poone.pro %%DATADIR%%/unhardcoded/pst/proftype.2da %%DATADIR%%/unhardcoded/pst/pwb.spl %%DATADIR%%/unhardcoded/pst/pwblind.pro %%DATADIR%%/unhardcoded/pst/pwk.spl %%DATADIR%%/unhardcoded/pst/pwkill.pro %%DATADIR%%/unhardcoded/pst/races.2da %%DATADIR%%/unhardcoded/pst/randitem.2da %%DATADIR%%/unhardcoded/pst/rdead.pro %%DATADIR%%/unhardcoded/pst/rdead.spl %%DATADIR%%/unhardcoded/pst/restmov.2da %%DATADIR%%/unhardcoded/pst/rock.pro %%DATADIR%%/unhardcoded/pst/rotorm.pro %%DATADIR%%/unhardcoded/pst/rune.2da %%DATADIR%%/unhardcoded/pst/rune.pro %%DATADIR%%/unhardcoded/pst/rune.spl %%DATADIR%%/unhardcoded/pst/s015hwav.vvc %%DATADIR%%/unhardcoded/pst/s025melt.vvc %%DATADIR%%/unhardcoded/pst/s046ist2.vvc %%DATADIR%%/unhardcoded/pst/s046istm.vvc %%DATADIR%%/unhardcoded/pst/s052cone.vvc %%DATADIR%%/unhardcoded/pst/s056itrl.vvc %%DATADIR%%/unhardcoded/pst/s061beam.vvc %%DATADIR%%/unhardcoded/pst/s061glwb.vvc %%DATADIR%%/unhardcoded/pst/s061shll.vvc %%DATADIR%%/unhardcoded/pst/s064bglt.vvc %%DATADIR%%/unhardcoded/pst/s064hglt.vvc %%DATADIR%%/unhardcoded/pst/s064lort.vvc %%DATADIR%%/unhardcoded/pst/s064uplt.vvc %%DATADIR%%/unhardcoded/pst/s070boom.vvc %%DATADIR%%/unhardcoded/pst/s075wdsh.vvc %%DATADIR%%/unhardcoded/pst/s914bgbl.vvc %%DATADIR%%/unhardcoded/pst/s914hgbl.vvc %%DATADIR%%/unhardcoded/pst/s914rune.vvc %%DATADIR%%/unhardcoded/pst/savegame.2da %%DATADIR%%/unhardcoded/pst/script.2da %%DATADIR%%/unhardcoded/pst/shammer.pro %%DATADIR%%/unhardcoded/pst/shammer.spl %%DATADIR%%/unhardcoded/pst/sigil.2da %%DATADIR%%/unhardcoded/pst/skills.2da %%DATADIR%%/unhardcoded/pst/skmob.pro %%DATADIR%%/unhardcoded/pst/skmob.spl %%DATADIR%%/unhardcoded/pst/skmob2.pro %%DATADIR%%/unhardcoded/pst/sleep.pro %%DATADIR%%/unhardcoded/pst/slots.ids %%DATADIR%%/unhardcoded/pst/slottype.2da %%DATADIR%%/unhardcoded/pst/source/baldur.baf %%DATADIR%%/unhardcoded/pst/sparbknp.pro %%DATADIR%%/unhardcoded/pst/sparbkpa.pro %%DATADIR%%/unhardcoded/pst/sparblnp.pro %%DATADIR%%/unhardcoded/pst/sparblpa.pro %%DATADIR%%/unhardcoded/pst/sparchnp.pro %%DATADIR%%/unhardcoded/pst/sparchpa.pro %%DATADIR%%/unhardcoded/pst/spargonp.pro %%DATADIR%%/unhardcoded/pst/spargopa.pro %%DATADIR%%/unhardcoded/pst/spargrnp.pro %%DATADIR%%/unhardcoded/pst/spargrpa.pro %%DATADIR%%/unhardcoded/pst/sparicnp.pro %%DATADIR%%/unhardcoded/pst/sparicpa.pro %%DATADIR%%/unhardcoded/pst/sparklbk.pro %%DATADIR%%/unhardcoded/pst/sparklbl.pro %%DATADIR%%/unhardcoded/pst/sparklch.pro %%DATADIR%%/unhardcoded/pst/sparklgo.pro %%DATADIR%%/unhardcoded/pst/sparklgr.pro %%DATADIR%%/unhardcoded/pst/sparklic.pro %%DATADIR%%/unhardcoded/pst/sparklma.pro %%DATADIR%%/unhardcoded/pst/sparklor.pro %%DATADIR%%/unhardcoded/pst/sparklpu.pro %%DATADIR%%/unhardcoded/pst/sparklre.pro %%DATADIR%%/unhardcoded/pst/sparklst.pro %%DATADIR%%/unhardcoded/pst/sparmanp.pro %%DATADIR%%/unhardcoded/pst/sparmapa.pro %%DATADIR%%/unhardcoded/pst/sparornp.pro %%DATADIR%%/unhardcoded/pst/sparorpa.pro %%DATADIR%%/unhardcoded/pst/sparpunp.pro %%DATADIR%%/unhardcoded/pst/sparpupa.pro %%DATADIR%%/unhardcoded/pst/sparrenp.pro %%DATADIR%%/unhardcoded/pst/sparrepa.pro %%DATADIR%%/unhardcoded/pst/sparstnp.pro %%DATADIR%%/unhardcoded/pst/sparstpa.pro %%DATADIR%%/unhardcoded/pst/speak.eff %%DATADIR%%/unhardcoded/pst/spear.pro %%DATADIR%%/unhardcoded/pst/spearex.pro %%DATADIR%%/unhardcoded/pst/spfirebl.pro %%DATADIR%%/unhardcoded/pst/spklarbk.pro %%DATADIR%%/unhardcoded/pst/spklarbl.pro %%DATADIR%%/unhardcoded/pst/spklarch.pro %%DATADIR%%/unhardcoded/pst/spklargo.pro %%DATADIR%%/unhardcoded/pst/spklargr.pro %%DATADIR%%/unhardcoded/pst/spklaric.pro %%DATADIR%%/unhardcoded/pst/spklarma.pro %%DATADIR%%/unhardcoded/pst/spklaror.pro %%DATADIR%%/unhardcoded/pst/spklarpu.pro %%DATADIR%%/unhardcoded/pst/spklarre.pro %%DATADIR%%/unhardcoded/pst/spklarst.pro %%DATADIR%%/unhardcoded/pst/splspec.2da %%DATADIR%%/unhardcoded/pst/spscorch.pro %%DATADIR%%/unhardcoded/pst/spscoric.pro %%DATADIR%%/unhardcoded/pst/sshadow.pro %%DATADIR%%/unhardcoded/pst/sshadow.spl %%DATADIR%%/unhardcoded/pst/start.2da %%DATADIR%%/unhardcoded/pst/states.2da %%DATADIR%%/unhardcoded/pst/stone.pro %%DATADIR%%/unhardcoded/pst/stories.pro %%DATADIR%%/unhardcoded/pst/stories.spl %%DATADIR%%/unhardcoded/pst/str.spl %%DATADIR%%/unhardcoded/pst/strength.pro %%DATADIR%%/unhardcoded/pst/strings.2da %%DATADIR%%/unhardcoded/pst/terrain.2da %%DATADIR%%/unhardcoded/pst/tlaugh.pro %%DATADIR%%/unhardcoded/pst/trapglyp.pro %%DATADIR%%/unhardcoded/pst/trapskul.pro %%DATADIR%%/unhardcoded/pst/vcremap.2da %%DATADIR%%/unhardcoded/pst/vtouch.pro %%DATADIR%%/unhardcoded/pst/weapprof.2da %%DATADIR%%/unhardcoded/pst/web.pro %%DATADIR%%/unhardcoded/pst/wmmos2b.mos %%DATADIR%%/unhardcoded/shared/avprefc.2da %%DATADIR%%/unhardcoded/shared/avprefg.2da %%DATADIR%%/unhardcoded/shared/avprefix.2da %%DATADIR%%/unhardcoded/shared/axeflm.pro %%DATADIR%%/unhardcoded/shared/bardsong.spl %%DATADIR%%/unhardcoded/shared/cgtable.2da %%DATADIR%%/unhardcoded/shared/chinese.ini %%DATADIR%%/unhardcoded/shared/clssplab.2da %%DATADIR%%/unhardcoded/shared/colors.2da %%DATADIR%%/unhardcoded/shared/comment.2da %%DATADIR%%/unhardcoded/shared/console.chu %%DATADIR%%/unhardcoded/shared/containr.2da %%DATADIR%%/unhardcoded/shared/cow.pro %%DATADIR%%/unhardcoded/shared/defaults.ini %%DATADIR%%/unhardcoded/shared/demoend.chu %%DATADIR%%/unhardcoded/shared/detect.spl %%DATADIR%%/unhardcoded/shared/difflvls.2da %%DATADIR%%/unhardcoded/shared/dmgtypes.2da %%DATADIR%%/unhardcoded/shared/dummy.spl %%DATADIR%%/unhardcoded/shared/fatigue.2da %%DATADIR%%/unhardcoded/shared/findtrap.spl %%DATADIR%%/unhardcoded/shared/flmstrk.pro %%DATADIR%%/unhardcoded/shared/gemact.ids %%DATADIR%%/unhardcoded/shared/gemtrig.ids %%DATADIR%%/unhardcoded/shared/inarea5.pro %%DATADIR%%/unhardcoded/shared/invtrav.pro %%DATADIR%%/unhardcoded/shared/itemspec.2da %%DATADIR%%/unhardcoded/shared/japanese.ini %%DATADIR%%/unhardcoded/shared/keymap.2da %%DATADIR%%/unhardcoded/shared/korean.ini %%DATADIR%%/unhardcoded/shared/mfmiss5.spl %%DATADIR%%/unhardcoded/shared/mfmiss5b.spl %%DATADIR%%/unhardcoded/shared/miscrule.2da %%DATADIR%%/unhardcoded/shared/modal.2da %%DATADIR%%/unhardcoded/shared/numwslot.2da %%DATADIR%%/unhardcoded/shared/panic.spl %%DATADIR%%/unhardcoded/shared/polish.ini %%DATADIR%%/unhardcoded/shared/polystat.2da %%DATADIR%%/unhardcoded/shared/racefeat.2da %%DATADIR%%/unhardcoded/shared/redholy.pro %%DATADIR%%/unhardcoded/shared/reverb.2da %%DATADIR%%/unhardcoded/shared/sanctuc.vvc %%DATADIR%%/unhardcoded/shared/shadows.2da %%DATADIR%%/unhardcoded/shared/shair.pro %%DATADIR%%/unhardcoded/shared/shair1.pro %%DATADIR%%/unhardcoded/shared/shair2.pro %%DATADIR%%/unhardcoded/shared/shair3.pro %%DATADIR%%/unhardcoded/shared/shair4.pro %%DATADIR%%/unhardcoded/shared/shair5.pro %%DATADIR%%/unhardcoded/shared/shair6.pro %%DATADIR%%/unhardcoded/shared/shair7.pro %%DATADIR%%/unhardcoded/shared/sharea.pro %%DATADIR%%/unhardcoded/shared/sharea1.pro %%DATADIR%%/unhardcoded/shared/sharea2.pro %%DATADIR%%/unhardcoded/shared/sharea3.pro %%DATADIR%%/unhardcoded/shared/sharea4.pro %%DATADIR%%/unhardcoded/shared/sharea5.pro %%DATADIR%%/unhardcoded/shared/sharea6.pro %%DATADIR%%/unhardcoded/shared/shearth.pro %%DATADIR%%/unhardcoded/shared/shearth1.pro %%DATADIR%%/unhardcoded/shared/shearth2.pro %%DATADIR%%/unhardcoded/shared/shearth3.pro %%DATADIR%%/unhardcoded/shared/shearth4.pro %%DATADIR%%/unhardcoded/shared/shearth5.pro %%DATADIR%%/unhardcoded/shared/shearth6.pro %%DATADIR%%/unhardcoded/shared/shearth7.pro %%DATADIR%%/unhardcoded/shared/shwater.pro %%DATADIR%%/unhardcoded/shared/shwater1.pro %%DATADIR%%/unhardcoded/shared/shwater2.pro %%DATADIR%%/unhardcoded/shared/shwater3.pro %%DATADIR%%/unhardcoded/shared/shwater4.pro %%DATADIR%%/unhardcoded/shared/shwater5.pro %%DATADIR%%/unhardcoded/shared/shwater6.pro %%DATADIR%%/unhardcoded/shared/shwater7.pro %%DATADIR%%/unhardcoded/shared/skybolt.pro %%DATADIR%%/unhardcoded/shared/sneak.spl %%DATADIR%%/unhardcoded/shared/souleatr.2da %%DATADIR%%/unhardcoded/shared/spboom1.pro %%DATADIR%%/unhardcoded/shared/spboom2.pro %%DATADIR%%/unhardcoded/shared/spboom3.pro %%DATADIR%%/unhardcoded/shared/spdimdr.pro %%DATADIR%%/unhardcoded/shared/spldisp.2da %%DATADIR%%/unhardcoded/shared/splprot.2da %%DATADIR%%/unhardcoded/shared/splwizkn.2da %%DATADIR%%/unhardcoded/shared/spmagmis.pro %%DATADIR%%/unhardcoded/shared/spsmkjet.pro %%DATADIR%%/unhardcoded/shared/spsmold.pro %%DATADIR%%/unhardcoded/shared/spsmpuff.pro %%DATADIR%%/unhardcoded/shared/storespl.2da %%DATADIR%%/unhardcoded/shared/summlimt.2da %%DATADIR%%/unhardcoded/shared/traplimt.2da %%DATADIR%%/unhardcoded/shared/turn.spl %%DATADIR%%/unhardcoded/shared/zzweaps.2da share/icons/hicolor/scalable/apps/gemrb.svg share/metainfo/org.gemrb.gemrb.metainfo.xml share/pixmaps/gemrb.png diff --git a/games/inform7/Makefile b/games/inform7/Makefile index cdbac955c488..d0badc8a2c1a 100644 --- a/games/inform7/Makefile +++ b/games/inform7/Makefile @@ -1,55 +1,56 @@ PORTNAME= inform7 PORTVERSION= 6L38 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ifarchive.org/if-archive/infocom/compilers/inform7/executables/ DISTNAME= I7_6L38_FreeBSD MAINTAINER= akosela@andykosela.com COMMENT= Inform 7 programming language (CLI edition) WWW= http://www.inform7.com/ RUN_DEPENDS= frotz:games/frotz ONLY_FOR_ARCHS= i386 amd64 USES= zip SUB_FILES= i7.sh NO_BUILD= yes .include do-install: ${INSTALL_SCRIPT} ${WRKDIR}/i7.sh ${STAGEDIR}${PREFIX}/bin/i7 @${MKDIR} ${STAGEDIR}${DATADIR} @${CP} -R ${WRKSRC}/Internal ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${FILESDIR}/i7.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${FILESDIR}/i7.6 ${STAGEDIR}${PREFIX}/share/man/man6 .if ${ARCH} == "i386" ${INSTALL_PROGRAM} ${WRKSRC}/ni.i386 ${STAGEDIR}${PREFIX}/bin/ni ${INSTALL_PROGRAM} ${WRKSRC}/inform6.i386 \ ${STAGEDIR}${PREFIX}/bin/inform6 ${INSTALL_PROGRAM} ${WRKSRC}/cBlorb.i386 \ ${STAGEDIR}${PREFIX}/bin/cBlorb ${INSTALL_PROGRAM} ${WRKSRC}/dumb-frotz.i386 \ ${STAGEDIR}${PREFIX}/bin/dumb-frotz ${INSTALL_PROGRAM} ${WRKSRC}/dumb-git.i386 \ ${STAGEDIR}${PREFIX}/bin/dumb-git ${INSTALL_PROGRAM} ${WRKSRC}/dumb-glulxe.i386 \ ${STAGEDIR}${PREFIX}/bin/dumb-glulxe .else ${INSTALL_PROGRAM} ${WRKSRC}/ni.amd64 ${STAGEDIR}${PREFIX}/bin/ni ${INSTALL_PROGRAM} ${WRKSRC}/inform6.amd64 \ ${STAGEDIR}${PREFIX}/bin/inform6 ${INSTALL_PROGRAM} ${WRKSRC}/cBlorb.amd64 \ ${STAGEDIR}${PREFIX}/bin/cBlorb ${INSTALL_PROGRAM} ${WRKSRC}/dumb-frotz.amd64 \ ${STAGEDIR}${PREFIX}/bin/dumb-frotz ${INSTALL_PROGRAM} ${WRKSRC}/dumb-git.amd64 \ ${STAGEDIR}${PREFIX}/bin/dumb-git ${INSTALL_PROGRAM} ${WRKSRC}/dumb-glulxe.amd64 \ ${STAGEDIR}${PREFIX}/bin/dumb-glulxe .endif .include diff --git a/games/inform7/pkg-plist b/games/inform7/pkg-plist index 3b3a4df5d479..965dbb20c2b3 100644 --- a/games/inform7/pkg-plist +++ b/games/inform7/pkg-plist @@ -1,121 +1,121 @@ bin/cBlorb bin/dumb-frotz bin/dumb-git bin/dumb-glulxe bin/i7 bin/inform6 bin/ni -man/man6/i7.6.gz +share/man/man6/i7.6.gz %%DATADIR%%/Internal/Templates/Vorple/zvm.min.js %%DATADIR%%/Internal/Templates/Vorple/vorple.parchment.min.js %%DATADIR%%/Internal/Templates/Vorple/vorple.css %%DATADIR%%/Internal/Templates/Vorple/soundmanager2.swf %%DATADIR%%/Internal/Templates/Vorple/(manifest).txt %%DATADIR%%/Internal/Templates/Standard/index.html %%DATADIR%%/Internal/Templates/Standard/source.html %%DATADIR%%/Internal/Templates/Standard/play.html %%DATADIR%%/Internal/Templates/Standard/style.css %%DATADIR%%/Internal/Templates/Classic/index.html %%DATADIR%%/Internal/Templates/Classic/source.html %%DATADIR%%/Internal/Templates/Quixe/quixe.min.js %%DATADIR%%/Internal/Templates/Quixe/glkote.css %%DATADIR%%/Internal/Templates/Quixe/waiting.gif %%DATADIR%%/Internal/Templates/Quixe/dialog.css %%DATADIR%%/Internal/Templates/Quixe/glkote.min.js %%DATADIR%%/Internal/Templates/Quixe/(manifest).txt %%DATADIR%%/Internal/Templates/Parchment/jquery.min.js %%DATADIR%%/Internal/Templates/Parchment/parchment.min.js %%DATADIR%%/Internal/Templates/Parchment/parchment.min.css %%DATADIR%%/Internal/Templates/Parchment/zvm.min.js %%DATADIR%%/Internal/Templates/Parchment/(manifest).txt %%DATADIR%%/Internal/Miscellany/definitions.html %%DATADIR%%/Internal/Miscellany/WinExtensionsModel.html %%DATADIR%%/Internal/Miscellany/WinExtensionFileModel.html %%DATADIR%%/Internal/Miscellany/Small Cover.jpg %%DATADIR%%/Internal/Miscellany/Postcard.pdf %%DATADIR%%/Internal/Miscellany/IntroductionToIF.pdf %%DATADIR%%/Internal/Miscellany/ExtensionsModel.html %%DATADIR%%/Internal/Miscellany/ExtensionFileModel.html %%DATADIR%%/Internal/Miscellany/DefaultCover.jpg %%DATADIR%%/Internal/Miscellany/Cover.jpg %%DATADIR%%/Internal/Miscellany/CblorbModel.html %%DATADIR%%/Internal/Languages/Swedish/flag.png %%DATADIR%%/Internal/Languages/Swedish/about.txt %%DATADIR%%/Internal/Languages/Spanish/flag.png %%DATADIR%%/Internal/Languages/Spanish/about.txt %%DATADIR%%/Internal/Languages/Italian/flag.png %%DATADIR%%/Internal/Languages/Italian/about.txt %%DATADIR%%/Internal/Languages/German/flag.png %%DATADIR%%/Internal/Languages/German/about.txt %%DATADIR%%/Internal/Languages/French/flag.png %%DATADIR%%/Internal/Languages/French/about.txt %%DATADIR%%/Internal/Languages/English/Syntax.preform %%DATADIR%%/Internal/Languages/English/flag.png %%DATADIR%%/Internal/Languages/English/about.txt %%DATADIR%%/Internal/I6T/ZMachine.i6t %%DATADIR%%/Internal/I6T/WorldModel.i6t %%DATADIR%%/Internal/I6T/Utilities.i6t %%DATADIR%%/Internal/I6T/UnicodeData.i6t %%DATADIR%%/Internal/I6T/Time.i6t %%DATADIR%%/Internal/I6T/Text.i6t %%DATADIR%%/Internal/I6T/Tests.i6t %%DATADIR%%/Internal/I6T/Tables.i6t %%DATADIR%%/Internal/I6T/StoredAction.i6t %%DATADIR%%/Internal/I6T/Sort.i6t %%DATADIR%%/Internal/I6T/Rulebooks.i6t %%DATADIR%%/Internal/I6T/Relations.i6t %%DATADIR%%/Internal/I6T/RelationKind.i6t %%DATADIR%%/Internal/I6T/RegExp.i6t %%DATADIR%%/Internal/I6T/RealNumber.i6t %%DATADIR%%/Internal/I6T/RTP.i6t %%DATADIR%%/Internal/I6T/Printing.i6t %%DATADIR%%/Internal/I6T/Parser.i6t %%DATADIR%%/Internal/I6T/Output.i6t %%DATADIR%%/Internal/I6T/OutOfWorld.i6t %%DATADIR%%/Internal/I6T/OrderOfPlay.i6t %%DATADIR%%/Internal/I6T/Number.i6t %%DATADIR%%/Internal/I6T/Main.i6t %%DATADIR%%/Internal/I6T/MStack.i6t %%DATADIR%%/Internal/I6T/Load-Times.i6t %%DATADIR%%/Internal/I6T/Load-Sounds.i6t %%DATADIR%%/Internal/I6T/Load-Scenes.i6t %%DATADIR%%/Internal/I6T/Load-Files.i6t %%DATADIR%%/Internal/I6T/Load-Figures.i6t %%DATADIR%%/Internal/I6T/Load-Core.i6t %%DATADIR%%/Internal/I6T/Load-Actions.i6t %%DATADIR%%/Internal/I6T/Lists.i6t %%DATADIR%%/Internal/I6T/ListWriter.i6t %%DATADIR%%/Internal/I6T/Light.i6t %%DATADIR%%/Internal/I6T/Language.i6t %%DATADIR%%/Internal/I6T/Introduction.i6t %%DATADIR%%/Internal/I6T/Glulx.i6t %%DATADIR%%/Internal/I6T/Flex.i6t %%DATADIR%%/Internal/I6T/FileIO.i6t %%DATADIR%%/Internal/I6T/Figures.i6t %%DATADIR%%/Internal/I6T/Definitions.i6t %%DATADIR%%/Internal/I6T/Combinations.i6t %%DATADIR%%/Internal/I6T/Chronology.i6t %%DATADIR%%/Internal/I6T/Char.i6t %%DATADIR%%/Internal/I6T/BlockValues.i6t %%DATADIR%%/Internal/I6T/Activities.i6t %%DATADIR%%/Internal/I6T/Actions.i6t %%DATADIR%%/Internal/Extensions/Graham Nelson/Unicode Full Character Names.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/Unicode Character Names.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/Standard Rules.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/Rideable Vehicles.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/Metric Units.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/English Language.i7x %%DATADIR%%/Internal/Extensions/Graham Nelson/Approximate Metric Units.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Skeleton Keys.i7x %%DATADIR%%/Internal/Extensions/Eric Eve/Epistemology.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Punctuation Removal.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Menus.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Locksmith.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Inanimate Listeners.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Glulx Text Effects.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Glulx Entry Points.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Complex Listing.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Glulx Image Centering.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Basic Help Menu.i7x %%DATADIR%%/Internal/Extensions/Emily Short/Basic Screen Effects.i7x @dir %%DATADIR%%/Internal/Extensions/Reserved diff --git a/games/neverball/Makefile b/games/neverball/Makefile index a1d948651ba1..967840248481 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -1,52 +1,52 @@ PORTNAME= neverball PORTVERSION= 1.6.0 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= https://icculus.org/neverball/ \ https://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Tilt the floor to guide a ball through an obstacle course WWW= https://neverball.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/legal/license-GPL-2.0.txt LIB_DEPENDS= libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libphysfs.so:devel/physfs USES= gl gmake iconv jpeg sdl USE_GL= gl USE_SDL= sdl2 ttf2 MAKE_ARGS+= DATADIR="${DATADIR}" \ LOCALEDIR="${PREFIX}/share/locale" CFLAGS+= -fcommon PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_MAKE_ENV= ENABLE_NLS=1 NLS_MAKE_ENV_OFF= ENABLE_NLS=0 do-install: cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ - ${INSTALL_MAN} ${WRKSRC}/dist/*.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/dist/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/ .for f in neverball neverputt ${INSTALL_DATA} ${WRKSRC}/dist/${f}.desktop \ ${STAGEDIR}${PREFIX}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/dist/${f}_512.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/${f}.png ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor do-install-NLS-on: cd ${WRKSRC}/locale && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/locale/ do-install-DOCS-on: cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 23d682215fc4..2ff2659d1462 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -1,35 +1,35 @@ PORTNAME= powwow PORTVERSION= 1.2.23 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://hoopajoo.net/static/projects/ \ LOCAL/otis/games_powwow/ MAINTAINER= otis@FreeBSD.org COMMENT= Client to play MUDs LICENSE= GPLv2 USES= gmake ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-bsd OPTIONS_DEFINE= DOCS OPTIONS_SUB= 1 .include do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/powwow ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/powwow-movieplay ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/powwow-muc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/catrw ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/follow ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${MAN6PREFIX}/man/man6 - ${INSTALL_MAN} ${WRKSRC}/man/powwow.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/man/powwow.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/powwow.doc ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/powwow.help ${STAGEDIR}${DOCSDIR} .include diff --git a/games/powwow/pkg-plist b/games/powwow/pkg-plist index b171e38e1783..b8ed9a6e86ee 100644 --- a/games/powwow/pkg-plist +++ b/games/powwow/pkg-plist @@ -1,8 +1,8 @@ bin/catrw bin/follow bin/powwow bin/powwow-movieplay bin/powwow-muc -man/man6/powwow.6.gz +share/man/man6/powwow.6.gz %%PORTDOCS%%%%DOCSDIR%%/powwow.doc %%PORTDOCS%%%%DOCSDIR%%/powwow.help diff --git a/games/quit/Makefile b/games/quit/Makefile index 419a88c9b7e4..a22298077996 100644 --- a/games/quit/Makefile +++ b/games/quit/Makefile @@ -1,27 +1,28 @@ PORTNAME= quit PORTVERSION= 1.2a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= games MASTER_SITES= https://fukuchi.org/archive/shortshort/ MAINTAINER?= meta@FreeBSD.org COMMENT= Bicycle with trailers like "sl" WWW= https://fukuchi.org/works/shortshort/ #quit USES= ncurses MANLANG= ja OPTIONS_DEFINE= DOCS do-build: ${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit \ ${WRKSRC}/quit.c ${LDFLAGS} -lncurses do-install: ${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/quit.1 ${STAGEDIR}${PREFIX}/man/ja/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/quit.txt \ ${STAGEDIR}${DOCSDIR} .include diff --git a/games/wargus/Makefile b/games/wargus/Makefile index e546e4e185b0..9fb7e2cdfb26 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -1,47 +1,47 @@ PORTNAME= wargus PORTVERSION= 3.3.2 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Warcraft 2 mod for the Stratagus game engine WWW= https://stratagus.com/ \ https://github.com/Wargus/wargus LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= stratagus:games/stratagus \ cdparanoia:audio/cdparanoia \ ffmpeg:multimedia/ffmpeg BUILD_DEPENDS= stratagus:games/stratagus LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= Wargus USES= cmake compiler:c++11-lang pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DSHAREDIR:STRING="${DATADIR_REL}" SUB_FILES= pkg-message PORTDATA= * PORTDOCS= * OPTIONS_DEFINE= DOCS STORMLIB OPTIONS_DEFAULT=STORMLIB STORMLIB_DESC= Support importing data from BattleNet (GoG) edition STORMLIB_CMAKE_BOOL= WITH_STORMLIB StormLib_FIND_REQUIRED STORMLIB_LIB_DEPENDS= libstorm.so:archivers/stormlib post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.6 ${STAGEDIR}${PREFIX}/share/man/man6/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${WRKSRC}/doc/changelog \ ${WRKSRC}/doc/pud-specs.txt ${STAGEDIR}${DOCSDIR} .include diff --git a/games/wizznic/Makefile b/games/wizznic/Makefile index 80d9c79beaff..29406aa80550 100644 --- a/games/wizznic/Makefile +++ b/games/wizznic/Makefile @@ -1,49 +1,49 @@ PORTNAME= wizznic PORTVERSION= 1.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org COMMENT= Implementation of the arcade classic Puzznic WWW= https://dustedgames.blogspot.com/p/wizznic.html LICENSE= GPLv3+ LIB_DEPENDS= libpng.so:graphics/png USE_GITHUB= yes GH_ACCOUNT= DusteDdk GH_PROJECT= Wizznic USES= gmake sdl tar:bzip2 USE_SDL= image mixer sdl MAKE_ENV= DATADIR=${DATADIR}/ MAKEFILE= Makefile.linux PORTDOCS= * PORTDATA= * PLIST_FILES= bin/wizznic share/man/man6/wizznic.6.gz DESKTOP_ENTRIES="Wizznic!" "" "${DATADIR}/packs/001_wizznic/icon.png" \ "${PORTNAME}" "Game;LogicGame;" false OPTIONS_DEFINE= OPENGL DOCS OPTIONS_DEFAULT=OPENGL OPENGL_USES= gl OPENGL_USE= GL=gl OPENGL_MAKE_ENV_OFF= WITH_OPENGL=false do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wizznic ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC} && ${COPYTREE_SHARE} "data packs" ${STAGEDIR}${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/doc/wizznic.6 ${STAGEDIR}${MAN6PREFIX}/share/man/man6 + ${INSTALL_MAN} ${WRKSRC}/doc/wizznic.6 ${STAGEDIR}${PREFIX}/share/man/man6 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ .for f in changelog.txt credits.txt music-score-credits.txt ports.txt readme.txt ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}/ .endfor .include diff --git a/games/wtf/Makefile b/games/wtf/Makefile index c2044920ae38..8318d514eac3 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -1,35 +1,36 @@ PORTNAME= wtf PORTVERSION= 20230906 +PORTREvISION= 1 CATEGORIES= games MASTER_SITES= SF/bsdwtf MAINTAINER= eduardo@FreeBSD.org COMMENT= Translates common Internet acronyms WWW= https://sourceforge.net/projects/bsdwtf/ LICENSE= PD NO_ARCH= yes NO_BUILD= yes OPTIONS_DEFINE= OFFENSIVE OPTIONS_DEFAULT= OFFENSIVE OFFENSIVE_DESC= Include offensive acronyms post-patch: @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* do-install: ${INSTALL_SCRIPT} ${WRKSRC}/wtf ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/wtf.6 ${STAGEDIR}${PREFIX}/share/man/man6 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/acronyms ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/acronyms.comp ${STAGEDIR}${DATADIR} do-install-OFFENSIVE-on: ${INSTALL_DATA} ${WRKSRC}/acronyms-o.real ${STAGEDIR}${DATADIR}/acronyms-o do-install-OFFENSIVE-off: ${INSTALL_DATA} ${WRKSRC}/acronyms-o.fake ${STAGEDIR}${DATADIR}/acronyms-o .include diff --git a/games/wtf/pkg-plist b/games/wtf/pkg-plist index ffc6165d4c95..da699e9500fb 100644 --- a/games/wtf/pkg-plist +++ b/games/wtf/pkg-plist @@ -1,5 +1,5 @@ bin/wtf -man/man6/wtf.6.gz +share/man/man6/wtf.6.gz %%DATADIR%%/acronyms %%DATADIR%%/acronyms-o %%DATADIR%%/acronyms.comp diff --git a/games/xgalaga++/Makefile b/games/xgalaga++/Makefile index 7397e4b6496c..71c1bd2329ad 100644 --- a/games/xgalaga++/Makefile +++ b/games/xgalaga++/Makefile @@ -1,51 +1,52 @@ PORTNAME= xgalaga++ PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://marc.mongenet.ch/OSS/XGalaga/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}_${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= egypcio@FreeBSD.org COMMENT= Classic single screen vertical shoot em up WWW= https://marc.mongenet.ch/OSS/XGalaga/ LICENSE= GPLv2 USES= gmake xorg USE_CXXSTD= c++14 USE_XORG= x11 xpm ALL_TARGET= ${PORTNAME} DESKTOP_ENTRIES="XGalaga++" "" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz \ + share/man/man6/${PORTNAME}.6.gz \ share/pixmaps/${PORTNAME}.png PORTDOCS= README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|CXX =|CXX ?=|; \ s|HIGH_SCORES_FILE=/var|#HIGH_SCORES_FILE=/var|; \ s|#HIGH_SCORES_FILE=.xgalaga++|HIGH_SCORES_FILE=.xgalaga++|; \ s|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6x \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6 + ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6 ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/games/xroach/Makefile b/games/xroach/Makefile index 075cfd830895..05d674439480 100644 --- a/games/xroach/Makefile +++ b/games/xroach/Makefile @@ -1,35 +1,35 @@ PORTNAME= xroach PORTVERSION= 4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= https://cyber.dabamos.de/pub/distfiles/ DISTNAME= ${PORTNAME} MAINTAINER= kidon@posteo.de COMMENT= Cockroaches hide under your windows USES= imake localbase xorg USE_CSTD= gnu99 USE_XORG= x11 xext DPADD+= ${LOCALBASE}/lib/libX11.a ${LIBM} LDADD+= -lX11 -lm BINDIR= ${LOCALBASE}/bin -MANDIR= ${LOCALBASE}/man/man +MANDIR= ${LOCALBASE}/share/man/man BINOWN= bin BINMODE= 755 -PLIST_FILES= bin/xroach man/man6/xroach.6.gz +PLIST_FILES= bin/xroach share/man/man6/xroach.6.gz .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=incompatible-function-pointer-types .endif do-install: ${INSTALL_PROGRAM} -s ${WRKSRC}/xroach ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN6PREFIX}/man/man6/${PORTNAME}.6 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man6/${PORTNAME}.6 .include diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile index 9900c1696c28..e312c1393128 100644 --- a/games/xshisen/Makefile +++ b/games/xshisen/Makefile @@ -1,44 +1,45 @@ PORTNAME= xshisen PORTVERSION= 1.51 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= LOCAL/hrs MAINTAINER= TsurutaniNaoki@gmail.com COMMENT= Shisen-sho puzzle game for X11 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe xorg USE_CXXSTD= c++14 USE_XORG= ice sm x11 xmu xpm xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --sharedstatedir="${DATADIR}" INSTALL_TARGET= install-prog OPTIONS_DEFINE= MOTIF OPTIONS_DEFAULT= MOTIF MOTIF_USES= motif MOTIF_CONFIGURE_WITH= motif post-patch: @${REINPLACE_CMD} -e \ 's|XSHISEN_VERSION|${PORTVERSION}|g' ${WRKSRC}/lang/XShisen.ad* post-install: ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6 \ - ${STAGEDIR}${MAN6PREFIX}/man/man6/xshisen.6 + ${STAGEDIR}${PREFIX}/share/man/man6/xshisen.6 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man6 ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6.ja_JP.eucJP \ - ${STAGEDIR}${MAN6PREFIX}/man/ja/man6/xshisen.6 + ${STAGEDIR}${PREFIX}/share/man/ja/man6/xshisen.6 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/lang/XShisen.ad \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/XShisen @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults ${INSTALL_DATA} ${WRKSRC}/lang/XShisen.ad.ja_JP.eucJP \ ${STAGEDIR}${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XShisen .include diff --git a/games/xshisen/pkg-plist b/games/xshisen/pkg-plist index b19bd9820ccb..00e90606b0e9 100644 --- a/games/xshisen/pkg-plist +++ b/games/xshisen/pkg-plist @@ -1,79 +1,79 @@ @(,games,2555) bin/xshisen lib/X11/app-defaults/XShisen lib/X11/ja_JP.eucJP/app-defaults/XShisen %%DATADIR%%/s1/chun.xpm %%DATADIR%%/s1/haku.xpm %%DATADIR%%/s1/hana.xpm %%DATADIR%%/s1/hatsu.xpm %%DATADIR%%/s1/hishi.xpm %%DATADIR%%/s1/m1.xpm %%DATADIR%%/s1/m2.xpm %%DATADIR%%/s1/m3.xpm %%DATADIR%%/s1/m4.xpm %%DATADIR%%/s1/m5.xpm %%DATADIR%%/s1/m6.xpm %%DATADIR%%/s1/m7.xpm %%DATADIR%%/s1/m8.xpm %%DATADIR%%/s1/m9.xpm %%DATADIR%%/s1/nan.xpm %%DATADIR%%/s1/p1.xpm %%DATADIR%%/s1/p2.xpm %%DATADIR%%/s1/p3.xpm %%DATADIR%%/s1/p4.xpm %%DATADIR%%/s1/p5.xpm %%DATADIR%%/s1/p6.xpm %%DATADIR%%/s1/p7.xpm %%DATADIR%%/s1/p8.xpm %%DATADIR%%/s1/p9.xpm %%DATADIR%%/s1/pei.xpm %%DATADIR%%/s1/s1.xpm %%DATADIR%%/s1/s2.xpm %%DATADIR%%/s1/s3.xpm %%DATADIR%%/s1/s4.xpm %%DATADIR%%/s1/s5.xpm %%DATADIR%%/s1/s6.xpm %%DATADIR%%/s1/s7.xpm %%DATADIR%%/s1/s8.xpm %%DATADIR%%/s1/s9.xpm %%DATADIR%%/s1/sha.xpm %%DATADIR%%/s1/ton.xpm %%DATADIR%%/s2/chun.xpm %%DATADIR%%/s2/haku.xpm %%DATADIR%%/s2/hana.xpm %%DATADIR%%/s2/hatsu.xpm %%DATADIR%%/s2/hishi.xpm %%DATADIR%%/s2/m1.xpm %%DATADIR%%/s2/m2.xpm %%DATADIR%%/s2/m3.xpm %%DATADIR%%/s2/m4.xpm %%DATADIR%%/s2/m5.xpm %%DATADIR%%/s2/m6.xpm %%DATADIR%%/s2/m7.xpm %%DATADIR%%/s2/m8.xpm %%DATADIR%%/s2/m9.xpm %%DATADIR%%/s2/nan.xpm %%DATADIR%%/s2/p1.xpm %%DATADIR%%/s2/p2.xpm %%DATADIR%%/s2/p3.xpm %%DATADIR%%/s2/p4.xpm %%DATADIR%%/s2/p5.xpm %%DATADIR%%/s2/p6.xpm %%DATADIR%%/s2/p7.xpm %%DATADIR%%/s2/p8.xpm %%DATADIR%%/s2/p9.xpm %%DATADIR%%/s2/pei.xpm %%DATADIR%%/s2/s1.xpm %%DATADIR%%/s2/s2.xpm %%DATADIR%%/s2/s3.xpm %%DATADIR%%/s2/s4.xpm %%DATADIR%%/s2/s5.xpm %%DATADIR%%/s2/s6.xpm %%DATADIR%%/s2/s7.xpm %%DATADIR%%/s2/s8.xpm %%DATADIR%%/s2/s9.xpm %%DATADIR%%/s2/sha.xpm %%DATADIR%%/s2/ton.xpm @(,games,0660) %%DATADIR%%/xshisen.scores -man/man6/xshisen.6.gz -man/ja/man6/xshisen.6.gz +share/man/man6/xshisen.6.gz +share/man/ja/man6/xshisen.6.gz @preexec [ -d %D/lib/X11/ja_JP.EUC/ -a -d %D/lib/X11/ja_JP.EUC/app-defaults ] && ln -s %D/lib/X11/ja_JP.eucJP/app-defaults/XShisen %D/lib/X11/ja_JP.EUC/app-defaults || true diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index b81ae90603d8..95839935a4b7 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,234 +1,234 @@ PORTNAME= blender DISTVERSION= 3.6.1 PORTREVISION= 6 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ http://public.planetmirror.com/pub/blender/source/ MAINTAINER= FreeBSD@Shaneware.biz COMMENT= 3D modeling/rendering/animation package WWW= https://www.blender.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/license/GPL3-license.txt NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= uses 64bit atomic functions BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libpng.so:graphics/png \ libepoxy.so:graphics/libepoxy \ libfreetype.so:print/freetype2 \ libboost_regex.so:devel/boost-libs \ libzstd.so:archivers/zstd RUN_DEPENDS= ${PYNUMPY} # libboost_regex.so just acts as a placeholder; several boost # libraries are used, if either of the most common options in blender # are set. We will pull boost in just to be on the safe side. USES= cmake compiler:c++17-lang cpe gl jpeg llvm:min=9,max=15 \ python:3.10 shebangfix tar:xz xorg USE_XORG= x11 xext xfixes xmu xrender USE_GL= gl glu glew CMAKE_OFF= WITH_PYTHON_INSTALL \ WITH_PYTHON_INSTALL_NUMPY WITH_INSTALL_PORTABLE \ WITH_USD SHEBANG_FILES= scripts/modules/bl_i18n_utils/merge_po.py \ scripts/modules/bl_i18n_utils/utils_rtl.py \ scripts/modules/blend_render_info.py CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} CFLAGS_gcc= -Wno-float-conversion CFLAGS_i386= -march=i586 CXXFLAGS_i386= -march=i586 PLIST_SUB+= VER=${DISTVERSION:R} OPTIONS_SUB= yes SUB_FILES= blender .include "${.CURDIR}/Makefile.options" ALEMBIC_CMAKE_BOOL= WITH_ALEMBIC ALEMBIC_LIB_DEPENDS= libAlembic.so:graphics/alembic # note that this needs to be set to match alembics hdf5 option ALEMBIC_HDF5_REQUIRES= ALEMBIC ALEMBIC_HDF5_CMAKE_BOOL= WITH_ALEMBIC_HDF5 ALEMBIC_HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 AVI_CMAKE_BOOL= WITH_CODEC_AVI BULLET_CMAKE_BOOL= WITH_BULLET CAMERATRACK_CMAKE_BOOL= WITH_LIBMV WITH_SYSTEM_GLOG CAMERATRACK_LIB_DEPENDS= libunwind.so:devel/libunwind \ libglog.so:devel/glog CAMERATRACK_ONLY_FOR_ARCHS= i386 amd64 aarch64 powerpc64 powerpc64le CAMERATRACK_ONLY_FOR_ARCHS_REASON= libunwind only supports x86/amd64/aarch64/powerpc64/powerpc64le CINEON_CMAKE_BOOL= WITH_IMAGE_CINEON COLLADA_CMAKE_BOOL= WITH_OPENCOLLADA COLLADA_LIB_DEPENDS= libOpenCOLLADABaseUtils.so:graphics/opencollada \ libpcre.so:devel/pcre COLLADA_USE= GNOME=libxml2 COLLADA_USES= gnome COMPOSITOR_CMAKE_BOOL= WITH_COMPOSITOR CYCLES_IMPLIES= OPENIMAGEIO TBB CYCLES_CMAKE_BOOL= WITH_CYCLES WITH_CYCLES_LOGGING CYCLES_LIB_DEPENDS= libgflags.so:devel/gflags CYCLES_LDFLAGS= -L${LOCALBASE}/lib -lgflags CYCLESEMBR_IMPLIES= CYCLES CYCLESEMBR_CMAKE_BOOL= WITH_CYCLES_EMBREE CYCLESEMBR_LIB_DEPENDS= libembree3.so:graphics/embree CYCLESEMBR_ONLY_FOR_ARCHS= amd64 CYCLESEMBR_ONLY_FOR_ARCHS_REASON= embree only supports amd64 CYCLESOSL_IMPLIES= CYCLES CYCLESOSL_CMAKE_BOOL= WITH_CYCLES_OSL WITH_LLVM CYCLESOSL_CMAKE_ON= -DLLVM_STATIC:BOOL=OFF \ -DLLVM_CONFIG:STRING="${LOCALBASE}/bin/llvm-config${LLVM_VERSION}" \ -DOSL_SHADER_DIR:STRING="${LOCALBASE}/share/openshadinglanguage/shaders" CYCLESOSL_BUILD_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} CYCLESOSL_LIB_DEPENDS= liboslcomp.so:graphics/openshadinglanguage CYCLESOSL_RUN_DEPENDS= llvm-config${LLVM_VERSION}:devel/llvm${LLVM_VERSION} DDS_CMAKE_BOOL= WITH_IMAGE_DDS DRACO_CMAKE_BOOL= WITH_DRACO DRACO_USE= LDCONFIG=${PYTHON_SITELIBDIR} EBOOL_CMAKE_BOOL= WITH_GMP EBOOL_LIB_DEPENDS= libgmp.so:math/gmp FFMPEG_CMAKE_BOOL= WITH_CODEC_FFMPEG FFMPEG_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg \ libflite.so:audio/flite FFMPEG_LDFLAGS= -L${LOCALBASE}/lib -lflite -lflite_cmu_us_kal -lflite_cmulex -lflite_usenglish FFTW3_CMAKE_BOOL= WITH_FFTW3 FFTW3_LIB_DEPENDS= libfftw3.so:math/fftw3 FRAMESERVER_CMAKE_BOOL= WITH_IMAGE_FRAMESERVER FREESTYLE_CMAKE_BOOL= WITH_FREESTYLE HARU_CMAKE_BOOL= WITH_HARU HARU_LIB_DEPENDS= libhpdf.so:print/libharu HDR_CMAKE_BOOL= WITH_IMAGE_HDR HEADLESS_PREVENTS= MENU XINPUT XF86VMODE HEADLESS_PREVENTS_MSG= X11 options can't be used in headless mode HEADLESS_CMAKE_BOOL= WITH_HEADLESS INPUT_NDOF_CMAKE_BOOL= WITH_INPUT_NDOF JACK_CMAKE_BOOL= WITH_JACK WITH_JACK_DYNLOAD JACK_LIB_DEPENDS= libjack.so:audio/jack LZO_CMAKE_BOOL= WITH_LZO LZMA_CMAKE_BOOL= WITH_LZMA MENU_USES= desktop-file-utils MOD_BOOLEAN_CMAKE_BOOL= WITH_MOD_BOOLEAN MOD_FLUID_IMPLIES= TBB MOD_FLUID_CMAKE_BOOL= WITH_MOD_FLUID MOD_OCEANSIM_IMPLIES= FFTW3 MOD_OCEANSIM_CMAKE_BOOL= WITH_MOD_OCEANSIM MOD_REMESH_CMAKE_BOOL= WITH_MOD_REMESH MOD_SMOKE_CMAKE_BOOL= WITH_MOD_SMOKE NLS_CMAKE_BOOL= WITH_INTERNATIONAL # Use iconv:wchar_t to force the usage of iconv from ports. # libboost_locale.so uses libiconv_open, while we only provide # iconv_open in 10.x+ NLS_USES= gettext iconv:lib,wchar_t OPENAL_CMAKE_BOOL= WITH_OPENAL OPENAL_USES= openal:al,alut OPENCOLORIO_CMAKE_BOOL= WITH_OPENCOLORIO OPENCOLORIO_LIB_DEPENDS= libOpenColorIO.so:graphics/opencolorio \ libyaml-cpp.so:devel/yaml-cpp \ libtinyxml.so:textproc/tinyxml \ libexpat.so:textproc/expat2 \ libpystring.so:devel/pystring OPENCOLORIO_USES= minizip:ng OPENEXR_CMAKE_BOOL= WITH_IMAGE_OPENEXR OPENEXR_CFLAGS= -I${LOCALBASE}/include/Imath OPENEXR_LIB_DEPENDS= libImath.so:math/Imath \ libOpenEXR.so:graphics/openexr OPENIMAGEIO_IMPLIES= OPENEXR TIFF PUGIXML OPENIMAGEIO_CMAKE_BOOL= WITH_OPENIMAGEIO OPENIMAGEIO_LIB_DEPENDS= libOpenImageIO.so:graphics/openimageio OPENIMAGEIO_LDFLAGS= -lOpenImageIO_Util OPENIMAGEDN_IMPLIES= TBB OPENIMAGEDN_CMAKE_BOOL= WITH_OPENIMAGEDENOISE OPENIMAGEDN_LIB_DEPENDS= libOpenImageDenoise.so:graphics/oidn OPENIMAGEDN_ONLY_FOR_ARCHS= amd64 OPENIMAGEDN_ONLY_FOR_ARCHS_REASON= oidn only supports amd64 OPENJPEG_CMAKE_BOOL= WITH_IMAGE_OPENJPEG OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg # openmp usually works on amd64 OPENMP_CMAKE_BOOL= WITH_OPENMP OPENPGL_ONLY_FOR_ARCHS= amd64 armv6 armv7 OPENPGL_ONLY_FOR_ARCHS_REASON= requires supported SIMD ISA OPENPGL_CMAKE_BOOL= WITH_CYCLES_PATH_GUIDING OPENPGL_LIB_DEPENDS= libopenpgl.so:graphics/openpgl OPENSUBDIV_CMAKE_BOOL= WITH_OPENSUBDIV OPENSUBDIV_LIB_DEPENDS= libosdCPU.so:graphics/opensubdiv OPENVDB_IMPLIES= TBB OPENVDB_CMAKE_BOOL= WITH_OPENVDB WITH_OPENVDB_BLOSC OPENVDB_LIB_DEPENDS= libblosc.so:archivers/c-blosc \ libopenvdb.so:misc/openvdb POTRACE_CMAKE_BOOL= WITH_POTRACE POTRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace PUGIXML_CMAKE_BOOL= WITH_PUGIXML PUGIXML_LIB_DEPENDS= libpugixml.so:textproc/pugixml PULSEAUDIO_CMAKE_BOOL= WITH_PULSEAUDIO WITH_PULSEAUDIO_DYNLOAD PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio QUADRIFLOW_CMAKE_BOOL= WITH_QUADRIFLOW RAYOPTIMIZATION_CMAKE_BOOL= WITH_RAYOPTIMIZATION SDL_CMAKE_BOOL= WITH_SDL WITH_SDL_DYNLOAD SDL_USE= SDL=sdl2 SDL_USES= sdl SNDFILE_CMAKE_BOOL= WITH_CODEC_SNDFILE SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile TBB_CMAKE_BOOL= WITH_TBB TBB_LIB_DEPENDS= libtbb.so:devel/onetbb THUMBNAILER_CMAKE_BOOL= WITH_BLENDER_THUMBNAILER TIFF_CMAKE_BOOL= WITH_IMAGE_TIFF TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff TRACE_CMAKE_BOOL= WITH_POTRACE TRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace WAYLAND_CATEGORIES= wayland WAYLAND_CMAKE_BOOL= WITH_GHOST_WAYLAND WAYLAND_USES= pkgconfig WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.15:graphics/wayland-protocols \ wayland>=1.12:graphics/wayland \ libdecor>0:x11-toolkits/libdecor WAYLAND_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon WEBP_CMAKE_BOOL= WITH_IMAGE_WEBP WEBP_LIB_DEPENDS= libwebp.so:graphics/webp XINPUT_CMAKE_BOOL= WITH_X11_XINPUT XINPUT_USE= XORG=xi XF86VMODE_CMAKE_BOOL= WITH_X11_XF86VMODE XF86VMODE_USE= XORG=xi,xxf86vm .if defined(WITH_DEBUG) CMAKE_ARGS+= -DWITH_GHOST_DEBUG:BOOL=ON .endif .include .if ${ARCH} != amd64 && ${ARCH} != i386 CMAKE_ARGS+= -DWITH_CPU_SIMD:BOOL=OFF .endif post-patch: ${REINPLACE_CMD} -e 's|%%LLVM_VER%%|${LLVM_VERSION}|g' \ ${WRKSRC}/intern/cycles/kernel/osl/CMakeLists.txt post-build: @(cd ${WRKSRC}/doc/manpage && \ ${PYTHON_CMD} blender.1.py \ --blender ${INSTALL_WRKSRC}/bin/blender \ --output ${INSTALL_WRKSRC}/bin/${PORTNAME}.1) post-install: ${INSTALL_MAN} ${INSTALL_WRKSRC}/bin/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${MV} ${STAGEDIR}/${PREFIX}/bin/blender ${STAGEDIR}/${PREFIX}/bin/blender-bin ${REINPLACE_CMD} -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g' ${WRKDIR}/blender ${INSTALL_SCRIPT} ${WRKDIR}/blender ${STAGEDIR}/${PREFIX}/bin/blender post-install-DRACO-on: # move draco pylib into site-packages ${MKDIR} ${STAGEDIR}/${PYTHON_SITELIBDIR}/ ${INSTALL_LIB} ${INSTALL_WRKSRC}/lib/libextern_draco.so ${STAGEDIR}/${PYTHON_SITELIBDIR}/ ${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/libextern_draco.so @${RM} -R ${STAGEDIR}/${DATADIR}/${DISTVERSION:R}/python post-install-MENU-on: @-update-desktop-database -q .include diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index e7b341d4d021..8a7af87f5b08 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -1,55 +1,55 @@ PORTNAME= evolvotron DISTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons MAINTAINER= eduardo@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns WWW= http://www.bottlenose.net/share/evolvotron/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= compiler:c++11-lib gl gnome python qmake qt:5 USE_CXXSTD= c++11 USE_GL= gl USE_QT= core gui widgets xml buildtools:build QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" QMAKE_SOURCE_PATH= ${WRKSRC}/main.pro ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 128x128 DESKTOP_ENTRIES= "Evolvotron" \ "Interactive image generator" \ "${PORTNAME}" \ "${PORTNAME}" \ "Graphics;2DGraphics;" \ "" PORTDOCS= NEWS README.md TODO USAGE evolvotron.html OPTIONS_DEFINE= DOCS do-install: .for i in evolvotron evolvotron_mutate evolvotron_render ${INSTALL_PROGRAM} ${WRKSRC}/obj/${i}/${i} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/man/man1/${i}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/man1/${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/evolvotron/pkg-plist b/graphics/evolvotron/pkg-plist index 16b26ebc4035..b995a1257434 100644 --- a/graphics/evolvotron/pkg-plist +++ b/graphics/evolvotron/pkg-plist @@ -1,13 +1,13 @@ bin/evolvotron bin/evolvotron_mutate bin/evolvotron_render -man/man1/evolvotron.1.gz -man/man1/evolvotron_mutate.1.gz -man/man1/evolvotron_render.1.gz +share/man/man1/evolvotron.1.gz +share/man/man1/evolvotron_mutate.1.gz +share/man/man1/evolvotron_render.1.gz share/icons/hicolor/128x128/apps/evolvotron.png share/icons/hicolor/32x32/apps/evolvotron.png share/icons/hicolor/48x48/apps/evolvotron.png share/icons/hicolor/64x64/apps/evolvotron.png share/icons/hicolor/72x72/apps/evolvotron.png share/icons/hicolor/96x96/apps/evolvotron.png share/pixmaps/evolvotron.png diff --git a/graphics/exifprobe/Makefile b/graphics/exifprobe/Makefile index a81ed42ab429..36b66c4e5cda 100644 --- a/graphics/exifprobe/Makefile +++ b/graphics/exifprobe/Makefile @@ -1,26 +1,26 @@ PORTNAME= exifprobe DISTVERSION= 2.0.1 CATEGORIES= graphics MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Probes JPEG or TIFF images and reports contents and structure MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/exifgrep \ bin/exifprobe \ share/man/man1/exifgrep.1.gz \ share/man/man1/exifprobe.1.gz post-patch: @${REINPLACE_CMD} -e 's|cc|${CC}|; s|-DC|${CFLAGS} -DC|' \ ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/exifgrep ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/exifprobe ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/exifgrep.1 ${STAGEDIR}${PREFIX}/share/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/exifprobe.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index f2271222b106..9542b519763e 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,36 +1,36 @@ PORTNAME= maim DISTVERSIONPREFIX= v DISTVERSION= 5.7.4 PORTREVISION= 7 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Screenshot utility with performance improvements over scrot WWW= https://github.com/naelstrof/maim LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm LIB_DEPENDS= libicuuc.so:devel/icu \ libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png \ libslopy.so:x11/slop \ libwebp.so:graphics/webp USES= cmake compiler:c++11-lang gl jpeg xorg USE_GITHUB= yes GH_ACCOUNT= naelstrof USE_GL= gl glut USE_XORG= ice sm x11 xcomposite xext xfixes xrandr xrender CMAKE_ARGS= -DSLOP_LIBRARIES=${LOCALBASE}/lib/libslopy.so PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/meh/Makefile b/graphics/meh/Makefile index 6d0d5bd7d731..c31f1cf50f96 100644 --- a/graphics/meh/Makefile +++ b/graphics/meh/Makefile @@ -1,36 +1,36 @@ PORTNAME= meh DISTVERSIONPREFIX= v DISTVERSION= 0.3-27 PORTREVISION= 2 DISTVERSIONSUFFIX= -g69f653a CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Simple image viewer using raw XLib convert from ImageMagick WWW= https://www.johnhawthorn.com/meh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib \ libpng.so:graphics/png USES= gmake jpeg localbase magick:7,run xorg USE_GITHUB= yes GH_ACCOUNT= jhawthorn USE_XORG= x11 xext ALL_TARGET= ${PORTNAME} LIBS+= -lgif -ljpeg -lpng -lX11 -lXext PLIST_FILES= bin/${PORTNAME} \ share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/share/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 352873275a8f..6199b7d8eeee 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -1,35 +1,36 @@ PORTNAME= optipng DISTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${DISTVERSION} MAINTAINER= tom@hur.st COMMENT= Optimizer for PNG files WWW= https://optipng.sourceforge.net/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libpng.so:graphics/png USES= cpe localbase:ldflags CPE_VENDOR= optipng_project HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-system-libpng \ --with-system-zlib PLIST_FILES= bin/optipng \ - man/man1/optipng.1.gz + share/man/man1/optipng.1.gz PORTDOCS= history.txt optipng.man.html optipng.man.pdf optipng.man.txt \ png_optimization.html todo.txt OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/optipng/optipng ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/src/optipng/man/optipng.1 ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL} -d ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}/ .include diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 7c045a7b4504..fa1740fad6ff 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -1,85 +1,85 @@ PORTNAME= pqiv PORTVERSION= 2.12 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org COMMENT= Pretty Quick Image Viewer WWW= https://github.com/phillipberndt/pqiv LICENSE= GPLv2 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 BUILD_DEPENDS= bash:shells/bash USE_GITHUB= yes GH_ACCOUNT= phillipberndt OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_GROUP= BACKENDS OPTIONS_GROUP_BACKENDS= LIBARCHIVE LIBAV PIXBUF POPPLER SPECTRE WAND WEBP LIBARCHIVE_DESC= Libarchive formats support LIBAV_DESC= Video support SPECTRE_DESC= PS/EPS support WAND_DESC= ImageMagick image processing support OPTIONS_DEFAULT= GTK2 PIXBUF USES= compiler gettext-runtime gmake gnome pkgconfig xorg USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 HAS_CONFIGURE= yes LIBARCHIVE_CONFIGURE_WITH= archive archive_cbx LIBARCHIVE_USES= libarchive LIBAV_CONFIGURE_WITH= libav LIBAV_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg PIXBUF_CONFIGURE_WITH= gdkpixbuf POPPLER_CONFIGURE_WITH= poppler POPPLER_LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib SPECTRE_CONFIGURE_WITH= spectre SPECTRE_LIB_DEPENDS= libspectre.so:print/libspectre WAND_CONFIGURE_WITH= wand WAND_USES= magick:6 WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp GTK2_CONFIGURE_ON= --gtk-version=2 GTK2_USE= GNOME=gtk20 GTK3_CONFIGURE_ON= --gtk-version=3 GTK3_USE= GNOME=gtk30 MAKEFILE= GNUmakefile PORTDOCS= README.markdown -PLIST_FILES= bin/pqiv man/man1/pqiv.1.gz +PLIST_FILES= bin/pqiv share/man/man1/pqiv.1.gz .include .if ${CHOSEN_COMPILER_TYPE} == gcc post-patch: @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ -e '/PQIV_DISABLE_PEDANTIC/d' \ -e '/PQIV_ENABLE_PEDANTIC/d' \ ${WRKSRC}/pqiv.c .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pqiv ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pqiv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/pqiv.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.markdown ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 247cfd75332f..c76e3418af83 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,67 +1,67 @@ PORTNAME= pstoedit DISTVERSION= 4.00 PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= SF MAINTAINER= eduardo@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats WWW= http://www.pstoedit.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/copying LIB_DEPENDS= libgd.so:graphics/gd \ libzip.so:archivers/libzip USES= ghostscript gmake libtool localbase pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-docs=no MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" CPPFLAGS+= -isystem ${LOCALBASE}/include/ming PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EMF EXAMPLES MAGICK MING PLOTUTILS OPTIONS_DEFAULT= EMF MAGICK MING PLOTUTILS OPTIONS_SUB= yes EMF_DESC= WMF/EMF support via libEMF MING_DESC= Flash support via Ming PLOTUTILS_DESC= Plotting support via Plotutils EMF_LIB_DEPENDS= libEMF.so:graphics/libemf EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF EMF_CONFIGURE_OFF= --without-emf MAGICK_USES= magick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick MING_LIB_DEPENDS= libming.so:graphics/ming MING_CONFIGURE_ON= --with-swf MING_CONFIGURE_OFF= --without-swf PLOTUTILS_LIB_DEPENDS= libplotter.so:graphics/plotutils PLOTUTILS_CONFIGURE_ON= --with-libplot PLOTUTILS_CONFIGURE_OFF= --without-libplot post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \ s|GraphicsMagick|Magick|g ; \ s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \ s|-lstdc++||g ; \ s|-pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index cabab1cdd6ad..59396f8a45b3 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -1,36 +1,36 @@ PORTNAME= qiv PORTVERSION= 2.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://spiegl.de/qiv/download/ \ http://www.predatorlabs.net/dl/ MAINTAINER= danilo@FreeBSD.org COMMENT= Small, fast GDK/Imlib2 image viewer WWW= https://spiegl.de/qiv/ LICENSE= GPLv2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ liblcms2.so:graphics/lcms2 \ libexif.so:graphics/libexif \ libtiff.so:graphics/tiff USES= gmake gnome jpeg pkgconfig tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 -PLIST_FILES= bin/qiv man/man1/qiv.1.gz +PLIST_FILES= bin/qiv share/man/man1/qiv.1.gz USE_XORG+= x11 xext do-configure: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|; \ s|gcc|${CC}|; \ s|-O2|${CFLAGS}|; \ s|libs-gdk`|libs-gdk` ${LDFLAGS}|;' \ ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 145becf7739b..0e64c9650f44 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -1,26 +1,26 @@ PORTNAME= ssocr PORTVERSION= 2.23.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= CLI to recognize digits of a seven segment display WWW= https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 USES= gmake tar:bzip2 PLIST_FILES= bin/ssocr \ - man/man1/ssocr.1.gz + share/man/man1/ssocr.1.gz do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 85269311a527..1485ecbe97dd 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -1,34 +1,34 @@ PORTNAME= telak PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to draw pictures on your root window WWW= https://github.com/jd/telak LICENSE= GPLv2 LIB_DEPENDS= libcurl.so:ftp/curl \ libgcrypt.so:security/libgcrypt \ libImlib2.so:graphics/imlib2 USES= gmake xorg USE_GITHUB= yes GH_ACCOUNT= jd USE_XORG= x11 ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/telak \ - man/man1/telak.1.gz + share/man/man1/telak.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 install-user: @${SH} ${FILESDIR}/install-user .include diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index d2c780d5cd6d..e1dace4efca6 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -1,53 +1,53 @@ PORTNAME= wdune PORTVERSION= 1.956 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.ourproject.org/pub/wdune/ MAINTAINER= pi@FreeBSD.org COMMENT= Graphical VRML97 editor and animation tool WWW= https://wdune.ourproject.org/ LICENSE= GPLv2 BUILD_DEPENDS= cgal>0:math/cgal LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 \ libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libosdCPU.so:graphics/opensubdiv \ libpng.so:graphics/png \ libswresample.so.3:multimedia/ffmpeg4 USES= compiler:c++11-lang gl jpeg localbase:ldflags motif sdl tar:bzip2 xorg USE_CXXSTD= c++14 USE_GL= gl glu glut USE_SDL= sdl USE_XORG= x11 xft xi xmu xext xt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-optimization \ --without-devil \ --with-cgalheaders \ --with-helpurl="${DOCSDIR}/index.html" ALL_TARGET= dune CPPFLAGS+= -I${LOCALBASE}/ffmpeg4/include -I${LOCALBASE}/include/freetype2 -D__FREEBSD__ LDFLAGS+= -L${LOCALBASE}/ffmpeg4/lib CONFLICTS_INSTALL= ocaml-dune OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${STAGEDIR}${PREFIX}/bin cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} dune4kids illegal2vrml \ ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} .include diff --git a/graphics/wdune/pkg-plist b/graphics/wdune/pkg-plist index a439d24a3717..ecea4df0197f 100644 --- a/graphics/wdune/pkg-plist +++ b/graphics/wdune/pkg-plist @@ -1,1359 +1,1359 @@ %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/bubbles.wrl %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.png %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.wrl %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.png %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.wrl %%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/PseudoCollision4ExaminePROTO/pseudoCollision.wrl %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/animation_example.wrl %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/index.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp430.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp880.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_solaris8.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_linux_SDLjoystick.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_macosx.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh.html %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_irix6.2_example.sh %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_xorg_linux.sh %%PORTDOCS%%%%DOCSDIR%%/coverNodes/ARSensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVERPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVER_example.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture.png %%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexturePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture_example.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/SkyPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensor_example.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/SteeringWheelPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIButtonPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIComboBoxPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIElementPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFloatSliderPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFramePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUILabelPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIListBoxPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIMapPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIProgressBarPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISliderPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISplitterPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabFolderPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIToggleButtonPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/VehiclePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/WavePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/coverNodes/nodesRef.html %%PORTDOCS%%%%DOCSDIR%%/deutsch.jpg %%PORTDOCS%%%%DOCSDIR%%/deutsche_tutorials.html %%PORTDOCS%%%%DOCSDIR%%/developer_docs/Doxyfile.in %%PORTDOCS%%%%DOCSDIR%%/developer_docs/Makefile %%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.cpp %%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.h %%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.cpp %%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.h %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune_developer.html %%PORTDOCS%%%%DOCSDIR%%/developer_docs/man2html.sh %%PORTDOCS%%%%DOCSDIR%%/developer_docs/mkdoxygen.sh %%PORTDOCS%%%%DOCSDIR%%/developer_docs/png2jpg.sh %%PORTDOCS%%%%DOCSDIR%%/developer_docs/standard.jpg %%PORTDOCS%%%%DOCSDIR%%/english.jpg %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIElements.fl %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIMain.cxx %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.cxx %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.h %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/callbacksToVrml.cxx %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD.h %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README_fedora.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fin.png %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fire.png %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/main.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/robot.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/ScriptingExample.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/main.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Untitled.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/callbacksToVrml.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.h %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/main.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.cpp %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.h %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro.user %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.ui %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile.in %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld2.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/mainHelloWorld.cc %%PORTDOCS%%%%DOCSDIR%%/export_example_c/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD.h %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled2.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/main.c %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/ScriptingExample.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/main.c %%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/test2.png %%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile.in %%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld2.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/mainHelloWorld.c %%PORTDOCS%%%%DOCSDIR%%/export_example_java/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fin.png %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fire.png %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/main.java %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/properties.cfg %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/robot.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Extra.java %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fin.png %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fire.png %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/robot.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/x3d.java %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/README.txt %%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/ScriptingExample.wrl %%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile %%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile.in %%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld2.x3dv %%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/mainHelloWorld.java %%PORTDOCS%%%%DOCSDIR%%/fieldpipe_examples/C_example/main.c %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/6d.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_3dmodelling_workshop_description.odt %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_before.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_computeranimation_workshop_description.odt %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_dialog.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_kinematic_workshop_description.odt %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_window.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_workshops_background_teacher.odt %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/arrows.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/aufstehen.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen_falsch.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augenfalsch.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/examine_navigation.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/fly_maus.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/follow_maus.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk1.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk2.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk3.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk4.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk5.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk6.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk7.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk_trick.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenkanimation.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/geschwindigkeit.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes3d.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera1.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera2.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kameras.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs1.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs2.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/polygons.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/roll_maus.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/rotate.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_cut.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_from_script.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/routecut.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/scale.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/schiefer_wurf.wrl %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/serpens_appendicis_04.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/supershapes.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/symetric.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur_tileable.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/transform.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/translate.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/turnpoint.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/verformbar.jpg %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml1.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml2.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml3.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/walk_maus.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_4kids.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_full.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.png %%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.wrl %%PORTDOCS%%%%DOCSDIR%%/hanim_history/Makefile %%PORTDOCS%%%%DOCSDIR%%/hanim_history/build.awk %%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.wrl %%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.x3dv %%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_proto.x3dv %%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_useproto.x3dv %%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.wrl %%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.x3dv %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_cylinder_rotation.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_disk_rotation.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/keysensor_pressed.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/open_wonderland_export_howto.txt %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/planesensor_slider.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/proximitysensor_follower.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/simple_sliders_example.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/sphere_sensor_example.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/stringsensor.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_pressed_released.x3dv %%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_start_stop.x3dv %%PORTDOCS%%%%DOCSDIR%%/italian.jpg %%PORTDOCS%%%%DOCSDIR%%/ldraw_dat_export.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/README %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/proto_animation_error.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/rendering_errors.html %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.wrl %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/pure_white.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/test_texture.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.x3dv %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_pure_white.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_z_oriented.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_non_convex_face.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_text_textured.png %%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_triangle_fan_strips_smoothing.png %%PORTDOCS%%%%DOCSDIR%%/russian.jpg %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/CurveAnimationPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperEllipsoidPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperExtrusionPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperRevolverPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperShapePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/curveanimation_example.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superellipsoid_example.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_donut_example.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_example.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/supershape_example.wrl %%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/vrmlcut_example.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/README %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/billboard.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/bubble.wav %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/camera_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_planesensor.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_touchsensor.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/door_cylindersensor.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/endless_world.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/increase_switch.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/on_off.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/oneshot_trigger_increase_switch.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/particles.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolator.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolatormophing.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/pseudoCollision4examine.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/sfimage.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple3Dmodeller.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple_stopwatch.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/superellipsoid.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/supershape.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations_NURBS.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleport_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleporter.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test1.jpg %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test2.jpg %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/text_change.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/texture_change.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/worldcoordmessurement.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/elevator_proximity_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_spheresensor.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/headupdisplay_example.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/image.gif %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/index.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ldraw_dat_export.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/loadsensor.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/material_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/misc_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie.mpg %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/rigidBodyPhysics/spherecrash.x3dv %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_transform.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/touch_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_animation.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_run.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_walk.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/visibilty_trigger.wrl %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/README %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/billboard.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/bubble.wav %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/camera_animation.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/checker_planesensor.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/door_cylindersensor.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_animation.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_spheresensor.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/headupdisplay_example.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/index.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/loadsensor.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/material_animation.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/misc_animation.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/touch_trigger.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_animation.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_run.html %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_walk.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/3dmodell.x3dv %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6d.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dloc.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_wrong.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/DOME.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/ProximityProtoExample.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal100.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal101.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal102.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal103.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal104.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal105.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal107.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal108.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal109.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal110.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal111.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal112.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal113.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal114.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal115.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal116.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal117.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal118.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal27.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal28.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal29.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal30.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal31.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal32.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal33.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal34.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal35.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal36.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal37.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal38.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal39.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal40.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal41.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal42.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal43.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal44.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal45.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal46.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal47.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal48.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal49.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal50.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal51.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal53.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal54.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal55.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal56.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal57.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal58.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal59.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal60.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal61.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal62.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal63.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal64.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal65.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal66.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal67.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal68.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal69.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal70.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal71.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal73.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal74.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal75.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal76.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal77.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal78.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal79.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal80.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal81.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal82.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal83.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal84.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal85.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal86.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal87.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal88.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal89.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal90.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal91.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal92.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal93.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal94.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal95.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal96.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal97.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal98.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal99.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_recording.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recorded.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recording.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animationdialog.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/ant_deploy.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_changed.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_dialog.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_result.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_start.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_and_sphere.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_wonderland.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/building_script.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/center.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/channelview.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/closedpeak.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_dune.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cuvex_hull_before.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinder.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinderedge.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset4.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_default.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_normal.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/door.x3dv %%PORTDOCS%%%%DOCSDIR%%/usage_docs/doubleobject.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_alien_gesicht_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_animal_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fisch.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fish_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_movie_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_quallen.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_schiff.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_1.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_animation.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_commandline_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_exercise.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_opengl_game.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_tutorial.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_elements.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_exercise.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_opengl_game.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_tutorial.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_de.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_interaktion.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_it.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_java_export.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_ru.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_de.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_de.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dunes.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_after.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_before.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_target.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/examine.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/faster.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/file_save.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish27.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish28.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish29.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish31.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish32.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish34.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish35.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish36.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish37.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish38.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish39.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish40.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish42.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish43.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish47a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish48a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish49a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish50a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish51a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish_save.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02c.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog11.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog14.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog16.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog17.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog20.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog21.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog22.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog23.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog24.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog26.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog27.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog28.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog29.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog30.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog31.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog32.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog33.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog34.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog35.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog36.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog37.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog38.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog39.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog40.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog41.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog42.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog43.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog44.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog45.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog46.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog47.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog48.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog49.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog51.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog52.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog53.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog54.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog55.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog56.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog57.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/game9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_commandline.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_errormessage.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider27.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider28.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider29.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider30.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider32.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider33.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider34.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider35.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider36.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider37.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider38.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider39.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider40.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider45.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider46.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider47.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider49.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider50.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider51.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider52.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider53.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider54.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider55.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider56.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider57.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider58.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider59.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider60.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider_movie.mp4 %%PORTDOCS%%%%DOCSDIR%%/usage_docs/hover.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/human.x3dv %%PORTDOCS%%%%DOCSDIR%%/usage_docs/icon_turnpoint.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/icons.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/illegal2vrml_1.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetappearance.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetcreaseangle.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetmaterial.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetonly.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesettexture.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetwrongside.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlines.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/insets6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/interpolator.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_move.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_rot.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_sidewinder.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/knot.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/lila_white_dune4wonderland.odp %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface1side.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface2side.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_close.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_open.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/material_selected.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_after.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_before.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/meshreducer_dialog.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpiperesult.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpipeselect.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mid_center.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse_de.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/modifier9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_last.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_result.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_start.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/move_along_screen.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie.mp4 %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/movie9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/multihandle.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/multiselect1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/multiselect2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_inputdevice.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_mouse.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/new_box.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/no_only.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_invalid.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_valid.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_symetric.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_xsymetric.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/not_xsymetric_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbs0.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsanimation4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve_scenegraph.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurvedialog.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotation2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotationy.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsextrude3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup4.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup5.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup6.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationdialog.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssmall.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssurfacesym3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.lcd %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.wrl.gz %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_de.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_en.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/oneboxnurbs.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/order.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/pfeil.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane18.png.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane27.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane28.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane29.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane30.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane31.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane32.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane33.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane34.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane35.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane36.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane37.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane38.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane39.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane41.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane42.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane43.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane44.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane45.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane46.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane47.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane48.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane49.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane50.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane51.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane52.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane53.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane54.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane55.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane56.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane5a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/plane9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/proto_creation9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle22.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle23.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle24.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle25.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle26.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle28.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle29.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle30.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle31.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle7a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/qualle_save.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording_one.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/rot.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/rotate_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_create.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_create_anything.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/route_cut.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_animation.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_full.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_inline.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_jump.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_zoom.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/run.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_fields.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_target.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_start.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_transform.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy_ptr.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_invalid.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link_ptr.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_valid.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sceneicon.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schieb.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff10.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff11.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff11a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff12b.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff13.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff14.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff15.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff16.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff17.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff18.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff19.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff20.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff21.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff5.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff6.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff6a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff7.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff7a.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff8.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff9.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/schiff_save.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/script_wonderland.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scriptedit_icon1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scripteditor.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/self_intersecting.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sffieldpipeselect.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild10.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild4.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild5.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild6.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild7.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild8.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild9.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sixboxnurbs.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/slower.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne3.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sonne4.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spaceball.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_mkroute.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_routes.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset4.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset5.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spheretransform.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2indexedfaceset.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_dialog.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_inexact.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_box_smooth.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder_smooth.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere_half.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_tesselation_creaseangle.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superextrusion.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver_pieceofcake.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape2nurbssurface.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape_menu.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric_pressed.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess0.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess11.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess181.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess3.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/text_rendering_problem1.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/text_rendering_problem2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/texture_icons.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/timesensor.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tools/nxt_udev.sh %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/translate_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/triangulated_intersection.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/turnpoint_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload_copy.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/urledit.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/weight.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_blender_fuer_kinder.txt %%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_overview_de.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_overview_en.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/white_dune_rasberry_pi.odp %%PORTDOCS%%%%DOCSDIR%%/usage_docs/windows.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/wonderland_icon.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/wonderland_sensor_routeview.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/wrong_center.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domScripting.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domscript.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/x3domscript2.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xml_parser.html %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_en.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse_de.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwing_planet.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wings %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wrl %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyz.png %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyzonly.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xz_only.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/xzonly.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/y_only.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight1.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight2.jpg %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfightok.jpg %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Contour2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/CoordinateDeformerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/InlineLoadControlPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurvePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroup.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroupPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolatorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurfacePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface_example.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsTextureSurfacePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Polyline2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/TrimmedSurfacePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/index.html %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/inlineloadcontrol_example.wrl %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/nurbs.png %%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/testall.wrl %%PORTDOCS%%%%DOCSDIR%%/white_dune_qrcode.png %%PORTDOCS%%%%DOCSDIR%%/x3d/Arc2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/ArcClose2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanFilterPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanSequencerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTogglePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTriggerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/CADGeometryPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/Circle2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/ColorRGBAPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DExample.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/CurveAnimationPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/Disk2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/FillPropertiesPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerSequencerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerTriggerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/KeySensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/LinePropertiesPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/LoadSensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/MetadataPrototypes.x3d %%PORTDOCS%%%%DOCSDIR%%/x3d/MultiTexturePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPatchSurfacePROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPositionInterpolatorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/Polyline2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/Polypoint2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DExample.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/Rectangle2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/StringSensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/TimeTriggerPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3d/TriangleSet2DPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3dDraft/FillPropertiesPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LinePropertiesPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LoadSensorPROTO.wrl %%PORTDOCS%%%%DOCSDIR%%/x3dDraft/MultiTexturePROTO.wrl %%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/jogl_example/classes %%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/classes %%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/simple_example/classes bin/dune bin/dune4kids bin/illegal2vrml -man/man1/dune.1.gz -man/man1/illegal2vrml.1.gz +share/man/man1/dune.1.gz +share/man/man1/illegal2vrml.1.gz diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index a7381183cf1c..c885382fa4f1 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -1,34 +1,35 @@ PORTNAME= xmountains PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= graphics x11 MASTER_SITES= https://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \ https://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ak@FreeBSD.org COMMENT= X11 based fractal landscape generator WWW= https://spbooth.github.io/xmountains/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= xorg USE_XORG= xbitmaps x11 PLIST_FILES= bin/${PORTNAME} \ - man/man6/${PORTNAME}.6.gz + share/man/man6/${PORTNAME}.6.gz CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib post-extract: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.6 do-build: (cd ${BUILD_WRKSRC} && ${CC} ${CFLAGS} \ calcalt.c random.c artist.c xmountains.c X_graphics.c print_alg.c \ -lX11 -lm -o ${PORTNAME}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${PREFIX}/share/man/man6 .include diff --git a/irc/ii/Makefile b/irc/ii/Makefile index 3ceb4591448b..66cff35f4b6e 100644 --- a/irc/ii/Makefile +++ b/irc/ii/Makefile @@ -1,27 +1,28 @@ PORTNAME= ii PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://dl.suckless.org/tools/ \ LOCAL/sbz MAINTAINER= sbz@FreeBSD.org COMMENT= Minimalist FIFO and filesystem-based IRC client WWW= https://tools.suckless.org/ii/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -PLIST_FILES= bin/ii man/man1/ii.1.gz +PLIST_FILES= bin/ii share/man/man1/ii.1.gz PORTDOCS= FAQ README OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index 80484af3bed2..19f64e0b38b6 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -1,104 +1,104 @@ PORTNAME= jvim PORTVERSION= 3.0.j2.1b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese editors MASTER_SITES= ftp://ftp.vim.org/pub/vim/unix/ \ http://hp.vector.co.jp/authors/VA003457/vim/vim3/2.1b/ DISTFILES= vim-3.0.tar.gz jvim.2.1b.tar.gz MAINTAINER= hrs@FreeBSD.org COMMENT= Japanized Vim-3.0 WWW= https://hp.vector.co.jp/authors/VA003457/vim/ EXTRA_PATCHES= ${WRKDIR}/${PORTNAME}.diff WRKSRC= ${WRKDIR}/vim BUILD_WRKSRC= ${WRKSRC}/src INSTALL_WRKSRC= ${WRKSRC}/src MAKEFILE= makjunix.mak ALL_TARGET= # empty PLIST_SUB= VERSION=${PORTVERSION} MAKE_ARGS= FEPOPT='${FEPOPT}' \ FEPLIBS="${FEPLIBS}" \ FEPOBJS="${FEPOBJS}" \ LIBS="${LIBS}" OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT=X11 FREEWNN_CANNA OPTIONS_RADIO= FEP OPTIONS_RADIO_FEP= FREEWNN_CANNA DIRECT_CANNA WNN6 WNN7 FEP_DESC= Japanese FrontEnd Processor DIRECT_CANNA_DESC= Canna support (direct) DIRECT_CANNA_LIB_DEPENDS= libcanna.so:japanese/canna-lib FREEWNN_CANNA_DESC= Canna and FreeWnn support (via ONEW library) FREEWNN_CANNA_LIB_DEPENDS= libjd.so:japanese/FreeWnn-lib \ libcanna.so:japanese/canna-lib FREEWNN_CANNA_BUILD_DEPENDS= ${LOCALBASE}/lib/libonew-canna+freewnn.a:japanese/onew WNN6_DESC= Wnn6 support WNN6_LIB_DEPENDS= libjd.so:japanese/FreeWnn-lib WNN6_BUILD_DEPENDS= ${LOCALBASE}/lib/libonew-wnn6.a:japanese/onew WNN7_DESC= Wnn7 support WNN7_LIB_DEPENDS= libjd.so:japanese/FreeWnn-lib WNN7_BUILD_DEPENDS= ${LOCALBASE}/lib/libonew-wnn7.a:japanese/onew PORTDOCS= cygwin.txt differen.doc fepctrl.doc readme.doc \ termcap.dos uganda.jp vim-jp.htm vim32.ini tutor.j CPPFLAGS+= -DBSD_UNIX -DUSE_LOCALE LIBS+= -ltermlib -L${LOCALBASE}/lib X11_USES= xorg X11_USE= XORG=x11 X11_CPPFLAGS= -DUSE_X11 -I${LOCALBASE}/include X11_LIBS= -lX11 -L${LOCALBASE}/lib .include .if ${PORT_OPTIONS:MDIRECT_CANNA} || \ ${PORT_OPTIONS:MFREEWNN_CANNA} || \ ${PORT_OPTIONS:MWNN6} || \ ${PORT_OPTIONS:MWNN7} FEPOPT+= -DJP_DEF=\"EEE\" -DFEPCTRL .endif # Direct connection to Canna .if ${PORT_OPTIONS:MDIRECT_CANNA} FEPOPT+= -DCANNA FEPLIBS= -lcanna -L${LOCALBASE}/lib FEPOBJS= fepcanna.o JVIM3RC= "set fepctrl" .endif .if ${PORT_OPTIONS:MFREEWNN_CANNA} || \ ${PORT_OPTIONS:MWNN6} || \ ${PORT_OPTIONS:MWNN7} || \ ${PORT_OPTIONS:MCANNA} FEPOPT+= -DONEW FEPOBJS= feponew.o JVIM3RC= "set fepctrl onewredraw" .endif # Connection by using ONEW library .if ${PORT_OPTIONS:MFREEWNN_CANNA} FEPLIBS+= -lonew-canna+freewnn -lcanna -ljd -lcrypt .endif .if ${PORT_OPTIONS:MWNN6} FEPLIBS+= -lonew-wnn6 -ljd -lcrypt .endif .if ${PORT_OPTIONS:MWNN7} FEPLIBS+= -lonew-wnn7 -ljd -lcrypt .endif post-build: ${INSTALL_DATA} ${WRKSRC}/doc.j/tutor/tutor.j ${WRKSRC}/doc.j ${ECHO_CMD} "${JVIM3RC}" > ${WRKSRC}/jvim3rc.dist post-install: ${LN} -sf jvim3 ${STAGEDIR}${PREFIX}/bin/jvim ${INSTALL_PROGRAM} ${WRKSRC}/src/grep.bin ${STAGEDIR}${PREFIX}/bin/jgrep ${INSTALL_DATA} ${WRKSRC}/jvim3rc.dist ${STAGEDIR}${PREFIX}/etc/ ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc.j && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/japanese/jvim3/files/patch-src-makjunix.mak b/japanese/jvim3/files/patch-src-makjunix.mak index 690346cb361b..303bf6d936b9 100644 --- a/japanese/jvim3/files/patch-src-makjunix.mak +++ b/japanese/jvim3/files/patch-src-makjunix.mak @@ -1,289 +1,288 @@ --- src/makjunix.mak.orig 2014-08-30 01:12:22.000000000 +0900 +++ src/makjunix.mak 2014-08-30 01:19:58.000000000 +0900 @@ -72,19 +72,20 @@ ### Prefix for location of files -PREFIX = /usr/local +PREFIX?= /usr/local ### Location of binary -BINLOC = $(PREFIX)/bin +BINLOC = $(DESTDIR)$(PREFIX)/bin ### Name of target -TARGET = vim +PROG = jvim3 ### Location of man page -MANLOC = $(PREFIX)/man/man1 -+MAN1PREFIX?= ${PREFIX} -+MANLOC = $(DESTDIR)$(MAN1PREFIX)/man/man1 ++MANLOC = $(DESTDIR)$(PREFIX)/share/man/man1 ### Location of help file -HELPLOC = $(PREFIX)/lib +HELPLOC = $(DESTDIR)$(PREFIX)/lib ### Program to run on installed binary STRIP = strip @@ -100,7 +101,7 @@ MANFILE = ../doc/vim.1 -HELPFILE = ../doc/vim.hlp +HELPFILE = ../doc.j/vim.hlp # # PART 2: various choices @@ -168,7 +169,8 @@ DEFS = -DDIGRAPHS -DTERMCAP -DSOME_BUILTIN_TCAPS -DNO_FREE_NULL -DVIM_ISSPACE \ -DWEBB_COMPLETE -DWEBB_KEYWORD_COMPL \ - -DVIM_HLP=\"$(HELPLOC)/vim.hlp\" \ + -DVIM_HLP=\"$(HELPLOC)/jvim3.hlp\" \ + -DDEFVIMRC_FILE=\"$(PREFIX)/etc/jvim3rc\" \ -DKANJI -DUCODE -DTRACK -DCRMARK -DFEXRC -DUSE_GREP -DUSE_TAGEX -DUSE_OPT $(FEPOPT) # @@ -424,7 +426,7 @@ ## no changes required below this line ## ################################################ -CFLAGS = -c $(MACHINE) $(DEFS) +CFLAGS+= $(CPPFLAGS) $(DEFS) INCL = vim.h globals.h param.h keymap.h macros.h ascii.h term.h unix.h structs.h proto.h @@ -438,36 +440,32 @@ GOBJ = grep.o alloc.o charset.o kanji.o regexp.o regsub.o u2s.o s2u.o -all: $(TARGET) grep +all: $(PROG) grep.bin -$(TARGET): $(OBJ) version.c - $(CC) $(CFLAGS) version.c - $(CC) -o $(TARGET) $(OBJ) version.o $(LIBS) $(FEPLIBS) +$(PROG): $(OBJ) version.c + $(CC) -c $(CFLAGS) version.c + $(CC) -o $(PROG) $(OBJ) version.o $(LIBS) $(FEPLIBS) -grep: $(GOBJ) - $(CC) -o grep/grep $(GOBJ) $(LIBS) $(FEPLIBS) +grep.bin: $(GOBJ) + $(CC) -o grep.bin $(GOBJ) $(LIBS) $(FEPLIBS) debug: $(OBJ) version.c - $(CC) $(CFLAGS) version.c - $(CC) -o $(TARGET) -g $(OBJ) version.o $(LIBS) + $(CC) -c $(CFLAGS) version.c + $(CC) -o $(PROG) -g $(OBJ) version.o $(LIBS) ctags: ctags *.c *.h -install: $(TARGET) - -mkdir $(BINLOC) - cp $(TARGET) $(BINLOC) - chmod $(BINMOD) $(BINLOC)/$(TARGET) - $(STRIP) $(BINLOC)/$(TARGET) - -mkdir $(MANLOC) - cp $(MANFILE) $(MANLOC) - chmod $(MANMOD) $(MANLOC)/vim.1 - -mkdir $(HELPLOC) - cp $(HELPFILE) $(HELPLOC) - chmod $(HELPMOD) $(HELPLOC)/vim.hlp +install: $(PROG) + mkdir -p $(BINLOC) + ${BSD_INSTALL_PROGRAM} ${PROG} ${BINLOC} + mkdir -p $(MANLOC) + ${BSD_INSTALL_MAN} $(MANFILE) $(MANLOC)/jvim3.1 + mkdir -p $(HELPLOC) + ${BSD_INSTALL_DATA} $(HELPFILE) $(HELPLOC)/jvim3.hlp clean: - -rm -f $(OBJ) mkcmdtab.o version.o core $(TARGET) mkcmdtab cmdtab.h + -rm -f $(OBJ) mkcmdtab.o version.o core $(PROG) mkcmdtab cmdtab.h -rm -f *.bak -rm -f $(GOBJ) # -rm -f jptab.h jptab @@ -490,97 +488,97 @@ ########################################################################### alloc.o: alloc.c $(INCL) - $(CC) $(CFLAGS) alloc.c + $(CC) -c $(CFLAGS) alloc.c unix.o: unix.c $(INCL) - $(CC) $(CFLAGS) unix.c + $(CC) -c $(CFLAGS) unix.c buffer.o: buffer.c $(INCL) - $(CC) $(CFLAGS) buffer.c + $(CC) -c $(CFLAGS) buffer.c charset.o: charset.c $(INCL) - $(CC) $(CFLAGS) charset.c + $(CC) -c $(CFLAGS) charset.c cmdcmds.o: cmdcmds.c $(INCL) - $(CC) $(CFLAGS) cmdcmds.c + $(CC) -c $(CFLAGS) cmdcmds.c cmdline.o: cmdline.c $(INCL) cmdtab.h ops.h - $(CC) $(CFLAGS) cmdline.c + $(CC) -c $(CFLAGS) cmdline.c csearch.o: csearch.c $(INCL) - $(CC) $(CFLAGS) csearch.c + $(CC) -c $(CFLAGS) csearch.c digraph.o: digraph.c $(INCL) - $(CC) $(CFLAGS) digraph.c + $(CC) -c $(CFLAGS) digraph.c edit.o: edit.c $(INCL) ops.h - $(CC) $(CFLAGS) edit.c + $(CC) -c $(CFLAGS) edit.c fileio.o: fileio.c $(INCL) - $(CC) $(CFLAGS) fileio.c + $(CC) -c $(CFLAGS) fileio.c getchar.o: getchar.c $(INCL) - $(CC) $(CFLAGS) getchar.c + $(CC) -c $(CFLAGS) getchar.c help.o: help.c $(INCL) - $(CC) $(CFLAGS) help.c + $(CC) -c $(CFLAGS) help.c linefunc.o: linefunc.c $(INCL) - $(CC) $(CFLAGS) linefunc.c + $(CC) -c $(CFLAGS) linefunc.c main.o: main.c $(INCL) - $(CC) $(CFLAGS) main.c + $(CC) -c $(CFLAGS) main.c mark.o: mark.c $(INCL) - $(CC) $(CFLAGS) mark.c + $(CC) -c $(CFLAGS) mark.c memfile.o: memfile.c $(INCL) - $(CC) $(CFLAGS) memfile.c + $(CC) -c $(CFLAGS) memfile.c memline.o: memline.c $(INCL) - $(CC) $(CFLAGS) memline.c + $(CC) -c $(CFLAGS) memline.c message.o: message.c $(INCL) - $(CC) $(CFLAGS) message.c + $(CC) -c $(CFLAGS) message.c misccmds.o: misccmds.c $(INCL) - $(CC) $(CFLAGS) misccmds.c + $(CC) -c $(CFLAGS) misccmds.c normal.o: normal.c $(INCL) ops.h - $(CC) $(CFLAGS) normal.c + $(CC) -c $(CFLAGS) normal.c ops.o: ops.c $(INCL) ops.h - $(CC) $(CFLAGS) ops.c + $(CC) -c $(CFLAGS) ops.c param.o: param.c $(INCL) - $(CC) $(CFLAGS) param.c + $(CC) -c $(CFLAGS) param.c quickfix.o: quickfix.c $(INCL) - $(CC) $(CFLAGS) quickfix.c + $(CC) -c $(CFLAGS) quickfix.c regexp.o: regexp.c $(INCL) - $(CC) $(CFLAGS) regexp.c + $(CC) -c $(CFLAGS) regexp.c regsub.o: regsub.c $(INCL) - $(CC) $(CFLAGS) regsub.c + $(CC) -c $(CFLAGS) regsub.c screen.o: screen.c $(INCL) - $(CC) $(CFLAGS) screen.c + $(CC) -c $(CFLAGS) screen.c search.o: search.c $(INCL) ops.h - $(CC) $(CFLAGS) search.c + $(CC) -c $(CFLAGS) search.c tag.o: tag.c $(INCL) - $(CC) $(CFLAGS) tag.c + $(CC) -c $(CFLAGS) tag.c term.o: term.c $(INCL) - $(CC) $(CFLAGS) term.c + $(CC) -c $(CFLAGS) term.c undo.o: undo.c $(INCL) - $(CC) $(CFLAGS) undo.c + $(CC) -c $(CFLAGS) undo.c window.o: window.c $(INCL) - $(CC) $(CFLAGS) window.c + $(CC) -c $(CFLAGS) window.c cmdtab.h: cmdtab.tab mkcmdtab ./mkcmdtab cmdtab.tab cmdtab.h @@ -589,19 +587,19 @@ $(CC) -o mkcmdtab mkcmdtab.o mkcmdtab.o: mkcmdtab.c - $(CC) $(CFLAGS) mkcmdtab.c + $(CC) -c $(CFLAGS) mkcmdtab.c kanji.o: kanji.c $(INCL) jptab.h - $(CC) $(CFLAGS) kanji.c + $(CC) -c $(CFLAGS) kanji.c s2u.o: s2u.c - $(CC) $(CFLAGS) s2u.c + $(CC) -c $(CFLAGS) s2u.c u2s.o: u2s.c - $(CC) $(CFLAGS) u2s.c + $(CC) -c $(CFLAGS) u2s.c track.o: track.c $(INCL) jptab.h - $(CC) $(CFLAGS) track.c + $(CC) -c $(CFLAGS) track.c #jptab.h: jptab # ./jptab > jptab.h @@ -610,19 +608,19 @@ $(CC) -o jptab jptab.o jptab.o: jptab.c - $(CC) $(CFLAGS) jptab.c + $(CC) -c $(CFLAGS) jptab.c fepseq.o: fepseq.c - $(CC) $(CFLAGS) fepseq.c + $(CC) -c $(CFLAGS) fepseq.c fepbow.o: fepbow.c - $(CC) $(CFLAGS) fepbow.c + $(CC) -c $(CFLAGS) fepbow.c fepcanna.o: fepcanna.c - $(CC) $(CFLAGS) -I/usr/local/canna/include fepcanna.c + $(CC) -c $(CFLAGS) -I${PREFIX}/include fepcanna.c feponew.o: feponew.c - $(CC) $(CFLAGS) feponew.c + $(CC) -c $(CFLAGS) feponew.c grep.o: grep/grep.c - $(CC) $(CFLAGS) -I. grep/grep.c + $(CC) -c $(CFLAGS) -I. grep/grep.c diff --git a/japanese/jvim3/pkg-plist b/japanese/jvim3/pkg-plist index fcfa77d7b452..6d940d0ac574 100644 --- a/japanese/jvim3/pkg-plist +++ b/japanese/jvim3/pkg-plist @@ -1,6 +1,6 @@ bin/jvim bin/jvim3 bin/jgrep lib/jvim3.hlp -man/man1/jvim3.1.gz +share/man/man1/jvim3.1.gz @sample etc/jvim3rc.dist etc/jvim3rc diff --git a/japanese/kakasi/Makefile b/japanese/kakasi/Makefile index c8ea83f30458..88c67d9fb87b 100644 --- a/japanese/kakasi/Makefile +++ b/japanese/kakasi/Makefile @@ -1,40 +1,40 @@ PORTNAME= kakasi PORTVERSION= 2.3.5 PORTREVISION= 3 CATEGORIES= japanese textproc MASTER_SITES= http://kakasi.namazu.org/stable/ MAINTAINER= ota@j.email.ne.jp COMMENT= Kanji-Kana Simple Inverter, language filter for Japanese WWW= http://kakasi.namazu.org/ LICENSE= GPLv2 GNU_CONFIGURE= yes USES= iconv libtool USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DOCS= NEWS README README-ja TODO \ doc/ChangeLog.lib doc/JISYO \ doc/README.lib doc/README.wakati post-patch: @${REINPLACE_CMD} -e 's/-Wno-unused-result//' ${WRKSRC}/configure post-install: ${INSTALL_MAN} ${WRKSRC}/man/kakasi.1.ja \ - ${STAGEDIR}${MAN1PREFIX}/man/ja/man1/kakasi.1 + ${STAGEDIR}${PREFIX}/man/ja/man1/kakasi.1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/japanese/kakasi/pkg-plist b/japanese/kakasi/pkg-plist index 1e730d2243d4..f54164ff2554 100644 --- a/japanese/kakasi/pkg-plist +++ b/japanese/kakasi/pkg-plist @@ -1,23 +1,23 @@ bin/atoc_conv bin/kakasi bin/kakasi-config bin/mkkanwa bin/rdic_conv bin/wx2_conv include/libkakasi.h lib/libkakasi.a lib/libkakasi.so lib/libkakasi.so.2 lib/libkakasi.so.2.1.0 -man/ja/man1/kakasi.1.gz -man/man1/kakasi.1.gz +share/man/ja/man1/kakasi.1.gz +share/man/man1/kakasi.1.gz %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.lib %%PORTDOCS%%%%DOCSDIR%%/JISYO %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README-ja %%PORTDOCS%%%%DOCSDIR%%/README.lib %%PORTDOCS%%%%DOCSDIR%%/README.wakati %%PORTDOCS%%%%DOCSDIR%%/TODO %%DATADIR%%/itaijidict %%DATADIR%%/kanwadict diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile index 6d66ac0ed61e..ae56644bbff6 100644 --- a/japanese/qkc/Makefile +++ b/japanese/qkc/Makefile @@ -1,20 +1,21 @@ PORTNAME= qkc PORTVERSION= 1.0 CATEGORIES= japanese MASTER_SITES= http://hp.vector.co.jp/authors/VA000501/ DISTNAME= ${PORTNAME}c100 MAINTAINER= hrs@FreeBSD.org COMMENT= Quick Kanji Code Converter (C version) WWW= https://hp.vector.co.jp/authors/VA000501/ USES= zip NO_WRKSUBDIR= yes ALL_TARGET= -PLIST_FILES= bin/qkc man/ja/man1/qkc.1.gz +PLIST_FILES= bin/qkc share/man/ja/man1/qkc.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qkc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${STAGEDIR}${MAN1PREFIX}/man/ja/man1 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/man1 + ${INSTALL_MAN} ${WRKSRC}/qkc.1 ${STAGEDIR}${PREFIX}/share/man/ja/man1 .include diff --git a/java/javavmwrapper/Makefile b/java/javavmwrapper/Makefile index 619c167b4c1d..952b26c2004b 100644 --- a/java/javavmwrapper/Makefile +++ b/java/javavmwrapper/Makefile @@ -1,57 +1,58 @@ PORTNAME= javavmwrapper PORTVERSION= 2.7.9 +PORTREVISION= 1 CATEGORIES= java MASTER_SITES= # none DISTFILES= # none MAINTAINER= glewis@FreeBSD.org COMMENT= Wrapper script for various Java Virtual Machines LICENSE= BEERWARE BSD2CLAUSE LICENSE_COMB= multi LICENSE_NAME_BEERWARE= "THE BEER-WARE LICENSE" (Revision 42, (c) Poul-Henning Kamp) LICENSE_TEXT_BEERWARE= See ${SRC}/javavmwrapper.sh for license text LICENSE_PERMS_BEERWARE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept NO_BUILD= yes NO_ARCH= yes NO_WRKSUBDIR= yes PKGINSTALL= ${WRKDIR}/pkg-install SRC= ${.CURDIR}/src SCRIPTS= classpath javavmwrapper # This is normally defined by bsd.java.mk when USE_JAVA is defined, but # we can't do that here since it would result in a circular dependency JAVALIBDIR= ${LOCALBASE}/share/java/classes do-configure: .for _script in ${SCRIPTS} ${SED} -e 's|%%PREFIX%%|${PREFIX}|;' \ -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|;' \ ${SRC}/${_script}.sh >${WRKSRC}/${_script}.sh .endfor ${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|;' \ ${FILESDIR}/pkg-install.in > ${PKGINSTALL} .for _man in checkvms.1 javavm.1 manvm.1 registervm.1 javavm_opts.conf.5 javavms.5 ${SED} -e 's|%%PREFIX%%|${PREFIX}|;' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|;' \ -e 's|%%PORTSDIR%%|${PORTSDIR}|;' \ ${SRC}/${_man} > ${WRKSRC}/${_man} .endfor do-install: ${INSTALL_SCRIPT} ${WRKSRC}/classpath.sh ${STAGEDIR}${PREFIX}/bin/classpath ${INSTALL_SCRIPT} ${WRKSRC}/javavmwrapper.sh ${STAGEDIR}${PREFIX}/bin/javavm ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/checkvms ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/manvm ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/registervm ${LN} -sf javavm ${STAGEDIR}${PREFIX}/bin/unregistervm - ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/registervm.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/unregistervm.1 - ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${STAGEDIR}${PREFIX}/share/man/man1/unregistervm.1 + ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${FILESDIR}/javavm_opts.conf.dist \ ${STAGEDIR}${PREFIX}/etc/javavm_opts.conf.dist .include diff --git a/java/javavmwrapper/pkg-plist b/java/javavmwrapper/pkg-plist index e4a7a2caaef1..0c9b9b76d945 100644 --- a/java/javavmwrapper/pkg-plist +++ b/java/javavmwrapper/pkg-plist @@ -1,14 +1,14 @@ bin/checkvms bin/classpath bin/javavm bin/manvm bin/registervm bin/unregistervm @sample etc/javavm_opts.conf.dist etc/javavm_opts.conf -man/man1/checkvms.1.gz -man/man1/javavm.1.gz -man/man1/manvm.1.gz -man/man1/registervm.1.gz -man/man1/unregistervm.1.gz -man/man5/javavm_opts.conf.5.gz -man/man5/javavms.5.gz +share/man/man1/checkvms.1.gz +share/man/man1/javavm.1.gz +share/man/man1/manvm.1.gz +share/man/man1/registervm.1.gz +share/man/man1/unregistervm.1.gz +share/man/man5/javavm_opts.conf.5.gz +share/man/man5/javavms.5.gz diff --git a/lang/dlang-tools/Makefile b/lang/dlang-tools/Makefile index 0578f18ca8ff..b9971d81c233 100644 --- a/lang/dlang-tools/Makefile +++ b/lang/dlang-tools/Makefile @@ -1,37 +1,37 @@ PORTNAME= tools PORTVERSION= 2.101.0 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= v CATEGORIES= lang PKGNAMEPREFIX= dlang- MAINTAINER= acm@FreeBSD.org COMMENT= Ancillary tools for the D programming language compiler WWW= https://github.com/dlang/tools LICENSE= BSL BUILD_DEPENDS= ldmd2:lang/ldc \ dub:devel/dub \ ${LOCALBASE}/lib/d/libdparse.a:devel/libdparse USE_GITHUB= yes GH_ACCOUNT= dlang LDC2_CMD= ${LOCALBASE}/bin/ldc2 TOOLS_LIST= catdoc changed checkwhitespace contributors ddemangle detab dget rdmd tolf do-build: .for f in ${TOOLS_LIST} ${LDC2_CMD} ${WRKSRC}/${f}.d -of=${WRKSRC}/${f} .endfor cd ${WRKSRC}/DustMite && \ ${LDC2_CMD} dustmite.d polyhash.d splitter.d -of=${WRKSRC}/dustmite do-install: .for f in ${TOOLS_LIST} dustmite ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor - ${INSTALL_MAN} ${WRKSRC}/man/man1/rdmd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man1/rdmd.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/dlang-tools/pkg-plist b/lang/dlang-tools/pkg-plist index 5804cdd185b9..1d55d34edb96 100644 --- a/lang/dlang-tools/pkg-plist +++ b/lang/dlang-tools/pkg-plist @@ -1,11 +1,11 @@ bin/catdoc bin/changed bin/checkwhitespace bin/contributors bin/ddemangle bin/detab bin/dget bin/dustmite bin/rdmd bin/tolf -man/man1/rdmd.1.gz +share/man/man1/rdmd.1.gz diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index 23e97cc91fa4..c03fb2d52dbc 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,81 +1,82 @@ PORTNAME= f2c PORTVERSION= 20200916 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= NETLIB/f2c DISTFILES= ${SIMPLEDIST} libf2c.zip src.tgz DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= fortran@FreeBSD.org COMMENT= Fortran-to-C converter and its run-time libraries WWW= https://www.netlib.org/ LICENSE= ATT LICENSE_NAME= Copyright of AT&T, Lucent Technologies and Bellcore LICENSE_FILE= ${WRKSRC}/libf2c/Notice LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_mips= fails to compile: /usr/include/sigfpe.h: No such file or directory BROKEN_mips64= fails to compile: /usr/include/sigfpe.h: No such file or directory USES= gmake USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes LIBVER= 2 SIMPLEDIST= changes f2c.1 f2c.1t f2c.h f2c.pdf fc getopt.c README # Set FCNAME to the name of the Fortran 77 / F2C wrapper. FCNAME?= fc PLIST_SUB= FCNAME=${FCNAME} LIBVER=${LIBVER} PORTDOCS= README README_libf2c changes f2c.pdf OPTIONS_DEFINE= DOCS FC LEAD_0 OPTIONS_SUB= yes FC_DESC= f77 script based on f2c LEAD_0_DESC= Print with leading zeros LEAD_0_CFLAGS= -DWANT_LEAD_0 do-extract: ${MKDIR} ${WRKSRC}/libf2c .for f in ${SIMPLEDIST} ${CP} ${_DISTDIR}/${f} ${WRKSRC} .endfor ${UNZIP_NATIVE_CMD} ${_DISTDIR}/libf2c.zip -q -d ${WRKSRC}/libf2c (cd ${WRKSRC} && ${TAR} xfz ${_DISTDIR}/src.tgz) pre-patch: ${CP} -p ${WRKSRC}/libf2c/makefile.u ${WRKSRC}/libf2c/Makefile ${CP} -p ${WRKSRC}/src/makefile.u ${WRKSRC}/src/Makefile pre-configure: ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/fc ${REINPLACE_CMD} -e 's|#CFLAGS = -O|CFLAGS = ${CFLAGS}|' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} 's|%%LIBVER%%|${LIBVER}|' ${WRKSRC}/libf2c/Makefile do-build: @${ECHO_MSG} "===> Building f2c..." (cd ${WRKSRC}/src && ${DO_MAKE_BUILD} ${ALL_TARGET}) @${ECHO_MSG} "===> Building libf2c..." (cd ${WRKSRC}/libf2c && ${DO_MAKE_BUILD} ${ALL_TARGET} libf2c.so) ${MV} ${WRKSRC}/libf2c/libf2c.so ${WRKSRC}/libf2c/libf2c.so.${LIBVER} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/f2c ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/f2c.h ${STAGEDIR}${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/src/f2c.1t ${STAGEDIR}${MAN1PREFIX}/man/man1/f2c.1 + ${INSTALL_MAN} ${WRKSRC}/src/f2c.1t ${STAGEDIR}${PREFIX}/share/man/man1/f2c.1 ${INSTALL_DATA} ${WRKSRC}/libf2c/libf2c.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libf2c/libf2c.so.${LIBVER} ${STAGEDIR}${PREFIX}/lib ${LN} -sf libf2c.so.${LIBVER} ${STAGEDIR}${PREFIX}/lib/libf2c.so do-install-DOCS-on: ${CP} ${WRKSRC}/libf2c/README ${WRKSRC}/README_libf2c @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} do-install-FC-on: ${INSTALL_SCRIPT} ${WRKSRC}/fc ${STAGEDIR}${PREFIX}/bin/${FCNAME} .include diff --git a/lang/f2c/pkg-plist b/lang/f2c/pkg-plist index 1334436d3f7b..239961ab410b 100644 --- a/lang/f2c/pkg-plist +++ b/lang/f2c/pkg-plist @@ -1,7 +1,7 @@ bin/f2c %%FC%%bin/%%FCNAME%% include/f2c.h lib/libf2c.a lib/libf2c.so lib/libf2c.so.%%LIBVER%% -man/man1/f2c.1.gz +share/man/man1/f2c.1.gz diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 0c79505c1a19..465cfaca0633 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -1,186 +1,186 @@ PORTNAME= fpc PORTVERSION= 3.3.1.20240103 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= LOCAL/acm/freepascal/:bootstrap \ LOCAL/acm/freepascal/:man PKGNAMESUFFIX= -devel DIST_SUBDIR= freepascal MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal compiler with Turbo and Delphi (devel) WWW= https://www.freepascal.org/ CONFLICTS= fpc RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils ONLY_FOR_ARCHS= amd64 i386 USES+= gmake iconv USE_BINUTILS= yes BOOTVER= 3.2.2 FPCBASEVER= 3.3.1 MANVER= 3.0.4 FPC_LDPATH?= "${LOCALBASE}/bin/ld.bfd" USE_GITLAB= yes GL_SITE= https://gitlab.com/freepascal.org GL_ACCOUNT= fpc GL_PROJECT= source GL_TAGNAME= f86a9bd5c026c7a10a165a8225bcf83e17c47b25 FPCSRCDIR= source-${GL_TAGNAME} .include .if ${ARCH} == "i386" PPNAME= ppc386 FPC_ARCH= i386 PLIST_SUB+= FPC_I386="" \ FPC_AMD64="@comment " .elif ${ARCH} == "amd64" PPNAME= ppcx64 FPC_ARCH= x86_64 PLIST_SUB+= FPC_I386="@comment " \ FPC_AMD64="" .endif .if ${OPSYS} == FreeBSD PLIST_SUB+= FREEBSD="" .else PLIST_SUB+= FREEBSD="@comment " .endif SUB_FILES= pkg-message BUILDNAME= ${FPC_ARCH}-${OPSYS:tl} PLIST_SUB+= PORTVERSION=${FPCBASEVER} \ BUILDNAME=${BUILDNAME} DISTFILES+= ${BOOTDIR}.tar.gz:${OPSYS:MDragonFly}bootstrap \ fpc-${MANVER}.man.tar.gz:man NEWFPCMAKE= ${WRKDIR}/${FPCSRCDIR}/utils/fpcm/bin/${BUILDNAME}/fpcmake MAKE_ARGS+= FPCMAKE=${NEWFPCMAKE} \ FPCTARGET=${BUILDNAME} \ ARCH=${FPC_ARCH} \ OPT="${OPT}" \ BSDHIER=1 \ INSTALL="${INSTALL_DATA} -p" \ INSTALLEXE="${INSTALL_PROGRAM}" \ INSTALLSCR="${INSTALL_SCRIPT}" \ INSTALL_PREFIX=${STAGEDIR}${PREFIX} \ FPC_LDPATH=${FPC_LDPATH} NEWPPC= PP=${WRKSRC}/compiler/${PPNAME} NEWFPC= FPC=${WRKSRC}/compiler/${PPNAME} BOOTDIR= ${PPNAME}-${BOOTVER}-${OPSYS:tl} BOOTPPC= PP=${WRKDIR}/${BOOTDIR} do-extract: # unpack binary distribution @${MKDIR} ${WRKDIR} @${TAR} -xzf ${_DISTDIR}/${BOOTDIR}.tar.gz \ --directory ${WRKDIR} && ${CHMOD} +x ${WRKDIR}/${BOOTDIR} # unpack man files @${TAR} -xzf ${_DISTDIR}/fpc-${MANVER}.man.tar.gz --directory ${WRKDIR} # unpack source distribution @(cd ${WRKDIR} && ${GZIP_CMD} -dc \ ${_DISTDIR}/${PORTNAME}-source-${GL_TAGNAME}_GL0${EXTRACT_SUFX} | \ ${TAR} -xf -) post-patch: .if ${OPSYS} == FreeBSD @${REINPLACE_CMD} -i "" -e 's|900044|${OSVERSION}|g' \ -e 's|1201000|${OSVERSION}|g' \ -e 's|1200000|${OSVERSION}|g' \ ${WRKSRC}/rtl/freebsd/${FPC_ARCH}/*.as \ ${WRKSRC}/rtl/freebsd/${FPC_ARCH}/*.inc .else @${REINPLACE_CMD} -i "" -e 's|400000|${DFLYVERSION}|g' \ ${WRKSRC}/rtl/dragonfly/${FPC_ARCH}/*.as .endif .if empty(ICONV_LIB) @${REINPLACE_CMD} -i "" -e "s|s<>'c'|(s<>'c') and (s<>'iconv')|" \ -e "s|%%FPC_LDPATH%%|${FPC_LDPATH}|g" \ ${WRKDIR}/${FPCSRCDIR}/compiler/systems/t_bsd.pas @${REINPLACE_CMD} -i "" -e 's|defined(bsd) and not ||' \ ${WRKDIR}/${FPCSRCDIR}/rtl/unix/cwstring.pp .endif @${REINPLACE_CMD} -i "" -e '/samplecfg/ {s/INSTALLEXE/INSTALLSCR/;}' \ ${WRKDIR}/${FPCSRCDIR}/compiler/Makefile @${REINPLACE_CMD} -i "" -e 's|/usr/local|${PREFIX}|g' \ ${WRKDIR}/${FPCSRCDIR}/packages/fpmkunit/src/fpmkunit.pp # enable units @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/a52/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/dts/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|freebsd,||g' \ ${WRKSRC}/packages/fpgtk/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/gnome1/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/gtk1/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/imlib/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/ldap/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/libnettle/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/libsee/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/lua/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/mad/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/modplug/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|Linux|freebsd,linux|g' \ ${WRKSRC}/packages/newt/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/oggvorbis/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/openal/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/opencl/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/proj4/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|os2|freebsd,os2|g' \ ${WRKSRC}/packages/rexx/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/wasmedge/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/wasmtime/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/zorba/fpmake.pp do-build: # build fpc compiler @${ECHO_MSG} "##### STARTING COMPILER AND UNITS #####" (cd ${WRKDIR}/${FPCSRCDIR} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} all ${MAKE_ARGS} ${BOOTPPC}) @${ECHO_MSG} "##### COMPLETE COMPILER AND UNITS #####" do-install: # Installing fpc compiler (cd ${WRKDIR}/${FPCSRCDIR} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} install ${MAKE_ARGS} ${BOOTPPC}) # Installing manpages - ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${PREFIX}/share/man/man5 # symlinking compiler (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ../lib/fpc/${FPCBASEVER}/${PPNAME}) # creating sample configuration file ${SH} "${STAGEDIR}${PREFIX}/lib/fpc/${FPCBASEVER}/samplecfg" \ "${STAGEDIR}${PREFIX}/lib/fpc/${FPCBASEVER}" \ "${STAGEDIR}${PREFIX}/etc" @${REINPLACE_CMD} -i "" -e 's|${STAGEDIR}||' \ -e 's|^#-Fl/lib;/usr/lib|-Fl${LOCALBASE}/lib;${LOCALBASE}/lib/qt5;${LOCALBASE}/lib/qt6|g' \ ${STAGEDIR}${PREFIX}/etc/fpc.cfg.sample \ ${STAGEDIR}${PREFIX}/etc/fppkg.cfg.sample \ ${STAGEDIR}${PREFIX}/etc/fppkg/default \ ${STAGEDIR}${PREFIX}/lib/fpc/${FPCBASEVER}/ide/text/fp.cfg .include diff --git a/lang/fpc-devel/pkg-plist b/lang/fpc-devel/pkg-plist index e9eb806c1865..036d7ed2294a 100644 --- a/lang/fpc-devel/pkg-plist +++ b/lang/fpc-devel/pkg-plist @@ -1,3445 +1,3445 @@ bin/bin2obj bin/cldrparser bin/compileserver bin/cvsco.tdf bin/cvsdiff.tdf bin/cvsup.tdf bin/data2inc bin/delp bin/dts2pas bin/eawparser bin/fp bin/fp.ans bin/fp.rsj bin/fpc bin/fpcjres bin/fpclasschart bin/fpclasschart.rsj bin/fpcmake bin/fpcmkcfg bin/fpcmkcfg.rsj bin/fpcres bin/fpcreslipo bin/fpcsubst bin/fpcsubst.rsj bin/fpdoc bin/fppkg bin/fprcp bin/gbpparser bin/gplprog.pt bin/gplunit.pt bin/grep.tdf bin/h2pas bin/h2paschk bin/h2paspp bin/ihxutil bin/instantfpc bin/json2pas bin/makeskel bin/makeskel.rsj bin/mka64ins bin/mkarmins bin/mkinsadd bin/mkx86inl bin/mkx86ins bin/mkz80ins bin/msg2inc bin/pas2fpm bin/pas2jni bin/pas2js bin/pas2ut bin/pas2ut.rsj bin/plex bin/postw32 %%FPC_I386%%bin/ppc386 %%FPC_AMD64%%bin/ppcx64 bin/ppdep bin/ppudump bin/ppufiles bin/ppumove bin/program.pt bin/ptop bin/ptop.rsj bin/pyacc bin/rmcvsdir bin/rstconv bin/rstconv.rsj bin/tpgrep.tdf bin/unihelper bin/unit.pt bin/unitdiff bin/unitdiff.rsj bin/wasa bin/wasmtool bin/webidl2pas @sample etc/fpc.cfg.sample @sample etc/fppkg.cfg.sample etc/fppkg/default lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/a52.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/aspell.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/bfd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/bzip2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/cairo.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/chm.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dblib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dbus.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dts.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fastcgi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-async.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-base.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-css.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-db.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-extra.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-fpcunit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-hash.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-image.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-js.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-json.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-mustache.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-net.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-passrc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-pdf.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-process.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-registry.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-report.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-res.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sdo.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sound.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-stl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-web.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-xml.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fftw.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fpindexer.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fpmkunit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fppkg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fv.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gdbint.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gdbm.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ggi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gitlab.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gmp.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gnutls.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/googleapi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/graph.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gst.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gtk2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/hash.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/hermes.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/httpd22.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/httpd24.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ibase.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/iconvenc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ide.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/imagemagick.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ldap.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcups.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcurl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libenet.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libffi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libfontconfig.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libgd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libmagic.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libmicrohttpd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libnettle.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libpng.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libsee.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libtar.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libvlc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libxml2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/lua.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mad.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/modplug.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mysql.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ncurses.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/newt.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/numlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odata.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odbc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/oggvorbis.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openal.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/opencl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/opengl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openssl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/oracle.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pasjpeg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pastojs.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/paszlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pcap.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/postgres.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/proj4.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ptc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pthreads.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pxlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/regexpr.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rexx.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rsvg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-console.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-extra.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-generics.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-objpas.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-unicode.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/sdl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/sqlite.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/svgalib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/symbolic.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/syslog.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/tcl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/testinsight.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/tplylib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/unzip.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/users.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-lexyacc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-pas2js.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utmp.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/vcl-compat.fpm %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmedge.fpm %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/wasmtime.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/webidl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/xforms.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/zlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/zorba.fpm lib/fpc/%%PORTVERSION%%/ide/text/fp.cfg lib/fpc/%%PORTVERSION%%/ide/text/fp.ini lib/fpc/%%PORTVERSION%%/msg/errorct.msg lib/fpc/%%PORTVERSION%%/msg/errord.msg lib/fpc/%%PORTVERSION%%/msg/errorda.msg lib/fpc/%%PORTVERSION%%/msg/errordu.msg lib/fpc/%%PORTVERSION%%/msg/errore.msg lib/fpc/%%PORTVERSION%%/msg/errores.msg lib/fpc/%%PORTVERSION%%/msg/errorf.msg lib/fpc/%%PORTVERSION%%/msg/errorfi.msg lib/fpc/%%PORTVERSION%%/msg/errorhe.msg lib/fpc/%%PORTVERSION%%/msg/errorheu.msg lib/fpc/%%PORTVERSION%%/msg/errorid.msg lib/fpc/%%PORTVERSION%%/msg/erroriu.msg lib/fpc/%%PORTVERSION%%/msg/errorn.msg lib/fpc/%%PORTVERSION%%/msg/errorpl.msg lib/fpc/%%PORTVERSION%%/msg/errorpli.msg lib/fpc/%%PORTVERSION%%/msg/errorpt.msg lib/fpc/%%PORTVERSION%%/msg/errorptu.msg lib/fpc/%%PORTVERSION%%/msg/errorr.msg lib/fpc/%%PORTVERSION%%/msg/errorru.msg lib/fpc/%%PORTVERSION%%/msg/errorues.msg %%FPC_I386%%lib/fpc/%%PORTVERSION%%/ppc386 %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/ppcx64 lib/fpc/%%PORTVERSION%%/samplecfg lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspelldyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspelldyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoft.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoft.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairogobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairogobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmspecialfiles.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmspecialfiles.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmtypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmtypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/fasthtmlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/fasthtmlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlsreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlsreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslznonslide.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslznonslide.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzxcomp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzxcomp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dblib/dblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dblib/dblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dts/dts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dts/dts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/avl_tree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/avl_tree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/base64.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/base64.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/basenenc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/basenenc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish2.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/chainstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/chainstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvdocument.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvdocument.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvreadwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvreadwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpthreadpool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpthreadpool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpthreadpool.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptimer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptimer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/gettext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/gettext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/idea.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/idea.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/iostream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/iostream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/lzwstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/lzwstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pascodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pascodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pooledmm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pooledmm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rtfpars.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rtfpars.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/uriparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/uriparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wformat.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wformat.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/whtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/whtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wtex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wtex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssresolver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssresolver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcsstree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcsstree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-css/fpcssutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset_parser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset_parser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/csvdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/csvdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/customsqliteds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/customsqliteds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/db.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/db.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_collate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_collate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_common.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_common.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_cursor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_cursor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_dbffile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_dbffile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_fields.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_fields.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxcur.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxcur.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_lang.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_lang.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_memo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_memo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_parser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_parser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_pgfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_pgfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prscore.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prscore.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prsdef.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prsdef.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prssupp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prssupp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_str.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_str.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_wtil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_wtil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbwhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbwhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/extjsdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/extjsdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbeventmonitor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbeventmonitor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgcreatedbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgcreatedbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgdbcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgdbcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgfieldmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgfieldmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtiopf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtiopf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtypesafedataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtypesafedataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql41.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql41.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql50.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql50.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql51.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql51.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql55.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql55.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql56.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql56.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql57.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql57.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddodbc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddodbc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddoracle.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddoracle.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpq.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpq.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddregstd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddregstd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqlite3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqlite3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpjsondataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpjsondataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqltree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqltree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpstdexports.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpstdexports.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/ibconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/ibconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mssqlconn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mssqlconn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/odbcconn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/odbcconn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbpool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbpool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbpool.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3backup.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3backup.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3ds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3ds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqliteds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqliteds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/consoletestrunner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/consoletestrunner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/digesttestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/digesttestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunitreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunitreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/junittestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/junittestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/latextestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/latextestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testregistry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testregistry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/ubmockobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/ubmockobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmlreporter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmlreporter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmltestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmltestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpasn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpasn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpecc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpecc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpecdsa.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpecdsa.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fphashutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fphashutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fppem.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fppem.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fprsa.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fprsa.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpsha256.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpsha256.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpsha512.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fpsha512.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fptlsbigint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/fptlsbigint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/onetimepass.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-hash/onetimepass.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolorspace.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolorspace.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimggauss.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimggauss.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgqrcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgqrcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpqrcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpqrcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadgif.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadgif.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpcx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpcx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadqoi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadqoi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxwd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxwd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fptiffcmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fptiffcmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepcx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepcx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwriteqoi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwriteqoi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/jpegcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/jpegcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pcxcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pcxcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/polygonfilltools.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/polygonfilltools.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/psdcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/psdcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/qoicomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/qoicomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/xwdfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/xwdfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jssrcmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jssrcmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/tstopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/tstopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/tstopas.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonapply.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonapply.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonapply.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonvalue.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonvalue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/json2yaml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/json2yaml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonfpcunit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonfpcunit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonfpcunit.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpdbmustache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpdbmustache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpdbmustache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpexmustache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpexmustache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpexmustache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpmustache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpmustache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-mustache/fpmustache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasuseanalyzer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasuseanalyzer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpfonttextmapping.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpfonttextmapping.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfcommands.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfcommands.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfobjects.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfobjects.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfobjects.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfpredict.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfpredict.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfsource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdfsource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpextfuncs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpextfuncs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcanvashelper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcanvashelper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcontnr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcontnr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportfpimageexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportfpimageexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportpdfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportpdfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportqrcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportqrcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/acceleratorsresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/acceleratorsresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/bitmapresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/bitmapresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/cofftypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/cofftypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/dfmreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/dfmreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elftypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elftypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externaltypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externaltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/fpcrestypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/fpcrestypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupcursorresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupcursorresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupiconresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupiconresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/icocurtypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/icocurtypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machotypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machotypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machowriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machowriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resdatastream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resdatastream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resmerger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resmerger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resourcetree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resourcetree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/reswriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/reswriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/strtable.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/strtable.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/tlbreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/tlbreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/winpeimagereader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/winpeimagereader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/xcoffwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/xcoffwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/pas_generator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/pas_generator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_binary_streamer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_binary_streamer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_changesummary.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_changesummary.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_cursor_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_cursor_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_datafactory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_datafactory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dataobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dataobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dom_cursors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dom_cursors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_field_imp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_field_imp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_imp_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_imp_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_linked_list.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_linked_list.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_locators.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_locators.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_logger_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_logger_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_parserutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_parserutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_rtti_filters.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_rtti_filters.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_binary.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_binary.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_type.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_type.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_types.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_types.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xpath_helper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xpath_helper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsd_helper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsd_helper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdintf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdintf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_consts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_consts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_generator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_generator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/garrayutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gdeque.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gpriorityqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gstack.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gtree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gvector.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custhttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custhttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/ezcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/ezcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcustwsserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcustwsserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdatasetform.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdatasetform.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdebugcapturesvc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdebugcapturesvc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdispextdirect.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdispextdirect.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextdirect.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextdirect.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpfcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpfcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclientasyncpool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclientasyncpool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclientpool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclientpool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclientpool.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpstatus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpstatus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpwebclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpwebclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjsonrpc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjsonrpc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwaes256.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwaes256.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwarsa.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwarsa.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha256.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha256.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha384.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha384.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha512.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwasha512.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwt.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpmimetypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpmimetypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2ini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2ini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpccodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpccodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcrtti.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcrtti.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcstrings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcstrings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fprpcstrings.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocket.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocket.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocket.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocketclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocketclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocketserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebsocketserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpprotocol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/microhttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/microhttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestado.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestado.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauth.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauth.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauthini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauthini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestbridge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestbridge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcsv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcsv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestmodule.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestmodule.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestschema.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestschema.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestxml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestxml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpack.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpackimp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpackimp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpacktables.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpacktables.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webjsonrpc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webjsonrpc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webpage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webpage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/websession.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/websession.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/wsupgrader.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom_html.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom_html.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dtdmodel.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dtdmodel.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmldefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmldefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlelements.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlelements.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_html.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_html.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmliconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmliconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlread.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlread.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlstreaming.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlstreaming.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmltextreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmltextreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgcommands.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgcommands.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgdownload.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgdownload.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfphttp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfphttp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfpmake.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfpmake.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfppkg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfppkg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgglobals.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgglobals.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkghandler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkghandler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmkconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmkconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgoptions.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgoptions.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgpackagesstructure.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgpackagesstructure.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkguninstalledsrcsrepo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkguninstalledsrcsrepo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgwget.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgwget.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/outline.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/outline.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/udialogs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/udialogs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/udialogs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/udrivers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/udrivers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/ufvcommon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/ufvcommon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uhistlist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uhistlist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uinplong.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uinplong.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/umenus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/umenus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/umsgbox.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/umsgbox.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/umsgbox.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uoutline.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uoutline.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/utabs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/utabs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/utimeddlg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/utimeddlg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uvalidate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uvalidate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uviews.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/uviews.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbcon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbcon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbm/gdbm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbm/gdbm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi2d.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi2d.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/gii.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/gii.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gitlab/gitlabclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gitlab/gitlabclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/gmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/gmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/libgmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/libgmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gst/gst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2pixbuf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2pixbuf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2x.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2x.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdkglext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdkglext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/glib2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/glib2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2ext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2ext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtkglext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtkglext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/libglade2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/libglade2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pango.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pango.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pangocairo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pangocairo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/fnvhash.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/fnvhash.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/hmac.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/hmac.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hermes/hermes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hermes/hermes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc_dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc_dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/imagemagick.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/imagemagick.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/magick_wand.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/magick_wand.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcurl/libcurl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcurl/libcurl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/enet.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/enet.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/uenetclass.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/uenetclass.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.manager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.manager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libfontconfig/libfontconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libfontconfig/libfontconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmagic/libmagic.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmagic/libmagic.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmicrohttpd/libmicrohttpd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmicrohttpd/libmicrohttpd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libnettle/libnettle.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libnettle/libnettle.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libpng/png.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libpng/png.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libsee/libsee.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libsee/libsee.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libtar/libtar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libtar/libtar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/libvlc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/libvlc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/vlc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/vlc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lauxlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lauxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lua.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lua.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lualib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lualib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/my4_sys.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/my4_sys.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_com.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_com.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_comdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_comdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_version.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_version.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_com.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_com.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_comdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_comdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_version.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_version.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/form.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/form.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/menu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/menu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncurses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncurses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsql.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsql.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsqldyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsqldyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl_gl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/freeglut.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/freeglut.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oci.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oci.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/ocidyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/ocidyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oratypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oratypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapimin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapimin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapistd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapistd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccoefct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccoefct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccolor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccolor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcdctmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcdctmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jchuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jchuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcinit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcinit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmainct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmainct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmarker.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmarker.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmaster.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmaster.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcomapi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcomapi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcparam.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcparam.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcphuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcphuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcprepct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcprepct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcsample.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcsample.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jctrans.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jctrans.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapimin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapimin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapistd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapistd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatadst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatadst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatasrc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatasrc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcoefct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcoefct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcolor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcolor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jddctmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jddctmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdeferr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdeferr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdhuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdhuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdinput.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdinput.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmainct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmainct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmarker.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmarker.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmaster.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmaster.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmerge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmerge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdphuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdphuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdpostct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdpostct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdsample.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdsample.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jerror.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jerror.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctflt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctflt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctfst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctfst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctflt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctflt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctfst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctfst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctred.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctred.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jinclude.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jinclude.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemnobs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemnobs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmorecfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmorecfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jpeglib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jpeglib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppjssrcmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppjssrcmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilercfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilercfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilerpp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilerpp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfilecache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfilecache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfileutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfileutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfscompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfscompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jshtmlresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jshtmlresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsjsresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsjsresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslibcompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslibcompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslogger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslogger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspcucompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspcucompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsuseanalyzer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsuseanalyzer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/adler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/adler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/gzio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/gzio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infblock.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infblock.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infcodes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infcodes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inffast.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inffast.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inftrees.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inftrees.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/paszlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/paszlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/trees.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/trees.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/unzip.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/unzip.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zcompres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zcompres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zdeflate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zdeflate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zinflate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zinflate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zip.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zip.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/ziputils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/ziputils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zuncompr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zuncompr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rsvg/rsvg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rsvg/rsvg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/crt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/crt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/keyboard.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/keyboard.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/mouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/mouse.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/unixkvmbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/unixkvmbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/video.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/video.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/clocale.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/clocale.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/matrix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/matrix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sortalgs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sortalgs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.collections.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.collections.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.defaults.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.defaults.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.hashes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.hashes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.helpers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.helpers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.memoryexpanders.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.memoryexpanders.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/nullable.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/syshelpers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/syshelpers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.actions.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.actions.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.actions.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.math.vectors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.math.vectors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.timespan.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.timespan.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uiconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uiconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uitypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uitypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/widestrutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/widestrutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_de.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_de.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_es.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_es.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_fr_ca.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_fr_ca.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ja.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ja.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ko.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ko.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ru.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ru.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_sv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_sv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_zh.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_zh.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp895.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp895.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp932.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp932.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp936.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp936.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp949.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp949.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp950.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp950.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/eastasianwidth.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/eastasianwidth.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/graphemebreakproperty.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/graphemebreakproperty.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/Package.fpc lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/bsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/bsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/character.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/character.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1250.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1250.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1251.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1251.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1252.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1252.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1253.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1253.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1254.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1254.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1255.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1255.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1256.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1256.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1257.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1257.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1258.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1258.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp3021.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp3021.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp437.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp437.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp646.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp646.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp737.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp737.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp775.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp775.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp850.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp850.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp852.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp852.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp855.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp855.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp856.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp856.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp857.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp857.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp860.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp860.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp861.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp861.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp862.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp862.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp863.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp863.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp864.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp864.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp865.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp865.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp866.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp866.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp869.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp869.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp874.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp874.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_10.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_10.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_11.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_11.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_13.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_13.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_14.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_14.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_15.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_15.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_16.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_16.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_4.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_4.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_5.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_5.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_6.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_6.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_7.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_7.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_8.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_8.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_9.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_9.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpall.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_r.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_r.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_u.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_u.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dllprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/exeinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/exeinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/extpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/extpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fgl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fgl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpintres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpintres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpwidestring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpwidestring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/freebsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/freebsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/gprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/iso7185.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/iso7185.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lnfodwrf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lnfodwrf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/prt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sfpu128.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sfpu128.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sfpux80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sfpux80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/softfpu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/softfpu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sortbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sortbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/syscall.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ufloat128.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ufloat128.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ufloatx80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ufloatx80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodedata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodedata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixcp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixcp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/uuchar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/uuchar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/logger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/logger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_gfx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_gfx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_image.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_image.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer_nosmpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer_nosmpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3db.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3db.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3ext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3ext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlitedb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlitedb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/svgalib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/svgalib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/vgamouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/vgamouse.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/syslog/systemlog.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/syslog/systemlog.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tcl/tcl80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tcl/tcl80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/fpcunittestinsight.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/fpcunittestinsight.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/testinsightclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/testinsightclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/testinsightprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/testinsight/testinsightprotocol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/lexlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/lexlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/yacclib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/yacclib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/grp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/grp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/pwd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/pwd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utmp/utmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utmp/utmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.analytics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.analytics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.ansistrings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.ansistrings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.devices.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.devices.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.diagnostics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.diagnostics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.hash.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.hash.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.hash.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.imagelist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.imagelist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.ioutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.ioutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.ioutils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.json.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.json.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.json.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.messaging.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.messaging.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.notification.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.notification.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.permissions.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.permissions.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.pushnotifications.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.pushnotifications.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.pushnotifications.rsj %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.o %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmedge/libwasmedge.ppu %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.o %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/wasmtime/wasmtime.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas2js.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas2js.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltowasmjob.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltowasmjob.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/deckeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/dpms.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/hpkeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/mitmisc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/mitmisc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/multibuf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/multibuf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/security.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/security.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/shape.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/shape.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/sunkeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/sync.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/sync.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xag.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xag.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xatom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcup.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xdbe.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xdbe.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xevi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xevi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86keysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xfixes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xfixes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinerama.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinerama.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xlbx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xmd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xmd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrandr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrandr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrender.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrender.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xtestext1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xtestext1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/xforms/xforms.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/xforms/xforms.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/xqc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/xqc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorba.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorba.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.rsj lib/fpc/lexyacc/yylex.cod lib/fpc/lexyacc/yyparse.cod lib/libpas2jslib.so -man/man1/bin2obj.1.gz -man/man1/chmcmd.1.gz -man/man1/chmls.1.gz -man/man1/data2inc.1.gz -man/man1/delp.1.gz -man/man1/fd2pascal.1.gz -man/man1/fp.1.gz -man/man1/fpc.1.gz -man/man1/fpcjres.1.gz -man/man1/fpclasschart.1.gz -man/man1/fpcmake.1.gz -man/man1/fpcmkcfg.1.gz -man/man1/fpcres.1.gz -man/man1/fpcsubst.1.gz -man/man1/fpdoc.1.gz -man/man1/fppkg.1.gz -man/man1/fprcp.1.gz -man/man1/grab_vcsa.1.gz -man/man1/h2pas.1.gz -man/man1/h2paspp.1.gz -man/man1/makeskel.1.gz -man/man1/pas2fpm.1.gz -man/man1/pas2jni.1.gz -man/man1/pas2ut.1.gz -man/man1/plex.1.gz -man/man1/postw32.1.gz -man/man1/ppc386.1.gz -man/man1/ppcarm.1.gz -man/man1/ppcppc.1.gz -man/man1/ppcsparc.1.gz -man/man1/ppcx64.1.gz -man/man1/ppdep.1.gz -man/man1/ppudump.1.gz -man/man1/ppufiles.1.gz -man/man1/ppumove.1.gz -man/man1/ptop.1.gz -man/man1/pyacc.1.gz -man/man1/rmcvsdir.1.gz -man/man1/rstconv.1.gz -man/man1/unitdiff.1.gz -man/man5/fpc.cfg.5.gz -man/man5/fpcmake.5.gz -man/man5/ptop.cfg.5.gz +share/man/man1/bin2obj.1.gz +share/man/man1/chmcmd.1.gz +share/man/man1/chmls.1.gz +share/man/man1/data2inc.1.gz +share/man/man1/delp.1.gz +share/man/man1/fd2pascal.1.gz +share/man/man1/fp.1.gz +share/man/man1/fpc.1.gz +share/man/man1/fpcjres.1.gz +share/man/man1/fpclasschart.1.gz +share/man/man1/fpcmake.1.gz +share/man/man1/fpcmkcfg.1.gz +share/man/man1/fpcres.1.gz +share/man/man1/fpcsubst.1.gz +share/man/man1/fpdoc.1.gz +share/man/man1/fppkg.1.gz +share/man/man1/fprcp.1.gz +share/man/man1/grab_vcsa.1.gz +share/man/man1/h2pas.1.gz +share/man/man1/h2paspp.1.gz +share/man/man1/makeskel.1.gz +share/man/man1/pas2fpm.1.gz +share/man/man1/pas2jni.1.gz +share/man/man1/pas2ut.1.gz +share/man/man1/plex.1.gz +share/man/man1/postw32.1.gz +share/man/man1/ppc386.1.gz +share/man/man1/ppcarm.1.gz +share/man/man1/ppcppc.1.gz +share/man/man1/ppcsparc.1.gz +share/man/man1/ppcx64.1.gz +share/man/man1/ppdep.1.gz +share/man/man1/ppudump.1.gz +share/man/man1/ppufiles.1.gz +share/man/man1/ppumove.1.gz +share/man/man1/ptop.1.gz +share/man/man1/pyacc.1.gz +share/man/man1/rmcvsdir.1.gz +share/man/man1/rstconv.1.gz +share/man/man1/unitdiff.1.gz +share/man/man5/fpc.cfg.5.gz +share/man/man5/fpcmake.5.gz +share/man/man5/ptop.cfg.5.gz %%DOCSDIR%%-%%PORTVERSION%%/ide/readme.ide %%DOCSDIR%%-%%PORTVERSION%%/symbolic/optimization.txt %%DOCSDIR%%-%%PORTVERSION%%/symbolic/symbolic.txt %%EXAMPLESDIR%%-%%PORTVERSION%%/aspell/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/bzip2/examples/pasbzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/dbus/examples/busexample.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/asiotest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64dec.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64enc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64test.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64test2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/base64decodingtestcase.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/cachetest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/cfgtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/debugtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/doecho.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dparser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dsockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dsocksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/fpdoc.dtd %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/fstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/htdump.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/isockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/isocksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/istream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/list.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/mstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/poolmm1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/poolmm2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/restest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/sockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/socksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/sstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/stringl.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tarmakercons.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tarmakerconsgzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testbf.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testbs.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testcgi.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testcont.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testez.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testhres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testnres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testol.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testproc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testreg.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrhre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrnre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrsre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrtf.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testsres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testthreadpool.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testtimer.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testunzip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testur.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testweb.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testz.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testz2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testzip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/threads.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tidea.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tstelcmd.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tstelgtk.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/txmlreg.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/xmldump.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-css/examples/cssmin.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-css/examples/extractcssclasses.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/dbftoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/dbtestframework.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/memdstoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/sdfdstoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/sqldbtoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testbasics.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdatasources.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdbbasics.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdddiff.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testfieldtypes.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testsqlscript.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/toolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-extra/examples/showver.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-hash/examples/demosha256.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/createbarcode.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/drawing.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/imgconv.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/wrpngf.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/wrqoif.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/confdemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/ini2json.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/j2y.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/parsedemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/simpledemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/ip6test.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/svrclass.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testdns.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testhosts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testhst.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testnet.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testproto.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testsvc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testuri.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-process/examples/dbugsrv.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-process/examples/ipcclient.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-process/examples/ipcserver.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-registry/examples/tregtestframework.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/domunit.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/testgen.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/xmlts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fftw/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fv/examples/platform.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/fv/examples/testapp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/mingw.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/symify.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/testgdb.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbm/examples/testgdbm.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbm/examples/testgdbm2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ggi/examples/ggi1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_accept_test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_test_impl.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_test_intf.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_testcase.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/pidigits_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/pidigits_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/printf_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/printf_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/scanf_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/scanf_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/privkey.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/srvcacert.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/testgnutls.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/beipiel.glade %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/glade.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/simple.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/gettingstarted.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/appwindow.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/button_box.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/colorsel.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/dialog.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/drawingarea.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/editable_cells.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/gtk_demo.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/images.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/init.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/item_factory.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/list_store.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/menus.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/panes.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/pixbufs.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/sizegroup.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/stock_browser.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/textview.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/tree_store.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/gears.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/helloworld.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/helloworld2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/main.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/plugin.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/scribble_simple.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/hmd5.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/hsha1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/md5performancetest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/mdtest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/sha1performancetest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/minimain.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_hello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_spelling.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/testmodule.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd24/examples/mod_hello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/testib40.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/testib60.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/iconvenc/examples/iconvtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/screenshot.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/wanddemo.dpr %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/wanddemo.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/testcurl.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/teststream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libenet/examples/clientapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libenet/examples/serverapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libffi/examples/simple.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libfontconfig/examples/testfc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/gdtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/gdtestcgi.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmagic/examples/basic.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/basicauthentication.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/benchmark.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/benchmark_https.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/chunked_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/demo_https.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/digest_auth_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/dual_stack_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example_dirs.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example_external_select.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/hellobrowser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/https_fileserver_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/largepost.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/logging.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/minimal_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/minimal_example_comet.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/post_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/querystring_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/refuse_post_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/responseheaders.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/sessions.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/simplepost.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/tlsauthentication.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/mod_stream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/teststream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/testwrite.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/tlibsee.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/exutils.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/io1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/io2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/reader1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/reader2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/test1.xml %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/test2.xml %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/tree1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/tree2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/mysqls.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/testdb3.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/testdb4.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/db_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/edit_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/firework.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/menu_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/ocrt_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/screen_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1panel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2panel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t3form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tbackground.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tclock.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tevent.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tmouse.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tnlshello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tpad.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/twindow.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt3.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpbte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigge1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigge3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigsv1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigsv3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgenex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgente.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgpdex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgsyex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomremex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomrevex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomrewrsex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrmex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrmte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrvex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/odeiv1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/odeiv2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roof1rte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roofnrt1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roofnrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roopolte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sledtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegbalt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegbate.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegenlt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegente.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sleglslt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sleglste.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpblt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpbte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpdlt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegsylt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/speentte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spege1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spemaxte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spepolte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spepowte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spesgnte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/timer.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/turte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/testodbc.mdb %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/testodbc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/openal/examples/madopenal.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/bounce.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/glutdemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/glxtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/morph3d.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/radblur.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/openssl/examples/test1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/oracle/examples/oraclew.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/oracle/examples/test01.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cderror.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cdjpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cjpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/demo.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/djpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/fcache.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/jpegtran.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdbmp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdcolmap.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdjpgcom.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdppm.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdswitch.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdtarga.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/test1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/testproj.dpr %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/transupp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrbmp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrjpgcom.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrppm.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrtarga.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/minigzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/miniunz.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/minizip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/testpg1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/testpg2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/area.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/buffer.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/clear.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/clip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/con_info.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/console.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/fire.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/flower.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/hicolor.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/image.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/image.tga %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/keyboard.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/keyboard2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/keyboard3.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/land.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/lights.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/modes.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/mojo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/mojo.raw %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/mouse.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/palette.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/pixel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/ptcgl.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/ptcgl2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/random.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/save.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/stretch.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/stretch.tga %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/texwarp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/timer.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/tunnel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/tunnel3d.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ptc/examples/tunnel3d.raw %%EXAMPLESDIR%%-%%PORTVERSION%%/pxlib/examples/ppxview.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/demowd.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/splitwords.lpi %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/splitwords.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/testreg1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/testure.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/rexx/examples/callrexx.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tarrayprojectdouble.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tarrayprojectsingle.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tcomparerproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapcaseinsensitive.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapextendedequalitycomparer.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tobjectlistproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tqueueproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tstackproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/sqlite/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/sqlite/examples/testapiv3x.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/testvga.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/vgatest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/easyevalexample.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/evaltest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/rpnthing.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/testlog.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/tcl/examples/tcl_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testpass.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testpass2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testuser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/utmp/examples/testutmp.pp %%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/gcd.pp %%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/helloworld.pp %%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/memory.pp %%FPC_AMD64%%%%EXAMPLESDIR%%-%%PORTVERSION%%/wasmtime/examples/wasi.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/arrowbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/borderwidth.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/boxtype.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/browserall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/browserop.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/buttonall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/butttypes.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/canvas.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/chartall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/chartstrip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/choice.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colbrowser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colsel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colsel1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/counter.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/cursor.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fbrowse.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fbrowse1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fdial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/flclock.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fonts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/free1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/goodies.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/group.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/iconify.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/inputall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/invslider.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/lalign.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ldial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ll.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/longlabel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/minput.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/multilabel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ndial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/newbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objinactive.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objpos.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objreturn.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/positioner.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pup.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pushbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pushme.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/secretinput.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/sliderall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/touchbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/xyplotover.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/yesno.pp @dir etc/fppkg/conf.d diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index ee606e068310..3b5028a0f36a 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -1,186 +1,186 @@ PORTNAME= fpc PORTVERSION= 3.2.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= SF/freepascal/Source/${PORTVERSION}:source \ https://downloads.freepascal.org/${PORTNAME}/dist/${PORTVERSION}/source/:source \ http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \ LOCAL/acm/freepascal/:bootstrap \ LOCAL/acm/freepascal/:man DISTFILES= ${DISTNAME:S/$/.source/}${EXTRACT_SUFX}:source DIST_SUBDIR= freepascal MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal compiler with Turbo and Delphi compatibility WWW= https://www.freepascal.org/ CONFLICTS= fpc-devel RUN_DEPENDS= ${LOCALBASE}/bin/as:devel/binutils ONLY_FOR_ARCHS= amd64 i386 USES+= gmake iconv USE_BINUTILS= yes BOOTVER= ${PORTVERSION} MANVER= ${PORTVERSION} FPC_LDPATH?= "${LOCALBASE}/bin/ld.bfd" FPCSRCDIR= ${PORTNAME}-${PORTVERSION} .include .if ${ARCH} == "i386" PPNAME= ppc386 FPC_ARCH= i386 #OPT= "-dFPC_USE_LIBC" PLIST_SUB+= FPC_I386="" \ FPC_AMD64="@comment " .elif ${ARCH} == "amd64" PPNAME= ppcx64 FPC_ARCH= x86_64 #OPT= "-dFPC_USE_LIBC" PLIST_SUB+= FPC_I386="@comment " \ FPC_AMD64="" .endif .if ${OPSYS} == FreeBSD PLIST_SUB+= FREEBSD="" .else PLIST_SUB+= FREEBSD="@comment " .endif SUB_FILES= pkg-message BUILDNAME= ${FPC_ARCH}-${OPSYS:tl} PLIST_SUB+= PORTVERSION=${PORTVERSION} \ BUILDNAME=${BUILDNAME} DISTFILES+= ${BOOTDIR}.tar.gz:${OPSYS:MDragonFly}bootstrap \ fpc-${MANVER}.man.tar.gz:man NEWFPCMAKE= ${WRKDIR}/${FPCSRCDIR}/utils/fpcm/bin/${BUILDNAME}/fpcmake MAKE_ARGS+= FPCMAKE=${NEWFPCMAKE} \ FPCTARGET=${BUILDNAME} \ ARCH=${FPC_ARCH} \ OPT="${OPT}" \ BSDHIER=1 \ INSTALL="${INSTALL_DATA} -p" \ INSTALLEXE="${INSTALL_PROGRAM}" \ INSTALLSCR="${INSTALL_SCRIPT}" \ INSTALL_PREFIX=${STAGEDIR}${PREFIX} \ FPC_LDPATH=${FPC_LDPATH} NEWPPC= PP=${WRKSRC}/compiler/${PPNAME} NEWFPC= FPC=${WRKSRC}/compiler/${PPNAME} BOOTDIR= ${PPNAME}-${BOOTVER}-${OPSYS:tl} BOOTPPC= PP=${WRKDIR}/${BOOTDIR} do-extract: # unpack binary distribution @${MKDIR} ${WRKDIR} @${TAR} -xzf ${_DISTDIR}/${BOOTDIR}.tar.gz \ --directory ${WRKDIR} && ${CHMOD} +x ${WRKDIR}/${BOOTDIR} # unpack man files @${TAR} -xzf ${_DISTDIR}/fpc-${MANVER}.man.tar.gz --directory ${WRKDIR} # unpack source distribution @(cd ${WRKDIR} && ${GZIP_CMD} -dc \ ${_DISTDIR}/${DISTNAME:S/$/.source/}${EXTRACT_SUFX} | \ ${TAR} -xf -) post-patch: .if ${OPSYS} == FreeBSD @${REINPLACE_CMD} -i "" -e 's|900044|${OSVERSION}|g' \ ${WRKSRC}/rtl/freebsd/${FPC_ARCH}/*.as \ ${WRKSRC}/rtl/freebsd/${FPC_ARCH}/*.inc .else @${REINPLACE_CMD} -i "" -e 's|400000|${DFLYVERSION}|g' \ ${WRKSRC}/rtl/dragonfly/${FPC_ARCH}/*.as .endif .if empty(ICONV_LIB) @${REINPLACE_CMD} -e "s|s<>'c'|(s<>'c') and (s<>'iconv')|" \ -e "s|%%FPC_LDPATH%%|${FPC_LDPATH}|g" \ ${WRKDIR}/${FPCSRCDIR}/compiler/systems/t_bsd.pas @${REINPLACE_CMD} -e 's|defined(bsd) and not ||' \ ${WRKDIR}/${FPCSRCDIR}/rtl/unix/cwstring.pp .endif @${REINPLACE_CMD} -e '/samplecfg/ {s/INSTALLEXE/INSTALLSCR/;}' \ ${WRKDIR}/${FPCSRCDIR}/compiler/Makefile @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ ${WRKDIR}/${FPCSRCDIR}/packages/fpmkunit/src/fpmkunit.pp # enable units @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/a52/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/dbus/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/dts/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|freebsd,||g' \ ${WRKSRC}/packages/fpgtk/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/gnome1/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/gtk1/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|iphonesim|freebsd,iphonesim|g' \ ${WRKSRC}/packages/imlib/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/ldap/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/libsee/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/lua/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/mad/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/modplug/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|Linux|freebsd,linux|g' \ ${WRKSRC}/packages/newt/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/oggvorbis/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/openal/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/opencl/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/proj4/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/ptc/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|os2|freebsd,os2|g' \ ${WRKSRC}/packages/rexx/fpmake.pp @${REINPLACE_CMD} -i "" -e 's|linux|freebsd,linux|g' \ ${WRKSRC}/packages/zorba/fpmake.pp do-build: # build fpc compiler @${ECHO_MSG} "##### STARTING COMPILER #####" (cd ${WRKDIR}/${FPCSRCDIR}/compiler && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} cycle ${MAKE_ARGS} ${BOOTPPC}) @${ECHO_MSG} "##### COMPLETE COMPILER #####" # build units @${ECHO_MSG} "##### STARTING UNITS #####" (cd ${WRKDIR}/${FPCSRCDIR} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} build ${MAKE_ARGS} ${BOOTPPC}) @${ECHO_MSG} "##### COMPLETE UNITS #####" do-install: # Installing fpc compiler (cd ${WRKDIR}/${FPCSRCDIR} && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} install ${MAKE_ARGS} ${BOOTPPC}) # Installing manpages - ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${MAN1PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKDIR}/man/man1/* ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKDIR}/man/man5/* ${STAGEDIR}${PREFIX}/share/man/man5 # symlinking compiler (cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf ../lib/fpc/${PORTVERSION}/${PPNAME}) # creating sample configuration file ${SH} "${STAGEDIR}${PREFIX}/lib/fpc/${PORTVERSION}/samplecfg" \ "${STAGEDIR}${PREFIX}/lib/fpc/${PORTVERSION}" \ "${STAGEDIR}${PREFIX}/etc" @${REINPLACE_CMD} -i "" -e 's|${STAGEDIR}||' \ -e 's|^#-Fl/lib;/usr/lib|-Fl${LOCALBASE}/lib;${LOCALBASE}/lib/qt5;${LOCALBASE}/lib/qt6|g' \ ${STAGEDIR}${PREFIX}/etc/fpc.cfg.sample \ ${STAGEDIR}${PREFIX}/etc/fppkg.cfg.sample \ ${STAGEDIR}${PREFIX}/etc/fppkg/default \ ${STAGEDIR}${PREFIX}/lib/fpc/${PORTVERSION}/ide/text/fp.cfg .include diff --git a/lang/fpc/pkg-plist b/lang/fpc/pkg-plist index e99b67e51e25..49defd66b597 100644 --- a/lang/fpc/pkg-plist +++ b/lang/fpc/pkg-plist @@ -1,3110 +1,3110 @@ bin/bin2obj bin/chmcmd bin/chmls bin/compileserver bin/cvsco.tdf bin/cvsdiff.tdf bin/cvsup.tdf bin/data2inc bin/delp bin/fd2pascal bin/fp bin/fp.ans bin/fp.rsj bin/fpc bin/fpcjres bin/fpclasschart bin/fpclasschart.rsj bin/fpcmake bin/fpcmkcfg bin/fpcmkcfg.rsj bin/fpcres bin/fpcsubst bin/fpcsubst.rsj bin/fpdoc bin/fppkg bin/fprcp bin/gplprog.pt bin/gplunit.pt bin/grep.tdf bin/h2pas bin/h2paspp bin/instantfpc bin/json2pas bin/makeskel bin/makeskel.rsj bin/mka64ins bin/mkarmins bin/mkinsadd bin/mkx86ins bin/pas2fpm bin/pas2jni bin/pas2js bin/pas2ut bin/pas2ut.rsj bin/plex bin/postw32 %%FPC_I386%%bin/ppc386 %%FPC_AMD64%%bin/ppcx64 bin/ppdep bin/ppudump bin/ppufiles bin/ppumove bin/program.pt bin/ptop bin/ptop.rsj bin/pyacc bin/rmcvsdir bin/rstconv bin/rstconv.rsj bin/tpgrep.tdf bin/unit.pt bin/unitdiff bin/unitdiff.rsj bin/webidl2pas @sample %%ETCDIR%%.cfg.sample @sample etc/fppkg.cfg.sample etc/fppkg/default lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/a52.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/aspell.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/bfd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/bzip2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/cairo.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/chm.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dblib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dbus.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/dts.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fastcgi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-async.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-base.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-db.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-extra.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-fpcunit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-image.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-js.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-json.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-net.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-passrc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-pdf.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-process.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-registry.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-report.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-res.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sdo.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-sound.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-stl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-web.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-xml.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fftw.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fpindexer.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fpmkunit.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fppkg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fv.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gdbint.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gdbm.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ggi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gmp.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gnutls.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/googleapi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/graph.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/gtk2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/hash.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/hermes.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/httpd22.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/httpd24.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ibase.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/iconvenc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ide.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/imagemagick.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ldap.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcups.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libcurl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libenet.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libffi.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libfontconfig.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libgd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libmagic.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libmicrohttpd.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libpng.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libsee.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libtar.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libvlc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/libxml2.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/lua.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mad.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/modplug.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/mysql.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ncurses.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/newt.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/numlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odata.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/odbc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/oggvorbis.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openal.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/opencl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/opengl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/openssl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/oracle.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pasjpeg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pastojs.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/paszlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pcap.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/postgres.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/proj4.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/ptc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pthreads.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/pxlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/regexpr.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rexx.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rsvg.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-console.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-extra.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-generics.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-objpas.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/rtl-unicode.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/sdl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/sqlite.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/svgalib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/symbolic.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/syslog.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/tcl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/tplylib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/unzip.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/users.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-lexyacc.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utils-pas2js.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/utmp.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/vcl-compat.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/webidl.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/x11.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/xforms.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/zlib.fpm lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/zorba.fpm lib/fpc/%%PORTVERSION%%/ide/text/fp.cfg lib/fpc/%%PORTVERSION%%/ide/text/fp.ini lib/fpc/%%PORTVERSION%%/msg/errorct.msg lib/fpc/%%PORTVERSION%%/msg/errord.msg lib/fpc/%%PORTVERSION%%/msg/errorda.msg lib/fpc/%%PORTVERSION%%/msg/errordu.msg lib/fpc/%%PORTVERSION%%/msg/errore.msg lib/fpc/%%PORTVERSION%%/msg/errores.msg lib/fpc/%%PORTVERSION%%/msg/errorf.msg lib/fpc/%%PORTVERSION%%/msg/errorfi.msg lib/fpc/%%PORTVERSION%%/msg/errorhe.msg lib/fpc/%%PORTVERSION%%/msg/errorheu.msg lib/fpc/%%PORTVERSION%%/msg/errorid.msg lib/fpc/%%PORTVERSION%%/msg/erroriu.msg lib/fpc/%%PORTVERSION%%/msg/errorn.msg lib/fpc/%%PORTVERSION%%/msg/errorpl.msg lib/fpc/%%PORTVERSION%%/msg/errorpli.msg lib/fpc/%%PORTVERSION%%/msg/errorpt.msg lib/fpc/%%PORTVERSION%%/msg/errorptu.msg lib/fpc/%%PORTVERSION%%/msg/errorr.msg lib/fpc/%%PORTVERSION%%/msg/errorru.msg lib/fpc/%%PORTVERSION%%/msg/errorues.msg %%FPC_I386%%lib/fpc/%%PORTVERSION%%/ppc386 %%FPC_AMD64%%lib/fpc/%%PORTVERSION%%/ppcx64 lib/fpc/%%PORTVERSION%%/samplecfg lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/a52/a52.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspell.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspelldyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/aspelldyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/aspell/spellcheck.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bfd/bfd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2comn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/bzip2/bzip2stream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoft.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoft.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairogobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairogobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/cairo/cairoxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfiftimain.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmfilewriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmsitemap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmspecialfiles.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmspecialfiles.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmtypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmtypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/chmwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/fasthtmlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/fasthtmlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/htmlutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlsreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlsreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itolitlstypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/itsftransform.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/lzxcompressthread.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslznonslide.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslznonslide.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzxcomp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/chm/paslzxcomp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dblib/dblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dblib/dblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dbus/dbuscomp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dts/dts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/dts/dts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fastcgi/fastcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/fpasync.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-async/libasync.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/advancedsingleinstance.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/ascii85.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/avl_tree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/avl_tree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/base64.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/base64.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/blowfish.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/bufstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/cachecls.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/contnrs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvdocument.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvdocument.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvreadwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/csvreadwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/custapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/eventlog.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpexprpars.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fpobserver.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptemplate.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptimer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/fptimer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/gettext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/gettext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/idea.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/idea.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inicol.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/inifiles.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/iostream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/iostream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/maskutils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/nullstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pascodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pascodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pooledmm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/pooledmm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rtfpars.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rtfpars.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/rttiutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/singleinstance.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamcoll.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamex.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/streamio.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/syncobjs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/uriparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/uriparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wformat.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wformat.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/whtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/whtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wtex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-base/wtex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset_parser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/bufdataset_parser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/csvdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/csvdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/customsqliteds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/customsqliteds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/db.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/db.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbcoll.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_collate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_collate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_common.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_common.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_cursor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_cursor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_dbffile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_dbffile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_fields.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_fields.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxcur.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxcur.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_idxfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_lang.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_lang.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_memo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_memo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_parser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_parser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_pgfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_pgfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prscore.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prscore.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prsdef.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prsdef.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prssupp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_prssupp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_str.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_str.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_wtil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbf_wtil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbwhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/dbwhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/extjsdataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/extjsdataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbadmin.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbeventmonitor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fbeventmonitor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fieldmap.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgcreatedbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgcreatedbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgdbcoll.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgdbcoll.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgfieldmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgfieldmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgsqlconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtiopf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtiopf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtypesafedataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcgtypesafedataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpcsvexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdatadict.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdbfexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddcodegen.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpdddiff.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddfb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmssql.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql41.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql41.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql50.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql50.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql51.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql51.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql55.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql55.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql56.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql56.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql57.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql57.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddmysql80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddodbc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddodbc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddoracle.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddoracle.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpopcode.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpq.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddpq.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddregstd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddregstd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqldb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqlite3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpddsqlite3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpfixedexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpjsondataset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpjsondataset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fprtfexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplejsonexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsimplexmlexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqlscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqltree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpsqltree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpstdexports.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpstdexports.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fptexexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/fpxmlxsdexport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/ibconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/ibconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/memds.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mssqlconn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mssqlconn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql40conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql41conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql50conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql51conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql55conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql56conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql57conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/mysql80conn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/odbcconn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/odbcconn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/oracleconnection.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/paradox.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqconnection.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/pqeventmonitor.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sdfdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldbini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqldblib.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3backup.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3backup.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3conn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3conn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3ds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlite3ds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqliteds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqliteds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqlscript.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/sqltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-db/xmldatapacketreader.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/daemonapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-extra/fileinfo.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/consoletestrunner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/consoletestrunner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/digesttestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/digesttestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunit.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunitreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/fpcunitreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/latextestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/latextestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/plaintestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/simpletestrunner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testdecorator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testregistry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testregistry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/testutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/ubmockobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/ubmockobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmlreporter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmlreporter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmltestreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-fpcunit/xmltestreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/bmpcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/clipping.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ellipses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/extinterpolation.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcanvas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpcolhash.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpditherer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcanv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgcmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimggauss.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimggauss.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgqrcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpimgqrcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fppixlcanv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpqrcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpqrcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpquantizer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadbmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadgif.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadgif.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadjpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpcx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpcx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpng.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpnm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadpsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadtiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxpm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxwd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpreadxwd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fptiffcmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fptiffcmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritebmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritejpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepcx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepcx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepng.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritepnm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetiff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritetiff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/fpwritexpm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetype.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypeh.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/freetypehdyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/ftfont.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pcxcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pcxcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pixtools.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pngcomn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/pscanvas.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/targacmn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/xwdfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-image/xwdfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsminifier.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jsscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jssrcmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jssrcmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstoken.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jstree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-js/jswriter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsonrtti.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/fpjsontopas.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/json2yaml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/json2yaml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonconf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonreader.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-json/jsonscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/cnetdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/fpsock.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/netdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/resolve.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/sslsockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-net/ssockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolveeval.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasresolver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/passrcutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastounittest.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pastree.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasuseanalyzer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pasuseanalyzer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/paswrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-passrc/pscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpfonttextmapping.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpfonttextmapping.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfsubsetter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugintf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/dbugmsg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/pipesipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/process.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-process/simpleipc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/registry.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-registry/xmlreg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpextfuncs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpextfuncs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpjsonreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fplazreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreport.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportbarcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportbarcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcanvashelper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcanvashelper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcontnr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportcontnr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatacsv.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatadbf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatajson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdatasqldb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportdb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportfpimageexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportfpimageexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreporthtmlutil.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportpdfexport.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportpdfexport.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportqrcode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportqrcode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-report/fpreportstreamer.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/acceleratorsresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/acceleratorsresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/bitmapresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/bitmapresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/cofftypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/cofftypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/coffwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/dfmreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/dfmreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elftypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elftypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/elfwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externaltypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externaltypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/externalwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/fpcrestypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/fpcrestypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupcursorresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupcursorresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupiconresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupiconresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/groupresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/icocurtypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/icocurtypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machoreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machotypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machotypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machowriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/machowriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/rcreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resdatastream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resdatastream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resfactory.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resmerger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resmerger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resource.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resourcetree.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resourcetree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/resreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/reswriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/reswriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/stringtableresource.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/strtable.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/strtable.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/tlbreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/tlbreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versionresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/versiontypes.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/winpeimagereader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/winpeimagereader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/xcoffwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-res/xcoffwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/data_acces_intf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/pas_generator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/pas_generator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_binary_streamer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_binary_streamer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_changesummary.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_changesummary.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_consts.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_cursor_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_cursor_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_imp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_das_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_datafactory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_datafactory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dataobject.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dataobject.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_date_utils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dom_cursors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_dom_cursors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_field_imp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_field_imp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_fpc_xml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_imp_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_imp_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_linked_list.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_linked_list.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_locators.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_locators.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_logger_intf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_logger_intf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_parserutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_parserutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_rtti_filters.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_rtti_filters.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_binary.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_binary.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_serialization_xml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_type.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_type.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_types.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_types.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xpath_helper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xpath_helper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsd_helper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsd_helper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdintf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdintf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/sdo_xsdparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_consts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_consts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_generator.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sdo/xsd_generator.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavformat.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-sound/fpwavwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/garrayutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gdeque.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/ghashset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/glinkedlist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gpriorityqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gstack.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gtree.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-stl/gvector.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/cgiprotocol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custapache24.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custcgi.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custfcgi.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custhttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custhttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custmicrohttpapp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/custweb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsjson.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/extjsxml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/ezcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/ezcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fcgigate.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpapache24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdatasetform.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdatasetform.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdispextdirect.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpdispextdirect.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextdirect.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextdirect.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextdirect.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpextjs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpfcgi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpfcgi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphtml.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttp.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpclient.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpserver.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpstatus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpstatus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpwebclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fphttpwebclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjsonrpc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjsonrpc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjsonrpc.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpjwt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpmimetypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpmimetypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2ini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpoauth2ini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpweb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebfile.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/fpwebproxy.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpdefs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpprotocol.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httpprotocol.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/httproute.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/iniwebsession.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/microhttpapp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/microhttpapp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restcodegen.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/restcodegen.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestado.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestado.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauth.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauth.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauthini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestauthini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestbridge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestbridge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcds.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcds.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestconst.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcsv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestcsv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestini.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestini.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestjson.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestjson.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestmodule.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestmodule.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestschema.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestschema.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestxml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbrestxml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/sqldbwebdata.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpack.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpackimp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpackimp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpacktables.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/uhpacktables.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webjsonrpc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webjsonrpc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webpage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webpage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/websession.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/websession.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-web/webutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom_html.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dom_html.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dtdmodel.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/dtdmodel.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmldefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmldefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlelements.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlelements.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmlwriter.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/htmwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_html.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_html.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_xml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/sax_xml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlcfg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlconf.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmliconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmliconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlread.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlread.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlstreaming.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlstreaming.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmltextreader.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmltextreader.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlwrite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xmlwrite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-xml/xpath.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fftw/fftw_s.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/dbindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fbindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpindexer.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/fpmasks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderhtml.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireaderpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/ireadertxt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/memindexdb.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/pgindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqldbindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpindexer/sqliteindexdb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fpmkunit/fpmkunit.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fprepos.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/fpxmlrep.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgcommands.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgcommands.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgdownload.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgdownload.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfphttp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfphttp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfpmake.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfpmake.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfppkg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgfppkg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgglobals.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgglobals.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkghandler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkghandler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmessages.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmkconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgmkconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgoptions.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgoptions.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgpackagesstructure.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgpackagesstructure.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgrepos.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkguninstalledsrcsrepo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkguninstalledsrcsrepo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgwget.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fppkg/pkgwget.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/app.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/asciitab.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/colortxt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/dialogs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/drivers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/editors.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvcommon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/fvconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/gadgets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/histlist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/inplong.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/memory.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/menus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/msgbox.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/outline.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/outline.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/statuses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/stddlg.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/sysmsg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/tabs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/time.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/timeddlg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/validate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fv/views.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbcon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbcon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbint/gdbint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbm/gdbm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gdbm/gdbm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi2d.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/ggi2d.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/gii.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ggi/gii.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/gmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gmp/gmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutls.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gnutls/gnutlssockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleacceleratedmobilepageurl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangebuyer2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadexchangeseller.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsense.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleadsensehost.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalytics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleanalyticsreporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidenterprise.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleandroidpublisher.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappengine.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappsactivity.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleappstate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleaudit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleautoscaler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebigquery.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleblogger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlebooks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecalendar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecivicinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclassroom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclient.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbilling.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudbuild.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouddebugger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouderrorreporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudlatencytest.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudmonitoring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudresourcemanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecloudtrace.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleclouduseraccounts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecompute.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecomputeaccounts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleconsumersurveys.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontainer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecontent.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecoordinate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlecustomsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataflow.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledataproc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledatastore.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledeploymentmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledfareporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscovery.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscoverytopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlediscoverytopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledns.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclickbidmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledoubleclicksearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googledrive.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefirebaserules.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefitness.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefreebase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlefusiontables.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegames.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesconfiguration.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegamesmanagement.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegan.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegenomics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegmail.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupsmigration.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlegroupssettings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleiam.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleidentitytoolkit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlekgsearch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelicensing.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlelogging.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemapsengine.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemirror.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlemonitoring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleoauth2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepagespeedonline.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepartners.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepeople.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplaymoviespartner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplus.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleplusdomains.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleprediction.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleproximitybeacon.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlepubsub.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleqpxexpress.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapool.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereplicapoolupdater.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlereseller.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleresourceviews.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleruntimeconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesafebrowsing.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlescript.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleservice.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleserviceregistry.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesheets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesiteverification.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlespectrum.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlesqladmin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestorage.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlestoragetransfer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletagmanager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletaskqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletasks.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletoolresults.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googletranslate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleurlshortener.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlevision.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebfonts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googlewebmasters.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutube.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubeanalytics.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/googleapi/googleyoutubereporting.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ggigraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/graph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptccrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/ptcmouse.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/graph/sdlgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/atk.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2pixbuf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2pixbuf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2x.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdk2x.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdkglext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gdkglext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/glib2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/glib2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2ext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtk2ext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtkglext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/gtkglext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/libglade2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/libglade2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pango.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pango.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pangocairo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk2/pangocairo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/crc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/hmac.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/hmac.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/md5.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/ntlm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/sha1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hash/uuid.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hermes/hermes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/hermes/hermes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/apriconv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/aprutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd22/httpd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/apr24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/httpd24/httpd24.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ibase/ibase60dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc_dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/iconvenc/iconvenc_dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/imagemagick.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/imagemagick.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/magick_wand.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/imagemagick/magick_wand.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/lber.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ldap/ldap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcups/cupsdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcurl/libcurl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libcurl/libcurl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/enet.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/enet.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/uenetclass.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libenet/uenetclass.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.manager.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.manager.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libffi/ffi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libfontconfig/libfontconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libfontconfig/libfontconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libgd/gd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmagic/libmagic.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmagic/libmagic.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmicrohttpd/libmicrohttpd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libmicrohttpd/libmicrohttpd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libpng/png.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libpng/png.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libsee/libsee.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libsee/libsee.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libtar/libtar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libtar/libtar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/libvlc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/libvlc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/vlc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libvlc/vlc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xml2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsd.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/libxml2/xmlxsdparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lauxlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lauxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lua.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lua.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lualib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/lua/lualib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mad/mad.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/modplug/modplug.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/my4_sys.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/my4_sys.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_com.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_com.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_comdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_comdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_version.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3_version.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql40dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql41dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_com.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_com.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_comdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_comdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_version.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4_version.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql4dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql50dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql51dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql55dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql56dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql57dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/mysql/mysql80dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/form.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/form.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/menu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/menu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncurses.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ncurses.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/ocrt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ncurses/panel.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/newt/newt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/det.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/dsl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/eigh2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/int.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/inv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/iom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ipf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/mdt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/numlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/ode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/omv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/roo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/sle.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spe.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/spl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/numlib/typ.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/msgraph.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odatabase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/odataservice.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/office365client.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odata/sharepoint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsql.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsql.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsqldyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/odbc/odbcsqldyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/ogg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oggvorbis/vorbis.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openal/openal.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opencl/cl_gl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/freeglut.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/freeglut.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/gl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glut.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/opengl/glx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/fpopenssl.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/openssl.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/openssl/opensslsockets.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oci.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oci.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/ocidyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/ocidyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oraoci.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oratypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/oracle/oratypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapimin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapimin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapistd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcapistd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccoefct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccoefct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccolor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jccolor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcdctmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcdctmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jchuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jchuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcinit.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcinit.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmainct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmainct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmarker.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmarker.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmaster.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcmaster.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcomapi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcomapi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcparam.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcparam.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcphuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcphuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcprepct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcprepct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcsample.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jcsample.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jctrans.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jctrans.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapimin.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapimin.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapistd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdapistd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatadst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatadst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatasrc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdatasrc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcoefct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcoefct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcolor.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdcolor.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jddctmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jddctmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdeferr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdeferr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdhuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdhuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdinput.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdinput.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmainct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmainct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmarker.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmarker.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmaster.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmaster.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmerge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdmerge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdphuff.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdphuff.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdpostct.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdpostct.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdsample.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jdsample.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jerror.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jerror.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctflt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctflt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctfst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctfst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jfdctint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctflt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctflt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctfst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctfst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctint.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctint.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctred.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jidctred.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jinclude.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jinclude.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemmgr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemmgr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemnobs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmemnobs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmorecfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jmorecfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jpeglib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jpeglib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jquant2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pasjpeg/jutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppas2js.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppjssrcmap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/fppjssrcmap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilercfg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilercfg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilerpp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jscompilerpp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfilecache.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfilecache.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfileutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfileutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfscompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsfscompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jshtmlresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jshtmlresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsjsresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsjsresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslibcompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslibcompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslogger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jslogger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspcucompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspcucompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jspparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresources.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresources.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsresstrfile.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsuseanalyzer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsuseanalyzer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pastojs/pas2jsutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/adler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/adler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/gzio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/gzio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infblock.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infblock.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infcodes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infcodes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inffast.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inffast.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inftrees.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/inftrees.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/infutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/paszlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/paszlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/trees.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/trees.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/unzip.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/unzip.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zbase.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zcompres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zcompres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zdeflate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zdeflate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zinflate.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zinflate.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zip.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zip.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zipper.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/ziputils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/ziputils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zstream.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zuncompr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/paszlib/zuncompr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pcap/pcap.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllist.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/dllistdyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/postgres/postgres3dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/proj4/proj.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptceventqueue.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/ptc/ptcwrapper.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pthreads/pthreads.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/pxlib/pxlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/oldregexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regex.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/regexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/regexpr/uregexpr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rexx/rexxsaa.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rsvg/rsvg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rsvg/rsvg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/crt.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/crt.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/keyboard.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/keyboard.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/mouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/mouse.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/video.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-console/video.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/clocale.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/clocale.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ipc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ipc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/matrix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/matrix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/objects.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/printer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/real48utils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/serial.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/sockets.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-extra/ucomplex.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.collections.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.collections.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.defaults.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.defaults.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.hashes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.hashes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.helpers.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.helpers.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.memoryexpanders.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.memoryexpanders.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-generics/generics.strings.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/convutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/dateutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/fmtbcd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/nullable.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/rtti.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/stdconvs.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/strutils.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uitypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/system.uitypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/variants.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/varutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/widestrutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-objpas/widestrutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_de.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_de.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_es.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_es.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_fr_ca.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_fr_ca.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ja.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ja.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ko.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ko.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ru.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_ru.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_sv.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_sv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_zh.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/collation_zh.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp895.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp895.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp932.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp932.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp936.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp936.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp949.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp949.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp950.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/cp950.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl-unicode/unicodeducet.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/Package.fpc lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/baseunix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/bsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/bsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/character.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/character.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/charset.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/classes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cmem.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/console.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1250.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1250.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1251.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1251.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1252.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1252.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1253.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1253.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1254.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1254.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1255.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1255.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1256.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1256.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1257.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1257.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1258.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp1258.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp3021.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp3021.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp437.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp437.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp646.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp646.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp737.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp737.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp775.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp775.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp850.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp850.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp852.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp852.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp855.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp855.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp856.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp856.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp857.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp857.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp860.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp860.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp861.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp861.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp862.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp862.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp863.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp863.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp864.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp864.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp865.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp865.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp866.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp866.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp869.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp869.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp874.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp874.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_1.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_1.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_10.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_10.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_11.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_11.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_13.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_13.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_14.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_14.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_15.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_15.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_16.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_16.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_4.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_4.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_5.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_5.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_6.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_6.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_7.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_7.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_8.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_8.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_9.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cp8859_9.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpall.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_r.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_r.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_u.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpkoi8_u.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cpu.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cthreads.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ctypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/cwstring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dllprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dos.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/dynlibs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/errors.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/exeinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/exeinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/extpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/extpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fgl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fgl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpintres.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpintres.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpwidestring.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/fpwidestring.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/freebsd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/freebsd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/getopts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/gprt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/heaptrc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/initc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/iso7185.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/iso7185.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lineinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lnfodwrf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/lnfodwrf.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/macpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/math.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/mmx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/objpas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/ports.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/prt0.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/rtlconsts.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/strings.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/syscall.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysconst.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysctl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/system.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/sysutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/termio.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/types.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/typinfo.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodedata.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodedata.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodenumtable.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unicodenumtable.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unix.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixcp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixcp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixtype.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/unixutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/uuchar.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/uuchar.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/rtl/x86.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/logger.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/logger.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_gfx.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_gfx.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_image.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_image.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer_nosmpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_mixer_nosmpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_net.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdl_ttf.ppu %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.o %%FPC_I386%%lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/sdlutils.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sdl/smpeg.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3db.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3db.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3dyn.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3ext.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlite3ext.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlitedb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/sqlite/sqlitedb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/svgalib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/svgalib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/vgamouse.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/svgalib/vgamouse.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/symbolic/symbolic.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/syslog/systemlog.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/syslog/systemlog.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tcl/tcl80.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tcl/tcl80.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/lexlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/lexlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/yacclib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/tplylib/yacclib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/unzip51g.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/unzip/ziptypes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/grp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/grp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/pwd.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/pwd.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/users/users.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/dirwatch.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utils-pas2js/httpcompiler.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utmp/utmp.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/utmp/utmp.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/vcl-compat/system.netencoding.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidldefs.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlparser.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidlscanner.rsj lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/webidl/webidltopas.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/cursorfont.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/deckeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/fontconfig.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/hpkeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/keysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/sunkeysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/x.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xatom.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xcms.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86dga.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86keysym.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xf86vmode.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xfixes.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xfixes.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xft.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xge.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xge.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xi2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinerama.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinerama.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput2.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xinput2.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkb.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkb.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkblib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xkblib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrandr.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrandr.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrender.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xrender.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xresource.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xresource.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xshm.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xutil.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xv.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/x11/xvlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/xforms/xforms.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/xforms/xforms.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zlib/zlib.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/xqc.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/xqc.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorba.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorba.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.o lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.ppu lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/zorba/zorbadyn.rsj lib/fpc/lexyacc/yylex.cod lib/fpc/lexyacc/yyparse.cod lib/libpas2jslib.so -man/man1/bin2obj.1.gz -man/man1/chmcmd.1.gz -man/man1/chmls.1.gz -man/man1/data2inc.1.gz -man/man1/delp.1.gz -man/man1/fd2pascal.1.gz -man/man1/fp.1.gz -man/man1/fpc.1.gz -man/man1/fpcjres.1.gz -man/man1/fpclasschart.1.gz -man/man1/fpcmake.1.gz -man/man1/fpcmkcfg.1.gz -man/man1/fpcres.1.gz -man/man1/fpcsubst.1.gz -man/man1/fpdoc.1.gz -man/man1/fppkg.1.gz -man/man1/fprcp.1.gz -man/man1/grab_vcsa.1.gz -man/man1/h2pas.1.gz -man/man1/h2paspp.1.gz -man/man1/makeskel.1.gz -man/man1/pas2fpm.1.gz -man/man1/pas2jni.1.gz -man/man1/pas2ut.1.gz -man/man1/plex.1.gz -man/man1/postw32.1.gz -man/man1/ppc386.1.gz -man/man1/ppcarm.1.gz -man/man1/ppcppc.1.gz -man/man1/ppcsparc.1.gz -man/man1/ppcx64.1.gz -man/man1/ppdep.1.gz -man/man1/ppudump.1.gz -man/man1/ppufiles.1.gz -man/man1/ppumove.1.gz -man/man1/ptop.1.gz -man/man1/pyacc.1.gz -man/man1/rmcvsdir.1.gz -man/man1/rstconv.1.gz -man/man1/unitdiff.1.gz -man/man5/fpc.cfg.5.gz -man/man5/fpcmake.5.gz -man/man5/ptop.cfg.5.gz +share/man/man1/bin2obj.1.gz +share/man/man1/chmcmd.1.gz +share/man/man1/chmls.1.gz +share/man/man1/data2inc.1.gz +share/man/man1/delp.1.gz +share/man/man1/fd2pascal.1.gz +share/man/man1/fp.1.gz +share/man/man1/fpc.1.gz +share/man/man1/fpcjres.1.gz +share/man/man1/fpclasschart.1.gz +share/man/man1/fpcmake.1.gz +share/man/man1/fpcmkcfg.1.gz +share/man/man1/fpcres.1.gz +share/man/man1/fpcsubst.1.gz +share/man/man1/fpdoc.1.gz +share/man/man1/fppkg.1.gz +share/man/man1/fprcp.1.gz +share/man/man1/grab_vcsa.1.gz +share/man/man1/h2pas.1.gz +share/man/man1/h2paspp.1.gz +share/man/man1/makeskel.1.gz +share/man/man1/pas2fpm.1.gz +share/man/man1/pas2jni.1.gz +share/man/man1/pas2ut.1.gz +share/man/man1/plex.1.gz +share/man/man1/postw32.1.gz +share/man/man1/ppc386.1.gz +share/man/man1/ppcarm.1.gz +share/man/man1/ppcppc.1.gz +share/man/man1/ppcsparc.1.gz +share/man/man1/ppcx64.1.gz +share/man/man1/ppdep.1.gz +share/man/man1/ppudump.1.gz +share/man/man1/ppufiles.1.gz +share/man/man1/ppumove.1.gz +share/man/man1/ptop.1.gz +share/man/man1/pyacc.1.gz +share/man/man1/rmcvsdir.1.gz +share/man/man1/rstconv.1.gz +share/man/man1/unitdiff.1.gz +share/man/man5/fpc.cfg.5.gz +share/man/man5/fpcmake.5.gz +share/man/man5/ptop.cfg.5.gz %%DOCSDIR%%-%%PORTVERSION%%/ide/readme.ide %%DOCSDIR%%-%%PORTVERSION%%/symbolic/optimization.txt %%DOCSDIR%%-%%PORTVERSION%%/symbolic/symbolic.txt %%EXAMPLESDIR%%-%%PORTVERSION%%/aspell/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/bzip2/examples/pasbzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/dbus/examples/busexample.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/asiotest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64dec.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64enc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64test.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/b64test2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/base64decodingtestcase.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/cachetest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/cfgtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/debugtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/doecho.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dparser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dsockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/dsocksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/fpdoc.dtd %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/fstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/htdump.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/isockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/isocksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/istream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/list.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/mstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/poolmm1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/poolmm2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/restest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/sockcli.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/socksvr.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/sstream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/stringl.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tarmakercons.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tarmakerconsgzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testbf.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testbs.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testcgi.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testcont.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testez.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testhres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testnres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testol.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testproc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testreg.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrhre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrnre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrsre.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testrtf.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testsres.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testtimer.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testunzip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testur.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testweb.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testz.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testz2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/testzip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/threads.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tidea.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tstelcmd.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/tstelgtk.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/txmlreg.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-base/examples/xmldump.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/dbftoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/dbtestframework.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/memdstoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/sdfdstoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/sqldbtoolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testbasics.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdatasources.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdbbasics.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testdddiff.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testfieldtypes.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/testsqlscript.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-db/examples/toolsunit.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-extra/examples/showver.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/createbarcode.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/drawing.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-image/examples/imgconv.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/confdemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/ini2json.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/j2y.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/parsedemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-json/examples/simpledemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/ip6test.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/svrclass.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testdns.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testhosts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testhst.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testnet.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testproto.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testsvc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-net/examples/testuri.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-process/examples/ipcclient.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-process/examples/ipcserver.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-registry/examples/regtestframework.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-registry/examples/testbasics.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/domunit.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/testgen.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fcl-xml/examples/xmlts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/fftw/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/fv/examples/platform.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/fv/examples/testapp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/mingw.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/symify.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbint/examples/testgdb.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbm/examples/testgdbm.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gdbm/examples/testgdbm2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ggi/examples/ggi1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_accept_test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_test_impl.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_test_intf.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/gmp_testcase.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/pidigits_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/pidigits_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/printf_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/printf_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/scanf_example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gmp/examples/scanf_example2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/privkey.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/srvcacert.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gnutls/examples/testgnutls.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/beipiel.glade %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/glade.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/filechooser/simple.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gettingstarted/gettingstarted.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/appwindow.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/button_box.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/colorsel.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/dialog.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/drawingarea.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/editable_cells.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/gtk_demo.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/images.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/init.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/item_factory.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/list_store.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/menus.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/panes.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/pixbufs.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/sizegroup.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/stock_browser.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/textview.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtk_demo/tree_store.inc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/gtkglext/gears.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld/helloworld.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/helloworld2/helloworld2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/main.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/plugins/plugin.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/gtk2/examples/scribble_simple/scribble_simple.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/crctest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/hmd5.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/hsha1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/md5performancetest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/mdtest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/sha1performancetest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/hash/examples/sha1test.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/minimain.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_hello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/mod_spelling.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd22/examples/testmodule.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/httpd24/examples/mod_hello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/testib40.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ibase/examples/testib60.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/iconvenc/examples/iconvtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/screenshot.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/wanddemo.dpr %%EXAMPLESDIR%%-%%PORTVERSION%%/imagemagick/examples/wanddemo.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/testcurl.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libcurl/examples/teststream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libenet/examples/clientapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libenet/examples/serverapp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libffi/examples/simple.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libfontconfig/examples/testfc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/gdtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libgd/examples/gdtestcgi.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmagic/examples/basic.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/basicauthentication.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/benchmark.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/benchmark_https.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/chunked_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/demo_https.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/digest_auth_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/dual_stack_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example_dirs.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/fileserver_example_external_select.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/hellobrowser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/https_fileserver_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/largepost.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/logging.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/minimal_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/minimal_example_comet.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/post_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/querystring_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/refuse_post_example.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/responseheaders.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/sessions.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/simplepost.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libmicrohttpd/examples/tlsauthentication.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/mod_stream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/teststream.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/testwrite.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libsee/examples/tlibsee.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/exutils.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/io1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/io2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/reader1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/reader2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/test1.xml %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/test2.xml %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/tree1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/libxml2/examples/tree2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/mysqls.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/testdb3.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/mysql/examples/testdb4.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/db_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/edit_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/firework.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/menu_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/ocrt_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/screen_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t1panel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t2panel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/t3form.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tbackground.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tclock.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tevent.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tmouse.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tnlshello.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/tpad.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/ncurses/examples/twindow.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt2.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/newt/examples/newt3.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpbte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/detgtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigbs4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigge1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigge3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggg4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eiggs4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigsv1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigsv3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/eigts4te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/intge3te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgenex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgente.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgpdex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgsyex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/invgsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomremex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomrevex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomrewrsex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrmex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrmte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/iomwrvex.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/odeiv1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/odeiv2te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roof1rte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roofnrt1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roofnrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/roopolte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sledtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegbalt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegbate.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegenlt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegente.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sleglslt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/sleglste.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpblt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpbte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpdlt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegpdte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegsylt.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegsyte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/slegtrte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/speentte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spege1te.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spemaxte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spepolte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spepowte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/spesgnte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/timer.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/numlib/examples/turte.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/testodbc.mdb %%EXAMPLESDIR%%-%%PORTVERSION%%/odbc/examples/testodbc.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/openal/examples/madopenal.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/bounce.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/glutdemo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/glxtest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/morph3d.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/opengl/examples/radblur.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/openssl/examples/test1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/oracle/examples/oraclew.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/oracle/examples/test01.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cderror.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cdjpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/cjpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/demo.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/djpeg.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/fcache.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/jpegtran.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdbmp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdcolmap.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdjpgcom.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdppm.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdswitch.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/rdtarga.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/test1.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/testproj.dpr %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/transupp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrbmp.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrjpgcom.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrppm.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/pasjpeg/examples/wrtarga.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/example.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/minigzip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/miniunz.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/paszlib/examples/minizip.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/testpg1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/postgres/examples/testpg2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/pxlib/examples/ppxview.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/demowd.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/splitwords.lpi %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/splitwords.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/testreg1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/regexpr/examples/testure.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/rexx/examples/callrexx.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tarrayprojectdouble.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tarrayprojectsingle.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tcomparerproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapcaseinsensitive.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapextendedequalitycomparer.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/thashmapproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tobjectlistproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tqueueproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/rtl-generics/examples/tstackproject.lpr %%EXAMPLESDIR%%-%%PORTVERSION%%/sqlite/examples/test.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/sqlite/examples/testapiv3x.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/testvga.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/svgalib/examples/vgatest.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/easyevalexample.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/evaltest.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/symbolic/examples/rpnthing.pas %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/Makefile %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/Makefile.fpc %%EXAMPLESDIR%%-%%PORTVERSION%%/syslog/examples/testlog.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/tcl/examples/tcl_demo.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testpass.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testpass2.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/users/examples/testuser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/utmp/examples/testutmp.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/arrowbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/borderwidth.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/boxtype.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/browserall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/browserop.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/buttonall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/butttypes.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/canvas.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/chartall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/chartstrip.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/choice.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colbrowser.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colsel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/colsel1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/counter.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/cursor.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fbrowse.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fbrowse1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fdial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/flclock.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/fonts.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/free1.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/goodies.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/group.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/iconify.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/inputall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/invslider.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/lalign.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ldial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ll.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/longlabel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/menu.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/minput.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/multilabel.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/ndial.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/newbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objinactive.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objpos.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/objreturn.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/positioner.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pup.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pushbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/pushme.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/secretinput.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/sliderall.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/touchbutton.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/xyplotover.pp %%EXAMPLESDIR%%-%%PORTVERSION%%/xforms/examples/yesno.pp @dir etc/fppkg/conf.d diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 0f539d6d8dd9..1ba039a54b07 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -1,42 +1,42 @@ PORTNAME= itcl PORTVERSION= 3.4.4 PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= lang tcl MASTER_SITES= SF/incrtcl/%5BIncr%20Tcl_Tk%5D-source/itcl%203.4.4 DISTNAME= itcl${PORTVERSION} MAINTAINER= erik@bz.bzflag.bz COMMENT= Object-oriented extension to Tcl [incr Tcl] WWW= https://sourceforge.net/projects/incrtcl/ USES+= tcl:85,86,tea USE_LDCONFIG= ${PREFIX}/lib/itcl${PORTVERSION:R} WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} TEST_TARGET= test PLIST_SUB+= PORTVERSION=${PORTVERSION} \ VERSION=${PORTVERSION:R} \ MAJOR=${PORTVERSION:R:R} \ SHORT=${PORTVERSION:R:S/.//} MAN_3= Itcl_RegisterC.3 Itcl_Stack.3 Itcl_Class.3 \ Itcl_List.3 Itcl_Object.3 Itcl_Preserve.3 post-patch: ${REINPLACE_CMD} -E '/^includedir/s|/include|/include/itcl${PORTVERSION:R}|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-install: ${LN} -s itcl${PORTVERSION:R}/libitcl${PORTVERSION:R}.so \ ${STAGEDIR}${PREFIX}/lib/libitcl.so.${PORTVERSION:R:R} ${LN} -s itcl${PORTVERSION:R}/libitcl${PORTVERSION:R}.so \ ${STAGEDIR}${PREFIX}/lib/libitcl.so .for FILE in ${MAN_3} - ${INSTALL_DATA} ${WRKSRC}/doc/${FILE:S/Itcl_//} ${STAGEDIR}${MAN3PREFIX}/man/man3/${FILE} + ${INSTALL_DATA} ${WRKSRC}/doc/${FILE:S/Itcl_//} ${STAGEDIR}${PREFIX}/man/man3/${FILE} .endfor .include diff --git a/lang/lfe/Makefile b/lang/lfe/Makefile index e2af914b8189..5295e59cc00a 100644 --- a/lang/lfe/Makefile +++ b/lang/lfe/Makefile @@ -1,51 +1,53 @@ PORTNAME= lfe PORTVERSION= 2.1.1 DISTVERSIONPREFIX= v CATEGORIES= lang MAINTAINER= hrs@FreeBSD.org COMMENT= Lisp Flavored Erlang WWW= https://lfe.io LICENSE= APACHE20 USES= erlang gmake USE_GITHUB= yes GH_ACCOUNT= rvirding ALL_TARGET= compile PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-build: cd ${BUILD_WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} pre-install: @${MKDIR} ${STAGEDIR}${ERL_APP_ROOT}/bin post-install: post-install-bin \ post-install-man1 post-install-man3 post-install-man7 post-install-bin: .for F in lfe lfec lfedoc lfescript ${INSTALL_SCRIPT} ${WRKSRC}/bin/$F ${STAGEDIR}${ERL_APP_ROOT}/bin ${LN} -sf ${ERL_APP_ROOT:S,^${PREFIX}/,,:S,^,../,}/bin/$F \ ${STAGEDIR}${PREFIX}/bin .endfor post-install-man1: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe.1 lfescript.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 + post-install-man3: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe_bits.3 lfe_cl.3 lfe_clj.3 lfe_comp.3 \ lfe_docs.3 lfe_gen.3 lfe_io.3 lfe_lib.3 lfe_macro.3 \ - ${STAGEDIR}${MAN1PREFIX}/man/man3 + ${STAGEDIR}${PREFIX}/share/man/man3 + post-install-man7: cd ${WRKSRC}/doc/man && \ ${INSTALL_MAN} lfe_guide.7 lfe_types.7 \ - ${STAGEDIR}${MAN1PREFIX}/man/man7 + ${STAGEDIR}${PREFIX}/share/man/man7 .include diff --git a/lang/lfe/pkg-plist b/lang/lfe/pkg-plist index 73a2ac149bbe..9a0fdfb21670 100644 --- a/lang/lfe/pkg-plist +++ b/lang/lfe/pkg-plist @@ -1,110 +1,110 @@ bin/lfe bin/lfec bin/lfedoc bin/lfescript lib/erlang/lib/lfe-%%VERSION%%/bin/lfe lib/erlang/lib/lfe-%%VERSION%%/bin/lfec lib/erlang/lib/lfe-%%VERSION%%/bin/lfedoc lib/erlang/lib/lfe-%%VERSION%%/bin/lfescript lib/erlang/lib/lfe-%%VERSION%%/ebin/cl.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/clj.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_abstract_code.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_bits.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_codegen.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_codelift.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_comp.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_docs.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_edlin_expand.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_env.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_eval_bits.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_eval.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_gen.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_init.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_internal.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_io_format.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_io_pretty.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_io_write.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_io.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_lib.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_lint.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_macro_export.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_macro_include.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_macro_record.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_macro_struct.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_macro.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_ms.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_parse.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_qlc.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_scan.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_shell_docs.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_shell.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_struct.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_translate.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe_types.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe.app lib/erlang/lib/lfe-%%VERSION%%/ebin/lfe.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/lfescript.beam lib/erlang/lib/lfe-%%VERSION%%/ebin/scm.beam lib/erlang/lib/lfe-%%VERSION%%/include/cl.lfe lib/erlang/lib/lfe-%%VERSION%%/include/clj.lfe lib/erlang/lib/lfe-%%VERSION%%/include/match-spec.lfe lib/erlang/lib/lfe-%%VERSION%%/include/scm.lfe lib/erlang/lib/lfe-%%VERSION%%/src/ChangeLog lib/erlang/lib/lfe-%%VERSION%%/src/cl.lfe lib/erlang/lib/lfe-%%VERSION%%/src/clj.lfe lib/erlang/lib/lfe-%%VERSION%%/src/lfe_abstract_code.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_bits.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_codegen.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_codelift.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_comp.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_comp.hrl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_docs.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_docs.hrl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_edlin_expand.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_env.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_eval_bits.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_eval.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_gen.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_init.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_internal.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_io_format.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_io_pretty.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_io_write.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_io.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_lib.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_lint.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro_export.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro_include.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro_record.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro_struct.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_macro.hrl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_ms.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_parse.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_parse.spell1 lib/erlang/lib/lfe-%%VERSION%%/src/lfe_qlc.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_scan.xrl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_shell_docs.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_shell.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_struct.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_translate.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe_types.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe.app.src lib/erlang/lib/lfe-%%VERSION%%/src/lfe.erl lib/erlang/lib/lfe-%%VERSION%%/src/lfe.hrl lib/erlang/lib/lfe-%%VERSION%%/src/lfescript.erl lib/erlang/lib/lfe-%%VERSION%%/src/NOTES lib/erlang/lib/lfe-%%VERSION%%/src/scm.erl -man/man1/lfe.1.gz -man/man1/lfescript.1.gz -man/man3/lfe_bits.3.gz -man/man3/lfe_cl.3.gz -man/man3/lfe_clj.3.gz -man/man3/lfe_comp.3.gz -man/man3/lfe_docs.3.gz -man/man3/lfe_gen.3.gz -man/man3/lfe_io.3.gz -man/man3/lfe_lib.3.gz -man/man3/lfe_macro.3.gz -man/man7/lfe_guide.7.gz -man/man7/lfe_types.7.gz +share/man/man1/lfe.1.gz +share/man/man1/lfescript.1.gz +share/man/man3/lfe_bits.3.gz +share/man/man3/lfe_cl.3.gz +share/man/man3/lfe_clj.3.gz +share/man/man3/lfe_comp.3.gz +share/man/man3/lfe_docs.3.gz +share/man/man3/lfe_gen.3.gz +share/man/man3/lfe_io.3.gz +share/man/man3/lfe_lib.3.gz +share/man/man3/lfe_macro.3.gz +share/man/man7/lfe_guide.7.gz +share/man/man7/lfe_types.7.gz diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 61d2be830e7f..203f10d78973 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,57 +1,57 @@ PORTNAME= librep PORTVERSION= 0.92.7 -PORTREVISION= 5 +PORTREVISION= 7 CATEGORIES= lang elisp gnome MASTER_SITES= http://download.tuxfamily.org/librep/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Emacs Lisp like runtime library WWW= https://sawfish.tuxfamily.org/ LICENSE= GPLv2 LIB_DEPENDS= libgdbm.so:databases/gdbm \ libffi.so:devel/libffi \ libgmp.so:math/gmp RUN_DEPENDS= gtar:archivers/gtar USES= autoreconf gettext gmake libtool localbase:ldflags \ pathfix pkgconfig readline shebangfix tar:xz USE_CSTD= gnu89 USE_LDCONFIG= yes SHEBANG_FILES= ${WRKSRC}/src/rep-xgettext.jl SHEBANG_LANG= rep rep_OLD_CMD= /usr/bin/rep rep_CMD?= ${PREFIX}/bin/rep GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-aclocaldir=${PREFIX}/share/aclocal \ --with-stack-direction=-1 LDFLAGS+= -pthread OPTION_DEFINE= INFO OPTION_DEFAULT= INFO INFO_USES= makeinfo INFO_INFO= librep post-patch: @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/man/Makefile.in @${REINPLACE_CMD} -E 's|(INSTALL_PROGRAM\))( [^-])|\1 -m 755\2|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e '/SUBDIRS/s|man||' ${WRKSRC}/Makefile.in post-build-INFO-on: cd ${WRKSRC}/man && \ makeinfo --no-split -I . librep.texi -o librep.info post-install: - ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-INFO-on: ${INSTALL_DATA} ${WRKSRC}/docs/librep.info ${STAGEDIR}${PREFIX}/${INFO_PATH} .include diff --git a/lang/librep/pkg-plist b/lang/librep/pkg-plist index d64089a60c62..b2cd0800a3bd 100644 --- a/lang/librep/pkg-plist +++ b/lang/librep/pkg-plist @@ -1,246 +1,246 @@ bin/rep bin/rep-remote bin/rep-xgettext bin/repdoc include/rep/rep.h include/rep/rep_config.h include/rep/rep_gh.h include/rep/rep_lisp.h include/rep/rep_regexp.h include/rep/rep_subrs.h lib/librep.a lib/librep.so lib/librep.so.16 lib/librep.so.16.0.0 lib/rep/doc-strings lib/rep/emulate-gnu-tar lib/rep/gdbm.a lib/rep/gdbm.so lib/rep/gettext.a lib/rep/gettext.so lib/rep/install-aliases lib/rep/libtool lib/rep/readline.a lib/rep/readline.so lib/rep/rep/data/tables.a lib/rep/rep/data/tables.so lib/rep/rep/ffi.a lib/rep/rep/ffi.so lib/rep/rep/i18n/gettext.a lib/rep/rep/i18n/gettext.so lib/rep/rep/io/db/gdbm.a lib/rep/rep/io/db/gdbm.so lib/rep/rep/io/db/sdbm.a lib/rep/rep/io/db/sdbm.so lib/rep/rep/io/readline.a lib/rep/rep/io/readline.so lib/rep/rep/io/sockets.a lib/rep/rep/io/sockets.so lib/rep/rep/io/timers.a lib/rep/rep/io/timers.so lib/rep/rep/lang/record-profile.a lib/rep/rep/lang/record-profile.so lib/rep/rep/util/md5.a lib/rep/rep/util/md5.so lib/rep/rep/util/utf8.a lib/rep/rep/util/utf8.so lib/rep/rep/vm/safe-interpreter.a lib/rep/rep/vm/safe-interpreter.so lib/rep/rules.mk lib/rep/sdbm.a lib/rep/sdbm.so lib/rep/tables.a lib/rep/tables.so lib/rep/timers.a lib/rep/timers.so libdata/pkgconfig/librep.pc share/emacs/site-lisp/rep-debugger.el share/rep/lisp/cgi-get.jl share/rep/lisp/cgi-get.jlc share/rep/lisp/compiler.jl share/rep/lisp/compiler.jlc share/rep/lisp/date.jl share/rep/lisp/date.jlc share/rep/lisp/disassembler.jl share/rep/lisp/disassembler.jlc share/rep/lisp/gaol.jl share/rep/lisp/gaol.jlc share/rep/lisp/lisp-doc.jl share/rep/lisp/lisp-doc.jlc share/rep/lisp/mailaddr.jl share/rep/lisp/mailaddr.jlc share/rep/lisp/memoize.jl share/rep/lisp/memoize.jlc share/rep/lisp/mutex.jl share/rep/lisp/mutex.jlc share/rep/lisp/queues.jl share/rep/lisp/queues.jlc share/rep/lisp/records.jl share/rep/lisp/records.jlc share/rep/lisp/remote-ftp.jl share/rep/lisp/remote-ftp.jlc share/rep/lisp/remote-rep.jl share/rep/lisp/remote-rep.jlc share/rep/lisp/rep.jl share/rep/lisp/rep.jlc share/rep/lisp/rep/data.jl share/rep/lisp/rep/data.jlc share/rep/lisp/rep/data/objects.jl share/rep/lisp/rep/data/objects.jlc share/rep/lisp/rep/data/queues.jl share/rep/lisp/rep/data/queues.jlc share/rep/lisp/rep/data/records.jl share/rep/lisp/rep/data/records.jlc share/rep/lisp/rep/data/ring.jl share/rep/lisp/rep/data/ring.jlc share/rep/lisp/rep/data/sort.jl share/rep/lisp/rep/data/sort.jlc share/rep/lisp/rep/data/string-util.jl share/rep/lisp/rep/data/string-util.jlc share/rep/lisp/rep/data/symbol-table.jl share/rep/lisp/rep/data/symbol-table.jlc share/rep/lisp/rep/data/trie.jl share/rep/lisp/rep/data/trie.jlc share/rep/lisp/rep/ffi/util.jl share/rep/lisp/rep/ffi/util.jlc share/rep/lisp/rep/i18n/xgettext.jl share/rep/lisp/rep/i18n/xgettext.jlc share/rep/lisp/rep/io/file-handlers.jl share/rep/lisp/rep/io/file-handlers.jlc share/rep/lisp/rep/io/file-handlers/remote.jl share/rep/lisp/rep/io/file-handlers/remote.jlc share/rep/lisp/rep/io/file-handlers/remote/ftp.jl share/rep/lisp/rep/io/file-handlers/remote/ftp.jlc share/rep/lisp/rep/io/file-handlers/remote/rcp.jl share/rep/lisp/rep/io/file-handlers/remote/rcp.jlc share/rep/lisp/rep/io/file-handlers/remote/rep.jl share/rep/lisp/rep/io/file-handlers/remote/rep.jlc share/rep/lisp/rep/io/file-handlers/remote/utils.jl share/rep/lisp/rep/io/file-handlers/remote/utils.jlc share/rep/lisp/rep/io/file-handlers/tar.jl share/rep/lisp/rep/io/file-handlers/tar.jlc share/rep/lisp/rep/io/file-handlers/tilde.jl share/rep/lisp/rep/io/file-handlers/tilde.jlc share/rep/lisp/rep/io/files.jl share/rep/lisp/rep/io/files.jlc share/rep/lisp/rep/io/streams.jl share/rep/lisp/rep/io/streams.jlc share/rep/lisp/rep/lang/backquote.jl share/rep/lisp/rep/lang/backquote.jlc share/rep/lisp/rep/lang/compat-doc.jl share/rep/lisp/rep/lang/compat-doc.jlc share/rep/lisp/rep/lang/debugger.jl share/rep/lisp/rep/lang/debugger.jlc share/rep/lisp/rep/lang/define.jl share/rep/lisp/rep/lang/define.jlc share/rep/lisp/rep/lang/doc.jl share/rep/lisp/rep/lang/doc.jlc share/rep/lisp/rep/lang/error-helper.jl share/rep/lisp/rep/lang/error-helper.jlc share/rep/lisp/rep/lang/interpreter.jl share/rep/lisp/rep/lang/interpreter.jlc share/rep/lisp/rep/lang/math.jl share/rep/lisp/rep/lang/math.jlc share/rep/lisp/rep/lang/profiler.jl share/rep/lisp/rep/lang/profiler.jlc share/rep/lisp/rep/mail/addr.jl share/rep/lisp/rep/mail/addr.jlc share/rep/lisp/rep/module-system.jl share/rep/lisp/rep/module-system.jlc share/rep/lisp/rep/net/domain-name.jl share/rep/lisp/rep/net/domain-name.jlc share/rep/lisp/rep/net/rpc.jl share/rep/lisp/rep/net/rpc.jlc share/rep/lisp/rep/regexp.jl share/rep/lisp/rep/regexp.jlc share/rep/lisp/rep/structures.jl share/rep/lisp/rep/structures.jlc share/rep/lisp/rep/system.jl share/rep/lisp/rep/system.jlc share/rep/lisp/rep/system/environ.jl share/rep/lisp/rep/system/environ.jlc share/rep/lisp/rep/system/pwd-prompt.jl share/rep/lisp/rep/system/pwd-prompt.jlc share/rep/lisp/rep/test/autoload.jl share/rep/lisp/rep/test/data.jl share/rep/lisp/rep/test/data.jlc share/rep/lisp/rep/test/framework.jl share/rep/lisp/rep/test/framework.jlc share/rep/lisp/rep/threads/condition-variable.jl share/rep/lisp/rep/threads/condition-variable.jlc share/rep/lisp/rep/threads/message-port.jl share/rep/lisp/rep/threads/message-port.jlc share/rep/lisp/rep/threads/mutex.jl share/rep/lisp/rep/threads/mutex.jlc share/rep/lisp/rep/threads/proxy.jl share/rep/lisp/rep/threads/proxy.jlc share/rep/lisp/rep/threads/utils.jl share/rep/lisp/rep/threads/utils.jlc share/rep/lisp/rep/user.jl share/rep/lisp/rep/user.jlc share/rep/lisp/rep/util/autoloader.jl share/rep/lisp/rep/util/autoloader.jlc share/rep/lisp/rep/util/base64.jl share/rep/lisp/rep/util/base64.jlc share/rep/lisp/rep/util/date.jl share/rep/lisp/rep/util/date.jlc share/rep/lisp/rep/util/gaol.jl share/rep/lisp/rep/util/gaol.jlc share/rep/lisp/rep/util/ispell.jl share/rep/lisp/rep/util/ispell.jlc share/rep/lisp/rep/util/memoize.jl share/rep/lisp/rep/util/memoize.jlc share/rep/lisp/rep/util/misc.jl share/rep/lisp/rep/util/misc.jlc share/rep/lisp/rep/util/repl.jl share/rep/lisp/rep/util/repl.jlc share/rep/lisp/rep/util/time.jl share/rep/lisp/rep/util/time.jlc share/rep/lisp/rep/vm/assembler.jl share/rep/lisp/rep/vm/assembler.jlc share/rep/lisp/rep/vm/bytecode-defs.jl share/rep/lisp/rep/vm/bytecode-defs.jlc share/rep/lisp/rep/vm/bytecodes.jl share/rep/lisp/rep/vm/bytecodes.jlc share/rep/lisp/rep/vm/compiler.jl share/rep/lisp/rep/vm/compiler.jlc share/rep/lisp/rep/vm/compiler/basic.jl share/rep/lisp/rep/vm/compiler/basic.jlc share/rep/lisp/rep/vm/compiler/bindings.jl share/rep/lisp/rep/vm/compiler/bindings.jlc share/rep/lisp/rep/vm/compiler/inline.jl share/rep/lisp/rep/vm/compiler/inline.jlc share/rep/lisp/rep/vm/compiler/lap.jl share/rep/lisp/rep/vm/compiler/lap.jlc share/rep/lisp/rep/vm/compiler/modules.jl share/rep/lisp/rep/vm/compiler/modules.jlc share/rep/lisp/rep/vm/compiler/no-lang.jl share/rep/lisp/rep/vm/compiler/no-lang.jlc share/rep/lisp/rep/vm/compiler/rep.jl share/rep/lisp/rep/vm/compiler/rep.jlc share/rep/lisp/rep/vm/compiler/src.jl share/rep/lisp/rep/vm/compiler/src.jlc share/rep/lisp/rep/vm/compiler/utils.jl share/rep/lisp/rep/vm/compiler/utils.jlc share/rep/lisp/rep/vm/disassembler.jl share/rep/lisp/rep/vm/disassembler.jlc share/rep/lisp/rep/vm/peephole.jl share/rep/lisp/rep/vm/peephole.jlc share/rep/lisp/rep/www/cgi-get.jl share/rep/lisp/rep/www/cgi-get.jlc share/rep/lisp/rep/www/fetch-url.jl share/rep/lisp/rep/www/fetch-url.jlc share/rep/lisp/rep/www/quote-url.jl share/rep/lisp/rep/www/quote-url.jlc share/rep/lisp/rep/xml/printer.jl share/rep/lisp/rep/xml/printer.jlc share/rep/lisp/rep/xml/reader.jl share/rep/lisp/rep/xml/reader.jlc share/rep/lisp/ring.jl share/rep/lisp/ring.jlc share/rep/lisp/symbol-table.jl share/rep/lisp/symbol-table.jlc -man/man1/rep-remote.1.gz -man/man1/rep-xgettext.1.gz -man/man1/rep.1.gz -man/man1/repdoc.1.gz +share/man/man1/rep-remote.1.gz +share/man/man1/rep-xgettext.1.gz +share/man/man1/rep.1.gz +share/man/man1/repdoc.1.gz diff --git a/lang/luajit-devel/Makefile b/lang/luajit-devel/Makefile index 2de79739fd54..bcc81d3552a8 100644 --- a/lang/luajit-devel/Makefile +++ b/lang/luajit-devel/Makefile @@ -1,36 +1,37 @@ PORTNAME= luajit DISTVERSION= 2.1.0.20231112 +PORTREVISION= 1 CATEGORIES= lang PKGNAMESUFFIX= -devel DISTNAME= LuaJIT-${DISTVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua WWW= https://luajit.org/luajit.html LICENSE= MIT PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYRIGHT IGNORE_riscv64= fails to compile: lj_arch.h:73:2: No support for this architecture (yet) CONFLICTS_INSTALL= luajit luajit-openresty USES= compiler cpe gmake USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCOPT= CCOPT_x86= Q= USE_GITHUB= yes GH_TUPLE= LuaJIT:LuaJIT:113a168 LUAJIT_VERSION= 2.1 LUAJIT_SOVERSION= 2.1.1699801871 PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} post-install: ${LN} -sf ${PORTNAME}-${LUAJIT_SOVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/luajit-devel/pkg-plist b/lang/luajit-devel/pkg-plist index 582c70091c9e..7d9ff63be460 100644 --- a/lang/luajit-devel/pkg-plist +++ b/lang/luajit-devel/pkg-plist @@ -1,33 +1,33 @@ bin/luajit bin/luajit-%%SOVERSION%% include/luajit-%%VERSION%%/lauxlib.h include/luajit-%%VERSION%%/lua.h include/luajit-%%VERSION%%/lua.hpp include/luajit-%%VERSION%%/luaconf.h include/luajit-%%VERSION%%/luajit.h include/luajit-%%VERSION%%/lualib.h lib/libluajit-5.1.a lib/libluajit-5.1.so lib/libluajit-5.1.so.2 lib/libluajit-5.1.so.%%SOVERSION%% libdata/pkgconfig/luajit.pc -man/man1/luajit.1.gz +share/man/man1/luajit.1.gz %%DATADIR%%-%%VERSION%%/jit/bc.lua %%DATADIR%%-%%VERSION%%/jit/bcsave.lua %%DATADIR%%-%%VERSION%%/jit/dis_arm.lua %%DATADIR%%-%%VERSION%%/jit/dis_arm64.lua %%DATADIR%%-%%VERSION%%/jit/dis_arm64be.lua %%DATADIR%%-%%VERSION%%/jit/dis_mips.lua %%DATADIR%%-%%VERSION%%/jit/dis_mips64.lua %%DATADIR%%-%%VERSION%%/jit/dis_mips64el.lua %%DATADIR%%-%%VERSION%%/jit/dis_mips64r6.lua %%DATADIR%%-%%VERSION%%/jit/dis_mips64r6el.lua %%DATADIR%%-%%VERSION%%/jit/dis_mipsel.lua %%DATADIR%%-%%VERSION%%/jit/dis_ppc.lua %%DATADIR%%-%%VERSION%%/jit/dis_x64.lua %%DATADIR%%-%%VERSION%%/jit/dis_x86.lua %%DATADIR%%-%%VERSION%%/jit/dump.lua %%DATADIR%%-%%VERSION%%/jit/p.lua %%DATADIR%%-%%VERSION%%/jit/v.lua %%DATADIR%%-%%VERSION%%/jit/vmdef.lua %%DATADIR%%-%%VERSION%%/jit/zone.lua diff --git a/lang/luajit-openresty/Makefile b/lang/luajit-openresty/Makefile index 6f73e9739b36..bffc16e6f8ce 100644 --- a/lang/luajit-openresty/Makefile +++ b/lang/luajit-openresty/Makefile @@ -1,49 +1,49 @@ PORTNAME= luajit DISTVERSIONPREFIX= v DISTVERSION= 2.1-20230911 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang PKGNAMESUFFIX= -openresty PATCH_SITES= https://github.com/openresty/luajit2/commit/ MAINTAINER= mm@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua (OpenResty branch) WWW= https://github.com/openresty/luajit2 LICENSE= MIT PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYRIGHT IGNORE_riscv64= fails to compile: lj_arch.h:73:2: No support for this architecture (yet) USES= cpe gmake CONFLICTS_INSTALL= luajit luajit-devel USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} Q= USE_GITHUB= yes GH_ACCOUNT= openresty GH_PROJECT= luajit2 LUAJIT_VERSION= 2.1 LUAJIT_SOVERSION= 2.1.1694357807 PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} .include .if ${ARCH:Mmips*} USE_GCC=yes .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-${LUAJIT_SOVERSION} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libluajit-5.1.so.${LUAJIT_SOVERSION} ${LN} -sf ${PORTNAME}-${LUAJIT_SOVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/luajit-openresty/pkg-plist b/lang/luajit-openresty/pkg-plist index 8f49ff5f8518..c0c15925b4c6 100644 --- a/lang/luajit-openresty/pkg-plist +++ b/lang/luajit-openresty/pkg-plist @@ -1,33 +1,33 @@ bin/luajit bin/luajit-%%SOVERSION%% include/luajit-%%VERSION%%/lauxlib.h include/luajit-%%VERSION%%/lua.h include/luajit-%%VERSION%%/lua.hpp include/luajit-%%VERSION%%/luaconf.h include/luajit-%%VERSION%%/luajit.h include/luajit-%%VERSION%%/lualib.h lib/libluajit-5.1.a lib/libluajit-5.1.so lib/libluajit-5.1.so.2 lib/libluajit-5.1.so.%%SOVERSION%% libdata/pkgconfig/luajit.pc share/luajit-%%VERSION%%/jit/bc.lua share/luajit-%%VERSION%%/jit/bcsave.lua share/luajit-%%VERSION%%/jit/dis_arm.lua share/luajit-%%VERSION%%/jit/dis_arm64.lua share/luajit-%%VERSION%%/jit/dis_arm64be.lua share/luajit-%%VERSION%%/jit/dis_mips.lua share/luajit-%%VERSION%%/jit/dis_mips64.lua share/luajit-%%VERSION%%/jit/dis_mips64el.lua share/luajit-%%VERSION%%/jit/dis_mips64r6.lua share/luajit-%%VERSION%%/jit/dis_mips64r6el.lua share/luajit-%%VERSION%%/jit/dis_mipsel.lua share/luajit-%%VERSION%%/jit/dis_ppc.lua share/luajit-%%VERSION%%/jit/dis_x64.lua share/luajit-%%VERSION%%/jit/dis_x86.lua share/luajit-%%VERSION%%/jit/dump.lua share/luajit-%%VERSION%%/jit/p.lua share/luajit-%%VERSION%%/jit/v.lua share/luajit-%%VERSION%%/jit/vmdef.lua share/luajit-%%VERSION%%/jit/zone.lua -man/man1/luajit.1.gz +share/man/man1/luajit.1.gz diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index 99b5b967968e..5772c80b1332 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -1,46 +1,46 @@ PORTNAME= luajit DISTVERSION= 2.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= https://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} PATCH_SITES= https://github.com/LuaJIT/LuaJIT/commit/ PATCHFILES= a4f4f5b83564a1075bea0ac7c1fd8768be1caff7.patch:-p1 MAINTAINER= osa@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua WWW= https://luajit.org/luajit.html OPTIONS_DEFINE= PTHREAD PTHREAD_DESC= with pthread support LICENSE= MIT PD LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYRIGHT IGNORE_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet) IGNORE_powerpc64= fails to compile: lj_arch.h:346:2: No support for PowerPC 64 bit mode IGNORE_riscv64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet) CONFLICTS_INSTALL= luajit-devel luajit-openresty WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION} USES= compiler cpe gmake USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCOPT= CCOPT_x86= PLIST_SUB+= VERSION=${DISTVERSION} .include .if ${PORT_OPTIONS:MPTHREAD} LDFLAGS+= -lm -pthread .endif post-install: ${LN} -sf ${PORTNAME}-${DISTVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/lang/luajit/pkg-plist b/lang/luajit/pkg-plist index 3c66297b6019..17f6e4424958 100644 --- a/lang/luajit/pkg-plist +++ b/lang/luajit/pkg-plist @@ -1,25 +1,25 @@ bin/luajit bin/luajit-%%VERSION%% include/luajit-2.0/lauxlib.h include/luajit-2.0/lua.h include/luajit-2.0/lua.hpp include/luajit-2.0/luaconf.h include/luajit-2.0/luajit.h include/luajit-2.0/lualib.h lib/libluajit-5.1.a lib/libluajit-5.1.so lib/libluajit-5.1.so.2 lib/libluajit-5.1.so.%%VERSION%% libdata/pkgconfig/luajit.pc share/luajit-%%VERSION%%/jit/bc.lua share/luajit-%%VERSION%%/jit/bcsave.lua share/luajit-%%VERSION%%/jit/dis_arm.lua share/luajit-%%VERSION%%/jit/dis_mips.lua share/luajit-%%VERSION%%/jit/dis_mipsel.lua share/luajit-%%VERSION%%/jit/dis_ppc.lua share/luajit-%%VERSION%%/jit/dis_x64.lua share/luajit-%%VERSION%%/jit/dis_x86.lua share/luajit-%%VERSION%%/jit/dump.lua share/luajit-%%VERSION%%/jit/v.lua share/luajit-%%VERSION%%/jit/vmdef.lua -man/man1/luajit.1.gz +share/man/man1/luajit.1.gz diff --git a/lang/mit-scheme/Makefile b/lang/mit-scheme/Makefile index 8442f0cd7d8e..a9ea6a1a7743 100644 --- a/lang/mit-scheme/Makefile +++ b/lang/mit-scheme/Makefile @@ -1,75 +1,75 @@ PORTNAME= mit-scheme PORTVERSION= 9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang scheme MASTER_SITES= GNU/mit-scheme/stable.pkg/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-${MIT_SCHEME_ARCH} MAINTAINER= olgeni@FreeBSD.org COMMENT= MIT Scheme: includes runtime, compiler, and edwin binaries WWW= https://www.swiss.ai.mit.edu/projects/scheme/ LICENSE= GPLv2 BUILD_DEPENDS= as:devel/binutils ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/mit-scheme-${PORTVERSION}/src/ OPTIONS_DEFINE= GDBM MCRYPT MHASH OPENSSL PGSQL X11 OPTIONS_SUB= yes MCRYPT_DESC= mcrypt library support MHASH_DESC= mhash library support GDBM_CONFIGURE_ENABLE= gdbm MCRYPT_CONFIGURE_ENABLE= mcrypt MHASH_CONFIGURE_ENABLE= mhash OPENSSL_CONFIGURE_ENABLE= openssl PGSQL_CONFIGURE_ENABLE= pgsql X11_CONFIGURE_ENABLE= x11 GDBM_CONFIGURE_WITH= gdbm=${LOCALBASE} MCRYPT_CONFIGURE_WITH= mcrypt=${LOCALBASE} MHASH_CONFIGURE_WITH= mhash=${LOCALBASE} OPENSSL_CONFIGURE_WITH= openssl PGSQL_CONFIGURE_WITH= libpq=${LOCALBASE} X11_CONFIGURE_WITH= x OPENSSL_USES= ssl PGSQL_USES= pgsql X11_USES= xorg X11_USE= xorg=x11 GDBM_LIB_DEPENDS+= libgdbm.so:databases/gdbm MHASH_LIB_DEPENDS+= libmhash.so:security/mhash MCRYPT_LIB_DEPENDS+= libmcrypt.so:security/libmcrypt .include .if ${ARCH} == amd64 MIT_SCHEME_ARCH=x86-64 .else MIT_SCHEME_ARCH=${ARCH} .endif PLIST_SUB+= MIT_SCHEME_ARCH=${MIT_SCHEME_ARCH} post-patch: @${REINPLACE_CMD} -e 's|-export-dynamic|-rdynamic|g' ${WRKSRC}/microcode/configure ${WRKSRC}/microcode/configure.ac post-build: @${FIND} ${WRKDIR} -type d -empty -delete do-build: @cd ${WRKDIR}/mit-scheme-${PORTVERSION}/src/microcode && ${MAKE_CMD} do-install: @cd ${WRKDIR}/mit-scheme-${PORTVERSION}/src && ${MAKE_CMD} install DESTDIR=${STAGEDIR} - ${INSTALL_MAN} ${WRKDIR}/mit-scheme-${PORTVERSION}/doc/scheme.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKDIR}/mit-scheme-${PORTVERSION}/doc/scheme.1 ${STAGEDIR}${PREFIX}/share/man/man1/ [ $$(${LS} ${STAGEDIR}${PREFIX}/lib/mit-scheme-${MIT_SCHEME_ARCH}/lib/ | wc -l) = 0 ] || \ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mit-scheme-${MIT_SCHEME_ARCH}/lib/*.so .include diff --git a/lang/mit-scheme/pkg-plist b/lang/mit-scheme/pkg-plist index c3d28ac603e1..08f2e8175747 100644 --- a/lang/mit-scheme/pkg-plist +++ b/lang/mit-scheme/pkg-plist @@ -1,787 +1,787 @@ bin/bchscheme bin/mit-scheme bin/mit-scheme-%%MIT_SCHEME_ARCH%% bin/mit-scheme-native bin/scheme lib/mit-scheme-%%MIT_SCHEME_ARCH%%/all.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/asmmac.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/asmmac.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/asutl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/asutl.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/bittop.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/bittop.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/bitutl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/bitutl.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/checks.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/checks.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/insseq.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/insseq.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn1.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn1.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn2.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn3.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/lapgn3.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/linear.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/linear.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/mermap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/mermap.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/regmap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/regmap.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/syerly.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/syerly.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/symtab.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/symtab.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/back/syntax.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/asstop.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/asstop.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/blocks.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/blocks.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg1.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg1.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg2.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg3.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/cfg3.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/constr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/constr.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/contin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/contin.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/crsend.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/crsend.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/crstop.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/crstop.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/ctypes.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/ctypes.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/debug.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/debug.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/enumer.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/enumer.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/infnew.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/infnew.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/lvalue.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/lvalue.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/macros.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/macros.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/make.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/make.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/mvalue.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/mvalue.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/object.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/object.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmerly.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmerly.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmlook.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmlook.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmpars.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/pmpars.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/proced.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/proced.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/refctx.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/refctx.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/rvalue.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/rvalue.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/scode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/scode.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/sets.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/sets.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/subprb.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/subprb.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/switch.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/switch.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/toplev.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/toplev.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/utils.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/base/utils.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/compiler-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/compiler-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/compiler-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/canon.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/canon.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/declar.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/declar.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/fggen.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fggen/fggen.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/blktyp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/blktyp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/closan.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/closan.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/conect.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/conect.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/contan.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/contan.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/delint.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/delint.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/desenv.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/desenv.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/envopt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/envopt.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/folcon.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/folcon.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/offset.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/offset.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/operan.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/operan.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/order.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/order.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/outer.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/outer.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/param.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/param.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reord.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reord.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reteqv.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reteqv.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reuse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/reuse.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/sideff.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/sideff.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/simapp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/simapp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/simple.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/simple.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/subfre.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/subfre.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/varind.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/fgopt/varind.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/regset.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/regset.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rgraph.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rgraph.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlcfg.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlcfg.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlcon.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlcon.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlexp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtline.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtline.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlobj.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlobj.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlreg.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlreg.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlty1.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlty1.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlty2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/rtlty2.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/valclass.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlbase/valclass.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/fndblk.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/fndblk.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/fndvar.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/fndvar.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/opncod.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/opncod.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgcomb.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgcomb.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgproc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgproc.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgretn.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgretn.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgrval.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgrval.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgstmt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rgstmt.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rtlgen.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlgen/rtlgen.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/ralloc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/ralloc.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcompr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcompr.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcse1.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcse1.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcse2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcse2.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcseep.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcseep.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcseht.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcseht.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcserq.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcserq.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcsesr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rcsesr.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rdebug.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rdebug.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rdflow.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rdflow.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rerite.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rerite.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rinvex.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rinvex.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rlife.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rlife.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rtlcsm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/compiler/rtlopt/rtlcsm.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/anfile.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/anfile.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/conpkg.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/conpkg.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/cref-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/cref-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/cref-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/forpkg.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/forpkg.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/make.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/make.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/mset.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/mset.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/object.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/object.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/redpkg.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/redpkg.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/toplev.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/cref/toplev.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/TUTORIAL lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/abbrev.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/ansi.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/argred.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/artdebug.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/autold.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/autosv.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/basic.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bios.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/buffer.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/buffrm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufinp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufmnu.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufout.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufset.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufwfs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufwin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufwiu.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/bufwmc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/c-mode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/calias.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/cinden.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/class.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/clscon.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/clsmac.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comatch.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comhst.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comint.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comman.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/compile.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comred.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comtab.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/comwin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/curren.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dabbrev.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/debian-changelog.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/debian-changelog.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/debug.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/debuge.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/diff.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dired.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/diros2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dirunx.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dirw32.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/display.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/docstr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dos.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/doscom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dosfile.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dosproc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/dosshell.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/ed-ffi.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/editor.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/edtfrm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/edtstr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/edwin-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/edwin-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/edwin-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/evlcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/eystep.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/eystep.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/filcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/fileio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/fill.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/grpops.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/hlpcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/htmlmode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/image.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/info.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/input.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/intmod.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/iserch.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/javamode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/key-w32.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/key-x11.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/keymap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/keyparse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/kilcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/kmacro.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/lincom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/linden.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/lisppaste.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/lisppaste.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/loadef.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/lspcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/macros.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/make.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/malias.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/manual.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/manual.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/midas.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/midas.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/modefs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/modes.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/modlin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/modwin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/motcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/motion.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/mousecom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/nntp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/nntp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/notify.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/nvector.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/occur.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/os2.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/os2com.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/os2term.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/outline.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/paredit.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/paredit.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pasmod.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pasmod.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/paths.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/print.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/print.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/process.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/prompt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pwedit.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pwedit.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pwparse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/pwparse.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rcsparse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/reccom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/regcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/regexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/regops.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rename.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/replaz.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rfc822.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/ring.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rmail.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rmailsrt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/rmailsum.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/schmod.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/scrcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/screen.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/search.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/sendmail.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/sercom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/shell.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/simple.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/snr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/snr.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/sort.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/sort.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/strpad.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/strtab.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/struct.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/tagutl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/techinfo.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/techinfo.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/telnet.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/telnet.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/termcap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/texcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/things.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/tparse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/tterm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/tximod.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/tximod.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/txtprp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/undo.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/unix.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/utils.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/utlwin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc-bzr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc-cvs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc-git.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc-rcs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc-svn.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/verilog.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/verilog.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vhdl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/vhdl.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/webster.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/webster.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/win32.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/win32com.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/wincom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/window.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/winout.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/winren.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/xcom.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/xform.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/xmodef.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/edwin/xterm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/build.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/build.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/cdecls.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/cdecls.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/ctypes.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/ctypes.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/ffi-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/ffi-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/ffi-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/generator.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/generator.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/make.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ffi/syntax.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-browser.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-browser.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-core.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-core.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-file.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-file.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-imap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-imap.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-mime.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-mime.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-rmail.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-rmail.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-summary.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-summary.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-top.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-top.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-umail.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-umail.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-util.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-util.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imail-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imap-response.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imap-response.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imap-syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/imap-syntax.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/imail/load.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/mit-scheme.h lib/mit-scheme-%%MIT_SCHEME_ARCH%%/optiondb.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/advice.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/apply.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/apropos.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/arith.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/berkeley-db.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/bitstr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/blowfish.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/boole.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/boot.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/char.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/chrset.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/chrsyn.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/chrsyn.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/codwlk.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/conpar.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/contin.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/cpoint.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/cpress.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/cpress.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/crypto.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/datime.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dbgcmd.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dbgutl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/debug.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/defstr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/division.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dosdir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dosprm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dosproc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dospth.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/dragon4.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ed-ffi.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/emacs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/equals.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/error.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/events.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ffi.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/file-attributes.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/fileio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/fixart.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/floenv.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/format.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/format.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/framex.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gcdemn.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gcfinal.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gcnote.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gcstat.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gdatab.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gdbm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gdbm.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gencache.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/geneqht.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/generic.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/genio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/genmult.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gensym.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/gentag.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/global.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/graphics.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/hash.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/hashtb.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/hashtb.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/histry.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/html-form-codec.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/http-client.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/http-syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/httpio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ieee754.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/infstr.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/infutl.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/input.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/integer-bits.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/intrpt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/io.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/keyword.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/krypt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/krypt.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/kryptdum.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/lambda-list.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/lambda.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/lambdx.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/list.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/load.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/make.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/mime-codec.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/mime-codec.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/mit-macros.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/mit-syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/msort.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ntdir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ntprm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/numint.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/numint.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/numpar.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/option.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/optiondb.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/optiondb.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ordvec.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ordvec.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/os2ctype.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/os2dir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/os2graph.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/os2prm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/os2winp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/output.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/packag.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/parse.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/parser-buffer.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/partab.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/pathnm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/pgsql.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/pgsql.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/poplat.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/port.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/pp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/prgcop.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/process.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/process.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/prop1d.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/prop2d.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/qsort.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/queue.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/random.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rbtree.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rbtree.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/record.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/recslot.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/regexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/regexp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/regsexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rep.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rexp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rfc2822-headers.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rgxcmp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/rgxcmp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/runtime-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/runtime-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/runtime-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/savres.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/scan.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/scode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/scomb.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/sdata.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/sfile.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/socket.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/srfi-1.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/stack-sample.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/starbase.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/stream.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/string.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/stringio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/structure-parser.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/swank.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/symbol.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syncproc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syncproc.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-check.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-classify.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-compile.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-declaration.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-definitions.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-environment.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-items.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-output.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-rules.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax-transforms.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/syntax.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/sysclk.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/sysmac.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/system.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/thread-queue.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/thread.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/tscript.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ttyio.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/tvector.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/udata.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/uenvir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/uerror.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unicode.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unpars.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unsyn.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unxdir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unxprm.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/unxpth.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/uproc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/url.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/urtrap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/usrint.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/utabs.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/vector.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/version.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/where.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/win32-registry.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/wind.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/wrkdir.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/wttree.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/wttree.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/x11graph.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/xeval.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ystep.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/runtime/ystep.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/analyze.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/analyze.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/butils.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/butils.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/cgen.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/cgen.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/chtype.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/chtype.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/copy.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/copy.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/emodel.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/emodel.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/gconst.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/gconst.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/gimprt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/gimprt.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/make.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/make.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/object.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/object.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/pardec.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/pardec.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/pthmap.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/pthmap.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/reduct.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/reduct.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/sf-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/sf-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/sf-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/subst.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/subst.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/tables.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/tables.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/toplev.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/toplev.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/usicon.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/usicon.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/usiexp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/usiexp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/xform.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sf/xform.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/shim-config.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/class.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/class.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/instance.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/instance.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/load.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/macros.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/macros.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/method.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/method.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/printer.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/printer.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/slot.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/slot.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/sos-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/sos-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/sos/sos-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/expenv.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/expenv.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/load.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/mod-lisp.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/mod-lisp.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/ssp-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/ssp-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/ssp-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/xhtml-expander.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/xhtml-expander.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/xmlrpc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/ssp/xmlrpc.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/load.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/matcher.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/matcher.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/parser-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/parser-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/parser-w32.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/parser.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/parser.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/shared.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/star-parser/shared.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/load.scm lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/rdf-nt.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/rdf-nt.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/rdf-struct.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/rdf-struct.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/turtle.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/turtle.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xhtml-entities.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xhtml-entities.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xhtml.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xhtml.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-chars.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-chars.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-names.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-names.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-os2.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-output.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-output.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-parser.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-parser.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-rpc.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-rpc.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-struct.bci lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-struct.com lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-unx.pkd lib/mit-scheme-%%MIT_SCHEME_ARCH%%/xml/xml-w32.pkd %%OPENSSL%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prbfish.so %%GDBM%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prgdbm.so %%MCRYPT%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prmcrypt.so %%MHASH%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prmhash.so %%OPENSSL%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prmd5.so %%PGSQL%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prpgsql.so %%X11%%lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib/prx11.so -man/man1/scheme.1.gz +share/man/man1/scheme.1.gz @dir lib/mit-scheme-%%MIT_SCHEME_ARCH%%/lib diff --git a/lang/siod/Makefile b/lang/siod/Makefile index d69b72cd31e6..8de9413cb4d3 100644 --- a/lang/siod/Makefile +++ b/lang/siod/Makefile @@ -1,83 +1,84 @@ PORTNAME= siod PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://people.delphiforums.com/gjc/ DISTNAME= siod DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} # Upstream aren't versioned :( MAINTAINER= mi@aldan.algebra.com COMMENT= Small footprint implementation of the Scheme programming language WWW= https://people.delphiforums.com/gjc/siod.html LICENSE= LGPL21 # Declared inside slib.c USES= uidfix tar:tgz dos2unix USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/siod DOS2UNIX_FILES= sql_oracle.c ss.c siod.scm OPTIONS_DEFINE= SQL_SYBASE GD NDBM REGEX SS DOCS OPTIONS_DEFINE_i386=SQL_ORACLE # oracle-client port only available for i386 OPTIONS_DEFAULT=NDBM REGEX SS SQL_ORACLE_DESC=Build Oracle client-module (i386 only) SQL_SYBASE_DESC=Build Sybase (and MS-SQL) client-module (using FreeTDS) SS_DESC= Sockets support - required for any network programs NDBM_DESC= Support for NDBM-databases NO_WRKSUBDIR= yes EXTRACT_AFTER_ARGS=--exclude md5\* --exclude regex.h --exclude reg????*.c MAKE_ARGS= VPATH=${WRKSRC} MODULES=${MODULES:Q} MAKEFILE= ${FILESDIR}/BSDmakefile MAKE_ENV= MKDIR=${MKDIR:Q} STAGEDIR=${STAGEDIR:Q} -MAKE_ENV+= MAN1PREFIX=${MAN1PREFIX} PREFIX=${PREFIX:Q} +MAKE_ENV+= MAN1PREFIX=${PREFIX}/share PREFIX=${PREFIX:Q} MAKE_ENV+= INSTALL_MAN=${INSTALL_MAN:Q} INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} MAKE_ENV+= INSTALL_DATA=${INSTALL_DATA:Q} MODULES= acct statfs tar parser_pratt SQL_SYBASE_LIB_DEPENDS= libct.so:databases/freetds # Or freetds-devel GD_LIB_DEPENDS= libgd.so:graphics/gd # Or ukrainian/gd REGEX_LIB_DEPENDS= libgnuregex.so:devel/libgnuregex OPTIONS_SUB= yes SQL_ORACLE_BUILD_DEPENDS=${LOCALBASE}/oracle8-client/lib/libclntsh.a:databases/oracle8-client .if "${PREFIX}" != "/usr/local" post-patch: ${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/slib.c \ ${WRKSRC}/*.man .endif post-build: ${REINPLACE_CMD} -e 's|\./siod|env LD_LIBRARY_PATH=lib siod/siod|g' \ -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/makefile ${MAKE} -C ${WRKSRC} -f makefile build_driver .include MODULES+= ${SELECTED_OPTIONS:NDOCS:tl} # XXX This should not be necessary: .if ${ARCH} != i386 PLIST_SUB+= SQL_ORACLE="@comment " .endif do-configure: ${MKDIR} ${WRKSRC}/lib ${LN} -sf ${FILESDIR}/BSDmakefile.lib ${WRKSRC}/lib/BSDmakefile .for s in ${MODULES} ${MKDIR} ${WRKSRC}/$s ${SED} "s,%%MODULE%%,$s,g" ${FILESDIR}/BSDmakefile.module > \ ${WRKSRC}/$s/BSDmakefile .endfor .for s in siod sample ${MKDIR} ${WRKSRC}/$s ${SED} "s,%%PROG%%,$s,g" ${FILESDIR}/BSDmakefile.prog > \ ${WRKSRC}/$s/BSDmakefile .endfor post-install-DOCS-off: ${RM} ${STAGEDIR}${PREFIX}/lib/siod/siod.html post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${MV} ${STAGEDIR}${PREFIX}/lib/siod/siod.html ${STAGEDIR}${DOCSDIR}/ .include diff --git a/lang/siod/files/BSDmakefile b/lang/siod/files/BSDmakefile index 97ec7a44d1ca..d1c52671c9bd 100644 --- a/lang/siod/files/BSDmakefile +++ b/lang/siod/files/BSDmakefile @@ -1,16 +1,16 @@ SUBDIR= lib ${MODULES} siod sample beforeinstall: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/siod afterinstall: # Install man-pages set -x; for m in *.man; do \ - ${INSTALL_MAN} $$m ${STAGEDIR}${MAN1PREFIX}/man/man1/$${m%%.man}.1; \ + ${INSTALL_MAN} $$m ${STAGEDIR}${PREFIX}/share/man/man1/$${m%%.man}.1; \ done ${INSTALL_SCRIPT} `${MAKE} -f makefile -V CMDFILES` \ ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} `${MAKE} -f makefile -V LIBFILES` \ ${STAGEDIR}${PREFIX}/lib/siod .include diff --git a/lang/siod/pkg-plist b/lang/siod/pkg-plist index 9415146ad1a6..ced8ba3dd31d 100644 --- a/lang/siod/pkg-plist +++ b/lang/siod/pkg-plist @@ -1,61 +1,61 @@ bin/csiod bin/snapshot-dir bin/snapshot-compare bin/http-get bin/cp-build bin/ftp-cp bin/ftp-put bin/ftp-test bin/ftp-get bin/http-stress bin/proxy-server bin/siod lib/siod/fork-test.scm lib/siod/http-server.scm lib/siod/http-stress.scm lib/siod/http.scm lib/siod/maze-support.scm lib/siod/pratt.scm lib/siod/siod.scm lib/siod/smtp.scm lib/siod/sql_oracle.scm lib/siod/sql_rdb.scm lib/siod/sql_sybase.scm lib/siod/cgi-echo.scm lib/siod/find-files.scm lib/siod/hello.scm lib/siod/parser_pratt.scm lib/siod/pop3.scm lib/siod/selfdoc.scm lib/siod/sample.c %%PORTDOCS%%%%DOCSDIR%%/siod.html lib/siod/piechart.scm lib/siod/cgi.scm lib/siod/ftp.scm lib/siod/sql_msql.scm lib/siod/acct.so %%GD%%lib/siod/gd.so %%NDBM%%lib/siod/ndbm.so %%SS%%lib/siod/ss.so lib/siod/statfs.so lib/siod/tar.so %%SQL_ORACLE%%lib/siod/sql_oracle.so %%SQL_SYBASE%%lib/siod/sql_sybase.so %%REGEX%%lib/siod/regex.so lib/siod/parser_pratt.so lib/libsiod.a lib/libsiod.so lib/libsiod.so.3 include/siod.h -man/man1/cp-build.1.gz -man/man1/csiod.1.gz -man/man1/ftp-cp.1.gz -man/man1/ftp-get.1.gz -man/man1/ftp-put.1.gz -man/man1/ftp-test.1.gz -man/man1/http-get.1.gz -man/man1/http-stress.1.gz -man/man1/proxy-server.1.gz -man/man1/siod.1.gz -man/man1/snapshot-compare.1.gz -man/man1/snapshot-dir.1.gz +share/man/man1/cp-build.1.gz +share/man/man1/csiod.1.gz +share/man/man1/ftp-cp.1.gz +share/man/man1/ftp-get.1.gz +share/man/man1/ftp-put.1.gz +share/man/man1/ftp-test.1.gz +share/man/man1/http-get.1.gz +share/man/man1/http-stress.1.gz +share/man/man1/proxy-server.1.gz +share/man/man1/siod.1.gz +share/man/man1/snapshot-compare.1.gz +share/man/man1/snapshot-dir.1.gz diff --git a/mail/bsd-vacation/Makefile b/mail/bsd-vacation/Makefile index fe58dd9b56b9..efda81508f65 100644 --- a/mail/bsd-vacation/Makefile +++ b/mail/bsd-vacation/Makefile @@ -1,21 +1,21 @@ PORTNAME= bsd-vacation DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 CATEGORIES= mail MAINTAINER= gbe@FreeBSD.org COMMENT= This is a port of the vacation(1) command based on the BSD4.3 version WWW= https://github.com/gbergling/bsd-vacation LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= gbergling -PLIST_FILES= bin/vacation man/man1/vacation.1.gz +PLIST_FILES= bin/vacation share/man/man1/vacation.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vacation ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/vacation.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/vacation.1.gz ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/exim/Makefile b/mail/exim/Makefile index e592942dd197..0fc97c8e0a8c 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -1,653 +1,653 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= mail MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ /exim4/fixes/:exim \ /exim4/old/:exim DISTNAME= ${PORTNAME}-${EXIM_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:exim DIST_SUBDIR= exim EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fluffy@FreeBSD.org COMMENT?= High performance MTA for Unix systems on the Internet WWW= https://www.exim.org/ LICENSE= GPLv2 BUILD_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock RUN_DEPENDS= p5-File-FcntlLock>0:devel/p5-File-FcntlLock USES= compiler cpe tar:bzip2 perl5 USE_CSTD= c99 # Exim build system is job unsafe atm MAKE_JOBS_UNSAFE= yes # One can tune the following "hidden" knobs: # - EXIM_USER: user exim is running as; # - EXIM_GROUP: ditto for the group; # - LOGDIR: where Exim logs will be put; # - LOG_FILE_PATH: path where '%s' will be substituted with # the target name (main, reject, etc); # - CONFIG_FILE_PATH: path to the default configuration file; # - ALT_CONFIG_PREFIX: path to the default prefix for all # configuration files, excluding the main one; # will be effective only when WITH_ALT_CONFIG_PREFIX # will be set via OPTIONS. .if make(makesum) && !defined(FETCH_ALL) .error "You forgot to define FETCH_ALL to create the sane distinfo" .endif .include "options" OPTIONS_SUB= yes AUTH_SASL_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 BDB_USES= bdb DMARC_LIB_DEPENDS= libopendmarc.so:mail/opendmarc EXIMON_USES= xorg EXIMON_USE= xorg=x11,xaw,xext,xmu,xt GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls ICONV_USES= iconv:lib,build INTERNATIONAL_LIB_DEPENDS= libidn.so:dns/libidn LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb MYSQL_USES= mysql OPENLDAP_USES= ldap PGSQL_LIB_DEPENDS= libicudata.so:devel/icu PGSQL_USES= pgsql pkgconfig REDIS_LIB_DEPENDS= libhiredis.so:databases/hiredis SASLAUTHD_RUN_DEPENDS= ${LOCALBASE}/sbin/saslauthd:security/cyrus-sasl2-saslauthd SA_EXIM_RUN_DEPENDS= ${LOCALBASE}/bin/spamc:mail/spamassassin SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SQLITE_LIB_DEPENDS= libicudata.so:devel/icu SQLITE_USES= pkgconfig sqlite #DEBIAN_PATCHES_PREFIX= ${FILESDIR}/debian/75 #EXTRA_PATCHES= \ # ${DEBIAN_PATCHES_PREFIX}_01-Fix-exit-on-attempt-to-rewrite-a-malformed-address.-.patch:-p1 \ # ${DEBIAN_PATCHES_PREFIX}_05-SPF-fix-memory-accounting-for-error-case.patch:-p1 .include # OCSP is supported for openssl only .if ${PORT_OPTIONS:MOCSP} .if ! ${PORT_OPTIONS:MTLS} IGNORE= you cannot enable OCSP stapling without TLS support .elif ${PORT_OPTIONS:MGNUTLS} IGNORE= you cannot enable OCSP stapling with gnutls .endif .endif # DMARC implies SPF and DKIM .if ${PORT_OPTIONS:MDMARC} .if ! ${PORT_OPTIONS:MSPF} || ! ${PORT_OPTIONS:MDKIM} IGNORE= you cannot enable DMARC without SPF and DKIM support .endif .endif # ARC implies SPF and DKIM .if ${PORT_OPTIONS:MARC} .if ! ${PORT_OPTIONS:MSPF} || ! ${PORT_OPTIONS:MDKIM} IGNORE= you cannot enable ARC without SPF and DKIM support .endif .endif # DANE implies DNSSEC .if ${PORT_OPTIONS:MDANE} .if ! ${PORT_OPTIONS:MDNSSEC} || ! ${PORT_OPTIONS:MTLS} IGNORE= you cannot enable DANE without DNSSEC support or without TLS support .endif .endif .if ${PORT_OPTIONS:MSA_EXIM} || defined(FETCH_ALL) MASTER_SITES+= http://marc.merlins.org/linux/exim/files/:sa_exim \ SF/sa-exim/sa-exim/${SA_EXIM_VERSION}:sa_exim DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Local-sa-exim.c EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Local-sa-exim.conf .endif EXIM_VERSION= 4.97.1 SA_EXIM_VERSION=4.2.1 EXIM_INSTALL_ARG+= "-no_chown" "-no_symlink" EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name '74_*.patch'|${SORT} -h` .if !defined(EXIMON_ONLY) PLIST_SUB+= EXIM="" .if defined(PKGNAMESUFFIX) CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-4.* .endif .for suffix in -ldap2 -mysql -postgresql -sa-exim -sqlite .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != ${suffix} CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}${suffix}-4.* .endif .endfor .if ${PORT_OPTIONS:MEXIMON} CONFLICTS+= ${PKGNAMEPREFIX}${PORTNAME}-monitor-4.* .endif PKGMESSAGE= ${WRKDIR}/POST-INSTALL-NOTES .else # !EXIMON_ONLY PLIST_SUB+= EXIM="@comment " PORT_OPTIONS+= EXIMON PKGMESSAGE= ${WRKDIR}/pkg-message EXIM_INSTALL_ARG+= "eximon" "eximon.bin" .endif # !EXIMON_ONLY PORTDOC_BASE= ACKNOWLEDGMENTS NOTICE README.UPDATING PORTDOC_FILES= ChangeLog Exim3.upgrade Exim4.upgrade NewStuff \ OptionLists.txt README README.SIEVE dbm.discuss.txt \ experimental-spec.txt filter.txt spec.txt PORT_EXAMPLES= convert4r3 convert4r4 transport-filter.pl DAILY_SCRIPTS= 150.exim-tidydb 460.exim-mail-rejects MAKE_ENV+= OSTYPE="${OPSYS}" ARCHTYPE="${ARCH}" DUMMY_LDFLAGS="${DUMMY_LDFLAGS}" STRIP_COMMAND="${STRIP_CMD}" EXIM_USER?= mailnull EXIM_GROUP?= mail # Default user/group are system ones, so we don't want to check them .if ${EXIM_USER} != "mailnull" USERS= ${EXIM_USER} .endif .if ${EXIM_GROUP} != "mail" GROUPS= ${EXIM_GROUP} .endif LOGDIR?= /var/log/exim LOG_FILE_PATH?= ${LOGDIR}/%slog CONFIG_FILE_PATH?= ${PREFIX}/etc/exim/configure ALT_CONFIG_PREFIX?= ${PREFIX}/etc/exim/ EXIM_DYNAMIC_LDFLAGS= -fPIC -rdynamic -Wl,--export-dynamic SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%DOCSDIR%%,${DOCSDIR},g' \ -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},g' \ -e 's,%%EXIM_USER%%,${EXIM_USER},g' \ -e 's,%%EXIM_GROUP%%,${EXIM_GROUP},g' \ -e 's,%%LOGDIR%%,${LOGDIR},g' SEDLIST+= -e 's,XX_CFLAGS_XX,${CFLAGS:S/,/\\,/g},' \ -e 's,XX_PREFIX_XX,${PREFIX:S/,/\\,/g},' \ -e 's,XX_LOCALBASE_XX,${LOCALBASE:S/,/\\,/g},' \ -e 's,XX_LOG_FILE_PATH_XX,${LOG_FILE_PATH:S/,/\\,/g},' \ -e 's,XX_CONFIG_FILE_PATH_XX,${CONFIG_FILE_PATH:S/,/\\,/g},' \ -e 's,XX_ALT_CONFIG_PREFIX_XX,${ALT_CONFIG_PREFIX:S/,/\\,/g},' \ -e 's,XX_EXIM_USER_XX,${EXIM_USER:S/,/\\,/g},' \ -e 's,XX_EXIM_GROUP_XX,${EXIM_GROUP:S/,/\\,/g},' \ -e 's,XX_DEFAULT_CHARSET_XX,${WITH_DEFAULT_CHARSET:S/,/\\,/g},' \ -e 's,XX_DYNAMIC_LDFLAGS_XX,${EXIM_DYNAMIC_LDFLAGS:S/,/\\,/g},' PLIST_SUB+= EXIM_VERSION="${EXIM_VERSION}-${PORTREVISION}" \ EXIM_USER=${EXIM_USER} \ EXIM_GROUP=${EXIM_GROUP} \ LOGDIR="${LOGDIR:S/^\///}" # Exim refuses to run local deliveries as root by default. You can # add other users to this colon-separated list that cannot be # overridden at runtime below, but are advised not to remove "root". #WITH_FIXED_NEVER_USERS= root:daemon:bin # When Exim is decoding MIME "words" in header lines it converts any foreign # character sets to the one that is set in the headers_charset option. # The default setting is defined by this setting: WITH_DEFAULT_CHARSET?= ISO-8859-1 # You should not need to fiddle with anything below this point. LIB_DEPENDS+= libpcre2-posix.so:devel/pcre2 .if ! ${PORT_OPTIONS:MDKIM} SEDLIST+= -e 's,^\# (DISABLE_DKIM=),\1,' .endif .if ${PORT_OPTIONS:MLISTMATCH_RHS} SEDLIST+= -e 's,^\# (EXPAND_LISTMATCH_RHS=),\1,' .endif .if ${PORT_OPTIONS:MDCC} SEDLIST+= -e 's,^\# (EXPERIMENTAL_DCC=),\1,' .endif .if ${PORT_OPTIONS:MPROXY} SEDLIST+= -e 's,^\# (SUPPORT_PROXY=),\1,' .endif .if ${PORT_OPTIONS:MCERTNAMES} SEDLIST+= -e 's,^\# (EXPERIMENTAL_CERTNAMES=),\1,' .endif .if ${PORT_OPTIONS:MDSN} SEDLIST+= -e 's,^\# (EXPERIMENTAL_DSN=),\1,' .endif .if !${PORT_OPTIONS:MDANE} SEDLIST+= -e 's,^(SUPPORT_DANE=),\#\1,' .endif .if ${PORT_OPTIONS:MARC} SEDLIST+= -e 's,^\# (EXPERIMENTAL_ARC=),\1,' .endif .if !${PORT_OPTIONS:MEVENT} SEDLIST+= -e 's,^\# (DISABLE_EVENT=),\1,' .endif .if ${PORT_OPTIONS:MINTERNATIONAL} SEDLIST+= -e 's,^\# (SUPPORT_I18N=),\1,' \ -e 's,XX_IDN_LIBS_XX,-L${LOCALBASE}/lib -lidn,' .else SEDLIST+= -e 's,XX_IDN_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MSOCKS} SEDLIST+= -e 's,^\# (SUPPORT_SOCKS=),\1,' .endif .if !${PORT_OPTIONS:MPRDR} SEDLIST+= -e 's,^\# (DISABLE_PRDR=),\1,' .endif .if !${PORT_OPTIONS:MOCSP} SEDLIST+= -e 's,^\# (DISABLE_OCSP=),\1,' .endif .if !${PORT_OPTIONS:MDNSSEC} SEDLIST+= -e 's,^\# (DISABLE_DNSSEC=),\1,' .endif .if ${PORT_OPTIONS:MDMARC} SEDLIST+= -e 's,XX_DMARC_LIBS_XX,-L${LOCALBASE}/lib -lopendmarc,' \ -e 's,^\# (SUPPORT_DMARC=),\1,' .else SEDLIST+= -e 's,XX_DMARC_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MWISHLIST} EXTRA_PATCHES+= `${FIND} ${PATCHDIR} -name 'wishlist-*.patch'` .endif .if ${PORT_OPTIONS:MFIXED_NEVER_USERS} SEDLIST+= -e 's,^(FIXED_NEVER_USERS=).*,\1${WITH_FIXED_NEVER_USERS:S/,/\\,/g},' .endif .if ${PORT_OPTIONS:MEXIMON} SEDLIST+= -e 's,^\# (EXIM_MONITOR=),\1,' .endif .if ${PORT_OPTIONS:MTLS} .if ! ${PORT_OPTIONS:MGNUTLS} USES+= ssl SEDLIST+= -e 's,^\# (USE_OPENSSL=),\1,' SEDLIST+= -e 's,^\# (TLS_LIBS=.*-lssl[[:space:]]),\1,' BROKEN_SSL= openssl31 BROKEN_SSL_REASON= error: token is not a valid binary operator in a preprocessor subexpression .else SEDLIST+= -e 's,^\# (USE_GNUTLS=),\1,' SEDLIST+= -e 's,^\# (TLS_LIBS=.*-lgnutls[[:space:]]),\1,' .endif .else # TLS support SEDLIST+= -e 's,^\# (DISABLE_TLS=),\1,' .endif .if ${PORT_OPTIONS:MEMBEDDED_PERL} SEDLIST+= -e 's,^\# (EXIM_PERL=),\1,' .endif .if ${PORT_OPTIONS:MTCP_WRAPPERS} SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ -e 's,^\# (USE_TCP_WRAPPERS=),\1,' .else SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MICONV} SEDLIST+= -e 's,XX_ICONV_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib ${ICONV_LIB},' \ -e 's,^\# (HAVE_ICONV=),\1,' .else SEDLIST+= -e 's,XX_ICONV_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MOPENLDAP} LDAP_LIB_TYPE= OPENLDAP2 SEDLIST+= -e 's,XX_LDAP_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -llber -lldap,' \ -e 's,XX_LDAP_INCLUDE_XX,-I${LOCALBASE:S/,/\\,/g}/include,' \ -e 's,XX_LDAP_TYPE_XX,${LDAP_LIB_TYPE:S/,/\\,/g},' \ -e 's,^\# (LOOKUP_LDAP=),\1,' .else SEDLIST+= -e 's,XX_LDAP_[^ ]*_XX,,' \ -e 's,^(LDAP_LIB_TYPE=),\# \1,' .endif .if ${PORT_OPTIONS:MBDB} INVALID_BDB_VER= 2 3 6 18 DB_LIBS= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} DB_INCLUDES= -I${BDB_INCLUDE_DIR} .else DB_LIBS= DB_INCLUDES= SEDLIST+= -e 's,^(DBMLIB=),\# \1,' .endif SEDLIST+= -e 's,XX_DB_LIBS_XX,${DB_LIBS:S/,/\\,/g},' \ -e 's,XX_DB_INCLUDES_XX,${DB_INCLUDES:S/,/\\,/g},' .if ${PORT_OPTIONS:MLMDB} _LMDB_LIBS= -L${LOCALBASE}/lib -llmdb _LMDB_INCLUDES= -I${LOCALBASE}/include SEDLIST+= -e 's,^\# (EXPERIMENTAL_LMDB=),\1,' .else _LMDB_LIBS= _LMDB_INCLUDES= .endif SEDLIST+= -e 's,XX_LMDB_LIBS_XX,${_LMDB_LIBS:S/,/\\,/g},' \ -e 's,XX_LMDB_INCLUDES_XX,${_LMDB_INCLUDES:S/,/\\,/g},' .if ${PORT_OPTIONS:MMYSQL} SEDLIST+= -e 's,XX_MYSQL_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib/mysql -l${_MYSQL_SHLIB:S/lib//},' \ -e 's,XX_MYSQL_INCLUDE_XX,-I${LOCALBASE:S/,/\\,/g}/include/mysql,' \ -e 's,^\# (LOOKUP_MYSQL=),\1,' .else SEDLIST+= -e 's,XX_MYSQL_[^ ]*_XX,,' .endif .if ${PORT_OPTIONS:MSASLAUTHD} SASLAUTHD_SOCKET?= /var/run/saslauthd/mux SEDLIST+= -e 's,^\# (CYRUS_SASLAUTHD_SOCKET=).*,\1${SASLAUTHD_SOCKET:S/,/\\,/g},' .endif .if ${PORT_OPTIONS:MPAM} SEDLIST+= -e 's,XX_PAM_LIBS_XX,-lpam,' \ -e 's,^\# (SUPPORT_PAM=),\1,' .else SEDLIST+= -e 's,XX_PAM_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MAUTH_CRAM_MD5} SEDLIST+= -e 's,^\# (AUTH_CRAM_MD5=),\1,' .endif .if ${PORT_OPTIONS:MAUTH_PLAINTEXT} SEDLIST+= -e 's,^\# (AUTH_PLAINTEXT=),\1,' .endif .if ${PORT_OPTIONS:MAUTH_DOVECOT} SEDLIST+= -e 's,^\# (AUTH_DOVECOT=),\1,' .endif .if ${PORT_OPTIONS:MAUTH_SPA} SEDLIST+= -e 's,^\# (AUTH_SPA=),\1,' .endif .if ${PORT_OPTIONS:MAUTH_SASL} SEDLIST+= -e 's,^\# (AUTH_CYRUS_SASL=),\1,' \ -e 's,^\# (AUTH_LIBS=.*-lsasl2),\1,' .endif .if ${PORT_OPTIONS:MAUTH_TLS} SEDLIST+= -e 's,^\# (AUTH_TLS=),\1,' .endif .if ${PORT_OPTIONS:MAUTH_RADIUS} WITH_RADIUS_TYPE?= RADLIB .if ${WITH_RADIUS_TYPE:tl} == radlib SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-lradius,' \ -e 's,^\# (RADIUS_CONFIG_FILE=).*,\1/etc/radius.conf,' \ -e 's,^\# (RADIUS_LIB_TYPE=).*,\1RADLIB,' .elif ${WITH_RADIUS_TYPE:tl} == radiusclient LIB_DEPENDS+= libfreeradius-client.so:net/freeradius-client SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -lfreeradius-client,' \ -e 's,^\# (RADIUS_CONFIG_FILE=).*,\1${LOCALBASE:S/,/\\,/g}/etc/radiusclient/radiusclient.conf,' \ -e 's,^\# (RADIUS_LIB_TYPE=).*,\1RADIUSCLIENTNEW,' .else IGNORE= the variable WITH_RADIUS_TYPE must be either RADLIB or RADIUSCLIENT .endif .else SEDLIST+= -e 's,XX_RADIUS_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MPGSQL} SEDLIST+= -e 's,XX_PGSQL_LIBS_XX,-L${LOCALBASE:S/,/\\,/g}/lib -lpq,' \ -e 's,XX_PGSQL_INCLUDE_XX,-I${LOCALBASE:S/,/\\,/g}/include/pgsql,' \ -e 's,^\# (LOOKUP_PGSQL=),\1,' .else SEDLIST+= -e 's,XX_PGSQL_[^ ]*_XX,,' .endif .if ! ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL} && !defined(LDAP_LIB_TYPE) && \ ! ${PORT_OPTIONS:MBDB} && ! ${PORT_OPTIONS:MLMDB} SEDLIST+= -e 's,^(LOOKUP_LIBS=),\# \1,' \ -e 's,^(LOOKUP_INCLUDE=),\# \1,' .endif .if ! ${PORT_OPTIONS:MDNSDB} SEDLIST+= -e 's,^(LOOKUP_DNSDB=),\# \1,' .endif .if ${PORT_OPTIONS:MMAILDIR} SEDLIST+= -e 's,^\# (SUPPORT_MAILDIR=),\1,' .endif .if ${PORT_OPTIONS:MMAILSTORE} SEDLIST+= -e 's,^\# (SUPPORT_MAILSTORE=),\1,' .endif .if ${PORT_OPTIONS:MMBX} SEDLIST+= -e 's,^\# (SUPPORT_MBX=),\1,' .endif .if ${PORT_OPTIONS:MCDB} SEDLIST+= -e 's,^\# (LOOKUP_CDB=),\1,' .endif .if ${PORT_OPTIONS:MDSEARCH} SEDLIST+= -e 's,^\# (LOOKUP_DSEARCH=),\1,' .endif .if ! ${PORT_OPTIONS:MLSEARCH} SEDLIST+= -e 's,^(LOOKUP_LSEARCH=),\# \1,' .endif .if ${PORT_OPTIONS:MNIS} SEDLIST+= -e 's,^\# (LOOKUP_NIS=),\1,' .endif .if ${PORT_OPTIONS:MPASSWD} SEDLIST+= -e 's,^\# (LOOKUP_PASSWD=),\1,' .endif .if ${PORT_OPTIONS:MSQLITE} SEDLIST+= -e 's,XX_SQLITE_LIBS_XX,`pkg-config --static --libs sqlite3`,' \ -e 's,XX_SQLITE_FLAGS_XX,`pkg-config --cflags sqlite3`,' \ -e 's,^\# (LOOKUP_SQLITE=),\1,' .else SEDLIST+= -e 's,XX_SQLITE_LIBS_XX,,' \ -e 's,XX_SQLITE_FLAGS_XX,,' .endif .if ${PORT_OPTIONS:MREDIS} SEDLIST+= -e 's,XX_REDIS_LIBS_XX,-L${LOCALBASE}/lib -lhiredis,' \ -e 's,^\# (LOOKUP_REDIS=),\1,' \ -e 's,^\# (REDIS=),\1,' .else SEDLIST+= -e 's,XX_REDIS_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MLMTP} SEDLIST+= -e 's,^\# (TRANSPORT_LMTP=),\1,' .endif .if ! ${PORT_OPTIONS:MALT_CONFIG_PREFIX} SEDLIST+= -e 's,^(ALT_CONFIG_PREFIX=),\# \1,' .endif .if ${PORT_OPTIONS:MSPF} SEDLIST+= -e 's,XX_SPF_FLAGS_XX,-DSPF,' \ -e 's,XX_SPF_LIBS_XX,-L${LOCALBASE}/lib -lspf2 -lpthread,' \ -e 's,^\# (SUPPORT_SPF=),\1,' .else SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \ -e 's,XX_SPF_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MSRS} SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSUPPORT_SRS,' \ -e 's,XX_SRS_LIBS_XX,,' .elif ${PORT_OPTIONS:MOLD_SRS} LIB_DEPENDS+= libsrs_alt.so:mail/libsrs_alt SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS_ALT,' \ -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' .else SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \ -e 's,XX_SRS_LIBS_XX,,' .endif .if ${PORT_OPTIONS:MREADLINE} SEDLIST+= -e 's,^\# (USE_READLINE=),\1,' .endif .if ${PORT_OPTIONS:MCONTENT_SCAN} SEDLIST+= -e 's,^\# (WITH_CONTENT_SCAN=),\1,' .endif .if !defined(EXIMON_ONLY) && ${PORT_OPTIONS:MDAEMON} USE_RC_SUBR= exim PLIST_SUB+= EXIMDAEMON="" SUB_LIST+= LOGDIR="${LOGDIR}" .else PLIST_SUB+= EXIMDAEMON="@comment " .endif .if ${PORT_OPTIONS:MIPV6} SEDLIST+= -e 's,^\# (HAVE_IPV6=),\1,' .endif .if ${PORT_OPTIONS:MDISABLE_D_OPT} SEDLIST+= -e 's,^\# (DISABLE_D_OPTION=),\1,' .else .if defined(WHITELIST_D_MACROS) SEDLIST+= -e 's,^\# (WHITELIST_D_MACROS=).*$$,\1${WHITELIST_D_MACROS:S/,/\\,/g},' .endif .endif .if defined(TRUSTED_CONFIG_LIST) SEDLIST+= -e 's,^\# (TRUSTED_CONFIG_LIST=).*$$,\1${TRUSTED_CONFIG_LIST:S/,/\\,/g},' .endif .if ${PORT_OPTIONS:MQUEUEFILE} SEDLIST+= -e 's,^\# (EXPERIMENTAL_QUEUEFILE=),\1,' .endif MAKE_ENV+= INSTALL_ARG="${EXIM_INSTALL_ARG}" DUMMY_LDFLAGS!= ${ECHO_CMD} ${LDFLAGS} | ${SED} -e 's|-Wl,-rpath|-Wl,-DUMMYrpath|g; s|-rpath|-Wl,-rpath|g; s|-DUMMYrpath|-rpath|g' pre-everything:: @${ECHO} 'Exim now drops privileges when alternate configuration' @${ECHO} 'files are used. You can set make variable TRUSTED_CONFIG_LIST' @${ECHO} 'to specify the list of configuration files for which' @${ECHO} 'root privileges will be retained.' @${ECHO} '' @${ECHO} 'You can whitelist some macros using the make variable' @${ECHO} 'WHITELIST_D_MACROS. This is useful if you are running' @${ECHO} 'with DISABLE_D_OPT set, but macros whitelisting will be' @${ECHO} 'removed in some future Exim release, so it is better' @${ECHO} 'to use TRUSTED_CONFIG_LIST to set the list of trusted' @${ECHO} 'configuration files.' .if empty(.MAKEFLAGS:M-s) && ${PORT_OPTIONS:MWISHLIST} @${ECHO} '' @${ECHO} 'Included extra patches:' @${FIND} ${PATCHDIR} -name 'wishlist-*.patch' \ -exec ${SED} -ne 's,^# , ,p' {} \; @${ECHO} '' .endif post-extract: .if ${PORT_OPTIONS:MSA_EXIM} @cd ${WRKDIR} && ${TAR} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/sa-exim-${SA_EXIM_VERSION}.tar.gz ${EXTRACT_AFTER_ARGS} @@${CP} ${WRKDIR}/sa-exim-${SA_EXIM_VERSION}/sa-exim.c ${WRKSRC}/Local @@${CP} ${WRKDIR}/sa-exim-${SA_EXIM_VERSION}/sa-exim.conf ${WRKSRC}/Local .endif do-configure: @${MKDIR} ${WRKSRC}/Local @${SED} -E ${SEDLIST} ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile .if ${PORT_OPTIONS:MEXIMON} @${CP} ${WRKSRC}/exim_monitor/EDITME ${WRKSRC}/Local/eximon.conf .endif @${REINPLACE_CMD} -E ${SEDLIST} ${WRKSRC}/src/configure.default @${REINPLACE_CMD} -e 's!$$(LDFLAGS)!$$(DUMMY_LDFLAGS) -L$${LOCALBASE}/lib!' ${WRKSRC}/OS/Makefile-Base @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number (${OPSYS}))\\n\\t"/' \ ${WRKSRC}/src/globals.c @${REINPLACE_CMD} -e 's/Exim version %s \(#%s \)\{0,1\}/&(${OPSYS} ${OSREL}) /' ${WRKSRC}/src/exim.c @${REINPLACE_CMD} -e 's/^#include "cnumber\.h"$$/${PORTREVISION}/' ${WRKSRC}/src/version.c @${REINPLACE_CMD} -E -e 's/^(PERL_COMMAND=).*/\1${PERL:S,/,\/,g}/' \ -e 's/^(CC=).*/\1${CC:S,/,\/,g}/' ${WRKSRC}/OS/Makefile-Default .if ${PORT_OPTIONS:MSA_EXIM} @${REINPLACE_CMD} -E -e 's/^\# (HAVE_LOCAL_SCAN=).*/\1yes/' \ ${WRKSRC}/OS/Makefile-Default @${REINPLACE_CMD} -E -e 's/^(LOCAL_SCAN_SOURCE=).*/\1Local\/sa-exim.c/' \ ${WRKSRC}/OS/Makefile-Default @{ \ ${ECHO_CMD} "char *version=\"${SA_EXIM_VERSION}\";"; \ ${ECHO_CMD} "#define SPAMC_LOCATION \"${LOCALBASE}/bin/spamc\""; \ ${ECHO_CMD} "#define SPAMASSASSIN_CONF \"${PREFIX}/etc/exim/sa-exim.conf\""; \ } > ${WRKSRC}/Local/sa-exim.h @${REINPLACE_CMD} -e 's,/usr/bin/spamc,${LOCALBASE}/bin/spamc,' \ ${WRKSRC}/Local/sa-exim.conf .endif @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} configure) post-build: .for script in ${DAILY_SCRIPTS} @${SED} ${SED_SCRIPT} ${FILESDIR}/${script}.sh > ${WRKDIR}/${script}.sh .endfor @${SED} ${SED_SCRIPT} ${FILESDIR}/POST-INSTALL-NOTES > \ ${WRKDIR}/POST-INSTALL-NOTES @${SED} ${SED_SCRIPT} ${FILESDIR}/POST-INSTALL-NOTES.clamd > ${WRKDIR}/POST-INSTALL-NOTES.clamd @${SED} ${SED_SCRIPT} ${FILESDIR}/POST-INSTALL-NOTES > ${WRKDIR}/POST-INSTALL-NOTES @[ ! -f ${PKGDIR}/pkg-message ] || ${SED} ${SED_SCRIPT} ${PKGDIR}/pkg-message > ${WRKDIR}/pkg-message .if !defined(EXIMON_ONLY) post-install: .if ${PORT_OPTIONS:MDAEMON} ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily .for script in ${DAILY_SCRIPTS} ${INSTALL_SCRIPT} ${WRKDIR}/${script}.sh ${STAGEDIR}${PREFIX}/etc/periodic/daily/${script} .endfor .endif @${MKDIR} -m 750 ${STAGEDIR}${LOGDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/exim.8 ${STAGEDIR}${PREFIX}/share/man/man8 .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/POST-INSTALL-NOTES ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/POST-INSTALL-NOTES.clamd ${STAGEDIR}${DOCSDIR} .for docfile in ${PORTDOC_BASE} ${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR} .endfor .for docfile in ${PORTDOC_FILES} ${INSTALL_DATA} ${WRKSRC}/doc/${docfile} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for example in ${PORT_EXAMPLES} ${INSTALL_SCRIPT} ${WRKSRC}/build-${OPSYS}-${ARCH}/${example} ${STAGEDIR}${EXAMPLESDIR} .endfor .endif .if ${PORT_OPTIONS:MSA_EXIM} ${INSTALL_DATA} ${WRKSRC}/Local/sa-exim.conf \ ${STAGEDIR}${PREFIX}/etc/exim/sa-exim.conf.sample .endif .endif # ! defined(EXIMON_ONLY) .include # If using clang, avoid too many warnings due to Exim code style .if ${CHOSEN_COMPILER_TYPE} == "clang" EXIM_WARN_FLAGS?= -Wno-logical-op-parentheses -Wno-macro-redefined -Wno-parentheses -Wno-dangling-else .endif CFLAGS+= ${EXIM_WARN_FLAGS} .include diff --git a/mail/exim/pkg-plist b/mail/exim/pkg-plist index 8ca5e7f4633a..77b6af2cd4dd 100644 --- a/mail/exim/pkg-plist +++ b/mail/exim/pkg-plist @@ -1,46 +1,46 @@ %%SUID%%@mode 4755 %%EXIM%%sbin/exim %%SUID%%@mode %%EXIM%%sbin/exim_checkaccess %%EXIM%%sbin/exim_dbmbuild %%EXIM%%sbin/exim_dumpdb %%EXIM%%sbin/exim_fixdb %%EXIM%%sbin/exim_id_update %%EXIM%%sbin/exim_lock %%EXIM%%sbin/exim_msgdate %%EXIM%%sbin/exim_tidydb %%EXIM%%sbin/exicyclog %%EXIM%%sbin/exigrep %%EXIM%%sbin/eximstats %%EXIM%%sbin/exinext %%EXIM%%sbin/exipick %%EXIM%%sbin/exiqgrep %%EXIM%%sbin/exiqsumm %%EXIM%%sbin/exiwhat -%%EXIM%%man/man8/exim.8.gz +%%EXIM%%share/man/man8/exim.8.gz %%EXIMON%%sbin/eximon %%EXIMON%%sbin/eximon.bin %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/ACKNOWLEDGMENTS %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/NOTICE %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/README.UPDATING %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/Exim3.upgrade %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/Exim4.upgrade %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/NewStuff %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/OptionLists.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/POST-INSTALL-NOTES.clamd %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/README %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/README.SIEVE %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/dbm.discuss.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/experimental-spec.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/filter.txt %%EXIM%%%%PORTDOCS%%%%DOCSDIR%%/spec.txt %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r3 %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/convert4r4 %%EXIM%%%%PORTDOCS%%%%EXAMPLESDIR%%/transport-filter.pl %%EXIMDAEMON%%etc/periodic/daily/150.exim-tidydb %%EXIMDAEMON%%etc/periodic/daily/460.exim-mail-rejects @sample %%ETCDIR%%/configure.sample %%SA_EXIM%%@sample %%ETCDIR%%/sa-exim.conf.sample %%EXIM%%@dir(%%EXIM_USER%%,%%EXIM_GROUP%%,) /%%LOGDIR%% diff --git a/mail/greyfix/Makefile b/mail/greyfix/Makefile index 6aba20e6b7bb..3789d7a5458f 100644 --- a/mail/greyfix/Makefile +++ b/mail/greyfix/Makefile @@ -1,30 +1,30 @@ PORTNAME= greyfix PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.kim-minh.com/pub/greyfix/ \ http://stereochro.me/distfiles/ MAINTAINER= k@stereochro.me COMMENT= Greylisting policy daemon for Postfix WWW= https://www.kim-minh.com/pub/greyfix/ SUB_FILES= pkg-message USES= bdb:5+ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-berkeleydb-libdir=${BDB_LIB_DIR} \ --with-berkeleydb-includedir=${BDB_INCLUDE_DIR} \ --localstatedir=/var post-patch: @${REINPLACE_CMD} 's|-ldb|-l${BDB_LIB_NAME}|g' ${WRKSRC}/configure @${REINPLACE_CMD} 's|$$(localstatedir)/lib|$$(localstatedir)/db|' \ ${WRKSRC}/Makefile.in do-install: @${MKDIR} ${STAGEDIR}/var/db/greyfix ${INSTALL_PROGRAM} ${WRKSRC}/greyfix ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${FILESDIR}/greyfix.8 ${STAGEDIR}${MAN1PREFIX}/man/man8/ + ${INSTALL_MAN} ${FILESDIR}/greyfix.8 ${STAGEDIR}${PREFIX}/share/man/man8/ .include diff --git a/mail/greyfix/pkg-plist b/mail/greyfix/pkg-plist index c29f02377025..d69e977b36d4 100644 --- a/mail/greyfix/pkg-plist +++ b/mail/greyfix/pkg-plist @@ -1,3 +1,3 @@ -man/man8/greyfix.8.gz +share/man/man8/greyfix.8.gz sbin/greyfix @dir(nobody,mail,770) /var/db/greyfix diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index e6db9e0f698f..bfb1c7227d05 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -1,47 +1,43 @@ PORTNAME= mailx PORTVERSION= 12.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= mail MASTER_SITES= SF/heirloom/heirloom-${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= heirloom- MAINTAINER= cy@FreeBSD.org COMMENT= BSD mail utility with MIME, IMAP, POP3, SMTP, and S/MIME extensions WWW= https://heirloom.sourceforge.net/mailx.html LICENSE= BSD4CLAUSE OPTIONS_DEFINE= IPV6 DOCS CONFLICTS= mailx MAKE_JOBS_UNSAFE= yes USES= cpe iconv localbase ssl tar:bzip2 CPE_VENDOR= heirloom CPPFLAGS+= -DOPENSSL_NO_SSL2 MAKE_ARGS= PREFIX="${PREFIX}" \ SYSCONFDIR="${PREFIX}/etc" \ SENDMAIL="/usr/sbin/sendmail" \ CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" PORTDOCS= AUTHORS COPYING ChangeLog README TODO -.include - -.if ${PORT_OPTIONS:MIPV6} -MAKE_ARGS+= IPv6="-DHAVE_IPv6_FUNCS" -.endif +IPV6_MAKE_ARGS= -IPv6="-DHAVE_IPv6_FUNCS" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/nail.rc ${STAGEDIR}${PREFIX}/etc/nail.rc.sample -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist index 2c30ee1584ee..819c87d19061 100644 --- a/mail/heirloom-mailx/pkg-plist +++ b/mail/heirloom-mailx/pkg-plist @@ -1,3 +1,3 @@ bin/mailx @sample etc/nail.rc.sample -man/man1/mailx.1.gz +share/man/man1/mailx.1.gz diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 8d3575a88b6c..e24b800b566d 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -1,53 +1,54 @@ PORTNAME= imapsync PORTVERSION= 2.229 +PORTREVISION= 1 DISTVERSIONPREFIX= imapsync- CATEGORIES= mail perl5 MAINTAINER= pi@FreeBSD.org COMMENT= IMAP synchronization, copy or migration tool WWW= https://imapsync.lamiral.info/ LICENSE= NO_LIMIT_PUBLIC_LICENSE LICENSE_NAME= NO LIMIT PUBLIC LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \ p5-Data-Uniqid>0:devel/p5-Data-Uniqid \ p5-Encode-IMAPUTF7>0:converters/p5-Encode-IMAPUTF7 \ p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive \ p5-File-Tail>0:devel/p5-File-Tail \ p5-IO-Socket-INET6>0:net/p5-IO-Socket-INET6 \ p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ p5-IO-Tee>0:devel/p5-IO-Tee \ p5-JSON-WebToken>0:www/p5-JSON-WebToken \ p5-Mail-IMAPClient>0:mail/p5-Mail-IMAPClient \ p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable \ p5-Readonly>0:devel/p5-Readonly \ p5-Regexp-Common>0:textproc/p5-Regexp-Common \ p5-Sys-MemInfo>0:devel/p5-Sys-MemInfo \ p5-Term-ReadKey>0:devel/p5-Term-ReadKey \ p5-Test-MockObject>0:devel/p5-Test-MockObject \ p5-Unicode-String>0:converters/p5-Unicode-String \ p5-libwww>=0:www/p5-libwww USES= cpe perl5 tar:tgz shebangfix SHEBANG_FILES= ${PORTNAME} USE_GITHUB= yes CPE_VENDOR= gilles_lamiral NO_BUILD= yes NO_ARCH= yes PORTSCOUT= limit:^1\.(\d\.){3} -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz POD2MAN?= pod2man do-install: ${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/mail/mini_sendmail/Makefile b/mail/mini_sendmail/Makefile index bf6e54206a08..51f6f34c386f 100644 --- a/mail/mini_sendmail/Makefile +++ b/mail/mini_sendmail/Makefile @@ -1,20 +1,21 @@ PORTNAME= mini_sendmail PORTVERSION= 1.3.9 +PORTREVISION= 1 CATEGORIES+= mail MASTER_SITES= http://www.acme.com/software/mini_sendmail/ MAINTAINER= demon@FreeBSD.org COMMENT= Tiny MTA with only smart relay capability WWW= https://www.acme.com/software/mini_sendmail/ -PLIST_FILES= bin/mini_sendmail man/man8/mini_sendmail.8.gz +PLIST_FILES= bin/mini_sendmail share/man/man8/mini_sendmail.8.gz do-build: cd ${WRKSRC} && \ ${CC} ${CFLAGS} -static -o ${PORTNAME} ${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/mail/py-offlineimap3/Makefile b/mail/py-offlineimap3/Makefile index cc7cd1bd6631..f210ea64119b 100644 --- a/mail/py-offlineimap3/Makefile +++ b/mail/py-offlineimap3/Makefile @@ -1,88 +1,89 @@ PORTNAME= offlineimap3 DISTVERSIONPREFIX= v DISTVERSION= 8.0.0-18 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g${GH_TAGNAME} CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dereks@lifeofadishwasher.com COMMENT= Two-way synchronization of local Maildir and IMAP folders WWW= https://github.com/OfflineIMAP/offlineimap3 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING # setup.py requires these during build time. Possible move to setup/install_requires: # https://github.com/OfflineIMAP/offlineimap3/issues/110 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imaplib2>=3.5:mail/py-imaplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc6555>=0:mail/py-rfc6555@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2020.6.20:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}distro>=0:sysutils/py-distro@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}imaplib2>=3.5:mail/py-imaplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc6555>=0:mail/py-rfc6555@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=1.25.9:net/py-urllib3@${PY_FLAVOR} USES= pytest python # Project is currently not publishing to pypi sdist. pypi/naming status: # https://github.com/OfflineIMAP/offlineimap3/issues/111 USE_GITHUB= yes GH_ACCOUNT= OfflineIMAP GH_TAGNAME= 253f97a3e947 USE_PYTHON= autoplist concurrent distutils CONFLICTS_INSTALL= mail/py-offlineimap NO_ARCH= yes PORTDOCS= * PORTEXAMPLES= offlineimap.conf OPTIONS_DEFINE= DOCS EXAMPLES GSSAPI MANPAGES OPTIONS_DEFAULT= MANPAGES COMMON_BUILD_DEPENDS= a2x:textproc/asciidoc \ gmake:devel/gmake DOCS_BUILD_DEPENDS= ${COMMON_BUILD_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0:textproc/py-sphinx@${PY_FLAVOR} GSSAPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.9:security/py-gssapi@${PY_FLAVOR} MANPAGES_BUILD_DEPENDS= ${COMMON_BUILD_DEPENDS} -MANPAGES_PLIST_FILES+= man/man1/offlineimap.1.gz \ - man/man7/offlineimapui.7.gz +MANPAGES_PLIST_FILES+= share/man/man1/offlineimap.1.gz \ + share/man/man7/offlineimapui.7.gz # In concurrent env. sphinx-build is only exist for py38 add "-${PYTHON_VER}" to command post-patch: cd ${WRKSRC} && \ ${REINPLACE_CMD} '/^SPHINXBUILD = sphinx-build$$/s/$$/-${PYTHON_VER}/' \ docs/Makefile post-build-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${GMAKE} docs && \ cd html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ '! ( -name .lock -or -name .buildinfo )' post-build-MANPAGES-on: - ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/man/man7/ - ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/man/man1/ + ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/share/man/man7/ + ${MKDIR} ${STAGEDIR}${MAN7PREFIX}/share/man/man1/ cd ${WRKSRC}/docs && ${GMAKE} man && \ - ${INSTALL_MAN} offlineimapui.7 ${STAGEDIR}${MAN7PREFIX}/man/man7/ && \ - ${INSTALL_MAN} offlineimap.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} offlineimapui.7 ${STAGEDIR}${PREFIX}/share/man/man7/ && \ + ${INSTALL_MAN} offlineimap.1 ${STAGEDIR}${PREFIX}/share/man/man1/ post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/offlineimap.conf ${STAGEDIR}${EXAMPLESDIR} pre-test: cd ${WRKSRC} && \ ${CP} test/credentials.conf.sample test/credentials.conf .include diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index ed0646c3c2a4..9bf87ea5b31b 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -1,37 +1,38 @@ PORTNAME= t-prot PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ MAINTAINER= torres.g.alex@gmail.com COMMENT= TOFU Protection - Display Filter for RFC822 messages WWW= https://www.escape.de/~tolot/mutt/ LICENSE= BSD4CLAUSE RUN_DEPENDS= p5-Locale-gettext>=0:devel/p5-Locale-gettext NO_ARCH= yes USES= perl5 shebangfix NO_BUILD= yes PORTDOCS= ChangeLog README TODO PORTEXAMPLES= * -PLIST_FILES= man/man1/t-prot.1.gz bin/t-prot +PLIST_FILES= share/man/man1/t-prot.1.gz bin/t-prot SHEBANG_FILES= t-prot OPTIONS_DEFINE= EXAMPLES DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/math/ised/Makefile b/math/ised/Makefile index e751c99b4aa9..5766809c87ab 100644 --- a/math/ised/Makefile +++ b/math/ised/Makefile @@ -1,23 +1,23 @@ PORTNAME= ised PORTVERSION= 2.7.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} MAINTAINER= salvadore@FreeBSD.org COMMENT= Tool for generating number sequences and arithmetic evaluation WWW= https://ised.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= libedit tar:bzip2 GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/math/lapack/Makefile b/math/lapack/Makefile index 4ba78403cad4..6bbcb6659a72 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,173 +1,173 @@ PORTNAME?= lapack PORTVERSION= 3.12.0 .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) -PORTREVISION= 0 +PORTREVISION= 1 .else -PORTREVISION?= 0 # Never remove this line, keep PORTREVISION?=0 in case. +PORTREVISION?= 1 # Never remove this line, keep PORTREVISION?=0 in case. .endif CATEGORIES= math MASTER_SITES= https://github.com/Reference-LAPACK/lapack/archive/refs/tags/:src \ http://www.netlib.org/lapack/:man \ LOCAL/thierry/lapack-${PORTVERSION}/:man DISTFILES= v${PORTVERSION}${EXTRACT_SUFX}:src .if make(makesum) || !(defined(BLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT)) DISTFILES+= manpages.tgz:man .endif DIST_SUBDIR= lapack-${PORTVERSION} MAINTAINER?= fortran@FreeBSD.org COMMENT?= Linear Algebra PACKage WWW?= https://www.netlib.org/lapack/ LICENSE?= BSD3CLAUSE USES= cmake:testing cpe fortran WRKSRC= ${WRKDIR}/lapack-${PORTVERSION} # The actual math/scilab needs deprecated functions - to be removed later CMAKE_ON= BUILD_SHARED_LIBS BUILD_DEPRECATED USE_LDCONFIG= yes CPE_VENDOR= lapack_project CPE_PRODUCT= lapack SVERSION= ${PORTVERSION:R:R} PLIST_SUB= SVERSION="${SVERSION}" VER=${PORTVERSION} .include .if defined(BLAS_SLAVEPORT) BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/BLAS/SRC INSTALL_WRKSRC= ${BUILD_WRKSRC} BLASLIB= libblas.a LIBS= blas PLIST_SUB+= BLAS="" CBLAS="@comment " LAPACK="@comment " XLAPACK="@comment " LAPACKE="@comment " .elif defined(CBLAS_SLAVEPORT) BUILD_DEPENDS+= lapack>0:math/lapack LIB_DEPENDS+= libblas.so:math/blas CMAKE_ON+= CBLAS BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/CBLAS INSTALL_WRKSRC= ${BUILD_WRKSRC} CBLASLIB= libcblas.a LIBS= cblas PLIST_SUB+= BLAS="@comment " CBLAS="" LAPACK="@comment " XLAPACK="@comment " LAPACKE="@comment " .elif defined(LAPACKE_SLAVEPORT) USES+= blaslapack CMAKE_ON+= USE_OPTIMIZED_LAPACK LAPACKE CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so" \ -DLAPACK_LIBRARIES="${LOCALBASE}/lib/liblapack.so" BUILD_WRKSRC= ${CONFIGURE_WRKSRC}/LAPACKE INSTALL_WRKSRC= ${BUILD_WRKSRC} LAPACKELIB= liblapacke.a PLIST_SUB+= BLAS="@comment " CBLAS="@comment " LAPACK="@comment " XLAPACK="@comment " LAPACKE="" .elif defined(XLAPACK_SLAVEPORT) LIB_DEPENDS+= libblas.so:math/blas \ liblapack.so:math/lapack \ libxblas.so:math/xblas FFLAGS+= -fallow-argument-mismatch CMAKE_ON+= USE_XBLAS BUILD_TESTING CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so" PLIST_SUB+= BLAS="@comment " CBLAS="@comment " LAPACK="@comment " XLAPACK="" LAPACKE="@comment " .else # Upstream recommand to use an optimized BLAS, but it would cause conflicts # among the dependencies: for an optimized lapack switch to OpenBLAS. # BUILD_TESTING to get tmglib. LIB_DEPENDS+= libblas.so:math/blas . if defined(MAINTAINER_MODE) USES+= python:build,test BINARY_ALIAS+= python3=${PYTHON_CMD} . endif CMAKE_ON+= USE_OPTIMIZED_BLAS BUILD_TESTING CMAKE_ARGS+= -DBLAS_LIBRARIES="${LOCALBASE}/lib/libblas.so" LIBS= lapack PLIST_SUB+= BLAS="@comment " CBLAS="@comment " LAPACK="" XLAPACK="@comment " LAPACKE="@comment " .endif .include post-patch: ${SED} -Ee '\ s@^(FORTRAN|LOADER)([[:blank:]]*=)(.*)@\1\2 $${FC}@; \ s@^(OPTS[[:blank:]]*=)(.*)@\1 $${FFLAGS} $${EXTRAFLAGS}@; \ s@^NOOPT[[:blank:]]*=.*@& $${EXTRAFLAGS}@; \ s@^(LOADOPTS[[:blank:]]*=)(.*)@\1 $${LDFLAGS} $${EXTRAFLAGS}@; \ s@^(CC[[:blank:]]*=)(.*)@@; \ s@^(FC[[:blank:]]*=)(.*)@@; \ s@^(CFLAGS[[:blank:]]*)(=)(.*)@\1 += $${EXTRAFLAGS}@; \ s@^(FFLAGS[[:blank:]]*=)(.*)@@; \ s@^(LDFLAGS[[:blank:]]*=)(.*)@@; \ \@(BLAS|LAPACKE|RAN)LIB[[:blank:]]*=@d;' \ ${WRKSRC}/make.inc.example > ${WRKSRC}/make.inc pre-configure: ${REINPLACE_CMD} -e 's@\./lapack_testing\.py@${S} &@' \ ${WRKSRC}/Makefile ${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ ${SED} -i ".bak" -e 's|^ifdef|.ifdef|;s|^endif|.endif|' post-build: .if defined(BLAS_SLAVEPORT) ${SED} -e 's|%%LIB%%|blas|g;s|cd SRC|cd BLAS/SRC|;s|SRC/lib|BLAS/SRC/lib|' \ ${FILESDIR}/static.mk >> ${BUILD_WRKSRC}/CMakeFiles/blas.dir/build.make (cd ${CONFIGURE_WRKSRC} && ${MAKE} -f BLAS/SRC/CMakeFiles/blas.dir/build.make build-static) .elif defined(CBLAS_SLAVEPORT) ${SED} -e 's|%%LIB%%|cblas|g;s|cd SRC|cd CBLAS/src|;s|SRC/lib|CBLAS/src/lib|' \ ${FILESDIR}/static.mk >> ${BUILD_WRKSRC}/src/CMakeFiles/cblas.dir/build.make (cd ${CONFIGURE_WRKSRC} && ${MAKE} -f CBLAS/src/CMakeFiles/cblas.dir/build.make build-static) .elif defined(LAPACKE_SLAVEPORT) ${SED} -e 's|%%LIB%%|lapacke|g;s|cd SRC|cd LAPACKE|' ${FILESDIR}/static.mk \ >> ${BUILD_WRKSRC}/CMakeFiles/lapacke.dir/build.make (cd ${CONFIGURE_WRKSRC} && ${MAKE} -f LAPACKE/CMakeFiles/lapacke.dir/build.make build-static) .else # xlapack + Lapack + tmglib ${SED} -e 's|%%LIB%%|lapack|g' ${FILESDIR}/static.mk \ >> ${BUILD_WRKSRC}/SRC/CMakeFiles/lapack.dir/build.make (cd ${CONFIGURE_WRKSRC} && ${MAKE} -f SRC/CMakeFiles/lapack.dir/build.make build-static) ${SED} -e 's|%%LIB%%|tmglib|g;s|cd SRC|cd TESTING/MATGEN|;s|SRC/lib|TESTING/MATGEN/lib|' \ ${FILESDIR}/static.mk >> ${BUILD_WRKSRC}/TESTING/MATGEN/CMakeFiles/tmglib.dir/build.make (cd ${BUILD_WRKSRC} && ${MAKE} -f TESTING/MATGEN/CMakeFiles/tmglib.dir/build.make build-static) .endif pre-su-install: .if !(defined(BLAS_SLAVEPORT) || defined(CBLAS_SLAVEPORT) || defined(XLAPACK_SLAVEPORT) || defined(LAPACKE_SLAVEPORT)) cd ${WRKDIR} && ${FIND} man/man3 -type f | ${GREP} -v Users_julie | \ - tee ${WRKDIR}/manpages | ${SED} 's|$$|.gz|' >> ${TMPPLIST} + tee ${WRKDIR}/manpages | ${SED} 's|^|share/|; s|$$|.gz|' >> ${TMPPLIST} cd ${WRKDIR} && \ - ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${MAN3PREFIX}/man/man3 < ${WRKDIR}/manpages + ${XARGS} -J @ ${INSTALL_MAN} @ ${STAGEDIR}${PREFIX}/share/man/man3 < ${WRKDIR}/manpages .endif post-install: .if defined(BLAS_SLAVEPORT) ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/BLAS/SRC/${BLASLIB} ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/BLAS/blas.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig .elif defined(CBLAS_SLAVEPORT) # Avoid conflict with OpenBLAS ${MKDIR} ${STAGEDIR}${PREFIX}/include/cblas ${MV} ${STAGEDIR}${PREFIX}/include/*.h ${STAGEDIR}${PREFIX}/include/cblas/ ${INSTALL_DATA} ${BUILD_WRKSRC}/src/${CBLASLIB} ${STAGEDIR}${PREFIX}/lib .elif defined(LAPACKE_SLAVEPORT) # Avoid conflict with OpenBLAS ${MKDIR} ${STAGEDIR}${PREFIX}/include/lapacke ${MV} ${STAGEDIR}${PREFIX}/include/*.h ${STAGEDIR}${PREFIX}/include/lapacke/ ${INSTALL_DATA} ${CONFIGURE_WRKSRC}/LAPACKE/${LAPACKELIB} ${STAGEDIR}${PREFIX}/lib .elif defined(XLAPACK_SLAVEPORT) ${INSTALL_DATA} ${BUILD_WRKSRC}/SRC/liblapack.a ${STAGEDIR}${PREFIX}/lib/libxlapack.a ${INSTALL_DATA} ${BUILD_WRKSRC}/TESTING/MATGEN/libtmglib.a \ ${STAGEDIR}${PREFIX}/lib/libxtmglib.a ${MV} ${STAGEDIR}${PREFIX}/lib/liblapack.so \ ${STAGEDIR}${PREFIX}/lib/libxlapack.so.${PORTVERSION} ${LN} -sf libxlapack.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libxlapack.so ${LN} -sf libxlapack.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib/libxlapack.so.${SVERSION} ${MV} ${STAGEDIR}${PREFIX}/lib/libtmglib.so \ ${STAGEDIR}${PREFIX}/lib/libxtmglib.so.${PORTVERSION} ${LN} -sf libxtmglib.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libxtmglib.so ${LN} -sf libxtmglib.so.${PORTVERSION} \ ${STAGEDIR}${PREFIX}/lib/libxtmglib.so.${SVERSION} ${SED} -e 's|lapack|xlapack|g;s|LAPACK|XLAPACK|' \ ${STAGEDIR}${PREFIX}/libdata/pkgconfig/lapack.pc \ > ${STAGEDIR}${PREFIX}/libdata/pkgconfig/xlapack.pc ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/lapack.pc .else # Lapack ${INSTALL_DATA} ${BUILD_WRKSRC}/SRC/liblapack.a ${STAGEDIR}${PREFIX}/lib ${INSTALL_DATA} ${BUILD_WRKSRC}/TESTING/MATGEN/libtmglib.a ${STAGEDIR}${PREFIX}/lib .endif .include diff --git a/misc/binclock/Makefile b/misc/binclock/Makefile index 0261b7bd9669..85731b1f672c 100644 --- a/misc/binclock/Makefile +++ b/misc/binclock/Makefile @@ -1,28 +1,29 @@ PORTNAME= binclock DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.ngolde.de/download/ MAINTAINER= dereckson@gmail.com COMMENT= CLI binary clock WWW= http://www.ngolde.de/binclock.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README -PLIST_FILES= bin/binclock etc/binclockrc man/man1/binclock.1.gz +PLIST_FILES= bin/binclock etc/binclockrc share/man/man1/binclock.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/binclock ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/binclockrc ${STAGEDIR}${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/doc/binclock.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/binclock.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/binclock do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/boxes/Makefile b/misc/boxes/Makefile index e3964785f831..1cbca445332d 100644 --- a/misc/boxes/Makefile +++ b/misc/boxes/Makefile @@ -1,51 +1,51 @@ PORTNAME= boxes PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= olgeni@FreeBSD.org COMMENT= Draws ASCII-art configurable boxes around text or code WWW= https://boxes.thomasjensen.com/ LICENSE= GPLv3 LIB_DEPENDS= libpcre2-32.so:devel/pcre2 \ libunistring.so:devel/libunistring USES= bison gmake USE_GITHUB= yes GH_ACCOUNT= ascii-boxes MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS} -I. -I../src -I${LOCALBASE}/include" \ GLOBALCONF=${GLOBALCONF} \ LDFLAGS="-L${LOCALBASE}/lib" ALL_TARGET= build GLOBALCONF= ${DATADIR}/boxes-config PLIST_FILES= ${DATADIR_REL}/${PORTNAME}-config \ bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-patch: @${RM} ${WRKSRC}/src/${PORTNAME}.h ${WRKSRC}/doc/${PORTNAME}.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/out/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-config ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/broot/Makefile b/misc/broot/Makefile index ad9db7a46c34..82c76eeded9d 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,57 +1,57 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.28.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org COMMENT= Quick and easy new way to see and navigate directory trees WWW= https://dystroy.org/broot/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgit2.so:devel/libgit2 \ libonig.so:devel/oniguruma RUN_DEPENDS= git:devel/git USES= cargo USE_GITHUB= yes GH_ACCOUNT= canop SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz PORTDOCS= CHANGELOG.md README.md features.md OPTIONS_DEFINE= CLIPBOARD DOCS OPTIONS_DEFAULT= CLIPBOARD CLIPBOARD_DESC= Enable terminal X11 clipboard support CLIPBOARD_USES= python:build xorg CLIPBOARD_USE= XORG=xcb CLIPBOARD_BINARY_ALIAS= python3=${PYTHON_CMD} CLIPBOARD_VARS= CARGO_FEATURES+=clipboard _BUILD_VERSION= ${DISTVERSION} _BUILD_DATE= $$(date +'%Y/%m/%d') pre-build: @${MV} ${WRKSRC}/man/page \ ${WRKSRC}/man/${PORTNAME}.1 @${REINPLACE_CMD} -e 's|#version|${_BUILD_VERSION}|g' \ -e "s|#date|${_BUILD_DATE}|g" \ ${WRKSRC}/man/${PORTNAME}.1 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/misc/ctm/Makefile b/misc/ctm/Makefile index 30ce4a0ad9b2..2f943e1206fd 100644 --- a/misc/ctm/Makefile +++ b/misc/ctm/Makefile @@ -1,46 +1,46 @@ PORTNAME= ctm PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= se@FreeBSD.org COMMENT= Generate, receive and apply FreeBSD source updates per mail WWW= https://github.com/freebsd/ctm LICENSE= Beerware BSD2CLAUSE LICENSE_COMB= multi LICENSE_NAME_Beerware= Beerware LICENSE_TEXT_Beerware= "THE BEER-WARE LICENSE" (Revision 42): \ wrote this file. As long as you retain this notice you \ can do whatever you want with this stuff. If we meet some day, and you think \ this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp LICENSE_PERMS_Beerware= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= tar:txz USE_GITHUB= yes GH_ACCOUNT= freebsd GH_TAGNAME= 5b03b48 OPTIONS_DEFINE= DOCS MAKE_FLAGS= MK_MAN=no do-install: .for f in ctm ctm_dequeue ctm_rmail ctm_smail ${INSTALL_PROGRAM} ${WRKSRC}/${f}/${f} \ ${STAGEDIR}${PREFIX}/sbin .endfor .for f in ctm ctm_rmail ${INSTALL_MAN} ${WRKSRC}/${f}/${f}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ .endfor .for f in ctm_dequeue ctm_smail - ${LN} ${STAGEDIR}${MAN8PREFIX}/man/man8/ctm_rmail.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/${f}.8 + ${LN} ${STAGEDIR}${PREFIX}/share/man/man8/ctm_rmail.8 \ + ${STAGEDIR}${PREFIX}/share/man/man8/${f}.8 .endfor ${INSTALL_MAN} ${WRKSRC}/ctm/ctm.5 \ - ${STAGEDIR}${MAN5PREFIX}/man/man5/ + ${STAGEDIR}${PREFIX}/share/man/man5/ ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .include diff --git a/misc/ctm/pkg-plist b/misc/ctm/pkg-plist index da2c49cdc1ef..09ec823081fc 100644 --- a/misc/ctm/pkg-plist +++ b/misc/ctm/pkg-plist @@ -1,10 +1,10 @@ -man/man5/ctm.5.gz -man/man8/ctm.8.gz -man/man8/ctm_dequeue.8.gz -man/man8/ctm_rmail.8.gz -man/man8/ctm_smail.8.gz +share/man/man5/ctm.5.gz +share/man/man8/ctm.8.gz +share/man/man8/ctm_dequeue.8.gz +share/man/man8/ctm_rmail.8.gz +share/man/man8/ctm_smail.8.gz sbin/ctm sbin/ctm_dequeue sbin/ctm_rmail sbin/ctm_smail %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile index 129c636e3acb..fe64c7b4a9b4 100644 --- a/misc/e2fsprogs-libuuid/Makefile +++ b/misc/e2fsprogs-libuuid/Makefile @@ -1,47 +1,47 @@ PORTREVISION= 0 CATEGORIES= misc devel PKGNAMESUFFIX= -libuuid COMMENT= UUID library from e2fsprogs package LICENSE= BSD3CLAUSE LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING CONFIGURE_ARGS= --enable-elf-shlibs --enable-libuuid OPTIONS_EXCLUDE= NLS MASTERDIR= ${.CURDIR}/../../sysutils/e2fsprogs-core MAKE_ARGS= LIB_SUBDIRS=lib/uuid USE_LDCONFIG= yes ALL_TARGET= libs INSTALL_TARGET= install install-shlibs INSTALL_WRKSRC= ${WRKSRC}/lib/uuid FILESDIR= ${.CURDIR}/files USE_RC_SUBR= uuidd PKGDIR= ${.CURDIR} post-patch:: ${REINPLACE_CMD} -e 's,/var/lib/libuuid,/var/run/libuuid,g' \ -e 's,/usr/sbin/uuidd,${PREFIX}/sbin/uuidd,' \ ${WRKSRC}/lib/uuid/*.[ch] pre-build: ${MKDIR} ${WRKSRC}/lib/uuid/elfshared cd ${WRKSRC}/util && ${MAKE_CMD} subst # ulimit guards against runaway tests # failure to launch uuidd is fine (one might be running, or we may lack # privileges); if it works, it'll quit after 50 seconds post-build: cd ${WRKSRC}/misc && ${MAKE_CMD} uuidgen uuidgen.1 uuidd uuidd.8 cd ${INSTALL_WRKSRC} && ( ulimit -t 5 && ${MAKE_CMD} check ) post-install: ${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidgen ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/misc/uuidgen.1 ${STAGEDIR}${MAN8PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/misc/uuidgen.1 ${STAGEDIR}${PREFIX}/man/man1/ ${INSTALL_PROGRAM} ${WRKSRC}/misc/uuidd ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/misc/uuidd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/misc/uuidd.8 ${STAGEDIR}${PREFIX}/man/man8/ ${MKDIR} ${STAGEDIR}/var/run/libuuid .include "${MASTERDIR}/Makefile" diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 1f1cfee89bfa..3bb089ff380d 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -1,42 +1,43 @@ PORTNAME= gnuls PORTVERSION= 9.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= GNU/coreutils DISTNAME= coreutils-${PORTVERSION} MAINTAINER= bmc@clapper.org COMMENT= GNU colorized 'ls' USES= gmake localbase perl5 tar:xz USE_LDCONFIG= yes USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 CONFLICTS_INSTALL= opendircolors # bin/dircolors PLIST_FILES= bin/dir \ bin/dircolors \ bin/gnuls \ bin/vdir \ - man/man1/dir.1.gz \ - man/man1/dircolors.1.gz \ - man/man1/gnuls.1.gz \ - man/man1/vdir.1.gz + share/man/man1/dir.1.gz \ + share/man/man1/dircolors.1.gz \ + share/man/man1/gnuls.1.gz \ + share/man/man1/vdir.1.gz OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dir ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/dircolors ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/ls ${STAGEDIR}${PREFIX}/bin/gnuls ${INSTALL_PROGRAM} ${WRKSRC}/src/vdir ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/gnuls.1 - ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/dir.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/dircolors.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ls.1 ${STAGEDIR}${PREFIX}/share/man/man1/gnuls.1 + ${INSTALL_MAN} ${WRKSRC}/man/vdir.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/grc/Makefile b/misc/grc/Makefile index 348df74e6f4a..918a69442e4c 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -1,45 +1,46 @@ PORTNAME= grc PORTVERSION= 1.13 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= walter@lifeforms.nl COMMENT= Generic Colouriser WWW= http://kassiopeia.juls.savba.sk/~garabik/software/grc.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= python:run shebangfix SHEBANG_FILES= grc grcat USE_GITHUB= yes GH_ACCOUNT= garabik NO_ARCH= yes NO_BUILD= yes post-patch: .for i in grc grcat @${REINPLACE_CMD} -e \ 's|"/etc/grc|"${PREFIX}/etc/grc|g ; \ s|/usr/local/share/grc|${DATADIR}|g ; \ s|#! /usr/bin/env python3|#!${PYTHON_CMD}| ; \ s|, "/usr/share/grc/"||g' ${WRKSRC}/${i} @${REINPLACE_CMD} -e \ 's| /etc/grc| ${PREFIX}/etc/grc|g ; \ s|/usr/local/share/grc|${DATADIR}|g ; \ s|, /usr/share/grc/||g' ${WRKSRC}/${i}.1 .endfor (cd ${FILESDIR} && ${CP} colourfiles/conf.* ${WRKSRC}/colourfiles) do-install: .for i in grc grcat (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${i} ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.1 ${STAGEDIR}${PREFIX}/share/man/man1) .endfor (cd ${WRKSRC} && ${INSTALL_DATA} grc.conf ${STAGEDIR}${PREFIX}/etc) @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${INSTALL_DATA} colourfiles/conf.* ${STAGEDIR}${DATADIR}) .include diff --git a/misc/grc/pkg-plist b/misc/grc/pkg-plist index 91cda1bd17e2..608f99b086d6 100644 --- a/misc/grc/pkg-plist +++ b/misc/grc/pkg-plist @@ -1,100 +1,100 @@ bin/grc bin/grcat etc/grc.conf -man/man1/grc.1.gz -man/man1/grcat.1.gz +share/man/man1/grc.1.gz +share/man/man1/grcat.1.gz %%DATADIR%%/conf.ant %%DATADIR%%/conf.blkid %%DATADIR%%/conf.common %%DATADIR%%/conf.configure %%DATADIR%%/conf.curl %%DATADIR%%/conf.cvs %%DATADIR%%/conf.df %%DATADIR%%/conf.diff %%DATADIR%%/conf.dig %%DATADIR%%/conf.dnf %%DATADIR%%/conf.docker-machinels %%DATADIR%%/conf.dockerimages %%DATADIR%%/conf.dockerinfo %%DATADIR%%/conf.dockernetwork %%DATADIR%%/conf.dockerps %%DATADIR%%/conf.dockerpull %%DATADIR%%/conf.dockersearch %%DATADIR%%/conf.dockerversion %%DATADIR%%/conf.drill %%DATADIR%%/conf.du %%DATADIR%%/conf.dummy %%DATADIR%%/conf.env %%DATADIR%%/conf.esperanto %%DATADIR%%/conf.fdisk %%DATADIR%%/conf.findmnt %%DATADIR%%/conf.free %%DATADIR%%/conf.gcc %%DATADIR%%/conf.geli %%DATADIR%%/conf.geom %%DATADIR%%/conf.getfacl %%DATADIR%%/conf.getsebool %%DATADIR%%/conf.go-test %%DATADIR%%/conf.gpart %%DATADIR%%/conf.id %%DATADIR%%/conf.ifconfig %%DATADIR%%/conf.iostat_sar %%DATADIR%%/conf.ip %%DATADIR%%/conf.ipaddr %%DATADIR%%/conf.ipneighbor %%DATADIR%%/conf.iproute %%DATADIR%%/conf.iptables %%DATADIR%%/conf.irclog %%DATADIR%%/conf.iwconfig %%DATADIR%%/conf.jobs %%DATADIR%%/conf.kubectl %%DATADIR%%/conf.last %%DATADIR%%/conf.ldap %%DATADIR%%/conf.log %%DATADIR%%/conf.lolcat %%DATADIR%%/conf.ls %%DATADIR%%/conf.lsattr %%DATADIR%%/conf.lsblk %%DATADIR%%/conf.lsmod %%DATADIR%%/conf.lsof %%DATADIR%%/conf.lspci %%DATADIR%%/conf.mount %%DATADIR%%/conf.mtr %%DATADIR%%/conf.mvn %%DATADIR%%/conf.netstat %%DATADIR%%/conf.nmap %%DATADIR%%/conf.ntpdate %%DATADIR%%/conf.pciconf %%DATADIR%%/conf.pfctl %%DATADIR%%/conf.php %%DATADIR%%/conf.ping %%DATADIR%%/conf.ping2 %%DATADIR%%/conf.pkg_search %%DATADIR%%/conf.proftpd %%DATADIR%%/conf.ps %%DATADIR%%/conf.pv %%DATADIR%%/conf.semanageboolean %%DATADIR%%/conf.semanagefcontext %%DATADIR%%/conf.semanageuser %%DATADIR%%/conf.sensors %%DATADIR%%/conf.showmount %%DATADIR%%/conf.sockstat %%DATADIR%%/conf.sql %%DATADIR%%/conf.ss %%DATADIR%%/conf.stat %%DATADIR%%/conf.sysctl %%DATADIR%%/conf.systemctl %%DATADIR%%/conf.tcpdump %%DATADIR%%/conf.top %%DATADIR%%/conf.traceroute %%DATADIR%%/conf.tune2fs %%DATADIR%%/conf.ulimit %%DATADIR%%/conf.uptime %%DATADIR%%/conf.usbconfig %%DATADIR%%/conf.vmstat %%DATADIR%%/conf.vnstat %%DATADIR%%/conf.wdiff %%DATADIR%%/conf.whois %%DATADIR%%/conf.yaml %%DATADIR%%/conf.zfs %%DATADIR%%/conf.zpool diff --git a/misc/kenny/Makefile b/misc/kenny/Makefile index ddf3fac7f6bb..c88bf3915f60 100644 --- a/misc/kenny/Makefile +++ b/misc/kenny/Makefile @@ -1,38 +1,38 @@ PORTNAME= kenny PORTVERSION= 1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= https://aklv.github.io/distfiles/ \ http://www.cgarbs.de/stuff/ DISTNAME= ${PORTNAME}.pl-${PORTVERSION} EXTRACT_SUFX= .gz MAINTAINER= ak@FreeBSD.org COMMENT= Translate text both to and from KennySpeak LICENSE= ART10 CONFLICTS= filters USES= perl5 shebangfix USE_PERL5= extract build run SHEBANG_FILES= ${PORTNAME} EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME} NO_ARCH= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/kenny \ - man/man1/kenny.1.gz + share/man/man1/kenny.1.gz POD2MAN?= ${LOCALBASE}/bin/pod2man do-build: @${POD2MAN} ${WRKSRC}/${PORTNAME} > ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/misc/nut/Makefile b/misc/nut/Makefile index 9dd76f01e685..f0e695a484c2 100644 --- a/misc/nut/Makefile +++ b/misc/nut/Makefile @@ -1,56 +1,56 @@ PORTNAME= nut PORTVERSION= 20.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF PKGNAMEPREFIX= health- MAINTAINER= jhale@FreeBSD.org COMMENT= Nutrition software to record what you eat WWW= https://nut.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake DOCSDIR= ${PREFIX}/share/doc/${PKGBASE} PORTDOCS= CREDITS README nut.html OPTIONS_DEFINE= FLTK DOCS OPTIONS_SUB= yes FLTK_DESC= Install FLTK GUI FLTK_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfltk_images.so:x11-toolkits/fltk FLTK_USES= xorg FLTK_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xinerama,xpm,xrender FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut" FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT="" FLTK_DESKTOP_ENTRIES= "Nut" "" "nuticon" "Nut" "Science;Biology;MedicalSoftware;" false post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|$$(prefix)/lib/nut|${DATADIR}| ; \ s|^HAVE_FLTK|#HAVE_FLTK| ; \ s|^FLTK_NUT|#FLTK_NUT| ; \ s|^CC =|CC ?=| ; \ s|^CXX =|CXX ?=| ; \ s|^CFLAGS :=|CFLAGS +=| ; \ s|$$(OPT)||' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nut ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/nut.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/nut.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/raw.data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} do-install-FLTK-on: ${INSTALL_PROGRAM} ${WRKSRC}/fltk/Nut ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/nuticon.xpm ${STAGEDIR}${PREFIX}/share/pixmaps .include diff --git a/misc/nut/pkg-plist b/misc/nut/pkg-plist index 3e5611c0594a..5fa099da0b50 100644 --- a/misc/nut/pkg-plist +++ b/misc/nut/pkg-plist @@ -1,6 +1,6 @@ %%FLTK%%bin/Nut bin/nut -man/man1/nut.1.gz +share/man/man1/nut.1.gz %%FLTK%%share/pixmaps/nuticon.xpm %%DATADIR%%/WEIGHT.lib %%DATADIR%%/sr27.nut diff --git a/misc/py-powerline-status/Makefile b/misc/py-powerline-status/Makefile index a76728d0627d..603e5dceb03a 100644 --- a/misc/py-powerline-status/Makefile +++ b/misc/py-powerline-status/Makefile @@ -1,54 +1,54 @@ PORTNAME= powerline-status PORTVERSION= 2.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Statusline plugin for vim, zsh, bash, and more WWW= https://github.com/powerline/powerline PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 50d73bfbc8903d526e9de2bf98521e00206c018a.patch:-p1 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/source/license-and-credits.rst RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=3.2.0:sysutils/py-psutil@${PY_FLAVOR} USES= python shebangfix USE_GITHUB= yes GH_ACCOUNT= powerline GH_PROJECT= powerline USE_PYTHON= autoplist distutils SHEBANG_FILES= powerline/bindings/awesome/powerline-awesome.py \ powerline/bindings/bar/powerline-bar.py \ powerline/bindings/i3/powerline-i3.py \ powerline/bindings/lemonbar/powerline-lemonbar.py PORTDOCS= * OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} SPHINX_BUILD_CMD= sphinx-build-${PYTHON_VER} post-patch: @${REINPLACE_CMD} -e 's/%%SPHINXBUILD%%/${SPHINX_BUILD_CMD}/g' ${WRKSRC}/docs/Makefile do-build-DOCS-on: @make -C ${WRKSRC}/docs man html do-install-DOCS-on: .for file in powerline.1 powerline-daemon.1 powerline-lint.1 powerline-config.1 - ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/docs/_build/man/${file} ${STAGEDIR}${PREFIX}/share/man/man1 .endfor cd ${WRKSRC}/docs/_build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} '! -name .buildinfo' post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/powerline .include diff --git a/misc/py-powerline-status/pkg-plist b/misc/py-powerline-status/pkg-plist index 0c21d94c69a3..2c7922d06ad9 100644 --- a/misc/py-powerline-status/pkg-plist +++ b/misc/py-powerline-status/pkg-plist @@ -1,4 +1,4 @@ -%%PORTDOCS%%man/man1/powerline-config.1.gz -%%PORTDOCS%%man/man1/powerline-daemon.1.gz -%%PORTDOCS%%man/man1/powerline-lint.1.gz -%%PORTDOCS%%man/man1/powerline.1.gz +%%PORTDOCS%%share/man/man1/powerline-config.1.gz +%%PORTDOCS%%share/man/man1/powerline-daemon.1.gz +%%PORTDOCS%%share/man/man1/powerline-lint.1.gz +%%PORTDOCS%%share/man/man1/powerline.1.gz diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 0119370c161a..2b08f3a615f5 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -1,81 +1,81 @@ PORTNAME= wmweather+ PORTVERSION= 2.18 PORTREVISION= 1 CATEGORIES= misc windowmaker geography MASTER_SITES= SF/wmweatherplus/wmweather%2B/ \ SF/nemysisfreebsdp/misc/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Displays current conditions and forecasts with icons and text WWW= https://sourceforge.net/projects/wmweatherplus/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libpcre.so:devel/pcre \ libtiff.so:graphics/tiff \ libHermes.so:graphics/Hermes \ libpng.so:graphics/png \ libgif.so:graphics/giflib \ libwraster.so:x11-wm/libwraster USES= iconv jpeg xorg GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwraster=${LOCALBASE} \ --with-libpcre=${LOCALBASE} \ --with-libcurl=${LOCALBASE} \ --with-xpm-includes=${LOCALBASE} \ --with-xpm-libraries=${LOCALBASE} USE_XORG= x11 xext xpm sm ice LDFLAGS+= -lm WRKSRC= ${WRKDIR}/wmweather+-${PORTVERSION} SUB_FILES= pkg-message PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz \ + share/man/man1/${PORTNAME}.1.gz \ share/pixmaps/${PORTNAME}.png PORTDOCS= ChangeLog README PORTEXAMPLES= HINTS example.conf DESKTOP_ENTRIES="${PORTNAME}" "" "${PORTNAME}" \ "${PORTNAME}" "System;Monitor;" "" OPTIONS_DEFINE= DOCS EXAMPLES WM WM_DESC= Depend on Window Maker port (otherwise only libwraster) WM_LIB_DEPENDS= libWMaker.so:x11-wm/windowmaker post-patch: @${REINPLACE_CMD} \ -e 's| __THROW __attribute__ ((__noreturn__))||' \ -e 's|http://www.nws.noaa.gov/tg/siteloc.shtml|http://www.nws.noaa.gov/tg/siteloc.php|' \ -e 's|"/etc/wmweather+.conf"|"${PREFIX}/etc/wmweather+.conf"|' \ ${WRKSRC}/${PORTNAME}.c @${REINPLACE_CMD} \ -e 's|http://www.nws.noaa.gov/tg/siteloc.shtml|http://www.nws.noaa.gov/tg/siteloc.php|' \ -e 's|/etc/wmweather+.conf|${PREFIX}/etc/wmweather+.conf|' \ ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile index d0cbe650da4a..4da35b96347c 100644 --- a/multimedia/dvd-slideshow/Makefile +++ b/multimedia/dvd-slideshow/Makefile @@ -1,76 +1,76 @@ PORTNAME= dvd-slideshow PORTVERSION= 0.8.4 -DISTVERSIONSUFFIX= -2 -PORTREVISION= 11 +DISTVERSIONSUFFIX= -1 +PORTREVISION= 12 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}${DISTVERSIONSUFFIX} \ SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes DISTFILES= ${DISTNAME}${EXTRACT_SUFX} THEMEVERSION= 0.8.4 MAINTAINER= oz@nixil.net COMMENT= Script to create slideshow-style DVD with some simple menus WWW= http://dvd-slideshow.sourceforge.net/ RUN_DEPENDS= bash:shells/bash \ mpeg2enc:multimedia/mjpegtools \ ffmpeg:multimedia/ffmpeg \ sox:audio/sox \ dvdauthor:multimedia/dvdauthor \ jhead:graphics/jhead \ flvtool2:multimedia/rubygem-flvtool2 \ ${LOCALBASE}/share/fonts/urwfonts-ttf/README:x11-fonts/urwfonts-ttf \ cdrecord:sysutils/cdrtools USES= magick:6,run NO_BUILD= yes DATADIR= ${PREFIX}/share/apps/${PORTNAME} OPTIONS_DEFINE= DOCS LAME THEMES TOOLAME VORBIS THEMES_DESC= Install optional themes LAME_RUN_DEPENDS= lame:audio/lame VORBIS_RUN_DEPENDS= oggdec:audio/vorbis-tools TOOLAME_RUN_DEPENDS= toolame:audio/toolame .include .if ${PORT_OPTIONS:MTHEMES} DISTFILES+= ${PORTNAME}-themes-${THEMEVERSION}-1${EXTRACT_SUFX}:themes WRKSRC2= ${WRKDIR}/${PORTNAME}-themes-${THEMEVERSION}-1 PLIST_SUB+= NOTHEMES="" .else PLIST_SUB+= NOTHEMES="@comment " .endif post-patch: .for f in dvd-slideshow dvd-menu dir2slideshow gallery1-to-slideshow jigl2slideshow @${REINPLACE_CMD} -e 's|!/bin/bash|!${PREFIX}/bin/bash|g ; \ s|/usr/share/fonts/|${LOCALBASE}/share/fonts/|g ; \ s|seq |seq2 |g' ${WRKSRC}/${f} . if ${PORT_OPTIONS:MTHEMES} @${REINPLACE_CMD} -e 's|/opt/dvd-slideshow/themes|${DATADIR}/themes|g' \ ${WRKSRC}/${f} . endif .endfor do-install: .for s in dvd-slideshow dvd-menu dir2slideshow gallery1-to-slideshow jigl2slideshow ${INSTALL_SCRIPT} ${WRKSRC}/${s} ${STAGEDIR}${PREFIX}/bin .endfor .for m in dvd-slideshow dvd-menu dir2slideshow gallery1-to-slideshow jigl2slideshow - ${INSTALL_MAN} ${WRKSRC}/man/${m}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/${m}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dvd-slideshowrc ${STAGEDIR}${DOCSDIR} .for d in changelog gallery1-to-slideshow dir2slideshow jigl2slideshow dvd-menu dvd-slideshow ${INSTALL_DATA} ${WRKSRC}/doc/${d}.html ${STAGEDIR}${DOCSDIR} .endfor .if ${PORT_OPTIONS:MTHEMES} @${MKDIR} ${STAGEDIR}${DATADIR}/themes cd ${WRKSRC2} && ${FIND} . | ${CPIO} -dpmu -R ${BINOWN}:${BINGRP} \ --quiet ${STAGEDIR}${DATADIR}/themes .endif .include diff --git a/multimedia/dvd-slideshow/pkg-plist b/multimedia/dvd-slideshow/pkg-plist index 4390d4a1f80e..89a5a70be435 100644 --- a/multimedia/dvd-slideshow/pkg-plist +++ b/multimedia/dvd-slideshow/pkg-plist @@ -1,64 +1,64 @@ bin/dvd-slideshow bin/dvd-menu bin/dir2slideshow bin/gallery1-to-slideshow bin/jigl2slideshow -man/man1/dir2slideshow.1.gz -man/man1/dvd-menu.1.gz -man/man1/dvd-slideshow.1.gz -man/man1/gallery1-to-slideshow.1.gz -man/man1/jigl2slideshow.1.gz +share/man/man1/dir2slideshow.1.gz +share/man/man1/dvd-menu.1.gz +share/man/man1/dvd-slideshow.1.gz +share/man/man1/gallery1-to-slideshow.1.gz +share/man/man1/jigl2slideshow.1.gz %%PORTDOCS%%%%DOCSDIR%%/changelog.html %%PORTDOCS%%%%DOCSDIR%%/gallery1-to-slideshow.html %%PORTDOCS%%%%DOCSDIR%%/dir2slideshow.html %%PORTDOCS%%%%DOCSDIR%%/jigl2slideshow.html %%PORTDOCS%%%%DOCSDIR%%/dvd-menu.html %%PORTDOCS%%%%DOCSDIR%%/dvd-slideshow.html %%PORTDOCS%%%%DOCSDIR%%/dvd-slideshowrc %%NOTHEMES%%%%DATADIR%%/themes/themes.readme.txt %%NOTHEMES%%%%DATADIR%%/themes/babyblue/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babyblue/bip.ttf %%NOTHEMES%%%%DATADIR%%/themes/babyblue/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babyblue/bip.license.txt %%NOTHEMES%%%%DATADIR%%/themes/babyblue/babyblue.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/babyblue/title_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babypink/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babypink/bip.ttf %%NOTHEMES%%%%DATADIR%%/themes/babypink/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babypink/bip.license.txt %%NOTHEMES%%%%DATADIR%%/themes/babypink/title_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/babypink/babypink.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/default/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/default/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/default/title_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/default/default.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/dinner/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/dinner/journal.ttf %%NOTHEMES%%%%DATADIR%%/themes/dinner/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/dinner/journal.ttf.license.txt %%NOTHEMES%%%%DATADIR%%/themes/dinner/title_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/dinner/dinner.readme.txt %%NOTHEMES%%%%DATADIR%%/themes/dinner/dinner_plate_menu.jpg %%NOTHEMES%%%%DATADIR%%/themes/dinner/dinner_plate_menu.jpg.license.txt %%NOTHEMES%%%%DATADIR%%/themes/dinner/tablecloth.jpg.license.txt %%NOTHEMES%%%%DATADIR%%/themes/dinner/dinner.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/dinner/tablecloth.jpg %%NOTHEMES%%%%DATADIR%%/themes/travel/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/travel/journal.ttf %%NOTHEMES%%%%DATADIR%%/themes/travel/america_map.jpg.license.txt %%NOTHEMES%%%%DATADIR%%/themes/travel/travel.readme.txt %%NOTHEMES%%%%DATADIR%%/themes/travel/parchment.jpg.license.txt %%NOTHEMES%%%%DATADIR%%/themes/travel/america_map.jpg %%NOTHEMES%%%%DATADIR%%/themes/travel/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/travel/journal.ttf.license.txt %%NOTHEMES%%%%DATADIR%%/themes/travel/title_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/travel/travel.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/travel/parchment.jpg %%NOTHEMES%%%%DATADIR%%/themes/wedding/thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/wedding/journal.ttf %%NOTHEMES%%%%DATADIR%%/themes/wedding/wedding_table_sepia.jpg.license.txt %%NOTHEMES%%%%DATADIR%%/themes/wedding/wedding_table_sepia.jpg %%NOTHEMES%%%%DATADIR%%/themes/wedding/wedding.dvd-slideshow.theme %%NOTHEMES%%%%DATADIR%%/themes/wedding/slide_thumbnail.jpg %%NOTHEMES%%%%DATADIR%%/themes/wedding/journal.ttf.license.txt %%NOTHEMES%%%%DATADIR%%/themes/wedding/title_thumbnail.jpg diff --git a/multimedia/kodi/Makefile b/multimedia/kodi/Makefile index e2505c6c95fe..3a127124b4d4 100644 --- a/multimedia/kodi/Makefile +++ b/multimedia/kodi/Makefile @@ -1,304 +1,304 @@ PORTNAME= kodi DISTVERSION= 20.2 PORTREVISION= 5 CATEGORIES= multimedia java # do not forget to fix devel/kodi-platform when updating kodi PATCH_SITES= https://github.com/xbmc/xbmc/commit/ PATCHFILES= 58a24d4e6165e838d102e807a003db0d9c186de7.patch:-p1 MAINTAINER= yzrh@noema.org COMMENT= Award winning media center application WWW= https://kodi.tv/ LICENSE= GPLv2+ ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le BUILD_DEPENDS= flatbuffers>0:devel/flatbuffers \ rapidjson>0:devel/rapidjson \ swig>0:devel/swig LIB_DEPENDS= libass.so:multimedia/libass \ libavcodec.so:multimedia/ffmpeg \ libavfilter.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libcdio.so:sysutils/libcdio \ libcrossguid.so:devel/libcrossguid \ libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libfmt.so:devel/libfmt \ libfreetype.so:print/freetype2 \ libfribidi.so:converters/fribidi \ libfstrcmp.so:devel/fstrcmp \ libgif.so:graphics/giflib \ libharfbuzz.so:print/harfbuzz \ liblzo2.so:archivers/lzo2 \ libpcre.so:devel/pcre \ libpng.so:graphics/png \ libpostproc.so:multimedia/ffmpeg \ libspdlog.so:devel/spdlog \ libswresample.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg \ libtag.so:audio/taglib \ libtinyxml.so:textproc/tinyxml \ libuuid.so:misc/e2fsprogs-libuuid USES= autoreconf:build cmake:noninja compiler:c++17-lang cpe \ desktop-file-utils gettext gmake gnome iconv jpeg libtool \ pkgconfig python sqlite ssl KODI_CODENAME= Nexus LIBDVDCSS_VERSION= 1.4.3-Next-Nexus-Alpha2-2 LIBDVDNAV_VERSION= 6.1.1-Next-Nexus-Alpha2-2 LIBDVDREAD_VERSION= 6.1.3-Next-Nexus-Alpha2-2 USE_GITHUB= yes GH_TUPLE= xbmc:xbmc:${DISTVERSION}-${KODI_CODENAME} \ xbmc:libdvdcss:${LIBDVDCSS_VERSION}:libdvdcss/tools/depends/target/libdvdcss/native \ xbmc:libdvdnav:${LIBDVDNAV_VERSION}:libdvdnav/tools/depends/target/libdvdnav/native \ xbmc:libdvdread:${LIBDVDREAD_VERSION}:libdvdread/tools/depends/target/libdvdread/native KODI_ARCH_aarch64= aarch64 KODI_ARCH_amd64= x86_64 KODI_ARCH_i386= x86 KODI_ARCH_armv7= armv7 KODI_ARCH_armv6= armv6 KODI_ARCH_powerpc64= powerpc64 KODI_ARCH_powerpc64le= powerpc64le PLIST_SUB= ARCH=${KODI_ARCH_${ARCH}} USE_LDCONFIG= yes USE_JAVA= yes JAVA_BUILD= jre USE_GNOME= libxml2 CMAKE_ARGS= -DGIT_VERSION="${DISTVERSION}-${KODI_CODENAME}" \ -DLIBDVDCSS_URL="${DISTDIR}/xbmc-libdvdcss-${LIBDVDCSS_VERSION}_GH0.tar.gz" \ -DLIBDVDNAV_URL="${DISTDIR}/xbmc-libdvdnav-${LIBDVDNAV_VERSION}_GH0.tar.gz" \ -DLIBDVDREAD_URL="${DISTDIR}/xbmc-libdvdread-${LIBDVDREAD_VERSION}_GH0.tar.gz" \ -DCROSSGUID_INCLUDE_DIR="${LOCALBASE}/include" CMAKE_OFF= ENABLE_INTERNAL_CROSSGUID ENABLE_INTERNAL_RapidJSON CONFIGURE_ENV= _CPU_FEATURE="${CPU_FEATURE}" OPTIONS_SUB= yes # Broken: BLUETOOTH OPTIONS_DEFINE= AIRPLAY AVAHI LIBBLURAY CEC DAV1D DBUS \ DVDCSS LCMS2 LIRC WEBSERVER MYSQL NFS DVD SMB TEST \ UDEV UPNP VAAPI VDPAU XSLT DOCS OPTIONS_DEFAULT= LIBBLURAY CEC LCMS2 WEBSERVER DAV1D \ DVD UPNP VAAPI VDPAU XSLT WAYLAND X11 GL OPTIONS_DEFAULT_amd64= SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2 OPTIONS_DEFAULT_i386= SSE SSE2 SSE3 OPTIONS_SINGLE= RENDER OPTIONS_SINGLE_RENDER= GL GLES OPTIONS_GROUP= SOUND FEATURE PLATFORM OPTIONS_GROUP_SOUND= ALSA PIPEWIRE PULSEAUDIO SNDIO OPTIONS_GROUP_FEATURE= SSE SSE2 SSE3 SSSE3 SSE4_1 SSE4_2 AVX AVX2 OPTIONS_GROUP_PLATFORM= GBM WAYLAND X11 OPTIONS_EXCLUDE_aarch64=FEATURE OPTIONS_EXCLUDE_armv7= FEATURE OPTIONS_EXCLUDE_armv6= FEATURE PLATFORM_DESC= Kodi platform FEATURE_DESC= X86 CPU feature AIRPLAY_DESC= AirPlay support BLUETOOTH_DESC= Bluetooth support CEC_DESC= CEC adapter support DAV1D_DESC= Use dav1d as AV1 decoder DVD_DESC= DVD support UDEV_DESC= Use libudev-devd XSLT_DESC= Use libxslt RENDER_DESC= Render system GL_DESC= OpenGL GLES_DESC= OpenGL ES GBM_DESC= GBM support SSE2_DESC= Use SSE2 optimized routines SSE3_DESC= Use SSE3 optimized routines SSSE3_DESC= Use SSSE3 optimized routines SSE4_1_DESC= Use SSE4.1 optimized routines SSE4_2_DESC= Use SSE4.2 optimized routines AVX_DESC= Use AVX optimized routines AVX2_DESC= Use AVX2 optimized routines AIRPLAY_LIB_DEPENDS= libplist-2.0.so:devel/libplist \ libshairplay.so:audio/shairplay AIRPLAY_CMAKE_BOOL= ENABLE_PLIST \ ENABLE_AIRTUNES AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CMAKE_BOOL= ENABLE_AVAHI BLUETOOTH_CMAKE_BOOL= ENABLE_BLUETOOTH BLUETOOTH_CMAKE_ON= -DBLUETOOTH_INCLUDE_DIR="${LOCALBASE}/include" LIBBLURAY_LIB_DEPENDS= libbluray.so:multimedia/libbluray LIBBLURAY_CMAKE_BOOL= ENABLE_BLURAY CEC_LIB_DEPENDS= libcec.so:multimedia/libcec CEC_CMAKE_BOOL= ENABLE_CEC DAV1D_LIB_DEPENDS= libdav1d.so:multimedia/dav1d DAV1D_CMAKE_BOOL= ENABLE_DAV1D DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CMAKE_BOOL= ENABLE_DBUS DVDCSS_CMAKE_BOOL= ENABLE_DVDCSS LCMS2_LIB_DEPENDS= liblcms2.so.2:graphics/lcms2 LCMS2_CMAKE_BOOL= ENABLE_LCMS2 LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc LIRC_CMAKE_BOOL= ENABLE_LIRCCLIENT WEBSERVER_LIB_DEPENDS= libmicrohttpd.so:www/libmicrohttpd WEBSERVER_CMAKE_BOOL= ENABLE_MICROHTTPD NFS_LIB_DEPENDS= libnfs.so:net/libnfs NFS_CMAKE_BOOL= ENABLE_NFS DVD_CMAKE_BOOL= ENABLE_OPTICAL SMB_USES= samba:lib SMB_CMAKE_BOOL= ENABLE_SMBCLIENT TEST_LIB_DEPENDS= libgtest.so:devel/googletest TEST_CMAKE_BOOL= ENABLE_TESTING UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd UDEV_CMAKE_BOOL= ENABLE_UDEV UPNP_CMAKE_BOOL= ENABLE_UPNP VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VAAPI_CMAKE_BOOL= ENABLE_VAAPI VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CMAKE_BOOL= ENABLE_VDPAU XSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt XSLT_CMAKE_BOOL= ENABLE_XSLT GL_CMAKE_ON= -DAPP_RENDER_SYSTEM:STRING="gl" GL_USES= gl GL_USE= GL=gl GLES_CMAKE_ON= -DAPP_RENDER_SYSTEM:STRING="gles" GLES_USES= gl GLES_USE= GL=glesv2 MYSQL_USES= mysql MYSQL_CMAKE_BOOL= ENABLE_MYSQLCLIENT ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CMAKE_BOOL= ENABLE_ALSA PIPEWIRE_LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire PIPEWIRE_CMAKE_BOOL= ENABLE_PIPEWIRE PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= ENABLE_PULSEAUDIO SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio SNDIO_CMAKE_BOOL= ENABLE_SNDIO SSE_VARS= CPU_FEATURE+=SSE SSE2_VARS= CPU_FEATURE+=SSE2 SSE3_VARS= CPU_FEATURE+=SSE3 SSSE3_VARS= CPU_FEATURE+=SSSE3 SSE4_1_VARS= CPU_FEATURE+=SSE4.1 SSE4_2_VARS= CPU_FEATURE+=SSE4.2 AVX_VARS= CPU_FEATURE+=AVX AVX2_VARS= CPU_FEATURE+=AVX2 GBM_IMPLIES= UDEV GBM_USES= gl GBM_USE= GL=egl,gbm,glu GBM_CFLAGS= -I${LOCALBASE}/include/libepoll-shim GBM_LDFLAGS= -L${LOCALBASE}/lib -lepoll-shim GBM_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto GBM_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ libdrm.so:graphics/libdrm \ libxkbcommon.so:x11/libxkbcommon \ libinput.so:x11/libinput WAYLAND_CATEGORIES= wayland WAYLAND_USES= gl WAYLAND_USE= GL=egl,glu WAYLAND_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libdrm.so:graphics/libdrm \ libxkbcommon.so:x11/libxkbcommon \ libinput.so:x11/libinput \ libwayland-client++.so:graphics/waylandpp X11_USES= xorg gl X11_USE= XORG=x11,xext,xrandr GL=egl,gbm,glu X11_LIB_DEPENDS= libdrm.so:graphics/libdrm .include .if (!empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) || !empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MX11) || !empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11)) && !empty(PORT_OPTIONS:MGLES) BROKEN= option GLES does not build with multiple PLATFORM .endif .if !empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="gbm wayland x11" .elif empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="wayland x11" .elif !empty(PORT_OPTIONS:MGBM) && empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="gbm x11" .elif !empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) && empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="gbm wayland" .elif empty(PORT_OPTIONS:MGBM) && empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="x11" .elif empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) && empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="wayland" .elif !empty(PORT_OPTIONS:MGBM) && empty(PORT_OPTIONS:MWAYLAND) && empty(PORT_OPTIONS:MX11) CMAKE_ARGS+= -DCORE_PLATFORM_NAME:STRING="gbm" .endif .if !empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MWAYLAND) || !empty(PORT_OPTIONS:MGBM) && !empty(PORT_OPTIONS:MX11) || !empty(PORT_OPTIONS:MWAYLAND) && !empty(PORT_OPTIONS:MX11) PLIST_SUB+= KODICOMBINED="" \ KODIGBM="@comment " \ KODIWAYLAND="@comment " \ KODIX11="@comment " .else PLIST_SUB+= KODICOMBINED="@comment " .if !empty(PORT_OPTIONS:MGBM) PLIST_SUB+= KODIGBM="" .else PLIST_SUB+= KODIGBM="@comment " .endif .if !empty(PORT_OPTIONS:MWAYLAND) PLIST_SUB+= KODIWAYLAND="" .else PLIST_SUB+= KODIWAYLAND="@comment " .endif .if !empty(PORT_OPTIONS:MX11) PLIST_SUB+= KODIX11="" .else PLIST_SUB+= KODIX11="@comment " .endif .endif post-patch: ${REINPLACE_CMD} 's|/usr/share|${LOCALBASE}/share|' \ ${WRKSRC}/xbmc/platform/linux/input/LibInputSettings.cpp post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/manpages/kodi.bin.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1 - cd ${STAGEDIR}${MAN1PREFIX}/share/man/man1 && ${LN} -s kodi.bin.1.gz kodi.1.gz + ${INSTALL_MAN} ${WRKSRC}/docs/manpages/kodi.bin.1 ${STAGEDIR}${PREFIX}/share/man/man1 + cd ${STAGEDIR}${PREFIX}/share/man/man1 && ${LN} -s kodi.bin.1.gz kodi.1.gz cd ${STAGEDIR}${PREFIX}/bin && ${STRIP_CMD} JsonSchemaBuilder kodi-TexturePacker ${FIND} ${STAGEDIR}${PREFIX}/lib/kodi -type f -name '*.so' -print0 | ${XARGS} -0 ${STRIP_CMD} ${RM} -r ${STAGEDIR}${PREFIX}/lib/firewalld .include diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index a9fb6eb88f20..30a7b88d3e2a 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,103 +1,103 @@ PORTNAME= mencoder PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org COMMENT= Convenient video file and movie encoder WWW= http://www.mplayerhq.hu/ .include "${.CURDIR}/../mplayer/Makefile.common" OPTIONS_DEFINE= AMR_NB AMR_WB ASS BLURAY CDIO DEBUG DV DVDNAV FAAC FONTCONFIG \ FRIBIDI GIF GNUTLS GSM IPV6 JACK JPEG LADSPA LIBMNG LZO \ MAD NAS NLS OPENAL OPENJPEG OPUS PULSEAUDIO \ RTMP SMB SPEEX THEORA TWOLAME V4L VPX \ X264 XVID OPTIONS_DEFAULT=ASS DVDNAV FONTCONFIG GIF GNUTLS JPEG X264 XVID OPTIONS_DEFINE_i386= RTCPU OPTIONS_DEFINE_amd64= RTCPU OPTIONS_DEFINE_powerpc= RTCPU OPTIONS_DEFAULT_i386= RTCPU OPTIONS_DEFAULT_amd64= RTCPU OPTIONS_DEFAULT_powerpc=RTCPU ASS_DESC?= Subtitles rendering via libass BLURAY_DESC?= BluRay support DVDNAV_DESC?= DVD navigation features support LZO_DESC?= Enable external liblzo library RTCPU_DESC?= Use runtime CPU detection PATCHDIR= ${.CURDIR}/../mplayer/files FILESDIR= ${PATCHDIR} DATADIR= ${PREFIX}/share/mplayer TOOLFILES= aconvert.sh binary_codecs.sh calcbpp.pl \ checktree.sh countquant.pl divx2svcd.sh \ dvd2divxscript.pl edgedetect.fp edgeenh.fp \ emboss.fp mencvcd.sh midentify.sh \ mpconsole.sh mphelp_check.py mplmult.sh \ plotpsnr.pl psnr-video.sh qepdvcd.sh \ subedit.pl subsearch.sh vobshift.py \ w32codec_dl.pl wma2ogg.pl USES+= alias iconv pkgconfig python shebangfix SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \ TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \ TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \ TOOLS/qepdvcd.sh TOOLS/subedit.pl TOOLS/vobshift.py \ TOOLS/w32codec_dl.pl TOOLS/wma2ogg.pl PYTHON_NO_DEPENDS= yes .include "${.CURDIR}/../mplayer/Makefile.optvars" .include CONFIGURE_ARGS+= --disable-mplayer \ --disable-libdca \ --disable-x11 \ --disable-vdpau \ --disable-rtc \ --disable-arts \ --disable-caca \ --disable-lirc \ --disable-sdl \ --disable-svga \ --disable-aa \ --disable-joystick \ --disable-directfb \ --disable-mpg123 \ --disable-enca \ --disable-musepack \ --disable-sndio LIB_DEPENDS+= libmp3lame.so:audio/lame ALL_TARGET= mencoder .include "${.CURDIR}/../mplayer/Makefile.options" pre-everything:: @${ECHO_MSG} "N - O - T - E" @${ECHO_MSG} "" @${ECHO_MSG} "There are some knobs which *can* *not* be selected via the" @${ECHO_MSG} "OPTIONS framework. At the moment, these settings are:" @${ECHO_MSG} "DEFAULT_DVD_DEVICE=${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "DEFAULT_CDROM_DEVICE=${DEFAULT_CDROM_DEVICE}" post-patch: common-post-patch do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mencoder ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/mencoder.1 + ${INSTALL_MAN} ${WRKSRC}/DOCS/man/en/mplayer.1 ${STAGEDIR}${PREFIX}/share/man/man1/mencoder.1 @${MKDIR} ${STAGEDIR}${DATADIR} @${CHMOD} 755 ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/tools @${CHMOD} 755 ${STAGEDIR}${DATADIR}/tools .for tool in ${TOOLFILES} ${INSTALL_SCRIPT} ${WRKSRC}/TOOLS/${tool} ${STAGEDIR}${DATADIR}/tools .endfor .include diff --git a/multimedia/mencoder/pkg-plist b/multimedia/mencoder/pkg-plist index 464bfbccf83c..c1bcd3db4305 100644 --- a/multimedia/mencoder/pkg-plist +++ b/multimedia/mencoder/pkg-plist @@ -1,25 +1,25 @@ bin/mencoder -man/man1/mencoder.1.gz +share/man/man1/mencoder.1.gz %%DATADIR%%/tools/aconvert.sh %%DATADIR%%/tools/binary_codecs.sh %%DATADIR%%/tools/calcbpp.pl %%DATADIR%%/tools/checktree.sh %%DATADIR%%/tools/countquant.pl %%DATADIR%%/tools/divx2svcd.sh %%DATADIR%%/tools/dvd2divxscript.pl %%DATADIR%%/tools/edgedetect.fp %%DATADIR%%/tools/edgeenh.fp %%DATADIR%%/tools/emboss.fp %%DATADIR%%/tools/mencvcd.sh %%DATADIR%%/tools/midentify.sh %%DATADIR%%/tools/mpconsole.sh %%DATADIR%%/tools/mphelp_check.py %%DATADIR%%/tools/mplmult.sh %%DATADIR%%/tools/plotpsnr.pl %%DATADIR%%/tools/psnr-video.sh %%DATADIR%%/tools/qepdvcd.sh %%DATADIR%%/tools/subedit.pl %%DATADIR%%/tools/subsearch.sh %%DATADIR%%/tools/vobshift.py %%DATADIR%%/tools/w32codec_dl.pl %%DATADIR%%/tools/wma2ogg.pl diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index b9f76117f763..b9e86d69d983 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -1,96 +1,96 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} CATEGORIES= multimedia audio MAINTAINER= riggs@FreeBSD.org COMMENT= High performance media player supporting many formats WWW= http://www.mplayerhq.hu/ .include "${.CURDIR}/../../multimedia/mplayer/Makefile.common" OPTIONS_DEFINE= AALIB AMR_NB AMR_WB ASS BLURAY CACA CDIO DV DVDNAV \ ENCA FONTCONFIG FRIBIDI GIF GNUTLS GSM GUI IPV6 JACK \ JPEG LADSPA LIBMNG LIRC LZO NAS NLS OPENAL OPENGL \ OPENJPEG OPUS PULSEAUDIO RTMP \ SDL SKINS SNDIO SMB SPEEX SVGALIB V4L VDPAU VPX \ X11 X11DGA X11VM XINERAMA XVIDEO XVMC OPTIONS_DEFAULT=ASS DVDNAV FONTCONFIG FRIBIDI GNUTLS OPENGL \ SKINS X11 X11DGA X11VM XINERAMA XVIDEO OPTIONS_DEFINE_i386= RTCPU OPTIONS_DEFINE_amd64= RTCPU OPTIONS_DEFINE_powerpc= RTCPU OPTIONS_DEFAULT_i386= RTCPU VDPAU OPTIONS_DEFAULT_amd64= RTCPU VDPAU OPTIONS_DEFAULT_powerpc=RTCPU ASS_DESC?= Subtitles rendering via libass BLURAY_DESC?= BluRay support DVDNAV_DESC?= DVD navigation features support ENCA_DESC?= Charset conversion via enca LZO_DESC?= External liblzo support RTCPU_DESC?= Use runtime CPU detection SKINS_DESC?= Install skins for GUI X11DGA_DESC?= X11 DGA video driver support X11VM_DESC?= X11 VidMode support SUB_FILES= pkg-message CONFFILES= example.conf input.conf menu.conf dvb-menu.conf USES+= iconv pkgconfig OPTIONS_SUB= yes .include "${.CURDIR}/../../multimedia/mplayer/Makefile.optvars" .include CONFIGURE_ARGS+= --disable-arts \ --disable-directfb \ --disable-faac \ --disable-libdca \ --disable-toolame \ --disable-twolame \ --disable-x264 \ --disable-xvid \ --disable-mencoder \ --disable-mpg123 \ --disable-musepack \ --disable-theora .include "${.CURDIR}/../../multimedia/mplayer/Makefile.options" pre-everything:: @${ECHO_MSG} "N - O - T - E" @${ECHO_MSG} "" @${ECHO_MSG} "There are some knobs which *can* *not* be selected via the" @${ECHO_MSG} "OPTIONS framework. At the moment, these settings are:" @${ECHO_MSG} "WITH_KERN_HZ=${DEFAULT_KERN_HZ}" @${ECHO_MSG} "DEFAULT_DVD_DEVICE=${DEFAULT_DVD_DEVICE}" @${ECHO_MSG} "DEFAULT_CDROM_DEVICE=${DEFAULT_CDROM_DEVICE}" .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11} @${ECHO_MSG} "If you want to use the GUI, you can use the skins from" @${ECHO_MSG} "${PORTSDIR}/multimedia/mplayer-skins" @${ECHO_MSG} "or download them from" @${ECHO_MSG} "http://www.mplayerhq.hu/" .endif post-patch: common-post-patch post-install: @${MKDIR} ${STAGEDIR}${DATADIR} @${CHMOD} 755 ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${DATADIR}/examples/etc @${CHMOD} 755 ${STAGEDIR}${DATADIR}/examples/etc .for conf in ${CONFFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${conf} ${STAGEDIR}${DATADIR}/examples/etc .endfor .if ${PORT_OPTIONS:MGUI} && ${PORT_OPTIONS:MX11} @${LN} -sf mplayer ${STAGEDIR}${PREFIX}/bin/gmplayer - @(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz) + @(cd ${STAGEDIR}${PREFIX}/share/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz) ${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${PREFIX}/share/pixmaps/mplayer.png .endif .include diff --git a/multimedia/mplayer/Makefile.common b/multimedia/mplayer/Makefile.common index 4c0db86b4264..1084afb5f4e9 100644 --- a/multimedia/mplayer/Makefile.common +++ b/multimedia/mplayer/Makefile.common @@ -1,80 +1,80 @@ # Contains the build infrastructural definitions for both # mplayer and mencoder....the variables that we need to set # before we include bsd.port.pre.mk MPLAYER_PORT_VERSION= 1.5.0 MPLAYER_SNAPSHOT_DATE= 2024-01-06 MASTER_SITES= LOCAL/riggs/mplayer DISTNAME= mplayer-${MPLAYER_PORT_VERSION}.${MPLAYER_SNAPSHOT_DATE:S/-//g} WRKSRC= ${WRKDIR}/mplayer-export-${MPLAYER_SNAPSHOT_DATE} LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpng.so:graphics/png \ libavcodec.so.58:multimedia/ffmpeg4 \ libfreetype.so:print/freetype2 BUILD_DEPENDS= ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_i386= as:devel/binutils USES= compiler:c11 gmake iconv ncurses tar:xz NOPRECIOUSMAKEVARS= yes # ARCH HAS_CONFIGURE= yes CONFIGURE_ENV+= TMPDIR="${WRKSRC}" \ PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" CONFIGURE_ARGS= --cc="${CC}" \ --host-cc="${CC}" \ --as="${AS}" \ - --mandir="${PREFIX}/man" \ + --mandir="${PREFIX}/share/man" \ --extra-cflags="-I${PREFIX}/include -I${LOCALBASE}/include" \ --extra-libs="-L${PREFIX}/lib" \ --disable-alsa \ --disable-ass-internal \ --disable-bitmap-font \ --disable-crystalhd \ --disable-esd \ --disable-faad \ --disable-ffmpeg_a \ --disable-ggi \ --disable-ggiwmh \ --disable-liba52 \ --disable-libbs2b \ --disable-libilbc \ --disable-libnut \ --disable-libvorbis \ --disable-live \ --disable-joystick \ --disable-mad \ --disable-libmpeg2 \ --disable-nemesi \ --disable-real \ --yasm='' MAKE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/ffmpeg4/libdata/pkgconfig" CFLAGS+= -I${LOCALBASE}/ffmpeg4/include common-post-patch: @${REINPLACE_CMD} \ -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|; \ s|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|' \ -e 's|/usr/local|${LOCALBASE}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ -e 's|-lbz2|/usr/lib/libbz2.so|' \ -e 's|-lncurses|/usr/lib/libncurses.so|' \ -e 's|-liconv|${ICONV_LIB}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -E \ -e 's|[[:space:]]gcc[-[:digit:]\.]+| ${CC}|' \ -e 's|[[:space:]]gcc| ${CC}|' \ -e 's|\$$\(CC\)|${CC}|' \ -e 's|/usr/X11R6|${LOCALBASE}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} \ ${CONFIGURE_WRKSRC}/Makefile @${FIND} ${WRKSRC}/DOCS/man -name "mplayer.1" | ${XARGS} ${REINPLACE_CMD} -E -e \ 's|/usr/\\:local/\\:etc/\\:mplayer|${DATADIR:S/\//\/\\\:/g}|g ; \ s|/dev/\\:(dvd[[:alnum:]]*[[:>:]])|${DEFAULT_DVD_DEVICE:S/dev\//dev\/\\\:/}|g ; \ s|/dev/\\:(cdrom[[:alnum:]]*[[:>:]])|${DEFAULT_CDROM_DEVICE:S/dev\//dev\/\\\:/}|g' @${RM} ${WRKSRC}/binary.ver diff --git a/multimedia/mplayer/pkg-plist b/multimedia/mplayer/pkg-plist index 98ee19b68b51..ffbab46c3c0b 100644 --- a/multimedia/mplayer/pkg-plist +++ b/multimedia/mplayer/pkg-plist @@ -1,9 +1,9 @@ bin/mplayer -man/man1/mplayer.1.gz +share/man/man1/mplayer.1.gz %%GUI%%bin/gmplayer -%%GUI%%man/man1/gmplayer.1.gz +%%GUI%%share/man/man1/gmplayer.1.gz %%GUI%%share/pixmaps/mplayer.png %%DATADIR%%/examples/etc/example.conf %%DATADIR%%/examples/etc/input.conf %%DATADIR%%/examples/etc/menu.conf %%DATADIR%%/examples/etc/dvb-menu.conf diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index 56dda03844e8..2ef7c6cd576f 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -1,30 +1,31 @@ PORTNAME= finch +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) LIB_DEPENDS= libpurple.so:net-im/libpurple \ libgnt.so:devel/libgnt MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/finch INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_CONSOLEUI= yes CPE_PRODUCT= pidgin CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtkui \ --disable-schemas-install \ --disable-nm \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/finch/pkg-plist b/net-im/finch/pkg-plist index 18d42370c2d5..d065e0d02696 100644 --- a/net-im/finch/pkg-plist +++ b/net-im/finch/pkg-plist @@ -1,29 +1,29 @@ bin/finch include/finch/finch.h include/finch/gntaccount.h include/finch/gntblist.h include/finch/gntcertmgr.h include/finch/gntconn.h include/finch/gntconv.h include/finch/gntdebug.h include/finch/gntft.h include/finch/gntidle.h include/finch/gntlog.h include/finch/gntmedia.h include/finch/gntnotify.h include/finch/gntplugin.h include/finch/gntpounce.h include/finch/gntprefs.h include/finch/gntrequest.h include/finch/gntroomlist.h include/finch/gntsound.h include/finch/gntstatus.h include/finch/gntui.h lib/finch/gntclipboard.so lib/finch/gntgf.so lib/finch/gnthistory.so lib/finch/gntlastlog.so lib/finch/gnttinyurl.so lib/finch/grouping.so libdata/pkgconfig/finch.pc -man/man1/finch.1.gz +share/man/man1/finch.1.gz diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 5fca1cb5e1b2..8bf9e144ead2 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -1,36 +1,36 @@ PORTNAME= pidgin -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK UI) LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \ libpurple.so:net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/pidgin INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist PIDGIN_SLAVE= yes WITH_GTKUI= yes USES= gnome python:build xorg USE_LDCONFIG= yes USE_GNOME= gnomeprefix gtk20 intltool USE_XORG= xscrnsaver sm CONFIGURE_ARGS= --disable-consoleui \ --disable-nm \ --enable-screensaver \ --disable-schemas-install \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} post-install-PERL-on: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist index 5e85b38cc7ce..c724fc3854d9 100644 --- a/net-im/pidgin/pkg-plist +++ b/net-im/pidgin/pkg-plist @@ -1,647 +1,647 @@ bin/pidgin include/pidgin/gtkaccount.h include/pidgin/gtkblist-theme-loader.h include/pidgin/gtkblist-theme.h include/pidgin/gtkblist.h include/pidgin/gtkcellrendererexpander.h include/pidgin/gtkcertmgr.h include/pidgin/gtkconn.h include/pidgin/gtkconv.h include/pidgin/gtkconvwin.h include/pidgin/gtkdebug.h include/pidgin/gtkdialogs.h include/pidgin/gtkdnd-hints.h include/pidgin/gtkdocklet.h include/pidgin/gtkeventloop.h include/pidgin/gtkft.h include/pidgin/gtkgaim-compat.h include/pidgin/gtkicon-theme-loader.h include/pidgin/gtkicon-theme.h include/pidgin/gtkidle.h include/pidgin/gtkimhtml.h include/pidgin/gtkimhtmltoolbar.h include/pidgin/gtklog.h include/pidgin/gtkmedia.h include/pidgin/gtkmenutray.h include/pidgin/gtknickcolors.h include/pidgin/gtknotify.h include/pidgin/gtkplugin.h include/pidgin/gtkpluginpref.h include/pidgin/gtkpounce.h include/pidgin/gtkprefs.h include/pidgin/gtkprivacy.h include/pidgin/gtkrequest.h include/pidgin/gtkroomlist.h include/pidgin/gtksavedstatuses.h include/pidgin/gtkscrollbook.h include/pidgin/gtksession.h include/pidgin/gtksmiley.h include/pidgin/gtksound.h include/pidgin/gtksourceiter.h include/pidgin/gtksourceundomanager.h include/pidgin/gtksourceview-marshal.h include/pidgin/gtkstatus-icon-theme.h include/pidgin/gtkstatusbox.h include/pidgin/gtkstyle.h include/pidgin/gtkthemes.h include/pidgin/gtkutils.h include/pidgin/gtkwhiteboard.h include/pidgin/minidialog.h include/pidgin/pidgin.h include/pidgin/pidginstock.h include/pidgin/pidgintooltip.h %%PERL:%%lib/pidgin/perl/Pidgin.pm %%PERL:%%lib/pidgin/perl/auto/Pidgin/Pidgin.so %%PERL:%%lib/pidgin/perl/auto/Pidgin/.packlist %%CAP%%lib/pidgin/cap.so lib/pidgin/convcolors.so lib/pidgin/extplacement.so lib/pidgin/gestures.so %%EVO%%lib/pidgin/gevolution.so lib/pidgin/gtkbuddynote.so lib/pidgin/history.so lib/pidgin/iconaway.so lib/pidgin/markerline.so %%DBUS%%lib/pidgin/musicmessaging.so lib/pidgin/notify.so lib/pidgin/pidginrc.so lib/pidgin/relnot.so lib/pidgin/sendbutton.so lib/pidgin/spellchk.so lib/pidgin/themeedit.so lib/pidgin/ticker.so lib/pidgin/timestamp.so lib/pidgin/timestamp_format.so lib/pidgin/transparency.so %%VV%%lib/pidgin/vvconfig.so lib/pidgin/xmppconsole.so lib/pidgin/xmppdisco.so libdata/pkgconfig/pidgin.pc -man/man1/pidgin.1.gz +share/man/man1/pidgin.1.gz %%PERLMAN:%%man/man3/Pidgin.3.gz share/applications/pidgin.desktop share/icons/hicolor/16x16/apps/pidgin.png share/icons/hicolor/22x22/apps/pidgin.png share/icons/hicolor/24x24/apps/pidgin.png share/icons/hicolor/32x32/apps/pidgin.png share/icons/hicolor/48x48/apps/pidgin.png share/icons/hicolor/scalable/apps/pidgin.svg share/metainfo/pidgin.appdata.xml share/pixmaps/pidgin/animations/16/connect0.png share/pixmaps/pidgin/animations/16/connect1.png share/pixmaps/pidgin/animations/16/connect2.png share/pixmaps/pidgin/animations/16/connect3.png share/pixmaps/pidgin/animations/16/connect4.png share/pixmaps/pidgin/animations/16/connect5.png share/pixmaps/pidgin/animations/16/connect6.png share/pixmaps/pidgin/animations/16/connect7.png share/pixmaps/pidgin/animations/16/connect8.png share/pixmaps/pidgin/animations/16/process-working0.png share/pixmaps/pidgin/animations/16/process-working1.png share/pixmaps/pidgin/animations/16/process-working10.png share/pixmaps/pidgin/animations/16/process-working11.png share/pixmaps/pidgin/animations/16/process-working12.png share/pixmaps/pidgin/animations/16/process-working13.png share/pixmaps/pidgin/animations/16/process-working14.png share/pixmaps/pidgin/animations/16/process-working15.png share/pixmaps/pidgin/animations/16/process-working16.png share/pixmaps/pidgin/animations/16/process-working17.png share/pixmaps/pidgin/animations/16/process-working18.png share/pixmaps/pidgin/animations/16/process-working19.png share/pixmaps/pidgin/animations/16/process-working2.png share/pixmaps/pidgin/animations/16/process-working20.png share/pixmaps/pidgin/animations/16/process-working21.png share/pixmaps/pidgin/animations/16/process-working22.png share/pixmaps/pidgin/animations/16/process-working23.png share/pixmaps/pidgin/animations/16/process-working24.png share/pixmaps/pidgin/animations/16/process-working25.png share/pixmaps/pidgin/animations/16/process-working26.png share/pixmaps/pidgin/animations/16/process-working27.png share/pixmaps/pidgin/animations/16/process-working28.png share/pixmaps/pidgin/animations/16/process-working29.png share/pixmaps/pidgin/animations/16/process-working3.png share/pixmaps/pidgin/animations/16/process-working30.png share/pixmaps/pidgin/animations/16/process-working4.png share/pixmaps/pidgin/animations/16/process-working5.png share/pixmaps/pidgin/animations/16/process-working6.png share/pixmaps/pidgin/animations/16/process-working7.png share/pixmaps/pidgin/animations/16/process-working8.png share/pixmaps/pidgin/animations/16/process-working9.png share/pixmaps/pidgin/animations/16/typing0.png share/pixmaps/pidgin/animations/16/typing1.png share/pixmaps/pidgin/animations/16/typing2.png share/pixmaps/pidgin/animations/16/typing3.png share/pixmaps/pidgin/animations/16/typing4.png share/pixmaps/pidgin/animations/16/typing5.png share/pixmaps/pidgin/arrow-down.xpm share/pixmaps/pidgin/arrow-left.xpm share/pixmaps/pidgin/arrow-right.xpm share/pixmaps/pidgin/arrow-up.xpm share/pixmaps/pidgin/buttons/edit.png share/pixmaps/pidgin/buttons/info.png %%DBUS%%share/pixmaps/pidgin/buttons/music.png share/pixmaps/pidgin/buttons/pause.png share/pixmaps/pidgin/dialogs/16/auth.png share/pixmaps/pidgin/dialogs/16/error.png share/pixmaps/pidgin/dialogs/16/info.png share/pixmaps/pidgin/dialogs/16/mail.png share/pixmaps/pidgin/dialogs/16/question.png share/pixmaps/pidgin/dialogs/64/auth.png share/pixmaps/pidgin/dialogs/64/cool.png share/pixmaps/pidgin/dialogs/64/dialog.png share/pixmaps/pidgin/dialogs/64/error.png share/pixmaps/pidgin/dialogs/64/info.png share/pixmaps/pidgin/dialogs/64/mail.png share/pixmaps/pidgin/dialogs/64/question.png share/pixmaps/pidgin/dialogs/64/warning.png share/pixmaps/pidgin/dialogs/scalable/auth.svg share/pixmaps/pidgin/dialogs/scalable/cool.svg share/pixmaps/pidgin/dialogs/scalable/dialog.svg share/pixmaps/pidgin/dialogs/scalable/error.svg share/pixmaps/pidgin/dialogs/scalable/info.svg share/pixmaps/pidgin/dialogs/scalable/question.svg share/pixmaps/pidgin/dialogs/scalable/warning.svg share/pixmaps/pidgin/emblems/16/aol-client.png share/pixmaps/pidgin/emblems/16/birthday.png share/pixmaps/pidgin/emblems/16/blocked.png share/pixmaps/pidgin/emblems/16/bot.png share/pixmaps/pidgin/emblems/16/external.png share/pixmaps/pidgin/emblems/16/female.png share/pixmaps/pidgin/emblems/16/founder.png share/pixmaps/pidgin/emblems/16/free-for-chat.png share/pixmaps/pidgin/emblems/16/game.png share/pixmaps/pidgin/emblems/16/half-operator.png share/pixmaps/pidgin/emblems/16/hiptop.png share/pixmaps/pidgin/emblems/16/male.png share/pixmaps/pidgin/emblems/16/mobile.png share/pixmaps/pidgin/emblems/16/not-authorized.png share/pixmaps/pidgin/emblems/16/operator.png share/pixmaps/pidgin/emblems/16/secure.png share/pixmaps/pidgin/emblems/16/unavailable.png share/pixmaps/pidgin/emblems/16/video.png share/pixmaps/pidgin/emblems/16/voice.png share/pixmaps/pidgin/emblems/scalable/aol-client.svg share/pixmaps/pidgin/emblems/scalable/blocked.svg share/pixmaps/pidgin/emblems/scalable/bot.svg share/pixmaps/pidgin/emblems/scalable/external.svg share/pixmaps/pidgin/emblems/scalable/female.svg share/pixmaps/pidgin/emblems/scalable/free-for-chat.svg share/pixmaps/pidgin/emblems/scalable/game.svg share/pixmaps/pidgin/emblems/scalable/male.svg share/pixmaps/pidgin/emblems/scalable/not-authorized.svg share/pixmaps/pidgin/emblems/scalable/secure.svg share/pixmaps/pidgin/emblems/scalable/unavailable.svg share/pixmaps/pidgin/emblems/scalable/video.svg share/pixmaps/pidgin/emblems/scalable/voice.svg share/pixmaps/pidgin/emotes/default/act-up.png share/pixmaps/pidgin/emotes/default/afraid.png share/pixmaps/pidgin/emotes/default/airplane.png share/pixmaps/pidgin/emotes/default/alien.png share/pixmaps/pidgin/emotes/default/amorous.png share/pixmaps/pidgin/emotes/default/angel.png share/pixmaps/pidgin/emotes/default/angry.png share/pixmaps/pidgin/emotes/default/arrogant.png share/pixmaps/pidgin/emotes/default/at-wits-end.png share/pixmaps/pidgin/emotes/default/bad.png share/pixmaps/pidgin/emotes/default/bashful.png share/pixmaps/pidgin/emotes/default/beat-up.png share/pixmaps/pidgin/emotes/default/beauty.png share/pixmaps/pidgin/emotes/default/beer.png share/pixmaps/pidgin/emotes/default/blowkiss.png share/pixmaps/pidgin/emotes/default/bomb.png share/pixmaps/pidgin/emotes/default/bored.png share/pixmaps/pidgin/emotes/default/bowl.png share/pixmaps/pidgin/emotes/default/boy.png share/pixmaps/pidgin/emotes/default/brb.png share/pixmaps/pidgin/emotes/default/bulgy-eyes.png share/pixmaps/pidgin/emotes/default/bunny.png share/pixmaps/pidgin/emotes/default/bye.png share/pixmaps/pidgin/emotes/default/cake.png share/pixmaps/pidgin/emotes/default/call-me.png share/pixmaps/pidgin/emotes/default/camera.png share/pixmaps/pidgin/emotes/default/can.png share/pixmaps/pidgin/emotes/default/car.png share/pixmaps/pidgin/emotes/default/cat.png share/pixmaps/pidgin/emotes/default/chicken.png share/pixmaps/pidgin/emotes/default/chilli.png share/pixmaps/pidgin/emotes/default/cigarette.png share/pixmaps/pidgin/emotes/default/clap.png share/pixmaps/pidgin/emotes/default/clock.png share/pixmaps/pidgin/emotes/default/cloudy.png share/pixmaps/pidgin/emotes/default/clover.png share/pixmaps/pidgin/emotes/default/clown.png share/pixmaps/pidgin/emotes/default/coffee.png share/pixmaps/pidgin/emotes/default/coins.png share/pixmaps/pidgin/emotes/default/cold.png share/pixmaps/pidgin/emotes/default/computer.png share/pixmaps/pidgin/emotes/default/confused.png share/pixmaps/pidgin/emotes/default/console.png share/pixmaps/pidgin/emotes/default/cow.png share/pixmaps/pidgin/emotes/default/cowboy.png share/pixmaps/pidgin/emotes/default/crying.png share/pixmaps/pidgin/emotes/default/curl-lip.png share/pixmaps/pidgin/emotes/default/curse.png share/pixmaps/pidgin/emotes/default/cute.png share/pixmaps/pidgin/emotes/default/cyclops.png share/pixmaps/pidgin/emotes/default/dance.png share/pixmaps/pidgin/emotes/default/dazed.png share/pixmaps/pidgin/emotes/default/desire.png share/pixmaps/pidgin/emotes/default/devil.png share/pixmaps/pidgin/emotes/default/disappointed.png share/pixmaps/pidgin/emotes/default/disdain.png share/pixmaps/pidgin/emotes/default/doctor.png share/pixmaps/pidgin/emotes/default/dog.png share/pixmaps/pidgin/emotes/default/doh.png share/pixmaps/pidgin/emotes/default/dont-know.png share/pixmaps/pidgin/emotes/default/drink.png share/pixmaps/pidgin/emotes/default/drool.png share/pixmaps/pidgin/emotes/default/embarrassed.png share/pixmaps/pidgin/emotes/default/excited.png share/pixmaps/pidgin/emotes/default/excruciating.png share/pixmaps/pidgin/emotes/default/eyeroll.png share/pixmaps/pidgin/emotes/default/female-fighter.png share/pixmaps/pidgin/emotes/default/film.png share/pixmaps/pidgin/emotes/default/fingers-crossed.png share/pixmaps/pidgin/emotes/default/flag.png share/pixmaps/pidgin/emotes/default/foot-in-mouth.png share/pixmaps/pidgin/emotes/default/freaked-out.png share/pixmaps/pidgin/emotes/default/ghost.png share/pixmaps/pidgin/emotes/default/giggle.png share/pixmaps/pidgin/emotes/default/girl.png share/pixmaps/pidgin/emotes/default/glasses-cool.png share/pixmaps/pidgin/emotes/default/glasses-nerdy.png share/pixmaps/pidgin/emotes/default/go-away.png share/pixmaps/pidgin/emotes/default/goat.png share/pixmaps/pidgin/emotes/default/good.png share/pixmaps/pidgin/emotes/default/hammer.png share/pixmaps/pidgin/emotes/default/handcuffs.png share/pixmaps/pidgin/emotes/default/handshake.png share/pixmaps/pidgin/emotes/default/happy.png share/pixmaps/pidgin/emotes/default/highfive.png share/pixmaps/pidgin/emotes/default/hot.png share/pixmaps/pidgin/emotes/default/hug-left.png share/pixmaps/pidgin/emotes/default/hug-right.png share/pixmaps/pidgin/emotes/default/hungry.png share/pixmaps/pidgin/emotes/default/hypnotized.png share/pixmaps/pidgin/emotes/default/in_love.png share/pixmaps/pidgin/emotes/default/island.png share/pixmaps/pidgin/emotes/default/jump.png share/pixmaps/pidgin/emotes/default/kiss.png share/pixmaps/pidgin/emotes/default/kissed.png share/pixmaps/pidgin/emotes/default/kissing.png share/pixmaps/pidgin/emotes/default/knife.png share/pixmaps/pidgin/emotes/default/lamp.png share/pixmaps/pidgin/emotes/default/lashes.png share/pixmaps/pidgin/emotes/default/laugh.png share/pixmaps/pidgin/emotes/default/liquor.png share/pixmaps/pidgin/emotes/default/loser.png share/pixmaps/pidgin/emotes/default/love-over.png share/pixmaps/pidgin/emotes/default/lying.png share/pixmaps/pidgin/emotes/default/mad-tongue.png share/pixmaps/pidgin/emotes/default/mail.png share/pixmaps/pidgin/emotes/default/male-fighter1.png share/pixmaps/pidgin/emotes/default/male-fighter2.png share/pixmaps/pidgin/emotes/default/mean.png share/pixmaps/pidgin/emotes/default/meeting.png share/pixmaps/pidgin/emotes/default/messed.png share/pixmaps/pidgin/emotes/default/mobile.png share/pixmaps/pidgin/emotes/default/mohawk.png share/pixmaps/pidgin/emotes/default/moneymouth.png share/pixmaps/pidgin/emotes/default/monkey.png share/pixmaps/pidgin/emotes/default/moon.png share/pixmaps/pidgin/emotes/default/mrgreen.png share/pixmaps/pidgin/emotes/default/music.png share/pixmaps/pidgin/emotes/default/musical-note.png share/pixmaps/pidgin/emotes/default/nervous.png share/pixmaps/pidgin/emotes/default/neutral.png share/pixmaps/pidgin/emotes/default/on-the-phone.png share/pixmaps/pidgin/emotes/default/party.png share/pixmaps/pidgin/emotes/default/peace.png share/pixmaps/pidgin/emotes/default/phone.png share/pixmaps/pidgin/emotes/default/pig.png share/pixmaps/pidgin/emotes/default/pill.png share/pixmaps/pidgin/emotes/default/pirate.png share/pixmaps/pidgin/emotes/default/pissed-off.png share/pixmaps/pidgin/emotes/default/pizza.png share/pixmaps/pidgin/emotes/default/plate.png share/pixmaps/pidgin/emotes/default/poop.png share/pixmaps/pidgin/emotes/default/pray.png share/pixmaps/pidgin/emotes/default/present.png share/pixmaps/pidgin/emotes/default/pumpkin.png share/pixmaps/pidgin/emotes/default/question.png share/pixmaps/pidgin/emotes/default/quiet.png share/pixmaps/pidgin/emotes/default/rain.png share/pixmaps/pidgin/emotes/default/rainbow.png share/pixmaps/pidgin/emotes/default/rose-dead.png share/pixmaps/pidgin/emotes/default/rose.png share/pixmaps/pidgin/emotes/default/rotfl.png share/pixmaps/pidgin/emotes/default/sad.png share/pixmaps/pidgin/emotes/default/sarcastic.png share/pixmaps/pidgin/emotes/default/search.png share/pixmaps/pidgin/emotes/default/secret.png share/pixmaps/pidgin/emotes/default/shame.png share/pixmaps/pidgin/emotes/default/sheep.png share/pixmaps/pidgin/emotes/default/shocked.png share/pixmaps/pidgin/emotes/default/shout.png share/pixmaps/pidgin/emotes/default/shut-mouth.png share/pixmaps/pidgin/emotes/default/sick.png share/pixmaps/pidgin/emotes/default/sidefrown.png share/pixmaps/pidgin/emotes/default/silly.png share/pixmaps/pidgin/emotes/default/sinister.png share/pixmaps/pidgin/emotes/default/skeleton.png share/pixmaps/pidgin/emotes/default/skywalker.png share/pixmaps/pidgin/emotes/default/sleeping.png share/pixmaps/pidgin/emotes/default/sleepy.png share/pixmaps/pidgin/emotes/default/smirk.png share/pixmaps/pidgin/emotes/default/snail.png share/pixmaps/pidgin/emotes/default/snicker.png share/pixmaps/pidgin/emotes/default/snowman.png share/pixmaps/pidgin/emotes/default/soccerball.png share/pixmaps/pidgin/emotes/default/soldier.png share/pixmaps/pidgin/emotes/default/star.png share/pixmaps/pidgin/emotes/default/starving.png share/pixmaps/pidgin/emotes/default/stop.png share/pixmaps/pidgin/emotes/default/stressed.png share/pixmaps/pidgin/emotes/default/struggle.png share/pixmaps/pidgin/emotes/default/sun.png share/pixmaps/pidgin/emotes/default/talktohand.png share/pixmaps/pidgin/emotes/default/teeth.png share/pixmaps/pidgin/emotes/default/terror.png share/pixmaps/pidgin/emotes/default/theme share/pixmaps/pidgin/emotes/default/thinking.png share/pixmaps/pidgin/emotes/default/thunder.png share/pixmaps/pidgin/emotes/default/time-out.png share/pixmaps/pidgin/emotes/default/tongue.png share/pixmaps/pidgin/emotes/default/turtle.png share/pixmaps/pidgin/emotes/default/tv.png share/pixmaps/pidgin/emotes/default/umbrella.png share/pixmaps/pidgin/emotes/default/vampire.png share/pixmaps/pidgin/emotes/default/victory.png share/pixmaps/pidgin/emotes/default/waiting.png share/pixmaps/pidgin/emotes/default/watermelon.png share/pixmaps/pidgin/emotes/default/waving.png share/pixmaps/pidgin/emotes/default/weep.png share/pixmaps/pidgin/emotes/default/wilt.png share/pixmaps/pidgin/emotes/default/wink.png share/pixmaps/pidgin/emotes/default/worship.png share/pixmaps/pidgin/emotes/default/yin-yang.png share/pixmaps/pidgin/emotes/none/theme share/pixmaps/pidgin/emotes/small/afraid.png share/pixmaps/pidgin/emotes/small/amorous.png share/pixmaps/pidgin/emotes/small/angel.png share/pixmaps/pidgin/emotes/small/angry.png share/pixmaps/pidgin/emotes/small/bathing.png share/pixmaps/pidgin/emotes/small/beer.png share/pixmaps/pidgin/emotes/small/bored.png share/pixmaps/pidgin/emotes/small/boy.png share/pixmaps/pidgin/emotes/small/camera.png share/pixmaps/pidgin/emotes/small/chilli.png share/pixmaps/pidgin/emotes/small/cigarette.png share/pixmaps/pidgin/emotes/small/cinema.png share/pixmaps/pidgin/emotes/small/coffee.png share/pixmaps/pidgin/emotes/small/cold.png share/pixmaps/pidgin/emotes/small/confused.png share/pixmaps/pidgin/emotes/small/console.png share/pixmaps/pidgin/emotes/small/cross.png share/pixmaps/pidgin/emotes/small/crying.png share/pixmaps/pidgin/emotes/small/devil.png share/pixmaps/pidgin/emotes/small/disappointed.png share/pixmaps/pidgin/emotes/small/dont-know.png share/pixmaps/pidgin/emotes/small/drool.png share/pixmaps/pidgin/emotes/small/embarrassed.png share/pixmaps/pidgin/emotes/small/excited.png share/pixmaps/pidgin/emotes/small/excruciating.png share/pixmaps/pidgin/emotes/small/eyeroll.png share/pixmaps/pidgin/emotes/small/girl.png share/pixmaps/pidgin/emotes/small/glasses-cool.png share/pixmaps/pidgin/emotes/small/grumpy.png share/pixmaps/pidgin/emotes/small/happy.png share/pixmaps/pidgin/emotes/small/hot.png share/pixmaps/pidgin/emotes/small/hug-left.png share/pixmaps/pidgin/emotes/small/hug-right.png share/pixmaps/pidgin/emotes/small/hungry.png share/pixmaps/pidgin/emotes/small/in_love.png share/pixmaps/pidgin/emotes/small/internet.png share/pixmaps/pidgin/emotes/small/invincible.png share/pixmaps/pidgin/emotes/small/kiss.png share/pixmaps/pidgin/emotes/small/lamp.png share/pixmaps/pidgin/emotes/small/lying.png share/pixmaps/pidgin/emotes/small/meeting.png share/pixmaps/pidgin/emotes/small/mobile.png share/pixmaps/pidgin/emotes/small/mrgreen.png share/pixmaps/pidgin/emotes/small/music.png share/pixmaps/pidgin/emotes/small/musical-note.png share/pixmaps/pidgin/emotes/small/nerdy.png share/pixmaps/pidgin/emotes/small/neutral.png share/pixmaps/pidgin/emotes/small/party.png share/pixmaps/pidgin/emotes/small/phone.png share/pixmaps/pidgin/emotes/small/pirate.png share/pixmaps/pidgin/emotes/small/pissed-off.png share/pixmaps/pidgin/emotes/small/plate.png share/pixmaps/pidgin/emotes/small/question.png share/pixmaps/pidgin/emotes/small/restroom.png share/pixmaps/pidgin/emotes/small/rose.png share/pixmaps/pidgin/emotes/small/sad.png share/pixmaps/pidgin/emotes/small/sarcastic.png share/pixmaps/pidgin/emotes/small/search.png share/pixmaps/pidgin/emotes/small/shame.png share/pixmaps/pidgin/emotes/small/shocked.png share/pixmaps/pidgin/emotes/small/shopping.png share/pixmaps/pidgin/emotes/small/shut-mouth.png share/pixmaps/pidgin/emotes/small/sick.png share/pixmaps/pidgin/emotes/small/silent.png share/pixmaps/pidgin/emotes/small/sleeping.png share/pixmaps/pidgin/emotes/small/sleepy.png share/pixmaps/pidgin/emotes/small/star.png share/pixmaps/pidgin/emotes/small/stressed.png share/pixmaps/pidgin/emotes/small/studying.png share/pixmaps/pidgin/emotes/small/suit.png share/pixmaps/pidgin/emotes/small/surfing.png share/pixmaps/pidgin/emotes/small/theme share/pixmaps/pidgin/emotes/small/thinking.png share/pixmaps/pidgin/emotes/small/thunder.png share/pixmaps/pidgin/emotes/small/tongue.png share/pixmaps/pidgin/emotes/small/tv.png share/pixmaps/pidgin/emotes/small/typing.png share/pixmaps/pidgin/emotes/small/uhm-yeah.png share/pixmaps/pidgin/emotes/small/wink.png share/pixmaps/pidgin/emotes/small/working.png share/pixmaps/pidgin/emotes/small/writing.png share/pixmaps/pidgin/logo.png share/pixmaps/pidgin/protocols/16/bonjour.png share/pixmaps/pidgin/protocols/16/facebook.png share/pixmaps/pidgin/protocols/16/gadu-gadu.png share/pixmaps/pidgin/protocols/16/google-talk.png share/pixmaps/pidgin/protocols/16/irc.png share/pixmaps/pidgin/protocols/16/jabber.png share/pixmaps/pidgin/protocols/16/meanwhile.png share/pixmaps/pidgin/protocols/16/novell.png share/pixmaps/pidgin/protocols/16/silc.png share/pixmaps/pidgin/protocols/16/simple.png share/pixmaps/pidgin/protocols/16/zephyr.png share/pixmaps/pidgin/protocols/22/bonjour.png share/pixmaps/pidgin/protocols/22/facebook.png share/pixmaps/pidgin/protocols/22/gadu-gadu.png share/pixmaps/pidgin/protocols/22/google-talk.png share/pixmaps/pidgin/protocols/22/irc.png share/pixmaps/pidgin/protocols/22/jabber.png share/pixmaps/pidgin/protocols/22/meanwhile.png share/pixmaps/pidgin/protocols/22/novell.png share/pixmaps/pidgin/protocols/22/silc.png share/pixmaps/pidgin/protocols/22/simple.png share/pixmaps/pidgin/protocols/22/zephyr.png share/pixmaps/pidgin/protocols/48/bonjour.png share/pixmaps/pidgin/protocols/48/facebook.png share/pixmaps/pidgin/protocols/48/gadu-gadu.png share/pixmaps/pidgin/protocols/48/irc.png share/pixmaps/pidgin/protocols/48/jabber.png share/pixmaps/pidgin/protocols/48/meanwhile.png share/pixmaps/pidgin/protocols/48/novell.png share/pixmaps/pidgin/protocols/48/silc.png share/pixmaps/pidgin/protocols/48/simple.png share/pixmaps/pidgin/protocols/48/zephyr.png share/pixmaps/pidgin/protocols/scalable/bonjour.svg share/pixmaps/pidgin/protocols/scalable/gadu-gadu.svg share/pixmaps/pidgin/protocols/scalable/google-talk.svg share/pixmaps/pidgin/protocols/scalable/irc.svg share/pixmaps/pidgin/protocols/scalable/jabber.svg share/pixmaps/pidgin/protocols/scalable/meanwhile.svg share/pixmaps/pidgin/protocols/scalable/novell.svg share/pixmaps/pidgin/protocols/scalable/silc.svg share/pixmaps/pidgin/protocols/scalable/simple.svg share/pixmaps/pidgin/protocols/scalable/zephyr.svg share/pixmaps/pidgin/status/11/available.png share/pixmaps/pidgin/status/11/away.png share/pixmaps/pidgin/status/11/busy.png share/pixmaps/pidgin/status/11/chat.png share/pixmaps/pidgin/status/11/extended-away.png share/pixmaps/pidgin/status/11/invisible.png share/pixmaps/pidgin/status/11/log-in.png share/pixmaps/pidgin/status/11/log-out.png share/pixmaps/pidgin/status/11/offline.png share/pixmaps/pidgin/status/11/person.png share/pixmaps/pidgin/status/11/rtl/extended-away.png share/pixmaps/pidgin/status/11/rtl/log-in.png share/pixmaps/pidgin/status/11/rtl/log-out.png share/pixmaps/pidgin/status/16/available.png share/pixmaps/pidgin/status/16/away.png share/pixmaps/pidgin/status/16/busy.png share/pixmaps/pidgin/status/16/chat.png share/pixmaps/pidgin/status/16/extended-away.png share/pixmaps/pidgin/status/16/invisible.png share/pixmaps/pidgin/status/16/log-in.png share/pixmaps/pidgin/status/16/log-out.png share/pixmaps/pidgin/status/16/offline.png share/pixmaps/pidgin/status/16/person.png share/pixmaps/pidgin/status/16/rtl/extended-away.png share/pixmaps/pidgin/status/16/rtl/log-in.png share/pixmaps/pidgin/status/16/rtl/log-out.png share/pixmaps/pidgin/status/22/available.png share/pixmaps/pidgin/status/22/away.png share/pixmaps/pidgin/status/22/busy.png share/pixmaps/pidgin/status/22/chat.png share/pixmaps/pidgin/status/22/extended-away.png share/pixmaps/pidgin/status/22/invisible.png share/pixmaps/pidgin/status/22/log-in.png share/pixmaps/pidgin/status/22/log-out.png share/pixmaps/pidgin/status/22/offline.png share/pixmaps/pidgin/status/22/person.png share/pixmaps/pidgin/status/22/rtl/extended-away.png share/pixmaps/pidgin/status/22/rtl/log-in.png share/pixmaps/pidgin/status/22/rtl/log-out.png share/pixmaps/pidgin/status/32/available.png share/pixmaps/pidgin/status/32/away.png share/pixmaps/pidgin/status/32/busy.png share/pixmaps/pidgin/status/32/chat.png share/pixmaps/pidgin/status/32/extended-away.png share/pixmaps/pidgin/status/32/invisible.png share/pixmaps/pidgin/status/32/log-in.png share/pixmaps/pidgin/status/32/log-out.png share/pixmaps/pidgin/status/32/offline.png share/pixmaps/pidgin/status/32/person.png share/pixmaps/pidgin/status/32/rtl/extended-away.png share/pixmaps/pidgin/status/32/rtl/log-in.png share/pixmaps/pidgin/status/32/rtl/log-out.png share/pixmaps/pidgin/status/48/available.png share/pixmaps/pidgin/status/48/away.png share/pixmaps/pidgin/status/48/busy.png share/pixmaps/pidgin/status/48/chat.png share/pixmaps/pidgin/status/48/extended-away.png share/pixmaps/pidgin/status/48/invisible.png share/pixmaps/pidgin/status/48/log-in.png share/pixmaps/pidgin/status/48/log-out.png share/pixmaps/pidgin/status/48/offline.png share/pixmaps/pidgin/status/48/person.png share/pixmaps/pidgin/status/48/rtl/extended-away.png share/pixmaps/pidgin/status/48/rtl/log-in.png share/pixmaps/pidgin/status/48/rtl/log-out.png share/pixmaps/pidgin/toolbar/11/message-new.png share/pixmaps/pidgin/toolbar/16/audio-call.png share/pixmaps/pidgin/toolbar/16/change-bgcolor.png share/pixmaps/pidgin/toolbar/16/change-fgcolor.png share/pixmaps/pidgin/toolbar/16/emote-select.png share/pixmaps/pidgin/toolbar/16/font-face.png share/pixmaps/pidgin/toolbar/16/font-size-down.png share/pixmaps/pidgin/toolbar/16/font-size-up.png share/pixmaps/pidgin/toolbar/16/get-attention.png share/pixmaps/pidgin/toolbar/16/insert-image.png share/pixmaps/pidgin/toolbar/16/insert-link.png share/pixmaps/pidgin/toolbar/16/insert.png share/pixmaps/pidgin/toolbar/16/message-new.png share/pixmaps/pidgin/toolbar/16/plugins.png share/pixmaps/pidgin/toolbar/16/send-file.png share/pixmaps/pidgin/toolbar/16/transfer.png share/pixmaps/pidgin/toolbar/16/unblock.png share/pixmaps/pidgin/toolbar/16/video-call.png share/pixmaps/pidgin/toolbar/22/audio-call.png share/pixmaps/pidgin/toolbar/22/select-avatar.png share/pixmaps/pidgin/toolbar/22/video-call.png share/pixmaps/pidgin/toolbar/32/audio-call.png share/pixmaps/pidgin/toolbar/32/video-call.png share/pixmaps/pidgin/toolbar/48/audio-call.png share/pixmaps/pidgin/toolbar/48/video-call.png share/pixmaps/pidgin/tray/16/available_4bit.ico share/pixmaps/pidgin/tray/16/away_4bit.ico share/pixmaps/pidgin/tray/16/busy_4bit.ico share/pixmaps/pidgin/tray/16/connecting_4bit.ico share/pixmaps/pidgin/tray/16/extended-away_4bit.ico share/pixmaps/pidgin/tray/16/invisible_4bit.ico share/pixmaps/pidgin/tray/16/message_4bit.ico share/pixmaps/pidgin/tray/16/offline_4bit.ico share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-available.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-away.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-busy.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-connect.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-email.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-invisible.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-offline.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-pending.png share/pixmaps/pidgin/tray/hicolor/16x16/status/pidgin-tray-xa.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-available.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-away.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-busy.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-connect.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-email.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-invisible.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-offline.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-pending.png share/pixmaps/pidgin/tray/hicolor/22x22/status/pidgin-tray-xa.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-available.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-away.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-busy.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-connect.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-email.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-invisible.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-offline.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-pending.png share/pixmaps/pidgin/tray/hicolor/32x32/status/pidgin-tray-xa.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-available.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-away.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-busy.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-connect.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-email.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-invisible.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-offline.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-pending.png share/pixmaps/pidgin/tray/hicolor/48x48/status/pidgin-tray-xa.png share/pixmaps/pidgin/tray/hicolor/index.theme diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index fafa18b420d2..3cb2746e5373 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,271 +1,271 @@ PORTNAME= bandwhich DISTVERSION= 0.20.0 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi COMMENT= Terminal bandwidth utilization tool WWW= https://github.com/imsnif/bandwhich LICENSE= MIT RUN_DEPENDS= lsof:sysutils/lsof USES= cargo USE_GITHUB= yes GH_ACCOUNT= imsnif CARGO_CRATES= adler-0.2.3 \ adler32-1.2.0 \ aho-corasick-0.7.6 \ ansi_term-0.11.0 \ arc-swap-0.4.3 \ async-trait-0.1.21 \ atty-0.2.13 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.40 \ backtrace-sys-0.1.32 \ bitflags-0.5.0 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ byteorder-1.3.2 \ bytes-0.5.0 \ bzip2-0.3.3 \ bzip2-sys-0.1.9+1.0.8 \ c2-chacha-0.2.3 \ cargo-insta-0.11.0 \ cassowary-0.3.0 \ cc-1.0.47 \ cfg-if-0.1.9 \ cfg-if-1.0.0 \ chrono-0.4.9 \ clap-2.33.0 \ clicolors-control-1.0.1 \ cloudabi-0.0.3 \ console-0.7.7 \ console-0.8.0 \ console-0.9.1 \ core-foundation-0.7.0 \ core-foundation-sys-0.7.0 \ crc32fast-1.2.0 \ crossbeam-channel-0.4.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-utils-0.7.2 \ crossterm-0.17.7 \ crossterm_winapi-0.6.1 \ derive-new-0.5.8 \ difference-2.0.0 \ digest-0.8.1 \ doc-comment-0.3.3 \ dtoa-0.4.4 \ either-1.5.3 \ encode_unicode-0.3.6 \ enum-as-inner-0.3.0 \ failure-0.1.6 \ failure_derive-0.1.6 \ fake-simd-0.1.2 \ flate2-1.0.17 \ fnv-1.0.6 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.3.1 \ futures-channel-0.3.1 \ futures-core-0.3.1 \ futures-executor-0.3.1 \ futures-io-0.3.1 \ futures-macro-0.3.1 \ futures-sink-0.3.1 \ futures-task-0.3.1 \ futures-util-0.3.1 \ generic-array-0.12.3 \ getrandom-0.1.13 \ glob-0.2.11 \ heck-0.3.1 \ hermit-abi-0.1.15 \ hex-0.4.2 \ hostname-0.3.1 \ http_req-0.7.0 \ idna-0.2.0 \ insta-0.11.0 \ insta-0.12.0 \ iovec-0.1.4 \ ipconfig-0.2.1 \ ipnetwork-0.12.8 \ ipnetwork-0.16.0 \ itoa-0.4.4 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ libc-0.2.76 \ libflate-1.0.2 \ libflate_lz77-1.0.0 \ linked-hash-map-0.5.4 \ lock_api-0.3.4 \ log-0.3.9 \ log-0.4.8 \ lru-cache-0.1.2 \ maplit-1.0.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.2.1 \ memoffset-0.5.5 \ miniz_oxide-0.4.1 \ mio-0.6.21 \ mio-0.7.0 \ miow-0.2.1 \ miow-0.3.5 \ native-tls-0.2.4 \ net2-0.2.33 \ netstat2-0.9.0 \ ntapi-0.3.4 \ num-derive-0.3.2 \ num-integer-0.1.41 \ num-traits-0.2.8 \ num_cpus-1.13.0 \ once_cell-1.4.1 \ opaque-debug-0.2.3 \ openssl-0.10.30 \ openssl-probe-0.1.2 \ openssl-sys-0.9.58 \ packet-builder-0.5.0 \ parking_lot-0.10.2 \ parking_lot_core-0.7.2 \ percent-encoding-2.1.0 \ pest-2.1.2 \ pest_derive-2.1.0 \ pest_generator-2.1.1 \ pest_meta-2.1.2 \ pin-project-lite-0.1.1 \ pin-utils-0.1.0-alpha.4 \ pkg-config-0.3.18 \ pnet-0.26.0 \ pnet_base-0.26.0 \ pnet_datalink-0.26.0 \ pnet_macros-0.26.0 \ pnet_macros_support-0.26.0 \ pnet_packet-0.26.0 \ pnet_sys-0.26.0 \ pnet_transport-0.26.0 \ podio-0.1.7 \ ppv-lite86-0.2.6 \ proc-macro-error-0.2.6 \ proc-macro-hack-0.5.11 \ proc-macro-nested-0.1.3 \ proc-macro2-0.4.30 \ proc-macro2-1.0.6 \ procfs-0.7.9 \ quick-error-1.2.2 \ quote-0.6.13 \ quote-1.0.2 \ rand-0.6.5 \ rand-0.7.2 \ rand_chacha-0.1.1 \ rand_chacha-0.2.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rayon-1.4.0 \ rayon-core-1.8.0 \ rdrand-0.4.0 \ redox_syscall-0.1.56 \ regex-1.3.1 \ regex-syntax-0.6.12 \ remove_dir_all-0.5.3 \ rle-decode-fast-1.0.1 \ rustc-demangle-0.1.16 \ rustc-serialize-0.3.24 \ ryu-1.0.2 \ same-file-1.0.5 \ schannel-0.1.19 \ scopeguard-1.0.0 \ security-framework-0.4.4 \ security-framework-sys-0.4.3 \ serde-1.0.102 \ serde_derive-1.0.102 \ serde_json-1.0.41 \ serde_yaml-0.8.11 \ sha-1-0.8.1 \ signal-hook-0.1.16 \ signal-hook-registry-1.2.1 \ slab-0.4.2 \ smallvec-0.6.13 \ smallvec-1.0.0 \ socket2-0.3.19 \ strsim-0.8.0 \ structopt-0.2.18 \ structopt-0.3.4 \ structopt-derive-0.2.18 \ structopt-derive-0.3.4 \ syn-0.15.44 \ syn-1.0.11 \ synstructure-0.12.3 \ syntex-0.42.2 \ syntex_errors-0.42.0 \ syntex_pos-0.42.0 \ syntex_syntax-0.42.0 \ sysinfo-0.15.1 \ tempfile-3.1.0 \ term-0.4.6 \ termios-0.3.1 \ textwrap-0.11.0 \ thiserror-1.0.20 \ thiserror-impl-1.0.20 \ thread_local-0.3.6 \ time-0.1.42 \ tokio-0.2.2 \ trust-dns-proto-0.18.1 \ trust-dns-resolver-0.18.1 \ tui-0.12.0 \ typenum-1.11.2 \ ucd-trie-0.1.2 \ unicase-2.6.0 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.9 \ unicode-segmentation-1.6.0 \ unicode-width-0.1.8 \ unicode-xid-0.0.3 \ unicode-xid-0.1.0 \ unicode-xid-0.2.0 \ url-2.1.0 \ uuid-0.7.4 \ uuid-0.8.1 \ vcpkg-0.2.10 \ vec_map-0.8.1 \ version_check-0.9.2 \ walkdir-2.2.9 \ wasi-0.7.0 \ widestring-0.4.0 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ ws2_32-sys-0.2.1 \ yaml-rust-0.4.3 \ zip-0.5.6 \ resolv-conf@git+https://github.com/tailhook/resolv-conf?rev=83c0f25ebcb0615550488692c5213ca1ae4acd8f\#83c0f25ebcb0615550488692c5213ca1ae4acd8f PLIST_FILES= bin/bandwhich \ - man/man1/bandwhich.1.gz + share/man/man1/bandwhich.1.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bandwhich - ${INSTALL_MAN} ${WRKSRC}/docs/bandwhich.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docs/bandwhich.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net-mgmt/mysql-snmp/Makefile b/net-mgmt/mysql-snmp/Makefile index 91a1e15b464d..e0d8c51969c9 100644 --- a/net-mgmt/mysql-snmp/Makefile +++ b/net-mgmt/mysql-snmp/Makefile @@ -1,53 +1,54 @@ PORTNAME= mysql-snmp DISTVERSIONPREFIX= v DISTVERSION= 1.2-17 DISTVERSIONSUFFIX= -g1d0b409 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MAINTAINER= 0mp@FreeBSD.org COMMENT= Net-SNMP Perl agent for monitoring MySQL servers WWW= https://github.com/masterzen/mysql-snmp LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-DBI>=0:databases/p5-DBI \ p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \ p5-Net-SNMP>=5.4.3:net-mgmt/p5-Net-SNMP \ p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog USES= perl5 shebangfix USE_GITHUB= yes GH_ACCOUNT= masterzen USE_PERL5= run test USE_RC_SUBR= mysql-snmp SHEBANG_FILES= mysql-snmp opennms/* tests/test.pl NO_ARCH= yes NO_BUILD= yes SUB_LIST= PERL=${PERL} OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/mysql-snmp ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${PREFIX}/share/snmp/mibs ${INSTALL_DATA} ${WRKSRC}/MYSQL-SERVER-MIB.txt \ ${STAGEDIR}${PREFIX}/share/snmp/mibs - ${INSTALL_MAN} ${WRKSRC}/mysql-snmp.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/mysql-snmp.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} opennms ${STAGEDIR}/${DATADIR}) @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/my.cnf ${STAGEDIR}${ETCDIR}/my.cnf.sample post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-test: @(cd ${WRKSRC} && \ ${SETENV} ${TEST_ENV} ${PERL5} -I ${STAGEDIR}${PREFIX}/sbin ./tests/test.pl) .include diff --git a/net-mgmt/mysql-snmp/pkg-plist b/net-mgmt/mysql-snmp/pkg-plist index 8893d1da8e02..195e7d3f412e 100644 --- a/net-mgmt/mysql-snmp/pkg-plist +++ b/net-mgmt/mysql-snmp/pkg-plist @@ -1,11 +1,11 @@ @mode 600 @sample %%ETCDIR%%/my.cnf.sample @mode -man/man1/mysql-snmp.1.gz +share/man/man1/mysql-snmp.1.gz sbin/mysql-snmp %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/opennms/mysql.datacollection-config.xml %%DATADIR%%/opennms/mysql.snmp-graph.properties %%DATADIR%%/opennms/tools/cacti2MIB.pl %%DATADIR%%/opennms/tools/cacti2opennms.pl share/snmp/mibs/MYSQL-SERVER-MIB.txt diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index 399b3beac253..be952a89411a 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,37 +1,37 @@ PORTNAME= nfs-exporter DISTVERSION= 0.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= CRATESIO MASTER_SITE_SUBDIR= freebsd-${PORTNAME}/${DISTVERSION} DISTNAME= freebsd-${PORTNAME}-${DISTVERSIONFULL} DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= asomers@FreeBSD.org COMMENT= Prometheus exporter for NFS statistics WWW= https://github.com/Axcient/freebsd-nfs-exporter LICENSE= APACHE20 MIT LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT # https://github.com/tikv/rust-prometheus/issues/315 NOT_FOR_ARCHS= powerpc NOT_FOR_ARCHS_REASON_powerpc=needs 64-bit atomics BUILD_DEPENDS= llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} USES= cargo USE_RC_SUBR= nfs_exporter SUB_LIST= USER=nobody PLIST_FILES= bin/${PORTNAME} \ - man/man8/${PORTNAME}.8.gz + share/man/man8/${PORTNAME}.8.gz post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile index 74de1e58f89f..2f254f8a47be 100644 --- a/net-mgmt/pnp/Makefile +++ b/net-mgmt/pnp/Makefile @@ -1,103 +1,103 @@ PORTNAME= pnp PORTVERSION= 0.6.26 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/pnp4nagios/PNP-0.6 DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER?= joneum@FreeBSD.org COMMENT?= Nagios / Icinga performance data collector and grapher WWW= https://www.pnp4nagios.org/ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool RUN_DEPENDS?= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \ nagios:net-mgmt/nagios MAKE_JOBS_UNSAFE= yes USES= dos2unix perl5 php php:web OPTIONS_DEFINE= PDF EXAMPLES OPTIONS_DEFAULT= PDF PDF_DESC= Use built-in fpdf library to produce PDF views PDF_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-disable-pdf .include USE_PHP= gd iconv session simplexml sockets xml zlib USE_RC_SUBR= npcd DOS2UNIX_REGEX= '.*\.\(php\|js\|txt\)$$' NAGIOSDIR?= /var/spool/nagios NAGIOSHTMURL?= /nagios NAGIOSUSER?= nagios NAGIOSGROUP?= nagios PNP_STATE= ${NAGIOSDIR}/pnp PNP_RRDS= ${PNP_STATE}/rrd PNP_SPOOL= ${PNP_STATE}/perfspool PNP_URL?= ${NAGIOSHTMURL}/pnp FPDF_DIR?= share/fpdf GNU_CONFIGURE= yes CONFIGURE_ARGS+= \ --sysconfdir=${ETCDIR} \ --datarootdir=${WWWDIR} \ --datadir=${WWWDIR} \ --localstatedir=/var/log \ --with-rrdtool=${LOCALBASE}/bin/rrdtool \ --with-perfdata-dir=${PNP_RRDS} \ --with-perfdata-spool-dir=${PNP_SPOOL} \ --with-nagios-user=${NAGIOSUSER} \ --with-nagios-group=${NAGIOSGROUP} # Get rid of INSTALL_OPTS that are set by configure -- # we want the things to be installed with root:wheel and # NAGIOSUSER:NAGIOSGROUP are going to the configuration files. MAKE_ARGS= INSTALL_OPTS= INSTALL_TARGET= install install-config PLIST_SUB+= NAGIOSDIR=${NAGIOSDIR} \ NAGIOSUSER=${NAGIOSUSER} \ NAGIOSGROUP=${NAGIOSGROUP} \ WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} SUB_FILES= pkg-message SUB_LIST= PNP_RRDS=${PNP_RRDS} \ PNP_URL=${PNP_URL} \ NAGIOSUSER=${NAGIOSUSER} \ NAGIOSGROUP=${NAGIOSGROUP} SAMPLE_CONFIGS= lighttpd.pnp4nagios.conf nginx.pnp4nagios.conf httpd.conf .if ${PORT_OPTIONS:MPDF} PNP_USE_FPDF= 1 .else PNP_USE_FPDF= 0 .endif post-patch: @${REINPLACE_CMD} \ -e's|^\$$conf\['\''use_fpdf'\''\] = [[:digit:]];|$$conf['\''use_fpdf'\''] = ${PNP_USE_FPDF};|' \ -e's|^\$$conf\['\''nagios_base'\''\] = "/nagios/cgi-bin";|$$conf\['\''nagios_base'\''\] = "${NAGIOSHTMURL}/cgi-bin";|' \ -e's|/usr/local/check_mk/|/usr/local/share/check_mk/|g' \ -e's|/usr/local/nagios/var/rw/live|/${NAGIOSDIR}/rw/live|' \ "${WRKSRC}/sample-config/pnp/config.php.in" .for f in ${SAMPLE_CONFIGS} @${REINPLACE_CMD} -e 's|@BASE_URL@|${PNP_URL}|g' -e 's|@datarootdir@|${WWWDIR}|g' \ -e 's|/usr/local/nagios/etc|${PREFIX}/etc/${NAGIOSUSER}|' -e 's|Nagios|${NAGIOSUSER}|' \ "${WRKSRC}/sample-config/${f}.in" .endfor @${LN} -fs ../en_US/dwnld.html ${WRKSRC}/share/pnp/documents/de_DE/dwnld.html post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${SAMPLE_CONFIGS} ${INSTALL_DATA} ${WRKSRC}/sample-config/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor - ${INSTALL_MAN} ${WRKSRC}/man/npcd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/npcd.8 ${STAGEDIR}${PREFIX}/man/man8 .include diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index 7a3675ebfa40..f389ecb53bb6 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -1,28 +1,28 @@ PORTNAME= drawterm PORTVERSION= 20230903 CATEGORIES= net x11 MASTER_SITES= http://swtch.com/drawterm/ MAINTAINER= fuz@FreeBSD.org COMMENT= Plan9 cpu client WWW= https://swtch.com/drawterm/ # Additionally the Lucent Public License LICENSE= MIT USES= xorg localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= 9front GH_TAGNAME= c4ea4d299aa1bbbcc972c04adf06c18245ce7674 USE_XORG= x11 xt PLIST_FILES= bin/drawterm \ share/man/man1/drawterm.1.gz MAKE_ARGS= CONF=${OPSYS:tl} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/drawterm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/drawterm.1 ${STAGEDIR}${MAN1PREFIX}/share/man/man1/drawterm.1 + ${INSTALL_MAN} ${WRKSRC}/drawterm.1 ${STAGEDIR}${PREFIX}/share/man/man1/drawterm.1 .include diff --git a/net/empty/Makefile b/net/empty/Makefile index c761a8733faa..be5bd98dc0f9 100644 --- a/net/empty/Makefile +++ b/net/empty/Makefile @@ -1,30 +1,31 @@ PORTNAME= empty PORTVERSION= 0.6.23c +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= zmey20000@yahoo.com COMMENT= Expect-like tool for pure shell WWW= https://empty.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT USES= tar:tgz DOCS= CHANGELOG COPYRIGHT README.txt README.CYGWIN EXAMPLES= README em_ssh.sh em_ssh_2.sh em_sh.sh \ em_telnet.sh em_telnet_2.sh emsu.sh runtests.sh MAKE_ARGS+= CC="${CC}" OPTIONS_DEFINE= DOCS EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/empty ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/empty.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/empty.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${EXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/net/empty/pkg-plist b/net/empty/pkg-plist index 66bd61d28e44..fc46e10d8b4d 100644 --- a/net/empty/pkg-plist +++ b/net/empty/pkg-plist @@ -1,14 +1,14 @@ bin/empty -man/man1/empty.1.gz +share/man/man1/empty.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGELOG %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/README.CYGWIN %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/em_sh.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/em_ssh.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/em_ssh_2.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/em_telnet.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/em_telnet_2.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/emsu.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/runtests.sh diff --git a/net/findomain/Makefile b/net/findomain/Makefile index b7d77b2c589c..26a59fd57658 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,292 +1,292 @@ PORTNAME= findomain DISTVERSION= 5.0.0 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org COMMENT= Cross-platform subdomain enumerator WWW= https://github.com/Findomain/findomain LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= Unfetchable USES= cargo ssl USE_GITHUB= yes GH_ACCOUNT= Findomain CARGO_CRATES= addr2line-0.16.0 \ adler-1.0.2 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ arrayvec-0.5.2 \ async-compression-0.3.8 \ async-trait-0.1.51 \ atty-0.2.14 \ autocfg-0.1.7 \ autocfg-1.0.1 \ backtrace-0.3.61 \ base64-0.9.3 \ base64-0.10.1 \ base64-0.13.0 \ bitflags-1.2.1 \ block-buffer-0.9.0 \ bumpalo-3.7.0 \ byteorder-1.4.3 \ bytes-1.0.1 \ cc-1.0.69 \ cfg-if-1.0.0 \ clap-2.33.3 \ cloudabi-0.0.3 \ config-0.11.0 \ core-foundation-0.9.1 \ core-foundation-sys-0.8.2 \ cpufeatures-0.1.5 \ crc32fast-1.2.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.1 \ crossbeam-epoch-0.9.5 \ crossbeam-utils-0.8.5 \ crypto-mac-0.10.1 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ data-encoding-2.3.2 \ derive_builder-0.8.1 \ derive_builder_core-0.8.1 \ digest-0.9.0 \ either-1.6.1 \ encoding_rs-0.8.28 \ enum-as-inner-0.3.3 \ failure-0.1.8 \ failure_derive-0.1.8 \ fallible-iterator-0.2.0 \ flate2-1.0.20 \ fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ form_urlencoded-1.0.1 \ fuchsia-cprng-0.1.1 \ futures-0.3.16 \ futures-channel-0.3.16 \ futures-core-0.3.16 \ futures-executor-0.3.16 \ futures-io-0.3.16 \ futures-macro-0.3.16 \ futures-sink-0.3.16 \ futures-task-0.3.16 \ futures-util-0.3.16 \ generic-array-0.14.4 \ getrandom-0.1.16 \ getrandom-0.2.3 \ gimli-0.25.0 \ h2-0.3.3 \ hashbrown-0.11.2 \ heck-0.3.3 \ hermit-abi-0.1.19 \ hmac-0.10.1 \ hostname-0.3.1 \ http-0.2.4 \ http-body-0.4.3 \ httparse-1.4.1 \ httpdate-1.0.1 \ hyper-0.10.16 \ hyper-0.14.11 \ hyper-tls-0.5.0 \ ident_case-1.0.1 \ idna-0.1.5 \ idna-0.2.3 \ indexmap-1.7.0 \ instant-0.1.10 \ ipconfig-0.2.2 \ ipnet-2.3.1 \ itoa-0.4.7 \ js-sys-0.3.52 \ language-tags-0.2.2 \ lazy_static-1.4.0 \ lexical-core-0.7.6 \ libc-0.2.98 \ linked-hash-map-0.5.4 \ lock_api-0.4.4 \ log-0.3.9 \ log-0.4.14 \ lru-cache-0.1.2 \ match_cfg-0.1.0 \ matches-0.1.8 \ md-5-0.9.1 \ memchr-2.4.0 \ memoffset-0.6.4 \ mime-0.2.6 \ mime-0.3.16 \ miniz_oxide-0.4.4 \ mio-0.7.13 \ miow-0.3.7 \ native-tls-0.2.7 \ nom-5.1.2 \ ntapi-0.3.6 \ num-traits-0.1.43 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.26.0 \ once_cell-1.8.0 \ opaque-debug-0.3.0 \ openssl-0.10.35 \ openssl-probe-0.1.4 \ openssl-sys-0.9.65 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ percent-encoding-1.0.1 \ percent-encoding-2.1.0 \ phf-0.8.0 \ phf_shared-0.8.0 \ pin-project-lite-0.2.7 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ postgres-0.19.1 \ postgres-protocol-0.6.1 \ postgres-types-0.2.1 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ proc-macro-nested-0.1.7 \ proc-macro2-1.0.28 \ quick-error-1.2.3 \ quote-1.0.9 \ rand-0.6.5 \ rand-0.7.3 \ rand-0.8.4 \ rand_chacha-0.1.1 \ rand_chacha-0.2.2 \ rand_chacha-0.3.1 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rand_core-0.5.1 \ rand_core-0.6.3 \ rand_hc-0.1.0 \ rand_hc-0.2.0 \ rand_hc-0.3.1 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rayon-1.5.1 \ rayon-core-1.9.1 \ rdrand-0.4.0 \ redox_syscall-0.2.10 \ regex-1.5.4 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ reqwest-0.11.4 \ resolv-conf-0.7.0 \ rust-ini-0.13.0 \ rustc-demangle-0.1.20 \ ryu-1.0.5 \ safemem-0.3.3 \ schannel-0.1.19 \ scopeguard-1.1.0 \ security-framework-2.3.1 \ security-framework-sys-2.3.0 \ serde-0.8.23 \ serde-1.0.127 \ serde-hjson-0.9.1 \ serde_derive-1.0.127 \ serde_json-1.0.66 \ serde_urlencoded-0.7.0 \ sha1-0.6.0 \ sha2-0.9.5 \ siphasher-0.3.6 \ slab-0.4.4 \ smallvec-1.6.1 \ socket2-0.3.19 \ socket2-0.4.1 \ static_assertions-1.1.0 \ stringprep-0.1.2 \ strsim-0.8.0 \ strsim-0.9.3 \ subtle-2.4.1 \ syn-1.0.74 \ synstructure-0.12.5 \ tempfile-3.2.0 \ textwrap-0.11.0 \ thiserror-1.0.26 \ thiserror-impl-1.0.26 \ time-0.1.43 \ tinyvec-1.3.1 \ tinyvec_macros-0.1.0 \ tokio-1.9.0 \ tokio-native-tls-0.3.0 \ tokio-postgres-0.7.2 \ tokio-util-0.6.7 \ toml-0.5.8 \ tower-service-0.3.1 \ tracing-0.1.26 \ tracing-core-0.1.18 \ traitobject-0.1.0 \ try-lock-0.2.3 \ typeable-0.1.2 \ typenum-1.13.0 \ unicase-1.4.2 \ unicode-bidi-0.3.5 \ unicode-normalization-0.1.19 \ unicode-segmentation-1.8.0 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-1.7.2 \ url-2.2.2 \ vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.1.5 \ version_check-0.9.3 \ want-0.3.0 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.2+wasi-snapshot-preview1 \ wasm-bindgen-0.2.75 \ wasm-bindgen-backend-0.2.75 \ wasm-bindgen-futures-0.4.25 \ wasm-bindgen-macro-0.2.75 \ wasm-bindgen-macro-support-0.2.75 \ wasm-bindgen-shared-0.2.75 \ web-sys-0.3.52 \ websocket-0.23.0 \ which-3.1.1 \ widestring-0.4.3 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ winreg-0.6.2 \ winreg-0.7.0 \ yaml-rust-0.3.5 \ yaml-rust-0.4.5 \ trust-dns-proto,trust-dns-resolver@git+https://github.com/Edu4rdSHL/trust-dns?branch=main\#451a00fbe3c0972adb4cdbd9d2e2f2a39a44da0e \ headless_chrome@git+https://github.com/Edu4rdSHL/rust-headless-chrome\#54ae12d9d33ed41f9f4b60b489e706d501d4f58a WRKSRC= ${WRKDIR}/Findomain-${DISTVERSION} PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz _DOCS= docs/create_telegram_webhook.md README.md PORTDOCS= ${_DOCS:T} OPTIONS_DEFINE= DOCS PGSQL SCREENSHOT PGSQL_DESC= Enable subdomain monitoring support SCREENSHOT_DESC= Enable website screenshot support (uses headless chrome) PGSQL_USES= pgsql PGSQL_VARS= WANT_PGSQL=server SCREENSHOT_RUN_DEPENDS= chrome:www/chromium post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && \ ${INSTALL_DATA} ${_DOCS} \ ${STAGEDIR}${DOCSDIR} .include diff --git a/net/go-cs/Makefile b/net/go-cs/Makefile index 01273572c63f..1bc0aa48caea 100644 --- a/net/go-cs/Makefile +++ b/net/go-cs/Makefile @@ -1,27 +1,27 @@ PORTNAME= go-cs PORTVERSION= 0.9 DISTVERSIONPREFIX= v -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net MAINTAINER= akosela@andykosela.com COMMENT= Concurrent ssh client WWW= https://github.com/akosela/go-cs LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go USE_GITHUB= yes GH_ACCOUNT= akosela CONFLICTS_INSTALL= clearsilver csound # bin/cs -PLIST_FILES= bin/cs man/man1/cs.1.gz +PLIST_FILES= bin/cs share/man/man1/cs.1.gz GO_TARGET= ./cs post-install: - ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/cs.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 8a984270b9d0..0422b40a62c1 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -1,34 +1,34 @@ PORTNAME= gopher PORTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://gopher.quux.org:70/give-me-gopher/ \ http://aaron.baugher.biz/files/FreeBSD/ports/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= aaron@baugher.biz COMMENT= Gopher client for access to a distributed document service LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} pre-patch: @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ 's,,,' do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gopher/gopher ${STAGEDIR}${PREFIX}/bin/gopher @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gopher ${INSTALL_DATA} ${WRKSRC}/gopher/gopher.rc ${STAGEDIR}${PREFIX}/etc/gopher/gopher.rc ${INSTALL_DATA} ${WRKSRC}/gopher/gopherremote.rc ${STAGEDIR}${PREFIX}/etc/gopher/gopherremote.rc ${INSTALL_DATA} ${WRKSRC}/gopher/gopher.hlp ${STAGEDIR}${PREFIX}/etc/gopher/gopher.hlp ${INSTALL_PROGRAM} ${WRKSRC}/gophfilt/gophfilt ${STAGEDIR}${PREFIX}/bin/gophfilt - ${INSTALL_MAN} ${WRKSRC}/doc/gopher.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/gophfilt.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/gopherrc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/gopher.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/gophfilt.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/gopherrc.5 ${STAGEDIR}${PREFIX}/share/man/man5 .include diff --git a/net/gopher/pkg-plist b/net/gopher/pkg-plist index 0d2228295b24..0b6c1d67ef35 100644 --- a/net/gopher/pkg-plist +++ b/net/gopher/pkg-plist @@ -1,8 +1,8 @@ bin/gopher bin/gophfilt etc/gopher/gopher.rc etc/gopher/gopherremote.rc etc/gopher/gopher.hlp -man/man1/gopher.1.gz -man/man1/gophfilt.1.gz -man/man5/gopherrc.5.gz +share/man/man1/gopher.1.gz +share/man/man1/gophfilt.1.gz +share/man/man5/gopherrc.5.gz diff --git a/net/haproxy-devel/Makefile b/net/haproxy-devel/Makefile index 2c539cea4ae0..5db7ece51e91 100644 --- a/net/haproxy-devel/Makefile +++ b/net/haproxy-devel/Makefile @@ -1,77 +1,78 @@ PORTNAME= haproxy DISTVERSION= 2.9-dev11 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.9/src/devel/ PKGNAMESUFFIX= -devel DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-devel-lua lua_CONFLICTS_INSTALL= haproxy-devel lua_PKGNAMESUFFIX= devel-lua CONFLICTS_INSTALL= haproxy haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 haproxy26 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ USE_TFO=1 USE_THREAD_DUMP=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy-devel/pkg-plist b/net/haproxy-devel/pkg-plist index 69c091af1feb..57768e435751 100644 --- a/net/haproxy-devel/pkg-plist +++ b/net/haproxy-devel/pkg-plist @@ -1,100 +1,100 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/pool-debugging.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/thread-group.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/appctx.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/event_hdl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/pools.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-poll-connect.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-pollhup.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-polling.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stconn-close.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/event_handler.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/mailers.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 41dd9feb8c2d..9d0900bda356 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -1,82 +1,83 @@ PORTNAME= haproxy DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://www.haproxy.org/download/2.9/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= -lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 haproxy26 haproxy27 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif .include .if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:M*quictls} OPENSSL_MAKE_ARGS+= USE_QUIC=1 .else OPENSSL_MAKE_ARGS+= USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy/pkg-plist b/net/haproxy/pkg-plist index 69c091af1feb..57768e435751 100644 --- a/net/haproxy/pkg-plist +++ b/net/haproxy/pkg-plist @@ -1,100 +1,100 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/pool-debugging.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/thread-group.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/appctx.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/event_hdl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/pools.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-poll-connect.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-pollhup.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-polling.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stconn-close.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/event_handler.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/mailers.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy20/Makefile b/net/haproxy20/Makefile index f0d09d39eb7b..ec0f1d942999 100644 --- a/net/haproxy20/Makefile +++ b/net/haproxy20/Makefile @@ -1,67 +1,68 @@ PORTNAME= haproxy DISTVERSION= 2.0.33 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 20 MASTER_SITES= http://www.haproxy.org/download/2.0/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi DEPRECATED= Upstream EOL reaches on 2024-06-30 EXPIRATION_DATE= 2024-06-30 BROKEN_FreeBSD_14= process runaway BROKEN_FreeBSD_15= process runaway CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE SPCRE DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 SPCRE_LIB_DEPENDS= libpcre.so:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .include .if ${ARCH} == "amd64" || ${ARCH} == "i386" MAKE_ARGS+= USE_REGPARM=1 .endif post-build: cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy20/pkg-plist b/net/haproxy20/pkg-plist index 188366848c6f..dd5182a114b5 100644 --- a/net/haproxy20/pkg-plist +++ b/net/haproxy20/pkg-plist @@ -1,96 +1,96 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sequence.fig %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy22/Makefile b/net/haproxy22/Makefile index 62cfb68614e5..53062f8f1438 100644 --- a/net/haproxy22/Makefile +++ b/net/haproxy22/Makefile @@ -1,67 +1,68 @@ PORTNAME= haproxy DISTVERSION= 2.2.31 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 22 MASTER_SITES= http://www.haproxy.org/download/2.2/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi DEPRECATED= Upstream EOL reaches on 2025-06-30 EXPIRATION_DATE= 2025-06-30 BROKEN_FreeBSD_14= build process runsaway BROKEN_FreeBSD_15= build process runsaway CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE SPCRE DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 SPCRE_LIB_DEPENDS= libpcre.so:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .include .if ${ARCH} == "amd64" || ${ARCH} == "i386" MAKE_ARGS+= USE_REGPARM=1 .endif post-build: cd ${WRKSRC}/contrib/halog && ${MAKE_CMD} ${MAKE_ENV} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy22/pkg-plist b/net/haproxy22/pkg-plist index 09381167265d..42cde32e1394 100644 --- a/net/haproxy22/pkg-plist +++ b/net/haproxy22/pkg-plist @@ -1,98 +1,98 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sequence.fig %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy24/Makefile b/net/haproxy24/Makefile index 17708d508885..96bf6c8c00dd 100644 --- a/net/haproxy24/Makefile +++ b/net/haproxy24/Makefile @@ -1,74 +1,75 @@ PORTNAME= haproxy DISTVERSION= 2.4.25 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 24 MASTER_SITES= http://www.haproxy.org/download/2.4/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= 24-lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE SPCRE DPCRE_DESC= Link dynamically SPCRE_DESC= Link statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= SPCRE OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 SPCRE_LIB_DEPENDS= libpcre.so:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif .include .if ${ARCH} == "amd64" || ${ARCH} == "i386" MAKE_ARGS+= USE_REGPARM=1 .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy24/pkg-plist b/net/haproxy24/pkg-plist index 0d2754938a4b..41afc2bfcdd0 100644 --- a/net/haproxy24/pkg-plist +++ b/net/haproxy24/pkg-plist @@ -1,110 +1,110 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sequence.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy25/Makefile b/net/haproxy25/Makefile index d98bb5f84baa..68fa7e4024a3 100644 --- a/net/haproxy25/Makefile +++ b/net/haproxy25/Makefile @@ -1,76 +1,76 @@ PORTNAME= haproxy DISTVERSION= 2.5.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www PKGNAMESUFFIX= 25 MASTER_SITES= http://www.haproxy.org/download/2.5/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= 25-lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy25/pkg-plist b/net/haproxy25/pkg-plist index 972a2a81d4c9..6a63fb1c75bc 100644 --- a/net/haproxy25/pkg-plist +++ b/net/haproxy25/pkg-plist @@ -1,113 +1,113 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.fig %%PORTDOCS%%%%DOCSDIR%%/internals/entities.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/entities.svg %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sequence.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/acl-content-sw.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy26/Makefile b/net/haproxy26/Makefile index 5b6775c0b068..d2fc59497440 100644 --- a/net/haproxy26/Makefile +++ b/net/haproxy26/Makefile @@ -1,75 +1,76 @@ PORTNAME= haproxy DISTVERSION= 2.6.16 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 26 MASTER_SITES= http://www.haproxy.org/download/2.6/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= 26-lua CONFLICTS_INSTALL= haproxy haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy26/pkg-plist b/net/haproxy26/pkg-plist index b919f519dccf..38f5cda08db1 100644 --- a/net/haproxy26/pkg-plist +++ b/net/haproxy26/pkg-plist @@ -1,113 +1,113 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/pool-debugging.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/thread-group.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/appctx.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/pools.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy27/Makefile b/net/haproxy27/Makefile index a81ea0bbe7c5..fec8eabf7003 100644 --- a/net/haproxy27/Makefile +++ b/net/haproxy27/Makefile @@ -1,75 +1,76 @@ PORTNAME= haproxy DISTVERSION= 2.7.11 +PORTREVISION= 1 CATEGORIES= net www PKGNAMESUFFIX= 27 MASTER_SITES= http://www.haproxy.org/download/2.7/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= 27-lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 haproxy26 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy27/pkg-plist b/net/haproxy27/pkg-plist index d10d7cfec2aa..a004e5a89944 100644 --- a/net/haproxy27/pkg-plist +++ b/net/haproxy27/pkg-plist @@ -1,116 +1,116 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/close-options.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends-v0.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/backends.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/be-fe-changes.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/config-language.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-sharing.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/dynamic-buffers.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/how-it-works.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http2.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/pool-debugging.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/rate-shaping.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/sess_par_sec.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/thread-group.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/appctx.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/pools.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/entities.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-parser-speed.txt %%PORTDOCS%%%%DOCSDIR%%/internals/header-tree.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-docs.txt %%PORTDOCS%%%%DOCSDIR%%/internals/http-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/naming.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-poll-connect.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-pollhup.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-polling.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/repartition-be-fe-fi.txt %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/haproxy28/Makefile b/net/haproxy28/Makefile index 9bebf054a94e..6c44a7aa70c2 100644 --- a/net/haproxy28/Makefile +++ b/net/haproxy28/Makefile @@ -1,84 +1,85 @@ PORTNAME= haproxy DISTVERSION= 2.8.5 +PORTREVISION= 1 PORTREVISION= 3 CATEGORIES= net www PKGNAMESUFFIX= 28 MASTER_SITES= http://www.haproxy.org/download/2.8/src/ MAINTAINER= demon@FreeBSD.org COMMENT= Reliable, high performance TCP/HTTP load balancer WWW= https://www.haproxy.org LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi FLAVORS= default lua FLAVOR?= ${FLAVORS:[1]} USES= compiler:c++11-lang cpe gmake USE_RC_SUBR= haproxy default_CONFLICTS_INSTALL= haproxy-lua lua_CONFLICTS_INSTALL= haproxy lua_PKGNAMESUFFIX= 28-lua CONFLICTS_INSTALL= haproxy-devel haproxy17 haproxy18 haproxy20 haproxy22 haproxy23 haproxy24 haproxy25 haproxy26 haproxy27 ALL_TARGET= all admin/halog/halog MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ USE_ZLIB=1 USE_CPU_AFFINITY=1 USE_ACCEPT4=1 \ CC="${CC}" DEBUG_CFLAGS="" CPU_CFLAGS="${CFLAGS}" \ ${MAKE_ARGS_${ARCH}} MAKE_ARGS_i386= USE_LIBATOMIC= MAKE_ARGS_powerpc= USE_LIBATOMIC= OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS PROMEX OPTIONS_RADIO= PCRE OPTIONS_RADIO_PCRE= DPCRE DPCRE2 SPCRE SPCRE2 DPCRE_DESC= Link pcre(1) dynamically DPCRE2_DESC= Link pcre2 dynamically SPCRE_DESC= Link pcre(1) statically SPCRE2_DESC= Link pcre2 statically DEVICEATLAS_DESC= DeviceAtlas Device Detection support PROMEX_DESC= Enable Prometheus exporter OPTIONS_DEFAULT= DPCRE2 OPENSSL PROMEX DPCRE_LIB_DEPENDS= libpcre.so:devel/pcre DPCRE_MAKE_ARGS= USE_PCRE=1 USE_PCRE_JIT=1 DPCRE2_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 DPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_PCRE2_JIT=1 SPCRE_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre SPCRE_MAKE_ARGS= USE_PCRE=1 USE_STATIC_PCRE=1 USE_PCRE_JIT=1 SPCRE2_BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre2-8.a:devel/pcre2 SPCRE2_MAKE_ARGS= USE_PCRE2=1 USE_STATIC_PCRE2=1 USE_PCRE2_JIT=1 DEVICEATLAS_LIB_DEPENDS= libda.so:net/deviceatlas-enterprise-c DEVICEATLAS_MAKE_ARGS= USE_DEVICEATLAS=1 DEVICEATLAS_LIB=${LOCALBASE}/lib DEVICEATLAS_INC=${LOCALBASE}/include PROMEX_MAKE_ARGS= USE_PROMEX=1 OPENSSL_USES= ssl OPENSSL_MAKE_ARGS= USE_OPENSSL=1 SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC} LUA_USES= lua:53 LUA_MAKE_ARGS= USE_LUA=1 LUA_INC=${LUA_INCDIR} LUA_LIB=${LUA_LIBDIR} LUA_LIB_NAME=lua-${LUA_VER} .if ${FLAVOR:U} == lua OPTIONS_DEFAULT+= LUA .endif .include .if ${SSL_DEFAULT:Mlibressl*} || ${SSL_DEFAULT:M*quictls} OPENSSL_MAKE_ARGS+= USE_QUIC=1 .else OPENSSL_MAKE_ARGS+= USE_QUIC=1 USE_QUIC_OPENSSL_COMPAT=1 .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/haproxy ${STAGEDIR}${PREFIX}/sbin/ ${INSTALL_PROGRAM} ${WRKSRC}/admin/halog/halog ${STAGEDIR}${PREFIX}/sbin/ - ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/haproxy.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/net/haproxy28/pkg-plist b/net/haproxy28/pkg-plist index 69c091af1feb..57768e435751 100644 --- a/net/haproxy28/pkg-plist +++ b/net/haproxy28/pkg-plist @@ -1,100 +1,100 @@ -man/man1/haproxy.1.gz +share/man/man1/haproxy.1.gz sbin/halog sbin/haproxy %%PORTDOCS%%%%DOCSDIR%%/51Degrees-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/DeviceAtlas-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/SOCKS4.protocol.txt %%PORTDOCS%%%%DOCSDIR%%/SPOE.txt %%PORTDOCS%%%%DOCSDIR%%/WURFL-device-detection.txt %%PORTDOCS%%%%DOCSDIR%%/acl.fig %%PORTDOCS%%%%DOCSDIR%%/architecture.txt %%PORTDOCS%%%%DOCSDIR%%/coding-style.txt %%PORTDOCS%%%%DOCSDIR%%/configuration.txt %%PORTDOCS%%%%DOCSDIR%%/cookie-options.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/binding-possibilities.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/connection-reuse.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/http_load_time.url %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/pool-debugging.txt %%PORTDOCS%%%%DOCSDIR%%/design-thoughts/thread-group.txt %%PORTDOCS%%%%DOCSDIR%%/gpl.txt %%PORTDOCS%%%%DOCSDIR%%/haproxy.1 %%PORTDOCS%%%%DOCSDIR%%/internals/acl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/appctx.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/buffer-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/event_hdl.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/filters.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/htx-api.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/initcalls.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/ist.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/list.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/pools.txt %%PORTDOCS%%%%DOCSDIR%%/internals/api/scheduler.txt %%PORTDOCS%%%%DOCSDIR%%/internals/body-parsing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connect-status.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-header.txt %%PORTDOCS%%%%DOCSDIR%%/internals/connection-scale.txt %%PORTDOCS%%%%DOCSDIR%%/internals/fd-migration.txt %%PORTDOCS%%%%DOCSDIR%%/internals/hashing.txt %%PORTDOCS%%%%DOCSDIR%%/internals/list.fig %%PORTDOCS%%%%DOCSDIR%%/internals/list.png %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/listener-states.png %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.fig %%PORTDOCS%%%%DOCSDIR%%/internals/lua_socket.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.fig %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.png %%PORTDOCS%%%%DOCSDIR%%/internals/muxes.svg %%PORTDOCS%%%%DOCSDIR%%/internals/notes-layers.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-poll-connect.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-pollhup.txt %%PORTDOCS%%%%DOCSDIR%%/internals/notes-polling.txt %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.dia %%PORTDOCS%%%%DOCSDIR%%/internals/pattern.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/polling-states.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.fig %%PORTDOCS%%%%DOCSDIR%%/internals/sched.pdf %%PORTDOCS%%%%DOCSDIR%%/internals/sched.png %%PORTDOCS%%%%DOCSDIR%%/internals/sched.svg %%PORTDOCS%%%%DOCSDIR%%/internals/ssl_cert.dia %%PORTDOCS%%%%DOCSDIR%%/internals/stats-v2.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stconn-close.txt %%PORTDOCS%%%%DOCSDIR%%/internals/stream-sock-states.fig %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/lgpl.txt %%PORTDOCS%%%%DOCSDIR%%/linux-syn-cookies.txt %%PORTDOCS%%%%DOCSDIR%%/lua-api/Makefile %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.fig %%PORTDOCS%%%%DOCSDIR%%/lua-api/_static/channel.png %%PORTDOCS%%%%DOCSDIR%%/lua-api/conf.py %%PORTDOCS%%%%DOCSDIR%%/lua-api/index.rst %%PORTDOCS%%%%DOCSDIR%%/lua.txt %%PORTDOCS%%%%DOCSDIR%%/management.txt %%PORTDOCS%%%%DOCSDIR%%/netscaler-client-ip-insertion-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/network-namespaces.txt %%PORTDOCS%%%%DOCSDIR%%/peers.txt %%PORTDOCS%%%%DOCSDIR%%/peers-v2.0.txt %%PORTDOCS%%%%DOCSDIR%%/proxy-protocol.txt %%PORTDOCS%%%%DOCSDIR%%/queuing.fig %%PORTDOCS%%%%DOCSDIR%%/regression-testing.txt %%PORTDOCS%%%%DOCSDIR%%/seamless_reload.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic-config-edge.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/content-sw-sample.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/400.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/403.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/408.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/500.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/502.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/503.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/504.http %%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorfiles/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/haproxy.init %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/event_handler.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lua/mailers.lua %%PORTEXAMPLES%%%%EXAMPLESDIR%%/option-http_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/quick-test.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/socks4.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/transparent_proxy.cfg %%PORTEXAMPLES%%%%EXAMPLESDIR%%/wurfl-example.cfg diff --git a/net/hblock/Makefile b/net/hblock/Makefile index 860b950154e4..6eb08fb43982 100644 --- a/net/hblock/Makefile +++ b/net/hblock/Makefile @@ -1,49 +1,50 @@ PORTNAME= hblock DISTVERSIONPREFIX= v DISTVERSION= 3.4.2 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= lcook@FreeBSD.org COMMENT= Adblocker using automatically generated hosts file WWW= https://github.com/hectorm/hblock LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss USE_GITHUB= yes GH_ACCOUNT= hectorm NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= PACKAGES.md README.md SOURCES.md OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes -MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz +MANPAGES_PLIST_FILES= share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e 's,$${ETCDIR?}\/hosts,/etc/hosts,g' \ -e '/hosts/!s,/etc,${PREFIX}/etc,g' \ ${WRKSRC}/${PORTNAME} \ ${WRKSRC}/${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \ ${STAGEDIR}${DOCSDIR} post-install-MANPAGES-on: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/htpdate/Makefile b/net/htpdate/Makefile index fcc3616f92f3..36fe34cae0ab 100644 --- a/net/htpdate/Makefile +++ b/net/htpdate/Makefile @@ -1,38 +1,39 @@ PORTNAME= htpdate PORTVERSION= 1.3.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.vervest.org/htp/archive/c/ \ http://twekkel.home.xs4all.nl/htp/ MAINTAINER= jgh@FreeBSD.org COMMENT= Time synchronization over http utility WWW= https://github.com/twekkel/htpdate LICENSE= GPLv2+ GH_ACCOUNT= twekkel MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -PLIST_FILES= bin/${PORTNAME} man/man8/${PORTNAME}.8.gz +PLIST_FILES= bin/${PORTNAME} share/man/man8/${PORTNAME}.8.gz PORTDOCS= Changelog README.md USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= DOCS SSL OPTIONS_DEFAULT= SSL SSL_USES= ssl SSL_CFLAGS= -DENABLE_HTTPS SSL_LDFLAGS= -lssl do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${PREFIX}/share/man/man8 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/net/intel-irdma-kmod/Makefile b/net/intel-irdma-kmod/Makefile index 247c7b6cf3f6..b27583fe7658 100644 --- a/net/intel-irdma-kmod/Makefile +++ b/net/intel-irdma-kmod/Makefile @@ -1,34 +1,35 @@ PORTNAME= irdma PORTVERSION= 1.2.17 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES?= https://downloadmirror.intel.com/786091/ MAINTAINER= freebsd@intel.com COMMENT= RDMA FreeBSD* driver for Intel® Ethernet Controller E810 WWW= https://www.intel.com/content/www/us/en/download/19762/irdma-rdma-freebsd-driver-for-intel-ethernet-controller-e810.html NOT_FOR_ARCHS= armv6 armv7 i386 powerpc NOT_FOR_ARCHS_REASON= Not supported on 32-bits LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/doc/irdma_readme.txt BUILD_DEPENDS= ${NONEXISTENT}:net/intel-ice-kmod:extract RUN_DEPENDS= ${KMODDIR}/if_ice_updated.ko:net/intel-ice-kmod USES= kmod MAKE_CMD= ./build.sh MAKE_ENV= WERROR="" MAKE_FLAGS= `make -C ${PORTSDIR}/net/intel-ice-kmod -V WRKSRC` MAKEFILE= PLIST_FILES= ${KMODDIR}/${PORTNAME}_updated.ko \ - man/man4/irdma.4.gz + share/man/man4/irdma.4.gz SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} do-install: ${INSTALL_KLD} ${WRKSRC}/src/${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/${PORTNAME}_updated.ko - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.4.gz ${STAGEDIR}${MAN4PREFIX}/man/man4/ + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.4.gz ${STAGEDIR}${PREFIX}/share/man/man4/ .include diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 158db47a8640..eb7d3a32adac 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -1,59 +1,59 @@ PORTNAME?= ixl PORTVERSION?= 1.13.4 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= net MASTER_SITES?= https://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ \ http://downloadmirror.intel.com/${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR?= 786087 PKGNAMEPREFIX= intel- PKGNAMESUFFIX= -kmod MAINTAINER?= freebsd@intel.com COMMENT?= 40 gigabit FreeBSD Base Driver for Intel(R) Network Connections WWW= https://downloadcenter.intel.com LICENSE= BSD2CLAUSE USES= kmod OPTIONS_SINGLE= NETMAP OPTIONS_SINGLE_NETMAP= NETMAP_ON NETMAP_OFF OPTIONS_DEFAULT= NETMAP_OFF NETMAP_ON_DESC= Enable netmap(4) support unconditionally NETMAP_OFF_DESC= Disable netmap(4) support unconditionally NETMAP_ON_CFLAGS= -DDEV_NETMAP NETMAP_OFF_CFLAGS= -UDEV_NETMAP WRKSRC_SUBDIR?= src SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} MANPAGENAME?= ${PORTNAME} MANPAGELINKS?= if_${PORTNAME} PLIST_FILES= ${KMODDIR}/if_${PORTNAME}_updated.ko \ - man/man4/${MANPAGENAME}.4.gz + share/man/man4/${MANPAGENAME}.4.gz MAKE_ENV+= WERROR="" .for link in ${MANPAGELINKS} -PLIST_FILES+= man/man4/${link}.4.gz +PLIST_FILES+= share/man/man4/${link}.4.gz .endfor .include # Fixup for slave ports that use this as a master port. sbruno .if ${PORTNAME} == ixl ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 ONLY_FOR_ARCHS_REASON= only supported on 32-bit architectures .endif do-install: ${INSTALL_KLD} ${WRKSRC}/if_${PORTNAME}.ko ${STAGEDIR}${KMODDIR}/if_${PORTNAME}_updated.ko - ${INSTALL_MAN} ${WRKSRC}/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/ + ${INSTALL_MAN} ${WRKSRC}/${MANPAGENAME}.4 ${STAGEDIR}${PREFIX}/share/man/man4/ .for link in ${MANPAGELINKS} - ${LN} ${STAGEDIR}${MAN4PREFIX}/man/man4/${MANPAGENAME}.4 ${STAGEDIR}${MAN4PREFIX}/man/man4/${link}.4 + ${LN} ${STAGEDIR}${MAN4PREFIX}/share/man/man4/${MANPAGENAME}.4 ${STAGEDIR}${PREFIX}/share/man/man4/${link}.4 .endfor .include diff --git a/net/isc-dhcp44-client/pkg-message b/net/isc-dhcp44-client/pkg-message index 0d76052a51c8..86e537b08ac9 100644 --- a/net/isc-dhcp44-client/pkg-message +++ b/net/isc-dhcp44-client/pkg-message @@ -1,16 +1,16 @@ [ { type: install message: < .if ${PORT_OPTIONS:MLDAP} LDAP_SCRIPT= ${WRKSRC}/contrib/ldap/dhcpd-conf-to-ldap LDAP_SCHEMA= ${WRKSRC}/contrib/ldap/dhcp.schema LDAP_README= ${WRKSRC}/contrib/ldap/README.ldap CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib LIBS+= -L${LOCALBASE}/lib PORTDOCS+= README.ldap PLIST_SUB+= SCHEMA_DIR="${SCHEMA_DIR:S,^${PREFIX}/,,}" LDAP="" SHEBANG_FILES= contrib/ldap/dhcpd-conf-to-ldap .endif .if empty(PORT_OPTIONS:MBIND_SYMBOLS) EXTRA_PATCHES+=${PATCHDIR}/extra-patch-bind_Makefile.in .endif .if ${PORT_OPTIONS:MPARANOIA} SUB_LIST+= PARANOIAOPT="yes" .else SUB_LIST+= PARANOIAOPT="no" .endif post-patch: @${SED} ${PKGMESSAGE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${MSG_FILE} > ${PKGMESSAGE} @${REINPLACE_CMD} -e 's|/usr/local||g' \ ${WRKSRC}/doc/examples/dhcpd-dhcpv6.conf @${REINPLACE_CMD} ${REINPLACE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/client/dhclient.conf.example do-install: ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/${SUBSYS} install .if ${SUBSYS} == server ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/dhcpctl install #${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/dst install ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/omapip install ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/includes install ${SETENV} DESTDIR=${STAGEDIR} ${MAKE} -C ${WRKSRC}/common install ${INSTALL_DATA} ${WRKSRC}/dhcpctl/dhcpctl.h ${STAGEDIR}${PREFIX}/include ${MV} ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.example ${STAGEDIR}${PREFIX}/etc/dhcpd.conf.sample .if ${PORT_OPTIONS:MIPV6} ${INSTALL_DATA} ${WRKSRC}/doc/examples/dhcpd-dhcpv6.conf \ ${STAGEDIR}${PREFIX}/etc/dhcpd6.conf.sample .endif .if ${PORT_OPTIONS:MLDAP} @${MKDIR} ${STAGEDIR}${SCHEMA_DIR} ${INSTALL_DATA} ${LDAP_SCHEMA} ${STAGEDIR}${SCHEMA_DIR} ${INSTALL_SCRIPT} ${LDAP_SCRIPT} ${STAGEDIR}${PREFIX}/bin .endif .if ${PORT_OPTIONS:MLDAP} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${LDAP_README} ${STAGEDIR}${DOCSDIR} .endif .endif .if ${SUBSYS} == client ${INSTALL_SCRIPT} ${WRKSRC}/client/scripts/freebsd ${STAGEDIR}${PREFIX}/sbin/dhclient-script .elif ${SUBSYS} == server .if ${PORT_OPTIONS:MIPV6} @${LN} -sf isc-dhcpd ${STAGEDIR}${PREFIX}/etc/rc.d/isc-dhcpd6 .endif .elif ${SUBSYS} == relay .if ${PORT_OPTIONS:MIPV6} @${LN} -sf isc-dhcrelay ${STAGEDIR}${PREFIX}/etc/rc.d/isc-dhcrelay6 .endif .endif @${SED} ${PKGMESSAGE_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${MSG_FILE} > ${PKGMESSAGE} .include diff --git a/net/lavinmq/Makefile b/net/lavinmq/Makefile index 6248a31319a4..b1737a146845 100644 --- a/net/lavinmq/Makefile +++ b/net/lavinmq/Makefile @@ -1,97 +1,98 @@ PORTNAME= lavinmq DISTVERSIONPREFIX= v DISTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ MAINTAINER= dch@FreeBSD.org COMMENT= Next-generation AMQP 0.9.1 based message broker WWW= https://www.lavinmq.com/ LICENSE= APACHE20 BUILD_DEPENDS= crystal:lang/crystal \ help2man:misc/help2man \ shards:devel/shards USES= pkgconfig ssl:build USE_GITHUB= yes GH_ACCOUNT= cloudamqp GH_TUPLE= 84codes:http-protection:893a191d55e301e0df96d6dd0f7d72c527bddeb8:a/deps/http-protection \ 84codes:systemd.cr:v2.0.0:systemd/deps/systemd.cr \ cloudamqp:amq-protocol.cr:v1.1.2:proto/deps/amq-protocol.cr \ cloudamqp:amqp-client.cr:v1.0.10:client/deps/amqp-client.cr \ luislavena:radix:v0.4.1:radix/deps/radix \ schovi:baked_file_system:v0.10.0:baked/deps/baked_file_system \ tbrand:router.cr:v0.2.8:router/deps/router.cr USE_RC_SUBR= lavinmq USERS= lavinmq GROUPS= lavinmq PORTDOCS= CHANGELOG.md NOTICE README.md SECURITY.md OPTIONS_DEFINE= DOCS SHARDS_ENV= --time --verbose --production --release --no-color --stats \ --static .include .if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*} BROKEN= fails to compile: undefined symbol: EVP_MD_size .endif post-extract: # force shards to use local paths, not git repos, for dependencies @${RM} ${WRKSRC}/shard.lock @${REINPLACE_CMD} -E \ -e 's,github: .*/,path: deps/,' \ -e '/branch:/d' \ -e '/version: .>1/d' \ ${WRKSRC}/shard.yml \ ${WRKSRC}/deps/*/shard.yml # switch config example into hier(5) compliance @${REINPLACE_CMD} -E \ -e 's,/etc/,${PREFIX}/etc/,' \ -e 's,/lib/,/db/,' \ -e 's,/tmp/lavinmq-http.sock,/var/run/lavinmq/http.sock,' \ -e 's,/tmp/lavinmq.sock,/var/run/lavinmq/amqp.sock,' \ ${WRKSRC}/extras/config.ini do-build: ${MKDIR} ${WRKDIR}/man1 (cd ${WRKSRC} && \ ${LOCALBASE}/bin/shards lock ${SHARDS_ENV} && \ ${LOCALBASE}/bin/shards build ${SHARDS_ENV}) help2man -Nn "fast and advanced message queue server" ${WRKSRC}/bin/lavinmq \ -o ${WRKDIR}/man1/lavinmq.1 help2man -Nn "control utility for lavinmq server" ${WRKSRC}/bin/lavinmqctl \ -o ${WRKDIR}/man1/lavinmqctl.1 help2man -Nn "performance testing tool for amqp servers" ${WRKSRC}/bin/lavinmqperf \ -o ${WRKDIR}/man1/lavinmqperf.1 do-install: ${MKDIR} ${STAGEDIR}${ETCDIR} \ ${STAGEDIR}/var/db/lavinmq \ ${STAGEDIR}/var/log/lavinmq \ - ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_DATA} ${WRKSRC}/extras/config.ini \ ${STAGEDIR}${ETCDIR}/config.ini.sample .for f in lavinmq lavinmqctl lavinmqperf ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} \ ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/man1/${f}.1 \ - ${STAGEDIR}${MAN1PREFIX}/man/man1/ + ${STAGEDIR}${PREFIX}/share/man/man1/ .endfor do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} \ ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/net/lavinmq/pkg-plist b/net/lavinmq/pkg-plist index 79d59f50cd3b..18fcb768a9f2 100644 --- a/net/lavinmq/pkg-plist +++ b/net/lavinmq/pkg-plist @@ -1,10 +1,10 @@ @dir(lavinmq,lavinmq,750) %%ETCDIR%% @dir(lavinmq,lavinmq,750) /var/db/lavinmq @dir(lavinmq,lavinmq,750) /var/log/lavinmq @sample %%ETCDIR%%/config.ini.sample bin/lavinmq bin/lavinmqctl bin/lavinmqperf -man/man1/lavinmq.1.gz -man/man1/lavinmqctl.1.gz -man/man1/lavinmqperf.1.gz +share/man/man1/lavinmq.1.gz +share/man/man1/lavinmqctl.1.gz +share/man/man1/lavinmqperf.1.gz diff --git a/net/libpaho-mqtt3/Makefile b/net/libpaho-mqtt3/Makefile index 9cfae48e4728..f5521ed9d61d 100644 --- a/net/libpaho-mqtt3/Makefile +++ b/net/libpaho-mqtt3/Makefile @@ -1,24 +1,25 @@ PORTNAME= libpaho-mqtt3 PORTVERSION= 1.3.12 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net devel MAINTAINER= acm@FreeBSD.org COMMENT= Eclipse Paho C Client Library for the MQTT Protocol WWW= https://github.com/eclipse/paho.mqtt.c LICENSE= EPL LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake ssl USE_GITHUB= yes GH_ACCOUNT= eclipse GH_PROJECT= paho.mqtt.c CMAKE_ARGS+= -DPAHO_WITH_SSL=BOOL:TRUE post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/man/man1/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/net/libpaho-mqtt3/pkg-plist b/net/libpaho-mqtt3/pkg-plist index b37790c6358e..15854f0311c3 100644 --- a/net/libpaho-mqtt3/pkg-plist +++ b/net/libpaho-mqtt3/pkg-plist @@ -1,43 +1,43 @@ bin/MQTTVersion include/MQTTAsync.h include/MQTTClient.h include/MQTTClientPersistence.h include/MQTTExportDeclarations.h include/MQTTProperties.h include/MQTTReasonCodes.h include/MQTTSubscribeOpts.h lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfig.cmake lib/cmake/eclipse-paho-mqtt-c/eclipse-paho-mqtt-cConfigVersion.cmake lib/libpaho-mqtt3a.so lib/libpaho-mqtt3a.so.1 lib/libpaho-mqtt3a.so.1.3.12 lib/libpaho-mqtt3as.so lib/libpaho-mqtt3as.so.1 lib/libpaho-mqtt3as.so.1.3.12 lib/libpaho-mqtt3c.so lib/libpaho-mqtt3c.so.1 lib/libpaho-mqtt3c.so.1.3.12 lib/libpaho-mqtt3cs.so lib/libpaho-mqtt3cs.so.1 lib/libpaho-mqtt3cs.so.1.3.12 -man/man1/paho_c_pub.1.gz -man/man1/paho_c_sub.1.gz -man/man1/paho_cs_pub.1.gz -man/man1/paho_cs_sub.1.gz +share/man/man1/paho_c_pub.1.gz +share/man/man1/paho_c_sub.1.gz +share/man/man1/paho_cs_pub.1.gz +share/man/man1/paho_cs_sub.1.gz share/doc/Eclipse Paho C/CONTRIBUTING.md share/doc/Eclipse Paho C/README.md share/doc/Eclipse Paho C/edl-v10 share/doc/Eclipse Paho C/epl-v20 share/doc/Eclipse Paho C/notice.html share/doc/Eclipse Paho C/samples/MQTTAsync_publish.c share/doc/Eclipse Paho C/samples/MQTTAsync_publish_time.c share/doc/Eclipse Paho C/samples/MQTTAsync_subscribe.c share/doc/Eclipse Paho C/samples/MQTTClient_publish.c share/doc/Eclipse Paho C/samples/MQTTClient_publish_async.c share/doc/Eclipse Paho C/samples/MQTTClient_subscribe.c share/doc/Eclipse Paho C/samples/paho_c_pub.c share/doc/Eclipse Paho C/samples/paho_c_sub.c share/doc/Eclipse Paho C/samples/paho_cs_pub.c share/doc/Eclipse Paho C/samples/paho_cs_sub.c share/doc/Eclipse Paho C/samples/pubsub_opts.c diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile index 9e41614056e5..91678bf4a59b 100644 --- a/net/mrouted/Makefile +++ b/net/mrouted/Makefile @@ -1,30 +1,30 @@ PORTNAME= mrouted PORTVERSION= 3.9.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= hrs@FreeBSD.org COMMENT= Multicast routing daemon providing DVMRP for IPv4 WWW= http://freecode.com/projects/mrouted LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe CPE_VENDOR= troglobit USE_GITHUB= yes GH_ACCOUNT= troglobit USE_RC_SUBR= mrouted HAS_CONFIGURE= yes MAKE_ARGS= sysconfdir="${PREFIX}/etc" \ - mandir="${MAN8PREFIX}/man/man8" + mandir="${PREFIX}/share/man/man8" PORTDOCS= README AUTHORS ChangeLog PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \ - etc/mrouted.conf man/man8/map-mbone.8.gz \ - man/man8/mrinfo.8.gz man/man8/mrouted.8.gz \ - man/man8/mtrace.8.gz + etc/mrouted.conf share/man/man8/map-mbone.8.gz \ + share/man/man8/mrinfo.8.gz share/man/man8/mrouted.8.gz \ + share/man/man8/mtrace.8.gz OPTIONS_DEFINE= DOCS DOCS_MAKE_ARGS= datadir="${DOCSDIR}" doc=yes .include diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile index 58da552b15b6..47becc01adde 100644 --- a/net/nss_ldap/Makefile +++ b/net/nss_ldap/Makefile @@ -1,74 +1,74 @@ PORTNAME= nss_ldap PORTVERSION= 1.${NSS_LDAP_VERSION} -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net MASTER_SITES= http://www.padl.com/download/ \ LOCAL/martymac DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION} MAINTAINER= des@FreeBSD.org COMMENT= RFC 2307 NSS module WWW= https://www.padl.com/OSS/nss_ldap.html LICENSE= GPLv2 NSS_LDAP_VERSION=265 USES= autoreconf cpe gmake ldap perl5 USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes CPE_VENDOR= padl OPTIONS_DEFINE= LCLASS KERBEROS OPTIONS_DEFAULT=LCLASS KERBEROS LCLASS_DESC= Enable login classes via the loginClass attribute CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \ --with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret \ --enable-rfc2307bis \ --enable-paged-results SUB_FILES= pkg-message .include .if ${PORT_OPTIONS:MKERBEROS} CONFIGURE_ARGS+=--enable-configurable-krb5-ccname-gssapi \ --enable-configurable-krb5-keytab .endif .if ${PORT_OPTIONS:MLCLASS} CFLAGS+="-DHAVE_LOGIN_CLASSES" .endif post-extract: ${CP} ${FILESDIR}/bsdnss.c ${WRKSRC} post-patch: @${REINPLACE_CMD} -e 's,/etc/ldap\.,${PREFIX}/etc/nss_ldap.,g' \ -e 's,/etc/openldap/ldap\.,${PREFIX}/etc/openldap/ldap.,g' \ ${WRKSRC}/ldap.conf @${REINPLACE_CMD} 's,#!/usr/bin/perl,#!${PERL},' \ ${WRKSRC}/vers_string @${REINPLACE_CMD} 's,/etc/ldap\.,${PREFIX}/etc/nss_ldap.,g' \ ${WRKSRC}/nss_ldap.5 # XXX: newer autoconf's rely on the compiler result, not the preprocessor # for checking headers, so the configure.in needs to be fixed upstream # to properly include dependencies post-configure: @${ECHO} "#define HAVE_NETINET_IF_ETHER_H 1" >> ${WRKSRC}/config.h @${ECHO} "#define HAVE_NET_ROUTE_H 1" >> ${WRKSRC}/config.h @${ECHO} "#define HAVE_RESOLV_H 1" >> ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nss_ldap.so ${STAGEDIR}/${PREFIX}/lib/nss_ldap.so.1 ${INSTALL_DATA} ${WRKSRC}/ldap.conf ${STAGEDIR}/${PREFIX}/etc/nss_ldap.conf.sample - ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/nss_ldap.5 ${STAGEDIR}/${PREFIX}/share/man/man5 .include diff --git a/net/nss_ldap/pkg-plist b/net/nss_ldap/pkg-plist index 1ba99561fa22..43c52256c14d 100644 --- a/net/nss_ldap/pkg-plist +++ b/net/nss_ldap/pkg-plist @@ -1,3 +1,3 @@ lib/nss_ldap.so.1 @sample etc/nss_ldap.conf.sample -man/man5/nss_ldap.5.gz +share/man/man5/nss_ldap.5.gz diff --git a/net/parpd/Makefile b/net/parpd/Makefile index 6571ea612919..4607fac3bd64 100644 --- a/net/parpd/Makefile +++ b/net/parpd/Makefile @@ -1,30 +1,31 @@ PORTNAME= parpd DISTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.iks-jena.de/pub/mitarb/lutz/parpd/ MAINTAINER= lutz@donnerhacke.de COMMENT= Proxy-ARP daemon WWW= https://lutz.donnerhacke.de/Projekte/parpd LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= compiler tar:tgz USE_RC_SUBR= parpd NO_TEST= yes -PLIST_FILES= sbin/parpd man/man8/parpd.8.gz +PLIST_FILES= sbin/parpd share/man/man8/parpd.8.gz .include .if ${CHOSEN_COMPILER_TYPE} == gcc pre-configure: ${REINPLACE_CMD} -e 's|-Wpedantic||' ${WRKSRC}/Makefile .endif do-install: ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/parpd ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${INSTALL_WRKSRC}/parpd.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${INSTALL_WRKSRC}/parpd.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/ptunnel/Makefile b/net/ptunnel/Makefile index 492bc523ac04..160e0cfc0db2 100644 --- a/net/ptunnel/Makefile +++ b/net/ptunnel/Makefile @@ -1,27 +1,27 @@ PORTNAME= ptunnel PORTVERSION= 0.72 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.cs.uit.no/~daniels/PingTunnel/ DISTNAME= PingTunnel-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Tunneling TCP connections over ICMP echo request and reply WWW= https://www.cs.uit.no/~daniels/PingTunnel/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake WRKSRC= ${WRKDIR}/PingTunnel -PLIST_FILES= bin/ptunnel man/man8/ptunnel.8.gz +PLIST_FILES= bin/ptunnel share/man/man8/ptunnel.8.gz post-patch: @${REINPLACE_CMD} -e '/^CC/d' -e "/^CFLAGS/d" ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/' ${WRKSRC}/ptunnel.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ptunnel ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ptunnel.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index 9090c739b128..a08149badeec 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -1,84 +1,85 @@ PORTNAME= rabbitmq DISTVERSION= 3.11.26 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} MAINTAINER= erlang@FreeBSD.org COMMENT= Erlang implementation of AMQP WWW= https://www.rabbitmq.com/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE-MPL-RabbitMQ BUILD_DEPENDS= erlang-runtime${_ERLANG_VER}>=${_ERLANG_VER}:lang/erlang-runtime${_ERLANG_VER} \ elixir>=1.13.4:lang/elixir \ ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} \ xmlto:textproc/xmlto \ zip:archivers/zip \ rsync:net/rsync RUN_DEPENDS= erlang-runtime${_ERLANG_VER}>=${_ERLANG_VER}:lang/erlang-runtime${_ERLANG_VER} USES= cpe gmake shebangfix tar:xz CPE_VENDOR= pivotal_software USE_LOCALE= en_US.UTF-8 USE_RC_SUBR= rabbitmq SHEBANG_FILES= deps/rabbitmq_management/bin/rabbitmqadmin MAKE_ARGS+= PYTHON=${PYTHON_CMD} MAKE_ENV+= PATH="${LOCALBASE}/lib/${_ERLANG_LIB}/bin:${PATH}" \ RMQ_LIBDIR="${PREFIX}/lib" \ - MANDIR="${PREFIX}/man" \ + MANDIR="${PREFIX}/share/man" \ DESTDIR="${STAGEDIR}" MAKE_JOBS_UNSAFE= yes ALL_TARGET= install REINPLACE_ARGS= -i "" NO_ARCH= yes SUB_LIST+= _ERLANG_LIB=${_ERLANG_LIB} USERS= rabbitmq GROUPS= rabbitmq PLIST_SUB= VERSION=${PORTVERSION} OPTIONS_DEFINE= ADMIN OPTIONS_SUB= yes ADMIN_DESC= Install rabbitmqadmin script ADMIN_USES= python ADMIN_USES_OFF= python:build _ERLANG_VER= 25 _ERLANG_LIB= erlang${_ERLANG_VER} .include post-patch: # ensure our OTP is always preferred over other installed versions @${REINPLACE_CMD} -e 's|LOCALBASE|${LOCALBASE}|' \ -e 's|ERLANG_LIB|${_ERLANG_LIB}|' \ ${WRKSRC}/deps/rabbit/scripts/rabbitmq-defaults # ensure docs match heir(7) paths @${REINPLACE_CMD} -i '' \ -e 's|/etc/rabbitmq|${PREFIX}/etc/rabbitmq|g' \ -e 's|/var/lib|/var/db|g' \ ${WRKSRC}/deps/rabbit/docs/* post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/rabbitmq @${MKDIR} ${STAGEDIR}/var/db/rabbitmq/mnesia @${MKDIR} ${STAGEDIR}/var/log/rabbitmq ${INSTALL_DATA} ${WRKSRC}/deps/rabbit/docs/advanced.config.example \ ${STAGEDIR}${PREFIX}/etc/rabbitmq/advanced.config.sample ${INSTALL_DATA} ${WRKSRC}/deps/rabbit/docs/rabbitmq.conf.example \ ${STAGEDIR}${PREFIX}/etc/rabbitmq/rabbitmq.conf.sample .for _file in rabbitmq-defaults rabbitmq-diagnostics rabbitmq-env rabbitmq-plugins rabbitmq-queues rabbitmq-server rabbitmq-streams rabbitmq-tanzu rabbitmq-upgrade rabbitmqctl vmware-rabbitmq ${LN} -s ../lib/rabbitmq_server-${PORTVERSION}/sbin/${_file} ${STAGEDIR}${PREFIX}/sbin .endfor - ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/*.8 ${STAGEDIR}${MAN1PREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/*.8 ${STAGEDIR}${PREFIX}/share/man/man8 + ${INSTALL_MAN} ${WRKSRC}/deps/rabbit/docs/rabbitmq-env.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 post-install-ADMIN-on: ${INSTALL} ${WRKSRC}/deps/rabbitmq_management/bin/rabbitmqadmin ${STAGEDIR}${PREFIX}/bin .include diff --git a/net/rabbitmq/pkg-plist b/net/rabbitmq/pkg-plist index a92065643df3..1db7b5c4cf2b 100644 --- a/net/rabbitmq/pkg-plist +++ b/net/rabbitmq/pkg-plist @@ -1,1441 +1,1441 @@ @dir lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_random_exchange-%%VERSION%%/include @dir(rabbitmq,rabbitmq,750) /var/db/rabbitmq @dir(rabbitmq,rabbitmq,750) /var/db/rabbitmq/mnesia @dir(rabbitmq,rabbitmq,750) /var/log/rabbitmq @dir(rabbitmq,rabbitmq,750) %%ETCDIR%% @sample %%ETCDIR%%/advanced.config.sample @sample %%ETCDIR%%/rabbitmq.conf.sample %%ADMIN%%bin/rabbitmqadmin lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-diagnostics lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-plugins lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-queues lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-streams lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-tanzu lib/rabbitmq_server-%%VERSION%%/escript/rabbitmq-upgrade lib/rabbitmq_server-%%VERSION%%/escript/rabbitmqctl lib/rabbitmq_server-%%VERSION%%/escript/vmware-rabbitmq lib/rabbitmq_server-%%VERSION%%/INSTALL lib/rabbitmq_server-%%VERSION%%/LICENSE lib/rabbitmq_server-%%VERSION%%/LICENSE-APACHE2 lib/rabbitmq_server-%%VERSION%%/LICENSE-APACHE2-excanvas lib/rabbitmq_server-%%VERSION%%/LICENSE-APACHE2-ExplorerCanvas lib/rabbitmq_server-%%VERSION%%/LICENSE-APL2-Stomp-Websocket lib/rabbitmq_server-%%VERSION%%/LICENSE-BSD-base64js lib/rabbitmq_server-%%VERSION%%/LICENSE-BSD-recon lib/rabbitmq_server-%%VERSION%%/LICENSE-erlcloud lib/rabbitmq_server-%%VERSION%%/LICENSE-httpc_aws lib/rabbitmq_server-%%VERSION%%/LICENSE-ISC-cowboy lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-EJS lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-EJS10 lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-Erlware-Commons lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-Flot lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-jQuery lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-jQuery164 lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-Mochi lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-Sammy lib/rabbitmq_server-%%VERSION%%/LICENSE-MIT-Sammy060 lib/rabbitmq_server-%%VERSION%%/LICENSE-MPL lib/rabbitmq_server-%%VERSION%%/LICENSE-MPL-RabbitMQ lib/rabbitmq_server-%%VERSION%%/LICENSE-MPL2 lib/rabbitmq_server-%%VERSION%%/LICENSE-rabbitmq_aws lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/ebin/accept_encoding_header.beam lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/ebin/accept_header.beam lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/ebin/accept_neg.beam lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/ebin/accept_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/ebin/accept.app lib/rabbitmq_server-%%VERSION%%/plugins/accept-0.3.5/include/accept.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_auth_mechanisms.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_channel_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_channel_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_channel.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_channels_manager.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_client.app lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_connection_type_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_direct_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_direct_consumer.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_gen_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_gen_consumer.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_main_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_network_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_rpc_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_rpc_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_selective_consumer.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_ssl.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_uri.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/amqp_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/rabbit_routing_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/ebin/uri_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/include/amqp_client_internal.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/include/amqp_client.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/include/amqp_gen_consumer_spec.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp_client-%%VERSION%%/include/rabbit_routing_prefixes.hrl lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_connections_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_frame_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_session.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_sessions_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client_types.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client.app lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_client-%%VERSION%%/ebin/amqp10_msg.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_binary_generator.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_binary_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_common.app lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_framing.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/ebin/amqp10_framing0.beam lib/rabbitmq_server-%%VERSION%%/plugins/amqp10_common-%%VERSION%%/include/amqp10_framing.hrl lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_detect.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_detector.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_emitter.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_sink.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten.app lib/rabbitmq_server-%%VERSION%%/plugins/aten-0.5.8/ebin/aten.beam lib/rabbitmq_server-%%VERSION%%/plugins/base64url-1.0.1/ebin/base64url.app lib/rabbitmq_server-%%VERSION%%/plugins/base64url-1.0.1/ebin/base64url.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_bstr.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_children.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_clear.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_clock.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_compress_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_constraints.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_http.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_http2.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_loop.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_metrics_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_middleware.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_req.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_rest.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_router.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_static.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_stream_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_stream.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_sub_protocol.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_tls.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_tracer_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy_websocket.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy.app lib/rabbitmq_server-%%VERSION%%/plugins/cowboy-2.8.0/ebin/cowboy.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_base64url.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_cookie.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_date.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_hpack.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http_hd.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http_struct_hd.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http_te.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http2_machine.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_http2.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_iolists.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_link.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_mimetypes.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_multipart.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_qs.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_spdy.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_sse.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_uri_template.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_uri.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cow_ws.beam lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/ebin/cowlib.app lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/include/cow_inline.hrl lib/rabbitmq_server-%%VERSION%%/plugins/cowlib-2.12.1/include/cow_parse.hrl lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_pbe.beam lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation_svc.beam lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.app lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/ebin/credentials_obfuscation.beam lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/include/credentials_obfuscation.hrl lib/rabbitmq_server-%%VERSION%%/plugins/credentials_obfuscation-3.4.0/include/otp_crypto.hrl lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/conf_parse.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_advanced.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_bytesize.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_conf.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_datatypes.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_duration_parse.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_duration.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_effective.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_enum.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_error.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_escript.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_flag.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_generator.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_mapping.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_rebar_plugin.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_schema.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_translation.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_unit.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_validator.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_variable.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish_vmargs.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish.app lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/ebin/cuttlefish.beam lib/rabbitmq_server-%%VERSION%%/plugins/cuttlefish-3.1.0/priv/erlang_vm.schema lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/auth_pb.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_auth_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_auth.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_cluster_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_cluster.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_compare.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_conn_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_conn.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_data_coercion.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_election_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_election.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_grpc.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_health_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_kv_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_kv.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lease.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lock_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_lock.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_maintenance_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_maintenance.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_op.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_stream.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_watch_gen.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd_watch.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd.app lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/eetcd.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/gogo_pb.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/health_pb.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/kv_pb.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/ebin/router_pb.beam lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/include/eetcd.hrl lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/auth.proto lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/gogo.proto lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/kv.proto lib/rabbitmq_server-%%VERSION%%/plugins/eetcd-0.3.6/priv/protos/router.proto lib/rabbitmq_server-%%VERSION%%/plugins/enough-0.1.0/ebin/enough.app lib/rabbitmq_server-%%VERSION%%/plugins/enough-0.1.0/ebin/enough.beam lib/rabbitmq_server-%%VERSION%%/plugins/gen_batch_server-0.8.8/ebin/gen_batch_server.app lib/rabbitmq_server-%%VERSION%%/plugins/gen_batch_server-0.8.8/ebin/gen_batch_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/getopt-1.0.2/ebin/getopt.app lib/rabbitmq_server-%%VERSION%%/plugins/getopt-1.0.2/ebin/getopt.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_content_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_data_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_http.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_http2.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_sse_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_tcp.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_tls.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_ws_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun_ws.beam lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun.app lib/rabbitmq_server-%%VERSION%%/plugins/gun-1.3.3/ebin/gun.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_base.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_base64.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_base64url.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_block_encryptor.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_chacha20_poly1305_crypto.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_chacha20_poly1305_libsodium.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_chacha20_poly1305_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_chacha20_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_crypto_compat.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve25519_libdecaf.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve25519_libsodium.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve25519_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve448_libdecaf.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve448_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_curve448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_jason.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_jiffy.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_jsone.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_jsx.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_ojson.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_poison_compat_encoder.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_poison_lexical_encoder.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_poison.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_thoas.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_json.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_aes_kw.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_aes.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_base64url.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_bench.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_chacha20_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_chacha20.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_concat_kdf.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_curve25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_curve448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_ed25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_ed448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_hchacha20.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_math.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_pkcs1.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_pkcs5.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_pkcs7.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_sha3.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_x25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_x448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_xchacha20_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa_xchacha20.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwa.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_aes_kw.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_c20p_kw.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_dir.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_ecdh_1pu.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_ecdh_es.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_pbes2.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_rsa.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg_xc20p_kw.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_alg.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_enc_aes.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_enc_c20p.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_enc_xc20p.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_enc.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe_zip.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwe.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_der.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_ec.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_oct.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_ed25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_ed25519ph.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_ed448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_ed448ph.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_x25519.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_okp_x448.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty_rsa.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_kty.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_oct.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_openssh_key.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_pem.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_set.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_use_enc.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk_use_sig.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwk.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_ecdsa.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_eddsa.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_hmac.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_none.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_rsa_pkcs1_v1_5.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg_rsa_pss.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws_alg.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jws.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_jwt.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_public_key.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sha3_keccakf1600_driver.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sha3_keccakf1600_nif.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sha3_libdecaf.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sha3_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sha3.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_xchacha20_poly1305_crypto.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_xchacha20_poly1305_unsupported.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose_xchacha20_poly1305.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose.app lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/ebin/jose.beam lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_base.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_compat.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_jwe.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_jwk.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_jws.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_jwt.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose_public_key.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/include/jose.hrl lib/rabbitmq_server-%%VERSION%%/plugins/jose-1.11.3/priv/Dockerfile lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_application.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_escriptize.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_help.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_inet.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_lib.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_mnesia.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_plugin.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_port.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_process.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli_system.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli.app lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/ebin/observer_cli.beam lib/rabbitmq_server-%%VERSION%%/plugins/observer_cli-1.7.3/include/observer_cli.hrl lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_bench.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_bloom.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_counters.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_log_shared.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_log.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_replica_reader_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_replica_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_replica.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_retention.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_server_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_tracking.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris_writer.beam lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris.app lib/rabbitmq_server-%%VERSION%%/plugins/osiris-1.6.9/ebin/osiris.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_boolean.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_buckets.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_counter.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_format.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_gauge.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_histogram.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_http.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_instrumenter.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_metric_spec.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_metric.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_mnesia_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_mnesia.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_model_helpers.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_model.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_protobuf_format.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_quantile_summary.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_registry.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_summary.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_test_instrumenter.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_text_format.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_time.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_vm_dist_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_vm_memory_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_vm_msacc_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_vm_statistics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus_vm_system_info_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus.app lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/ebin/prometheus.beam lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/include/prometheus_model.hrl lib/rabbitmq_server-%%VERSION%%/plugins/prometheus-4.10.0/include/prometheus.hrl lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.app lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile_estimator.beam lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/ebin/quantile.beam lib/rabbitmq_server-%%VERSION%%/plugins/quantile_estimator-0.2.1/include/quantile_estimator.hrl lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_bench.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_counters.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_dbg.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_directory.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_env.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_ets_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_file_handle.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_flru.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_leaderboard.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_lib.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_meta.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_pre_init.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_segment_writer.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_segment.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_snapshot.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_wal_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log_wal.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_log.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_machine_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_machine_simple.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_machine.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_metrics_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_monitors.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_server_proc.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_server_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_server_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_snapshot.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_system_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_system.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra_systems_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra.app lib/rabbitmq_server-%%VERSION%%/plugins/ra-2.6.3/ebin/ra.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/app_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/code_version.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/credit_flow.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/delegate_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/delegate.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/file_handle_cache_stats.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/file_handle_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/gen_server2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/mirrored_supervisor_locks.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/mnesia_sync.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/pmon.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/priority_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_amqp_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_amqqueue_common.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_auth_backend_dummy.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_auth_mechanism.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_authn_backend.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_authz_backend.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_basic_common.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_binary_generator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_binary_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_cert_info.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_channel_common.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_command_assembler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_common.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_control_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_core_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_data_coercion.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_date_time.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_env.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_error_logger_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_event.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_exchange_type.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_framing_amqp_0_8.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_framing_amqp_0_9_1.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_framing.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_heartbeat.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_http_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_json.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_log.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_msg_store_index.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_net.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_nodes_common.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_numerical.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_password_hashing_md5.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_password_hashing_sha256.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_password_hashing_sha512.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_password_hashing.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_password.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_pbe.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_peer_discovery_backend.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_policy_validator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_queue_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_registry_class.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_registry.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_resource_monitor_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_runtime_parameter.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_runtime.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_semver_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_semver.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_ssl_options.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_types.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/rabbit_writer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/supervisor2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/vm_memory_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/worker_pool_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/worker_pool_worker.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/ebin/worker_pool.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/logging.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit_core_metrics.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit_framing.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit_memory.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit_misc.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit_msg_store.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/rabbit.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit_common-%%VERSION%%/include/resource.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/amqqueue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/background_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/code_server_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/gatherer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/gm.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/internal_user.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/lqueue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/mirrored_supervisor_sups.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/mirrored_supervisor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/pg_local.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/pid_recomposition.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_access_control.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_alarm.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqqueue_process.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqqueue_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqqueue_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_amqqueue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_auth_backend_internal.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_auth_mechanism_amqplain.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_auth_mechanism_cr_demo.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_auth_mechanism_plain.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_autoheal.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_backing_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_basic.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_binding.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_boot_steps.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel_interceptor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel_tracking_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel_tracking.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_channel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_classic_queue_index_v2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_classic_queue_store_v2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_classic_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_client_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_confirms.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_connection_helper_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_connection_tracking_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_connection_tracking.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_control_pbe.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_core_ff.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_core_metrics_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_credential_validation.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_credential_validator_accept_everything.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_credential_validator_min_password_length.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_credential_validator_password_regexp.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_credential_validator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_cuttlefish.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_db_vhost_defaults.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_dead_letter.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_definitions_hashing.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_definitions_import_https.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_definitions_import_local_filesystem.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_definitions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_diagnostics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_direct_reply_to.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_direct.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_disk_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_epmd_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_event_consumer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_decorator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_type_direct.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_type_fanout.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_type_headers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_type_invalid.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange_type_topic.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_exchange.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_feature_flags.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ff_controller.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ff_extra.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ff_registry_factory.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ff_registry_wrapper.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ff_registry.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fhc_helpers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_dlx_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_dlx_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_dlx_worker.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_dlx.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_index.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_v0.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo_v1.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_fifo.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_file.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_global_counters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_guid.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_health_check.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_limiter.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_channel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_feature_flags.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_mirroring.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_prelaunch.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_tail.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_log_upgrade.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_logger_exchange_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_looking_glass.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_maintenance.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_memory_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_coordinator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_master.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_mode_all.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_mode_exactly.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_mode_nodes.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_mode.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_slave.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mirror_queue_sync.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mnesia_rename.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_mnesia.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_file.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_record.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_store_ets_index.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_store_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_msg_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_networking_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_networking.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_node_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_nodes.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_observer_cli_classic_queues.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_observer_cli.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_osiris_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_parameter_validation.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_peer_discovery_classic_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_peer_discovery_dns.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_peer_discovery.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_plugins.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_policies.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_policy_merge_strategy.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_policy.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_prelaunch_cluster.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_prelaunch_enabled_plugins_file.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_prelaunch_feature_flags.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_prelaunch_logging.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_prequeue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_priority_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_consumers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_decorator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_index.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_location_client_local.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_location_min_masters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_location_random.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_location_validator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_location.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_master_location_misc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_master_locator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_type_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_queue_type.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_quorum_memory_manager.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_quorum_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ra_registry.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ra_systems.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_recovery_terms.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_release_series.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_restartable_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_router.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_runtime_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_ssl.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_stream_coordinator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_stream_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_stream_sac_coordinator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_sysmon_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_sysmon_minder.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_table.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_trace.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_tracking_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_tracking.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_upgrade_functions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_upgrade_preparation.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_upgrade.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_variable_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_version.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_limit.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_msg_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_process.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_sup_wrapper.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit_vm.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/rabbit.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/supervised_lifecycle.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/tcp_listener_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/tcp_listener.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/term_to_binary_compat.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/ebin/vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/amqqueue_v2.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/amqqueue.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/gm_specs.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/rabbit_global_counters.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/vhost_v2.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/include/vhost.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbit-%%VERSION%%/priv/schema/rabbit.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListAmqp10ConnectionsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_channel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_incoming_link.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_link_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_message.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_outgoing_link.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_session_process.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_session_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_session_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_session.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0_writer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbit_amqp1_0.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/ebin/rabbitmq_amqp1_0.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/include/rabbit_amqp1_0.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_amqp1_0-%%VERSION%%/priv/schema/rabbitmq_amqp1_0.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_backend_cache_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_backend_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_cache_dict.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_cache_ets_segmented_stateless.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_cache_ets_segmented.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_cache_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbit_auth_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/ebin/rabbitmq_auth_backend_cache.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/include/rabbit_auth_backend_cache.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_cache-%%VERSION%%/priv/schema/rabbitmq_auth_backend_cache.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_http-%%VERSION%%/ebin/rabbit_auth_backend_http_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_http-%%VERSION%%/ebin/rabbit_auth_backend_http.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_http-%%VERSION%%/ebin/rabbitmq_auth_backend_http.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_http-%%VERSION%%/priv/schema/rabbitmq_auth_backend_http.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/ebin/rabbit_auth_backend_ldap_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/ebin/rabbit_auth_backend_ldap_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/ebin/rabbit_auth_backend_ldap.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/ebin/rabbit_log_ldap.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/ebin/rabbitmq_auth_backend_ldap.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/include/logging.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_ldap-%%VERSION%%/priv/schema/rabbitmq_auth_backend_ldap.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.AddUaaKeyCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_auth_backend_oauth2_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_auth_backend_oauth2.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbit_oauth2_scope.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/rabbitmq_auth_backend_oauth2.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwks.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwt_jwk.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwt_jwt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/uaa_jwt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/ebin/wildcard.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_backend_oauth2-%%VERSION%%/priv/schema/rabbitmq_auth_backend_oauth2.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-%%VERSION%%/ebin/rabbit_auth_mechanism_ssl_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-%%VERSION%%/ebin/rabbit_auth_mechanism_ssl.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_auth_mechanism_ssl-%%VERSION%%/ebin/rabbitmq_auth_mechanism_ssl.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_json.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_sign.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_urilib.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws_xml.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/ebin/rabbitmq_aws.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/include/rabbitmq_aws.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_aws-%%VERSION%%/priv/schema/rabbitmq_aws.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_consistent_hash_exchange-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Diagnostics.Commands.ConsistentHashExchangeRingStateCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_consistent_hash_exchange-%%VERSION%%/ebin/rabbit_exchange_type_consistent_hash.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_consistent_hash_exchange-%%VERSION%%/ebin/rabbitmq_consistent_hash_exchange.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_consistent_hash_exchange-%%VERSION%%/include/rabbitmq_consistent_hash_exchange.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_event_exchange-%%VERSION%%/ebin/rabbit_event_exchange_decorator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_event_exchange-%%VERSION%%/ebin/rabbit_exchange_type_event.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_event_exchange-%%VERSION%%/ebin/rabbitmq_event_exchange.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_event_exchange-%%VERSION%%/include/rabbit_event_exchange.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_event_exchange-%%VERSION%%/priv/schema/rabbitmq_event_exchange.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/ebin/rabbit_federation_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/ebin/rabbitmq_federation_management.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/priv/www/js/federation.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/priv/www/js/tmpl/federation-upstream.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/priv/www/js/tmpl/federation-upstreams.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation_management-%%VERSION%%/priv/www/js/tmpl/federation.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.FederationStatusCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.RestartFederationLinkCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_db.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_event.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_exchange_link_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_exchange_link.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_exchange.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_link_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_link_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_pg.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_queue_link_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_queue_link.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_status.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_upstream_exchange.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_upstream.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_federation_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbit_log_federation.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/ebin/rabbitmq_federation.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/include/logging.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_federation-%%VERSION%%/include/rabbit_federation.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_jms_topic_exchange-%%VERSION%%/ebin/rabbit_jms_topic_exchange.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_jms_topic_exchange-%%VERSION%%/ebin/rabbitmq_jms_topic_exchange.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_jms_topic_exchange-%%VERSION%%/ebin/sjx_evaluator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_jms_topic_exchange-%%VERSION%%/include/rabbit_jms_topic_exchange.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ResetStatsDbCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/exometer_slide.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_agent_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_agent_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_agent_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_agent_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_data_compat.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_data.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_db_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_external_stats.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_ff.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_format.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_metrics_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbit_mgmt_storage.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/ebin/rabbitmq_management_agent.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/include/rabbit_mgmt_agent.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/include/rabbit_mgmt_metrics.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/include/rabbit_mgmt_records.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management_agent-%%VERSION%%/priv/schema/rabbitmq_management_agent.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_cors.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_csp.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_db_cache_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_db_cache.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_db.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_dispatcher.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_extension.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_features.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_headers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_hsts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_load_definitions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_login.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_reset_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_stats.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_aliveness_test.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_auth_attempts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_auth.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_binding.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_bindings.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_channel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_channels_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_channels.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_cluster_name.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection_channels.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection_user_name.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connection.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connections_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_connections.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_consumers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_definitions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_environment.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_exchange_publish.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_exchange.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_exchanges.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_extensions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_feature_flag_enable.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_feature_flags.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_global_parameter.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_global_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_hash_password.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_alarms.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_certificate_expiration.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_local_alarms.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_node_is_mirror_sync_critical.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_node_is_quorum_critical.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_port_listener.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_protocol_listener.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_health_check_virtual_hosts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_healthchecks.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_limit.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_limits.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_login.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_node_memory_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_node_memory.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_node.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_nodes.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_operator_policies.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_operator_policy.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_overview.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_parameter.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_permission.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_permissions_user.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_permissions_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_permissions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_policies.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_policy.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_queue_actions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_queue_get.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_queue_purge.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_queue.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_queues.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_quorum_queue_replicas_add_member.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_quorum_queue_replicas_delete_member.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_quorum_queue_replicas_grow.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_quorum_queue_replicas_shrink.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_rebalance_queues.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_redirect.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_reset.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_static.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_topic_permission.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_topic_permissions_user.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_topic_permissions_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_topic_permissions.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_user_limit.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_user_limits.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_user.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_users_bulk_delete.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_users.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_vhost_restart.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_vhost.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_vhosts.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbit_mgmt_wm_whoami.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/ebin/rabbitmq_management.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/include/rabbit_mgmt.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/schema/rabbitmq_management.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/api/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/cli/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/cli/rabbitmqadmin lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/evil.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/css/main.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/favicon.ico lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-binary.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-green-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-red-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-red.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/bg-yellow-dark.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/collapse.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/expand.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/rabbitmqlogo-master-copy.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/img/rabbitmqlogo.svg lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/base64.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/charts.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/dispatcher.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/ejs-1.0.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/ejs-1.0.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/excanvas.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/excanvas.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/formatters.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/global.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery-3.5.1.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery-3.5.1.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery.flot-0.8.1.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery.flot-0.8.1.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery.flot-0.8.1.time.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/jquery.flot-0.8.1.time.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/json2-2016.10.28.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/main.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/oidc-oauth/helper.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/oidc-oauth/login-callback.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/oidc-oauth/logout-callback.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/oidc-oauth/oidc-client-ts.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/oidc-oauth/oidc-client-ts.js.map lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/prefs.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/sammy-0.7.6.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/sammy-0.7.6.min.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/404.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/add-binding.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/binary.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/bindings.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/channel.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/channels-list.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/channels.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/cluster-name.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/columns-options.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/connection.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/connections.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/consumers.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/exchange.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/exchanges.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/feature-flags.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/layout.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/limits.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/list-exchanges.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/login_oauth.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/login.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/memory-bar.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/memory-table.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/memory.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/messages.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/msg-detail-deliveries.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/msg-detail-publishes.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/node.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/overview.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/partition.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/permissions.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/policies.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/policy.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/popup.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/publish.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/queue.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/queues.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/rate-options.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/registry.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/status.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/topic-permissions.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/user.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/users.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/vhost.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_management-%%VERSION%%/priv/www/js/tmpl/vhosts.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.DecommissionMqttNodeCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListMqttConnectionsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/mqtt_machine_v0.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/mqtt_machine.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/mqtt_node.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_connection_info.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_frame.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_internal_event_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_processor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retained_msg_store_dets.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retained_msg_store_ets.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retained_msg_store_noop.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retained_msg_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retainer_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_retainer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbit_mqtt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/ebin/rabbitmq_mqtt.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/include/mqtt_machine_v0.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/include/mqtt_machine.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/include/rabbit_mqtt_frame.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/include/rabbit_mqtt_retained_msg_store.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/include/rabbit_mqtt.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_mqtt-%%VERSION%%/priv/schema/rabbitmq_mqtt.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_aws-%%VERSION%%/ebin/rabbit_peer_discovery_aws.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_aws-%%VERSION%%/ebin/rabbitmq_peer_discovery_aws.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_aws-%%VERSION%%/ebin/rabbitmq_peer_discovery_aws.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_aws-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_aws.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_cleanup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_common_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_common_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_httpc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbit_peer_discovery_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/ebin/rabbitmq_peer_discovery_common.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/include/rabbit_peer_discovery.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_common-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_common.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbit_peer_discovery_consul.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbitmq_peer_discovery_consul_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbitmq_peer_discovery_consul_health_check_helper.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbitmq_peer_discovery_consul_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbitmq_peer_discovery_consul.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/ebin/rabbitmq_peer_discovery_consul.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/include/rabbit_peer_discovery_consul.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_consul-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_consul.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbit_peer_discovery_etcd.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbitmq_peer_discovery_etcd_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbitmq_peer_discovery_etcd_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbitmq_peer_discovery_etcd_v3_client.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbitmq_peer_discovery_etcd.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/ebin/rabbitmq_peer_discovery_etcd.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/include/rabbit_peer_discovery_etcd.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_etcd-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_etcd.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbit_peer_discovery_k8s.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_node_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/ebin/rabbitmq_peer_discovery_k8s.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/include/rabbit_peer_discovery_k8s.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_peer_discovery_k8s-%%VERSION%%/priv/schema/rabbitmq_peer_discovery_k8s.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state_systemd.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state_xterm_titlebar.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_boot_state.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_logger_fmt_helpers.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_logger_json_fmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_logger_std_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_logger_text_fmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_conf.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_dist.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_early_logging.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_erlang_compat.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_errors.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_file.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_sighandler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbit_prelaunch.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prelaunch-%%VERSION%%/ebin/rabbitmq_prelaunch.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_process_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_alarm_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_core_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/prometheus_rabbitmq_global_metrics_collector.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_dispatcher.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbit_prometheus_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/ebin/rabbitmq_prometheus.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_prometheus-%%VERSION%%/priv/schema/rabbitmq_prometheus.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_random_exchange-%%VERSION%%/ebin/rabbit_exchange_type_random.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_random_exchange-%%VERSION%%/ebin/rabbitmq_random_exchange.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_recent_history_exchange-%%VERSION%%/ebin/rabbit_exchange_type_recent_history.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_recent_history_exchange-%%VERSION%%/ebin/rabbitmq_recent_history_exchange.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_recent_history_exchange-%%VERSION%%/include/rabbit_recent_history.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_exchange_decorator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_exchange_type_modulus_hash.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_interceptor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_policy_validator.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_shard.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbit_sharding_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_sharding-%%VERSION%%/ebin/rabbitmq_sharding.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/ebin/rabbit_shovel_mgmt_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/ebin/rabbit_shovel_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/ebin/rabbitmq_shovel_management.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/priv/www/js/shovel.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/priv/www/js/tmpl/dynamic-shovel.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/priv/www/js/tmpl/dynamic-shovels.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel_management-%%VERSION%%/priv/www/js/tmpl/shovels.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.DeleteShovelCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.RestartShovelCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ShovelStatusCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_amqp091_shovel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_amqp10_shovel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_log_shovel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_behaviour.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_config.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_dyn_worker_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_dyn_worker_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_locks.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_parameters.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_status.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_worker_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel_worker.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbit_shovel.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/ebin/rabbitmq_shovel.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/include/logging.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_shovel-%%VERSION%%/include/rabbit_shovel.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStompConnectionsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_client_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_connection_info.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_frame.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_internal_event_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_processor.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbit_stomp.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/ebin/rabbitmq_stomp.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/include/rabbit_stomp_frame.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/include/rabbit_stomp_headers.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/include/rabbit_stomp.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stomp-%%VERSION%%/priv/schema/rabbitmq_stomp.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_common-%%VERSION%%/ebin/rabbit_stream_core.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_common-%%VERSION%%/ebin/rabbitmq_stream_common.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_common-%%VERSION%%/include/rabbit_stream.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_connection_consumers_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_connection_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_connection_publishers_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_connections_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_connections_vhost_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_consumers_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_management_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_mgmt_db.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbit_stream_publishers_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/ebin/rabbitmq_stream_management.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/priv/www/js/stream.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/priv/www/js/tmpl/streamConnection.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/priv/www/js/tmpl/streamConnections.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/priv/www/js/tmpl/streamConsumersList.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream_management-%%VERSION%%/priv/www/js/tmpl/streamPublishersList.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.AddSuperStreamCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.DeleteSuperStreamCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStreamConnectionsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStreamConsumerGroupsCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStreamConsumersCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStreamGroupConsumersCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/Elixir.RabbitMQ.CLI.Ctl.Commands.ListStreamPublishersCommand.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_manager.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_metrics_gc.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_metrics.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_reader.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbit_stream.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/ebin/rabbitmq_stream.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/include/rabbit_stream_metrics.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_stream-%%VERSION%%/priv/schema/rabbitmq_stream.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_extension.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_wm_ets_tables.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_wm_process.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_wm_processes.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbit_top_worker.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/ebin/rabbitmq_top.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/priv/www/js/tmpl/ets_tables.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/priv/www/js/tmpl/process.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/priv/www/js/tmpl/processes.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_top-%%VERSION%%/priv/www/js/top.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_consumer_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_consumer.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_files.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_mgmt.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_traces.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_wm_file.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_wm_files.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_wm_trace.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbit_tracing_wm_traces.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/ebin/rabbitmq_tracing.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/priv/www/js/tmpl/traces.ejs lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_tracing-%%VERSION%%/priv/www/js/tracing.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store_certificate_provider.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store_file_provider.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store_http_provider.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbit_trust_store.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/ebin/rabbitmq_trust_store.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_trust_store-%%VERSION%%/priv/schema/rabbitmq_trust_store.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_cowboy_middleware.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_cowboy_redirect.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_cowboy_stream_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_access_control.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_listing_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_registry.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch_util.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbit_web_dispatch.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/rabbitmq_web_dispatch.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/webmachine_log_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/ebin/webmachine_log.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_dispatch-%%VERSION%%/include/rabbitmq_web_dispatch_records.hrl lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/ebin/rabbit_web_mqtt_examples_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/ebin/rabbitmq_web_mqtt_examples.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/bunny.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/bunny.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/echo.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/main.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/mqttws31.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt_examples-%%VERSION%%/priv/pencil.cur lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_connection_info.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_middleware.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbit_web_mqtt_stream_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/ebin/rabbitmq_web_mqtt.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_mqtt-%%VERSION%%/priv/schema/rabbitmq_web_mqtt.schema lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/ebin/rabbit_web_stomp_examples_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/ebin/rabbitmq_web_stomp_examples.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/bunny.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/bunny.png lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/echo.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/index.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/main.css lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/pencil.cur lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/stomp.js lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp_examples-%%VERSION%%/priv/temp-queue.html lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_connection_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_internal_event_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_listener.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_middleware.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_stream_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbit_web_stomp_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/ebin/rabbitmq_web_stomp.app lib/rabbitmq_server-%%VERSION%%/plugins/rabbitmq_web_stomp-%%VERSION%%/priv/schema/rabbitmq_web_stomp.schema lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_acceptor.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_acceptors_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_conns_sup_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_conns_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_crc32c.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_embedded_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_listener_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_protocol.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_proxy_header.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_server_proxy.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_ssl.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_tcp.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch_transport.beam lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.app lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.appup lib/rabbitmq_server-%%VERSION%%/plugins/ranch-2.1.0/ebin/ranch.beam lib/rabbitmq_server-%%VERSION%%/plugins/README lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon_alloc.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon_lib.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon_map.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon_rec.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon_trace.beam lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon.app lib/rabbitmq_server-%%VERSION%%/plugins/recon-2.5.3/ebin/recon.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_compiler.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_dtop.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_lexer.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_parser.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug_targ.beam lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug.app lib/rabbitmq_server-%%VERSION%%/plugins/redbug-2.0.7/ebin/redbug.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat_counters_server.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat.app lib/rabbitmq_server-%%VERSION%%/plugins/seshat-0.6.1/ebin/seshat.beam lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter_paragraph.beam lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter_table.beam lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter_utils.beam lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter.app lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/ebin/stdout_formatter.beam lib/rabbitmq_server-%%VERSION%%/plugins/stdout_formatter-0.2.4/include/stdout_formatter.hrl lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_error_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_lager_backend.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_lib.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_logger_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_logger.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_monitor.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_rfc3164.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog_rfc5424.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog.app lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/ebin/syslog.beam lib/rabbitmq_server-%%VERSION%%/plugins/syslog-4.0.0/include/syslog.hrl lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler_example_handler.beam lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler_filter.beam lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler_testhandler.beam lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/ebin/sysmon_handler.app lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/include/sysmon_handler.hrl lib/rabbitmq_server-%%VERSION%%/plugins/sysmon_handler-1.3.0/priv/sysmon_handler.schema lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_app.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_journal_h.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_kmsg_formatter.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_protocol.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_socket.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_sup.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd_watchdog.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd.app lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/ebin/systemd.beam lib/rabbitmq_server-%%VERSION%%/plugins/systemd-0.6.1/include/systemd.hrl lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.0.0/ebin/thoas_decode.beam lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.0.0/ebin/thoas_encode.beam lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.0.0/ebin/thoas.app lib/rabbitmq_server-%%VERSION%%/plugins/thoas-1.0.0/ebin/thoas.beam lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-defaults lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-diagnostics lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-env lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-plugins lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-queues lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-server lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-streams lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-tanzu lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmq-upgrade lib/rabbitmq_server-%%VERSION%%/sbin/rabbitmqctl lib/rabbitmq_server-%%VERSION%%/sbin/vmware-rabbitmq -man/man5/rabbitmq-env.conf.5.gz -man/man8/rabbitmq-diagnostics.8.gz -man/man8/rabbitmq-echopid.8.gz -man/man8/rabbitmq-plugins.8.gz -man/man8/rabbitmq-queues.8.gz -man/man8/rabbitmq-server.8.gz -man/man8/rabbitmq-service.8.gz -man/man8/rabbitmq-streams.8.gz -man/man8/rabbitmq-upgrade.8.gz -man/man8/rabbitmqctl.8.gz +share/man/man5/rabbitmq-env.conf.5.gz +share/man/man8/rabbitmq-diagnostics.8.gz +share/man/man8/rabbitmq-echopid.8.gz +share/man/man8/rabbitmq-plugins.8.gz +share/man/man8/rabbitmq-queues.8.gz +share/man/man8/rabbitmq-server.8.gz +share/man/man8/rabbitmq-service.8.gz +share/man/man8/rabbitmq-streams.8.gz +share/man/man8/rabbitmq-upgrade.8.gz +share/man/man8/rabbitmqctl.8.gz sbin/rabbitmq-defaults sbin/rabbitmq-diagnostics sbin/rabbitmq-env sbin/rabbitmq-plugins sbin/rabbitmq-queues sbin/rabbitmq-server sbin/rabbitmq-streams sbin/rabbitmq-tanzu sbin/rabbitmq-upgrade sbin/rabbitmqctl sbin/vmware-rabbitmq diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index b196159bcd0a..af8c3175dc09 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,80 +1,81 @@ PORTNAME= rdesktop PORTVERSION= 1.9.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net comms MAINTAINER= freebsd@gregv.net COMMENT= RDP client for Windows NT/2000/2003 Terminal Server WWW= http://www.rdesktop.org/ LICENSE= GPLv3 LIB_DEPENDS= libgmp.so:math/gmp \ libgnutls.so:security/gnutls \ libnettle.so:security/nettle \ libtasn1.so:security/libtasn1 USES= autoreconf cpe gmake iconv pkgconfig xorg USE_XORG= x11 xcursor xrandr USE_GITHUB= yes CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} \ --disable-credssp GNU_CONFIGURE= yes DOCS= doc/*.txt doc/AUTHORS doc/TODO OPTIONS_DEFINE= AO DEBUG DOCS IPV6 SAMPLERATE SMARTCARD SMARTCARD_DESC= Enable SmartCard login via PCSC-lite .include .if ${PORT_OPTIONS:MAO} LIB_DEPENDS+= libao.so:audio/libao CONFIGURE_ARGS+= --with-sound=libao .else CONFIGURE_ARGS+= --with-sound=oss .endif .if exists(${LOCALBASE}/lib/libsamplerate.so) || ${PORT_OPTIONS:MSAMPLERATE} LIB_DEPENDS+= libsamplerate.so:audio/libsamplerate .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --with-ipv6 .endif .if ${PORT_OPTIONS:MSMARTCARD} LIB_DEPENDS+= libpcsclite.so:devel/pcsc-lite .else CONFIGURE_ARGS+= --disable-smartcard .endif .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --with-debug \ --with-debug-channel \ --with-debug-clipboard \ --with-debug-kbd \ --with-debug-rdp5 \ --with-debug-seamless \ --with-debug-sound .if ${PORT_OPTIONS:MSMARTCARD} CONFIGURE_ARGS+= --with-debug-smartcard .endif post-configure: ${ECHO} "#define WITH_DEBUG_SERIAL 1" >> ${WRKSRC}/rdesktop.h .endif post-patch: @${REINPLACE_CMD} -e '/-o rdesktop/s,-lX11,& -lgmp,' \ ${WRKSRC}/Makefile.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdesktop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/rdesktop.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR}/keymaps ${INSTALL_DATA} ${WRKSRC}/keymaps/* ${STAGEDIR}${DATADIR}/keymaps @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/rdesktop/pkg-plist b/net/rdesktop/pkg-plist index c927ac03493d..011b96598043 100644 --- a/net/rdesktop/pkg-plist +++ b/net/rdesktop/pkg-plist @@ -1,58 +1,58 @@ bin/rdesktop -man/man1/rdesktop.1.gz +share/man/man1/rdesktop.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/ctrl.txt %%PORTDOCS%%%%DOCSDIR%%/ipv6.txt %%PORTDOCS%%%%DOCSDIR%%/keymap-names.txt %%PORTDOCS%%%%DOCSDIR%%/keymapping.txt %%PORTDOCS%%%%DOCSDIR%%/licensing.txt %%PORTDOCS%%%%DOCSDIR%%/lspci-channel.txt %%PORTDOCS%%%%DOCSDIR%%/makerelease.txt %%PORTDOCS%%%%DOCSDIR%%/patches.txt %%PORTDOCS%%%%DOCSDIR%%/rdpsnd.txt %%PORTDOCS%%%%DOCSDIR%%/redirection.txt %%PORTDOCS%%%%DOCSDIR%%/seamlessrdp-channel.txt %%DATADIR%%/keymaps/ar %%DATADIR%%/keymaps/common %%DATADIR%%/keymaps/convert-map %%DATADIR%%/keymaps/cs %%DATADIR%%/keymaps/da %%DATADIR%%/keymaps/de %%DATADIR%%/keymaps/de-ch %%DATADIR%%/keymaps/en-dv %%DATADIR%%/keymaps/en-gb %%DATADIR%%/keymaps/en-us %%DATADIR%%/keymaps/en-us-intl %%DATADIR%%/keymaps/es %%DATADIR%%/keymaps/et %%DATADIR%%/keymaps/fi %%DATADIR%%/keymaps/fo %%DATADIR%%/keymaps/fr %%DATADIR%%/keymaps/fr-be %%DATADIR%%/keymaps/fr-bepo %%DATADIR%%/keymaps/fr-ca %%DATADIR%%/keymaps/fr-ch %%DATADIR%%/keymaps/he %%DATADIR%%/keymaps/hr %%DATADIR%%/keymaps/hu %%DATADIR%%/keymaps/is %%DATADIR%%/keymaps/it %%DATADIR%%/keymaps/ja %%DATADIR%%/keymaps/ko %%DATADIR%%/keymaps/lt %%DATADIR%%/keymaps/lv %%DATADIR%%/keymaps/mk %%DATADIR%%/keymaps/modifiers %%DATADIR%%/keymaps/nl %%DATADIR%%/keymaps/nl-be %%DATADIR%%/keymaps/no %%DATADIR%%/keymaps/pl %%DATADIR%%/keymaps/pt %%DATADIR%%/keymaps/pt-br %%DATADIR%%/keymaps/ru %%DATADIR%%/keymaps/sk %%DATADIR%%/keymaps/sl %%DATADIR%%/keymaps/sv %%DATADIR%%/keymaps/th %%DATADIR%%/keymaps/tr diff --git a/net/sakisafecli/Makefile b/net/sakisafecli/Makefile index 9bbc4f5ab78b..c715229579b6 100644 --- a/net/sakisafecli/Makefile +++ b/net/sakisafecli/Makefile @@ -1,24 +1,25 @@ PORTNAME= sakisafe DISTVERSION= 2.2.1 +PORTERVISION= 1 CATEGORIES= net MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/ MAINTAINER= teru-sama@riseup.net COMMENT= Client for many file-sharing websites LICENSE= GPLv3 LIB_DEPENDS= libconfig.so:devel/libconfig \ libcurl.so:ftp/curl \ libnghttp2.so:www/libnghttp2 USES= localbase ssl CFLAGS+= -fPIC do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli - ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafeclirc.5 ${STAGEDIR}${MAN1PREFIX}/man/man5 .include diff --git a/net/sakisafecli/pkg-plist b/net/sakisafecli/pkg-plist index a33a9657be25..36e0e6693ace 100644 --- a/net/sakisafecli/pkg-plist +++ b/net/sakisafecli/pkg-plist @@ -1,3 +1,3 @@ bin/sakisafecli -man/man1/sakisafecli.1.gz -man/man5/sakisafeclirc.5.gz +share/man/man1/sakisafecli.1.gz +share/man/man5/sakisafeclirc.5.gz diff --git a/net/socat/Makefile b/net/socat/Makefile index b9742ae1ae51..b547ad6ed76e 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,54 +1,54 @@ PORTNAME= socat DISTVERSION= 1.8.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Multipurpose relay and more WWW= http://www.dest-unreach.org/socat/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler cpe ssl tar:bzip2 CPE_VENDOR= dest-unreach USE_RC_SUBR= socat GNU_CONFIGURE= yes PORTSCOUT= skipv:2.0.0-b2 PLIST_FILES= bin/filan \ bin/procan \ bin/socat \ "@sample etc/socat-instances.conf.sample" \ - man/man1/socat.1.gz + share/man/man1/socat.1.gz PORTDOCS= EXAMPLES FAQ README SECURITY OPTIONS_DEFINE= DOCS READLINE IPV6DEFAULT IPV6DEFAULT_DESC= Use IPv6 by default IPV6DEFAULT_CONFIGURE_OFF= --enable-default-ipv=4 IPV6DEFAULT_CONFIGURE_ENABLE= default-ipv=6 READLINE_USES= readline READLINE_CONFIGURE_ENABLE= readline .include .if ${SSL_DEFAULT} != base USES+= localbase .endif do-install: .for f in filan procan socat ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/socat-instances.conf.sample ${STAGEDIR}${PREFIX}/etc .include diff --git a/net/svnup/Makefile b/net/svnup/Makefile index 08d2359b6d7e..8e284ff65f24 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,40 +1,41 @@ PORTNAME= svnup PORTVERSION= 1.08 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net MAINTAINER= jmehr@umn.edu COMMENT= Lightweight program to pull source from an Apache Subversion server WWW= https://github.com/johnmehr/svnup LICENSE= BSD2CLAUSE USES= tar:xz ssl OPTIONS_DEFINE= DOCS CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -lmd -lssl USE_GITHUB= yes GH_ACCOUNT= johnmehr PORTDOCS= ChangeLog post-patch: @${REINPLACE_CMD} -e 's|\/stable\/12|\/stable\/${OSREL:R}| ; \ s|\/releng\/12.1|\/releng\/${OSREL}|' \ ${WRKSRC}/svnup.conf do-build: cd ${WRKSRC} && \ ${CC} -o ${PORTNAME} ${CFLAGS} ${PORTNAME}.c ${LDFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample .include diff --git a/net/svnup/pkg-plist b/net/svnup/pkg-plist index 692b5543991a..06cfac03df58 100644 --- a/net/svnup/pkg-plist +++ b/net/svnup/pkg-plist @@ -1,4 +1,4 @@ bin/svnup -man/man1/svnup.1.gz -man/man5/svnup.conf.5.gz +share/man/man1/svnup.1.gz +share/man/man5/svnup.conf.5.gz @sample etc/svnup.conf.sample diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index ace702a5396b..4af48347a4a3 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,39 +1,40 @@ PORTNAME= tcptrace PORTVERSION= 6.6.8 +PORTREVISION= 1 CATEGORIES= net #MASTER_SITES= http://www.tcptrace.org/download/ MAINTAINER= se@FreeBSD.org COMMENT= TCP dump file analysis tool WWW= https://sourceforge.net/projects/open-tcptrace/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= bison GNU_CONFIGURE= yes ALL_TARGET= tcptrace USE_GITHUB= yes GH_ACCOUNT= blitz GH_TAGNAME= 508f73a PLIST_FILES= bin/tcptrace \ bin/xpl2gpl \ - man/man1/tcptrace.1.gz + share/man/man1/tcptrace.1.gz PORTDOCS= ARGS CHANGES FAQ README README.mailing_list \ README.modules README.tline_graphs README.tput_graphs \ README.version README.xpl2gpl THANKS dot_tcptracerc OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/xpl2gpl ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/net/timed/Makefile b/net/timed/Makefile index 9d8f905e7089..4ce09816a9f2 100644 --- a/net/timed/Makefile +++ b/net/timed/Makefile @@ -1,28 +1,28 @@ PORTNAME= timed PORTVERSION= 8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= se@FreeBSD.org COMMENT= Old time synchronisation service superseded by more modern protocols WWW= https://github.com/freebsd/timed LICENSE= BSD3CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd post-build: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/rc.d/timed do-install: .for f in timed timedc ${INSTALL_PROGRAM} ${WRKSRC}/${f}/${f} \ ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${f}/${f}.8 \ - ${STAGEDIR}${MAN8PREFIX}/man/man8/ + ${STAGEDIR}${PREFIX}/share/man/man8/ .endfor ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/timed \ ${STAGEDIR}${PREFIX}/etc/rc.d/ .include diff --git a/net/timed/pkg-plist b/net/timed/pkg-plist index 3e10cbdfa727..e98cab6bb0e2 100644 --- a/net/timed/pkg-plist +++ b/net/timed/pkg-plist @@ -1,6 +1,6 @@ etc/rc.d/timed -man/man8/timed.8.gz -man/man8/timedc.8.gz +share/man/man8/timed.8.gz +share/man/man8/timedc.8.gz sbin/timed @mode 4555 sbin/timedc diff --git a/net/ts-warp/Makefile b/net/ts-warp/Makefile index 063e5a352239..7ee75d087331 100644 --- a/net/ts-warp/Makefile +++ b/net/ts-warp/Makefile @@ -1,30 +1,30 @@ PORTNAME= ts-warp DISTVERSION= 1.4.6 CATEGORIES= net MAINTAINER= zmey20000@yahoo.com COMMENT= Transparent proxy server and traffic wrapper WWW= https://github.com/mezantrop/ts-warp LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= mezantrop USE_RC_SUBR= tswarp do-install: ${MKDIR} ${STAGEDIR}/var/db/ts-warp ${INSTALL_PROGRAM} ${WRKSRC}/ts-warp ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/ts-pass ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/examples/ts-warp.ini \ ${STAGEDIR}${PREFIX}/etc/ts-warp.conf.sample ${INSTALL_DATA} ${WRKSRC}/examples/ts-warp_pf_freebsd.conf \ ${STAGEDIR}${PREFIX}/etc/ts-warp_pf.conf.sample - ${INSTALL_MAN} ${WRKSRC}/man/ts-pass.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.sh.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/ts-pass.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.sh.1 ${STAGEDIR}${PREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.5 ${STAGEDIR}${PREFIX}/share/man/man5 + ${INSTALL_MAN} ${WRKSRC}/man/ts-warp.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include diff --git a/net/ts-warp/pkg-plist b/net/ts-warp/pkg-plist index a2d1ad4e1c31..2433c14fc23c 100644 --- a/net/ts-warp/pkg-plist +++ b/net/ts-warp/pkg-plist @@ -1,9 +1,9 @@ bin/ts-pass bin/ts-warp @sample etc/ts-warp.conf.sample @sample etc/ts-warp_pf.conf.sample -man/man1/ts-pass.1.gz -man/man1/ts-warp.sh.1.gz -man/man5/ts-warp.5.gz -man/man8/ts-warp.8.gz +share/man/man1/ts-pass.1.gz +share/man/man1/ts-warp.sh.1.gz +share/man/man5/ts-warp.5.gz +share/man/man8/ts-warp.8.gz @dir /var/db/ts-warp