diff --git a/archivers/peazip/Makefile b/archivers/peazip/Makefile index 359c892e5890..aec6c26a4483 100644 --- a/archivers/peazip/Makefile +++ b/archivers/peazip/Makefile @@ -1,112 +1,111 @@ PORTNAME= peazip -PORTVERSION= 9.7.1 -PORTREVISION= 2 +PORTVERSION= 9.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 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 7Z_DESC= 7z file archiver support ARC_DESC= Arc 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: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 cf3ee0eee832..72b921efcef1 100644 --- a/archivers/peazip/distinfo +++ b/archivers/peazip/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708319702 -SHA256 (peazip-9.7.1.src.zip) = 18aed692f6300642d4b8ab6d5a2bbd2c5bc46d2c12d9ba693334d90e4cc0de16 -SIZE (peazip-9.7.1.src.zip) = 5481007 +TIMESTAMP = 1718518664 +SHA256 (peazip-9.8.0.src.zip) = 023e95eb698e1645a66315b9db1bf5f996fbc32c9ec41c64d96a2e02e00ab5de +SIZE (peazip-9.8.0.src.zip) = 8000860 diff --git a/archivers/peazip/pkg-plist b/archivers/peazip/pkg-plist index 65a0d654f6c5..4f7eea64bf56 100644 --- a/archivers/peazip/pkg-plist +++ b/archivers/peazip/pkg-plist @@ -1,115 +1,113 @@ bin/pea bin/peazip share/applications/peazip-add-to-7z.desktop share/applications/peazip-add-to-archive.desktop share/applications/peazip-add-to-brotli.desktop share/applications/peazip-add-to-bzip2.desktop share/applications/peazip-add-to-gzip.desktop share/applications/peazip-add-to-pea.desktop share/applications/peazip-add-to-tar.desktop share/applications/peazip-add-to-wim.desktop share/applications/peazip-add-to-xz.desktop share/applications/peazip-add-to-zip.desktop share/applications/peazip-add-to-zpaq.desktop share/applications/peazip-add-to-zstd.desktop share/applications/peazip-convert.desktop +share/applications/peazip-extract-desktop.desktop +share/applications/peazip-extract-documents.desktop +share/applications/peazip-extract-downloads.desktop share/applications/peazip-extract-here.desktop share/applications/peazip-extract-smart.desktop share/applications/peazip-extract.desktop share/applications/peazip-open.desktop share/applications/peazip.desktop share/icons/hicolor/256x256/apps/peazip.png share/icons/hicolor/256x256/apps/peazip_7z.png share/icons/hicolor/256x256/apps/peazip_add.png share/icons/hicolor/256x256/apps/peazip_cd.png share/icons/hicolor/256x256/apps/peazip_convert.png share/icons/hicolor/256x256/apps/peazip_extract.png share/icons/hicolor/256x256/apps/peazip_zip.png %%DATADIR%%/peazip %%DATADIR%%/res/altconf.txt %%7Z%%%%DATADIR%%/res/bin/7z/7z %%ARC%%%%DATADIR%%/res/bin/arc/arc %%UNACE%%%%DATADIR%%/res/bin/unace/unace %%ZPAQ%%%%DATADIR%%/res/bin/zpaq/zpaq %%DATADIR%%/res/pea %%DATADIR%%/res/share/icons/PeaZip.ico %%DATADIR%%/res/share/icons/PeaZip_7z.ico %%DATADIR%%/res/share/icons/PeaZip_app.ico %%DATADIR%%/res/share/icons/PeaZip_block.ico %%DATADIR%%/res/share/icons/PeaZip_cd.ico %%DATADIR%%/res/share/icons/PeaZip_package.ico %%DATADIR%%/res/share/icons/PeaZip_rar.ico %%DATADIR%%/res/share/icons/PeaZip_zip.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_app.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_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/peazipmac.png %%DATADIR%%/res/share/icons/readme-icons.txt %%DATADIR%%/res/share/lang/ar.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/eu.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-prototype.txt %%DATADIR%%/res/share/lang/hu.txt %%DATADIR%%/res/share/lang/id.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/tj.txt %%DATADIR%%/res/share/lang/tr.txt %%DATADIR%%/res/share/lang/uk.txt %%DATADIR%%/res/share/lang/uz.txt %%DATADIR%%/res/share/lang/vn.txt -%%DATADIR%%/res/share/themes/different.theme.7z -%%DATADIR%%/res/share/themes/droid.theme.7z -%%DATADIR%%/res/share/themes/main-box.theme.7z -%%DATADIR%%/res/share/themes/main-cube.theme.7z +%%DATADIR%%/res/share/themes/mac.theme.7z %%DATADIR%%/res/share/themes/main-embedded/fm-theme.bmp %%DATADIR%%/res/share/themes/main-embedded/readme.txt -%%DATADIR%%/res/share/themes/main-mug.theme.7z %%DATADIR%%/res/share/themes/main.theme.7z %%DATADIR%%/res/share/themes/nographic-embedded/fm-theme.bmp %%DATADIR%%/res/share/themes/nographic-embedded/readme.txt %%DATADIR%%/res/share/themes/ten.theme.7z -%%DATADIR%%/res/share/themes/tuxedo-alt.theme.7z -%%DATADIR%%/res/share/themes/tuxedo.theme.7z +%%DATADIR%%/res/share/themes/tux.theme.7z