Hi all,
I've attached the update for
usockets -> 0.5.0
uwebsockets -> 18.9.0
Thanks,
Aisha
diff --git a/net/usockets/Makefile b/net/usockets/Makefile
index 7e544a0459a..4c44f128e9b 100644
--- a/net/usockets/Makefile
+++ b/net/usockets/Makefile
@@ -4,11 +4,11 @@ COMMENT = eventing, networking & cr
String::Interpolate::Named provides a function to interpolate named
arguments by target texts in a template string. The target texts
are provided to the function via a hash, where the keys correspond
to the named argument to be replaced.
This is a requirement for another port I'm working on.
- t
String::Interpolate provides a neat interface to the solution to
that perenial Perl problem - how to invoke the Perl string interpolation
engine on a string contained in a scalar variable.
This is a requirement for another port I'm working on.
- todd
p5-String-Interpolate.tgz
Description: appl
File::LoadLines provides an easy way to load the contents of a text
file into an array of lines. It is intended for relatively small
files like config files that are often produced by weird tools (and
users).
This is a requirement for another port I'm working on.
- todd
p5-File-LoadLines.tgz
D
On Mon, July 20, 2020 09:31, Dimitri Karamazov wrote:
> lrslib is a self-contained ANSI C implementation of the reverse search
> algorithm for vertex enumeration/convex hull
> problems and comes with a choice of three arithmetic packages. Input file
> formats are compatible with Komei Fukuda's
>
On 2020/07/21 20:56, Laurence Tratt wrote:
> Some of you may remember gromit, a simple X11 application that let you draw
> squiggles over the screen -- useful for teaching, screencasting, etc. It had
> some performance problems and our port had bitrotted sufficiently that it's
> now in the attic [1
Florian Viehweger writes:
> Hi,
>
> thank you for your porting effort.
>
>> ping :)
>>
>> re-attaching your last tar for convenience.
>
> Building and running, using the default parameters, seems to be fine. I
> cannot comment about stability / reliability, as I use it relatively
> infrequently
Simple update weechat to 2.9. Tests welcome.
https://weechat.org/news/110/20200718-Version-2.9/
Rafael Sadowski
Index: Makefile
===
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.48
diff -u -p -u -p -r1.48 Makefil
> I don't think this is a problem with picom, it works with that shader
> script on inteldrm:
>
> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics P4600" rev 0x06
> drm0 at inteldrm0
> inteldrm0: msi, HASWELL, gen 7
> inteldrm0: 1920x1200, 32bpp
> wsdisplay0 at inteldrm0 mux 1
>
> my OK to i
Some of you may remember gromit, a simple X11 application that let you draw
squiggles over the screen -- useful for teaching, screencasting, etc. It had
some performance problems and our port had bitrotted sufficiently that it's
now in the attic [1]. AFAIK the only alternative we have in ports is
c
On 2020/07/21 21:28, Florian Viehweger wrote:
> Hi,
>
> thank you for your porting effort.
>
> > ping :)
> >
> > re-attaching your last tar for convenience.
>
> Building and running, using the default parameters, seems to be fine. I
> cannot comment about stability / reliability, as I use it r
App::Packager provides an abstract interface to a number of common
packagers, trying to catch as much common behaviour as possible.
The main purpose is to have uniform access to application specific
resources. Supported packagers are PAR::Packer, Cava::Packager and
unpackaged.
This is a requireme
Hi,
thank you for your porting effort.
> ping :)
>
> re-attaching your last tar for convenience.
Building and running, using the default parameters, seems to be fine. I
cannot comment about stability / reliability, as I use it relatively
infrequently.
On Linux I use these arguments to get a g
Attached diff updates ncspot to 0.2.0.
Changelog:
- New Feature: Podcast support
- New Feature: Add methods and api usage to delete track from playlist
- Fix: show checkmark for saved playlists instead of followed
- Fix mpris metadata returing Spotify URI instead of an url in xesam:url field
- Fix
Diff below brings rhash to 1.4.0, which is a bugfix release. Changes:
https://github.com/rhash/RHash/releases/tag/v1.4.0.
Testing:
- 'make test' runs OK on amd64
- build/run tested with its only consumer: cmake
Comments/OK?
Index: Makefile
==
On Tue 14/07/2020 18:51, Bjorn Ketelaars wrote:
> Diff below brings ipython to 7.16.1, which is a jump forward from what
> we currently have in ports. List of changes/additions is long, and can
> be found at https://ipython.readthedocs.io/en/stable/whatsnew/.
>
> Note that this update depends on a
On Tue 14/07/2020 18:50, Bjorn Ketelaars wrote:
> Diff below brings py-prompt_toolkit to the latest release (3.0.5), which
> is needed for updating ipython. Changes:
> https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.5/CHANGELOG.
>
> While here, take MAINTAINER.
>
> Testing:
> - '
> > > +V = 3.0.4
> > > +DISTNAME = modsecurity-v$V
> > > +PKGNAME = libmodsecurity-$V
> > > +
> > > +SHARED_LIBS += modsecurity 3.3 # 3.3
> >
> > start with 0.0
> >
>
> Problem is, if the library is not using 3.x, the check in t
Hi,
The attached tgz contains an updated version of the new libmodsecurity port.
I fixed the comments of Stuart except the library version.
As written in my last mail, the nginx ModSecurity connector relies on a lib
version 3.x and I do not want to patch the connector.
Greetings,
Matthias
libmo
Omar Polo writes:
> Hello ports,
>
> The following updates net/toxcore to its latest release.
>
> Upstream switched tests to gtest, but in their CMake machinery they
> search for the sources of gtest in /usr/... -- sources that our package
> does not install, so I've left the NO_TESTS and dropp
Hello ports,
The following updates net/toxcore to its latest release.
Upstream switched tests to gtest, but in their CMake machinery they
search for the sources of gtest in /usr/... -- sources that our package
does not install, so I've left the NO_TESTS and dropped the patch.
I've bumped the s
Hello Stuart,
Thank you for your quick reply.
On 21.07.2020 - 11:46:29, Stuart Henderson wrote:
> On 2020/07/21 10:45, Matthias Pitzl wrote:
> > Hello,
> >
> > The following patch adds a new port for libmodsecurity of
> > https://www.modsecurity.org/.
> >
> > https://github.com/SpiderLabs/ModSe
Works nice with TLS1.3 build directive.
OK
Martin
‐‐‐ Original Message ‐‐‐
On Tuesday, July 21, 2020 5:49 AM, Gonzalo Rodriguez wrote:
> OK gonzalo@
>
> — gonzalo
>
> > On 18. Jul 2020, at 19:44, Theo Buehler t...@theobuehler.org wrote:
> > On Sat, Jul 18, 2020 at 12:29:54PM +, Mar
On 2020/07/21 10:45, Matthias Pitzl wrote:
> Hello,
>
> The following patch adds a new port for libmodsecurity of
> https://www.modsecurity.org/.
>
> https://github.com/SpiderLabs/ModSecurity:
> Libmodsecurity is one component of the ModSecurity v3 project. The library
> codebase serves as an int
I have no way to test runtime, but this seems like it will probably be
ok. Not sure why they are trying to pull in -lstdc++ though..
On 2020/07/19 17:10, Rafael Sadowski wrote:
> On Sat Jul 18, 2020 at 05:46:42PM +0100, Stuart Henderson wrote:
> > Another port that fails because amd64 still includ
Hello,
The following patch adds a new port for libmodsecurity of
https://www.modsecurity.org/.
https://github.com/SpiderLabs/ModSecurity:
Libmodsecurity is one component of the ModSecurity v3 project. The library
codebase serves as an interface to ModSecurity Connectors taking in web traffic
and
On Mon, Jul 20, 2020 at 08:45:53PM +, Martin wrote:
> Master has been created in /var/buildbot by:
>
> buildbot create-master master
> buildbot start master
> works.
>
> But I can't start Buildbot by
> rcctl start buildbot
>
> Any suggestions?
rcctl -d start buildbot, and look at /var/build
Hello,
The following patch is to make audio working on games/godot via libao.
Six years ago, Anton Yabchinskiy added a libao driver[0] to have audio
working on OpenBSD, but a year later[1] that code was removed. (n.b.:
all of this was pre godot 2.0)
I've resurrected that code and adapted so it
28 matches
Mail list logo