New x11/compton

2014-10-25 Thread Sunil Nimmagadda
Hi, Following a conversation on tech@, here is my attempt at porting compton. Compton is a compositor for X and is a fork of xcompmgr with bugs fixes and enchancements. Link to port: https://poolp.org/~sunil/compton.tar.gz I tested it only on amd64. Any comments/feedback?

Re: New x11/compton

2014-10-26 Thread Sunil Nimmagadda
From owner-ports+m69...@openbsd.org Sun Oct 26 00:20:08 2014 From: Stuart Henderson st...@openbsd.org To: Sunil Nimmagadda su...@nimmagadda.net Cc: ports@openbsd.org Subject: Re: New x11/compton --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline

luasocket: Install headers.lua

2014-12-14 Thread Sunil Nimmagadda
Hi, ssl.https module(ports/security/luasec) requires headers.lua. This diff fixes the dependency. Index: Makefile === RCS file: /cvs/ports/net/luasocket/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile

luasec: Install https.lua

2014-12-14 Thread Sunil Nimmagadda
Hi, This diff installs https.lua. Index: Makefile === RCS file: /cvs/ports/security/luasec/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile17 Jul 2014 21:06:16 - 1.15 +++ Makefile14 Dec

Re: luasocket: Install headers.lua

2014-12-15 Thread Sunil Nimmagadda
On Mon, Dec 15, 2014 at 08:21:33AM +, Stuart Henderson wrote: Manually written do-install sections like this are fragile. Can these Makefiles be changed so that they'll pick up files needed by future versions without further changes, or is there any build infrastructure in the

New databases/luapgsql

2014-12-19 Thread Sunil Nimmagadda
Hi, This port is a Lua binding for PostgreSQL. Tested with both Lua 5.1 and 5.2 on amd64. Comments or suggestions? luapgsql.tar.gz Description: application/tar-gz

Re: New databases/luapgsql

2014-12-21 Thread Sunil Nimmagadda
On Fri, Dec 19, 2014 at 05:04:33PM +0100, Sunil Nimmagadda wrote: Hi, This port is a Lua binding for PostgreSQL. Tested with both Lua 5.1 and 5.2 on amd64. Comments or suggestions? Here is an updated port for the latest version 1.3.2. luapgsql.tar.gz Description: application/tar-gz

Re: New databases/luapgsql

2014-12-22 Thread Sunil Nimmagadda
On Sun, Dec 21, 2014 at 05:37:47PM +0100, Sunil Nimmagadda wrote: On Fri, Dec 19, 2014 at 05:04:33PM +0100, Sunil Nimmagadda wrote: Hi, This port is a Lua binding for PostgreSQL. Tested with both Lua 5.1 and 5.2 on amd64. Comments or suggestions? Here is an updated port

New devel/luaunix

2014-12-22 Thread Sunil Nimmagadda
Hi, Lua bindings for various Unix functions and system calls. luaunix.tar.gz Description: application/tar-gz

New net/luanet

2014-12-22 Thread Sunil Nimmagadda
Hi, This is a network access module for Lua. luanet.tar.gz Description: application/tar-gz

p5-Perl-Critic: broken dependency

2015-02-20 Thread Sunil Nimmagadda
Hi, Module::Pluggable is removed from Perl core distribution. perlcritic now fails to run with this message... Can't load Policies from namespace Perl::Critic::Policy: Can't locate Module/Pluggable.pm in @INC (you may need to install the Module::Pluggable module) (@INC contains:

Re: p5-Perl-Critic: broken dependency

2015-02-20 Thread Sunil Nimmagadda
On Fri, Feb 20, 2015 at 11:28:35AM +, Stuart Henderson wrote: On 2015/02/20 12:00, Sunil Nimmagadda wrote: Hi, Module::Pluggable is removed from Perl core distribution. perlcritic now fails to run with this message... Add a REVISION bump too, then this is OK sthen

update perltidy

2015-04-01 Thread Sunil Nimmagadda
Hi, This updates perltidy to 20140711 version. Index: Makefile === RCS file: /cvs/ports/devel/perltidy/Makefile,v retrieving revision 1.17 diff -u -p -r1.17 Makefile --- Makefile11 Mar 2013 10:50:24 - 1.17 +++ Makefile

New port: libsoldout

2016-10-10 Thread Sunil Nimmagadda
Hi, libsoldout is a flexible and extensible C library to parse mardown format. I have attached a port for it which is tested on amd64. Comments and tests are welcome, thanks. libsoldout.tar.gz Description: Binary data

Re: New port: libsoldout

2016-10-12 Thread Sunil Nimmagadda
Jeremie Courreges-Anglas writes: > Sunil Nimmagadda <su...@nimmagadda.net> writes: > >> Hi, >> >> libsoldout is a flexible and extensible C library to parse mardown >> format. I have attached a port for it which is tested on amd64. >> >> Comments

gitdaemon: using _gitdaemon user

2017-01-09 Thread Sunil Nimmagadda
Hi, I was trying out "git daemon" with the rc script provided... # rcctl enable gitdaemon # rcctl set gitdaemon flags /tmp/git/test.git # rcctl start gitdaemon and then... $ pgrep -u root -fl git 74576 git-daemon --detach /tmp/git/test.git it started to run as root. I believe the daemon_flags

Re: New: mail/mblaze

2017-09-12 Thread Sunil Nimmagadda
Jeremie Courreges-Anglas <j...@wxcvbn.org> writes: > On Tue, Sep 12 2017, Sunil Nimmagadda <su...@nimmagadda.net> wrote: >> Hi, > > Hi Sunil, > >> mblaze is a set of Unix utilities to deal with mail kept in Maildir >> folders. Its design is roughly

New: mail/mblaze

2017-09-12 Thread Sunil Nimmagadda
Hi, mblaze is a set of Unix utilities to deal with mail kept in Maildir folders. Its design is roughly inspired by MH, the RAND Message Handling System, but it is a complete implementation from scratch. Homepage: https://github.com/chneukirchen/mblaze The port is attached; appreciate feedback,

Re: [pretest] emacs-26.0.90

2017-10-17 Thread Sunil Nimmagadda
Jeremie Courreges-Anglas writes: > Here's a diff for the first pretest in the emacs-26 release cycle. > Among other things, emacs now uses system malloc(3) at runtime (gmalloc > is still used at build/unexec time). > > As usual build & test reports are welcome, especially if

mail/mblaze: update to 0.5

2019-02-09 Thread Sunil Nimmagadda
Hi, The changelog... * New tool msearch to wrap several mail indexers. * New zsh completion _mblaze. * mnext/mprev were removed (you can call `mless +`/`mless -`). * The GnuPG tools in contrib/ now use gpg2. * mshow exits with error if it could not extract all attachments * mrep: add -noquote to

Re: [update] emacs-26.2

2019-04-21 Thread Sunil Nimmagadda
Jeremie Courreges-Anglas wrote: > > Here's a diff to update to the latest emacs release. > > Announcement mail: > https://lists.gnu.org/archive/html/info-gnu/2019-04/msg3.html > > Tested since a few days with the no_x11 FLAVOR on amd64 and sparc64. > Test reports on other architectures

CVS: cvs.openbsd.org: ports

2017-09-15 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2017/09/15 21:48:50 Log message: Import mblaze, a set of Maildir utilities. In collaboration with and ok giovanni@, jca@. Status: Vendor Tag: sunil Release Tags:

CVS: cvs.openbsd.org: ports

2017-09-15 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2017/09/15 21:43:32 Log message: Import mblaze, a set of Maildir utilities. In collaboration with and ok giovanni@, jca@. Status: Vendor Tag: sunil Release Tags:

CVS: cvs.openbsd.org: ports

2017-09-16 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2017/09/16 07:13:42 Modified files: mail : Makefile Log message: +mblaze

CVS: cvs.openbsd.org: ports

2019-03-08 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2019/03/08 21:59:43 Modified files: mail/mblaze: Makefile distinfo Log message: Update mblaze to 0.5.1 Feedback and ok kn@

CVS: cvs.openbsd.org: ports

2019-02-12 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2019/02/12 07:27:35 Modified files: mail/mblaze: Makefile distinfo mail/mblaze/pkg: PLIST Log message: Update mblaze to 0.5 Ok solene@

CVS: cvs.openbsd.org: ports

2019-02-04 Thread Sunil Nimmagadda
CVSROOT:/cvs Module name:ports Changes by: su...@cvs.openbsd.org 2019/02/05 00:49:32 Modified files: lang/clojure : Makefile distinfo lang/clojure/files: clj_completions Log message: update to 1.10.0 changelog: