Re: Update www/node from 0.4.9 - 0.6.1 ( was 0.6.0 - 0.6.1 )

2011-11-15 Thread Aaron Bieber
On Wed, Nov 16, 2011 at 01:45:27AM +, Stuart Henderson wrote: Please don't send tarballs for updates either, you can use 'cvs add' and 'cvs rm' against anoncvs servers if you want to prepare a diff with changed files (the main exception is if you have to add a new directory, you can work

Re: Update www/node from 0.4.9 - 0.6.1 ( was 0.6.0 - 0.6.1 )

2011-11-25 Thread Aaron Bieber
On Fri, Nov 25, 2011 at 02:23:30PM +, Stuart Henderson wrote: On 2011-11-16, Stuart Henderson s...@spacehopper.org wrote: On 2011-11-16, Stuart Henderson s...@spacehopper.org wrote: On 2011-11-16, Aaron Bieber def...@gmail.com wrote: Here is a cvs diff for 0.4.9 to 0.6.1. I am not sure

Re: Update www/node from 0.4.9 - 0.6.1 ( was 0.6.0 - 0.6.1 )

2011-11-25 Thread Aaron Bieber
On Fri, Nov 25, 2011 at 02:23:30PM +, Stuart Henderson wrote: On 2011-11-16, Stuart Henderson s...@spacehopper.org wrote: On 2011-11-16, Stuart Henderson s...@spacehopper.org wrote: On 2011-11-16, Aaron Bieber def...@gmail.com wrote: Here is a cvs diff for 0.4.9 to 0.6.1. I am not sure

Re: UPDATE: www/node 0.6.3 to 0.6.5

2011-12-09 Thread Aaron Bieber
On Fri, Dec 09, 2011 at 01:54:12PM +0100, Jasper Lievisse Adriaanse wrote: On Wed, Dec 07, 2011 at 09:00:26AM -0700, Aaron wrote: This patch updates nodejs from 0.6.3 to 0.6.5. Tested on i386/amd64 Shouldn't the manpages be installed to a more generic path? I assume you are talking about

Re: UPDATE: www/node 0.6.3 to 0.6.5

2011-12-14 Thread Aaron Bieber
On Sat, Dec 10, 2011 at 02:04:44PM +0100, Ingo Schwarze wrote: Hi, Aaron Bieber wrote on Fri, Dec 09, 2011 at 08:01:38AM -0700: On Fri, Dec 09, 2011 at 01:54:12PM +0100, Jasper Lievisse Adriaanse wrote: On Wed, Dec 07, 2011 at 09:00:26AM -0700, Aaron wrote: This patch updates nodejs

Update: www/node 0.6.5 to 0.6.6

2011-12-20 Thread Aaron Bieber
The below diff updates node to 0.6.6. I also added a @extraunexec line to let users know to remove the node_modules directory after pkg_delete ( thanks sthen@ ). Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v

Update: www/node 0.6.6 - 0.6.7

2012-01-07 Thread Aaron Bieber
Hola, The following diff updates node from 0.6.6 to 0.6.7. Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.23 diff -N -u -p Makefile --- Makefile5 Jan 2012 20:36:53 -

Re: [Update] Adsuck 2.4.1

2012-01-18 Thread Aaron Bieber
On Wed, Jan 18, 2012 at 09:03:48AM -0300, Gonzalo L. R. wrote: Come on guys, we hate ads! Working great here! - stupid ads! Original Message Subject: [Update] Adsuck 2.4.1 Date: Mon, 16 Jan 2012 10:31:37 -0300 From: Gonzalo L. R. gonz...@x61.com.ar To: Ports

[Update] www/node 0.6.7 to 0.6.8

2012-01-23 Thread Aaron Bieber
This diff updates node to 0.6.8 Changes: 2012.01.19, Version 0.6.8 (stable) * Update V8 to 3.6.6.19 * Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny) * Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie) * path.extname bugfix with . and .. paths (Bert Belder)

[Update] www/node 0.6.8 - 0.6.9

2012-01-29 Thread Aaron Bieber
This patch udates nodejs to 0.6.9 Changes: * dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis) * http: Fix parser memory leak (koichik) * zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse) * module: fix --debug-brk on symlinked scripts (Fedor

Re: www/node module and related ports

2012-02-17 Thread Aaron Bieber
Tested on amd64 and i386 as well - looks good. On Thu, Feb 16, 2012 at 02:12:03PM -0800, Jeremy Evans wrote: This is a module for nodejs ports that would otherwise use npm install to install. In addition to the module file itself, this also includes: * patch to network.conf.template to add

New www/node related portrs

2012-02-17 Thread Aaron Bieber
Attached are new ports of various node.js modules. OK's? Tested on amd64 and i386. www/node-express - web framework www/node-socket.io - websockets for express / connect devel/node-jslint - The JavaScript Code Quality Tool Thanks jeremy@ for building node.port.mk! node-express.tar.gz

[Update] www/node 0.6.10 - 0.6.12

2012-03-02 Thread Aaron Bieber
This update is for node.js ChangeLog: 2012.03.02 Version 0.6.12 (stable) * Upgrade V8 to 3.6.6.24 * dtrace ustack helper improvements (Dave Pacheco) * API Documentation refactor (isaacs) * #2827 net: fix race write() before and after connect() (koichik)

[Update] www/node 0.6.12 to 0.6.13

2012-03-15 Thread Aaron Bieber
Hi, Below is a patch that updates node.js to 0.6.13.. which mostly contains npm fixes. Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.27 diff -N -u -p Makefile --- Makefile3

[Update] www/node 0.6.13 to 0.6.14

2012-03-23 Thread Aaron Bieber
The below patch updates node from 0.6.13 to 0.6.14 Changelog: * net: don't crash when queued write fails (Igor Zinkovsky) * sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill) * crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis) * unix: ignore ECONNABORTED errors from

[update] www/node 0.6.14 to 0.6.15

2012-04-09 Thread Aaron Bieber
This update brings node from 0.6.14 to 0.6.15. Tested on amd64 and i386. Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.30 diff -N -u -p Makefile --- Makefile26 Mar 2012 20:53:32 -

Re: [update] webkit 1.8.1

2012-04-26 Thread Aaron Bieber
Yep - it was my system :D On Thu, Apr 26, 2012 at 04:32:32PM +0200, Landry Breuil wrote: On Thu, Apr 26, 2012 at 08:16:23AM -0600, Aaron wrote: env FLAVOR=gtk3 make results in: ./DerivedSources/webkit/WebKitDOMDOMWindow.h: At global scope:

[NEW] coms/picocom

2012-04-28 Thread Aaron Bieber
I have tested this lill guy on amd64, i386 and macppc - no issues found!

[Update] www/node 0.6.15 to 0.6.16

2012-04-30 Thread Aaron Bieber
Hola, this patch updates nodejs from 0.6.15 to 0.6.16. * upgrade v8 to 3.6.6.25 * upgrade npm to 1.1.19 * other fixes Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.31 diff -N -u -p Makefile ---

Re: [Update] www/node 0.6.15 to 0.6.16

2012-05-01 Thread Aaron Bieber
Thanks Remi, Looks like the updated the tarball. Updated patch below. On Tue, May 01, 2012 at 09:18:32AM +0200, Remi Pointel wrote: I applied your patch but the size/checksum of distfile mismatch: Index: Makefile === RCS

[UPDATE] www/node 0.6.16 - 0.6.17

2012-05-05 Thread Aaron Bieber
The below diff updates nodejs to 0.6.17. Tested on amd64 and i386. 2012.05.04 Version 0.6.17 (stable) * Upgrade npm to 1.1.21 * uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki) * uv: Add support for EIO and ENOSPC errors (Fedor Indutny) * http: Fix client memory leaks (isaacs,

[NEW] databases/node-sqlite3

2012-05-07 Thread Aaron Bieber
This port adds async sqlite3 bindings to node.js ( www/node ). It requires the 0.6.17p1 patch to build correctly. Cheers, Aaron node-sqlite3.tar.gz Description: application/tar-gz

Re: [update] www/node 0.6.17p0 0.6.17p1

2012-05-08 Thread Aaron Bieber
On Tue, May 08, 2012 at 12:22:28PM +0100, Stuart Henderson wrote: On 2012/05/07 20:12, Aaron Bieber wrote: This patch fixes node-gyp for native builds.. allowing for things like sqlite3 to be built. Any thoughts on whether or not to have gmake as a RUN_DEPENDS? Obviously not needed

[Update] www/node 0.6.17p1 - 0.6.17p2

2012-05-08 Thread Aaron Bieber
This patch allows for building of sub-packages ( node-sqlite3 ) with USE_SYSTRACE enabled, and also prevents future downloading of node distfile. Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision

Re: [NEW] databases/node-sqlite3

2012-05-08 Thread Aaron Bieber
On Tue, May 08, 2012 at 06:57:19PM +0200, Jasper Lievisse Adriaanse wrote: On Mon, May 07, 2012 at 08:15:26PM -0600, Aaron Bieber wrote: This port adds async sqlite3 bindings to node.js ( www/node ). It requires the 0.6.17p1 patch to build correctly. Cheers, Aaron The HOMEPAGE

FIXED: [Update] www/node 0.6.17p1 - 0.6.17p2

2012-05-08 Thread Aaron Bieber
Lawrence Teo pointed out that having /usr/ports/ hard coded is a bad idea. This updated diff fixes that: Index: Makefile === RCS file: /cvs/ports/www/node/Makefile,v retrieving revision 1.35 diff -N -u -p Makefile --- Makefile

Re: FIXED: [Update] www/node 0.6.17p1 - 0.6.17p2

2012-05-09 Thread Aaron Bieber
On Wed, May 09, 2012 at 09:09:35AM +0100, Stuart Henderson wrote: On 2012/05/08 22:08, Aaron Bieber wrote: Lawrence Teo pointed out that having /usr/ports/ hard coded is a bad idea. This updated diff fixes that: I actually think this is a bit of a bad idea, because it's

Re: [NEW] databases/node-sqlite3

2012-05-09 Thread Aaron Bieber
This fixes a few issues: 1. now build against native sqlite3. 2. add RCS id to Makefile Let me know if there are more issues :P node-sqlite3.tar.gz Description: application/tar-gz

[Update] www/node 0.6.17p2 - 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Wed, May 09, 2012 at 04:29:39PM +0100, Stuart Henderson wrote: On 2012/05/09 07:48, Aaron Bieber wrote: I think if it's done this way, it's probably better hardcoded. On the other hand, it would be cleaner to actually include the tar.gz file in the *package* and patch node-gyp

Re: [Update] www/node 0.6.17p2 - 0.6.17p3

2012-05-10 Thread Aaron Bieber
On Thu, May 10, 2012 at 04:29:26PM +0200, David Coppa wrote: On Thu, May 10, 2012 at 4:26 PM, Aaron Bieber def...@gmail.com wrote: Index: pkg/PLIST === RCS file: /cvs/ports/www/node/pkg/PLIST,v retrieving revision 1.13

Re: update: arduino

2012-05-22 Thread Aaron Bieber
On Tue, May 22, 2012 at 02:04:39PM +0200, Jasper Lievisse Adriaanse wrote: Could arduino users please give this a try? Working here. I had to remove -b $(UPLOAD_RATE) ( line 118 ) to make it upload to my UNO rev3, but I had to do that with the previous version as well. -- Cheers,

[Move] ww/node - lang/node

2012-05-22 Thread Aaron Bieber
Hola, This tarball / diff move node from www to lang, and patch all ports that depend on node. Cheers, Aaron ? audio/despotify ? comms/picocom Index: databases/node-pg/Makefile === RCS file: /cvs/ports/databases/node-pg/Makefile,v

Re: [Move] ww/node - lang/node

2012-05-22 Thread Aaron Bieber
On Wed, May 23, 2012 at 01:39:47AM +0200, Marc Espie wrote: On Tue, May 22, 2012 at 12:21:22PM -0600, Aaron Bieber wrote: Hola, This tarball / diff move node from www to lang, and patch all ports that depend on node. No go. you obviously didn't think about updates. Obviously

Re: [Move] ww/node - lang/node

2012-05-23 Thread Aaron Bieber
On Wed, May 23, 2012 at 02:40:16PM +0200, Marc Espie wrote: On Tue, May 22, 2012 at 06:26:32PM -0600, Aaron Bieber wrote: On Wed, May 23, 2012 at 01:39:47AM +0200, Marc Espie wrote: On Tue, May 22, 2012 at 12:21:22PM -0600, Aaron Bieber wrote: Hola, This tarball / diff move node

[update] lang/node 0.6.18 to 0.6.19

2012-06-06 Thread Aaron Bieber
Hi, This patch brings node up to 0.6.19, one of my upstream patches for node-gyp was excepted, so we have a slightly less openbsd-specific patching Changes: * npm: upgrade to 1.1.24 * fs: no end emit after createReadStream.pause() (Andreas Madsen) * vm: cleanup module memory leakage (Marcel

[Update] lang/node 0.6.19 - 0.8.0

2012-06-25 Thread Aaron Bieber
Attached is a major update for node. It includes patches jeremy@ had sent in earlier for a chmod issue, an issue with node-gyp (this fix is applied in the build's version of node-gyp and in the sub-module of npm.) and also makes npm's dependencies global. Port Changes: * Now builds with native

Re: [Update] lang/node 0.6.19 - 0.8.0

2012-06-25 Thread Aaron Bieber
On Mon, Jun 25, 2012 at 11:29:42AM -0600, Aaron Bieber wrote: Attached is a major update for node. It includes patches jeremy@ had sent in earlier for a chmod issue, an issue with node-gyp (this fix is applied in the build's version of node-gyp and in the sub-module of npm.) and also makes

[Update] databases/node-sqlite3 2.1.3 - 2.1.4

2012-06-25 Thread Aaron Bieber
= sqlite3 -REVISION = 0 CATEGORIES = databases MAINTAINER = Aaron Bieber def...@gmail.com Index: distinfo === RCS file: /cvs/ports/databases/node-sqlite3/distinfo,v retrieving revision 1.1.1.1 diff -N -u -p distinfo

Re: [Update] lang/node 0.6.19 - 0.8.0

2012-06-26 Thread Aaron Bieber
On Mon, Jun 25, 2012 at 11:48:08AM -0600, Aaron Bieber wrote: On Mon, Jun 25, 2012 at 11:29:42AM -0600, Aaron Bieber wrote: Attached is a major update for node. It includes patches jeremy@ had sent in earlier for a chmod issue, an issue with node-gyp (this fix is applied in the build's

[Update] lang/node 0.8.0 to 0.8.1

2012-06-29 Thread Aaron Bieber
Hi, This patch updates node.js from 0.8.0 to 0.8.1 . I waited for a bit before submitting this one - so hopefully the checksums stay the same :P * V8: upgrade to v3.11.10.12 * npm: upgrade to v1.1.33 - Support for parallel use of the cache folder - Retry on registry timeouts or network

Re: [Update] lang/node 0.8.0 to 0.8.1

2012-07-05 Thread Aaron Bieber
= http://nodejs.org/ -MAINTAINER=Aaron Bieber def...@gmail.com +MAINTAINER=Aaron Bieber abie...@openbsd.org # MIT PERMIT_PACKAGE_CDROM= Yes Index: distinfo === RCS file: /cvs/ports/lang/node/distinfo,v retrieving revision

[update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
Hi, This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for semver not liking '0.8.x' ( we had a patch for package.json that is no longer needed as it added this fix as well ) OK? Cheers, Aaron

Re: [update] databases/node-sqlite3 2.1.4 to 2.1.5

2012-07-08 Thread Aaron Bieber
On Sun, Jul 08, 2012 at 04:17:20PM -0600, Aaron Bieber wrote: Hi, This update takes node-sqlite3 from 2.1.4 to 2.1.5, which adds a fix for semver not liking '0.8.x' ( we had a patch for package.json that is no longer needed as it added this fix as well ) OK? Cheers, Aaron Sorry

[update] lang/node 0.8.2 - 0.8.6

2012-08-09 Thread Aaron Bieber
Hi, This update brings node 0.8.2 to 0.8.6. I am looking for two OKs and advice on the correctness of the @unexec-delete addition. Native and non-native modules in ports compile against this. Cheers, Aaron Changes in port: * remove patch-common_gypi as -rdynamic is now specified for

Re: [update] lang/node 0.8.2 - 0.8.6

2012-08-16 Thread Aaron Bieber
On Thu, Aug 09, 2012 at 03:58:18PM -0700, Jeremy Evans wrote: On 08/09 07:54, Aaron Bieber wrote: Hi, This update brings node 0.8.2 to 0.8.6. I am looking for two OKs and advice on the correctness of the @unexec-delete addition. I'm OK with this, but it may be better to move the man

[Update] lang/node 0.8.2 - 0.8.7

2012-08-21 Thread Aaron Bieber
Hi, This update brings nodejs from 0.8.2 to 0.8.7. espie@, is the @unexec being used correctly in this situation? Port changes: * add a fixes for stupid permissions * remove patches/patch-common_gypi * replace patches/patch-tools_installer_js with

Re: [Update] lang/node 0.8.2 - 0.8.7

2012-08-23 Thread Aaron Bieber
On Thu, Aug 23, 2012 at 02:57:51PM +0200, Marc Espie wrote: On Thu, Aug 23, 2012 at 01:54:46PM +0100, Stuart Henderson wrote: +@unexec rm -f %D/lib/node_modules/npm/man/whatis.db Took me a while to remember it, but of course this is exactly what @mandir is for. Yep Updated to have

Re: [Update] lang/node 0.8.2 - 0.8.8

2012-08-23 Thread Aaron Bieber
On Thu, Aug 23, 2012 at 03:46:13PM +0100, Stuart Henderson wrote: OK :) Just as I was gonna commit - 0.8.8 came out! Here is the updated diff.. No port modifications ( from previous diff ) beyond NODE_VERSION, distinfo and PLIST. Two OKs? Index: Makefile

[update] lang/node 0.8.7 - 0.8.8

2012-08-28 Thread Aaron Bieber
Holla! This update brings node to 0.8.8. No non-trivial changes to the port. Tested on i386 and amd64. Native and non-native packages build fine against this. Looking for two OKs Changes: 2012.08.22, Version 0.8.8 (Stable) * V8: upgrade to 3.11.10.19 * npm: upgrade to 1.1.59 *

[Update] productivity/taskwarrior 2.0.0 - 2.1.1

2012-09-08 Thread Aaron Bieber
Hola, I just recently ( today :P ) started using taskwarrior, so I am not quite qualified to test this. It builds fine on i386 and works for what I am using it for. Please see link below for a list of changes from 2.0.0: http://taskwarrior.org/projects/taskwarrior/wiki/Prior_versions Looking

Re: [Update] productivity/taskwarrior 2.0.0 - 2.1.1

2012-09-09 Thread Aaron Bieber
On Sat, Sep 08, 2012 at 09:42:14AM -0600, Aaron Bieber wrote: Hola, I just recently ( today :P ) started using taskwarrior, so I am not quite qualified to test this. It builds fine on i386 and works for what I am using it for. I have done some more testing on amd64, everything looks good

Re: [Update] productivity/taskwarrior 2.0.0 - 2.1.1

2012-09-10 Thread Aaron Bieber
On Sun, Sep 09, 2012 at 11:14:23AM -0600, Aaron Bieber wrote: On Sat, Sep 08, 2012 at 09:42:14AM -0600, Aaron Bieber wrote: Hola, I just recently ( today :P ) started using taskwarrior, so I am not quite qualified to test this. It builds fine on i386 and works for what I am using

Re: net/snort update to 2.9.3.1

2012-09-11 Thread Aaron Bieber
On Tue, Sep 11, 2012 at 03:11:26PM -0400, Lawrence Teo wrote: On Sat, Sep 01, 2012 at 09:32:15PM +0200, Markus Lude wrote: http://lteo.net/stuff/snort2931-test.html Ran the above tests on macppc with no issues.

[Update] lang/node 0.8.8 - 0.8.9

2012-09-14 Thread Aaron Bieber
Holla! This diff brings lang/node to 0.8.9: Tested on i386 and amd64 with native and non-native modules. Looking for two OKs. Port changes: * set umask patch-deps_npm_lib_npm_js to 0022 2012.09.11, Version 0.8.9 (Stable) * v8: upgrade to 3.11.10.22 * GYP: upgrade to r1477 * npm: Upgrade to

Re: lang/go build failing on i386

2012-09-16 Thread Aaron Bieber
I applied this diff, rebooted and successfully built lang/go, but I seem to be running into some pretty strange issues trying to go programs. Perhaps I did something wrong.. but every time I try to compile the below I get: /usr/local/bin/go[1]: syntax error: `(' unexpected package main import 

[update] productivity/taskwarrior 2.1.1 - 2.1.2

2012-09-18 Thread Aaron Bieber
Hola, This update brings taskwarrior to 2.1.2. No non-trivial changes to the port. ChangeLog: Bugs + Bug fix release regarding #1104, which causes duplicate UUIDs during the merge command. + Fixed bug where shadow files are not properly created when there is a missing

Re: net/snort update to 2.9.3.1

2012-09-22 Thread Aaron Bieber
On Fri, Sep 21, 2012 at 05:01:28PM -0400, Lawrence Teo wrote: On Sun, Sep 16, 2012 at 01:48:19PM +0200, Markus Lude wrote: Hello, here is a revised version: - daq_dir included in snort.conf - pkg-readme instead of MESSAGE - pkgpath for removed flavors Please test, comment, ...

Re: New: fonts/adobe-source-code-pro

2012-09-25 Thread Aaron Bieber
On Tue, Sep 25, 2012 at 01:29:35AM +0200, Juan Francisco Cantero Hurtado wrote: Adobe announced today Source Code Pro, the version monospaced of their font Source Sans Pro: http://blogs.adobe.com/typblography/2012/09/source-code-pro.html This port is just a quick modification of the port of

[update] fonts/adobe-source-sans-pro

2012-09-25 Thread Aaron Bieber
Hola, This change adds @fontdir to fonts/adobe-source-sans-pro. Bumped REVISION whilst here. Looking for 2 OKs Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/fonts/adobe-source-sans-pro/Makefile,v retrieving revision 1.1

[update] lang/node 0.8.9 - 0.8.10

2012-09-26 Thread Aaron Bieber
Hi, This update brings node to 0.8.10. Tested on i386 and amd64 native and non-native modules build fine. Looking for two OKs. Port changes: * none Changelog: 2012.09.25, Version 0.8.10 (Stable) * npm: Upgrade to 1.1.62 * repl: make invalid RegExps throw in the REPL (Nathan Rajlich)

[update] lang/node 0.8.10 - 0.8.11

2012-09-27 Thread Aaron Bieber
Hola, This update fixes a regression in fs.stat: * fs: Fix stat() size reporting for large files (Ben Noordhuis) Tested on i386 and amd64. Index: Makefile === RCS file: /cvs/ports/lang/node/Makefile,v retrieving revision 1.9

[new] www/luakit

2012-10-01 Thread Aaron Bieber
Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now. I want to see if I get get a github tagged-tarball-release to pull from. Let me know if I missed anything or did something stupid! Cheers, Aaron luakit.tgz Description:

Re: [new] www/luakit

2012-10-01 Thread Aaron Bieber
On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now. I want to see if I get get a github tagged-tarball

Re: [new] www/luakit

2012-10-01 Thread Aaron Bieber
). An alternative download is available on http://deftly.net/luakit.tgz and http://qbit.devio.us/luakit.tbz Cheers, Aaron On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just

Re: [new] www/luakit

2012-10-08 Thread Aaron Bieber
On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now. I want to see if I get get a github tagged-tarball

Re: [new] www/luakit

2012-10-08 Thread Aaron Bieber
On Tue, Oct 09, 2012 at 12:38:01AM +0100, Stuart Henderson wrote: On 2012/10/08 16:47, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org

[WIP] devel/v8, devel/gyp and an update to lang/node

2012-10-09 Thread Aaron Bieber
Hola, Given jeremy@'s recent plv8 port, it seems that we need a shared v8. Here is a WIP I have had floating around for a bit. It adds devel/gyp and devel/v8. Also here is a diff to make node play. Looking for clue sticks and testing. Cheers, Aaron Index: Makefile

Re: [WIP] devel/v8, devel/gyp and an update to lang/node

2012-10-09 Thread Aaron Bieber
On Tue, Oct 09, 2012 at 01:41:49PM -0600, Aaron Bieber wrote: Hola, Given jeremy@'s recent plv8 port, it seems that we need a shared v8. Here is a WIP I have had floating around for a bit. It adds devel/gyp and devel/v8. Also here is a diff to make node play. Looking for clue sticks

[update] lang/node 0.8.11 to 0.8.11p0

2012-10-14 Thread Aaron Bieber
:04:33 - @@ -5,6 +5,8 @@ COMMENT = sqlite3 bindings for Node.js NPM_VERSION = 2.1.5 NPM_NAME = sqlite3 +REVISION = 0 + CATEGORIES = databases MAINTAINER = Aaron Bieber abie...@openbsd.org @@ -27,5 +29,8 @@ BUILD_DEPENDS = ${RUN_DEPENDS} # needs expresso and further

Re: [update] lang/node 0.8.11 to 0.8.11p0

2012-10-14 Thread Aaron Bieber
On Sun, Oct 14, 2012 at 08:25:26AM -0600, Aaron Bieber wrote: Hola, The below diffs update node and all native node modules to use the recently imported libv8. I have tested on amd64 and i386 is in the process of building. Looks like i386 has some issues .. running things like npm search

[WIP] devel/luajit

2012-10-17 Thread Aaron Bieber
Hola, Here is an initial version of luajit. I have done some brief testing with www/luakit ( http://deftly.net/luakit.tar.gz ). Suggestions / clue sticks? Cheers, Aaron P.S. I also attached the version of luakit that compiles with luajit. luajit.tar.gz Description: application/tar-gz

Re: [WIP] devel/luajit

2012-10-17 Thread Aaron Bieber
On Wed, Oct 17, 2012 at 06:59:04PM -0400, James Turner wrote: Correction, the port wrongly installs the luajit manpage into /usr/local/share/man. pkg_delete leaves /usr/local/man untouched. Sorry about the confusion. I knew what you meant :D Attached is an updated version with fixes from

Re: [WIP] devel/luajit (and various porter topics)

2012-10-20 Thread Aaron Bieber
, no need to go overboard but something like this would be nice I think. ONLY_FOR_ARCHS = amd64 i386 COMMENT = just-in-time compiler for Lua DISTNAME =LuaJIT-2.0.0-beta11 PKGNAME = ${DISTNAME:L:S/-beta11//} CATEGORIES = devel HOMEPAGE =http://luajit.org MAINTAINER = Aaron

Re: [new] www/luakit

2012-10-20 Thread Aaron Bieber
On Tue, Oct 09, 2012 at 12:38:01AM +0100, Stuart Henderson wrote: On 2012/10/08 16:47, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org

Re: [new] www/luakit

2012-10-20 Thread Aaron Bieber
On Sat, Oct 20, 2012 at 11:55:17PM +0200, Juan Francisco Cantero Hurtado wrote: On Mon, Oct 08, 2012 at 04:47:47PM -0600, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port

Re: [new] www/luakit

2012-10-20 Thread Aaron Bieber
On Sun, Oct 21, 2012 at 12:47:33AM +0200, Juan Francisco Cantero Hurtado wrote: On Sat, Oct 20, 2012 at 04:27:50PM -0600, Aaron Bieber wrote: On Sat, Oct 20, 2012 at 11:55:17PM +0200, Juan Francisco Cantero Hurtado wrote: On Mon, Oct 08, 2012 at 04:47:47PM -0600, Aaron Bieber wrote

Re: [new] www/luakit

2012-10-20 Thread Aaron Bieber
On Sun, Oct 21, 2012 at 12:47:33AM +0200, Juan Francisco Cantero Hurtado wrote: On Sat, Oct 20, 2012 at 04:27:50PM -0600, Aaron Bieber wrote: On Sat, Oct 20, 2012 at 11:55:17PM +0200, Juan Francisco Cantero Hurtado wrote: On Mon, Oct 08, 2012 at 04:47:47PM -0600, Aaron Bieber wrote

lang/node lang/libv8 and friends

2012-10-25 Thread Aaron Bieber
= 2.1.5 NPM_NAME = sqlite3 +REVISION = 0 + CATEGORIES = databases MAINTAINER = Aaron Bieber abie...@openbsd.org @@ -27,5 +29,8 @@ BUILD_DEPENDS = ${RUN_DEPENDS} # needs expresso and further love NO_REGRESS = Yes + +pre-configure: + ${SUBST_CMD} ${WRKDIST}/binding.gyp

Re: [new] www/luakit

2012-10-25 Thread Aaron Bieber
-0600, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now

Re: [new] www/luakit

2012-10-26 Thread Aaron Bieber
-0600, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now

Re: [WIP] devel/luajit (and various porter topics)

2012-10-26 Thread Aaron Bieber
On Sat, Oct 20, 2012 at 09:41:45PM +0100, Stuart Henderson wrote: On 2012/10/20 14:26, Aaron Bieber wrote: - this should be renamed or symlinked to a filename which doesn't change for every port update; since this is based on lua 5.1 I have taken the approach of the main lua port

Re: [new] www/luakit

2012-10-26 Thread Aaron Bieber
-0600, Aaron Bieber wrote: On Mon, Oct 01, 2012 at 04:00:47PM -0400, Jiri B wrote: On Mon, Oct 01, 2012 at 12:43:28PM -0600, Aaron Bieber wrote: Holla! Here a port for luakit ( http://luakit.org ). I am just submitting this for testing / advice for now

Re: lang/node lang/libv8 and friends

2012-10-31 Thread Aaron Bieber
On Thu, Oct 25, 2012 at 06:36:31PM -0600, Aaron Bieber wrote: Hola, This set of patches does quit a bit. First we need to downgrade libv8 to allow for node to be compatible, then we update all the native node ports to link against libv8 instead of node. I have tested these on amd64

Re: luajit diff

2012-11-02 Thread Aaron Bieber
On Sun, Oct 28, 2012 at 10:53:54AM +, Stuart Henderson wrote: - let this work on powerpc. requires gcc = 4.3, and I had to patch away a .gnu_attribute that isn't supported with as(1) from any in-tree binutils version (was added in 2.18 which is under GPLv3). - add ONLY_FOR_ARCHS based on

Re: lang/node lang/libv8 and friends

2012-11-07 Thread Aaron Bieber
On Mon, Nov 05, 2012 at 11:50:46AM -0700, Aaron wrote: On Sat, Nov 3, 2012 at 10:35 AM, Jeremy Evans jer...@openbsd.org wrote: On 10/31 08:38, Aaron Bieber wrote: On Thu, Oct 25, 2012 at 06:36:31PM -0600, Aaron Bieber wrote: Hola, This set of patches does quit a bit. First we need

[update] www/luakit - add libunique as BUILD_DEPENS

2012-11-11 Thread Aaron Bieber
Hi, This diff enables libunique support in luakit. With this diff luakit can open urls from command line in a single instance. Looking for two OK's Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/www/luakit/Makefile,v

Re: [update] www/luakit - add libunique as BUILD_DEPENS

2012-11-11 Thread Aaron Bieber
On Sun, Nov 11, 2012 at 04:58:46PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 08:43:05AM -0700, Aaron Bieber wrote: Hi, This diff enables libunique support in luakit. With this diff luakit can open urls from command line in a single instance. Looking for two OK's How

Re: [update] www/luakit - add libunique as BUILD_DEPENS

2012-11-11 Thread Aaron Bieber
On Sun, Nov 11, 2012 at 06:19:28PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 10:13:08AM -0700, Aaron Bieber wrote: On Sun, Nov 11, 2012 at 04:58:46PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 08:43:05AM -0700, Aaron Bieber wrote: Hi, This diff enables

Re: [update] www/luakit - add libunique as BUILD_DEPENS

2012-11-11 Thread Aaron Bieber
On Sun, Nov 11, 2012 at 06:39:39PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 10:29:34AM -0700, Aaron Bieber wrote: On Sun, Nov 11, 2012 at 06:19:28PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 10:13:08AM -0700, Aaron Bieber wrote: On Sun, Nov 11, 2012 at 04:58

Re: [update] www/luakit - add libunique as BUILD_DEPENS

2012-11-11 Thread Aaron Bieber
On Sun, Nov 11, 2012 at 06:39:39PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 10:29:34AM -0700, Aaron Bieber wrote: On Sun, Nov 11, 2012 at 06:19:28PM +0100, Antoine Jacoutot wrote: On Sun, Nov 11, 2012 at 10:13:08AM -0700, Aaron Bieber wrote: On Sun, Nov 11, 2012 at 04:58

[update] lang/luajit 2.0.0

2012-11-12 Thread Aaron Bieber
Hi, This diff updates luajit to the latest release ( no more beta ). Tested on amd64 with luakit. Looking for two OKs. Index: Makefile === RCS file: /cvs/ports/lang/luajit/Makefile,v retrieving revision 1.2 diff -N -u -p Makefile

[Update] lang/node 0.8.11 - 0.8.15

2012-12-07 Thread Aaron Bieber
Hola, This update brings node to 0.8.15. Tested on i386 and amd64 ( native and non-native ports ) OK? Node changes ( since 0.8.11 ): 2012.11.26, Version 0.8.15 (Stable) * npm: Upgrade to 1.1.66 (isaacs) * linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis) * windows: map WSAESHUTDOWN

Re: UPDATE: rxvt-unicode - 9.16

2012-12-27 Thread Aaron Bieber
On Thu, Dec 27, 2012 at 10:23:34PM +, Stuart Henderson wrote: On 2012/12/27 22:35, LEVAI Daniel wrote: Hi! Update for rxvt-unicode. Use patch -E, one file from patches/ is gone. Also regenerated WANTLIBs. A few changes worth noting (at least in my opinion) from the changelog:

Make x11/libgdiplus use cairo vs pango ( fixes KeePass / WinForms )

2013-01-01 Thread Aaron Bieber
Hi all! This diff makes x11/libgdiplus use cairo instead of pango, which fixes WinForms font rendering in lang/mono. The original bug report here: https://bugzilla.novell.com/show_bug.cgi?id=549882 I am looking for other people who use lang/mono to test if this breaks anything else, also clue

[update] lang/node 0.8.16 - 0.8.17

2013-01-11 Thread Aaron Bieber
Hola, This update brings node to 0.8.17. Node.JS Changes: * npm: Upgrade to v1.2.0 - peerDependencies (Domenic Denicola) - node-gyp v0.8.2 (Nathan Rajlich) - Faster installs from github user/project shorthands (Nathan Zadoks) * typed arrays: fix 32 bit size/index overflow (Ben Noordhuis)

[update] www/dansguardian 2.10.1.1 to 2.0.12.3

2013-01-16 Thread Aaron Bieber
Hola, This update brings dansguardian up a few revisions. I changed the mirror, extract suffix and removed segv-backtrace which requires ucontext.h. I am not currently running this, so please test! Index: Makefile === RCS file:

[update] lang/node 0.8.17 - 0.8.18

2013-01-26 Thread Aaron Bieber
Here is a trivial diff to bring node to 0.8.18, I have tested on i386 and amd64. OK? Index: Makefile === RCS file: /cvs/ports/lang/node/Makefile,v retrieving revision 1.14 diff -N -u -p Makefile --- Makefile13 Jan 2013 14:53:40

[update] lang/node 0.8.18 - 0.8.19

2013-02-07 Thread Aaron Bieber
Halla! This diff brings node up to the latest version. Tested on amd64 ( native and non-native modules ). OK? Cheers, Aaron Index: Makefile === RCS file: /cvs/ports/lang/node/Makefile,v retrieving revision 1.15 diff -N -u -p

Re: [update] sysutils/cyphertite

2013-02-07 Thread Aaron Bieber
On Thu, Feb 07, 2013 at 10:46:19PM -0500, David Hill wrote: update sysutils/cyphertite to 1.5.0 please review and commit OK abieber@ Index: Makefile === RCS file: /cvs/ports/sysutils/cyphertite/Makefile,v retrieving

[update] lang/node 0.8.21 - 0.10.3

2013-04-12 Thread Aaron Bieber
Hola! This diff brings node to the version specified in the subject! The update also removes node-waf stuff so older npm based ports need updates as well ( included ). Please test with the other npm ports ( node-gir, node-expresso.. etc ). Diffs are ( files are removed so patch with -E ):

  1   2   3   4   5   6   7   8   9   10   >