updated pkg

This commit is contained in:
2022-05-08 10:51:28 +02:00
parent f72af02a9d
commit c2d67b3f69
23 changed files with 927 additions and 6 deletions

80
system/midc/Makefile Normal file
View File

@@ -0,0 +1,80 @@
#
# $Id$
#
PORTNAME= mc
PORTVERSION= 4.8.28
CATEGORIES= misc shells
MASTER_SITES+= http://ftp.midnight-commander.org/
MASTER_SITES+= http://ftp.osuosl.org/pub/midnightcommander/
MASTER_SITES+= SF/nemysisfreebsdp/misc/:icons
DISTFILES+= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
DISTFILES+= ${PORTNAME}.png:icons
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
MAINTAINER= woodsb02@FreeBSD.org
COMMENT= Midnight Commander, a free Norton Commander Clone
LIB_DEPENDS+= libglib.so:devel/libglib
LIB_DEPENDS+= libintl.so:devel/gettext
LIB_DEPENDS+= libiconv.so:text/libiconv
LIB_DEPENDS+= libpcre.so:text/libpcre
LIB_DEPENDS= libssh2.so:net/libssh2
USES= gmake shebangfix perl5 pkgconfig tar:xz libtool
SHEBANG_FILES+= misc/mcedit.menu.in
SHEBANG_FILES+= configure
SHEBANG_FILES+= configure.ac
SHEBANG_FILES+= ${WRKSRC}/src/vfs/extfs/helpers/s3+.in
SHEBANG_FILES+= ${WRKSRC}/src/vfs/extfs/helpers/uc1541
python_OLD_CMD= @PYTHON@
GNU_CONFIGURE= yes
CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
CONFIGURE_ARGS+= --with-screen=ncurses
CONFIGURE_ARGS+= --with-diff-viewer
CONFIGURE_ARGS+= --with-internal-edit
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALEBASE}
CONFIGURE_ARGS+= --with-subshell
CONFIGURE_ARGS+= --without-x --disable-x
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/mc/etc
CONFIGURE_ENV+= ac_cv_lib_ICE_IceConnectionNumber=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200030
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_diffviewer_ydiff.c
RUN_DEPENDS+= gdiff:text/gdiffutils
.endif
post-patch:
${REINPLACE_CMD} -e 's|missing-parameter-type|unused-variable|; \
s|but-set-variable|variable|' \
${WRKSRC}/configure
${REINPLACE_CMD} -e 's|SUBDIRS = intl|SUBDIRS =|' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -e 's|gmodule-2.0|gmodule|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|glib-2.0|glib|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|gthread-2.0|gthread|g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|^DIST_SUBDIRS =|#DIST_SUBDIRS =|' ${WRKSRC}/doc/man/Makefile.in
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps
${MKDIR} ${STAGEDIR}${DESKTOPDIR}
${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
cd ${STAGEDIR}${PREFIX}/bin && ${CP} mc midc; ${RM} -f mc
cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf midc mcedit
cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf midc mcview
cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf midc mcdiff
.include <bsd.port.post.mk>
#EOF

5
system/midc/distinfo Normal file
View File

@@ -0,0 +1,5 @@
TIMESTAMP = 1651487084
SHA256 (mc-4.8.28.tar.xz) = e994d9be9a7172e9ac4a4ad62107921f6aa312e668b056dfe5b8bcebbaf53803
SIZE (mc-4.8.28.tar.xz) = 2333072
SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
SIZE (mc.png) = 6466

View File

@@ -0,0 +1,11 @@
--- ./lib/global.c.orig 2016-03-12 17:45:47.000000000 +0200
+++ ./lib/global.c 2017-01-02 14:37:07.273778000 +0200
@@ -66,7 +66,7 @@
.utf8_display = FALSE,
.message_visible = 1,
- .keybar_visible = 1,
+ .keybar_visible = 0,
#ifdef ENABLE_BACKGROUND
.we_are_background = FALSE,

View File

@@ -0,0 +1,11 @@
--- ./src/filemanager/layout.c.orig 2016-09-22 20:24:12.000000000 +0200
+++ ./src/filemanager/layout.c 2017-01-02 14:30:57.598856000 +0200
@@ -91,7 +91,7 @@
gboolean command_prompt = TRUE;
/* Set if the main menu is visible */
-int menubar_visible = 1;
+int menubar_visible = 0;
/* Set to show current working dir in xterm window title */
gboolean xterm_title = TRUE;

View File

@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Midnight Commander
GenericName=Midnight Commander
Comment=Midnight Commander, a free Norton Commander Clone
Icon=mc
Exec=mc
Categories=System;Utility;Core;FileTools;FileManager;
Terminal=true

BIN
system/midc/files/mc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@@ -0,0 +1,20 @@
--- lib/tty/tty-ncurses.c.orig 2017-03-04 17:51:38 UTC
+++ lib/tty/tty-ncurses.c
@@ -245,7 +245,7 @@ tty_shutdown (void)
void
tty_enter_ca_mode (void)
{
- if (mc_global.tty.xterm_flag && smcup != NULL)
+ if (mc_global.tty.xterm_flag)
{
fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
fflush (stdout);
@@ -257,7 +257,7 @@ tty_enter_ca_mode (void)
void
tty_exit_ca_mode (void)
{
- if (mc_global.tty.xterm_flag && rmcup != NULL)
+ if (mc_global.tty.xterm_flag)
{
fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
fflush (stdout);

View File

@@ -0,0 +1,28 @@
--- lib/tty/tty-slang.c.orig 2017-03-04 17:51:38 UTC
+++ lib/tty/tty-slang.c
@@ -373,7 +373,11 @@ tty_shutdown (void)
void
tty_enter_ca_mode (void)
{
- /* S-Lang handles alternate screen switching and cursor position saving */
+ if (mc_global.tty.xterm_flag)
+ {
+ fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
+ fflush (stdout);
+ }
}
/* --------------------------------------------------------------------------------------------- */
@@ -381,7 +385,11 @@ tty_enter_ca_mode (void)
void
tty_exit_ca_mode (void)
{
- /* S-Lang handles alternate screen switching and cursor position restoring */
+ if (mc_global.tty.xterm_flag)
+ {
+ fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
+ fflush (stdout);
+ }
}
/* --------------------------------------------------------------------------------------------- */

View File

@@ -0,0 +1,11 @@
--- src/filemanager/filemanager.c.orig 2021-01-10 11:50:16 UTC
+++ src/filemanager/filemanager.c
@@ -863,7 +863,7 @@ setup_mc (void)
add_select_channel (mc_global.tty.subshell_pty, load_prompt, NULL);
#endif /* !ENABLE_SUBSHELL */
- if ((tty_baudrate () < 9600) || mc_global.tty.slow_terminal)
+ if ((tty_baudrate () > 0 && tty_baudrate () < 9600) || mc_global.tty.slow_terminal)
verbose = FALSE;
}

View File

@@ -0,0 +1,11 @@
--- ./configure~ 2019-12-27 07:04:55.202790000 +0200
+++ ./configure 2019-12-27 07:06:14.940483000 +0200
@@ -18918,7 +18918,7 @@
}
_ACEOF
if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_ICE_IceConnectionNumber=yes
+ ac_cv_lib_ICE_IceConnectionNumber=no
else
ac_cv_lib_ICE_IceConnectionNumber=no
fi

8
system/midc/pkg-descr Normal file
View File

@@ -0,0 +1,8 @@
GNU Midnight Commander is a user-friendly yet powerful file manager
and visual shell, useful to novice and guru alike. It provides a
clear, user-friendly, and somewhat protected interface to a Unix
system while making many frequent file operations more efficient and
preserving the full power of the command prompt. You will wonder how
you could ever live without it.
WWW: http://www.midnight-commander.org/

463
system/midc/pkg-plist Normal file
View File

@@ -0,0 +1,463 @@
bin/mcdiff
bin/mcedit
bin/mcview
bin/midc
libexec/mc/ext.d/archive.sh
libexec/mc/ext.d/doc.sh
libexec/mc/ext.d/image.sh
libexec/mc/ext.d/misc.sh
libexec/mc/ext.d/package.sh
libexec/mc/ext.d/sound.sh
libexec/mc/ext.d/text.sh
libexec/mc/ext.d/video.sh
libexec/mc/ext.d/web.sh
libexec/mc/extfs.d/a+
libexec/mc/extfs.d/apt+
libexec/mc/extfs.d/audio
libexec/mc/extfs.d/bpp
libexec/mc/extfs.d/changesetfs
libexec/mc/extfs.d/deb
libexec/mc/extfs.d/deba
libexec/mc/extfs.d/debd
libexec/mc/extfs.d/dpkg+
libexec/mc/extfs.d/gitfs+
libexec/mc/extfs.d/hp48+
libexec/mc/extfs.d/iso9660
libexec/mc/extfs.d/lslR
libexec/mc/extfs.d/mailfs
libexec/mc/extfs.d/patchfs
libexec/mc/extfs.d/patchsetfs
libexec/mc/extfs.d/README
libexec/mc/extfs.d/README.extfs
libexec/mc/extfs.d/rpm
libexec/mc/extfs.d/rpms+
libexec/mc/extfs.d/s3+
libexec/mc/extfs.d/trpm
libexec/mc/extfs.d/u7z
libexec/mc/extfs.d/uace
libexec/mc/extfs.d/ualz
libexec/mc/extfs.d/uar
libexec/mc/extfs.d/uarc
libexec/mc/extfs.d/uarj
libexec/mc/extfs.d/uc1541
libexec/mc/extfs.d/ucab
libexec/mc/extfs.d/uha
libexec/mc/extfs.d/ulha
libexec/mc/extfs.d/ulib
libexec/mc/extfs.d/unar
libexec/mc/extfs.d/urar
libexec/mc/extfs.d/uwim
libexec/mc/extfs.d/uzip
libexec/mc/extfs.d/uzoo
libexec/mc/fish/append
libexec/mc/fish/chmod
libexec/mc/fish/chown
libexec/mc/fish/fexists
libexec/mc/fish/get
libexec/mc/fish/hardlink
libexec/mc/fish/info
libexec/mc/fish/ln
libexec/mc/fish/ls
libexec/mc/fish/mkdir
libexec/mc/fish/mv
libexec/mc/fish/README.fish
libexec/mc/fish/rmdir
libexec/mc/fish/send
libexec/mc/fish/unlink
libexec/mc/fish/utime
libexec/mc/mc-wrapper.csh
libexec/mc/mc-wrapper.sh
libexec/mc/mc.csh
libexec/mc/mc.sh
man/man1/mc.1.gz
man/man1/mcedit.1.gz
man/man1/mcview.1.gz
share/applications/mc.desktop
share/locale/af/LC_MESSAGES/mc.mo
share/locale/ar/LC_MESSAGES/mc.mo
share/locale/az/LC_MESSAGES/mc.mo
share/locale/be/LC_MESSAGES/mc.mo
share/locale/bg/LC_MESSAGES/mc.mo
share/locale/br/LC_MESSAGES/mc.mo
share/locale/ca/LC_MESSAGES/mc.mo
share/locale/cs/LC_MESSAGES/mc.mo
share/locale/da/LC_MESSAGES/mc.mo
share/locale/de_CH/LC_MESSAGES/mc.mo
share/locale/de/LC_MESSAGES/mc.mo
share/locale/el/LC_MESSAGES/mc.mo
share/locale/en_GB/LC_MESSAGES/mc.mo
share/locale/eo/LC_MESSAGES/mc.mo
share/locale/es/LC_MESSAGES/mc.mo
share/locale/et/LC_MESSAGES/mc.mo
share/locale/eu/LC_MESSAGES/mc.mo
share/locale/fa/LC_MESSAGES/mc.mo
share/locale/fi/LC_MESSAGES/mc.mo
share/locale/fr_CA/LC_MESSAGES/mc.mo
share/locale/fr/LC_MESSAGES/mc.mo
share/locale/ga/LC_MESSAGES/mc.mo
share/locale/gl/LC_MESSAGES/mc.mo
share/locale/he/LC_MESSAGES/mc.mo
share/locale/hr/LC_MESSAGES/mc.mo
share/locale/hu/LC_MESSAGES/mc.mo
share/locale/ia/LC_MESSAGES/mc.mo
share/locale/id/LC_MESSAGES/mc.mo
share/locale/ie/LC_MESSAGES/mc.mo
share/locale/it/LC_MESSAGES/mc.mo
share/locale/ja/LC_MESSAGES/mc.mo
share/locale/ka/LC_MESSAGES/mc.mo
share/locale/kk/LC_MESSAGES/mc.mo
share/locale/ko/LC_MESSAGES/mc.mo
share/locale/kw/LC_MESSAGES/mc.mo
share/locale/lt/LC_MESSAGES/mc.mo
share/locale/lv/LC_MESSAGES/mc.mo
share/locale/mn/LC_MESSAGES/mc.mo
share/locale/nb/LC_MESSAGES/mc.mo
share/locale/nl_BE/LC_MESSAGES/mc.mo
share/locale/nl/LC_MESSAGES/mc.mo
share/locale/pl/LC_MESSAGES/mc.mo
share/locale/pt_BR/LC_MESSAGES/mc.mo
share/locale/pt/LC_MESSAGES/mc.mo
share/locale/ro/LC_MESSAGES/mc.mo
share/locale/ru/LC_MESSAGES/mc.mo
share/locale/sk/LC_MESSAGES/mc.mo
share/locale/sl/LC_MESSAGES/mc.mo
share/locale/sr/LC_MESSAGES/mc.mo
share/locale/sv/LC_MESSAGES/mc.mo
share/locale/szl/LC_MESSAGES/mc.mo
share/locale/ta/LC_MESSAGES/mc.mo
share/locale/te/LC_MESSAGES/mc.mo
share/locale/tr/LC_MESSAGES/mc.mo
share/locale/uk/LC_MESSAGES/mc.mo
share/locale/uz/LC_MESSAGES/mc.mo
share/locale/vi/LC_MESSAGES/mc.mo
share/locale/wa/LC_MESSAGES/mc.mo
share/locale/zh_CN/LC_MESSAGES/mc.mo
share/locale/zh_TW/LC_MESSAGES/mc.mo
share/mc/etc/mc/edit.indent.rc
share/mc/etc/mc/filehighlight.ini
share/mc/etc/mc/mc.default.keymap
share/mc/etc/mc/mc.emacs.keymap
share/mc/etc/mc/mc.ext
share/mc/etc/mc/mc.keymap
share/mc/etc/mc/mc.menu
share/mc/etc/mc/mcedit.menu
share/mc/etc/mc/sfs.ini
share/mc/examples/macros.d/macro.0.sh
share/mc/examples/macros.d/macro.1.sh
share/mc/examples/macros.d/macro.3.sh
share/mc/examples/macros.d/macro.4.sh
share/mc/examples/macros.d/macro.5.sh
share/mc/examples/macros.d/macro.6.sh
share/mc/examples/macros.d/macro.7.sh
share/mc/help/mc.hlp
share/mc/help/mc.hlp.es
share/mc/help/mc.hlp.hu
share/mc/help/mc.hlp.it
share/mc/help/mc.hlp.pl
share/mc/help/mc.hlp.ru
share/mc/help/mc.hlp.sr
share/mc/hints/mc.hint
share/mc/hints/mc.hint.be
share/mc/hints/mc.hint.bg
share/mc/hints/mc.hint.ca
share/mc/hints/mc.hint.cs
share/mc/hints/mc.hint.da
share/mc/hints/mc.hint.de
share/mc/hints/mc.hint.de_CH
share/mc/hints/mc.hint.el
share/mc/hints/mc.hint.en_GB
share/mc/hints/mc.hint.eo
share/mc/hints/mc.hint.es
share/mc/hints/mc.hint.et
share/mc/hints/mc.hint.eu
share/mc/hints/mc.hint.fa
share/mc/hints/mc.hint.fr
share/mc/hints/mc.hint.fr_CA
share/mc/hints/mc.hint.ga
share/mc/hints/mc.hint.gl
share/mc/hints/mc.hint.hu
share/mc/hints/mc.hint.id
share/mc/hints/mc.hint.it
share/mc/hints/mc.hint.it_IT
share/mc/hints/mc.hint.ja
share/mc/hints/mc.hint.ko
share/mc/hints/mc.hint.lt
share/mc/hints/mc.hint.nb
share/mc/hints/mc.hint.nl
share/mc/hints/mc.hint.pl
share/mc/hints/mc.hint.pt
share/mc/hints/mc.hint.pt_BR
share/mc/hints/mc.hint.ro
share/mc/hints/mc.hint.ru
share/mc/hints/mc.hint.sk
share/mc/hints/mc.hint.sr
share/mc/hints/mc.hint.sv
share/mc/hints/mc.hint.sv_SE
share/mc/hints/mc.hint.tr
share/mc/hints/mc.hint.uk
share/mc/hints/mc.hint.zh
share/mc/hints/mc.hint.zh_CN
share/mc/hints/mc.hint.zh_TW
share/mc/mc.charsets
share/mc/mc.lib
share/mc/skins/dark.ini
share/mc/skins/darkfar.ini
share/mc/skins/default.ini
share/mc/skins/double-lines.ini
share/mc/skins/featured-plus.ini
share/mc/skins/featured.ini
share/mc/skins/gotar.ini
share/mc/skins/gray-green-purple256.ini
share/mc/skins/gray-orange-blue256.ini
share/mc/skins/julia256.ini
share/mc/skins/mc46.ini
share/mc/skins/modarcon16-defbg.ini
share/mc/skins/modarcon16.ini
share/mc/skins/modarcon16root-defbg.ini
share/mc/skins/modarcon16root.ini
share/mc/skins/modarin256-defbg.ini
share/mc/skins/modarin256.ini
share/mc/skins/modarin256root-defbg.ini
share/mc/skins/modarin256root.ini
share/mc/skins/nicedark.ini
share/mc/skins/sand256.ini
share/mc/skins/seasons-autumn16M.ini
share/mc/skins/seasons-spring16M.ini
share/mc/skins/seasons-summer16M.ini
share/mc/skins/seasons-winter16M.ini
share/mc/skins/xoria256.ini
share/mc/skins/yadt256-defbg.ini
share/mc/skins/yadt256.ini
share/mc/syntax/ada95.syntax
share/mc/syntax/as.syntax
share/mc/syntax/aspx.syntax
share/mc/syntax/assembler.syntax
share/mc/syntax/awk.syntax
share/mc/syntax/c.syntax
share/mc/syntax/cabal.syntax
share/mc/syntax/changelog.syntax
share/mc/syntax/cmake.syntax
share/mc/syntax/cobol.syntax
share/mc/syntax/cs.syntax
share/mc/syntax/css.syntax
share/mc/syntax/cuda.syntax
share/mc/syntax/cxx.syntax
share/mc/syntax/cython.syntax
share/mc/syntax/d.syntax
share/mc/syntax/debian-changelog.syntax
share/mc/syntax/debian-control.syntax
share/mc/syntax/debian-description.syntax
share/mc/syntax/debian-sources-list.syntax
share/mc/syntax/diff.syntax
share/mc/syntax/dlink.syntax
share/mc/syntax/dos.syntax
share/mc/syntax/dot.syntax
share/mc/syntax/ebuild.syntax
share/mc/syntax/eiffel.syntax
share/mc/syntax/erlang.syntax
share/mc/syntax/f90.syntax
share/mc/syntax/filehighlight.syntax
share/mc/syntax/fortran.syntax
share/mc/syntax/glsl.syntax
share/mc/syntax/go.syntax
share/mc/syntax/haskell.syntax
share/mc/syntax/hive.syntax
share/mc/syntax/html.syntax
share/mc/syntax/idl.syntax
share/mc/syntax/ini.syntax
share/mc/syntax/j.syntax
share/mc/syntax/jal.syntax
share/mc/syntax/java.syntax
share/mc/syntax/js.syntax
share/mc/syntax/json.syntax
share/mc/syntax/kotlin.syntax
share/mc/syntax/latex.syntax
share/mc/syntax/lisp.syntax
share/mc/syntax/lkr.syntax
share/mc/syntax/lsm.syntax
share/mc/syntax/lua.syntax
share/mc/syntax/m4.syntax
share/mc/syntax/mail.syntax
share/mc/syntax/makefile.syntax
share/mc/syntax/markdown.syntax
share/mc/syntax/meson.syntax
share/mc/syntax/ml.syntax
share/mc/syntax/named.syntax
share/mc/syntax/nemerle.syntax
share/mc/syntax/nroff.syntax
share/mc/syntax/octave.syntax
share/mc/syntax/opencl.syntax
share/mc/syntax/osl.syntax
share/mc/syntax/pascal.syntax
share/mc/syntax/perl.syntax
share/mc/syntax/php.syntax
share/mc/syntax/PKGBUILD.syntax
share/mc/syntax/po.syntax
share/mc/syntax/povray.syntax
share/mc/syntax/procmail.syntax
share/mc/syntax/properties.syntax
share/mc/syntax/protobuf.syntax
share/mc/syntax/puppet.syntax
share/mc/syntax/python.syntax
share/mc/syntax/r.syntax
share/mc/syntax/ruby.syntax
share/mc/syntax/rust.syntax
share/mc/syntax/sh.syntax
share/mc/syntax/slang.syntax
share/mc/syntax/smalltalk.syntax
share/mc/syntax/spec.syntax
share/mc/syntax/spice.syntax
share/mc/syntax/sql.syntax
share/mc/syntax/strace.syntax
share/mc/syntax/swift.syntax
share/mc/syntax/swig.syntax
share/mc/syntax/Syntax
share/mc/syntax/syntax.syntax
share/mc/syntax/tcl.syntax
share/mc/syntax/texinfo.syntax
share/mc/syntax/ts.syntax
share/mc/syntax/tt.syntax
share/mc/syntax/unknown.syntax
share/mc/syntax/verilog.syntax
share/mc/syntax/vhdl.syntax
share/mc/syntax/xml.syntax
share/mc/syntax/yabasic.syntax
share/mc/syntax/yaml.syntax
share/mc/syntax/yum-repo.syntax
share/mc/syntax/yxx.syntax
share/pixmaps/mc.png
@dir bin
@dir libexec/mc/ext.d
@dir libexec/mc/extfs.d
@dir libexec/mc/fish
@dir libexec/mc
@dir share/locale/af/LC_MESSAGES
@dir share/locale/af
@dir share/locale/ar/LC_MESSAGES
@dir share/locale/ar
@dir share/locale/az/LC_MESSAGES
@dir share/locale/az
@dir share/locale/be/LC_MESSAGES
@dir share/locale/be
@dir share/locale/bg/LC_MESSAGES
@dir share/locale/bg
@dir share/locale/br/LC_MESSAGES
@dir share/locale/br
@dir share/locale/ca/LC_MESSAGES
@dir share/locale/ca
@dir share/locale/cs/LC_MESSAGES
@dir share/locale/cs
@dir share/locale/da/LC_MESSAGES
@dir share/locale/da
@dir share/locale/de/LC_MESSAGES
@dir share/locale/de
@dir share/locale/de_CH/LC_MESSAGES
@dir share/locale/de_CH
@dir share/locale/el/LC_MESSAGES
@dir share/locale/el
@dir share/locale/en_GB/LC_MESSAGES
@dir share/locale/en_GB
@dir share/locale/eo/LC_MESSAGES
@dir share/locale/eo
@dir share/locale/es/LC_MESSAGES
@dir share/locale/es
@dir share/locale/et/LC_MESSAGES
@dir share/locale/et
@dir share/locale/eu/LC_MESSAGES
@dir share/locale/eu
@dir share/locale/fa/LC_MESSAGES
@dir share/locale/fa
@dir share/locale/fi/LC_MESSAGES
@dir share/locale/fi
@dir share/locale/fr/LC_MESSAGES
@dir share/locale/fr
@dir share/locale/fr_CA/LC_MESSAGES
@dir share/locale/fr_CA
@dir share/locale/ga/LC_MESSAGES
@dir share/locale/ga
@dir share/locale/gl/LC_MESSAGES
@dir share/locale/gl
@dir share/locale/he/LC_MESSAGES
@dir share/locale/he
@dir share/locale/hr/LC_MESSAGES
@dir share/locale/hr
@dir share/locale/hu/LC_MESSAGES
@dir share/locale/hu
@dir share/locale/ia/LC_MESSAGES
@dir share/locale/ia
@dir share/locale/id/LC_MESSAGES
@dir share/locale/id
@dir share/locale/ie/LC_MESSAGES
@dir share/locale/ie
@dir share/locale/it/LC_MESSAGES
@dir share/locale/it
@dir share/locale/ja/LC_MESSAGES
@dir share/locale/ja
@dir share/locale/ka/LC_MESSAGES
@dir share/locale/ka
@dir share/locale/kk/LC_MESSAGES
@dir share/locale/kk
@dir share/locale/ko/LC_MESSAGES
@dir share/locale/ko
@dir share/locale/kw/LC_MESSAGES
@dir share/locale/kw
@dir share/locale/lt/LC_MESSAGES
@dir share/locale/lt
@dir share/locale/lv/LC_MESSAGES
@dir share/locale/lv
@dir share/locale/mn/LC_MESSAGES
@dir share/locale/mn
@dir share/locale/nb/LC_MESSAGES
@dir share/locale/nb
@dir share/locale/nl/LC_MESSAGES
@dir share/locale/nl
@dir share/locale/nl_BE/LC_MESSAGES
@dir share/locale/nl_BE
@dir share/locale/pl/LC_MESSAGES
@dir share/locale/pl
@dir share/locale/pt/LC_MESSAGES
@dir share/locale/pt
@dir share/locale/pt_BR/LC_MESSAGES
@dir share/locale/pt_BR
@dir share/locale/ro/LC_MESSAGES
@dir share/locale/ro
@dir share/locale/ru/LC_MESSAGES
@dir share/locale/ru
@dir share/locale/sk/LC_MESSAGES
@dir share/locale/sk
@dir share/locale/sl/LC_MESSAGES
@dir share/locale/sl
@dir share/locale/sr/LC_MESSAGES
@dir share/locale/sr
@dir share/locale/sv/LC_MESSAGES
@dir share/locale/sv
@dir share/locale/szl/LC_MESSAGES
@dir share/locale/szl
@dir share/locale/ta/LC_MESSAGES
@dir share/locale/ta
@dir share/locale/te/LC_MESSAGES
@dir share/locale/te
@dir share/locale/tr/LC_MESSAGES
@dir share/locale/tr
@dir share/locale/uk/LC_MESSAGES
@dir share/locale/uk
@dir share/locale/uz/LC_MESSAGES
@dir share/locale/uz
@dir share/locale/vi/LC_MESSAGES
@dir share/locale/vi
@dir share/locale/wa/LC_MESSAGES
@dir share/locale/wa
@dir share/locale/zh_CN/LC_MESSAGES
@dir share/locale/zh_CN
@dir share/locale/zh_TW/LC_MESSAGES
@dir share/locale/zh_TW
@dir share/locale
@dir share/mc/etc/mc
@dir share/mc/etc
@dir share/mc/examples/macros.d
@dir share/mc/examples
@dir share/mc/help
@dir share/mc/hints
@dir share/mc/skins
@dir share/mc/syntax
@dir share/mc

View File

@@ -1,7 +1,7 @@
# $FreeBSD: head/ports-mgmt/pkg/Makefile 562140 2021-01-20 14:35:40Z manu $
PORTNAME= pkg
DISTVERSION= 1.16.2
DISTVERSION= 1.17.5
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1611153227
SHA256 (freebsd-pkg-1.16.2_GH0.tar.gz) = 2cde2ebec66fa82dfb7fed968a494a8a7e87e7e359c9eb81c6b3153b05f68174
SIZE (freebsd-pkg-1.16.2_GH0.tar.gz) = 3833683
TIMESTAMP = 1651959887
SHA256 (freebsd-pkg-1.17.5_GH0.tar.gz) = 4ee22102c136898ec19e6359079a492dc898309bc284dd26e9ec9f5d8b5bae77
SIZE (freebsd-pkg-1.17.5_GH0.tar.gz) = 3898974

View File

@@ -10,6 +10,7 @@ lib/libpkg.a
lib/libpkg.so
lib/libpkg.so.4
lib/pkgconfig/pkg.pc
libdata/ldconfig/pkg
man/man3/pkg_create.3.gz
man/man3/pkg_printf.3.gz
man/man3/pkg_repos.3.gz
@@ -17,6 +18,7 @@ man/man5/pkg-keywords.5.gz
man/man5/pkg-lua-script.5.gz
man/man5/pkg-repository.5.gz
man/man5/pkg-script.5.gz
man/man5/pkg-triggers.5.gz
man/man5/pkg.conf.5.gz
man/man8/pkg-add.8.gz
man/man8/pkg-alias.8.gz
@@ -45,6 +47,7 @@ man/man8/pkg-shlib.8.gz
man/man8/pkg-ssh.8.gz
man/man8/pkg-static.8.gz
man/man8/pkg-stats.8.gz
man/man8/pkg-triggers.8.gz
man/man8/pkg-unlock.8.gz
man/man8/pkg-update.8.gz
man/man8/pkg-updating.8.gz
@@ -54,4 +57,8 @@ man/man8/pkg-which.8.gz
man/man8/pkg.8.gz
sbin/pkg
sbin/pkg-static
share/zsh/site-functions/_pkg
@dir etc/bash_completion.d
@dir include/pkg
@dir share/zsh/site-functions
@dir share/zsh

View File

@@ -7,7 +7,7 @@ CATEGORIES= sysutils
MAINTAINER= kami@FreeBSD.org
COMMENT= CPU clock speed/frequency daemon
USES= compiler:c++14-lang
USES= compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= lonkamikaze
@@ -16,6 +16,6 @@ GH_TUPLE= lonkamikaze:powerdxx:43c0db7:powerdxx/gh-pages
USE_LDCONFIG= yes
MAKE_ARGS= DOCSDIR="${DOCSDIR}"
CXXFLAGS+= -Wno-error=sign-compare
#CXXFLAGS+= -Wno-error=sign-compare
.include <bsd.port.mk>