Re: UPDATE: VLC 1.0.6

2010-05-04 Thread Edd Barrett
On Tue, May 04, 2010 at 06:36:00PM -0400, Brad wrote:
> Here is a 4th rev diff. If you have done any testing for the other
> revs of my update I have posted please test this one now. 

Unless anyone objects I am going to commit this soon (with OK from
dcoppa@) and any minor fixes that are found can be fixed in-tree.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



[NEW] math/omnitab

2010-05-04 Thread Daniel Dickman
# pkg_info omnitab
Information for inst:omnitab-1.0

Comment:
spreadsheet statistics package

Description:
OMNITAB 80 is a high-level spreadsheet for statistical analysis.
OMNITAB, the precursor of Minitab(TM), was developed in the Statistical
Engineering Division of NIST.

Major capabilities include:
* Statistical analyses, including
o Regression analysis
o Analysis of variance
* Arithmetic and trigonometric operations
* Data manipulation
* Matrix and array operations
* Probability functions

An important feature of OMNITAB is that the regression and analysis
of variance commands produce automatic outputs showing relevant
statistics, standard deviations and diagnostic plots.

NOTE: OMNITAB was commercialized by MINITAB in the 1980's. At that
time, active development of OMNITAB ceased (the special publication
was published 1986, there has been no significant active development
since then). On the other hand, MINITAB has continued active
development since that time. For that reason, it is not accurate
to think of OMNITAB as a free version of MINITAB. OMNITAB is provided
to support legacy applications. However, there is no active consulting
support beyond providing the software. Also, there are no formal
ties between NIST and MINITAB.

Maintainer: The OpenBSD ports mailing-list 

WWW: http://www.itl.nist.gov/div898/software/omnitab.html


omnitab.tar.gz
Description: GNU Zip compressed data


Re: UPDATE: sdl 1.2.14

2010-05-04 Thread Ryan Freeman
On Sun, May 02, 2010 at 02:13:50PM -0400, Brad wrote:
> On Monday 26 April 2010 14:25:06 Ryan Freeman wrote:
> > On Sun, Apr 25, 2010 at 05:01:24PM -0400, Brad wrote:
> > > On Sun, Apr 18, 2010 at 07:36:10PM -0400, Brad wrote:
> > > > Here is an update to SDL 1.2.14.
> > >
> > > Here is a second rev of my update. I rolled in some fixes
> > > taken from upstream for the i386/amd64 cpuid assembly code
> > > and I added support for detection of AltiVec on OpenBSD/powerpc
> > > using the sysctl, although AltiVec support is still disabled.
> > >
> > > Again please test. This is a pretty important bug fix release
> > > and this is used in a good number of games and multimedia
> > > related software for audio/video output.
> >
> > hey brad,
> >
> > tested on i386 with -current as of april 25th. everything works fine,
> > on the running application, however when an sdl app (chocolate-doom in
> > this test case) requests a fullscreen resolution smaller than your
> > regular X desktop resolution, it seems sdl uses XRandR to resize the
> > virtual desktop as well, which makes window managers scrunch up all
> > your open windows to the dimensions of the last-used smaller
> > resolution. i wasn't getting the behavior before, but i'm going to
> > roll back and retest with the last 1.2.13 release and see if any
> > different. regards,
> >
> Ping.
> 
> You also didn't mention what window manager you're using.
>

continuing on, (wm was openbox updated to 3.4.11.1 from submitted patch)
i have tested the following: openbox 3.4.11.1, openbox 3.4.10 stock from
ports, sdl 1.2.14, (in both wms) and sdl 1.2.13 in both. sdl-1.2.13 does
not exhibit this issue. it seems the openbox devs might very well be
right on the money that there is a new bug in sdl where sdl changes
the virtual desktop size when it shouldn't, causing wms that keep windows
from disappearing into oblivion where you could never get them again to
resort windows into a smaller virtual desktop. thats the only problem
i see with the newest sdl. cheers! 

-ryan



OT: Marketing e-mail (was Re: NoMachine Makes OpenSSH Win32 Port Available)

2010-05-04 Thread Bryan
On Tue, May 4, 2010 at 08:28, NX Info  wrote:
> Hi all,
>
> We are happy to inform you that we have made available a Win32 port of
> OpenSSH. We have also created a dedicated area on our website along with
> the relevant build and installation instructions:
>

why should we use yours, when the one that comes with Cygwin is fully
functional?

You still require Cygwin to "install the service" into Windows. Your
version also requires the user connecting to the box to be in the
"administrator" group.  NO ONE should SSH into a box as a user in
"Administrator".  And to add to the "security"... no ssh-keygen? why?
Putty even has an ssh-keygen ability.

Lastly, ports@ mailing list is made for the discussion of OpenBSD
ports and packages FOR OpenBSD.

Have a nice day... I'll continue to use Cygwin/OpenSSH when I have to...



UPDATE: databases/py-sqlalchemy

2010-05-04 Thread Will Maier
Hi all-

The diff below updates SQLAlchemy to 0.6.0. The few failures in regress don't
seem to impact real-world use, but please let me know if you think they'll pose
a problem. Also, I don't use SQLALchemy any more -- would anyone out there like
to take it on as MAINTAINER?

Thanks!

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | email.willma...@ml1.net |
*-[ BSD: Live Free or Die ]*

Index: Makefile
===
RCS file: /cvs/ports/databases/py-sqlalchemy/Makefile,v
retrieving revision 1.16
diff -N -u -p Makefile
--- Makefile4 Jun 2009 19:49:17 -   1.16
+++ Makefile4 May 2010 12:54:29 -
@@ -2,7 +2,7 @@
 
 COMMENT =  database toolkit for Python
 
-MODPY_EGG_VERSION =0.5.4p2
+MODPY_EGG_VERSION =0.6.0
 DISTNAME = SQLAlchemy-${MODPY_EGG_VERSION}
 PKGNAME =  py-sqlalchemy-${MODPY_EGG_VERSION:S/p/./}
 
@@ -24,8 +24,11 @@ MODULES =lang/python
 MODPY_SETUPTOOLS = Yes
 PKG_ARCH = *
 
+MAKE_ENV +=PYTHONPATH=.
+
 # Other DB connectors would work, too.
-REGRESS_DEPENDS =  ::databases/py-sqlite2
+REGRESS_DEPENDS =  ::databases/py-sqlite2 \
+   ::devel/py-nose
 
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/py-sqlalchemy
@@ -35,7 +38,7 @@ post-install:
pax -rw * ${PREFIX}/share/examples/py-sqlalchemy
 
 do-regress:
-   @cd ${WRKSRC} && ${MAKE_ENV} \
-   PYTHONPATH=test ${MODPY_BIN} test/alltests.py --db sqlite
+   ${_MODPY_CMD} develop -d.
+   @cd ${WRKSRC} && ${MAKE_ENV} nosetests
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/databases/py-sqlalchemy/distinfo,v
retrieving revision 1.12
diff -N -u -p distinfo
--- distinfo4 Jun 2009 19:49:17 -   1.12
+++ distinfo4 May 2010 12:54:29 -
@@ -1,5 +1,5 @@
-MD5 (SQLAlchemy-0.5.4p2.tar.gz) = QI37CGgBirwWVLF6L6+vcA==
-RMD160 (SQLAlchemy-0.5.4p2.tar.gz) = aHnRTLNonlX4mSMcV8m7ZndqgyQ=
-SHA1 (SQLAlchemy-0.5.4p2.tar.gz) = oszKW82eRKFL8YDDmPmPjSwAP8Y=
-SHA256 (SQLAlchemy-0.5.4p2.tar.gz) = 
jRmJ4nAE5OB7PxdJhYfGl93Ke3bhc/Vk8uQl+xwU08g=
-SIZE (SQLAlchemy-0.5.4p2.tar.gz) = 1471063
+MD5 (SQLAlchemy-0.6.0.tar.gz) = V1wsp0LpqzwIw4TbxIYfhg==
+RMD160 (SQLAlchemy-0.6.0.tar.gz) = v+CwFgU2mJ5cCI7cdQdRp0NdxbI=
+SHA1 (SQLAlchemy-0.6.0.tar.gz) = A8aGyJIXjUc46c4pqQCRa5KV+Q0=
+SHA256 (SQLAlchemy-0.6.0.tar.gz) = 7VVSsGhfRgTy6dDPHblwEPKt9vE4if2ngP8wY5rO4bk=
+SIZE (SQLAlchemy-0.6.0.tar.gz) = 1830678
Index: patches/patch-setup_cfg
===
RCS file: patches/patch-setup_cfg
diff -N -u -p patches/patch-setup_cfg
--- /dev/null   4 May 2010 12:54:29 -
+++ patches/patch-setup_cfg 4 May 2010 12:54:29 -
@@ -0,0 +1,13 @@
+Disable configuration option not supported by nose.
+
+$OpenBSD$
+--- setup.cfg.orig Tue May  4 07:50:47 2010
 setup.cfg  Tue May  4 07:50:49 2010
+@@ -5,6 +5,6 @@ tag_svn_revision = 0
+ 
+ [nosetests]
+ exclude = ^examples
+-first-package-wins = true
++#first-package-wins = true
+ with-sqlalchemy = true
+ 
Index: patches/patch-setup_py
===
RCS file: /cvs/ports/databases/py-sqlalchemy/patches/Attic/patch-setup_py,v
diff -N -u -p patches/patch-setup_py
--- /dev/null   4 May 2010 12:54:29 -
+++ patches/patch-setup_py  4 May 2010 12:54:29 -
@@ -0,0 +1,49 @@
+Build cextensions.
+
+$OpenBSD$
+--- setup.py.orig  Sun Apr 18 18:10:46 2010
 setup.py   Tue May  4 07:38:32 2010
+@@ -7,7 +7,7 @@ Please see README for basic installation instructions.
+ # If using distutils (not distribute/setuptools),
+ # set this flag to True to compile C extensions.
+ # Otherwise use --with-cextensions
+-BUILD_CEXTENSIONS = False
++BUILD_CEXTENSIONS = True
+ 
+ import os
+ import sys
+@@ -31,8 +31,17 @@ except ImportError:
+ from distutils.core import setup, Extension
+ Feature = None
+ 
+-if Feature:
++if BUILD_CEXTENSIONS:
+ extra.update(
++ext_modules = [
++Extension('sqlalchemy.cprocessors',
++  sources=['lib/sqlalchemy/cextension/processors.c']),
++Extension('sqlalchemy.cresultproxy',
++  sources=['lib/sqlalchemy/cextension/resultproxy.c'])
++]
++)
++elif Feature:
++extra.update(
+ features = {'cextensions' : Feature(
+ "optional C speed-enhancements",
+ standard = False,
+@@ -43,15 +52,6 @@ if Feature:
+sources=['lib/sqlalchemy/cextension/resultproxy.c'])
+ ],
+ )}
+-)
+-elif BUILD_CEXTENSIONS:
+-extra.update(
+-ext_modules = [
+-Extension('sqlalchemy.cprocessors',
+-  sources=['lib/sql

NoMachine Makes OpenSSH Win32 Port Available

2010-05-04 Thread NX Info

Hi all,

We are happy to inform you that we have made available a Win32 port of
OpenSSH. We have also created a dedicated area on our website along with
the relevant build and installation instructions:

http:www.nomachine.com/contributions.php.

While still in the early stages and requiring a little more evolvement,
the port includes both the client and the server and implements a majority
of the functionalities found in the original code. As per the OpenSSH
development standards, we have added the portability code to the pure
version of OpenSSH.

For a complete list of features and open issues, please consult the
news on our website:

http://www.nomachine.com/news-read.php?idnews=312


/The NoMachine Team



Re: [new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread James Turner
On Tue, May 04, 2010 at 10:55:15AM +0200, Landry Breuil wrote:
> On Tue, May 04, 2010 at 10:39:48AM +0200, Landry Breuil wrote:
> 
> Fixed version using g_get_home_dir() and g_get_current_dir() instead of
> getenv("HOME") or getenv("PWD")... report if there are still usecases
> that fail. I know :o abspath/of/a/file with spaces.pdf still fails, even
> if you quote it.
> 
> (and NO,NO, it won't open the pdfs that epdfview and evince already don't
> open, and i don't give a  about that, complain to poppler
> devs/maintainer :)
> 
> Landry

Tested on loongson with a number of pdfs from openbsd.org/papers. Works
pretty well despite slow X refresh rate.



Ponto Ideias

2010-05-04 Thread Ponto Ideias
Ponto Ideias

Cartões de Visita 4/0 Cores

1000 unidades 69,90 €

Folhetos A6 4/0 Cores

1000 unidades 69,90 €

Folhetos A5 4/0 Cores

1000 unidades 89,90 €

Folhetos DL  4/0 Cores

1000 unidades 99,90 €

Papéis de Carta  4/0 Cores

1000 unidades 69,90 €

Autocolantes

1000 unidades 44,90 €

A estes valores deve de ser acrescentado o IVA de 20%

Prazo de Entrega 48 Horas - Entregas em todo o País

Rapidez | Qualidade | Preços Imbatíveis

Orçamentos

pontoide...@gmail.com

O presente e-mail destina-se única e exclusivamente a informar potenciais 
interessados, pelo que não irá voltar a recebê-lo, nem o seu endereço de email 
foi adicionado a qualquer mailing list. Somos uma entidade que respeita as 
regras de envio de emails, pelo que lhe pedimos que não use as ferramentas 
anti-spam da sua caixa de correio. Desde já o nosso muito obrigado pela sua 
compreensão e, mais uma vez, se recebeu a minha proposta sem a ter requisitado 
as nossas desculpas pelo incómodo.

pontoide...@gmail.com



Κλείστε νωρίς και κερδίστε 10% έκπτω

2010-05-04 Thread travelplanet24.com
An den vlepete auto to email kante click edw:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UMABXI-CZ4OZP.html


Travelplanet24
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB90-19NTOU.html


Κλείστε νωρίς και κερδίστε 10% έκπτωση σε όλα τα ξενοδοχεία


Travelplanet24
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8Y-V2B16AZ.html


Σχεδιάστε τώρα τις καλοκαιρινές σας διακοπές και επωφεληθείτε 10%
έκπτωση σε όλα τα ξενοδοχεία. Για τις επόμενες 72 ώρες μειώνουμε
όλες τις τιμές στις κρατήσεις ξενοδοχείων με ημερομηνία άφιξης από
01.07.2010 έως τις 31.08.2010.

Μη χάσετε αυτή τη μοναδική προσφορά!

Κάντε Κράτηση Τώρα:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8Y-V2B16AZ.html


Ειδικές Προσφορές για Ξενοδοχεία:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8W-O3A149U.html

Κλείστε νωρίς και επωφεληθείτε 10% έκπτωση:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8W-O3A149U.html

Ξενοδοχεία στη Σαντορίνη
Amerisa Suites
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8B-179ZXWQ.html

5 stars
94 €
Index: 1
Count: 4
Button: false


Ξενοδοχεία στη Ρόδο
Eden roc hotel Rhodes
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8D-7DYZAG.html

4 stars
72 €
Index: 2
Count: 4
Button: false


Ξενοδοχεία στην Πράγα
Carlo IV Prague
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8Q-G5R1EEK.html

5 stars
97 €
Index: 3
Count: 4
Button: false


Ξενοδοχεία στην Αθήνα
Classical 2 Fashion House
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8E-9LL1BF7.html

5 stars
74 €
Index: 4
Count: 4
Button: false


Κάντε Κράτηση Τώρα:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8W-O3A149U.html


Greekbooks.gr
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPGA6U-1BPI4M3.html



Ξενοδοχεία:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8X-ZCH6ED.html


Ρώμη, 27 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8J-MYQXIR.html

Πράγα, 13 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB88-K2ZEGW.html

Βαρκελώνη, 23 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8C-1AA03DS.html

Παρίσι, 30 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8H-1D8VWZ1.html

Βερολίνο, 27 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8F-DHKDNW.html

Άμστερνταμ, 17 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB89-123716VM.html

Λονδίνο, 16 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8A-K89CZ6.html

Μιλάνο, 39 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8I-ANTL24.html

Βιέννη, 34 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8G-19L2MQT.html

Travelplanet24
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8X-ZCH6ED.html

Περισσότερα Ξενοδοχεία:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8X-ZCH6ED.html


Ακτοπλοϊκά Εισιτήρια:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html


Σαντορίνη, 34 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Πάρος, 29 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Χίος, 27 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Κέρκυρα, 33 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Μύκονος, 31 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Πάτμος, 34 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Ηράκλειο, 38 €
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

travelplanet24
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html

Περισσότερα Ακτοπλοϊκά:
http://newsletter.travelplanet24.com/go/AIEY47S-1UPZBA5-1UPZB8V-13G8F7.html


Αεροπορικά Εισιτήρια:
http://newsletter.tra

Re: [new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread Antoine Jacoutot
On Tue, 4 May 2010, Landry Breuil wrote:
> > Oh, and for the ones who will test it, yes i know it doesn't work on the
> > commandline if you give it a relative path to a pdf, but absolute path
> > works, and same with a pdf with spaces in the name. The argv parsing
> > code is horrible, looking into it.
> 
> Fixed version using g_get_home_dir() and g_get_current_dir() instead of
> getenv("HOME") or getenv("PWD")... report if there are still usecases
> that fail. I know :o abspath/of/a/file with spaces.pdf still fails, even
> if you quote it.
> 
> (and NO,NO, it won't open the pdfs that epdfview and evince already don't
> open, and i don't give a  about that, complain to poppler
> devs/maintainer :)

Chill out dude, have a Chartreuse.

-- 
Antoine



Re: [new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread Landry Breuil
On Tue, May 04, 2010 at 10:39:48AM +0200, Landry Breuil wrote:
> On Tue, May 04, 2010 at 09:49:12AM +0200, Landry Breuil wrote:
> > On Tue, May 04, 2010 at 09:37:44AM +0200, Landry Breuil wrote:
> > > Hi,
> > > 
> > > here's a port for yet another gtk2 pdf viewer using poppler libs, it
> > > aims at being simple and minimalistic. It uses vim-like keybindings,
> > > for example  for next page,  to previous page,
> > > 'k','j','h','l' to scrolling a page up, down, left or right, and so on.
> > > It also understands quantifiers like vim, so typing '50' and 
> > > will go forward 50 pages, typing '30' and  will go backwards 30
> > > pages. It also supports tabs, so you can navigate in a directory with
> > > 'O' and open multiple pdfs in different tabs with 't'.
> > > 
> > > comments, yays?
> > 
> > Better with a tarball.
> 
> Oh, and for the ones who will test it, yes i know it doesn't work on the
> commandline if you give it a relative path to a pdf, but absolute path
> works, and same with a pdf with spaces in the name. The argv parsing
> code is horrible, looking into it.

Fixed version using g_get_home_dir() and g_get_current_dir() instead of
getenv("HOME") or getenv("PWD")... report if there are still usecases
that fail. I know :o abspath/of/a/file with spaces.pdf still fails, even
if you quote it.

(and NO,NO, it won't open the pdfs that epdfview and evince already don't
open, and i don't give a  about that, complain to poppler
devs/maintainer :)

Landry


apvlv-0.0.9.6.tgz
Description: application/tar-gz


Re: [new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread Landry Breuil
On Tue, May 04, 2010 at 09:49:12AM +0200, Landry Breuil wrote:
> On Tue, May 04, 2010 at 09:37:44AM +0200, Landry Breuil wrote:
> > Hi,
> > 
> > here's a port for yet another gtk2 pdf viewer using poppler libs, it
> > aims at being simple and minimalistic. It uses vim-like keybindings,
> > for example  for next page,  to previous page,
> > 'k','j','h','l' to scrolling a page up, down, left or right, and so on.
> > It also understands quantifiers like vim, so typing '50' and 
> > will go forward 50 pages, typing '30' and  will go backwards 30
> > pages. It also supports tabs, so you can navigate in a directory with
> > 'O' and open multiple pdfs in different tabs with 't'.
> > 
> > comments, yays?
> 
> Better with a tarball.

Oh, and for the ones who will test it, yes i know it doesn't work on the
commandline if you give it a relative path to a pdf, but absolute path
works, and same with a pdf with spaces in the name. The argv parsing
code is horrible, looking into it.

Landry



Re: [new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread Landry Breuil
On Tue, May 04, 2010 at 09:37:44AM +0200, Landry Breuil wrote:
> Hi,
> 
> here's a port for yet another gtk2 pdf viewer using poppler libs, it
> aims at being simple and minimalistic. It uses vim-like keybindings,
> for example  for next page,  to previous page,
> 'k','j','h','l' to scrolling a page up, down, left or right, and so on.
> It also understands quantifiers like vim, so typing '50' and 
> will go forward 50 pages, typing '30' and  will go backwards 30
> pages. It also supports tabs, so you can navigate in a directory with
> 'O' and open multiple pdfs in different tabs with 't'.
> 
> comments, yays?

Better with a tarball.

Landry


apvlv-0.0.9.6.tgz
Description: application/tar-gz


[new] apvlv, a pdf viewer with vim-like keybindings

2010-05-04 Thread Landry Breuil
Hi,

here's a port for yet another gtk2 pdf viewer using poppler libs, it
aims at being simple and minimalistic. It uses vim-like keybindings,
for example  for next page,  to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It also understands quantifiers like vim, so typing '50' and 
will go forward 50 pages, typing '30' and  will go backwards 30
pages. It also supports tabs, so you can navigate in a directory with
'O' and open multiple pdfs in different tabs with 't'.

comments, yays?

Landry