Index: head/games/freecell-solver/Makefile =================================================================== --- head/games/freecell-solver/Makefile (revision 422762) +++ head/games/freecell-solver/Makefile (revision 422763) @@ -1,52 +1,52 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 4.2.0 +PORTVERSION= 4.4.0 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ MAINTAINER= danilo@FreeBSD.org COMMENT= Open source framework for solving Freecell LICENSE= MIT BUILD_DEPENDS= p5-Path-Tiny>=0.076:devel/p5-Path-Tiny OPTIONS_DEFINE= TCMALLOC DOCS EXAMPLES TCMALLOC_DESC= Use Google's TCMalloc USES= cmake:outsource perl5 shebangfix tar:xz USE_PERL5= build SHEBANG_FILES= board_gen/make_pysol_freecell_board.py CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include TCMALLOC_LIB_DEPENDS= libtcmalloc.so:devel/google-perftools TCMALLOC_CMAKE_OFF= -DFCS_AVOID_TCMALLOC:BOOL=ON post-patch: .for f in CMakeLists.txt @${REINPLACE_CMD} -e 's|"pthread"|"-pthread"|' ${WRKSRC}/${f} .endfor .for f in Shlomif_Common.cmake @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/cmake/${f} .endfor .for f in children-playing-ball.sh sentient-pearls.sh @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/Presets/presets/${f} .endfor post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS.txt HACKING.txt INSTALL.txt NEWS.txt README.txt \ README.win32.txt TODO.txt USAGE.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ctypes-test.py ${INSTALL_DATA} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .include Index: head/games/freecell-solver/distinfo =================================================================== --- head/games/freecell-solver/distinfo (revision 422762) +++ head/games/freecell-solver/distinfo (revision 422763) @@ -1,2 +1,3 @@ -SHA256 (freecell-solver-4.2.0.tar.xz) = 00addd83c82dcca5b8151c9fdf3d13cedb149f34dcae2638edd05bf59874fe98 -SIZE (freecell-solver-4.2.0.tar.xz) = 430900 +TIMESTAMP = 1474857646 +SHA256 (freecell-solver-4.4.0.tar.xz) = 3fec7e3fd9c741014de3060a3e311a3db5fe748b93f132d4770f449308e864e6 +SIZE (freecell-solver-4.4.0.tar.xz) = 431568 Index: head/games/freecell-solver/pkg-plist =================================================================== --- head/games/freecell-solver/pkg-plist (revision 422762) +++ head/games/freecell-solver/pkg-plist (revision 422763) @@ -1,65 +1,65 @@ bin/fc-solve bin/freecell-solver-config bin/freecell-solver-fc-pro-range-solve bin/freecell-solver-multi-thread-solve bin/freecell-solver-range-parallel-solve -bin/make-aisleriot-freecell-board -bin/make-gnome-freecell-board bin/make_pysol_freecell_board.py bin/pi-make-microsoft-freecell-board +bin/transpose-freecell-board.py include/freecell-solver/fcs_back_compat.h include/freecell-solver/fcs_cl.h include/freecell-solver/fcs_dllexport.h include/freecell-solver/fcs_enums.h include/freecell-solver/fcs_limit.h include/freecell-solver/fcs_move.h include/freecell-solver/fcs_pats_xy_param.h include/freecell-solver/fcs_user.h lib/libfreecell-solver.a lib/libfreecell-solver.so lib/libfreecell-solver.so.0 lib/libfreecell-solver.so.0.5.0 libdata/pkgconfig/libfreecell-solver.pc +man/man1/freecell-solver-config.1.gz man/man6/fc-solve-board_gen.6.gz man/man6/fc-solve.6.gz man/man6/freecell-solver-range-parallel-solve.6.gz -man/man6/make-aisleriot-freecell-board.6.gz -man/man6/make-gnome-freecell-board.6.gz man/man6/make_pysol_freecell_board.py.6.gz man/man6/pi-make-microsoft-freecell-board.6.gz +man/man6/transpose-freecell-board.py.6.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/HACKING.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS.txt %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/README.win32.txt %%PORTDOCS%%%%DOCSDIR%%/TODO.txt %%PORTDOCS%%%%DOCSDIR%%/USAGE.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ctypes-test.py %%DATADIR%%/presetrc %%DATADIR%%/presets/abra-kadabra.sh %%DATADIR%%/presets/amateur-star.sh %%DATADIR%%/presets/blue-yonder.sh %%DATADIR%%/presets/children-playing-ball.sh %%DATADIR%%/presets/conspiracy-theory.sh %%DATADIR%%/presets/cool-jives.sh %%DATADIR%%/presets/crooked-nose.sh %%DATADIR%%/presets/enlightened-ostrich.sh %%DATADIR%%/presets/fools-gold.sh %%DATADIR%%/presets/foss-nessy.sh %%DATADIR%%/presets/gooey-unknown-thing.sh %%DATADIR%%/presets/hello-world.sh %%DATADIR%%/presets/john_galt_line-500.sh %%DATADIR%%/presets/maliciously-obscure.sh %%DATADIR%%/presets/micro-finance-improved.sh %%DATADIR%%/presets/micro-finance.sh +%%DATADIR%%/presets/one-big-family.sh %%DATADIR%%/presets/qualified-seed.sh %%DATADIR%%/presets/rin-tin-tin.sh %%DATADIR%%/presets/sand-stone.sh %%DATADIR%%/presets/sentient-pearls.sh %%DATADIR%%/presets/tea-for-two.sh %%DATADIR%%/presets/the-iglu-cabal.sh %%DATADIR%%/presets/three-eighty.sh %%DATADIR%%/presets/toons-for-twenty-somethings.sh %%DATADIR%%/presets/video-editing.sh %%DATADIR%%/presets/yellow-brick-road.sh