Re: emulators/fedora_base, add cups

2010-07-11 Thread Jiri B.
On Mon, 7 Jun 2010 13:56:34 +0100
Stuart Henderson  wrote:

> This adds cups to fedora_base, and minimal parts of the dependencies
> needed (e.g. e2fsprogs normally installs a bunch of other things which
> aren't really useful for us, so I've skipped those).
> 
> This allows softmaker office 2010 betas to run - I don't have the
> final release but the betas work nicely for me (tested postscript
> output to a file only, I don't have a printer).

I'm curious only, does this softmaker office runs Excel macros? 'coz I
know only Excel macros can generate some nice reports from nmon files
from AIX/Linux :)

jirib



Re: [NEW] password-gorilla 1.5.3

2010-07-10 Thread Jiri B.
On Sat, 10 Jul 2010 21:55:32 +0200
"Jiri B."  wrote:

> $ egrep "MASTER_SITES|FETCH_CMD" password-gorilla/Makefile  
> MASTER_SITES =  http://github.com/zdia/gorilla/tarball/v1.5.3/
> FETCH_CMD = ftp -o ${DISTNAME}.tar.gz

FETCH_CMD not needed, my fault as i was tested to download directly via
ftp, but ports are more clever and put there distname ;) Updated
tarball in attachment.

Thanks Daniel.

jirib


password-gorilla-1.5.3.tgz
Description: application/compressed-tar


Re: [NEW] password-gorilla 1.5.3

2010-07-10 Thread Jiri B.
On Sat, 10 Jul 2010 20:28:40 +0200
"Jiri B."  wrote:

> On Thu, 8 Jul 2010 17:43:47 +0900
> Ryan McBride  wrote:

> > ===>  Checking files for password-gorilla-1.5.3
> > >> Fetch
> > >> http://download.github.com/zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> > ftp: Error retrieving file: 404 Not Found
> > >> Fetch
> > >> http://ftp.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> > ftp: Error retrieving file: 404 Not Found
> > >> Fetch
> > >> ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz


OK,

here is what i changed, not it works OK :)

$ egrep "MASTER_SITES|FETCH_CMD" password-gorilla/Makefile  
MASTER_SITES =  http://github.com/zdia/gorilla/tarball/v1.5.3/
FETCH_CMD = ftp -o ${DISTNAME}.tar.gz

Updated tarball in attachment, please test.

I haven't read all stuff about REVISION etc changes yet, so maybe it
needs some tunning.

jirib

password-gorilla.tgz
Description: application/compressed-tar


Re: [NEW] password-gorilla 1.5.3

2010-07-10 Thread Jiri B.
On Thu, 8 Jul 2010 17:43:47 +0900
Ryan McBride  wrote:

> On Tue, Jul 06, 2010 at 11:20:26PM +0200, Jiri B. wrote:
> > So did anybody test this Password Gorilla port? As I said it's right
> > now only gui app which is able to read/write Password Safe v3
> > databases.
> 
> I use this (without a port, just running the tcl/tk directly), and I'd
> love to test it but... 
> 
> ===>  Checking files for password-gorilla-1.5.3
> >> Fetch
> >> http://download.github.com/zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> ftp: Error retrieving file: 404 Not Found
> >> Fetch
> >> http://ftp.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> ftp: Error retrieving file: 404 Not Found
> >> Fetch
> >> ftp://ftp.usa.openbsd.org/pub/OpenBSD/distfiles//zdia-gorilla-v1.5.3-0-g1996106.tar.gz
> 
> 

Strange, looks like github is doing some cool stuff against direct
downloads. I'll check it, thanks for info.

jirib



Re: [NEW] password-gorilla 1.5.3

2010-07-06 Thread Jiri B.
So did anybody test this Password Gorilla port? As I said it's right
now only gui app which is able to read/write Password Safe v3 databases.

I use it ;)

jirib

> Hello,
> 
> please test and if OK then commit please. There's no other app for
> opening Password Safe v3 databases on OpenBSD. pwsafe in ports can do
> only v2.
> 
> Thanks.
> 
> jirib
> 
> $ cat
> password-gorilla/pkg/DESCR The Password Gorilla helps you manage your
> logins. It stores all your user names and passwords, along with login
> information and other note in a securely encrypted file. A single
> "master password" is used to protect the file. This way, you only need
> to remember the single mast password, instead of the many logins that
> you use.
> 
> If you want to log in to a service or Web site, the Password Gorilla
> copies your user name and password to the clipboard, so that you can
> easily paste it into your Web browser or other application. Because t
> password does not appear on the screen, Password Gorilla is safe to u
> in the presence of others.
> 
> The convenience of Password Gorilla allows you to choose different,
> non-intuitive passwords for each service. An integrated random passwo
> generator can provide one-time passwords, tunable to various services
> policies.
> 
> Password Gorilla is a tcl/tk application which can run on Linux and
> Windows, and the files written are supposed to be compatible between
> platforms. This is important for collaboration in heterogenous
> environments.
> 
> 




Re: [new] net/minbif

2010-07-05 Thread Jiri B.
On Mon, 5 Jul 2010 22:53:49 +0200
Landry Breuil  wrote:

> here's a port of minbif, the bitlbee-wannabee replacement mimicking an
> irc server to connect to various IM networks. Did some  basic testing
> here in standalone daemon mode and inetd mode, seems to connect fine
> to jabber networks at least. This runs as unpriviledged _minbif user.

Have you tried wilmers branch of bitlbee with is based on libpurple? I
used minbiff at work to connect to IBM Sametime but... I think bitlbee
is better...

jirib



Re: [NEW] x11/chmsee

2010-07-05 Thread Jiri B.
On Mon, 5 Jul 2010 09:28:42 +0400
"Kirill Bychkov"  wrote:

> Hello. Some comments to your port:
> 1) Add $OpenBSD$ cvs tag in Makefile

Done.

> 2) Remove V - it's used only once

Done.

> 3) Remove "USE_GMAKE" - not actual, because cmake is used

Done.

> 4) Change licence to GPLv2

Done.

> 5) Why are you using external chmsee.desktop file?

Oopps. Solved.

> And about your port-lib-depends-chek error: you should sync base and
> ports.

Ok. Thanks for tip.

Updated port in attachment.

jirib



chmsee-1.1.0.tgz
Description: application/compressed-tar


[NEW] x11/chmsee

2010-07-04 Thread Jiri B.
Hello,

OK, I had tons of problem displaying chm files with `xchm', it sucks :)

chmsee is much better, so here's the port.

$ cat
pkg/DESCR
Gtk viewer for Microsoft HTML Help (aka "CHM", Compiled HTML)
files using chmlib and Mozilla's gecko engine.

But I had some issue with `make port-lib-depends-check', hmmm ???

$ make port-lib-depends-check 2>&1
| /usr/ports/infrastructure/build/portslogger . Can't locate object
method "handle_options" via package "CheckLibDepends::State"
at /usr/ports/infrastructure/package/check-lib-depends line 460. ***
Error code 255

Stop in /build/ports/x11/chmsee (line 1846
of /usr/ports/infrastructure/mk/bsd.port.mk).

Also some systrace crap is in the log, so if you can direct me I would
appreciate a lot. Logs are in the tarball of course as well.

Anyway, chmsee is working and I had no issue on i386.

jirib

chmsee-1.1.0.tgz
Description: application/compressed-tar


Re: UPDATE: sysutil/snapdl

2010-07-04 Thread Jiri B.
On Sun, 4 Jul 2010 02:27:19 +0200
"Nicolas P. M. Legrand"  wrote:

> comments, ideas welcome. Giovanni proposed to extend the
> synchronistation checked to the packages directories, but I have no
> clear ideas how to do it, if anyone got one...

Hi,

well most of mirrors are a bit late when syncing snapshots, so maybe it
could do:

- first offer synced snapshots if found
- if not show the lastest snapshot found on mirrors

I understand the idea of snapdl, although I was like WTF when I first
used that. That I got the point, snapshot on ftp.openbsd.org was there
for couple of hours only...

my 2 cents

jirib



Re: [UPDATE] www/wordpress to version 3.0

2010-07-02 Thread Jiri B.
On Fri, 2 Jul 2010 23:17:09 +0200
Landry Breuil  wrote:

> On Fri, Jul 02, 2010 at 09:19:36PM +0200, Jiri B. wrote:
> >  
> > -DISTNAME = wordpress-2.9.2
> > -PKGNAME =  ${DISTNAME}p0
> > +DISTNAME = wordpress-3.0
> > +PKGNAME =  ${DISTNAME}
> 
> Think i've said that dozens of times... but this last line is NOT
> NEEDED.

It was cut & paste from the original one :)

jirib



Re: [UPDATE] www/wordpress to version 3.0

2010-07-02 Thread Jiri B.
On Fri, 2 Jul 2010 20:02:17 +0200
Matthias Kilian  wrote:

> However, I don't know wether it's even possible to update the totally
> outdated wordpress-mu in our tree to some recent version (be it
> wpmu-2.9.2 or wordpress-3.0 with multisite support).

There's a link how to migrate from wordpress-mu to wordpress 3.0:

http://developersmind.com/2010/06/17/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0/

> Additionally,
> www/wordpress-mu should be removed from the tree (it's rotten old
> anyway), and we will have to add an entry for wordpress-mu ->
> wordpress to devel/quirks (this can be done by however will commit
> the wordpress update).

OK, conflict is not needed. Here is updated patch.

Yes, if v3.0 will go into the tree then wordpress-mu should be added to
devel/quirks, I think.

jirib

Index: Makefile
===
RCS file: /cvs/ports/www/wordpress/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile15 Apr 2010 14:29:18 -  1.26
+++ Makefile2 Jul 2010 19:15:11 -
@@ -2,8 +2,8 @@
 
 COMMENT =  standard compliant weblog
 
-DISTNAME = wordpress-2.9.2
-PKGNAME =  ${DISTNAME}p0
+DISTNAME = wordpress-3.0
+PKGNAME =  ${DISTNAME}
 CATEGORIES =   www
 
 HOMEPAGE = http://wordpress.org/
Index: distinfo
===
RCS file: /cvs/ports/www/wordpress/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo22 Mar 2010 02:00:49 -  1.24
+++ distinfo2 Jul 2010 19:15:11 -
@@ -1,5 +1,5 @@
-MD5 (wordpress-2.9.2.tar.gz) = YCP+ZwFHbIFSvaXUxid8aQ==
-RMD160 (wordpress-2.9.2.tar.gz) = rqZUKcnuZvoSNzGVORGadhupPS0=
-SHA1 (wordpress-2.9.2.tar.gz) = xLxPpuSxxjHTcqkwhShzMDcIqIE=
-SHA256 (wordpress-2.9.2.tar.gz) = c0Jif0o9ykSIbFrKaDTMiGcdvTqidgGC0vy5ozCAfOE=
-SIZE (wordpress-2.9.2.tar.gz) = 2229832
+MD5 (wordpress-3.0.tar.gz) = y6FbNE1TZUJVOUdp5Mhlrw==
+RMD160 (wordpress-3.0.tar.gz) = s/S198dQib1NEuaMdZkt5S5zdJo=
+SHA1 (wordpress-3.0.tar.gz) = 1iUc1vmxYBzGHLQkoX4d1w8lotE=
+SHA256 (wordpress-3.0.tar.gz) = c0FO/6PdEKhWsOjppHJukiiPrX5DcjEGcWty3l8+2Rw=
+SIZE (wordpress-3.0.tar.gz) = 2683109
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/www/wordpress/pkg/MESSAGE,v
retrieving revision 1.2
diff -u -p -r1.2 MESSAGE
--- pkg/MESSAGE 13 Oct 2004 20:28:02 -  1.2
+++ pkg/MESSAGE 2 Jul 2010 19:15:11 -
@@ -1,3 +1,7 @@
+Important notice:
+WordPress and WordPress MU have merged with 3.0 version!
+
+Install notice:
 The WordPress has been installed into
 ${INSTDIR}
 
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/wordpress/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   8 Jan 2010 15:30:53 -   1.13
+++ pkg/PLIST   2 Jul 2010 19:15:11 -
@@ -1,8 +1,9 @@
-...@comment $OpenBSD: PLIST,v 1.13 2010/01/08 15:30:53 kevlo Exp $
+...@comment $OpenBSD$
 wordpress/
 wordpress/index.php
 wordpress/license.txt
 wordpress/readme.html
+wordpress/wp-activate.php
 wordpress/wp-admin/
 wordpress/wp-admin/admin-ajax.php
 wordpress/wp-admin/admin-footer.php
@@ -11,59 +12,79 @@ wordpress/wp-admin/admin-header.php
 wordpress/wp-admin/admin-post.php
 wordpress/wp-admin/admin.php
 wordpress/wp-admin/async-upload.php
-wordpress/wp-admin/categories.php
 wordpress/wp-admin/comment.php
 wordpress/wp-admin/css/
 wordpress/wp-admin/css/colors-classic-rtl.css
+wordpress/wp-admin/css/colors-classic-rtl.dev.css
 wordpress/wp-admin/css/colors-classic.css
 wordpress/wp-admin/css/colors-classic.dev.css
 wordpress/wp-admin/css/colors-fresh-rtl.css
+wordpress/wp-admin/css/colors-fresh-rtl.dev.css
 wordpress/wp-admin/css/colors-fresh.css
 wordpress/wp-admin/css/colors-fresh.dev.css
 wordpress/wp-admin/css/dashboard-rtl.css
+wordpress/wp-admin/css/dashboard-rtl.dev.css
 wordpress/wp-admin/css/dashboard.css
 wordpress/wp-admin/css/dashboard.dev.css
 wordpress/wp-admin/css/farbtastic-rtl.css
 wordpress/wp-admin/css/farbtastic.css
 wordpress/wp-admin/css/global-rtl.css
+wordpress/wp-admin/css/global-rtl.dev.css
 wordpress/wp-admin/css/global.css
 wordpress/wp-admin/css/global.dev.css
 wordpress/wp-admin/css/ie-rtl.css
+wordpress/wp-admin/css/ie-rtl.dev.css
 wordpress/wp-admin/css/ie.css
+wordpress/wp-admin/css/ie.dev.css
 wordpress/wp-admin/css/install-rtl.css
+wordpress/wp-admin/css/install-rtl.dev.css
 wordpress/wp-admin/css/install.css
 wordpress/wp-admin/css/install.dev.css
 wordpress/wp-admin/css/login-rtl.css
+wordpress/wp-admin/css/login-rtl.dev.css
 wordpress/wp-admin/css/login.css
 wordpress/wp-admin/css/login.dev.css
 wordpress/wp-admin/css/media-rtl.css
+wordpress/wp-admin/css/media-rtl.dev.css
 wordpress/wp-admin/css/media.css
 wordpress/wp-admin/css/media.dev.css
+wordpress/wp-admin/css/ms.css
+wordpress/wp-admin/css/ms.dev.css
+wordpress/wp-admin/css/nav-menu-rtl.css
+wordpress/wp-admin/css/n

[UPDATE] www/wordpress to version 3.0

2010-07-02 Thread Jiri B.
Hello,

update for WordPress, wordpress now conflicts with wordpress-mu as the
latter has been merged into WordPress. Hope I did it correctly :)

jirib

Index: Makefile
===
RCS file: /cvs/ports/www/wordpress/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile15 Apr 2010 14:29:18 -  1.26
+++ Makefile2 Jul 2010 17:23:33 -
@@ -2,8 +2,8 @@
 
 COMMENT =  standard compliant weblog
 
-DISTNAME = wordpress-2.9.2
-PKGNAME =  ${DISTNAME}p0
+DISTNAME = wordpress-3.0
+PKGNAME =  ${DISTNAME}
 CATEGORIES =   www
 
 HOMEPAGE = http://wordpress.org/
Index: distinfo
===
RCS file: /cvs/ports/www/wordpress/distinfo,v
retrieving revision 1.24
diff -u -p -r1.24 distinfo
--- distinfo22 Mar 2010 02:00:49 -  1.24
+++ distinfo2 Jul 2010 17:23:33 -
@@ -1,5 +1,5 @@
-MD5 (wordpress-2.9.2.tar.gz) = YCP+ZwFHbIFSvaXUxid8aQ==
-RMD160 (wordpress-2.9.2.tar.gz) = rqZUKcnuZvoSNzGVORGadhupPS0=
-SHA1 (wordpress-2.9.2.tar.gz) = xLxPpuSxxjHTcqkwhShzMDcIqIE=
-SHA256 (wordpress-2.9.2.tar.gz) = c0Jif0o9ykSIbFrKaDTMiGcdvTqidgGC0vy5ozCAfOE=
-SIZE (wordpress-2.9.2.tar.gz) = 2229832
+MD5 (wordpress-3.0.tar.gz) = y6FbNE1TZUJVOUdp5Mhlrw==
+RMD160 (wordpress-3.0.tar.gz) = s/S198dQib1NEuaMdZkt5S5zdJo=
+SHA1 (wordpress-3.0.tar.gz) = 1iUc1vmxYBzGHLQkoX4d1w8lotE=
+SHA256 (wordpress-3.0.tar.gz) = c0FO/6PdEKhWsOjppHJukiiPrX5DcjEGcWty3l8+2Rw=
+SIZE (wordpress-3.0.tar.gz) = 2683109
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/www/wordpress/pkg/MESSAGE,v
retrieving revision 1.2
diff -u -p -r1.2 MESSAGE
--- pkg/MESSAGE 13 Oct 2004 20:28:02 -  1.2
+++ pkg/MESSAGE 2 Jul 2010 17:23:33 -
@@ -1,3 +1,7 @@
+Important notice:
+WordPress and WordPress MU have merged with 3.0 version!
+
+Install notice:
 The WordPress has been installed into
 ${INSTDIR}
 
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/wordpress/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- pkg/PLIST   8 Jan 2010 15:30:53 -   1.13
+++ pkg/PLIST   2 Jul 2010 17:23:33 -
@@ -1,8 +1,10 @@
 @comment $OpenBSD: PLIST,v 1.13 2010/01/08 15:30:53 kevlo Exp $
+...@conflict wordpress-mu-*
 wordpress/
 wordpress/index.php
 wordpress/license.txt
 wordpress/readme.html
+wordpress/wp-activate.php
 wordpress/wp-admin/
 wordpress/wp-admin/admin-ajax.php
 wordpress/wp-admin/admin-footer.php
@@ -11,59 +13,79 @@ wordpress/wp-admin/admin-header.php
 wordpress/wp-admin/admin-post.php
 wordpress/wp-admin/admin.php
 wordpress/wp-admin/async-upload.php
-wordpress/wp-admin/categories.php
 wordpress/wp-admin/comment.php
 wordpress/wp-admin/css/
 wordpress/wp-admin/css/colors-classic-rtl.css
+wordpress/wp-admin/css/colors-classic-rtl.dev.css
 wordpress/wp-admin/css/colors-classic.css
 wordpress/wp-admin/css/colors-classic.dev.css
 wordpress/wp-admin/css/colors-fresh-rtl.css
+wordpress/wp-admin/css/colors-fresh-rtl.dev.css
 wordpress/wp-admin/css/colors-fresh.css
 wordpress/wp-admin/css/colors-fresh.dev.css
 wordpress/wp-admin/css/dashboard-rtl.css
+wordpress/wp-admin/css/dashboard-rtl.dev.css
 wordpress/wp-admin/css/dashboard.css
 wordpress/wp-admin/css/dashboard.dev.css
 wordpress/wp-admin/css/farbtastic-rtl.css
 wordpress/wp-admin/css/farbtastic.css
 wordpress/wp-admin/css/global-rtl.css
+wordpress/wp-admin/css/global-rtl.dev.css
 wordpress/wp-admin/css/global.css
 wordpress/wp-admin/css/global.dev.css
 wordpress/wp-admin/css/ie-rtl.css
+wordpress/wp-admin/css/ie-rtl.dev.css
 wordpress/wp-admin/css/ie.css
+wordpress/wp-admin/css/ie.dev.css
 wordpress/wp-admin/css/install-rtl.css
+wordpress/wp-admin/css/install-rtl.dev.css
 wordpress/wp-admin/css/install.css
 wordpress/wp-admin/css/install.dev.css
 wordpress/wp-admin/css/login-rtl.css
+wordpress/wp-admin/css/login-rtl.dev.css
 wordpress/wp-admin/css/login.css
 wordpress/wp-admin/css/login.dev.css
 wordpress/wp-admin/css/media-rtl.css
+wordpress/wp-admin/css/media-rtl.dev.css
 wordpress/wp-admin/css/media.css
 wordpress/wp-admin/css/media.dev.css
+wordpress/wp-admin/css/ms.css
+wordpress/wp-admin/css/ms.dev.css
+wordpress/wp-admin/css/nav-menu-rtl.css
+wordpress/wp-admin/css/nav-menu-rtl.dev.css
+wordpress/wp-admin/css/nav-menu.css
+wordpress/wp-admin/css/nav-menu.dev.css
 wordpress/wp-admin/css/plugin-install-rtl.css
+wordpress/wp-admin/css/plugin-install-rtl.dev.css
 wordpress/wp-admin/css/plugin-install.css
 wordpress/wp-admin/css/plugin-install.dev.css
 wordpress/wp-admin/css/press-this-rtl.css
+wordpress/wp-admin/css/press-this-rtl.dev.css
 wordpress/wp-admin/css/press-this.css
 wordpress/wp-admin/css/press-this.dev.css
 wordpress/wp-admin/css/theme-editor-rtl.css
+wordpress/wp-admin/css/theme-editor-rtl.dev.css
 wordpress/wp-admin/css/theme-editor.css
 wordpress/wp-admin/css/theme-editor.dev.css
 wordpre

[NEW] password-gorilla 1.5.3

2010-06-30 Thread Jiri B.
Hello,

please test and if OK then commit please. There's no other app for
opening Password Safe v3 databases on OpenBSD. pwsafe in ports can do
only v2.

Thanks.

jirib

$ cat
password-gorilla/pkg/DESCR The Password Gorilla helps you manage your
logins. It stores all your user names and passwords, along with login
information and other note in a securely encrypted file. A single
"master password" is used to protect the file. This way, you only need
to remember the single mast password, instead of the many logins that
you use.

If you want to log in to a service or Web site, the Password Gorilla
copies your user name and password to the clipboard, so that you can
easily paste it into your Web browser or other application. Because t
password does not appear on the screen, Password Gorilla is safe to u
in the presence of others.

The convenience of Password Gorilla allows you to choose different,
non-intuitive passwords for each service. An integrated random passwo
generator can provide one-time passwords, tunable to various services
policies.

Password Gorilla is a tcl/tk application which can run on Linux and
Windows, and the files written are supposed to be compatible between
platforms. This is important for collaboration in heterogenous
environments.



password-gorilla-1.5.3.tgz
Description: application/compressed-tar


Re: climm

2010-06-30 Thread Jiri B.
On Wed, 30 Jun 2010 16:41:47 +0400
czark...@gmail.com wrote:

> Hello!
> 
> I just wanted to wonder, whether climm is ever going to replace mICQ
> in ports?
> 
> If needed, I can try making a port for it.

Hi,

micq was deleted recently and there was no interest in replacing it
with climm. it looks you are only person using that ;)

jirib



WANTLIB and other question(s)

2010-06-28 Thread Jiri B.
Hello,

just simple questions from a porting beginner:

WANTLIB should contains only libs not comming from ports tree? Do I
understand correctly that LIB_DEPENDS is for ports tree libs?

What is the prefered way to do simple modification in
configure/Makefile? Directly via perl in the Makefile or is more
prefered an external patch?

Thanks for help.

jirib



Re: [NEW] zathura-0.0.6.tgz

2010-06-28 Thread Jiri B.
On Mon, 07 Jun 2010 12:08:06 -0500
Abel Abraham Camarillo Ojeda  wrote:

> Edd Barrett  wrote:
> 
> > On Mon, Jun 07, 2010 at 11:57:02AM +0100, Edd Barrett wrote:
> > > On Mon, Jun 07, 2010 at 11:50:26AM +0100, Edd Barrett wrote:
> > > > On Sun, Jun 06, 2010 at 04:51:05PM -0500, Abel Abraham
> > > > Camarillo Ojeda wrote:
> > > > > tgz attached.
> > > > 
> > > > Hey I like it!
> > > > 
> > > > But have you tried "make port-lib-depends-check"?

Hi,

zathura 0.0.7 is out. Compiles and works OK. Hm, I was quite confused
about WANTLIB :/

jirib



OpenBSD Kernel Internals - The Hitchhiker's Guide [PDF]

2010-06-27 Thread Jiri B.
Hello,

just FYI I found this paper, looks interesting.

http://www.atmnis.com/~proger/openkyiv/openkyiv2009_proger_sys.pdf

jirib



Re: wine core dumps

2010-06-25 Thread Jiri B.
On Fri, 25 Jun 2010 14:36:15 +0100
Stuart Henderson  wrote:

> revision 1.33
> date: 2009/05/21 14:11:51;  author: pirofti;  state: Exp;  lines: +78
> -30 Bring wine-1.1.21 in tree.
> 
> This is still work in progress. That means its not working yet, its
> not linked to the build and it still has a long way to go.
> We're adding this here so that developers can more easily work on it.
> 
> 

OK, thanks for info.

jirib



wine core dumps

2010-06-25 Thread Jiri B.
Hello,

wine-1.1.21p1 core dumps on -current, it's not able to run at all.

It has been reported here some time ago:

http://bugs.winehq.org/show_bug.cgi?id=1

So is this normal behaviour? Any progress?

jirib



Re: [NEW] saxon-java

2010-06-25 Thread Jiri B.
Updated version of saxon 6.5.5 with `saxon-xslt' wrapper (inspired from
Debian).

Works fine, if you don't mind then commit please.

Thanks

jirib

$ pkg_info saxon-java
Information for inst:saxon-java-6.5.5p6

Comment:
Michael H. Kay's Java XSLT processor

Description:
The SAXON package is a collection of tools for processing XML documents.
The main components are:

* An XSLT processor, which implements the Version 1.0 XSLT and XPath
Recommendations from the World Wide Web Consortium.  This version of
Saxon also includes some features defined in XSLT 1.1.

* A Java library, which supports a similar processing model to XSL, but
allows full programming capability, which you need if you want to
perform complex processing of the data or to access external services
such as a relational database

* A slightly improved version of the AElfred parser from Microstar.
(But you can use SAXON with any SAX-compliant XML parser if you prefer).

Saxon is distributed under the terms of the Mozilla Public License
(MPL).

Maintainer: The OpenBSD ports mailing-list 

WWW: http://saxon.sourceforge.net/

Install notice:
To process with Saxon, issue a command like the following (all on one
line):

 saxon-xslt file.xml stylesheet.xsl

See the html docs for more details.


saxon-java-6.5.5p6.tgz
Description: application/compressed-tar


Re: [NEW] saxon-java

2010-06-24 Thread Jiri B.
> Anyway this version of Saxon is too new, upstream docbooks xsl has
> extension for saxon 6.5.3 (our docbook-xsl has 6.5.3). So I will drop
> this saxon version and create a port for 6.5.5 version and I'll try to
> update docbook-xsl port as well.

Saxon 6.5.5 version... Transforms docbook xml to xhtml fine.

jirib

$ export
CLASSPATH=/usr/local/saxon/lib/saxon.jar:/usr/local/share/xsl/docbook/extensions/saxon653.jar
$ java  com.icl.saxon.StyleSheet -t SAXON 6.5.5 from Michael Kay
Java version 1.7.0-internal
No source file name
SAXON 6.5.5 from Michael Kay
Usage:  java com.icl.saxon.StyleSheet [options] source-doc style-doc
{param=value}... Options: 
  -a  Use xml-stylesheet PI, not style-doc argument 
  -ds Use standard tree data structure 
  -dt Use tinytree data structure (default)
  -o filename Send output to named file or directory 
  -m classnameUse specified Emitter class for xsl:message output 
  -r classnameUse specified URIResolver class 
  -t  Display version and timing information 
  -T  Set standard TraceListener
  -TL classname   Set a specific TraceListener
  -u  Names are URLs not filenames 
  -w0 Recover silently from recoverable errors 
  -w1 Report recoverable errors and continue (default)
  -w2 Treat recoverable errors as fatal
  -x classnameUse specified SAX parser for source file 
  -y classnameUse specified SAX parser for stylesheet 
  -?  Display this message


saxon-java-6.5.5.tgz
Description: application/compressed-tar


Re: [NEW] saxon-java

2010-06-24 Thread Jiri B.
On Thu, 24 Jun 2010 17:30:09 -0400
Ian Darwin  wrote:

> > built on pkgsrc/WIP port. Hmm, do we distribute binary jars?
> >
> Sure. Look at devel/ant

OK.

> > How to create a wrapper to easier run jars?
> See above. Use javaPathHelper.
> > Transforms docbook file to xhtml fine.

As you could in my the Makefile, I was trying to create a script
wrapper not to run directly:

java -jar saxon.jar options

but:

saxon-java options

If that would be OK, how to do that?

> See the existing port docbook-xsl-1.68.1p2 which includes e.g., 
> share/xsl/docbook/extensions/saxon653.jar
> and looks to be the same "saxon".

These are only docbook extensions for saxon, not the saxon itself. You
still need saxon, don't you?

> Also, the port need not have -java in its name, unless it's to
> contrast it from a like-named package
> from the same project written in a different language.

Saxon has also a version for .NET.

Anyway this version of Saxon is too new, upstream docbooks xsl has
extension for saxon 6.5.3 (our docbook-xsl has 6.5.3). So I will drop
this saxon version and create a port for 6.5.5 version and I'll try to
update docbook-xsl port as well.

jirib



[NEW] saxon-java

2010-06-24 Thread Jiri B.
Hello,

built on pkgsrc/WIP port. Hmm, do we distribute binary jars?

How to create a wrapper to easier run jars?

Transforms docbook file to xhtml fine.

jirib

***

The SAXON package is a collection of tools for processing XML documents.
The main components are:

* An XSLT processor, which implements the Version 1.0 XSLT and XPath
Recommendations from the World Wide Web Consortium.  This version of
Saxon also includes some features defined in XSLT 1.1.

* A Java library, which supports a similar processing model to XSL, but
allows full programming capability, which you need if you want to
perform complex processing of the data or to access external services
such as a relational database

* A slightly improved version of the AElfred parser from Microstar.
(But you can use SAXON with any SAX-compliant XML parser if you prefer).

Saxon is distributed under the terms of the Mozilla Public License
(MPL).


saxon-java.tgz
Description: application/compressed-tar


Re: keepassx [was: Re: qmake anyone?]

2010-06-23 Thread Jiri B.
On Sat, 16 Jan 2010 18:35:30 +0100
frantisek holop  wrote:

> hmm, on Sat, Jan 16, 2010 at 06:16:10PM +0100, Matthieu Herrb said
> that
> > Xtst
> 
> thanks.
> 
> i am trying to port keepassx, but i am hitting a wall:

Hi,

were you successfull to build keepassx on OpenBSD? Before I searched
@ports I tried to create my own port and I have reached same problems as
you :(

keepassx would be very useful as I use that everyday (on Linux) and I
don't know any other password manager.

jirib




Re: [NEW] sup

2010-06-18 Thread Jiri B.
On Thu, 17 Jun 2010 12:06:35 -0700
Ryan Freeman  wrote:

> > > > I do notice slight locale issues, certain characters draw
> > > > oddly, but nothing else so far. i'll be eager to stay on this
> > > > one and check all updates! Thanks,

Can any ruby expert help with that locale issue please?

jirib





[NEW] ruby-ferret

2010-06-06 Thread Jiri B.
Hello,

new ports for ruby-ferret.

Ferret is a high-performance, full-featured text search engine library
written for Ruby. It is inspired by Apache Lucene Java project.

j.

ruby-ferret.tgz
Description: application/compressed-tar


[NEW] ruby-lockfile

2010-06-06 Thread Jiri B.
Hello,

ruby-lockfile is a Ruby library for creating NFS safe lockfiles.

j.

ruby-lockfile.tgz
Description: application/compressed-tar


[NEW] sup

2010-06-06 Thread Jiri B.
Hello,

this is very silly attempt to make a port of sup mail client.

Sup is a console-based email client for people with a lot of email. It
supports tagging, very fast full-text search, automatic contact- list
management, and more. If you're the type of person who treats email as
an extension of your long-term memory, Sup is for you.

Well, there are some issues, problems with locales... Reading mail from
mbox works but I haven't tested other features yet. Also the Makefile is
probably stupid :) I was not sure if keep 'sup' name because under
name sup there's another application existing, but we don't have it in
ports... - Software Upgrade Protocol implementation.

$ sup
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:
command not found: locale charmap [Sun Jun 06 12:55:49 +0200 2010]
WARNING: can't find character set by using locale, defaulting to utf-8
[Sun Jun 06 12:55:50 +0200 2010] WARNING: cannot dlload setlocale();
ncurses wide character support probably broken. [Sun Jun 06 12:55:50
+0200 2010] WARNING: dlload error was RuntimeError: File not found [Sun
Jun 06 12:55:50 +0200 2010] WARNING: BSD variant detected. You may have
to install a compat6x package to acquire libc. [Sun Jun 06 12:55:56
+0200 2010] Flushing Xapian updates to disk. This may take a while...

j.

sup.tgz
Description: application/compressed-tar


[NEW] xapian-bindings-ruby

2010-06-06 Thread Jiri B.
Hello,

xapian-bindings-ruby is another piece in a puzzle ;)

Maybe the specified version of xapian-core could be declared better in
the Makefile (?).

FYI: it needs xapian-core 1.2.0, see
http://marc.info/?l=openbsd-ports&m=127570586221203&w=2

xapian-ruby is a Ruby interface to the Xapian C++ search library.

Xapian is an opensource search engine library.
It is a highly adaptable toolkit which allows developers to easily add
advanced indexing and search facilities to their own applications. It
supports the Probabilistic Information Retrieval model and also supports
a rich set of boolean query operators.



xapian-bindings-ruby.tgz
Description: application/compressed-tar


UPDATE: xapian-core

2010-06-04 Thread Jiri B.
Hello,

attemp to update xapian-core to latest stable version (1.2.0). I haven't
tested it much yet.

jirib

Index: Makefile
===
RCS file: /cvs/ports/databases/xapian-core/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	25 Nov 2009 18:31:09 -	1.5
+++ Makefile	5 Jun 2010 02:33:30 -
@@ -2,7 +2,7 @@
 
 COMMENT=	search engine library
 
-V=		1.0.17
+V=		1.2.0
 DISTNAME=	xapian-core-${V}
 
 SHARED_LIBS +=  xapian   0.2  # .21.7
@@ -17,13 +17,22 @@
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-WANTLIB += c m stdc++ z
+WANTLIB += c m stdc++ z e2fs-uuid
 
 MASTER_SITES=	http://oligarchy.co.uk/xapian/${V}/
 
 USE_LIBTOOL=	Yes
 
+LIB_DEPENDS=	e2fs-uuid::sysutils/e2fsprogs
+
 CONFIGURE_STYLE= gnu
 CONFIGURE_ARGS=	${CONFIGURE_SHARED}
+
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LDFLAGS="-L${LOCALBASE}/lib"
+
+pre-configure:
+	perl -pi -e "s,for ac_lib in '' uuid,for ac_lib in '' e2fs-uuid," \
+		${WRKSRC}/configure
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/databases/xapian-core/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	25 Nov 2009 18:31:09 -	1.4
+++ distinfo	5 Jun 2010 02:33:30 -
@@ -1,5 +1,5 @@
-MD5 (xapian-core-1.0.17.tar.gz) = RVtQwk/GWuUcOK5nFnkDxQ==
-RMD160 (xapian-core-1.0.17.tar.gz) = 3/D5kVGmjQNkJ1NcMAX7AD9bObg=
-SHA1 (xapian-core-1.0.17.tar.gz) = JQSoNMvbEBuB4PRjjrJhpNScThs=
-SHA256 (xapian-core-1.0.17.tar.gz) = xae3wndTb/yMKLdQhx5lXikIwic2OtzgQwKiJ9ul/is=
-SIZE (xapian-core-1.0.17.tar.gz) = 2915371
+MD5 (xapian-core-1.2.0.tar.gz) = EhtTM9PevPCO0L5xSmQe7w==
+RMD160 (xapian-core-1.2.0.tar.gz) = K9CCU5/HCjGWjDmqcFrhIV9edDg=
+SHA1 (xapian-core-1.2.0.tar.gz) = 44Rkf3axgX4Vz+Gxefr/JwcLQWQ=
+SHA256 (xapian-core-1.2.0.tar.gz) = b+sLsdxLrjagqsG/KJ70igy6exxcMGeYGPYEV3qbDbM=
+SIZE (xapian-core-1.2.0.tar.gz) = 3817970
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/xapian-core/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST	14 Nov 2009 10:57:44 -	1.2
+++ pkg/PLIST	5 Jun 2010 02:33:31 -
@@ -2,56 +2,65 @@
 %%SHARED%%
 @bin bin/copydatabase
 @bin bin/delve
-...@bin bin/quartzcheck
-...@bin bin/quartzcompact
-...@bin bin/quartzdump
 @bin bin/quest
 @bin bin/simpleexpand
 @bin bin/simpleindex
 @bin bin/simplesearch
 @bin bin/xapian-check
+...@bin bin/xapian-chert-update
 @bin bin/xapian-compact
 bin/xapian-config
 @bin bin/xapian-inspect
+...@bin bin/xapian-metadata
 @bin bin/xapian-progsrv
+...@bin bin/xapian-replicate
+...@bin bin/xapian-replicate-server
 @bin bin/xapian-tcpsrv
 include/xapian/
-include/xapian.h
-include/xapian/base.h
-include/xapian/database.h
-include/xapian/dbfactory.h
-include/xapian/deprecated.h
-include/xapian/document.h
-include/xapian/enquire.h
-include/xapian/error.h
-include/xapian/errorhandler.h
-include/xapian/expanddecider.h
-include/xapian/positioniterator.h
-include/xapian/postingiterator.h
-include/xapian/query.h
-include/xapian/queryparser.h
-include/xapian/sorter.h
-include/xapian/stem.h
-include/xapian/termgenerator.h
-include/xapian/termiterator.h
-include/xapian/types.h
-include/xapian/unicode.h
-include/xapian/valueiterator.h
-include/xapian/version.h
-include/xapian/visibility.h
+include/xapian/xapian/
+include/xapian/xapian.h
+include/xapian/xapian/base.h
+include/xapian/xapian/database.h
+include/xapian/xapian/dbfactory.h
+include/xapian/xapian/deprecated.h
+include/xapian/xapian/derefwrapper.h
+include/xapian/xapian/document.h
+include/xapian/xapian/enquire.h
+include/xapian/xapian/error.h
+include/xapian/xapian/errorhandler.h
+include/xapian/xapian/expanddecider.h
+include/xapian/xapian/keymaker.h
+include/xapian/xapian/matchspy.h
+include/xapian/xapian/positioniterator.h
+include/xapian/xapian/postingiterator.h
+include/xapian/xapian/postingsource.h
+include/xapian/xapian/query.h
+include/xapian/xapian/queryparser.h
+include/xapian/xapian/registry.h
+include/xapian/xapian/stem.h
+include/xapian/xapian/termgenerator.h
+include/xapian/xapian/termiterator.h
+include/xapian/xapian/types.h
+include/xapian/xapian/unicode.h
+include/xapian/xapian/valueiterator.h
+include/xapian/xapian/valuesetmatchdecider.h
+include/xapian/xapian/version.h
+include/xapian/xapian/visibility.h
+include/xapian/xapian/weight.h
 lib/libxapian.a
 lib/libxapian.la
 @man man/man1/copydatabase.1
 @man man/man1/delve.1
-...@man man/man1/quartzcheck.1
-...@man man/man1/quartzcompact.1
-...@man man/man1/quartzdump.1
 @man man/man1/quest.1
 @man man/man1/xapian-check.1
+...@man man/man1/xapian-chert-update.1
 @man man/man1/xapian-compact.1
 @man man/man1/xapian-config.1
 @man man/man1/xapian-inspect.1
+...@man man/man1/xapian-metadata.1
 @man man/man1/xapian-progsrv.1
+...@man man/man1/xapian-replicate-server.1
+...@man man/man1/xapian-replicate.1
 @man man/man1/xapian-tcpsrv

(WIP) xapian-ruby

2010-06-02 Thread Jiri B.
Hello,

I'm trying to create a port for xapian-ruby which is needed to build other 
stuff.

This is my first try so don't get mad, anyway I've got into troubles...

checking for library containing zlibVersion... -lz
checking for uuid/uuid.h... no
configure: error: uuid/uuid.h not found - required for chert and flint (you may 
need to install the uuid-dev, libuuid-devel or e2fsprogs-devel package)
rake aborted!

/data/objdir/ports/xapian-ruby/fake-i386/usr/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.1/Rakefile:6:in
 `system!'
(See full trace by running task with --trace)


Gem files will remain installed in 
/data/objdir/ports/xapian-ruby/fake-i386/usr/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.1
 for inspection.
Results logged to 
/data/objdir/ports/xapian-ruby/fake-i386/usr/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.1/gem_make.out
*** Error code 1

Stop in /data/myports/databases/xapian-ruby (line 82 of 
/usr/ports/lang/ruby/ruby.port.mk).
*** Error code 1

Stop in /data/myports/databases/xapian-ruby (line 2335 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
al/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.1/Rakefile

# pkg_info -L uuid | grep uuid.h

/usr/local/include/uuid.h

How to modify Rakefile so it could find uuid.h?

# cat 
/data/objdir/ports/xapian-ruby/fake-i386/usr/local/lib/ruby/gems/1.8/gems/xapian-full-1.1.3.1/Rakefil>
require 'rbconfig'
c = Config::CONFIG

def system!(cmd)
puts cmd
system(cmd) or raise
end

ver = '1.1.3'
core = "xapian-core-#{ver}"
bindings = "xapian-bindings-#{ver}"
xapian_config = "#{Dir.pwd}/#{core}/xapian-config"

task :default do
[core,bindings].each do |x|
system! "tar -xzvf #{x}.tar.gz"
end

Dir.chdir core do
system! "./configure"
system! "make clean all"
end

Dir.chdir bindings do
ENV['RUBY'] ||= "#{c['bindir']}/#{c['RUBY_INSTALL_NAME']}"
ENV['XAPIAN_CONFIG'] = xapian_config
system! "./configure --with-ruby"
system! "make clean all"
end

system! "mkdir -p lib"
system! "cp #{bindings}/ruby/.libs/_xapian.so lib"
system! "cp #{bindings}/ruby/xapian.rb lib"
end

Thanks for tip.

jirib




Re: samba regression tests

2010-05-25 Thread Jiri B.
On Tue, 25 May 2010 22:28:28 +1000
Ian McWilliam  wrote:

> With the following added to the samba Makefile, you can get the
> regress target to run the regression test suit.
> 
> REGRESS_TARGET=   test
> .ifmake regress
> CONFIGURE_ARGS+=  --enable-socket-wrapper \
>   --enable-nss-wrapper 
> .endif
> 
> Just about everything fails because of the following error though
> 
> Connection to 127.0.0.2 failed (Error NT_STATUS_HOST_UNREACHABLE)
> 
> Need to look into it a bit more.
> 
> 
> Running Test suite
> Running selftest with the following
> Selftest Directory: ./st
> Subtests to Run: all
> smbtorture4 Path: 
> Alternative Share Dir: 
> Custom Configuration: 
> CREATE TEST ENVIRONMENT IN './st'...DONE
> STARTING NMBD...DONE
> STARTING WINBINDD...DONE
> STARTING SMBD...DONE
> delaying for nbt name registration
> querying __SAMBA__ on 127.0.0.2
> 127.0.0.2 __SAMBA__<00>
> querying __SAMBA__ on 127.255.255.255
> 127.0.0.2 __SAMBA__<00>
> querying __SAMBA__ on 127.255.255.255
> 127.0.0.2 __SAMBA__<00>
> querying localhost2 on 127.0.0.2
> 127.0.0.2 localhost2<00>
> querying localhost2 on 127.255.255.255
> 127.0.0.2 localhost2<00>
> wait for smbd
> creating lame upcase table
> creating lame lowcase table
> Connection to 127.0.0.2 failed (Error NT_STATUS_HOST_UNREACHABLE)
> creating lame upcase table
> creating lame lowcase table
> Connection to 127.0.0.2 failed (Error NT_STATUS_HOST_UNREACHABLE)
> 
> 
> 
> Runs a lot of tests

Hi,

just curious... Does this Samba on OpenBSD works on IPv6?

Jiri





obsolete micq - candicate for deletion

2010-05-23 Thread Jiri B.
Hello,

I found micq 0.5.3 in OpenBSD ports. It's obsolete, it has been renamed
to climm and its version is 0.7.1. So maybe micq is good candidate for
deletion if nobody uses ports' version.

My 2 cents

Jiri



<    1   2   3   4   5