1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
Commit Graph

531589 Commits

Author SHA1 Message Date
Mark Murray
a30caf0278 Updaye to v1.53.0. (20 years since the previous release!)
From the release notes:
Par 1.53.0 released 2020-Mar-14
    Fixed the following bugs:
        An unintended bad interaction between <quote> and <repeat>.
            The specification was inconsistent.  Although it said that
            the lines inserted by the <quote> feature were vacant,
            the <repeat> feature could interpret the quote character
            of inserted lines as a repeat character, in which case
            the lines were not vacant (according to the definition),
            and more quote/repeat characters would be inserted to
            extend the line to the full width, which no one would ever
            want.  The definition of "bodiless line" is revised so that
            lines inserted by the <quote> feature are excluded from
            consideration by the <repeat> feature.
        A printf format string mismatch (ptrdiff_t vs. %d), reported by
            Quentin Barnes (qbarnes at gmail.com).
        protoMakefile's clean target removed par rather than par$E,
            reported by George V. Reilly (george at reilly.org).
    Added the following features:
        Locale support for single-byte character sets.
            The previous verson, 1.52, attempted to do this in one line
            of code (setlocale()), but it's not that simple.  Versions
            before 1.52 gave no thought to character sets other than
            US-ASCII and did not handle them entirely correctly.
            Calling setlocale() in version 1.52 corrected some flaws but
            not all, and created one new flaw.  This version and the
            previous two all have the same character handling in the
            "C" locale and when processing US-ASCII text; differences
            arise only when processing non-US-ASCII text in another
            locale.  In versions before 1.52 the implementation assumed
            that "uppercase letter" means only the 26 characters A-Z
            and that "lowercase letter" means only the 26 characters
            a-z, and the specification assumed that every letter is
            either upper case or lower case.  These assumptions hold
            for US-ASCII, but not for most other character sets;
            therefore versions before 1.52 did not really support
            non-US-ASCII text.  Version 1.52, by calling setlocale(),
            relaxed the three assumptions in the implementation but
            not the assumption in the specification, and inadvertantly
            caused the implementation to deviate from the specification
            by converting all space characters to spaces rather than
            converting only the specified white characters, which is not
            necessarily what you want (for example, you probably don't
            want no-break space converted to space, but some locales
            on some platforms have been known to classify no-break
            space as white-space, like FreeBSD did in 2004).  This
            version fixes the specification by introducing the concept
            of "neither-case letter" and redefining "alphanumeric
            character" to include it, and fixes the implementation to
            convert only the white characters to spaces.  It also makes
            the white characters configurable so that the version 1.52
            space-conversion behavior can be restored if desired (W=_S).
            Note that Par still assumes constant display width per byte,
            which is not true for UTF-8 nor ISO-2022-*, but is true for
            most single-byte charsets and for EUC-* text without the
            single-shift-in/out codes.
        The W option, for configuring the set of white characters.
        The Z option, for configuring the set of terminal characters.
        The _@ escape sequence (neither-case letter) in charset syntax.
        The _S escape sequence (any space) in charset syntax.
    Added _@ and apostrophe to the set of body characters in PARINIT.
    Add #includes for whatever interfaces are used rather than depending
        on included files to #include other files.
    In protoMakefile introduced CPPFLAGS and CFLAGS (default empty) into
        the default definition of CC.
    Added a test-par script and a test target in protoMakefile.
    Fixed a misspelling (preceed => precede) in par.doc and par.1.
    Changed the top-of-file comment convention so that every release
        won't need to touch every file (this is the last time).
    Updated the author contact information.
    Clarified the license and added the MIT License as an alternative.
    Adopted a modern version number format, with minor and patch numbers
        as dot-separated integers rather than adjacent single digits.
2021-01-02 11:49:33 +00:00
Kurt Jaeger
f21413dfc1 security/xray-core: update 1.1.5 -> 1.2.0
PR:		252340
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Relnotes:	https://github.com/XTLS/Xray-core/releases/tag/v1.2.0
2021-01-02 11:40:15 +00:00
Kurt Jaeger
57cec8943a net/apache-commons-net: update 3.7.1 -> 3.7.2, submitter becomes maintainer
PR:		251749
Submitted by:	Neel Chauhan <neel@neelc.org>
Relnotes:	https://mirror.synyx.de/apache//commons/net/RELEASE-NOTES.txt
2021-01-02 11:38:33 +00:00
Kurt Jaeger
ed8d7adc88 graphics/py-box2d-py, math/py-cmaes, math/py-optuna: remove pkg-message.in
PR:		252342
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
2021-01-02 11:29:48 +00:00
Rene Ladan
474895cdb6 Upgrade the Cinnamon desktop environment to version 4.8
This version uses Python 3 instead of the expired Python 2.7

From the main PR (249856):

" There are a couple known issues:
  * x11-fm/nemo crashes upon closing a window or tab.
  * x11/cinnamon-screensaver unlocking doesn't work, most likely due to a missing PAM (Linux-PAM?) integration.
  Both of these issues are being worked on.

  I've been dogfooding since Cinnamon 4.0, and apart from those issues, everything works."

PR:		249771
PR:		249851
PR:		249855
PR:		249856
PR:		249857
PR:		249858
Submitted by:	Charlie Li
2021-01-02 11:21:30 +00:00
Kurt Jaeger
9729352622 archivers/urbackup-client: update 2.4.10 -> 2.4.11.0
PR:		251859
Submitted by:	Neel Chauhan <neel@neelc.org>
Relnotes:	https://www.urbackup.org/client_changelog.html
2021-01-02 11:19:33 +00:00
Yuri Victorovich
abb68a4c6d math/exprtk: Update g20201207 -> g20210101 including a bugfix 2021-01-02 11:16:57 +00:00
Emanuel Haupt
50be064921 Resurrect and update devel/acme to the most recent upstream
svn trunk revision (6 days new). Take maintainer ship.
2021-01-02 10:54:27 +00:00
Hans Petter Selasky
3fc59d9927 Update to 1.0.9.
- Added support for sound effects (accessibility feature).

Approved by:	pi (implicit)
2021-01-02 10:14:49 +00:00
Tobias C. Berner
d0b2cc4e6c Update devel/cmake to 3.19.2
Release notes:
        - https://cmake.org/cmake/help/v3.19/release/3.19.html

Exp-run by:	 antoine
PR:		251920
2021-01-02 08:21:43 +00:00
Emanuel Haupt
b520ce5cf6 Update to 1.42 2021-01-02 06:48:44 +00:00
Emanuel Haupt
ce3e1399ad Update to 0.18.5 2021-01-02 06:25:08 +00:00
Yuri Victorovich
e12d080064 cad/netgen-lvs: Update 1.5.160 -> 1.5.161
Reported by:	portscout
2021-01-02 05:01:33 +00:00
Yuri Victorovich
336cde3efc security/helib: Update 1.3.0 -> 1.3.1
Reported by:	portscout
2021-01-02 04:59:09 +00:00
Yuri Victorovich
b9184d38bd math/cppad: Update 20200000.3 -> 20210000.0
Reported by:	portscout
2021-01-02 04:51:37 +00:00
Romain Tartière
5a2eb7ba14 Update to 2.23.0
Release notes:
https://github.com/choria-io/mcorpc-ruby-support/releases/tag/2.23.0

With hat:	puppet
2021-01-02 04:26:25 +00:00
Michael Gmelin
466907c31b Clean plists. 2021-01-02 04:06:28 +00:00
Yuri Victorovich
8bd9285c60 audio/opustags: Update 1.5.1 -> 1.6.0
Reported by:	portscout
2021-01-02 03:18:47 +00:00
Yuri Victorovich
ae21d0fb57 audio/zrythm: Update 1.0.0-alpha.6.0.1 -> 1.0.0-alpha.7.0.1
Reported by:	portscout
2021-01-02 03:16:47 +00:00
Mark Linimon
d80d307020 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
sympol/CMakeFiles/sympolbin.dir/sympol.cpp.o:(.text+0xac4): undefined reference to `boost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)'

Approved by:	portmgr (tier-2 blanket)
2021-01-02 03:12:53 +00:00
Mark Linimon
1ae471e3d6 Add compiler:c11 to USES to force building with newer compiler on GCC-
based systems:

  Box2D/Box2D_wrap.cpp:3696: error: '__builtin_isfinite' was not declared in this scope

Approved by:	portmgr (tier-2 blanket)
2021-01-02 03:10:16 +00:00
Yuri Victorovich
b25b5fd978 audio/geonkick-lv2: Update 2.6.0 -> 2.6.1
Reported by:	portscout
2021-01-02 02:52:34 +00:00
Guangyuan Yang
3f16439141 graphics/R-cran-ggrepel: Update to 0.9.0
PR:		252330
Submitted by:	Zsolt Udvari <uzsolt@uzsolt.hu>
Approved by:	lwhsu
2021-01-02 02:48:00 +00:00
Guangyuan Yang
d262d97099 mail/getmail6: Update to 6.12
PR:		252326
Submitted by:	Michael Bueker <m.bueker@berlin.de>
Approved by:	lwhsu
2021-01-02 02:46:46 +00:00
Yuri Victorovich
139412749a archivers/nfpm: Update 2.1.1 -> 2.2.1
Reported by:	portscout
2021-01-02 02:35:04 +00:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00
Li-Wen Hsu
bb8c820157 sysutils/bpytop: Update to 1.0.54 2021-01-02 01:35:45 +00:00
Mark Linimon
1333d47ae1 Mark BROKEN on riscv64 the same way as on aarch64.
While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:11:35 +00:00
Jan Beich
b187032801 net/wayvnc: update to 0.4.0
Changes:	https://github.com/any1/wayvnc/releases/tag/v0.4.0
Reported by:	GitHub (watch releases)
2021-01-02 00:47:22 +00:00
Yuri Victorovich
6b2060a942 science/abinit: Update 8.10.3 -> 9.2.2
PR:		252221
Submitted by:	thierry
2021-01-02 00:42:00 +00:00
Yuri Victorovich
5135538c0c science/wannier90: Rename the shared library libwannier90.so -> libwannier.so to match the static library name that it creates
Project makefiles have LIBRARY=libwannier.a
2021-01-02 00:39:14 +00:00
Jan Beich
7f5104db92 devel/nspr: chase homepage
Sorry, the page /en-US/docs/NSPR could not be found.

PR:		251534
Reported by:	linimon
2021-01-02 00:35:05 +00:00
Piotr Kubaj
6a38c768dc lang/gcc11-devel: fix build on powerpc64le
Fix build the same way as on powerpc64 because of missing vec_step patch.
2021-01-02 00:19:03 +00:00
Jan Beich
544dc6b6f2 x11-wm/river: update to s20210101
Changes:	c143864...75588a5
2021-01-02 00:11:31 +00:00
Jan Beich
70f09a392e x11-wm/river: switch to DESTDIR
http://github.com/ziglang/zig/commit/77c2ac3fcd27
2021-01-02 00:11:26 +00:00
Jan Beich
a0e297bfba x11-wm/chamfer: update to s20201229
Changes:	578d874...cbdfd30
2021-01-02 00:11:21 +00:00
Jan Beich
a571f38bb2 emulators/citra: update to s20210101
Changes:	e6ef00b41...9c76120a1
2021-01-02 00:11:14 +00:00
Mark Linimon
7742bbf902 Reset maintainer due to email address bounce. 2021-01-01 23:56:59 +00:00
Adriaan de Groot
2a12e9dfd9 Massage games/blinken
This game needs sound (it is a variant of "Simon Says"), so remind
people in the install message that sound is needed.

While here, update the WWW link

PR:		251628
Reported by:	Paul Dufresne
2021-01-01 23:56:13 +00:00
Mark Linimon
553b088a05 Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.

While here, pet portlint (Makevar order; whitespace).

Approved by:	portmgr (tier-2 blanket)
2021-01-01 23:51:48 +00:00
Kurt Jaeger
6b5efb1b88 security/pgpgpg: fix MASTER_SITES, unbreak, submitter becomes maintainer
PR:		252076
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
2021-01-01 23:06:39 +00:00
Mark Linimon
177f25e27d Extend use of files/extrapatch-no-sbrk to riscv64 to fix build there.
Approved by:	portmgr (tier-2 blanket)
2021-01-01 23:03:53 +00:00
Mark Linimon
2176db9e2d Mark as BROKEN on riscv64 the same as on aarch64.
While here, pet portlint.
2021-01-01 22:52:51 +00:00
Kurt Jaeger
b4b04c5e5c New port: multimedia/dvdread: Util to convert encrypted DVDs to ISO files
Command line utility with minimal dependencies that allows you to rip
encrypted DVDs to ISO image.

WWW: https://github.com/xrgtn/dvdread

PR:		252323
Submitted by:	daniel.engberg.lists@pyret.net
2021-01-01 22:52:46 +00:00
Kurt Jaeger
6aaae4cce7 New port: devel/rubygem-slow_enumerator_tools
SlowEnumeratorTools provides tools for transforming Ruby enumerators
that produce data slowly and unpredictably.

WWW: https://github.com/ddfreyne/slow_enumerator_tools

PR:		252135
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-01 22:49:18 +00:00
Kurt Jaeger
9de080e401 New port: devel/rubygem-ddmemoize: Support for memoizing functions
DDMemoize adds support for memoizing Ruby functions.

WWW: https://github.com/ddfreyne/ddmemoize

PR:		252133
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-01 22:42:46 +00:00
Kurt Jaeger
c230da313b New port: devel/rubygem-ddmetrics: Non-timeseries measurements for Ruby programs
DDMetrics is a Ruby library for recording and analysing measurements
in short-running Ruby processes.

WWW: https://github.com/ddfreyne/ddmetrics

PR:		252134
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
2021-01-01 22:40:32 +00:00
Piotr Kubaj
352536c3ed x11-wm/enlightenment: fix packaging on powerpc64le 2021-01-01 22:11:06 +00:00
Yuri Victorovich
4349b188ae x11-fonts/fontobene: Update 0.1.0-2 -> 0.2.0 2021-01-01 21:51:46 +00:00
Emanuel Haupt
c77c0a5525 Provide an upstream patch to improve parameters doc in provision command 2021-01-01 21:37:05 +00:00