Andreas Wacknitz
2024-01-27 a5c086e96ea7df7fc82605bd001fbef3da34638c
mc: update to 4.8.31

1 files deleted
4 files modified
849 ■■■■ changed files
components/sysutils/mc/Makefile 14 ●●●● patch | view | raw | blame | history
components/sysutils/mc/manifests/sample-manifest.p5m 34 ●●●● patch | view | raw | blame | history
components/sysutils/mc/mc.license 671 ●●●●● patch | view | raw | blame | history
components/sysutils/mc/mc.p5m 125 ●●●● patch | view | raw | blame | history
components/sysutils/mc/pkg5 5 ●●●● patch | view | raw | blame | history
components/sysutils/mc/Makefile
@@ -28,24 +28,25 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        mc
COMPONENT_VERSION=    4.8.30
COMPONENT_VERSION=    4.8.31
COMPONENT_SUMMARY=    The GNU Midnight Commander file manager
COMPONENT_DESCRIPTION=    GNU Midnight Commander is a full-screen text mode application that allows user to copy, move and delete files and whole directory trees, search for files and run commands in the subshell
COMPONENT_PROJECT_URL=    https://www.midnight-commander.org/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_URL=    https://github.com/MidnightCommander/mc/archive/refs/tags/$(COMPONENT_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH=    sha256:6f17de6c380ad4e8b71b31c3e9e3a6bae8cb05f08d42d8896dd26e269ceeb387
COMPONENT_ARCHIVE_HASH=    sha256:53be761b505f539ab1ba5d112734628667b8abb06de75a04953b0ffce71548b7
COMPONENT_FMRI=        file/mc
COMPONENT_CLASSIFICATION=    Desktop (GNOME)/File Managers
COMPONENT_LICENSE=    GPLv3
COMPONENT_LICENSE_FILE=    doc/COPYING
include $(WS_MAKE_RULES)/common.mk
COMPONENT_PREP_ACTION = ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh )
CONFIGURE_OPTIONS += --sysconfdir=/usr/share
CONFIGURE_OPTIONS += --libexecdir=/usr/share
CONFIGURE_OPTIONS += --sysconfdir=$(USRSHAREDIR)
CONFIGURE_OPTIONS += --libexecdir=$(USRSHAREDIR)
CONFIGURE_OPTIONS += --with-x
CONFIGURE_OPTIONS += --enable-charset
CONFIGURE_OPTIONS += --disable-vfs-undelfs
@@ -63,13 +64,12 @@
# Manually added dependencies
PYTHON_REQUIRED_PACKAGES += runtime/python
# Needed for tests
REQUIRED_PACKAGES += developer/check
TEST_REQUIRED_PACKAGES += developer/check
# Auto-generated dependencies
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/slang
REQUIRED_PACKAGES += runtime/perl
REQUIRED_PACKAGES += shell/ksh93
REQUIRED_PACKAGES += system/library
REQUIRED_PACKAGES += sysutils/e2fsprogs
components/sysutils/mc/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -152,22 +152,6 @@
file path=usr/share/mc/extfs.d/uzip
file path=usr/share/mc/extfs.d/uzoo
file path=usr/share/mc/filehighlight.ini
file path=usr/share/mc/fish/README.fish
file path=usr/share/mc/fish/append
file path=usr/share/mc/fish/chmod
file path=usr/share/mc/fish/chown
file path=usr/share/mc/fish/fexists
file path=usr/share/mc/fish/get
file path=usr/share/mc/fish/hardlink
file path=usr/share/mc/fish/info
file path=usr/share/mc/fish/ln
file path=usr/share/mc/fish/ls
file path=usr/share/mc/fish/mkdir
file path=usr/share/mc/fish/mv
file path=usr/share/mc/fish/rmdir
file path=usr/share/mc/fish/send
file path=usr/share/mc/fish/unlink
file path=usr/share/mc/fish/utime
file path=usr/share/mc/help/mc.hlp
file path=usr/share/mc/help/mc.hlp.es
file path=usr/share/mc/help/mc.hlp.hu
@@ -226,6 +210,22 @@
file path=usr/share/mc/mc.sh
file path=usr/share/mc/mcedit.menu
file path=usr/share/mc/sfs.ini
file path=usr/share/mc/shell/README.shell
file path=usr/share/mc/shell/append
file path=usr/share/mc/shell/chmod
file path=usr/share/mc/shell/chown
file path=usr/share/mc/shell/fexists
file path=usr/share/mc/shell/get
file path=usr/share/mc/shell/hardlink
file path=usr/share/mc/shell/info
file path=usr/share/mc/shell/ln
file path=usr/share/mc/shell/ls
file path=usr/share/mc/shell/mkdir
file path=usr/share/mc/shell/mv
file path=usr/share/mc/shell/rmdir
file path=usr/share/mc/shell/send
file path=usr/share/mc/shell/unlink
file path=usr/share/mc/shell/utime
file path=usr/share/mc/skins/dark.ini
file path=usr/share/mc/skins/darkfar.ini
file path=usr/share/mc/skins/default.ini
components/sysutils/mc/mc.license
File was deleted
components/sysutils/mc/mc.p5m
@@ -12,13 +12,12 @@
#
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, Michal Nowak
# Copyright 2023 Andreas Wacknitz
# Copyright (c) 2024, Andreas Wacknitz
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=pkg.description value="$(COMPONENT_DESCRIPTION)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
@@ -122,70 +121,54 @@
file path=usr/share/mc/examples/macros.d/macro.5.sh
file path=usr/share/mc/examples/macros.d/macro.6.sh
file path=usr/share/mc/examples/macros.d/macro.7.sh
file path=usr/share/mc/ext.d/archive.sh mode=0555
file path=usr/share/mc/ext.d/doc.sh mode=0555
file path=usr/share/mc/ext.d/image.sh mode=0555
file path=usr/share/mc/ext.d/misc.sh mode=0555
file path=usr/share/mc/ext.d/package.sh mode=0555
file path=usr/share/mc/ext.d/sound.sh mode=0555
file path=usr/share/mc/ext.d/text.sh mode=0555
file path=usr/share/mc/ext.d/video.sh mode=0555
file path=usr/share/mc/ext.d/web.sh mode=0555
file path=usr/share/mc/ext.d/archive.sh
file path=usr/share/mc/ext.d/doc.sh
file path=usr/share/mc/ext.d/image.sh
file path=usr/share/mc/ext.d/misc.sh
file path=usr/share/mc/ext.d/package.sh
file path=usr/share/mc/ext.d/sound.sh
file path=usr/share/mc/ext.d/text.sh
file path=usr/share/mc/ext.d/video.sh
file path=usr/share/mc/ext.d/web.sh
file path=usr/share/mc/extfs.d/README
file path=usr/share/mc/extfs.d/README.extfs
file path=usr/share/mc/extfs.d/a+ mode=0555
file path=usr/share/mc/extfs.d/apt+ mode=0555
file path=usr/share/mc/extfs.d/audio mode=0555
file path=usr/share/mc/extfs.d/bpp mode=0555
file path=usr/share/mc/extfs.d/changesetfs mode=0555
file path=usr/share/mc/extfs.d/deb mode=0555
file path=usr/share/mc/extfs.d/deba mode=0555
file path=usr/share/mc/extfs.d/debd mode=0555
file path=usr/share/mc/extfs.d/dpkg+ mode=0555
file path=usr/share/mc/extfs.d/gitfs+ mode=0555
file path=usr/share/mc/extfs.d/hp48+ mode=0555
file path=usr/share/mc/extfs.d/iso9660 mode=0555
file path=usr/share/mc/extfs.d/lslR mode=0555
file path=usr/share/mc/extfs.d/mailfs mode=0555
file path=usr/share/mc/extfs.d/patchfs mode=0555
file path=usr/share/mc/extfs.d/patchsetfs mode=0555
file path=usr/share/mc/extfs.d/rpm mode=0555
file path=usr/share/mc/extfs.d/rpms+ mode=0555
file path=usr/share/mc/extfs.d/s3+ mode=0555 pkg.depend.bypass-generate=.*
file path=usr/share/mc/extfs.d/trpm mode=0555
file path=usr/share/mc/extfs.d/u7z mode=0555
file path=usr/share/mc/extfs.d/uace mode=0555
file path=usr/share/mc/extfs.d/ualz mode=0555
file path=usr/share/mc/extfs.d/uar mode=0555
file path=usr/share/mc/extfs.d/uarc mode=0555
file path=usr/share/mc/extfs.d/uarj mode=0555
file path=usr/share/mc/extfs.d/uc1541 mode=0555 pkg.depend.bypass-generate=.*
file path=usr/share/mc/extfs.d/ucab mode=0555
file path=usr/share/mc/extfs.d/uha mode=0555
file path=usr/share/mc/extfs.d/ulha mode=0555
file path=usr/share/mc/extfs.d/ulib mode=0555
file path=usr/share/mc/extfs.d/unar mode=0555
file path=usr/share/mc/extfs.d/urar mode=0555
file path=usr/share/mc/extfs.d/uwim mode=0555
file path=usr/share/mc/extfs.d/uzip mode=0555
file path=usr/share/mc/extfs.d/uzoo mode=0555
file path=usr/share/mc/extfs.d/a+
file path=usr/share/mc/extfs.d/apt+
file path=usr/share/mc/extfs.d/audio
file path=usr/share/mc/extfs.d/bpp
file path=usr/share/mc/extfs.d/changesetfs
file path=usr/share/mc/extfs.d/deb
file path=usr/share/mc/extfs.d/deba
file path=usr/share/mc/extfs.d/debd
file path=usr/share/mc/extfs.d/dpkg+
file path=usr/share/mc/extfs.d/gitfs+
file path=usr/share/mc/extfs.d/hp48+
file path=usr/share/mc/extfs.d/iso9660
file path=usr/share/mc/extfs.d/lslR
file path=usr/share/mc/extfs.d/mailfs
file path=usr/share/mc/extfs.d/patchfs
file path=usr/share/mc/extfs.d/patchsetfs
file path=usr/share/mc/extfs.d/rpm
file path=usr/share/mc/extfs.d/rpms+
file path=usr/share/mc/extfs.d/s3+
file path=usr/share/mc/extfs.d/trpm
file path=usr/share/mc/extfs.d/u7z
file path=usr/share/mc/extfs.d/uace
file path=usr/share/mc/extfs.d/ualz
file path=usr/share/mc/extfs.d/uar
file path=usr/share/mc/extfs.d/uarc
file path=usr/share/mc/extfs.d/uarj
file path=usr/share/mc/extfs.d/uc1541
file path=usr/share/mc/extfs.d/ucab
file path=usr/share/mc/extfs.d/uha
file path=usr/share/mc/extfs.d/ulha
file path=usr/share/mc/extfs.d/ulib
file path=usr/share/mc/extfs.d/unar
file path=usr/share/mc/extfs.d/urar
file path=usr/share/mc/extfs.d/uwim
file path=usr/share/mc/extfs.d/uzip
file path=usr/share/mc/extfs.d/uzoo
file path=usr/share/mc/filehighlight.ini
file path=usr/share/mc/fish/README.fish
file path=usr/share/mc/fish/append
file path=usr/share/mc/fish/chmod
file path=usr/share/mc/fish/chown
file path=usr/share/mc/fish/fexists
file path=usr/share/mc/fish/get
file path=usr/share/mc/fish/hardlink
file path=usr/share/mc/fish/info
file path=usr/share/mc/fish/ln
file path=usr/share/mc/fish/ls
file path=usr/share/mc/fish/mkdir
file path=usr/share/mc/fish/mv
file path=usr/share/mc/fish/rmdir
file path=usr/share/mc/fish/send
file path=usr/share/mc/fish/unlink
file path=usr/share/mc/fish/utime
file path=usr/share/mc/help/mc.hlp
file path=usr/share/mc/help/mc.hlp.es
file path=usr/share/mc/help/mc.hlp.hu
@@ -244,6 +227,22 @@
file path=usr/share/mc/mc.sh
file path=usr/share/mc/mcedit.menu
file path=usr/share/mc/sfs.ini
file path=usr/share/mc/shell/README.shell
file path=usr/share/mc/shell/append
file path=usr/share/mc/shell/chmod
file path=usr/share/mc/shell/chown
file path=usr/share/mc/shell/fexists
file path=usr/share/mc/shell/get
file path=usr/share/mc/shell/hardlink
file path=usr/share/mc/shell/info
file path=usr/share/mc/shell/ln
file path=usr/share/mc/shell/ls
file path=usr/share/mc/shell/mkdir
file path=usr/share/mc/shell/mv
file path=usr/share/mc/shell/rmdir
file path=usr/share/mc/shell/send
file path=usr/share/mc/shell/unlink
file path=usr/share/mc/shell/utime
file path=usr/share/mc/skins/dark.ini
file path=usr/share/mc/skins/darkfar.ini
file path=usr/share/mc/skins/default.ini
components/sysutils/mc/pkg5
@@ -1,11 +1,8 @@
{
    "dependencies": [
        "developer/check",
        "library/glib2",
        "library/slang",
        "runtime/perl",
        "runtime/python-39",
        "shell/ksh93",
        "system/library",
        "sysutils/e2fsprogs"
    ],
@@ -13,4 +10,4 @@
        "file/mc"
    ],
    "name": "mc"
}
}