Re: NEW: gthumb-2.10.8

2008-01-08 Thread Antoine Jacoutot

On Tue, 8 Jan 2008, Mortheres wrote:
After the disappearance of the port tree, I decided to port the Gthumb's new 
version. Gthumb is an image viewer and organizer for GNOME desktop 
environment.
I add a flavor "gphoto2" for those who wants to import photos with their 
cameras directly in Gthumb using gphoto2.


Works on amd64 and i386.

It's my first port so don't hesitate to examine and notice my mistakes.


After a first look, it seems to need lots of small fixes.
I'll look into it later this morning.

--
Antoine



NEW: gthumb-2.10.8

2008-01-08 Thread Mortheres

Hi all,

After the disappearance of the port tree, I decided to port the Gthumb's 
new version. Gthumb is an image viewer and organizer for GNOME desktop 
environment.
I add a flavor "gphoto2" for those who wants to import photos with their 
cameras directly in Gthumb using gphoto2.


Works on amd64 and i386.

It's my first port so don't hesitate to examine and notice my mistakes.

Regards,




gthumb.tar.gz
Description: application/gzip


Re: NEW audio/multimux create multi channel audio file

2008-01-08 Thread Jacob Meuser
On Mon, Dec 17, 2007 at 09:38:00AM +0530, Girish Venkatachalam wrote:
> --
> $ cat pkg/DESCR
> 
> multimux allows you to add up to 8 audio channels to a WAV file which
> can be used by ffmpeg to create an AC3 file. This could be handy for
> creating DVDs or for a home theatre system.
> 
> --
> 
> Please find the port here.
> 
> http://sirsasana.org/ports/multimux.tgz

here's a new version.

- better COMMENT and DESCR
- rearrange Makefile variable declarations to be more consistent
  with ports/infrastructure/templates/Makefile.template
- use ${FILESDIR} instead of files/
- lots of manpage edits
- honor ${CC} and ${CFLAGS}

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


multimux-0.2.5.2-port.tgz
Description: application/tar-gz


Re: UPDATE: net/transmission 1.00

2008-01-08 Thread Christian Weisgerber
Christian Weisgerber <[EMAIL PROTECTED]> wrote:

> Resume blows up on archs that require strict alignment.  *Sigh*

New diff with corresponding fixes.  The GTK client is still flakey
on sparc64.

Index: Makefile
===
RCS file: /cvs/ports/net/transmission/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile27 Nov 2007 20:30:19 -  1.13
+++ Makefile8 Jan 2008 16:18:21 -
@@ -3,12 +3,12 @@
 COMMENT-main=  lightweight BitTorrent command line and daemon client
 COMMENT-gui=   lightweight BitTorrent client with graphical interface
 
-VER=   0.93
+VER=   1.00
 DISTNAME=  transmission-${VER}
 PKGNAME-main=  transmission-${VER}
 PKGNAME-gui=   transmission-gui-${VER}
 CATEGORIES=net
-HOMEPAGE=  http://transmission.m0k.org/
+HOMEPAGE=  http://www.transmissionbt.com/
 
 MAINTAINER=Christian Weisgerber <[EMAIL PROTECTED]>
 
@@ -55,10 +55,5 @@
 RUN_DEPENDS-gui=:${PKGNAME-main}:net/transmission,-main ${RUN_DEPENDS}
 USE_X11=   Yes
 .endif
-
-NO_REGRESS=Yes
-
-post-install:
-   @cd ${PREFIX}/man/man1 && mv transmissioncli.1 transmission-cli.1
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/net/transmission/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo27 Nov 2007 20:30:19 -  1.6
+++ distinfo8 Jan 2008 16:18:21 -
@@ -1,5 +1,5 @@
-MD5 (transmission-0.93.tar.bz2) = hgHSVpNpPe2X+0J0KLdftA==
-RMD160 (transmission-0.93.tar.bz2) = c0HdynjqIVwU2L4aMIbypCHb7s4=
-SHA1 (transmission-0.93.tar.bz2) = XF6F8XBvNwUSMqcZGKg9RBrOf64=
-SHA256 (transmission-0.93.tar.bz2) = 
thHklFAXcfwUb8By6qaDrcQuPXVAoILqPb4sSKmT/F0=
-SIZE (transmission-0.93.tar.bz2) = 2689601
+MD5 (transmission-1.00.tar.bz2) = YWNiAZTlcgn0tjAOBnzgAA==
+RMD160 (transmission-1.00.tar.bz2) = pAWXpTSI2wDK4DWgHbj7LG6NZ7A=
+SHA1 (transmission-1.00.tar.bz2) = TdnBlZdf9DNYigubHBtuwqfgN0Q=
+SHA256 (transmission-1.00.tar.bz2) = 
O6OVZoBf7SLsUDCH30vN9fQ1cbnQMwQGS1wXdPobkL0=
+SIZE (transmission-1.00.tar.bz2) = 4071532
Index: patches/patch-cli_transmissioncli_1
===
RCS file: patches/patch-cli_transmissioncli_1
diff -N patches/patch-cli_transmissioncli_1
--- patches/patch-cli_transmissioncli_1 27 Nov 2007 20:30:19 -  1.4
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,20 +0,0 @@
-$OpenBSD: patch-cli_transmissioncli_1,v 1.4 2007/11/27 20:30:19 naddy Exp $
 cli/transmissioncli.1.orig Thu Nov 22 19:44:56 2007
-+++ cli/transmissioncli.1  Thu Nov 22 19:45:35 2007
-@@ -14,13 +14,13 @@
- .\"  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- .\"
- .Dd April 18, 2007
--.Dt TRANSMISSIONCLI 1
-+.Dt TRANSMISSION-CLI 1
- .Os
- .Sh NAME
--.Nm transmissioncli
-+.Nm transmission-cli
- .Nd a bittorrent client
- .Sh SYNOPSIS
--.Nm transmissioncli
-+.Nm transmission-cli
- .Bk -words
- .Fl h
- .Nm
Index: patches/patch-configure
===
RCS file: /cvs/ports/net/transmission/patches/patch-configure,v
retrieving revision 1.4
diff -u -r1.4 patch-configure
--- patches/patch-configure 27 Nov 2007 20:30:19 -  1.4
+++ patches/patch-configure 8 Jan 2008 16:18:21 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.4 2007/11/27 20:30:19 naddy Exp $
 configure.orig Mon Nov 12 22:07:36 2007
-+++ configure  Thu Nov 22 17:51:26 2007
-@@ -20783,10 +20783,6 @@ else
+--- configure.orig Sat Jan  5 01:18:29 2008
 configure  Sat Jan  5 19:53:04 2008
+@@ -20782,10 +20782,6 @@ else
  fi
  
  
Index: patches/patch-libtransmission_fastresume_c
===
RCS file: patches/patch-libtransmission_fastresume_c
diff -N patches/patch-libtransmission_fastresume_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-libtransmission_fastresume_c  8 Jan 2008 16:18:21 -
@@ -0,0 +1,43 @@
+$OpenBSD$
+--- libtransmission/fastresume.c.orig  Fri Jan  4 06:51:00 2008
 libtransmission/fastresume.c   Tue Jan  8 17:00:29 2008
+@@ -430,15 +430,15 @@ parseProgress( tr_torrent * tor,
+ /* compare file mtimes */
+ tr_time_t * curMTimes = getMTimes( tor, &n );
+ const uint8_t * walk = buf;
+-const tr_time_t * oldMTimes = (const tr_time_t *) walk;
++tr_time_t mtime;
+ for( i=0; iinfo.files[i].name );
+ }
+ free( curMTimes );
+-walk += n * sizeof(tr_time_t);
+ 
+ /* get the completion bitfield */
+ memset( &bitfield, 0, sizeof bitfield );
+@@ -548,11 +548,16 @@ parsePeers( tr_torrent * tor, const uint8_t * buf, uin
+ 
+ if( !tor->info.isPrivate )
+ {
++int i;
+ const int count = len / sizeof(tr_pex);
+-tr_peerMgrAddPex( tor->handle->peerMgr,
+-  tor->info.hash,
+-  TR_P

Re: [NEW] pioneers-0.11.3

2008-01-08 Thread Antoine Jacoutot

On Tue, 8 Jan 2008, Simon Bertrang wrote:

I haven't check the recent tarball, but if it's the same as yesterday i
think ${BASE_PKGPATH} should be patched out of PLIST (by using
share/pioneers instead of share/games/pioneers).


Yes, you're right.
Here's an updated tarball (CCed to ports@).
Thanks.

While toying with it today, I found a segfault, so expect an other 
updated tarball soonish.


Cheers!

--
Antoine

pioneers.tar.gz
Description: Binary data


Re: update: x11/xmonad

2008-01-08 Thread Simon Kuhnle
On Sun, Jan 06, 2008 at 10:43:16PM +0100, Matthias Kilian wrote:
> Update to xmonad-0.5. I hacked it a little bit to make it still
> build and work with ghc-6.6.1 and without the need of updating Cabal
> and the X11 bindings included within ghc.

Builds and runs fine here on i386 (besides the strange, but local,
hs-x11-extra problems that I have when building from them from ports).

> This also introduces a subpackage xmonad-lib that, when installed,
> allows for configuring xmonad via ~/.xmonad/xmonad.hs. This means
> that you can drop your own "config" file there (or use the sample
> provided with the package), tweak it, hit mod-q and get a nearly
> immediate restart of the (reconfigured) xmonad. The drawback: this
> depends on the complete ghc and hs-x11-extras packages installed.

It seems to work, though my xmonad.hs has some stuff included from
XMonadContrib, so it complains.

Is there a way to get the XMonadContrib stuff in, too?
-- 
simon



Re: zope / python issue: py-${product} changes

2008-01-08 Thread Marc Winiger

The attached diffs are reworked and tested by simon and me.

any comments? ok?
Index: databases/py-ldap/Makefile
===
RCS file: /cvs/ports/databases/py-ldap/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- databases/py-ldap/Makefile  8 Oct 2007 08:22:39 -   1.15
+++ databases/py-ldap/Makefile  8 Jan 2008 12:00:51 -
@@ -1,17 +1,20 @@
 # $OpenBSD: Makefile,v 1.15 2007/10/08 08:22:39 steven Exp $
 
-SHARED_ONLY=   Yes
+SHARED_ONLY=   Yes
 
-COMMENT=   LDAP client API for Python
+COMMENT-main=  LDAP client API for Python
+COMMENT-examples=  example programs for the LDAP client API for Python
 
-V= 2.2.0
-DISTNAME=  python-ldap-${V}
-PKGNAME=   py-ldap-${V}p0
-CATEGORIES=databases
+V= 2.2.0
+DISTNAME=  python-ldap-${V}
+PKGNAME-main=  py-ldap-${V}p2
+FULLPKGNAME-examples=  py-ldap-examples-${V}
 
-HOMEPAGE=  http://python-ldap.sourceforge.net/
+CATEGORIES=databases
 
-MAINTAINER=Marc Balmer <[EMAIL PROTECTED]>
+HOMEPAGE=  http://python-ldap.sourceforge.net/
+
+MAINTAINER=Marc Balmer <[EMAIL PROTECTED]>
 
 # Python
 PERMIT_PACKAGE_FTP=Yes
@@ -19,20 +22,32 @@
 PERMIT_DISTFILES_FTP=  Yes
 PERMIT_DISTFILES_CDROM=Yes
 
-WANTLIB=   crypto ssl
+WANTLIB-main=  crypto ssl
+
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
+
+LIB_DEPENDS-main=  ldap_r.>=7,lber.>=7::databases/openldap \
+   sasl2.>=2::security/cyrus-sasl2
+
+FLAVORS=   python2.4 python2.5
+FLAVOR?=   python2.5
+
+.if !${FLAVOR} || ${FLAVOR:L:Npython?.?}
+ERRORS+=   "Fatal: You must select one version: ${FLAVORS}"
+.endif
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
+MULTI_PACKAGES=-main -examples
 
-LIB_DEPENDS=   ldap_r.>=7,lber.>=7::databases/openldap \
-   sasl2.>=2::security/cyrus-sasl2
+MODPY_VERSION= ${FLAVOR:S/python//}
 
-MODULES=   lang/python
+MODULES=   lang/python
 
-EXAMPLESDIR=   ${PREFIX}/share/examples/py-ldap
+EXAMPLESDIR=   ${PREFIX}/share/examples/py-ldap
 
 post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
cd ${WRKSRC}; tar cf - Demo | tar xf - -C ${EXAMPLESDIR}
+   find ${WRKINST} -name \*.egg-info -exec rm {} \;
 
 do-regress: fake
@cd ${WRKSRC}/Tests/Lib && ${MAKE_ENV} \
Index: databases/py-ldap/pkg/DESCR
===
RCS file: databases/py-ldap/pkg/DESCR
diff -N databases/py-ldap/pkg/DESCR
--- databases/py-ldap/pkg/DESCR 18 Dec 2004 14:28:35 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-python-ldap provides an object-oriented API to access LDAP
-directory servers from Python programs. Mainly it wraps the
-OpenLDAP 2.x libs for that purpose.
-
-Additionally the package contains modules for other LDAP-related
-stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).
-
-Not included: Direct BER support
-
-Quick usage example:
-import ldap
-l = ldap.open("my_ldap_server.my_domain")
-l.simple_bind_s("","")
-l.search_s("o=My Organisation, c=AU", ldap.SCOPE_SUBTREE, "objectclass=*")
Index: databases/py-ldap/pkg/DESCR-examples
===
RCS file: databases/py-ldap/pkg/DESCR-examples
diff -N databases/py-ldap/pkg/DESCR-examples
--- /dev/null   1 Jan 1970 00:00:00 -
+++ databases/py-ldap/pkg/DESCR-examples8 Jan 2008 12:00:51 -
@@ -0,0 +1,2 @@
+Example programs for the python-ldap API to access LDAP directory servers
+from Python programs.
Index: databases/py-ldap/pkg/DESCR-main
===
RCS file: databases/py-ldap/pkg/DESCR-main
diff -N databases/py-ldap/pkg/DESCR-main
--- /dev/null   1 Jan 1970 00:00:00 -
+++ databases/py-ldap/pkg/DESCR-main8 Jan 2008 12:00:51 -
@@ -0,0 +1,14 @@
+python-ldap provides an object-oriented API to access LDAP
+directory servers from Python programs. Mainly it wraps the
+OpenLDAP 2.x libs for that purpose.
+
+Additionally the package contains modules for other LDAP-related
+stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 sub-schema, etc.).
+
+Not included: Direct BER support
+
+Quick usage example:
+import ldap
+l = ldap.open("my_ldap_server.my_domain")
+l.simple_bind_s("","")
+l.search_s("o=My Organisation, c=AU", ldap.SCOPE_SUBTREE, "objectclass=*")
Index: databases/py-ldap/pkg/PLIST
===
RCS file: databases/py-ldap/pkg/PLIST
diff -N databases/py-ldap/pkg/PLIST
--- databases/py-ldap/pkg/PLIST 16 Nov 2006 10:09:56 -  1.8
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,76 +0,0 @@
[EMAIL PROTECTED] $OpenBSD: PLIST,v 1.8 2006/11/16 10:09:56 mbalmer Exp $
-lib/python${MODPY_VE

[NEW] pioneers-0.11.3

2008-01-08 Thread Antoine Jacoutot

pkg/DESCR
Pioneers is an Internet playable implementation of the Settlers of Catan
board game.  The aim is to remain as faithful to the board game as is
possible.


This port replaces the super outdated games/gnocatan port.
Tested under i386 and macppc.

Comments? OK?

--
Antoine

pioneers.tar.gz
Description: Binary data


UPDATE: www/zope-placelesstranslationservice

2008-01-08 Thread Marc Winiger
The versions of zope and zope-placelesstranslationservice in the tree
don't work together for me. So I updated pts from 1.2-rc1 version to 1.2.7

ok?

Marc


Index: www/zope-placelesstranslationservice/Makefile
===
RCS file: /cvs/ports/www/zope-placelesstranslationservice/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- www/zope-placelesstranslationservice/Makefile   15 Sep 2007 20:38:27 
-  1.5
+++ www/zope-placelesstranslationservice/Makefile   8 Jan 2008 13:13:58 
-
@@ -2,9 +2,11 @@
 
 COMMENT=   translation service based on potfiles for Zope
 
-DISTNAME=  PlacelessTranslationService-1.2-rc1
-PKGNAME=   zope-${DISTNAME:L:S/-rc/rc/}
+VERSION=   1.2.7
+DISTNAME=  PlacelessTranslationService-${VERSION}
+PKGNAME=   zope-${DISTNAME:L}
 CATEGORIES=www
+HOMEPAGE=  http://plone.org/products/pts/
 
 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -12,7 +14,7 @@
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=collective/}
+MASTER_SITES=  ${HOMEPAGE}/releases/${VERSION}/
 
 MODULES=   www/zope
 
Index: www/zope-placelesstranslationservice/distinfo
===
RCS file: /cvs/ports/www/zope-placelesstranslationservice/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- www/zope-placelesstranslationservice/distinfo   5 Apr 2007 17:26:26 
-   1.3
+++ www/zope-placelesstranslationservice/distinfo   8 Jan 2008 13:13:58 
-
@@ -1,5 +1,5 @@
-MD5 (PlacelessTranslationService-1.2-rc1.tar.gz) = U44f5gzXxf4e+vT5LeQE3Q==
-RMD160 (PlacelessTranslationService-1.2-rc1.tar.gz) = 
vFyLkjwoQik8rpp8JXzJpSz6pE0=
-SHA1 (PlacelessTranslationService-1.2-rc1.tar.gz) = 
gvJM0zOFC99oaY4c3odrFcnJOCQ=
-SHA256 (PlacelessTranslationService-1.2-rc1.tar.gz) = 
y1y9cdPdtTmRxhE5czlauYZG89WHw4vUQhCD2rw83lk=
-SIZE (PlacelessTranslationService-1.2-rc1.tar.gz) = 51905
+MD5 (PlacelessTranslationService-1.2.7.tar.gz) = 5EqjfODCNbKBrvHP2dqY6g==
+RMD160 (PlacelessTranslationService-1.2.7.tar.gz) = 
0xQElkgP4dOqHraJeX8a0mzGmSU=
+SHA1 (PlacelessTranslationService-1.2.7.tar.gz) = d60e0Jmv0xQTbNfDfEkEN9+cqv8=
+SHA256 (PlacelessTranslationService-1.2.7.tar.gz) = 
1Abmkb0Ke9jsB3eopc2RfP4129ix5M4W5sHFMmsnbVM=
+SIZE (PlacelessTranslationService-1.2.7.tar.gz) = 51888
Index: www/zope-placelesstranslationservice/pkg/PLIST
===
RCS file: /cvs/ports/www/zope-placelesstranslationservice/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- www/zope-placelesstranslationservice/pkg/PLIST  6 Oct 2004 08:51:49 
-   1.1.1.1
+++ www/zope-placelesstranslationservice/pkg/PLIST  8 Jan 2008 13:13:58 
-
@@ -7,8 +7,7 @@
 lib/zope/lib/python/Products/PlacelessTranslationService/FasterStringIO.pyc
 
lib/zope/lib/python/Products/PlacelessTranslationService/GettextMessageCatalog.py
 
lib/zope/lib/python/Products/PlacelessTranslationService/GettextMessageCatalog.pyc
-lib/zope/lib/python/Products/PlacelessTranslationService/MessageID.py
-lib/zope/lib/python/Products/PlacelessTranslationService/MessageID.pyc
+lib/zope/lib/python/Products/PlacelessTranslationService/HISTORY.txt
 lib/zope/lib/python/Products/PlacelessTranslationService/Negotiator.py
 lib/zope/lib/python/Products/PlacelessTranslationService/Negotiator.pyc
 lib/zope/lib/python/Products/PlacelessTranslationService/PatchStringIO.py
@@ -21,41 +20,37 @@
 lib/zope/lib/python/Products/PlacelessTranslationService/TranslateTags.pyc
 lib/zope/lib/python/Products/PlacelessTranslationService/__init__.py
 lib/zope/lib/python/Products/PlacelessTranslationService/__init__.pyc
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/README.Debian
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/changelog
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/compat
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/config
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/control
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/copyright
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/postinst
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/prerm
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/rules
-lib/zope/lib/python/Products/PlacelessTranslationService/debian/templates
+lib/zope/lib/python/Products/PlacelessTranslationService/bin/
+lib/zope/lib/python/Products/PlacelessTranslationService/bin/convertToLocales.py
+lib/zope/lib/python/Products/PlacelessTranslationService/bin/convertToLocales.pyc
 lib/zope/lib/python/Products/PlacelessTranslationService/doc/
 lib/zope/lib/python/Products/PlacelessTranslationService/doc/changelog
-lib/zope/lib/python/Products/PlacelessTranslationService/doc/c

Re: UPDATE: pan version 0.132

2008-01-08 Thread Pierre-Emmanuel André
Le Mon, 7 Jan 2008 19:07:00 +,
Stuart Henderson <[EMAIL PROTECTED]> a écrit :

> On 2008/01/07 17:52, Marc Balmer wrote:
> > Pierre-Emmanuel Andre wrote:
> >> Le Fri, 4 Jan 2008 17:45:19 -0800,
> >> Bryan Linton <[EMAIL PROTECTED]> a écrit :
> >>
> >>> One question, since this version of Pan is a complete rewrite
> >>> with a new user-configuration directory (".pan2" instead of
> >>> ".pan"). Would it be better to make this an entirely new port
> >>> instead of an update to the previous one?
> >>>
> >>>
> >>
> >> Why not... So i'am asking ports@ : new name (for example pan2 ? )
> >> or just update ?
> >>
> >
> > just update. keepin the old version around makes not much sense in
> > this case
> 
> especially because it might be unclear to users which is the newer
> version... 0.132 vs 0.14.2
> 
> 
Yes i agree.. version number is a little strange.
If jolan@ doesn't want to be the maintainer, I'd be interested in
taking over.



ports@openbsd.org

2008-01-08 Thread Helmut Schneider

Jonathan Schleifer <[EMAIL PROTECTED]> wrote:

"Helmut Schneider" <[EMAIL PROTECTED]> wrote:


[EMAIL PROTECTED] ~]# /usr/ports/infrastructure/build/out-of-date
Collecting installed packages
Undefined subroutine &OpenBSD::ProgressMeter::enable called at
/usr/ports/infrastructure/build/out-of-date line 100.


Sounds like you use current ports on release.


Oh dear, even worse: I'm using cvsup and for some reason accidentally 
distributed a supfile with tag=OPENBSD_4_0.


Thanks.

--
No Swen today, my love has gone away
My mailbox stands for lorn, a symbol of the dawn 





NEW: p5-DBIx-DWIW

2008-01-08 Thread Pierre-Emmanuel Andre
Hi ports@,

DBIx::DWIW is a DBI wrapper intended to Do What I Want (DWIW).
Could be very usefull to monitor MySQL Replication.

Homepage: http://search.cpan.org/dist/DBIx-DWIW/
Some examples here: http://dev.mysql.com/books/hpmysql-excerpts/ch07.html 
(search
for /usr/bin/perl )

Ports available here: http://openbsd.raveland.org/pub/OpenBSD/DBIx-DWIW.tgz

Tested on @i386.
Make regress ok.

Tests, comments are welcome.

Regards.

Pea