forked from opnsense/ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Taken from: FreeBSD
- Loading branch information
Showing
228 changed files
with
2,816 additions
and
1,916 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
PORTNAME= xarchiver | ||
DISTVERSION= 0.5.4.21 | ||
PORTREVISION= 1 | ||
DISTVERSION= 0.5.4.22 | ||
CATEGORIES= archivers | ||
|
||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ | ||
PATCHFILES= 5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch:-p1 # (bsd)sed fix: https://github.com/ib/xarchiver/issues/186 | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Desktop-agnostic GTK frontend to various archiving tools | ||
WWW= https://github.com/ib/xarchiver | ||
|
||
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ | ||
libfreetype.so:print/freetype2 \ | ||
libharfbuzz.so:print/harfbuzz | ||
RUN_DEPENDS= 7zz:archivers/7-zip \ | ||
gtar:archivers/gtar \ | ||
${LOCALBASE}/bin/gzip:archivers/gzip \ | ||
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz | ||
RUN_DEPENDS= ${LOCALBASE}/bin/gzip:archivers/gzip \ | ||
${LOCALBASE}/bin/unzip:archivers/unzip \ | ||
7zz:archivers/7-zip \ | ||
gtar:archivers/gtar \ | ||
xdg-open:devel/xdg-utils \ | ||
zip:archivers/zip | ||
|
||
USES= autoreconf desktop-file-utils gmake gnome libtool:build pkgconfig | ||
USES= desktop-file-utils gmake gnome libtool:build pkgconfig | ||
USE_GITHUB= yes | ||
GH_ACCOUNT= ib | ||
USE_GNOME= cairo gdkpixbuf2 glib20 intltool | ||
|
@@ -29,42 +29,42 @@ GNU_CONFIGURE= yes | |
|
||
PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ # avoid tags like identical_to_xfce_git_content | ||
|
||
OPTIONS_DEFINE= DOCS NLS | ||
OPTIONS_GROUP= FORMATS | ||
OPTIONS_DEFINE= DOCS NLS | ||
OPTIONS_DEFAULT= GTK3 | ||
OPTIONS_GROUP= FORMATS | ||
OPTIONS_GROUP_FORMATS= ARJ LZO RAR | ||
OPTIONS_SINGLE= GTK | ||
OPTIONS_SINGLE_GTK= GTK2 GTK3 | ||
OPTIONS_DEFAULT= GTK3 | ||
OPTIONS_SUB= yes | ||
OPTIONS_SUB= yes | ||
|
||
FORMATS_DESC= Additional compression formats support | ||
ARJ_DESC= ARJ compression support | ||
FORMATS_DESC= Additional compression formats support | ||
RAR_DESC= RAR compression support | ||
|
||
ARJ_RUN_DEPENDS= arj:archivers/arj | ||
LZO_RUN_DEPENDS= lzop:archivers/lzop | ||
RAR_RUN_DEPENDS= unrar:archivers/unrar \ | ||
rar:archivers/rar | ||
RAR_RUN_DEPENDS= rar:archivers/rar \ | ||
unrar:archivers/unrar | ||
|
||
DOCS_USE= GNOME=libxslt | ||
DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt | ||
DOCS_CONFIGURE_ENABLE= doc | ||
|
||
GTK2_CONFIGURE_ENABLE= gtk2 | ||
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ | ||
libfreetype.so:print/freetype2 | ||
GTK2_USE= GNOME=gtk20 | ||
GTK3_USE= GNOME=gtk30 | ||
GTK2_CONFIGURE_ENABLE= gtk2 | ||
|
||
NLS_USES= gettext localbase | ||
NLS_USES_OFF= gettext-tools | ||
GTK3_USE= GNOME=gtk30 | ||
|
||
NLS_USES= gettext localbase | ||
NLS_USES_OFF= gettext-tools | ||
NLS_CONFIGURE_ENABLE= nls | ||
|
||
post-patch: | ||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ | ||
${WRKSRC}/src/main.c | ||
|
||
post-patch-DOCS-off: | ||
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in | ||
|
||
post-patch-NLS-off: | ||
@${REINPLACE_CMD} -e 's| po | |g' ${WRKSRC}/Makefile.in | ||
@${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.in | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
TIMESTAMP = 1683228738 | ||
SHA256 (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 65329bff7e901452f3f927d913c47ffca759a36e83e8b82d04fe6945e7393fd4 | ||
SIZE (ib-xarchiver-0.5.4.21_GH0.tar.gz) = 1132417 | ||
TIMESTAMP = 1704355004 | ||
SHA256 (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 425b203f59a5e3d0747e80cbbe0af0beb0f9b77bbe29a9b233e85c54a4ff6193 | ||
SIZE (ib-xarchiver-0.5.4.22_GH0.tar.gz) = 1125943 | ||
SHA256 (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = f573eb0411705e3e82e3efccace2fe0d32bf436e52378f107daaffec916d0e7b | ||
SIZE (5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch) = 1835 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1700758167 | ||
SHA256 (coderholic-pyradio-0.9.2.20_GH0.tar.gz) = af9066069bd6f2467e8d66812ead72acbf6e3e5bacc1ce07ba47a59af13598c9 | ||
SIZE (coderholic-pyradio-0.9.2.20_GH0.tar.gz) = 1456666 | ||
TIMESTAMP = 1704388765 | ||
SHA256 (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 0ead2c3496aa2e00ef5e80eadb70a17917d7c58f942fa0c52fa7e1f67ba0b026 | ||
SIZE (coderholic-pyradio-0.9.2.21_GH0.tar.gz) = 1476112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,8 @@ DISTNAME= ${PORTNAME} | |
MAINTAINER= [email protected] | ||
COMMENT= Program to print a large (one month per page) calendar | ||
|
||
BROKEN= Unfetchable | ||
|
||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" | ||
|
||
PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1701548461 | ||
SHA256 (fet-6.14.0.tar.bz2) = 42acd81b686669ff285927f826e330ed82ede2cada6c192f26703ad4995b0271 | ||
SIZE (fet-6.14.0.tar.bz2) = 19689303 | ||
TIMESTAMP = 1704174699 | ||
SHA256 (fet-6.15.0.tar.bz2) = 5d5d09036c07ce3d330e4aff62dd6bfcacb793e345ec0ac8ac950eb1804bb356 | ||
SIZE (fet-6.15.0.tar.bz2) = 19835943 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
ELECTRON_VER= 27.2.0 | ||
ELECTRON_VER= 27.2.1 | ||
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
PORTNAME= kommit | ||
DISTVERSION= 1.0.2 | ||
PORTREVISION= 1 | ||
DISTVERSION= 1.3.1-20 | ||
CATEGORIES= devel kde | ||
MASTER_SITES= KDE/stable/${PORTNAME}/ | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Git GUI client for KDE | ||
|
@@ -11,14 +9,20 @@ WWW= https://apps.kde.org/kommit/ | |
LICENSE= GPLv2 | ||
LICENSE_FILE= ${WRKSRC}/COPYING | ||
|
||
USES= cmake kde:5 localbase:ldflags pkgconfig qt:5 tar:xz xorg | ||
LIB_DEPENDS= libgit2.so:devel/libgit2 \ | ||
libdolphinvcs.so:x11-fm/dolphin | ||
|
||
USES= cmake compiler:c++17-lang kde:5 localbase:ldflags \ | ||
pkgconfig qt:5 xorg | ||
USE_KDE= auth bookmarks codecs completion config configwidgets \ | ||
coreaddons crash dbusaddons doctools i18n itemviews jobwidgets \ | ||
kio parts service solid sonnet syntaxhighlighting texteditor \ | ||
textwidgets widgetsaddons windowsystem xmlgui \ | ||
ecm:build | ||
USE_QT= concurrent core dbus gui network testlib widgets xml \ | ||
buildtools:build qmake:build | ||
USE_QT= concurrent core dbus gui network widgets xml \ | ||
buildtools:build qmake:build testlib:build | ||
USE_XORG= x11 | ||
|
||
KDE_INVENT= fdfe7a23d95413007bbd6e26182dc423b2d6efa0 sdk | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TIMESTAMP = 1684318264 | ||
SHA256 (kommit-1.0.2.tar.xz) = 1e8ecad23aa10508d0685a2e9169fc562e12fad5a6adaacd4542d9007a68e96e | ||
SIZE (kommit-1.0.2.tar.xz) = 1159416 | ||
TIMESTAMP = 1704215721 | ||
SHA256 (sdk-kommit-fdfe7a23d95413007bbd6e26182dc423b2d6efa0_GL0.tar.gz) = 31b35dcde4d142890ab1e667ac4ce1500a613d2175b64bbfbd2f42936b100629 | ||
SIZE (sdk-kommit-fdfe7a23d95413007bbd6e26182dc423b2d6efa0_GL0.tar.gz) = 1508005 |
Oops, something went wrong.