Commit graph

6317 commits

Author SHA1 Message Date
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Muhammad Moinur Rahman
47721a7247 Mark ports to IGNORE with new php81
Approved by:	portmgr (infrastructure blanket)
Sponsored by:	Bounce Experts
2022-01-10 07:30:00 -06:00
Max Brazhnikov
7b6492b4dd archivers/deco: refactor port
- Rename binary and package to avoid conflict with deco filemanager
- Switch from p7zip to 7-Zip

PR:		260866
2022-01-10 00:11:28 +03:00
Max Brazhnikov
1938e368e4 archivers/unfoo: update to 1.0.8
- Follow new upstream
- Switch from p7zip to 7-Zip

PR:		260866
2022-01-10 00:11:27 +03:00
Jochen Neumeister
3ee34d2503 archivers/pear-Horde_Compress: Update to 2.2.4
Sponsored by:	Netzkommune GmbH
2022-01-08 17:03:47 +01:00
Tobias C. Berner
2b5369a28e KDE: Update KDE Gear to 21.12.1
Thursday, 6 January 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations.
Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.1/
2022-01-06 16:38:38 +01:00
Yuri Victorovich
64e3160c50 archivers/py-zstd: Update 1.5.0.4 -> 1.5.1.0
Reported by:	portscout
2022-01-03 11:34:08 -08:00
Neel Chauhan
9e5b3be5aa archivers/urbackup-server: Update to 2.4.14 2022-01-03 10:11:12 -08:00
Rene Ladan
30912390ec cleanup: Remove expired ports:
2022-01-01 astro/google-earth: Needs newer version to connect to server
2022-01-01 net/tramp: Not updated in 5 years and now part of Emacs
2022-01-01 archivers/p7zip-codec-rar: Unmaintained for years and has known vulnerabilities
2022-01-01 13:47:45 +01:00
Yuri Victorovich
01a3d98530 archivers/py-python-lzo: Update 1.12 -> 1.14
Reported by:	portscout
2021-12-29 21:15:50 -08:00
Yuri Victorovich
d23bff473b archivers/nfpm: Update 2.11.2 -> 2.11.3
Reported by:	portscout
2021-12-29 21:15:49 -08:00
Muhammad Moinur Rahman
44e99def8d Add php81 to the tree
Core:
  Fixed inclusion order for phpize builds on Windows.
  Added missing hashtable insertion APIs for arr/obj/ref.
  Implemented FR #77372 (Relative file path is removed from uploaded
  file).
  Fixed bug #81607 (CE_CACHE allocation with concurrent access).
  Fixed bug #81507 (Fiber does not compile on AIX).
  Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check).
  Fixed bug #81518 (Header injection via default_mimetype / default_charset).
  Fixed bug #75941 (Fix compile failure on Solaris with clang).
  Fixed bug #81380 (Observer may not be initialized properly).
  Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
  Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php).
  Fixed bug #81377 (unset() of $GLOBALS sub-key yields warning).
  Fixed bug #81342 (New ampersand token parsing depends on new line after it).
  Fixed bug #81280 (Unicode characters in cli.prompt causes segfault).
  Fixed bug #81192 ("Declaration should be compatible with" gives incorrect line number with traits).
  Fixed bug #78919 (CLI server: insufficient cleanup if request startup fails).
  Fixed bug #81303 (match error message improvements).
  Fixed bug #81238 (Fiber support missing for Solaris Sparc).
  Fixed bug #81237 (Comparison of fake closures doesn't work).
  Fixed bug #81202 (powerpc64 build fails on fibers).
  Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak).
  Fixed bug #81163 (__sleep allowed to return non-array).
  Fixed bug #75474 (function scope static variables are not bound to a unique function).
  Fixed bug #53826 (__callStatic fired in base class through a parent call if the method is private).
  Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
CLI:
  Fixed bug #81496 (Server logs incorrect request method).
COM:
  Dispatch using LANG_NEUTRAL instead of LOCALE_SYSTEM_DEFAULT.
Curl:
  Fixed bug #81085 (Support CURLOPT_SSLCERT_BLOB for cert strings).
Date:
  Fixed bug #81458 (Regression Incorrect difference after timezone change).
  Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
  Fixed bug #81504 (Incorrect timezone transition details for POSIX data).
  Fixed bug #80998 (Missing second with inverted interval).
  Speed up finding timezone offset information.
  Fixed bug #79580 (date_create_from_format misses leap year).
  Fixed bug #80963 (DateTimeZone::getTransitions() truncated).
  Fixed bug #80974 (Wrong diff between 2 dates in different timezones).
  Fixed bug #80998 (Missing second with inverted interval).
  Fixed bug #81097 (DateTimeZone silently falls back to UTC when providing an offset with seconds).
  Fixed bug #81106 (Regression in 8.1: add() now truncate ->f).
  Fixed bug #81273 (Date interval calculation not correct).
  Fixed bug #52480 (Incorrect difference using DateInterval).
  Fixed bug #62326 (date_diff() function returns false result).
  Fixed bug #64992 (dst not handled past 2038).
  Fixed bug #65003 (Wrong date diff).
  Fixed bug #66545 (DateTime. diff returns negative values).
  Fixed bug #68503 (date_diff on two dates with timezone set localised returns wrong results).
  Fixed bug #69806 (Incorrect date from timestamp).
  Fixed bug #71700 (Extra day on diff between begin and end of march 2016).
  Fixed bug #71826 (DateTime::diff confuse on timezone 'Asia/Tokyo').
  Fixed bug #73460 (Datetime add not realising it already applied DST change).
  Fixed bug #74173 (DateTimeImmutable::getTimestamp() triggers DST switch in incorrect time).
  Fixed bug #74274 (Handling DST transitions correctly).
  Fixed bug #74524 (Date diff is bad calculated, in same time zone).
  Fixed bug #75167 (DateTime::add does only care about backward DST transition, not forward).
  Fixed bug #76032 (DateTime->diff having issues with leap days for timezones ahead of UTC).
  Fixed bug #76374 (Date difference varies according day time).
  Fixed bug #77571 (DateTime's diff DateInterval incorrect in timezones from UTC+01:00 to UTC+12:00).
  Fixed bug #78452 (diff makes wrong in hour for Asia/Tehran).
  Fixed bug #79452 (DateTime::diff() generates months differently between time zones).
  Fixed bug #79698 (timelib mishandles future timestamps (triggered by 'zic -b slim')).
  Fixed bug #79716 (Invalid date time created (with day "00")).
  Fixed bug #80610 (DateTime calculate wrong with DateInterval).
  Fixed bug #80664 (DateTime objects behave incorrectly around DST transition).
  Fixed bug #80913 (DateTime(Immutable)::sub around DST yield incorrect time).
DBA:
  Fixed bug #81588 (TokyoCabinet driver leaks memory).
DOM:
  Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
FFI:
  Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not defined).
Filter:
  Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
FPM:
  Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
  Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege escalation) (CVE-2021-21703).
  Added openmetrics status format.
  Enable process renaming on macOS.
  Added pm.max_spawn_rate option to configure max spawn child processes rate.
  Fixed bug #65800 (Events port mechanism).
FTP:
  Convert resource<ftp> to object \FTP\Connection.
GD:
  Fixed bug #71316 (libpng warning from imagecreatefromstring).
  Convert resource<gd font> to object \GdFont.
  Added support for Avif images
hash:
  Implemented FR #68109 (Add MurmurHash V3).
  Implemented FR #73385 (Add xxHash support).
JSON:
        Fixed bug #81532 (Change of $depth behaviour in json_encode() on PHP 8.1).
LDAP:
  Convert resource<ldap link> to object \LDAP\Connection.
  Convert resource<ldap result> to object \LDAP\Result.
  Convert resource<ldap result entry> to object \LDAP\ResultEntry.
MBString:
  Fixed bug #76167 (mbstring may use pointer from some previous request).
  Fixed bug #81390 (mb_detect_encoding() regression).
  Fixed bug #81349 (mb_detect_encoding misdetcts ASCII in some cases).
  Fixed bug #81298 (mb_detect_encoding() segfaults when 7bit encoding is specified).
MySQLi:
  Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient).
  Fixed bug #80330 (Replace language in APIs and source code/docs).
  Fixed bug #80329 (Add option to specify LOAD DATA LOCAL white list folder (including libmysql)).
MySQLnd:
  Fixed bug #63327 (Crash (Bus Error) in mysqlnd due to wrong alignment).
  Fixed bug #80761 (PDO uses too much memory).
Opcache:
  Fixed bug #81409 (Incorrect JIT code for ADD with a reference to array).
  Fixed bug #81255 (Memory leak in PHPUnit with functional JIT).
  Fixed bug #80959 (infinite loop in building cfg during JIT compilation).
  Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
  Fixed bug #81249 (Intermittent property assignment failure with JIT enabled).
  Fixed bug #81256 (Assertion `zv != ((void *)0)' failed for "preload" with JIT).
  Fixed bug #81133 (building opcache with phpize fails).
  Fixed bug #81136 (opcache header not installed).
  Added inheritance cache.
OpenSSL:
  Fixed bug #81502 ($tag argument of openssl_decrypt() should accept null/empty string).
  Bump minimal OpenSSL version to 1.0.2.
PCRE:
  Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
  Bundled PCRE2 is 10.37.
PDO:
  Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for fetching a BLOB).
PDO MySQL:
  Fixed bug #80908 (PDO::lastInsertId() return wrong).
  Fixed bug #81037 (PDO discards error message text from prepared statement).
PDO OCI:
  Fixed bug #77120 (Support 'success with info' at connection).
PDO ODBC:
  Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for PDO::getAttribute().
PDO PgSQL:
  Fixed bug #81343 (pdo_pgsql: Inconsitent boolean conversion after calling closeCursor()).
PDO SQLite:
  Fixed bug #38334 (Proper data-type support for PDO_SQLITE).
PgSQL:
  Fixed bug #81509 (pg_end_copy still expects a resource).
  Convert resource<pgsql link> to object \PgSql\Connection.
  Convert resource<pgsql result> to object \PgSql\Result.
  Convert resource<pgsql large object> to object \PgSql\Lob.
Phar:
  Use SHA256 by default for signature.
  Add support for OpenSSL_SHA256 and OpenSSL_SHA512 signature.
phpdbg:
  Fixed bug #81135 (unknown help topic causes assertion failure).
PSpell:
  Convert resource<pspell> to object \PSpell\Dictionary.
  Convert resource<pspell config> to object \PSpell\Config.
readline:
  Fixed bug #72998 (invalid read in readline completion).
Reflection:
  Fixed bug #81611 (ArgumentCountError when getting default value from ReflectionParameter with new).
  Fixed bug #81630 (PHP 8.1: ReflectionClass->getTraitAliases() crashes with Internal error).
  Fixed bug #81457 (Enum: ReflectionMethod->getDeclaringClass() return a ReflectionClass).
  Fixed bug #81474 (Make ReflectionEnum and related class non-final).
  Fixed bug #80821 (ReflectionProperty::getDefaultValue() returns current value for statics).
  Fixed bug #80564 (ReflectionProperty::__toString() renders current value, not default value).
  Fixed bug #80097 (ReflectionAttribute is not a Reflector).
  Fixed bug #81200 (no way to determine if Closure is static).
  Implement ReflectionFunctionAbstract::getClosureUsedVariables.
Shmop:
  Fixed bug #81407 (shmop_open won't attach and causes php to crash).
SimpleXML:
  Fixed bug #81325 (Segfault in zif_simplexml_import_dom).
SNMP:
  Implement SHA256 and SHA512 for security protocol.
Sodium:
  Added the XChaCha20 stream cipher functions.
  Added the Ristretto255 functions, which are available in libsodium 1.0.18.
SPL:
  Fixed bug #66588 (SplFileObject::fgetcsv incorrectly returns a row on premature EOF).
  Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
  Fixed bug #81477 (LimitIterator + SplFileObject regression in 8.0.1).
  Fixed bug #81112 (Special json_encode behavior for SplFixedArray).
  Fixed bug #80945 ("Notice: Undefined index" on unset() ArrayObject non-existing key).
  Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE from bitmask).
Standard:
  Fixed bug #81441 (gethostbyaddr('::1') returns ip instead of name after calling some other method).
  Fixed bug #81491 (Incorrectly using libsodium for argon2 hashing).
  Fixed bug #81142 (PHP 7.3+ memory leak when unserialize() is used on an associative array).
  Fixed bug #81111 (Serialization is unexpectedly allowed on anonymous classes with __serialize()).
  Fixed bug #81137 (hrtime breaks build on OSX before Sierra).
  Fixed bug #77627 (method_exists on Closure::__invoke inconsistency).
Streams:
  Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
XML:
  Fixed bug #79971 (special character is breaking the path in xml function) (CVE-2021-21707).
  Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
Zip:
  Fixed bug #81490 (ZipArchive::extractTo() may leak memory).
  Fixed bug #77978 (Dirname ending in colon unzips to wrong dir).
  Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination) (CVE-2021-21706).
  Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword).

FLAVORS won't be available untill it is added to the Uses framework
which can be followed up :
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260774

Relnotes: https://www.php.net/ChangeLog-8.php#8.1.1
Sponsored by:	Bounce Experts
2021-12-28 20:09:08 -06:00
Max Brazhnikov
b6bf306d87 archivers/7-zip: Update to 21.07
Merge patches to fix build on arm64 [1].

PR:		260329 [1]
Reported by:	diizzy@
Submitted by:	mikael@
2021-12-28 17:32:57 +03:00
Yuri Victorovich
85dcd9f4c5 archivers/nfpm: Update 2.8.0 -> 2.11.2
Reported by:	portscout
2021-12-24 13:45:46 -08:00
Yuri Victorovich
d070e61b31 archivers/zstr: Update 1.0.4 -> 1.0.5
Reported by:	portscout
2021-12-22 18:56:22 -08:00
Po-Chuan Hsieh
1db1502ff3
archivers/upx: Update to 3.96
- Remove DOCS option
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/upx/upx/releases
2021-12-22 02:46:12 +08:00
Po-Chuan Hsieh
5c0d07c0ba
archivers/ucl: Update WWW
- Update pkg-descr
- Take maintainership
2021-12-22 02:46:11 +08:00
Po-Chuan Hsieh
a85f523ccf
archivers/libmspack: Convert REINPLACE_CMD to patch file
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Remove PORTREVISION
- Take maintainership
2021-12-22 02:46:11 +08:00
Tobias C. Berner
473996fc57 KDE: Update KDE Frameworks to 5.89.0
Saturday, 11 December 2021

KDE today announces the release of KDE Frameworks 5.89.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcment:
	https://kde.org/announcements/frameworks/5/5.89.0/

PR:		260361
Exp-run by:	antoine
2021-12-16 18:27:16 +01:00
Michael Zhilin
290efed30d archivers/snzip: fix portlint/portclippy warnings 2021-12-16 09:42:57 +03:00
Michael Zhilin
40b9a1e133 archivers/snzip: update to 1.0.5 and unbreak
This commit unbreaks snzip and update it to latest version.
Also it adds new binaries "snzcat and snunzip".
2021-12-16 09:31:15 +03:00
Max Brazhnikov
63cd929ef5 archivers/7-zip: minor fix
Avoid CFLAGS duplication and remove excessive warning flags
2021-12-13 23:58:56 +03:00
Carlo Strub
c24478fc61
archivers/p7zip: Deprecate
Vulnerabilities and no upstream maintenance

PR:		260334
Reported by:	Chris Hutchinson <portmaster@bsdforge.com>
2021-12-11 23:04:09 +01:00
Max Brazhnikov
6e8f1c2531 archivers/7-zip: add license and cpe info 2021-12-11 15:14:40 +03:00
Max Brazhnikov
cba515834b archivers/7-zip: add new port
This is console version of original 7-Zip archiver released for Linux:
https://sourceforge.net/p/sevenzip/discussion/45797/thread/cec5e63147/

The sources are packed with 7z, therefore p7zip is required to build this port.
2021-12-10 18:13:26 +03:00
Tobias C. Berner
2c348825da KDE: Update KDE Gear to 21.12
KDE Gear 21.12 has landed and comes with a massive number of updates and
new versions of applications and libraries. Literally, dozens of classic
KDE everyday tools and the specialised sophisticated apps you use to
work, be creative and play, are getting refreshers with design
improvements, new features and performance and stability enhancements.

What's new:
	https://kde.org/announcements/gear/21.12.0/#whatsnew

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.0/
2021-12-10 07:26:32 +01:00
Adriaan de Groot
c770da752d archivers/quazip: update to 1.2, latest upstream
Release notes are here:
	https://github.com/stachenov/quazip/releases/tag/v1.2

There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.

While here, move the libraries needed only for testing to _build.

Bumping PORTREVISION of consumers.

Reported by:	portscout
2021-12-09 11:25:22 +01:00
Rene Ladan
a67b5dd8d0 all: return fjoe's ports to the pool
fjoe's ports bit got safekept.
2021-12-06 13:36:27 +01:00
Yuri Victorovich
9fab1a7691 archivers/py-zstd: Update 1.5.0.2 -> 1.5.0.4
Reported by:	portscout
2021-12-04 01:21:05 -08:00
Stefan Eßer
04b9da4140 */*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
2021-11-25 22:40:11 +01:00
Daniel Engberg
b842263427 archivers/libarchive: Update to 3.5.2
Use GitHub as primary MASTER_SITE and libarchive.org as fallback
Enable Zstandard compression support by default
Use xz tarball instead of gz (smaller size)
Remove entries for DESC that are already defined in ports framework
Disable static library
Do some rearrangement  of Makefile for readability

Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.5.2

Approved by:	arrowd (mentor), glewis (maintainer)
Differential Revision:	https://reviews.freebsd.org/D32988
2021-11-24 14:04:58 +01:00
Bartek Rutkowski
0e6f188ad7 archivers/py-borgbackup: Update 1.1.16 -> 1.1.17
PR:		259492
Reported by:	Jose G. Juanino <jjuanino@gmail.com> (maintainer)
2021-11-23 07:52:28 +00:00
Neel Chauhan
5cdc8319c6 archivers/gnome-autoar: Update to 0.4.1 2021-11-22 11:12:15 -08:00
Robert Clausecker
684b29d2c7 archivers/advancecomp: Update to 2.1-6 and take maintainership
- Switch to new upstream
- Unbundle libdeflate
- Hookup test suite
- Add a BZIP2 option

PR:		259534
MFH:		2021Q4 (security fix)
Security:	0bf816f6-3cfe-11ec-86cd-dca632b19f10
2021-11-19 04:50:36 -05:00
Li-Wen Hsu
8f16834929
archivers/peazip: Update WWW 2021-11-16 16:11:40 +08:00
Tobias C. Berner
439cbdac1f KDE: Update KDE Frameworks to 5.88.0
Saturday, 13 November 2021

KDE today announces the release of KDE Frameworks 5.88.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full changelog:
	https://kde.org/announcements/frameworks/5/5.88.0/

Exp-run by:	antoine
PR:		259817
2021-11-14 17:38:45 +01:00
Jesper Schmitz Mouridsen
c7402893bd archivers/lxqt-archiver: Update to 0.5.0 2021-11-10 19:25:29 +01:00
Piotr Kubaj
3a565ff18f archivers/c-blosc2: use GCC on powerpc64le for its SSE translation layer to use AltiVec
C11 is required by tests.
2021-11-08 16:49:35 +00:00
Yuri Victorovich
f2f14190ef archivers/nfpm: Update 2.7.1 -> 2.8.0
Reported by:	portscout
2021-11-07 15:43:54 -08:00
Po-Chuan Hsieh
8faa645ba6
archivers/py-brotlicffi: Remove -f because RM has it already 2021-11-06 07:54:01 +08:00
Tobias C. Berner
3a242d3e7c KDE: Update KDE Gear to 21.08.3
Thursday, 4 November 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.3/
2021-11-04 20:11:34 +01:00
Piotr Kubaj
f3f7446a00 archivers/c-blosc2: fix build on powerpc64le
In file included from /wrkdirs/usr/ports/archivers/c-blosc2/work/c-blosc2-2.0.4/plugins/codecs/ndlz/xxhash.h:2937:
/usr/lib/clang/11.0.1/include/altivec.h:55:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai
2021-11-02 17:51:24 +00:00
Po-Chuan Hsieh
ec3016d98f
archivers/c-blosc2: Add make test 2021-11-02 05:28:39 +08:00
Po-Chuan Hsieh
89a9ec0598
archivers/p5-Compress-Zstd: Add p5-Compress-Zstd 0.20
The Compress::Zstd module provides an interface to the Zstd (de)compressor.

WWW: https://metacpan.org/dist/Compress-Zstd
2021-11-01 21:41:20 +08:00
Po-Chuan Hsieh
d902c88175
archivers/c-blosc2: Add c-blosc2 2.0.4
Blosc is a high performance compressor optimized for binary data (i.e. floating
point numbers, integers and booleans). It has been designed to transmit data to
the processor cache faster than the traditional, non-compressed, direct memory
fetch approach via a memcpy() OS call. Blosc main goal is not just to reduce the
size of large datasets on-disk or in-memory, but also to accelerate memory-bound
computations.

C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
compatible with both the C-Blosc1 API and its in-memory format. However, the
reverse thing is generally not true; buffers generated with C-Blosc2 are not
format-compatible with C-Blosc1 (i.e. forward compatibility is not supported).

WWW: https://www.blosc.org/
WWW: https://github.com/Blosc/c-blosc2
2021-11-01 21:41:15 +08:00
Xin LI
809810e045 archivers/pigz: Update to 2.6. 2021-10-31 18:07:22 -07:00
Stefan Eßer
819f25b36d */*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
2021-10-29 11:50:18 +02:00
Jan Beich
f34ece3aa6 devel/icu: update to 70.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by:	GitHub (watch releases)
PR:		258794
Exp-run by:	antoine
2021-10-28 16:37:30 +00:00
Po-Chuan Hsieh
83c9d69369
archivers/py-zopfli: Update to 0.1.9
- Strip shared library
- Update WWW

Changes:	https://github.com/fonttools/py-zopfli/releases
2021-10-26 05:46:35 +08:00
Po-Chuan Hsieh
0816b65443
archivers/py-brotlicffi: Cosmetic change 2021-10-25 23:57:21 +08:00
Po-Chuan Hsieh
b1516af32e
archivers/py-brotli: Cosmetic change 2021-10-25 23:57:21 +08:00
Yuri Victorovich
58a1960470 archivers/py-zstandard: Update 0.15.2 -> 0.16.0
Reported by:	portscout
2021-10-22 01:57:04 -07:00
Baptiste Daroussin
65a8140af4 shared-mime-info: remove wrong dependency on shared-mime-info 2021-10-20 18:01:48 +02:00
Yuri Victorovich
e6b9ebac9e archivers/nfpm: Update 2.6.0 -> 2.7.1
Reported by:	portscout
2021-10-18 09:54:28 -07:00
Tobias C. Berner
c1f36e0f27 KDE: Update KDE Frameworks to 5.87.0
Saturday, 09 Ocotber 2021

    KDE today announces the release of KDE Frameworks 5.87.0.

    KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
    of commonly needed functionality in mature, peer reviewed and well
    tested libraries with friendly licensing terms. For an introduction see
    the KDE Frameworks release announcement.

    This release is part of a series of planned monthly releases making
    improvements available to developers in a quick and predictable manner.

    Full announcement:
            https://kde.org/announcements/frameworks/5/5.87.0/

Exp-run by:	antoine
PR:		259032
2021-10-17 09:25:06 +02:00
Yuri Victorovich
e412330693 archivers/draco: Update 1.4.1-28 -> 1.4.3
Reported by:	portscout
2021-10-16 11:27:02 -07:00
Jimmy Olgeni
4460cf727a *: fix tab vs. space issues, and comments according to the guide. 2021-10-16 11:51:39 +02:00
Jimmy Olgeni
1ccdb885a3 archivers/lazperf: fix whitespace in pkg-descr. 2021-10-16 09:09:26 +02:00
Piotr Kubaj
fd836055d6 archivers/snappy-java: fix build on powerpc64le 2021-10-13 10:48:33 +00:00
Po-Chuan Hsieh
cda11d1775
archivers/unshield: Cosmetic change 2021-10-13 13:35:54 +08:00
Po-Chuan Hsieh
e0873090ca
archivers/unrar: Cosmetic change 2021-10-13 13:35:53 +08:00
Po-Chuan Hsieh
250f5fa1ab
archivers/rar: Cosmetic change 2021-10-13 13:35:51 +08:00
Eric Turgeon
d486e9efcf archivers/engrampa: updated to 1.26.0 2021-10-12 20:30:20 -03:00
Bernhard Froehlich
a90e961f4d
*/*: Avoid extra CPE_VENDOR=kde by properly sorting USES
CPE_VENDOR=kde is already set in Uses/kde.mk so adding cpe after
kde in our USES line makes sure that it's picked up properly.

Approved by:    portmgr (blanket)
2021-10-11 14:57:51 +00:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00
Piotr Kubaj
7d26f0f538 archivers/snappy-java: fix build on powerpc64 2021-10-09 21:27:27 +00:00
Tobias C. Berner
98a1ae68be KDE: Update KDE Gear to 21.08.2
Thursday, 7 October 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * kmail: Fix an infinite SSL error dialog loop
   * konqueror: Make it compatible with KIO 5.86.0 and don’t open every
     URL in a new window
   * libksane: Fix multi page detection with certain scanners

Full announcement:
	https://kde.org/announcements/gear/21.08.2/
2021-10-07 22:48:21 +02:00
Bernhard Froehlich
230540fefb */*: Remove extra CPE_VENDOR=horde which is already present in USES=horde
Approved by:    portmgr (blanket)
2021-10-07 15:04:45 +00:00
Bernhard Froehlich
c05a787af4 archivers/zutils: Add CPE information
Approved by:    portmgr (blanket)
2021-10-07 07:05:56 +00:00
Bernhard Froehlich
2eb1eb0413 archivers/php-horde_lz4: Add CPE information
Approved by:    portmgr (blanket)
2021-10-07 06:57:46 +00:00
Piotr Kubaj
915dfb48de archivers/pxz: fix build on powerpc
cc -o pxz  -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -fopenmp -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE pxz.c   -fstack-protector-strong  -llzma -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\"
pxz.c:48:10: fatal error: 'omp.h' file not found
2021-10-06 20:52:23 +00:00
Bernhard Froehlich
e895a0839c
archivers/xar: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:40 +00:00
Bernhard Froehlich
ab761c5104
archivers/upx: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:39 +00:00
Bernhard Froehlich
ab87f44c63
archivers/unshield: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:38 +00:00
Bernhard Froehlich
a3c7bcba19
archivers/unadf: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:37 +00:00
Bernhard Froehlich
0f289ad9ce
archivers/rzip: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:35 +00:00
Bernhard Froehlich
20304d21ae
archivers/py-brotli: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:34 +00:00
Bernhard Froehlich
02641b35ae
archivers/lhasa: Add CPE information
Approved by:	portmgr (blanket)
2021-10-05 19:11:33 +00:00
Rene Ladan
e56a7da894 *: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat:	portmgr-secretary
2021-10-04 21:58:01 +02:00
Fernando Apesteguía
07fb2d5e9d */*: Remove compiler:openmp from Mk/Uses/compiler.mk
The option implied a dependency on gcc but clang got openmp support long ago.

Remove compiler:openmp from Mk/Uses/compiler.mk

For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate

If problem arises, they can be addressed by using USE_GCC=yes

An update to the Porter's Handbook will follow.

Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
2021-10-03 19:47:27 +02:00
Dimitry Andric
89909595ad archivers/upx: fix build with clang 13
During an exp-run for llvm 13 (see bug 258209), it turned out that
archivers/upx fails to build with clang 13:

p_wcle.cpp:739:27: error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable]
    unsigned count,object,n,r;
                          ^
1 error generated.

This is because clang 13 now has a -Wunused-but-set-variable warning
similar to gcc's, and it is enabled under -Wall.

The p_wcle.cpp file has two instances where the 'n' variable is used for
debugging purposes, but the first instance is marked with UNUSED(n). The
second is not, triggering this warning. Fix it by also marking the
second instance with UNUSED(n).

PR:		258394
Approved by:	maintainer timeout (3 weeks)
2021-10-02 12:48:13 +02:00
Dave Cottlehuber
e640520021 archivers/erlang-snappy: update to 1.1.2
- support OTP24
2021-09-30 22:03:12 +00:00
Rene Ladan
620968a43a cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
2021-09-30 23:23:30 +02:00
Neel Chauhan
2483540153 archivers/gnome-autoar: Add DOCS option 2021-09-27 21:40:27 -07:00
Neel Chauhan
06eabd69e5 archivers/gnome-autoar: Update to 0.4.0 2021-09-27 19:49:59 -07:00
Alex Kozlov
0e6da3c2e1 archivers/ha: Fix CVE-2015-1198
Fix directory traversal vulnerabilities (CVE-2015-1198)

Reported by:	decke
2021-09-27 19:42:12 +02:00
Bernhard Froehlich
d913565873
archivers/ha: Revert "Add CPE information"
The CVE-2015-1198 points to an invalid CPE entry for "Linux
High Availability".

This reverts commit 8e36aa89c5.

Discussed with:	ak@
See:		https://nvd.nist.gov/vuln/detail/CVE-2015-1198
See:		https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774954
2021-09-27 11:52:14 +00:00
Bernhard Froehlich
d2d263622e
archivers/rubygem-rubyzip20: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:33 +00:00
Bernhard Froehlich
473bf88c34
archivers/rubygem-rubyzip2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:32 +00:00
Bernhard Froehlich
031795aeed
archivers/rubygem-rubyzip13: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:31 +00:00
Bernhard Froehlich
43a380ab9f
archivers/rubygem-rubyzip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-25 20:28:30 +00:00
Robert Clausecker
1ba20a0d92 archivers/star: Update pkg-descr after devel/schilybase update.
PR:		258722
2021-09-25 21:34:07 +03:00
Ryan Steinmetz
8703fc2c05
*/*: Reset MAINTAINER due to repeat fatal email bounces 2021-09-21 09:47:01 -04:00
Bernhard Froehlich
0ffea0d7e9
archivers/snappy: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:20:24 +00:00
Bernhard Froehlich
8e36aa89c5
archivers/ha: Add CPE information
Approved by:    portmgr (blanket)
2021-09-20 14:18:16 +00:00
Po-Chuan Hsieh
e7680ba883
archivers/upx: Update WWW
Approved by:	portmgr (blanket)
2021-09-19 14:01:04 +08:00
Po-Chuan Hsieh
d3072779fe
archivers/cabextract: Convert PLIST_FILES and PORTDOCS to PLIST entries 2021-09-19 13:59:39 +08:00
Neel Chauhan
1eb5fb4d9c archivers/gzip: Adopt port 2021-09-18 20:42:52 -07:00
Neel Chauhan
b24eca6505 archivers/gzip: Update to 1.11 2021-09-18 20:42:52 -07:00
Tobias C. Berner
7871d80c1f KDE: Update KDE Frameworks to 5.86
Saturday, 11 September 2021

KDE today announces the release of KDE Frameworks 5.86.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement:
	https://kde.org/announcements/frameworks/5/5.86.0/

PR:		258426
Exp-run by:	antoine
2021-09-15 16:37:22 +02:00
Bernhard Froehlich
2814bd81b5
archivers/unace: Fix CPE information because current one is deprecated
Approved by:    portmgr (blanket)
2021-09-14 10:55:00 +00:00
Bernhard Froehlich
c63c431768
archivers/cabextract: Fix CPE information because current one is deprecated
Approved by:    portmgr (blanket)
2021-09-14 10:54:58 +00:00
Bernhard Froehlich
14646e0b6a
archivers/zoo: Add CPE information
Approved by:	portmgr (blanket)
2021-09-10 21:17:19 +00:00
Bernhard Froehlich
ea3722159e
archivers/zip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-08 20:53:31 +00:00
Bernhard Froehlich
17e0a02dec
archivers/unrar: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:41 +00:00
Bernhard Froehlich
bb730986ac
archivers/rar: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:40 +00:00
Bernhard Froehlich
edbad39e61
archivers/quazip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:39 +00:00
Bernhard Froehlich
bf0b519d50
archivers/pxz: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:38 +00:00
Bernhard Froehlich
476cd0bceb
archivers/ppmd-7z: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:37 +00:00
Bernhard Froehlich
1eee18b7fc
archivers/ppmd: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:36 +00:00
Bernhard Froehlich
04f90ec71e
archivers/peazip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:35 +00:00
Bernhard Froehlich
4bfc2ebe62
archivers/pear-Horde_Pack: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:33 +00:00
Bernhard Froehlich
27337bff91
archivers/pear-Horde_Compress_Fast: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:32 +00:00
Bernhard Froehlich
cf4279b46c
archivers/pear-Horde_Compress: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:31 +00:00
Bernhard Froehlich
acf346ef19
archivers/minizip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:30 +00:00
Bernhard Froehlich
00bd6f0164
archivers/lzo2: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:29 +00:00
Bernhard Froehlich
992e636d8a
archivers/lrzip: Add CPE information
Approved by:	portmgr (blanket)
2021-09-06 19:56:27 +00:00
Tobias C. Berner
6f5850a014 KDE: Update KDE Gear to 21.08.1
Thursday, 2 September 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

  *  konsole: Fix KXmlGUI toolbars and Konsole MainWindow size.
  *  elisa: Fix the “Files” view.
  *  skanlite: Fix image saving when preview is not shown.

Full announcement:
	https://kde.org/announcements/gear/21.08.1/

Full Changelog:
	https://kde.org/announcements/changelogs/gear/21.08.1/
2021-09-02 16:52:51 +02:00
Jason W. Bacon
9c7c5e9cfa archivers/libarchive-qt: Qt based archiving with libarchive backend
Libarchive-qt is a simple archiving library for Qt mainly based on
libarchive supporting numerous compression and archive formats.
2021-08-31 08:14:37 -05:00
Bernhard Froehlich
c7b2343f63
archivers/unalz: Add CPE information
Approved by:    portmgr (blanket)
2021-08-31 09:23:28 +00:00
Bernhard Froehlich
96f1ca41be
archivers/rpm4: Add CPE information
Approved by:	portmgr (blanket)
2021-08-29 19:17:12 +00:00
Alexey Dokuchaev
8c5d3929dd Cleanup: for ports under a* categories, drop redundant GH_{ACCOUNT,PROJECT}. 2021-08-27 09:33:27 +00:00
Tobias C. Berner
4fe91006ad KDE: Update KDE Framework to 5.85
Friday, 13 August 2021

KDE today announces the release of KDE Frameworks 5.85.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Full announcement and changelog:
	https://kde.org/announcements/frameworks/5/5.85.0/

PR:		257837
Exp-run by:	antoine
2021-08-18 22:32:32 +02:00
Yuri Victorovich
5ce478480e archivers/draco: New port: Library for compressing and decompressing 3D meshes and point clouds 2021-08-18 01:54:50 -07:00
Bernhard Froehlich
3ebea333c6
archivers/advancecomp: Fix typo in CPE_VENDOR 2021-08-15 17:16:05 +00:00
Bernhard Froehlich
9283d5a271
archivers/lizard: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:24:18 +00:00
Bernhard Froehlich
e30feae6e7
archivers/linux-c7-lz4: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:14:13 +00:00
Bernhard Froehlich
4dc8a02260
archivers/liblz4: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:10:58 +00:00
Bernhard Froehlich
9dfcf8f5ab
archivers/lha-ac: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 14:06:54 +00:00
Bernhard Froehlich
4415935fcf
archivers/lha: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:54:23 +00:00
Bernhard Froehlich
570a5d3a3f
archivers/jzlib: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:48:31 +00:00
Bernhard Froehlich
6bd9d8ca91
archivers/gnome-autoar: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:46:19 +00:00
Bernhard Froehlich
bfb037471c
archivers/file-roller: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:41:55 +00:00
Bernhard Froehlich
0e35c39536
archivers/dzip: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:37:21 +00:00
Bernhard Froehlich
92e4f70b8b
archivers/brotli: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:34:32 +00:00
Bernhard Froehlich
e08a49f53a
archivers/ark: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:32:27 +00:00
Bernhard Froehlich
daa43cd71e
archivers/arc: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:27:25 +00:00
Bernhard Froehlich
9b856eacc8
archivers/advancecomp: Add CPE information
Approved by:	portmgr (blanket)
2021-08-15 13:15:14 +00:00
Tobias C. Berner
17734b82d3 KDE: Update KDE Gear to 21.08.0
Thursday, 12 August 2021

KDE Gear 21.08 improves KDE apps across the board, bringing you quick
and responsive utilities, creativity programs with powerful features,
and secure tools for all your work and play needs.

If this is your first time with KDE software, discover a whole new world
of free and secure programs, packed with incredible possibilities. If
you are already a KDE regular, check out all the fresh innovations we
have added to your favorite apps.

Either way, go forth and try new things!

Full announcement:
	https://kde.org/announcements/gear/21.08.0/
2021-08-13 09:15:29 +02:00
Jason W. Bacon
35f24e09c6 archivers/vbz-compression: Compression for Oxford Nanopore signal data
VBZ Compression uses variable byte integer encoding to compress Oxford
Nanopore signal data.
2021-08-12 20:50:35 -05:00
Jason W. Bacon
ebe45fb054 archivers/streamvbyte: Integer compression with SIMD based on Google's varint
StreamVByte is an integer compression technique that applies SIMD
instructions (vectorization) to Google's varint approach. The net result
is faster than other byte-oriented compression techniques.
2021-08-12 19:38:32 -05:00
Jan Beich
69fef1a5a4 archivers/innoextract: drop runtime dependency on boost-libs
Until subpackaging arrives to bsd.port.mk and boost-libs is split into
smaller packages this shaves ~166 MiB of install size.
2021-08-09 08:03:42 +00:00
Yuri Victorovich
dbb1a1084a archivers/libzippp: Update 4.1-1.8.0 -> 5.0-1.8.0
Reported by:	portscout
2021-08-08 17:13:45 -07:00
Po-Chuan Hsieh
8c2d52da8e
archivers/p5-Archive-Tar: Update to 2.40
Changes:	https://metacpan.org/dist/Archive-Tar/changes
2021-08-08 22:55:29 +08:00
Tobias C. Berner
e20d8c03aa x11/kf5-frameworks: Update KDE Frameworks to 5.84.0
Saturday, 10 July 2021

KDE today announces the release of KDE Frameworks 5.84.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
	https://kde.org/announcements/frameworks/5/5.84.0/

Exp-run by:	antoine
PR:		257100
2021-08-04 18:31:24 +02:00
Jose Alonso Cardenas Marquez
0eb5f7137e archivers/peazip: update to 8.1.0 2021-07-31 21:13:58 -05:00
Robert Clausecker
774298c0f6 devel/schilybase: update to 2021.07.29
- Update to 2021.07.29
- Fix related PR (Do not install broken gnutar by default)

PR:		257063
Reported by:	ice@extreme.hu
2021-07-30 15:26:47 +02:00
Jan Beich
35ad2e0f6c archivers/unrpa: use upstream description as is
"created by" adds confusion whether unrpa is part of RenPy project.
2021-07-28 18:12:19 +00:00
Jan Beich
733b197d59 archivers/unrpa: add new port
unrpa is a tool to extract files from RPA archive format, created by
Ren'Py Visual Novel Engine.

It can also be used as a library.

https://pypi.org/project/unrpa/
2021-07-28 18:07:13 +00:00
Tobias C. Berner
1fa15e593f archivers/gnome-autoar: update to 0.3.3 2021-07-17 20:43:39 +02:00