1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

521477 Commits

Author SHA1 Message Date
Yuri Victorovich
3137c94f5c devel/cpp2py: Update 1.5.20200812 -> 2.0.0 2020-09-21 16:16:10 +00:00
Steve Wills
4f871c3925 mail/mailman3: create port
Mailman is free software for managing electronic mail discussion
and e-newsletter lists. Mailman is integrated with the web, making
it easy for users to manage their accounts and for list owners to
administer their lists. Mailman supports built-in archiving, automatic
bounce processing, content filtering, digest delivery, spam filters,
and more.

WWW: http://www.list.org/

PR:		225543
Submitted by:	Charlie Li <ml+freebsd@vishwin.info> (with changes from pi)
2020-09-21 15:43:19 +00:00
Christian Weisgerber
defdab04c1 Update to 0.40. User-visible changes:
- document our default choice of text editor
- fix got.conf overriding GOT_AUTHOR even if no author is set in got.conf
- fix crash in got_free_gotconfig()
- print newline to clear the bottom line when tog exits
2020-09-21 15:40:04 +00:00
Mateusz Piotrowski
53587abaf6 Mark as broken on FreeBSD 11.4 amd64
It is unclear to me why it happens only on this specific FreeBSD version.

Exception is:
org.gradle.launcher.daemon.client.DaemonDisappearedException: Gradle build daemon disappeared unexpectedly (it may have been killed or may have crashed)

Reported by:	pkg-fallout
2020-09-21 15:05:22 +00:00
Stefan Eßer
2380a3cfc5 Fix build with -fno-common
While here add license and regenerate all patches with make makepatch.
2020-09-21 15:03:43 +00:00
Mateusz Piotrowski
0a37dcf8fa Add textproc/bibclean
Bibclean is a prettyprinter, portability verifier, and syntax checker for
BibTeX bibliography databases.  It can be used to find errors in .bib
files, as well as to standardize their format for readability and editing
convenience. It can also be used to convert Scribe-format bibliographies to
BibTeX form.

WWW: http://ftp.math.utah.edu/pub//bibclean/
2020-09-21 15:01:23 +00:00
Emmanuel Vadot
b5eae4c190 ports-mgmt/pkg: Update to 1.15.5
Changes from 1.15.4 to 1.15.5
- Add powerpc64le arch
- Fix query '%X' to not use the version

Approved by:	bapt (implicit)
2020-09-21 14:54:18 +00:00
Emmanuel Vadot
9378118979 ports-mgmt/pkg: Update to 1.15.99.1
Changes from 1.14.99.7 to 1.15.99.1
- Fix '%X' to not include the version

Approved by:	bapt (implicit)
2020-09-21 14:51:22 +00:00
Diane Bruce
fdbbcaef01 Xastir 2.1.6 was released in April of 2020.
FreeBSD's port still has 2.1.4 (over a year old), and that port was
recently patched to fix the build with GCC 10 by adding "-fcommon"
to the CFLAGS.  Xastir 2.1.6 has had its GCC 10 compatibility fixed
so that sort of hack is no longer needed in the port if it were
updated to the new version.

There are also numerous other improvements over 2.1.4, including removal
of obsolete options, and consolidation of some options that had
previously been set up as independently selectable, but were in fact
completely dependent on each other.  The build is simpler now,
as some of these things that were previously user-selectable are
automatic now -- notably, if shapelib support is requested and
shapelib is found, pcre is also required *and* automatically enables
dbfawk. The code that previously allowed shapelib support without
dbfawk (and therefore pcre) has been removed.

This means that the current Makefile, which has no option for deselecting
shapelib, but does have an option for selecting or deselecting DBFAWK,
needs a little changing:  remove DBFAWK as an option and make pcre
a required package along with shapelib (instead of dependent on
the DBFAWK setting) and all should be well.

Submitted by:	russo@bogodyn.org
Approved by:	Maintainer
2020-09-21 14:46:12 +00:00
Nicola Vitale
b721687478 - Update to 0.8.0
- The port now requires devel/cmake to build

Changes:	https://github.com/flameshot-org/flameshot/releases/tag/v0.8.0
2020-09-21 14:01:31 +00:00
Alexander Leidinger
e6185d8802 Update to 2.5.9. 2020-09-21 12:58:52 +00:00
Jan Beich
71ae9b01ea devel/py-loguru: update to 0.5.3
Changes:	https://github.com/delgan/loguru/compare/0.5.2...0.5.3
Reported by:	Repology
2020-09-21 12:16:56 +00:00
Jan Beich
b4b817ac26 devel/intel-graphics-compiler: update to 1.0.5064
Changes:	https://github.com/intel/intel-graphics-compiler/releases/tag/igc-1.0.5064
Reported by:	GitHub (watch releases)
2020-09-21 12:16:40 +00:00
Jan Beich
b5d6a34eeb x11/waybar: update to 0.9.4
Changes:	https://github.com/Alexays/Waybar/releases/tag/0.9.4
Reported by:	GitHub (watch releases)
2020-09-21 12:16:11 +00:00
Antoine Brodin
aadd9d01f9 Use the PY_PYGMENTS variable
With hat:	portmgr
2020-09-21 12:12:41 +00:00
Antoine Brodin
a4e3d1cd90 textproc/py-pygments is no longer compatible with python27 so add a PY_PYGMENTS variable
With hat:	portmgr
2020-09-21 12:01:13 +00:00
Mateusz Piotrowski
d7b98864f8 Set LICENSE 2020-09-21 11:50:38 +00:00
Mateusz Piotrowski
45100dd5b5 Resurrect benchmarks/filebench
Upstream moved to GitHub and is still accepting patches (interestingly, the
most recent commits fix building Filebench on FreeBSD).
2020-09-21 11:37:42 +00:00
Mateusz Piotrowski
83ac5e05f3 Bump revision number after updating textproc/libxmlbird 2020-09-21 11:13:45 +00:00
Mateusz Piotrowski
d2512abb11 Update to 1.2.12 2020-09-21 11:11:21 +00:00
Ganael LAPLANCHE
faf424550e Fix crash when accessing physical CD/DVD
PR:		248333
Reported by:	mfv@bway.net
Approved by:	koobs (vbox)
MFH:		2020Q3
2020-09-21 10:32:30 +00:00
Yuri Victorovich
1aade6c47d New port: misc/concourse: Automation system written in Go 2020-09-21 09:57:53 +00:00
Yuri Victorovich
19e00cae6c cad/ktechlab: Update 0.40.1-77 -> 0.50.0
Reported by:	portscout
2020-09-21 09:55:46 +00:00
Yuri Victorovich
ad4c143575 audio/libaudec: Update 0.2.3 -> 0.2.4
Reported by:	portscout
2020-09-21 09:54:23 +00:00
Yuri Victorovich
a75734c7e0 comms/soapyuhd: Update 0.4.0 -> 0.4.1
Reported by:	portscout
2020-09-21 09:53:39 +00:00
Yuri Victorovich
8215e20a71 devel/chroma: Update 0.8.0 -> 0.8.1
Reported by:	portscout
2020-09-21 09:52:20 +00:00
Mateusz Piotrowski
9cc553045d Update to 3.6.1
Release notes:
https://github.com/be5invis/Iosevka/releases/tag/v3.6.1
2020-09-21 09:45:11 +00:00
Dmitry Marakasov
b397dc026f - Simplify installation
- Update WWW

Approved by:	portmgr blanket
2020-09-21 09:36:57 +00:00
Emmanuel Vadot
07ef89b5a8 Fix nvidia-driver* after r548950
Now that mesa include glesv1 lib, remove the nvidia generic named lib
and add more entries in libmap.conf so the nvidia ones are used.

PR:		249448
Reported by:	VVD <vvd@unislabs.com>
2020-09-21 09:05:04 +00:00
Roman Bogorodskiy
19d5bb85c2 net/py-libcloud: update to 3.2.0 2020-09-21 08:52:29 +00:00
Li-Wen Hsu
4133da75a9 sysutils/bpytop: Update to 1.0.35 2020-09-21 08:05:38 +00:00
Gerald Pfeifer
94d6909f98 Update to the 20200919 snapshot of GCC 10.2.1.
This brings a backport for the C preprocessor and debug info each, three
for the tree optimizers, three for x86 and one for powerpc, and last but
not least two for the Fortran front end.
2020-09-21 07:26:13 +00:00
Emanuel Haupt
cac38bac43 Update to 360
PR:		248895 (related)
2020-09-21 07:08:31 +00:00
Mikhail Teterin
dbaa3f3f8e While we were testing the new code, upstream have removed the 3.4
release from download area. Change our port to download using
Bitbucket's method.

Although the upstream branch Release_3.4 is very similar to what
used to be available as 3.4, there are a few improvements -- in
particular, one of our patches is no longer necessary, which is
nice.

PR:		247035
Reported by:	John Kennedy, Tomoaki AOKI
Sponsored by:	United Marsupials
2020-09-21 04:47:33 +00:00
Yuri Victorovich
0339288f0b devel/ipython5: Fix build after the recent update of textproc/py-pygments by adding textproc/py-pygments-25 because ipython5 requires this version
Reported by:	linimon
2020-09-21 04:22:54 +00:00
Yuri Victorovich
85a87d5bb2 New port: audio/alo-lv2: Looper LV2 plugin 2020-09-21 03:42:40 +00:00
Yuri Victorovich
f739ad2941 math/visualpolylib: Fix build on 13
Reported by:	fallout
MFH:		2020Q3
2020-09-21 02:57:08 +00:00
Yuri Victorovich
6865685eab audio/geonkick-lv2: Update 1.9.2 -> 2.3.7; Project is now on GH 2020-09-21 02:50:36 +00:00
Yuri Victorovich
f1d513f66a x11-toolkits/redkite: Update 0.6.1 -> 1.0.3; GH account was renamed 2020-09-21 02:49:33 +00:00
Yuri Victorovich
330707ebb2 audio/stegosaurus-lv: Fix build on 13; GH account was renamed
Reported by:	fallout
MFH:		2020Q3
2020-09-21 01:33:48 +00:00
Yuri Victorovich
5bc76836ee science/xcrysden: Fix build on 13 by adding -fcommon
Reported by:	fallout
MFH:		2020Q3
2020-09-21 00:45:07 +00:00
Yuri Victorovich
574de8274b misc/urbit: Fix build on 13 by adding -fcommon
MFH:		2020Q3
2020-09-21 00:31:47 +00:00
Yuri Victorovich
4bfc3a9403 science/chemtool: Fix build on 13 by adding -fcommon
MFH:		2020Q3
2020-09-20 23:32:51 +00:00
Diane Bruce
8ceb383a48 Simple library to make working with STL files
(and 3D objects in general) fast and easy.

Due to all operations heavily relying on numpy this is one of the fastest
STL editing libraries for Python available.

Prerequisite for Cura update submitted by greg@unrelenting.technology
With some changes. Rest of updates will come in separate commits.

PR:		ports/249468
Submitted by:	greg@unrelenting.technology
2020-09-20 23:20:01 +00:00
Jan Beich
7004dd0177 www/gallery-dl: update to 1.15.0
Changes:	https://github.com/mikf/gallery-dl/releases/tag/v1.15.0
Reported by:	GitHub (watch releases)
2020-09-20 22:47:33 +00:00
Mikhail Teterin
b4d25ce406 Upgrade from 3.2 to 3.4. Resolve incompatibilities with newer
SVTHEVC.

PR:		247035, 248479
Sponsored by:	United Marsupials
2020-09-20 22:17:52 +00:00
Yuri Victorovich
688fff4c4a science/gabedit: Update 2.5.1-061218 -> 2.5.1-300720; Fix build on 13
Reported by:	fallout (breakage on 13)
MFH:		2020Q3
2020-09-20 22:12:22 +00:00
Antoine Brodin
a9d9acd326 Unbreak bulk -a 2020-09-20 22:08:54 +00:00
Piotr Kubaj
ad73d13b28 games/nxengine: move DISTVERSIONPREFIX to pacify portlint 2020-09-20 21:36:16 +00:00
Johannes M Dieterich
e3f37ad912 graphics/gpu-firmware-kmod: Navi12 firmwares
Sync amdgpu firmwares to linux firmwares upstream.

Submitted by:	zeising
2020-09-20 21:27:30 +00:00