[New] security/pizauth

2023-03-14 Thread Laurence Tratt
Please find attached a port for pizauth 0.2.1: pizauth is a simple program for requesting, showing, and refreshing OAuth2 access tokens. pizauth is formed of two components: a persistent server which interacts with the user to request tokens, and refreshes them as necessary; and a command-

Re: [New] security/pizauth

2023-03-14 Thread Laurence Tratt
On Tue, Mar 14, 2023 at 10:55:41AM +, Stuart Henderson wrote: Hello Stuart, > typo:authenticate Oops! > Please also split the MODCARGO_CRATES lines off to crates.inc with a > .include, then it's ok sthen@, but maybe also add "mail" to CATEGORIES? Both done! [Sin

[Update] security/pizauth

2023-04-03 Thread Laurence Tratt
The (inevitably-large-because-of-Rust) patch below updates security/pizauth from 0.2.1 to 0.2.2. Laurie diff --git security/pizauth/Makefile security/pizauth/Makefile index 00d011591ff..42d41c6dfc1 100644 --- security/pizauth/Makefile +++ security/pizauth/Makefile @@ -1,6 +1,6 @@ COMMENT =

Re: [Update] security/pizauth

2023-04-08 Thread Laurence Tratt
On Mon, Apr 03, 2023 at 08:14:14PM +0100, Laurence Tratt wrote: > The (inevitably-large-because-of-Rust) patch below updates security/pizauth > from 0.2.1 to 0.2.2. Anyone able to import this? Laurie diff --git security/pizauth/Makefile security/pizauth/Makefile index 00d011591ff..42d41

Re: [update] fonts/juliamono to 0.0.53

2024-01-01 Thread Laurence Tratt
On Fri, Dec 29, 2023 at 02:15:30PM +0100, Justin Berthault wrote: [I'd replied to Justin off-list but realised that I should have replied on-list -- sorry!] > Please find below the diff to update to latest release (0.0.53) This works fine for me, so I'm happy to OK it. Although I still use the

[Update] devel/snare

2024-01-09 Thread Laurence Tratt
The commit below updates devel/snare to 0.4.9. It also breaks the `MODCARGO` fun out into `crates.inc`, so the normally-long Rust port diff is even longer than normal! But at least it's a one-off. Laurie diff --git devel/snare/Makefile devel/snare/Makefile index 578e6edfe5f..a280c1d8caa 100644

Re: [UPDATE] devel/msgpack-6.0.0

2024-02-04 Thread Laurence Tratt
On Sat, Feb 03, 2024 at 06:33:41PM +0900, SASANO Takayoshi wrote: Hello Takayoshi, >> It will need doing sometime. It's probably easier to do it sooner rather >> than later before more other ports start using it. >> >> These ports will need changes to adapt: >> >> editors/neovim >> editors/neov

[Update] security/pizauth

2024-02-04 Thread Laurence Tratt
The patch below updates security/pizauth to 1.0.4. Laurie diff --git security/pizauth/Makefile security/pizauth/Makefile index d43dab62e23..702c1b04131 100644 --- security/pizauth/Makefile +++ security/pizauth/Makefile @@ -3,7 +3,7 @@ NOT_FOR_ARCHS = sparc64 COMMENT = OA

[Update] devel/snare

2024-07-25 Thread Laurence Tratt
This updates devel/snare to 0.4.11. Happily this doesn't perturb the crates too much! Laurie diff --git devel/snare/Makefile devel/snare/Makefile index 314212cf38e..60536dd6246 100644 --- devel/snare/Makefile +++ devel/snare/Makefile @@ -1,6 +1,6 @@ COMMENT = GitHub webhooks runne

Re: devel/snare: time crate update for upcoming lang/rust

2024-07-27 Thread Laurence Tratt
On Sat, Jul 27, 2024 at 04:00:50PM GMT, Sebastien Marie wrote: Hello Sebastien, > The following diff updates time crate to 0.3.36 (and dependencies). It > is required for lang/rust 1.80.0 OK from me! Laurie

Re: security/pizauth: time crate update for upcoming lang/rust

2024-07-27 Thread Laurence Tratt
On Sat, Jul 27, 2024 at 05:04:48PM GMT, Sebastien Marie wrote: Hello Sebastien, > The following diff updates time crate to 0.3.36 (and dependencies). It is > required for lang/rust 1.80.0 I was due to make a new release of pizauth, so this has given me the prod to do so! Patch to the port below.

Re: Add readme to rust-ring?

2023-04-12 Thread Laurence Tratt
On Wed, Apr 12, 2023 at 11:26:17AM +0200, Theo Buehler wrote: Hello Theo, > in that recent misc thread on failing rust ports, I thought maybe it is > worth adding a version of it to rust-ring. Below all the plist noise, this > patch adds the following pkg-readme. It might be easier to remember t

neovim and treesitter updates

2023-04-13 Thread Laurence Tratt
Updating to neovim-0.9.0 requires updating treesitter too, as the former requires a new function in the latter. Patches to both below -- "probably best if people on ports test it" from edd@. Note that neovim by default now uses ccache if installed [1] so we have to explicitly turn that off. Laur

Re: neovim and treesitter updates

2023-04-17 Thread Laurence Tratt
On Sun, Apr 16, 2023 at 09:49:29PM +0100, Edd Barrett wrote: Hello Edd, > Sorry, I kludged the neovim diff. This one (and your update to the tree-sitter diff) works well for me, and I think is ready to go in. Laurie

[Update] fonts/juliamono

2023-05-08 Thread Laurence Tratt
A trivial update to juliamono which has some minor fixes [1]. Works fine here. Laurie [1] https://github.com/cormullion/juliamono/blob/master/CHANGELOG.md#v0048---2023-02-06 diff --git fonts/juliamono/Makefile fonts/juliamono/Makefile index 575dd89687b..500dcc97953 100644 --- fonts/juliamono/

meta/xfce and xfce4-screensaver

2023-05-08 Thread Laurence Tratt
Installing meta/xfce installs xfce4-screensaver. However, xfce4-screensaver seems to have the unfortunate behaviour of messing with the user's X screensaver settings, even when the screensaver is disabled in XFCE. This caused me a certain amount of head-scratching when my `.xsession` loaded `xidle`

Re: meta/xfce and xfce4-screensaver

2023-05-08 Thread Laurence Tratt
On Mon, May 08, 2023 at 07:04:10PM +0200, Landry Breuil wrote: Hello Landry, >> Installing meta/xfce installs xfce4-screensaver. However, >> xfce4-screensaver seems to have the unfortunate behaviour of messing with >> the user's X screensaver settings, even when the screensaver is disabled >> in

Re: meta/xfce and xfce4-screensaver

2023-05-08 Thread Laurence Tratt
On Mon, May 08, 2023 at 05:17:11PM +0200, Antoine Jacoutot wrote: Hello Antoine, >> As part of this, I tried using xfce4-screensaver as a screensaver, but it >> doesn't notice suspend, and after resume you can often see the full >> contents of the desktop for several seconds (and, I think, you mi

Re: meta/xfce and xfce4-screensaver

2023-05-09 Thread Laurence Tratt
On Tue, May 09, 2023 at 08:46:39AM +0200, Landry Breuil wrote: Hello Landry, > can you check whether it's "saved in the session" if you use session > saving ? grep screensa .cache/sessions/* I tried the following: 1. `pkg_add xfce4-scrensaver`. Enable screen saving. There is no xfce4-scr

Re: meta/xfce and xfce4-screensaver

2023-05-12 Thread Laurence Tratt
On Wed, May 10, 2023 at 08:52:41AM +0200, Landry Breuil wrote: Hello Landry, > When it's enabled/disabled, is there a > ~/.config/autostart/xfce4-screensaver.desktop file with Hidden=true ? > supposedly, that's what should "prevent" it to start, ie this desktop file > "overrides" /etc/xdg/autosta

Re: [update] audio/rubberband to 3.2.1

2023-05-22 Thread Laurence Tratt
On Sun, May 21, 2023 at 09:24:09PM +0200, Raphael Graf wrote: Hello Raphael, > There are many changes since 1.8.2, here is the full Changelog: > https://github.com/breakfastquay/rubberband/blob/default/CHANGELOG > > The tests are now enabled and pass (on amd64). > > There is a command-line util

Re: [update] audio/rubberband to 3.2.1

2023-05-27 Thread Laurence Tratt
On Sun, May 21, 2023 at 09:24:09PM +0200, Raphael Graf wrote: > There are many changes since 1.8.2, here is the full Changelog: > https://github.com/breakfastquay/rubberband/blob/default/CHANGELOG > > The tests are now enabled and pass (on amd64). > > There is a command-line utility which can be u

[Update] security/pizauth

2023-05-29 Thread Laurence Tratt
The patch below updates security/pizauth from 0.2.2 to 0.3.0. Laurie diff --git security/pizauth/Makefile security/pizauth/Makefile index f028bdb5ef1..738385fcf4a 100644 --- security/pizauth/Makefile +++ security/pizauth/Makefile @@ -3,7 +3,7 @@ NOT_FOR_ARCHS = powerpc64 riscv64 sparc64

[Update] sysutils/supuner

2024-03-08 Thread Laurence Tratt
The patch below updates sysutils/supuner from 0.2 -> 0.3 Laurie diff --git sysutils/supuner/Makefile sysutils/supuner/Makefile index 404113dc564..c741f05f96a 100644 --- sysutils/supuner/Makefile +++ sysutils/supuner/Makefile @@ -1,6 +1,6 @@ COMMENT = SUPress stdout / stderr UNless

Chromium browsers: Meet + webcam = SIGILL?

2024-03-11 Thread Laurence Tratt
Hello all, On current, with packages upto date as of Saturday, I get a consistent SIGILL with Google Meet and the 3 Chromium browsers I'm aware of (Chromium, Iridium, Ungoogled-Chromium). It seems like it might be something to do with webcam/video processing in these browsers, but I'm far from sur

Re: Chromium browsers: Meet + webcam = SIGILL?

2024-03-11 Thread Laurence Tratt
On Mon, Mar 11, 2024 at 10:58:41AM +0100, Solène Rapenne wrote: Hello Solène, >> On current, with packages upto date as of Saturday, I get a consistent >> SIGILL with Google Meet and the 3 Chromium browsers I'm aware of >> (Chromium, Iridium, Ungoogled-Chromium). It seems like it might be >> some

Re: Chromium browsers: Meet + webcam = SIGILL?

2024-03-11 Thread Laurence Tratt
On Mon, Mar 11, 2024 at 12:25:52PM +, Stuart Henderson wrote: Hello Stuart, >> On current, with packages upto date as of Saturday, I get a consistent >> SIGILL with Google Meet and the 3 Chromium browsers I'm aware of >> (Chromium, Iridium, Ungoogled-Chromium). It seems like it might be >> so

Re: Chromium browsers: Meet + webcam = SIGILL?

2024-03-11 Thread Laurence Tratt
On Mon, Mar 11, 2024 at 11:14:44AM -0600, Theo de Raadt wrote: Hello Theo, > With a bit of effort, the address you see: > > addr=0x67cb1d220 > > can be compared in the ktrace to earlier mmap() operations (done by the > shared library linker ld.so); those mmap are mappings against a file >

Fwd: [Update] sysutils/supuner (from lau...@tratt.net)

2024-03-19 Thread Laurence Tratt
Resending this one now that ports is unlocked. Laurie - Forwarded message from Laurence Tratt - From: Laurence Tratt To: ports@openbsd.org Date: Fri, 8 Mar 2024 18:02:10 + Subject: [Update] sysutils/supuner The patch below updates sysutils/supuner from 0.2 -> 0.3 Laurie d

[Update] devel/snare

2024-04-02 Thread Laurence Tratt
This updates devel/snare to 0.4.10. The main change from a ports perspective is the further reduction in dependencies. Laurie diff --git devel/snare/Makefile devel/snare/Makefile index a280c1d8caa..314212cf38e 100644 --- devel/snare/Makefile +++ devel/snare/Makefile @@ -1,6 +1,6 @@ COMMENT =

[Update] devel/github-backup

2024-04-18 Thread Laurence Tratt
A mostly-trivial update to devel/github-backup, though explicitly disabling tests since, to quote the readme, "This project currently contains no unit tests.", causing `make test` to error. Laurie Index: Makefile === RCS file: /cvs

[Update] devel/py-colorlog

2024-04-18 Thread Laurence Tratt
A trivial update for py-colorlog. Tested working with audio/ffmpeg-normalize. Laurie diff --git devel/py-colorlog/Makefile devel/py-colorlog/Makefile index 6ba5f5a415d..3cee7092dde 100644 --- devel/py-colorlog/Makefile +++ devel/py-colorlog/Makefile @@ -1,6 +1,6 @@ COMMENT = log f

[Update] devel/py-test

2024-04-18 Thread Laurence Tratt
Our devel/py-test is quite old: although the latest version is 8.*, that has breaking changes that may well break things for us. This update pushes things to 7.4.4, which will warn about upcoming deprecations: hopefully we can use this as a bridge to an 8.* port at some point in the future. I've t

[Update] devel/py-tqdm

2024-04-19 Thread Laurence Tratt
This patch updates devel/py-tqdm. [Note that it implicitly relies on the recent devel/py-test update: without it, there will be a missing (indirect) dependency that causes `make test` to fail.] Tested working with audio/ffmpeg-normalize. Laurie diff --git devel/py-tqdm/Makefile devel/py-tqdm/Ma

Re: UPDATE: vim

2016-09-26 Thread Laurence Tratt
On Sun, Sep 25, 2016 at 11:14:25PM +0200, frantisek holop wrote: Hello Frantisek, > resubmitting 8.0 with latest patchlevel. > no real changes from last time. This has been working well for me all day on amd64 -- thanks! Although it's not directly related to the port, I wonder if we might also

Re: How to incoporate the rust ecosystem inside ports ?

2016-12-09 Thread Laurence Tratt
On Thu, Dec 08, 2016 at 04:30:27PM +0100, Sebastien Marie wrote: Hello Sebastien, > So I would like to open the discussion on the "proper" way to manage crates > inside OpenBSD ports tree. First of all, thanks for all your hard work in getting Rust up and running so well on OpenBSD! I must admi

NEW: lang/pypy

2012-06-27 Thread Laurence Tratt
A new port for PyPy 1.9 is available [1]: http://tratt.net/laurie/src/obsd/ports/pypy.tar.gz "PyPy is a fast, compliant alternative implementation of the Python language (equivalent to CPython 2.7.2)." For "pure" Python 2.7 programs, PyPy speeds up execution by a factor of 5.5 on average [2].

Re: NEW: lang/pypy

2012-06-27 Thread Laurence Tratt
On Wed, Jun 27, 2012 at 02:57:25PM +0200, Landry Breuil wrote: >> To build PyPy, you will need a fair bit of RAM (8Gb is definitely safe; >> 6Gb is probably safe). Once built, PyPy often consumes less memory than >> CPython. [...] > They use java to build or what ? What can be so greedy and insane

Re: NEW: lang/pypy

2012-06-27 Thread Laurence Tratt
On Wed, Jun 27, 2012 at 09:41:32AM -0500, Amit Kulkarni wrote: > how about trying llvm/clang on compiling it and see if clang can do it in a > 1.5 ---> 2 gb datasize limit? Unfortunately, it's not just GCC that grows to several GB: the initial Python process doing the static analysis grows to the

Re: NEW: lang/pypy

2012-06-28 Thread Laurence Tratt
On Thu, Jun 28, 2012 at 09:59:15AM +0100, Stuart Henderson wrote: > Ports are expected to honour CC and CFLAGS variables. This problem (and the direct, somewhat weird, writing to $TMPDIR) are now (hopefully) fixed in the WIP git for lang/pypy. Comments welcome. Laurie -- Personal

Re: NEW: lang/pypy

2012-06-29 Thread Laurence Tratt
On Thu, Jun 28, 2012 at 11:58:36PM +0200, Juan Francisco Cantero Hurtado wrote: > --> sudo make lib-depends-check [...] > WANTLIB += bz2 c crypto curses expat ffi m pthread ssl util z Now fixed in WIP. Laurie -- Personal http://tratt.net/laurie/ The

High system load with gkrellm on amd64

2012-07-17 Thread Laurence Tratt
On two of my amd64 machines (a desktop and a laptop), I have been plagued, for several months, by seemingly random high system loads (100%). Sometimes after a few minutes, sometimes after a couple of days, of use, my CPU useage would effectively hit 100%, with top showing 2 CPU cores hitting 50% ea

Re: High system load with gkrellm on amd64

2012-07-20 Thread Laurence Tratt
On Tue, Jul 17, 2012 at 11:42:05AM +0100, Stuart Henderson wrote: >> On two of my amd64 machines (a desktop and a laptop), I have been plagued, >> for several months, by seemingly random high system loads (100%). >> Sometimes after a few minutes, sometimes after a couple of days, of use, >> my CPU

NEW: lang/pypy

2012-09-08 Thread Laurence Tratt
I've updated the port for lang/pypy in openbsd-wip[1] based on comments from sthen@ and others. I think this is now ready to be put in the tree, but not linked to the build (the build gobbles up too much memory for the current bulk build port machines). It is currently only for amd64; it should be

NEW: sysutils/multitime

2012-09-25 Thread Laurence Tratt
I've put a port for sysutils/multitime into openbsd-wip [1]. From the DESCR: Unix's 'time' utility is a simple and often effective way of measuring how long a command takes to run ('wall time'). Unfortunately, running a command once can give misleading timings: the process may create a cache

graphics/py-dot update

2012-10-30 Thread Laurence Tratt
There's no official maintainer for graphics/py-dot, but having just used a program that needed it, I found our port is very old (6 years) and quite buggy. The attached patch brings it upto date, and makes things work well on my machine (amd64 -current). Laurie -- Personal

Re: pkg_add vs python

2012-11-07 Thread Laurence Tratt
On Mon, Nov 05, 2012 at 02:15:53PM +0100, Marc Espie wrote: > Turns out python is stupid enough to store path+timestamp in its compiled > *.pyc files to know when to recompile. The "auto-recompile everything which is out of date" feature is ingenious but there are at least two different ways of

Re: pkg_add vs python

2012-11-08 Thread Laurence Tratt
On Wed, Nov 07, 2012 at 01:27:33PM +0100, Marc Espie wrote: > Actually, we discussed a possible approach. It looks reasonable to have a > "compile as package" mode (say through an env variable for instance) that > would disable the check and leave a mark in the compiled file that says the > check

Re: fix inkscape segmentation fault

2016-02-05 Thread Laurence Tratt
On Thu, Feb 04, 2016 at 09:34:46PM +0100, Rafael Sadowski wrote: Hello Rafael, > last days I debug inkscape. Could anybody reproduce my segfault on > amd64-current: Yes, for me, inkscape was segfaulting all over the place, generally within 20 or 30 seconds of starting up (as Stuart mentioned, I

Re: py-matplotlib gdk backend broken

2016-03-30 Thread Laurence Tratt
On Tue, Mar 29, 2016 at 10:45:59AM +0100, Stuart Henderson wrote: Hello Stuart, > Reinstalling py-matplotlib fixes it, I've bumped REVISION to make that > happen. Would be nice if someone can figure out what's causing it, maybe it > needs an extra WANTLIB on something to force updates. Late last

NEW: print/latex-beamer

2005-09-26 Thread Laurence Tratt
I have made available a port of the latex-beamer package to OpenBSD. From the blurb: The beamer class is a LaTeX class that allows you to create a beamer presentation. It can also be used to create slides. It behaves similarly to other packages like Prosper, but has the advantage that it wor

Re: NEW: print/latex-beamer

2005-09-26 Thread Laurence Tratt
On Mon, Sep 26, 2005 at 09:44:40PM +0200, Nikolay Sturm wrote: >> http://tratt.net/laurie/obsd/ports/latex-beamer.tar.gz > In what way is latex-beamer related to beamer, which comes with tetex? > Are there any incompatibilities expected? >> http://tratt.net/laurie/obsd/ports/pgf.tar.gz > In what w

Re: More KDE

2006-02-15 Thread Laurence Tratt
On Wed, Feb 15, 2006 at 12:00:10PM +0800, Lars Hansson wrote: > kdenetwork > == > kopete: can't log in to yahoo, keeps prompting for password even when the > correct one is given. This one I've suffered from for quite a while now, but I can't for the life of me work out why - I had a poke

Update mail/offlineimap to 4.0.11

2006-03-28 Thread Laurence Tratt
www.quux.org/devel/offlineimap/ MAINTAINER=Laurence Tratt <[EMAIL PROTECTED]> diff -ru offlineimap/distinfo.orig offlineimap/distinfo --- offlineimap/distinfo.orig Wed Jan 5 16:58:34 2005 +++ offlineimap/distinfoTue Mar 28 11:45:39 2006 @@ -1,4 +1,4 @@ -MD5 (offlineimap_4.0.8.tar.gz

Re: PyPy port (was: Re: Request for an account on a >4Gb RAM account)

2011-11-30 Thread Laurence Tratt
On Wed, Nov 30, 2011 at 12:57:34AM +0100, Piotr Sikora wrote: >> The patches for basic OpenBSD support are now in PyPy and, I hope, PyPy >> 1.6, when released, will compile straight out of the box on OpenBSD (on >> amd64 almost certainly; on i386 probably; and on other platforms probably >> not).

Re: NEW: lang/snobol4

2017-11-06 Thread Laurence Tratt
On Sun, Nov 05, 2017 at 12:20:48PM -0500, Brian Callahan wrote: Hello Brian, > But the website says that Icon bears little superficial resemblance to > SNOBOL4, which I take to mean you can't take snobol code and run it through > icon, which is what is needed :( As you've probably realised, SNOB

Re: NEW: devel/github-backup

2017-11-12 Thread Laurence Tratt
On Sat, Nov 11, 2017 at 01:43:07PM +, Stuart Henderson wrote: Hello Stuart, > From README: > : Fortunately, basic use cases are fairly simple. First, you need to generate > a > : GitHub OAuth token (Settings -> Personal Access Tokens -> Generate New > Token). > : Then choose your use case.

Re: NEW: devel/github-backup

2017-11-30 Thread Laurence Tratt
On Sat, Nov 11, 2017 at 01:44:32PM +, Stuart Henderson wrote: Hello Stuart, > [...] I'd be OK importing without the README (and associated PLIST entry) > for now and working on that later ... Please find attached a tarball which does just that. Looking for other OKs for import! Laurie g

Re: NEW: devel/github-backup

2017-12-08 Thread Laurence Tratt
On Thu, Nov 30, 2017 at 12:08:10PM +, Laurence Tratt wrote: >> [...] I'd be OK importing without the README (and associated PLIST entry) >> for now and working on that later ... > Please find attached a tarball which does just that. Looking for other OKs > for impor

Re: update: lang/rust 1.24

2018-02-18 Thread Laurence Tratt
On Sat, Feb 17, 2018 at 01:24:27PM +0100, Sebastien Marie wrote: Hello Sebastien, > The following diff update lang/rust to 1.24. Thanks for this! I had a couple of problems. First the distinfo seems to be out of date? I got this error from fetch: >> Size does not match for rust/rustc-bootstra

Re: update: lang/rust 1.24

2018-02-19 Thread Laurence Tratt
On Sun, Feb 18, 2018 at 06:03:47PM +0100, Sebastien Marie wrote: Hello Sebastien, > It seems that the uploaded file is truncated in some way. > > $ tar zft rustc-bootstrap-amd64-1.24.0-20180213.tar.gz >/dev/null > gzip: stdin: Input/output error > tar: End of archive volume 1 reached > > distin

Re: rust-doc removal ?

2017-03-13 Thread Laurence Tratt
On Sun, Mar 12, 2017 at 06:58:50PM +0100, Sebastien Marie wrote: Hello Sebastien, > I would like to know if there are any user of rust-doc. Yes, I use it a lot. It's particularly useful to have the API docs when I'm offline (or with limited bandwidth). But if I'm the only user then I don't think

NEW: databases/py-pygresql

2008-04-09 Thread Laurence Tratt
I have made available a port of the PyGreSQL Python <-> PostgreSQL database driver at: http://tratt.net/laurie/obsd/ports/py-pygresql.tar.gz >From the blurb: PyGreSQL is a Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of th

mail/offlineimap: drop maintainership

2008-06-29 Thread Laurence Tratt
I no longer use offlineimap myself, but I know several people do. As a new version 6.00 (don't ask me why they've skipped over v5.x) is now available: http://software.complete.org/software/projects/list_files/offlineimap it seems a good time to hand over maintainership to someone who actively u

Request for an account on a >4Gb RAM account

2011-08-07 Thread Laurence Tratt
I'm currently porting PyPy - a Python JIT - to OpenBSD in the hope that the next stable release will go into ports post-unlock. With the help of a couple of PyPy developers, I have most of the work done, but have hit a bit of a brickwall because the PyPy bootstrap process require

Re: Request for an account on a >4Gb RAM account

2011-08-16 Thread Laurence Tratt
On Sun, Aug 07, 2011 at 05:22:05PM +0100, Laurence Tratt wrote: > Does any kind soul have a >4Gb RAM (preferably amd64) OpenBSD machine that > they can temporarily offer me a non-root account on? It needs a few > dependencies installed (all in ports -current), but little more. You

NEW: print/ps2eps

2007-01-15 Thread Laurence Tratt
I have made available a port of the ps2eps tool at: http://tratt.net/laurie/obsd/ports/ps2eps.tar.gz >From the blurb: ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from usual one-paged Postscript documents. It calculates correct Bounding Boxes for those EPS files a

Update mail/offlineimap to 4.0.16

2007-02-07 Thread Laurence Tratt
l -PKGNAME=${DISTNAME:S/_/-/}p0 +PKGNAME=${DISTNAME:S/_/-/} -HOMEPAGE= http://www.quux.org/devel/offlineimap/ +HOMEPAGE= http://software.complete.org/offlineimap/ MAINTAINER= Laurence Tratt <[EMAIL PROTECTED]> @@ -16,7 +17,7 @@ PERMIT_DISTFILES_C

Hydrogen fix

2007-04-29 Thread Laurence Tratt
I've been running audio/hydrogen on an AMD64 machine with uaudio output; the stock install can't play audio and instead spews the following messages to stderr: [EMAIL PROTECTED] hydrogen DefaultSong.h2song Hydrogen 0.9.3 [Dec 24 2006] [http://www.hydrogen-music.org] Copyright 2002-2005 Ale

NEW: devel/tailor

2007-05-08 Thread Laurence Tratt
I have made available a port of the Tailor tool at: http://tratt.net/laurie/obsd/ports/tailor.tar.gz >From the blurb: Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion, and Tla repositories. I

Re: NEW: devel/tailor

2007-05-09 Thread Laurence Tratt
On Tue, May 08, 2007 at 04:40:43PM -0500, Will Maier wrote: >> I have made available a port of the Tailor tool > Some suggestions: > > * COMMENT shouldn't start with a capital letter > * pkg/DESCR should be wrapped at 72 characters > * I don't see the point in installing README.html

Re: disc-cover-1.5.2p1 broken?

2007-08-09 Thread Laurence Tratt
On Wed, Aug 08, 2007 at 11:40:00PM +0100, Edd Barrett wrote: >>> Whilst testing disc-cover-1.5.2p1 (-current) with texlive, I am unable to >>> have disc-cover read the cdrom drive. It has correctly guessed the device >>> node, but is unable to read the cd. I have checked the permissions on the >>>

NEW: graphics/py-pyx

2007-11-19 Thread Laurence Tratt
I have made available a port of the PyX Python graphics creation library at: http://tratt.net/laurie/obsd/ports/py-pyx.tar.gz >From the blurb: PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX

Re: NEW: graphics/py-pyx

2007-12-01 Thread Laurence Tratt
On Fri, Nov 30, 2007 at 07:30:13PM +0100, Eric Faurot wrote: > The attached tarball works fine on both amd64 and macppc here. The problem > was an interrupted read, and a thread starting too early. I have added a > regress target that runs all the examples, except one (months.py) which is > not ev

NEW: graphics/py-pyx

2007-12-18 Thread Laurence Tratt
This is a repost of a port of the PyX Python graphics creation library at: http://tratt.net/laurie/obsd/ports/py-pyx.tar.gz >From the blurb: PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX

Re: NEW: graphics/py-pyx

2007-12-23 Thread Laurence Tratt
On Fri, Dec 21, 2007 at 08:21:33AM -0600, Will Maier wrote: >> Tested on amd64 and i386, both -current. Many thanks to Eric Faurot who >> put a lot of work into tracking down a nasty bug in PyX. I think this port >> has received enough testing that it can now be put into ports. > The port passes r

Re: NEW: graphics/py-pyx

2007-12-24 Thread Laurence Tratt
On Sun, Dec 23, 2007 at 01:02:36PM -0500, Mike Erdely wrote: >>> I think it would be nice to add some (all?) of the files under examples/, >>> especially since the docs reference them. >> Good point. I've now updated the port to install the example files. > Did you try this with USE_SYSTRACE=Yes?

Nedit update

2007-12-29 Thread Laurence Tratt
Having recently moved to config-less Xorg, I found that Nedit was painfully slow, and borderline unusable (switching to a virtual desktop with a few nedit windows in it might take 10-15 seconds). It turns out that this is a known problem with newer versions of Xorg in certain configurations: ht

print/ps2eps update

2010-11-17 Thread Laurence Tratt
A minor update to print/ps2eps to fix a few upstream bugs (changelog at ). Tested fine on amd64; ideally this needs wider testing as texlive depends on it. Laurie -- http://tratt.net/laurie/ -- Personal http://fetegeo.org/ -- Free text geocoding http

New: textproc/calibre

2011-02-13 Thread Laurence Tratt
[I know ports is in lock, but this is an early stages port that will need quite some work before it's ready for commit. There are probably better qualified people than I to take this forward, so early posting seems sensible.] Calibre is a free and open source e-book library management application

Re: ardour port

2010-06-14 Thread Laurence Tratt
On Sun, Jun 13, 2010 at 11:51:25PM +, Jacob Meuser wrote: > it's waiting at least until i386 switches to gcc4. then I'll reevaluate if > it's worth pursuing again. unfortunately, while I can get it *mostly* > working, it has some issues (in complicated C++ code I don't yet 100% > understand)

Re: [New] audio/ffmpeg-normalize (and devel/py-tqdm)

2020-07-04 Thread Laurence Tratt
On Sat, Jul 04, 2020 at 07:57:58AM +0200, Klemens Nanni wrote: Hello Klemens, > I also quickly installed flake8, py3-nose and py3-coverage as TDEPs and > `make test' does a lot of tests: some SKIP, some ok, some ERROR, but it > seems stuck at the following test: > > Test concurrent.futures.Thread

Re: [New] audio/ffmpeg-normalize (and devel/py-tqdm)

2020-07-05 Thread Laurence Tratt
On Sun, Jul 05, 2020 at 03:32:07AM -0400, Kurt Mosiejczuk wrote: Hello Kurt, > Is there a reason we're not just using MODPY_PI=YES and avoiding this whole > github dance? I've switched to MODPY_PI=Yes, and updated to 1.20.0, in the attached. Laurie ffmpeg-normalize.tgz Description: applicati

Re: [New] audio/ffmpeg-normalize (and devel/py-tqdm)

2020-07-09 Thread Laurence Tratt
On Sun, Jul 05, 2020 at 01:16:06PM +0200, Klemens Nanni wrote: > I just slipped my mind, sure enough OK kn - anyone else? Anyone able to OK the ffmpeg-normalize and py-tqdm ports? I've been using them consistently and have had no problems with either, so I think they're ready for committing (but

Re: Firefox and MIME

2020-07-12 Thread Laurence Tratt
On Sat, Jul 04, 2020 at 10:55:35PM +0200, Landry Breuil wrote: Hello Landry, > I've looked a bit at this, and its a bit more complicated than expected, as > spawning xdg-open to find the configured mime handler also calls the > same codepath, that now uses /bin/sh (in > https://gitlab.gnome.org/G

Re: [New] audio/ffmpeg-normalize (and devel/py-tqdm)

2020-07-15 Thread Laurence Tratt
On Sun, Jul 05, 2020 at 01:16:06PM +0200, Klemens Nanni wrote: Hello Klemens, > I just slipped my mind, sure enough OK kn - anyone else? I got some additional comments from edd@. I attach the updated ports. Laurie ffmpeg-normalize.tgz Description: application/tar-gz py-tqdm.tgz Description

UPDATE: devel/github-backup

2020-07-15 Thread Laurence Tratt
A very simple maintainer update for devel/github-backup. Tested and working fine for me! Laurie Index: Makefile === RCS file: /cvs/ports/devel/github-backup/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile

[New] x11/xcolor

2020-07-16 Thread Laurence Tratt
Attached is a port of xcolor which is a simple colour picker that prints to stdout the colour of the pixel clicked on. I like the fact that it shows you in a little circle the color what you're about to click on, which is much less error prone than any other picker I've tried. Note that this isn't

[New] x11/gromit-mpx

2020-07-21 Thread Laurence Tratt
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

Re: [New] x11/gromit-mpx

2020-07-22 Thread Laurence Tratt
On Tue, Jul 21, 2020 at 10:51:20PM +0100, Stuart Henderson wrote: Hello Stuart, >> Attached is a port of x11/gromit-mpx which is a new program based on the >> same ideas as gromit (see [2] for a random YouTube demo). It's simple to >> use and, if you use a compositing window manager, has good per

Re: [New] x11/xcolor

2020-07-22 Thread Laurence Tratt
On Thu, Jul 16, 2020 at 09:28:20PM +0100, Laurence Tratt wrote: > Attached is a port of xcolor which is a simple colour picker that prints to > stdout the colour of the pixel clicked on. I like the fact that it shows you > in a little circle the color what you're about to click on,

Re: [New] x11/xcolor

2020-07-22 Thread Laurence Tratt
On Wed, Jul 22, 2020 at 05:27:58PM +, Brian Callahan wrote: Hello Brian, Thanks for the comments! > When I run `make update-plist`, it adds a .crates2.json entry to the PLIST. > I'm guessing that's not needed (and it's in a bad location in any case) so > perhaps it can be `rm -f`'d in post-i

XFCE and XDG_CURRENT_DESKTOP

2020-07-25 Thread Laurence Tratt
Under XFCE, at least a couple of programs don't display file open dialogue boxes correct. For example, if I load "shotcut" and press "Ctrl-O", I get a blank window instead of a file chooser, and the whole program becomes stuck. kdenlive also has the same problem. The problem seems to be related to

Re: XFCE and XDG_CURRENT_DESKTOP

2020-07-26 Thread Laurence Tratt
On Sun, Jul 26, 2020 at 09:23:48PM +0200, Landry Breuil wrote: Hello Landry, > All qt5 apps are affected, see > https://marc.info/?l=openbsd-ports&m=158382166823558&w=2. My workaround is > to set a different theme than gtk3 via qt5ct. This might be a hack, but it's surely an improvement on the c

Re: Firefox and MIME

2020-07-29 Thread Laurence Tratt
On Sun, Jul 12, 2020 at 10:28:44PM +0100, Laurence Tratt wrote: > I don't seem able to get this to work (at least with 78.0.2 in ports). > > When I click on (say) a PDF, I get the "what should Firefox do with this > file" dialogue box rather than opening with xdg-

Re: Firefox and MIME

2020-07-29 Thread Laurence Tratt
On Wed, Jul 29, 2020 at 12:24:40PM +0200, Landry Breuil wrote: Hello Landry, [Firefox README] > Feel free to send diffs, i'm not a native speaker. Please find attached a first stab. I've also fixed a few inconsistencies in the README: you should feel free to cherry pick any bits you think are im

Re: [New] x11/gromit-mpx

2020-08-02 Thread Laurence Tratt
On Wed, Jul 22, 2020 at 11:53:07AM +0100, Laurence Tratt wrote: > Thanks for your comments -- I agree with all of them. I've updated and > tested -- please find the updates attached. gromit-mpx-1.3.1 is now out (amongst other changes, this now warns when it can't grab

[NEW] x11/screenkey

2020-08-09 Thread Laurence Tratt
screenkey echoes keypresses to screen (which is useful for screencasts / teaching and the like). There's a simple demo on the homepage: https://www.thregr.org/~wavexx/software/screenkey/ This is a port of screenkey-1.2. One obvious problem is that there are some localisation files included, but

Re: [NEW] x11/screenkey

2020-08-11 Thread Laurence Tratt
On Tue, Aug 11, 2020 at 01:40:59PM +0200, Stefan Hagen wrote: Hello Stefan, > Sweet! I tried to port screenkey myself but got stuck on the translation files > as well. Instead of deleting the "po" directory, you can also set i18n = False > in config.cfg. Aha, that's a good idea -- it's definitel

Re: [New] x11/gromit-mpx

2020-08-19 Thread Laurence Tratt
On Wed, Aug 19, 2020 at 10:59:10AM +0100, Edd Barrett wrote: Hello Edd, Thanks for your comments! > libindicator: > > ``` > $ make port-lib-depends-check > libindicator-12.10.1(x11/libindicator): > Missing: c++.5 (/usr/local/libexec/indicator-loader3) (system lib) > Missing: c++abi.3 (/usr/loca

<    1   2   3   >