diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index a842a1c5fb85..b4d4c9cf5e53 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,113 +1,122 @@ PORTNAME= peazip -PORTVERSION= 10.7.0 +PORTVERSION= 10.8.0 CATEGORIES= archivers MASTER_SITES= https://github.com/giorgiotani/PeaZip/releases/download/${PORTVERSION}/ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= acm@FreeBSD.org COMMENT= Free archiver and file compressor WWW= https://peazip.github.io LICENSE= LGPL3 ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= cpe desktop-file-utils dos2unix fpc lazarus:flavors zip xorg USE_XORG= x11 CPE_VENDOR= giorgio_tani SUB_FILES= pea peazip DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt) LAZARUS_PROJECT_FILES= dev/project_pea.lpi dev/project_peach.lpi LAZBUILD_ARGS= -d gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 ${PORTNAME}-qt6 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt6 qt6_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 ${PORTNAME}-qt5 ARCHIVER_FILES= # -OPTIONS_DEFINE= 7Z ARC ZPAQ UNACE +OPTIONS_DEFINE= 7Z ARC BROTLI ZPAQ UNACE 7Z_DESC= 7z file archiver support ARC_DESC= Arc file archiver support +BROTLI_DESC= Brotli file archiver support ZPAQ_DESC= Zpaq file archiver support UNACE_DESC= Unace file archiver support OPTIONS_DEFAULT= 7Z .if ${FLAVOR:Ugtk2:Mgtk2} USES+= gnome USE_GNOME+= cairo .endif .include .if ${PORT_OPTIONS:M7Z} RUN_DEPENDS+= 7zz:archivers/7-zip ARCHIVER_FILES+=7z PLIST_SUB+= 7Z="" .else PLIST_SUB+= 7Z="@comment " .endif .if ${PORT_OPTIONS:MARC} RUN_DEPENDS+= arc:archivers/arc ARCHIVER_FILES+=arc PLIST_SUB+= ARC="" .else PLIST_SUB+= ARC="@comment " .endif +.if ${PORT_OPTIONS:MBROTLI} +RUN_DEPENDS+= brotli:archivers/brotli +ARCHIVER_FILES+=brotli +PLIST_SUB+= BROTLI="" +.else +PLIST_SUB+= BROTLI="@comment " +.endif + .if ${PORT_OPTIONS:MZPAQ} RUN_DEPENDS+= zpaq:archivers/paq ARCHIVER_FILES+=zpaq PLIST_SUB+= ZPAQ="" .else PLIST_SUB+= ZPAQ="@comment " .endif .if ${PORT_OPTIONS:MUNACE} RUN_DEPENDS+= unace:archivers/unace ARCHIVER_FILES+=unace PLIST_SUB+= UNACE="" .else PLIST_SUB+= UNACE="@comment " .endif .include post-patch: ${REINPLACE_CMD} -e 's|GetSelectedNodePath|Path|g' \ -e 's|IFDEF LCLQT5|IF DEFINED\(LCLQT5\) OR DEFINED\(LCLQT6\)|g ' ${WRKSRC}/dev/peach.pas pre-install: @${ECHO_CMD} "#" > ${WRKSRC}/altconf.txt @${ECHO_CMD} "appdata" >> ${WRKSRC}/altconf.txt do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/res/bin @${MKDIR} ${STAGEDIR}${DATADIR}/res/share .for ARCHIVER in ${ARCHIVER_FILES} @${MKDIR} ${STAGEDIR}${DATADIR}/res/bin/${ARCHIVER} .if ${ARCHIVER} == "7z" @${LN} -sf ${LOCALBASE}/bin/7zz ${STAGEDIR}${DATADIR}/res/bin/${ARCHIVER}/${ARCHIVER} .else @${LN} -sf ${LOCALBASE}/bin/${ARCHIVER} ${STAGEDIR}${DATADIR}/res/bin/${ARCHIVER}/${ARCHIVER} .endif .endfor @cd ${WRKSRC}/res/share && ${COPYTREE_SHARE} "icons lang themes" ${STAGEDIR}${DATADIR}/res/share @cd ${WRKSRC} && ${INSTALL_DATA} altconf.txt ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} dev/pea ${STAGEDIR}${DATADIR}/res && \ ${INSTALL_PROGRAM} dev/peazip ${STAGEDIR}${DATADIR} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps @cd ${WRKSRC}/res/share/batch/freedesktop_integration && \ ${INSTALL_DATA} peazip*.desktop ${STAGEDIR}${DESKTOPDIR} && \ ${INSTALL_DATA} peazip*.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/256x256/apps/ ${INSTALL_SCRIPT} ${WRKDIR}/pea ${WRKDIR}/peazip ${STAGEDIR}${PREFIX}/bin/ .include diff --git a/archivers/peazip/distinfo b/archivers/peazip/distinfo index faffb4ed5dd1..0807e544b95a 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763008224 -SHA256 (peazip-10.7.0.src.zip) = 87d53a08de2721d09f6224c675c5ca4a72a2ec2d7e853013f77016c4af2d7437 -SIZE (peazip-10.7.0.src.zip) = 5930525 +TIMESTAMP = 1766911610 +SHA256 (peazip-10.8.0.src.zip) = 6bedff06b90965eddd49761858f9d890642ba4358d2ce26744dfcd5b2385855a +SIZE (peazip-10.8.0.src.zip) = 6274803 diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index 3d583ea261f4..d9d3c755e2f2 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -1,106 +1,118 @@ bin/pea bin/peazip share/applications/peazip-add-to-archive.desktop share/applications/peazip-extract.desktop share/applications/peazip.desktop share/icons/hicolor/256x256/apps/peazip.png share/icons/hicolor/256x256/apps/peazip_add.png share/icons/hicolor/256x256/apps/peazip_extract.png %%DATADIR%%/peazip %%DATADIR%%/res/altconf.txt %%7Z%%%%DATADIR%%/res/bin/7z/7z %%ARC%%%%DATADIR%%/res/bin/arc/arc +%%BROTLI%%%%DATADIR%%/res/bin/brotli/brotli %%UNACE%%%%DATADIR%%/res/bin/unace/unace %%ZPAQ%%%%DATADIR%%/res/bin/zpaq/zpaq %%DATADIR%%/res/pea %%DATADIR%%/res/share/icons/PeaZip_7z.icns %%DATADIR%%/res/share/icons/PeaZip_7z.ico %%DATADIR%%/res/share/icons/PeaZip_archive.icns %%DATADIR%%/res/share/icons/PeaZip_archive.ico %%DATADIR%%/res/share/icons/PeaZip_block.icns %%DATADIR%%/res/share/icons/PeaZip_block.ico %%DATADIR%%/res/share/icons/PeaZip_cd.icns %%DATADIR%%/res/share/icons/PeaZip_cd.ico %%DATADIR%%/res/share/icons/PeaZip_package.icns %%DATADIR%%/res/share/icons/PeaZip_package.ico %%DATADIR%%/res/share/icons/PeaZip_rar.icns %%DATADIR%%/res/share/icons/PeaZip_rar.ico %%DATADIR%%/res/share/icons/PeaZip_zip.icns %%DATADIR%%/res/share/icons/PeaZip_zip.ico %%DATADIR%%/res/share/icons/peazip.icns %%DATADIR%%/res/share/icons/peazip.ico %%DATADIR%%/res/share/icons/peazip.png %%DATADIR%%/res/share/icons/peazip_7z.png %%DATADIR%%/res/share/icons/peazip_add.png %%DATADIR%%/res/share/icons/peazip_add_alt.png %%DATADIR%%/res/share/icons/peazip_archive.png %%DATADIR%%/res/share/icons/peazip_block.png %%DATADIR%%/res/share/icons/peazip_browse.png %%DATADIR%%/res/share/icons/peazip_cd.png %%DATADIR%%/res/share/icons/peazip_classic.icns %%DATADIR%%/res/share/icons/peazip_classic.ico %%DATADIR%%/res/share/icons/peazip_classic.png %%DATADIR%%/res/share/icons/peazip_convert.png %%DATADIR%%/res/share/icons/peazip_extract.png %%DATADIR%%/res/share/icons/peazip_extract_alt.png %%DATADIR%%/res/share/icons/peazip_package.png %%DATADIR%%/res/share/icons/peazip_rar.png %%DATADIR%%/res/share/icons/peazip_seven.icl %%DATADIR%%/res/share/icons/peazip_zip.png %%DATADIR%%/res/share/icons/readme-icons.txt %%DATADIR%%/res/share/lang/ar.txt +%%DATADIR%%/res/share/lang/az.txt %%DATADIR%%/res/share/lang/bg.txt %%DATADIR%%/res/share/lang/by-cr.txt %%DATADIR%%/res/share/lang/by-lt.txt %%DATADIR%%/res/share/lang/ca.txt %%DATADIR%%/res/share/lang/chs.txt %%DATADIR%%/res/share/lang/cht.txt %%DATADIR%%/res/share/lang/cz.txt %%DATADIR%%/res/share/lang/de-uml.txt %%DATADIR%%/res/share/lang/default.txt %%DATADIR%%/res/share/lang/en-gb.txt %%DATADIR%%/res/share/lang/en.txt %%DATADIR%%/res/share/lang/es-es.txt %%DATADIR%%/res/share/lang/es-la.txt +%%DATADIR%%/res/share/lang/et.txt %%DATADIR%%/res/share/lang/eu.txt %%DATADIR%%/res/share/lang/fa.txt %%DATADIR%%/res/share/lang/fi.txt %%DATADIR%%/res/share/lang/fr.txt %%DATADIR%%/res/share/lang/fr_alt.txt %%DATADIR%%/res/share/lang/gl.txt %%DATADIR%%/res/share/lang/gr.txt %%DATADIR%%/res/share/lang/he.txt +%%DATADIR%%/res/share/lang/hi.txt %%DATADIR%%/res/share/lang/hu.txt +%%DATADIR%%/res/share/lang/hy.txt %%DATADIR%%/res/share/lang/id.txt +%%DATADIR%%/res/share/lang/is.txt %%DATADIR%%/res/share/lang/it.txt %%DATADIR%%/res/share/lang/ja.txt %%DATADIR%%/res/share/lang/ko.txt %%DATADIR%%/res/share/lang/lv.txt %%DATADIR%%/res/share/lang/nl.txt %%DATADIR%%/res/share/lang/no.txt %%DATADIR%%/res/share/lang/pl.txt %%DATADIR%%/res/share/lang/pt-br.txt %%DATADIR%%/res/share/lang/pt-pt.txt %%DATADIR%%/res/share/lang/ro.txt %%DATADIR%%/res/share/lang/ru.txt %%DATADIR%%/res/share/lang/si.txt %%DATADIR%%/res/share/lang/sk.txt %%DATADIR%%/res/share/lang/sl.txt %%DATADIR%%/res/share/lang/sv.txt +%%DATADIR%%/res/share/lang/sw.txt +%%DATADIR%%/res/share/lang/th.txt %%DATADIR%%/res/share/lang/tj.txt %%DATADIR%%/res/share/lang/tr.txt +%%DATADIR%%/res/share/lang/tt.txt %%DATADIR%%/res/share/lang/uk.txt +%%DATADIR%%/res/share/lang/ur.txt %%DATADIR%%/res/share/lang/uz.txt %%DATADIR%%/res/share/lang/vn.txt +%%DATADIR%%/res/share/themes/line-dark.theme.7z %%DATADIR%%/res/share/themes/line.theme.7z %%DATADIR%%/res/share/themes/mac-dark.theme.7z %%DATADIR%%/res/share/themes/mac.theme.7z %%DATADIR%%/res/share/themes/main-dark.theme.7z %%DATADIR%%/res/share/themes/main-embedded/fm-theme.bmp %%DATADIR%%/res/share/themes/main-embedded/readme.txt %%DATADIR%%/res/share/themes/main.theme.7z %%DATADIR%%/res/share/themes/ten-dark.theme.7z %%DATADIR%%/res/share/themes/ten.theme.7z +%%DATADIR%%/res/share/themes/tux-alt-dark.theme.7z %%DATADIR%%/res/share/themes/tux-alt.theme.7z %%DATADIR%%/res/share/themes/tux-dark.theme.7z %%DATADIR%%/res/share/themes/tux.theme.7z