UPDATE: databases/py-pygresql

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates py-pygresql to the latest release 4.1.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/databases/py-pygresql/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	4 Nov 2011 08:16:24 -	1.11
+++ Makefile	3 Jan 2013 09:15:25 -
@@ -2,11 +2,10 @@
 
 COMMENT =	PostgreSQL module for Python
 
-MODPY_EGG_VERSION =	4.0
+MODPY_EGG_VERSION =	4.1
 DISTNAME =		PyGreSQL-${MODPY_EGG_VERSION}
 PKGNAME =		py-pygresql-${MODPY_EGG_VERSION}
 CATEGORIES =		databases
-REVISION =		3
 
 HOMEPAGE =		http://www.pygresql.org/
 
@@ -24,9 +23,11 @@
 BUILD_DEPENDS =	databases/postgresql,-server
 RUN_DEPENDS =	databases/postgresql,-main
 
-MASTER_SITES =	ftp://ftp.pygresql.org/pub/distrib/
+MASTER_SITES =	${HOMEPAGE}/files/
 EXTRACT_SUFX =	.tgz
 NO_REGRESS =	Yes
+
+MODPY_SETUPTOOLS = Yes
 
 post-patch:
 	${SUBST_CMD} ${WRKSRC}/tutorial/advanced.py ${WRKSRC}/tutorial/basics.py
Index: distinfo
===
RCS file: /cvs/ports/databases/py-pygresql/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	1 Nov 2010 13:48:40 -	1.2
+++ distinfo	3 Jan 2013 09:15:25 -
@@ -1,5 +1,2 @@
-MD5 (PyGreSQL-4.0.tgz) = GspQ5Z/0zFar6UUqmknF/w==
-RMD160 (PyGreSQL-4.0.tgz) = YzNk3aoBFm2yAXVOAFBn0hFZGGQ=
-SHA1 (PyGreSQL-4.0.tgz) = +usxtsjWK/VsrQD/j763QmYjQis=
-SHA256 (PyGreSQL-4.0.tgz) = xX6Tg13oqIHnFLryF9erASKX1vBFBFTjzeUIk3v2vJs=
-SIZE (PyGreSQL-4.0.tgz) = 89528
+SHA256 (PyGreSQL-4.1.tgz) = ULOxQrj2FtX6ObzwRLpiORLCJVb+hppUbmcDB60Z1nM=
+SIZE (PyGreSQL-4.1.tgz) = 99073
Index: patches/patch-setup_py
===
RCS file: patches/patch-setup_py
diff -N patches/patch-setup_py
--- patches/patch-setup_py	18 Nov 2010 20:48:05 -	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
-$OpenBSD: patch-setup_py,v 1.1 2010/11/18 20:48:05 benoit Exp $
 setup.py.orig	Thu Jan  1 14:05:02 2009
-+++ setup.py	Sun Nov 14 01:07:28 2010
-@@ -76,7 +76,6 @@
- '#undef USE_REPL_SNPRINTF',
- '#undef USE_SSL',
- '#undef USE_ZLIB',
--'#undef HAVE_STDINT_H',
- '#undef HAVE_SYS_TIME_H',
- '#undef HAVE_UNISTD_H',
- '#define _CRT_SECURE_NO_WARNINGS 1',
Index: pkg/PLIST
===
RCS file: /cvs/ports/databases/py-pygresql/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST	8 May 2008 16:53:22 -	1.1.1.1
+++ pkg/PLIST	3 Jan 2013 09:15:25 -
@@ -1,20 +1,24 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/08 16:53:22 wcmaier Exp $
-lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/PyGreSQL-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
 lib/python${MODPY_VERSION}/site-packages/_pg.so
 lib/python${MODPY_VERSION}/site-packages/pg.py
 lib/python${MODPY_VERSION}/site-packages/pg.pyc
 lib/python${MODPY_VERSION}/site-packages/pgdb.py
 lib/python${MODPY_VERSION}/site-packages/pgdb.pyc
-share/doc/py-pygresql/
-share/doc/py-pygresql/announce.txt
-share/doc/py-pygresql/changelog.txt
-share/doc/py-pygresql/future.txt
-share/doc/py-pygresql/install.txt
-share/doc/py-pygresql/pg.txt
-share/doc/py-pygresql/pgdb.txt
-share/doc/py-pygresql/readme.txt
-share/examples/py-pygresql/
-share/examples/py-pygresql/advanced.py
-share/examples/py-pygresql/basics.py
-share/examples/py-pygresql/func.py
-share/examples/py-pygresql/syscat.py
+share/doc/${MODPY_PY_PREFIX}pygresql/
+share/doc/${MODPY_PY_PREFIX}pygresql/announce.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/changelog.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/future.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/install.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/pg.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/pgdb.txt
+share/doc/${MODPY_PY_PREFIX}pygresql/readme.txt
+share/examples/${MODPY_PY_PREFIX}pygresql/
+share/examples/${MODPY_PY_PREFIX}pygresql/advanced.py
+share/examples/${MODPY_PY_PREFIX}pygresql/basics.py
+share/examples/${MODPY_PY_PREFIX}pygresql/func.py
+share/examples/${MODPY_PY_PREFIX}pygresql/syscat.py


UPDATE: databases/p5-Redis

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates p5-Redis to the latest release 1.955.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/databases/p5-Redis/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	21 Apr 2012 14:29:33 -	1.3
+++ Makefile	3 Jan 2013 09:30:28 -
@@ -2,7 +2,7 @@
 
 COMMENT =	perl binding for Redis database
 
-DISTNAME =	Redis-1.951
+DISTNAME =	Redis-1.955
 CATEGORIES =	databases
 
 EPOCH =		0
Index: distinfo
===
RCS file: /cvs/ports/databases/p5-Redis/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	21 Apr 2012 14:29:33 -	1.3
+++ distinfo	3 Jan 2013 09:30:28 -
@@ -1,5 +1,2 @@
-MD5 (Redis-1.951.tar.gz) = mcW9n5iTyc7VvT/LzbEBqQ==
-RMD160 (Redis-1.951.tar.gz) = hyu0JbHCKoZrPEJ2OmkhFT+HBeA=
-SHA1 (Redis-1.951.tar.gz) = MpIvw0YTgsIESiyno0KuQoickWQ=
-SHA256 (Redis-1.951.tar.gz) = fcJZkUQ35zr3qnJa6wX7TlBYkon3EgSAYZZFz1tbc2c=
-SIZE (Redis-1.951.tar.gz) = 31671
+SHA256 (Redis-1.955.tar.gz) = bydBkkH4tl8MPN0KhoZB68QYcgWUcy3eKbuLmTlZamA=
+SIZE (Redis-1.955.tar.gz) = 32971


UPDATE: games/lbreakout2

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates lbreakout to the latest release 2.6.4.
Added bunch of new levelsets.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/games/lbreakout2/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	28 Apr 2012 10:51:44 -	1.22
+++ Makefile	3 Jan 2013 10:37:18 -
@@ -2,7 +2,7 @@
 
 COMMENT =	breakout game with many levels, powerups, good graphics
 
-DISTNAME =	lbreakout2-2.6.3
+DISTNAME =	lbreakout2-2.6.4
 CATEGORIES =	games x11
 
 HOMEPAGE =	http://lgames.sourceforge.net/index.php?action=show_project&project=LBreakout2
@@ -15,7 +15,7 @@
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =	Yes
 
-WANTLIB =	SDL c m pthread z png>=9.0 SDL_mixer
+WANTLIB =	SDL c m pthread z png>=9.0 SDL_mixer usbhid
 
 MASTER_SITES =	${MASTER_SITE_SOURCEFORGE:=lgames/}
 
Index: distinfo
===
RCS file: /cvs/ports/games/lbreakout2/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	19 Mar 2011 13:37:17 -	1.8
+++ distinfo	3 Jan 2013 10:37:18 -
@@ -1,5 +1,2 @@
-MD5 (lbreakout2-2.6.3.tar.gz) = Q5ABh7yTVHXNZIlWnNIjCg==
-RMD160 (lbreakout2-2.6.3.tar.gz) = JLRxe2QsXlRMGRfcht5h8vz945I=
-SHA1 (lbreakout2-2.6.3.tar.gz) = bQnKHltQEW77Txeshs7lOwgcIik=
-SHA256 (lbreakout2-2.6.3.tar.gz) = haE2RRBTXY4Ga5olRmxmfD2jJGPgPa9MmY8Revvd7w4=
-SIZE (lbreakout2-2.6.3.tar.gz) = 3403150
+SHA256 (lbreakout2-2.6.4.tar.gz) = C5BxbVLmfCf/Qat6pcCdrU9fGaeAdsxX3UtNftLB29k=
+SIZE (lbreakout2-2.6.4.tar.gz) = 3470380
Index: pkg/PLIST
===
RCS file: /cvs/ports/games/lbreakout2/pkg/PLIST,v
retrieving revision 1.8
diff -u -r1.8 PLIST
--- pkg/PLIST	19 Mar 2011 13:37:21 -	1.8
+++ pkg/PLIST	3 Jan 2013 10:37:18 -
@@ -178,8 +178,10 @@
 share/lbreakout2/levels/Alex
 share/lbreakout2/levels/Alexandre
 share/lbreakout2/levels/AllNighter
+share/lbreakout2/levels/AllWorld
 share/lbreakout2/levels/Arcade
 share/lbreakout2/levels/Arkanoid
+share/lbreakout2/levels/Asteroids
 share/lbreakout2/levels/BeOS-4ever
 share/lbreakout2/levels/Bertrand
 share/lbreakout2/levels/BigBang
@@ -199,6 +201,8 @@
 share/lbreakout2/levels/D2K
 share/lbreakout2/levels/Daves
 share/lbreakout2/levels/Demons
+share/lbreakout2/levels/EastAsia
+share/lbreakout2/levels/EastEurope
 share/lbreakout2/levels/Family
 share/lbreakout2/levels/Fantaisie
 share/lbreakout2/levels/FatalDoomsday
@@ -208,6 +212,7 @@
 share/lbreakout2/levels/Freek
 share/lbreakout2/levels/FunCity
 share/lbreakout2/levels/Gatinha
+share/lbreakout2/levels/GreenBricks
 share/lbreakout2/levels/GreenWall
 share/lbreakout2/levels/GreenWall2
 share/lbreakout2/levels/GreenWall3
@@ -218,6 +223,7 @@
 share/lbreakout2/levels/HighBall
 share/lbreakout2/levels/Holidays
 share/lbreakout2/levels/Hommage
+share/lbreakout2/levels/Horror
 share/lbreakout2/levels/Impossibility
 share/lbreakout2/levels/Invisible
 share/lbreakout2/levels/IoriYagami
@@ -231,23 +237,33 @@
 share/lbreakout2/levels/LBreakout1
 share/lbreakout2/levels/LBreakout2
 share/lbreakout2/levels/Lapis
+share/lbreakout2/levels/Lattices
 share/lbreakout2/levels/Lattsville
 share/lbreakout2/levels/LinuxFun
 share/lbreakout2/levels/Lord
+share/lbreakout2/levels/Madness
 share/lbreakout2/levels/Maze
 share/lbreakout2/levels/MegaMan2
 share/lbreakout2/levels/Megadoomer
+share/lbreakout2/levels/Memory
+share/lbreakout2/levels/MiddleAfrica
 share/lbreakout2/levels/MontyHall
 share/lbreakout2/levels/NES
 share/lbreakout2/levels/N_Arenas
 share/lbreakout2/levels/N_Snapshots
 share/lbreakout2/levels/Nations
 share/lbreakout2/levels/Negundoid
+share/lbreakout2/levels/NewBricks
 share/lbreakout2/levels/NewOERG1
+share/lbreakout2/levels/NorthAfrica
+share/lbreakout2/levels/NorthAmerica
 share/lbreakout2/levels/ObiWan
+share/lbreakout2/levels/Oceania
+share/lbreakout2/levels/OldGames
 share/lbreakout2/levels/OpenSource
 share/lbreakout2/levels/OurWorld
 share/lbreakout2/levels/P.I.T.A.
+share/lbreakout2/levels/PCGames
 share/lbreakout2/levels/Pabelo
 share/lbreakout2/levels/Patience
 share/lbreakout2/levels/Pawset
@@ -263,6 +279,8 @@
 share/lbreakout2/levels/SkillShot
 share/lbreakout2/levels/Smilies
 share/lbreakout2/levels/SnyMaxx
+share/lbreakout2/levels/SouthAfrica
+share/lbreakout2/levels/SouthAmerica
 share/lbreakout2/levels/StarWars
 share/lbreakout2/levels/Symmetry
 share/lbreakout2/levels/Symmetry-MKII
@@ -276,6 +294,8 @@
 share/lbreakout2/levels/Vader
 share/lbreakout2/levels/WTF
 share/lbreakout2/levels/Weirdness
+share/lbreakout2/levels/WestAsia
+share/lbreakout2/levels/WestEurope
 share/lbreakout2/levels/Wizi
 share/lbreakout2/levels/Wolvie
 share/lbreakout2/levels/WonderWalls


Re: ghci linking failure with libpq.a

2013-01-03 Thread David Coppa
On Wed, Jan 2, 2013 at 10:26 PM, Dawe  wrote:
> Hi,
>
> I'm running the Dec. 21 amd64 snapshot with Dec. 29 packages.
>
> Trying to use hs-HDBC-postgresql-2.3.2.1p0 (from packages) or postgresql-libpq
> (via cabal install) in ghci ends in a linking failure similar to the problems 
> we
> had back in october when ghc was updated.
> A ghc-compiled binary that uses postgresql-libpq runs fine.
>
> I tried some other hs packages in ghci like hs-HDBC-mysql-0.6.6.0p0,
> hs-HDBC-sqlite3-2.3.3.0p1 and hs-network-2.3.1.0 but they worked as expected.
>
> I don't think the packages are to blame as they work in ghci on the ubuntu of 
> my
> gf.
> So, did someone else notice ghci linker problems since the workaround was
> commited back in october?
> Or is it possible, that the libpq.a archive is causing this?

Hi!

The attached diff should fix your problem.

Thanks for your feedback.

cheers,
david


hs-HDBC-postgresql-fix.patch.gz
Description: GNU Zip compressed data


UPDATE: net/arping

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates arping to the latest release 2.13.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/net/arping/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	2 Sep 2012 19:52:41 -	1.36
+++ Makefile	3 Jan 2013 11:18:47 -
@@ -2,7 +2,7 @@
 
 COMMENT =	ARP level ping utility
 
-DISTNAME =	arping-2.12
+DISTNAME =	arping-2.13
 CATEGORIES =	net
 
 HOMEPAGE =	http://www.habets.pp.se/synscan/programs.php?prog=ARPing
Index: distinfo
===
RCS file: /cvs/ports/net/arping/distinfo,v
retrieving revision 1.15
diff -u -r1.15 distinfo
--- distinfo	2 Sep 2012 19:52:41 -	1.15
+++ distinfo	3 Jan 2013 11:18:47 -
@@ -1,2 +1,2 @@
-SHA256 (arping-2.12.tar.gz) = +t4MP/FSLPGdJYH1ugBVqd+cXotqbB8XZTWHGxYSY04=
-SIZE (arping-2.12.tar.gz) = 141108
+SHA256 (arping-2.13.tar.gz) = sr2ZLbvDglGgba722wntsSdqN0XxYWYXenVC+ZVUmjI=
+SIZE (arping-2.13.tar.gz) = 254344


Re: ghci linking failure with libpq.a

2013-01-03 Thread Dawe
On Jan 03, 2013 11:55, David Coppa wrote:
> On Wed, Jan 2, 2013 at 10:26 PM, Dawe  wrote:
> > Hi,
> >
> > I'm running the Dec. 21 amd64 snapshot with Dec. 29 packages.
> >
> > Trying to use hs-HDBC-postgresql-2.3.2.1p0 (from packages) or 
> > postgresql-libpq
> > (via cabal install) in ghci ends in a linking failure similar to the 
> > problems we
> > had back in october when ghc was updated.
> > A ghc-compiled binary that uses postgresql-libpq runs fine.
> >
> > I tried some other hs packages in ghci like hs-HDBC-mysql-0.6.6.0p0,
> > hs-HDBC-sqlite3-2.3.3.0p1 and hs-network-2.3.1.0 but they worked as 
> > expected.
> >
> > I don't think the packages are to blame as they work in ghci on the ubuntu 
> > of my
> > gf.
> > So, did someone else notice ghci linker problems since the workaround was
> > commited back in october?
> > Or is it possible, that the libpq.a archive is causing this?
> 
> Hi!
> 
> The attached diff should fix your problem.
> 
> Thanks for your feedback.
> 
> cheers,
> david

Yes, it does :)
Thanks a lot for your quick help, really great!
Would you mind a short explanation why we have to add the extra libs and other
systems don't?



Re: ghci linking failure with libpq.a

2013-01-03 Thread David Coppa
On Thu, Jan 3, 2013 at 12:27 PM, Dawe  wrote:
> On Jan 03, 2013 11:55, David Coppa wrote:
>> On Wed, Jan 2, 2013 at 10:26 PM, Dawe  wrote:
>> > Hi,
>> >
>> > I'm running the Dec. 21 amd64 snapshot with Dec. 29 packages.
>> >
>> > Trying to use hs-HDBC-postgresql-2.3.2.1p0 (from packages) or 
>> > postgresql-libpq
>> > (via cabal install) in ghci ends in a linking failure similar to the 
>> > problems we
>> > had back in october when ghc was updated.
>> > A ghc-compiled binary that uses postgresql-libpq runs fine.
>> >
>> > I tried some other hs packages in ghci like hs-HDBC-mysql-0.6.6.0p0,
>> > hs-HDBC-sqlite3-2.3.3.0p1 and hs-network-2.3.1.0 but they worked as 
>> > expected.
>> >
>> > I don't think the packages are to blame as they work in ghci on the ubuntu 
>> > of my
>> > gf.
>> > So, did someone else notice ghci linker problems since the workaround was
>> > commited back in october?
>> > Or is it possible, that the libpq.a archive is causing this?
>>
>> Hi!
>>
>> The attached diff should fix your problem.
>>
>> Thanks for your feedback.
>>
>> cheers,
>> david
>
> Yes, it does :)
> Thanks a lot for your quick help, really great!
> Would you mind a short explanation why we have to add the extra libs and other
> systems don't?
>

Because on some platforms (like Linux) GHC has shared libraries
support enabled, while this is not yet possible on OpenBSD. Sometimes
upstream developers tend to abuse this feature...



UPDATE: devel/py-parsing

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates py-parsing to the latest release 1.5.7.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/devel/py-parsing/Makefile,v
retrieving revision 1.20
diff -u -r1.20 Makefile
--- Makefile	26 Nov 2011 09:58:40 -	1.20
+++ Makefile	3 Jan 2013 14:18:36 -
@@ -2,7 +2,7 @@
 
 COMMENT =		Python parsing module
 
-MODPY_EGG_VERSION =	1.5.6
+MODPY_EGG_VERSION =	1.5.7
 DISTNAME =		pyparsing-${MODPY_EGG_VERSION}
 PKGNAME =		${DISTNAME:S/py/py-/}
 CATEGORIES =		devel
@@ -31,7 +31,7 @@
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/HowToUsePyparsing.html ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/htmldoc/* ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
 	${INSTALL_DATA_DIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
 
Index: distinfo
===
RCS file: /cvs/ports/devel/py-parsing/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	26 Nov 2011 09:58:40 -	1.14
+++ distinfo	3 Jan 2013 14:18:36 -
@@ -1,5 +1,2 @@
-MD5 (pyparsing-1.5.6.tar.gz) = HkHLIZ2un8NTvUzUdjaygw==
-RMD160 (pyparsing-1.5.6.tar.gz) = pwoFqLopAprg7V3Ru885H/lTbvk=
-SHA1 (pyparsing-1.5.6.tar.gz) = lyQOdi2QRDtXi9h2GPi2fyZtOEw=
-SHA256 (pyparsing-1.5.6.tar.gz) = XISqRQDoLVqiwIQtVijF2pheaKwfszVU4OVUfrPIWnU=
-SIZE (pyparsing-1.5.6.tar.gz) = 1418892
+SHA256 (pyparsing-1.5.7.tar.gz) = KzoBNYLL/4WOcf8jEp4BrMXpn1EVeNEG/7HnS94V6JM=
+SIZE (pyparsing-1.5.7.tar.gz) = 939642
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/py-parsing/pkg/PLIST,v
retrieving revision 1.13
diff -u -r1.13 PLIST
--- pkg/PLIST	26 Nov 2011 09:58:42 -	1.13
+++ pkg/PLIST	3 Jan 2013 14:18:36 -
@@ -2,150 +2,100 @@
 lib/python${MODPY_VERSION}/site-packages/pyparsing-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/pyparsing.py
 lib/python${MODPY_VERSION}/site-packages/pyparsing.pyc
-share/doc/py-parsing/
-share/doc/py-parsing/CHANGES
-share/doc/py-parsing/HowToUsePyparsing.html
-share/doc/py-parsing/README
-share/doc/py-parsing/api-objects.txt
-share/doc/py-parsing/class-tree.html
-share/doc/py-parsing/crarr.png
-share/doc/py-parsing/epydoc.css
-share/doc/py-parsing/epydoc.js
-share/doc/py-parsing/frames.html
-share/doc/py-parsing/help.html
-share/doc/py-parsing/identifier-index.html
-share/doc/py-parsing/index.html
-share/doc/py-parsing/module-tree.html
-share/doc/py-parsing/pyparsing.pyparsing-module.html
-share/doc/py-parsing/pyparsing.pyparsing-pysrc.html
-share/doc/py-parsing/pyparsing.pyparsing.And-class.html
-share/doc/py-parsing/pyparsing.pyparsing.CaselessKeyword-class.html
-share/doc/py-parsing/pyparsing.pyparsing.CaselessLiteral-class.html
-share/doc/py-parsing/pyparsing.pyparsing.CharsNotIn-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Combine-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Dict-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Each-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Empty-class.html
-share/doc/py-parsing/pyparsing.pyparsing.FollowedBy-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Forward-class.html
-share/doc/py-parsing/pyparsing.pyparsing.GoToColumn-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Group-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Keyword-class.html
-share/doc/py-parsing/pyparsing.pyparsing.LineEnd-class.html
-share/doc/py-parsing/pyparsing.pyparsing.LineStart-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Literal-class.html
-share/doc/py-parsing/pyparsing.pyparsing.MatchFirst-class.html
-share/doc/py-parsing/pyparsing.pyparsing.NoMatch-class.html
-share/doc/py-parsing/pyparsing.pyparsing.NotAny-class.html
-share/doc/py-parsing/pyparsing.pyparsing.OneOrMore-class.html
-share/doc/py-parsing/pyparsing.pyparsing.OnlyOnce-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Optional-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Or-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseBaseException-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseElementEnhance-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseException-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseExpression-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseFatalException-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseResults-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParseSyntaxException-class.html
-share/doc/py-parsing/pyparsing.pyparsing.ParserElement-class.html
-share/doc/py-parsing/pyparsing.pyparsing.QuotedString-class.html
-share/doc/py-parsing/pyparsing.pyparsing.RecursiveGrammarException-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Regex-class.html
-share/doc/py-parsing/pyparsing.pyparsing.Regex.compiledREtype-class.html
-share/doc/py-par

UPDATE: devel/cscope

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates cscope to the latest release 15.8a.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/devel/cscope/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	15 Nov 2010 19:45:57 -	1.15
+++ Makefile	3 Jan 2013 14:29:58 -
@@ -2,7 +2,7 @@
 
 COMMENT=		code browsing program
 
-DISTNAME=		cscope-15.7a
+DISTNAME=		cscope-15.8a
 CATEGORIES= 	devel
 
 HOMEPAGE=		http://cscope.sourceforge.net/
@@ -18,10 +18,7 @@
 
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=cscope/}
 
-EXTRACT_SUFX = .tar.bz2
-
 CONFIGURE_STYLE=	gnu
-USE_GROFF =		Yes
 
 post-install:
 	@cd ${WRKSRC}; ${INSTALL_SCRIPT} contrib/xcscope/cscope-indexer \
Index: distinfo
===
RCS file: /cvs/ports/devel/cscope/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	26 May 2009 15:44:54 -	1.6
+++ distinfo	3 Jan 2013 14:29:58 -
@@ -1,5 +1,2 @@
-MD5 (cscope-15.7a.tar.bz2) = 2kOYdiKs6MNrvxTBWjUOwQ==
-RMD160 (cscope-15.7a.tar.bz2) = i8kE9jbo5upFQnOAlRg0dZEYWPk=
-SHA1 (cscope-15.7a.tar.bz2) = 9jSGlOVEN2mt2FH5f9OTZek9xHQ=
-SHA256 (cscope-15.7a.tar.bz2) = AmOLy6eQvIsFYvKNvnieYXlEFQedlKZ278KH0Y3JYDc=
-SIZE (cscope-15.7a.tar.bz2) = 361214
+SHA256 (cscope-15.8a.tar.gz) = 63NqxA1avr6PpGggx6jszIoXlmqaX3A3U2e3cXeHTR4=
+SIZE (cscope-15.8a.tar.gz) = 601232


UPDATE: emulators/stella

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates stella to the latest release 3.7.5.
Tested on amd64.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/emulators/stella/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	27 Apr 2012 14:33:23 -	1.18
+++ Makefile	3 Jan 2013 14:52:53 -
@@ -2,7 +2,7 @@
 
 COMMENT =		Atari 2600 VCS emulator
 
-DISTNAME =		stella-3.6.1
+DISTNAME =		stella-3.7.5
 CATEGORIES =		emulators
 DISTFILES =		${DISTNAME}-src.tar.gz
 
@@ -16,7 +16,7 @@
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP =	Yes
 
-WANTLIB =		c stdc++ m z pthread SDL>=1.2 png
+WANTLIB =		c stdc++ m z pthread SDL>=1.2 png usbhid
 
 MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=stella/}
 
Index: distinfo
===
RCS file: /cvs/ports/emulators/stella/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo	27 Apr 2012 14:33:23 -	1.13
+++ distinfo	3 Jan 2013 14:52:53 -
@@ -1,5 +1,2 @@
-MD5 (stella-3.6.1-src.tar.gz) = Y/yuHPeB10OI04SAHDUuqQ==
-RMD160 (stella-3.6.1-src.tar.gz) = hP0DIpQ8w/dCvMutlrmSFhseeaE=
-SHA1 (stella-3.6.1-src.tar.gz) = gZybwMLDVoVVcfd0L/ShM1cUSMk=
-SHA256 (stella-3.6.1-src.tar.gz) = spq43rUqur1wiDBCvRwDf6QKBSdvO2V3VLWRTtFNcb4=
-SIZE (stella-3.6.1-src.tar.gz) = 2073179
+SHA256 (stella-3.7.5-src.tar.gz) = 5Yj2aYp+AKs8p3exseuoJ41+lmgCD8D4YHZAH3KO+gg=
+SIZE (stella-3.7.5-src.tar.gz) = 2091538
Index: pkg/PLIST
===
RCS file: /cvs/ports/emulators/stella/pkg/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- pkg/PLIST	27 Apr 2012 14:33:23 -	1.9
+++ pkg/PLIST	3 Jan 2013 14:52:53 -
@@ -30,7 +30,6 @@
 share/doc/stella/graphics/jr_pacman.png
 share/doc/stella/graphics/launcher.png
 share/doc/stella/graphics/launcher_filter.png
-share/doc/stella/graphics/launcher_options.png
 share/doc/stella/graphics/launcher_options_files.png
 share/doc/stella/graphics/launcher_override.png
 share/doc/stella/graphics/logs.png


Re: [update] devel/libestr

2013-01-03 Thread David Hill
Ping.

On Wed, Jan 02, 2013 at 12:27:57AM -0500, David Hill wrote:
>devel/libestr.
>
>trivial update to 0.1.4.  No API/ABI change.  Just 3 bug fixes.
>
>Please review and commit.
>
>Index: Makefile
>===
>RCS file: /cvs/ports/devel/libestr/Makefile,v
>retrieving revision 1.3
>diff -N -u -p Makefile
>--- Makefile   16 Jan 2012 15:46:14 -  1.3
>+++ Makefile   2 Jan 2013 05:26:29 -
>@@ -1,10 +1,9 @@
> # $OpenBSD: Makefile,v 1.3 2012/01/16 15:46:14 ajacoutot Exp $
> 
> COMMENT = library for string essentials
>-DISTNAME =libestr-0.1.2
>+DISTNAME =libestr-0.1.4
> SHARED_LIBS +=  estr 0.0  # 0.0
> CATEGORIES =  devel
>-REVISION =1
> 
> HOMEPAGE =http://libestr.adiscon.com/
> MAINTAINER =  David Hill 
>Index: distinfo
>===
>RCS file: /cvs/ports/devel/libestr/distinfo,v
>retrieving revision 1.1.1.1
>diff -N -u -p distinfo
>--- distinfo   16 Jan 2012 15:17:58 -  1.1.1.1
>+++ distinfo   2 Jan 2013 05:26:29 -
>@@ -1,5 +1,2 @@
>-MD5 (libestr-0.1.2.tar.gz) = MOxAVBVdx9fpsGQYGBxPEg==
>-RMD160 (libestr-0.1.2.tar.gz) = O4wVebt9x33TQqX/UOm31KhcAlU=
>-SHA1 (libestr-0.1.2.tar.gz) = RBMTWGMomFtmyALGVDPPmpDWXYo=
>-SHA256 (libestr-0.1.2.tar.gz) = DouVN0+icdwq/frfya/A9YJiUqG2mN3qFHTVYAp8Zso=
>-SIZE (libestr-0.1.2.tar.gz) = 315615
>+SHA256 (libestr-0.1.4.tar.gz) = 4wsFvDCR4sNUZNesc2stTlwFTMiD4kTJILVx5TPeheM=
>+SIZE (libestr-0.1.4.tar.gz) = 329510
>



Re: [update] devel/libee

2013-01-03 Thread David Hill
Ping.

On Wed, Jan 02, 2013 at 12:39:26AM -0500, David Hill wrote:
>update to libee 0.4.1.  Additional function ee_newEventFromJSON added to
>API.
>
>Please review and commit.
>
>Index: Makefile
>===
>RCS file: /cvs/ports/devel/libee/Makefile,v
>retrieving revision 1.3
>diff -N -u -p Makefile
>--- Makefile   16 Jan 2012 16:27:53 -  1.3
>+++ Makefile   2 Jan 2013 05:37:54 -
>@@ -1,10 +1,9 @@
> # $OpenBSD: Makefile,v 1.3 2012/01/16 16:27:53 dhill Exp $
> 
> COMMENT = event expression library
>-DISTNAME =libee-0.3.2
>-SHARED_LIBS +=  ee   0.0  # 0.0
>+DISTNAME =libee-0.4.1
>+SHARED_LIBS +=  ee   0.1  # 0.1
> CATEGORIES =  devel
>-REVISION =0
> 
> HOMEPAGE =http://www.libee.org/
> MAINTAINER =  David Hill 
>Index: distinfo
>===
>RCS file: /cvs/ports/devel/libee/distinfo,v
>retrieving revision 1.1.1.1
>diff -N -u -p distinfo
>--- distinfo   16 Jan 2012 15:31:51 -  1.1.1.1
>+++ distinfo   2 Jan 2013 05:37:54 -
>@@ -1,5 +1,2 @@
>-MD5 (libee-0.3.2.tar.gz) = uIpSzGvsIaNAqOlQwaVZSA==
>-RMD160 (libee-0.3.2.tar.gz) = IvYpziqlf7HLEooBejYzpWU3m+0=
>-SHA1 (libee-0.3.2.tar.gz) = HUtLvvwVPBadAOiWAZ8Z9amfG7A=
>-SHA256 (libee-0.3.2.tar.gz) = Thm/KX+3bxj+93PGUXZxUuv2Xs1KH0sG/hxfEX+k+Bo=
>-SIZE (libee-0.3.2.tar.gz) = 353750
>+SHA256 (libee-0.4.1.tar.gz) = wNrAGThZPe7gbD0WHk7aTswP1zF+EyG9luMBrOt/sCc=
>+SIZE (libee-0.4.1.tar.gz) = 357116
>Index: pkg/PLIST
>===
>RCS file: /cvs/ports/devel/libee/pkg/PLIST,v
>retrieving revision 1.1.1.1
>diff -N -u -p pkg/PLIST
>--- pkg/PLIST  16 Jan 2012 15:31:51 -  1.1.1.1
>+++ pkg/PLIST  2 Jan 2013 05:37:54 -
>@@ -26,4 +26,4 @@ lib/libee.a
> lib/libee.la
> lib/pkgconfig/
> lib/pkgconfig/libee.pc
>-@bin sbin/convert
>+@bin sbin/libee-convert
>



Re: [update] sysutils/librelp

2013-01-03 Thread David Hill
Ping.

On Wed, Jan 02, 2013 at 01:18:06AM -0500, David Hill wrote:
>update to librelp 1.0.1.  Minor bump due to API addition.
>
>please review and commit.
>
>Index: Makefile
>===
>RCS file: /cvs/ports/sysutils/librelp/Makefile,v
>retrieving revision 1.1.1.1
>diff -N -u -p Makefile
>--- Makefile   25 Jul 2010 17:12:56 -  1.1.1.1
>+++ Makefile   2 Jan 2013 06:16:35 -
>@@ -2,14 +2,14 @@
> 
> COMMENT = reliable event logging protocol library
> 
>-DISTNAME =librelp-1.0.0
>+DISTNAME =librelp-1.0.1
> CATEGORIES =  sysutils
> MASTER_SITES =http://download.rsyslog.com/librelp/
> HOMEPAGE =http://www.librelp.com/
> 
> MAINTAINER =  Todd T. Fries 
> 
>-SHARED_LIBS +=  relp  0.0 # 0.0
>+SHARED_LIBS +=  relp  0.1 # 0.1
> 
> # GPLv3
> PERMIT_DISTFILES_CDROM = Yes
>Index: distinfo
>===
>RCS file: /cvs/ports/sysutils/librelp/distinfo,v
>retrieving revision 1.1.1.1
>diff -N -u -p distinfo
>--- distinfo   25 Jul 2010 17:12:56 -  1.1.1.1
>+++ distinfo   2 Jan 2013 06:16:35 -
>@@ -1,5 +1,2 @@
>-MD5 (librelp-1.0.0.tar.gz) = C4gg+NpjmgDHX1zI9dIZGQ==
>-RMD160 (librelp-1.0.0.tar.gz) = GkvI1srbZlvyooJXwzm9fjp50aA=
>-SHA1 (librelp-1.0.0.tar.gz) = 4oFcJZsnR6ssb3tF7tw/elmIJZY=
>-SHA256 (librelp-1.0.0.tar.gz) = pLKOcqAD9KKn/LfGCT1gr20lLxeY2sySjCdu7U0gvIU=
>-SIZE (librelp-1.0.0.tar.gz) = 384203
>+SHA256 (librelp-1.0.1.tar.gz) = drAQqpFJl2gC2qLl/aesAqiiJ7DIwNEGnuwtKmYpc5o=
>+SIZE (librelp-1.0.1.tar.gz) = 355401
>



Re: quagga-0.99.20.1p0 multicast broken on 5.2 , patch included

2013-01-03 Thread Raphael Mazelier

Le 03/01/2013 01:27, Stuart Henderson a écrit :
This affects RIP too - I prefer to add a patch to the quagga port 
which reverts their relevant commits for now. 

Exact. ripd/rip_interface.c should be patched also.
A nicer fix would be to support the RFC3678 API in the kernel. 

Yep, but for such basic operation the current API is sufficient.

If I have time, I will try to make a better patch next week, patching 
lib/sockopt.c.


Regards,

--
Raphael Mazelier



UPDATE: security/py-paramiko

2013-01-03 Thread Benoit Lecocq (blq)

Hi,

This diff updates py-paramiko to the latest release 1.9.0.
Tested on amd64, regression ok.

Comments ? OK ?

Cheers,
benoit
Index: Makefile
===
RCS file: /cvs/ports/security/py-paramiko/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	22 Oct 2011 07:29:01 -	1.26
+++ Makefile	3 Jan 2013 17:56:21 -
@@ -2,12 +2,12 @@
 
 COMMENT = 	Python module that implements the SSH2 protocol
 
-MODPY_EGG_VERSION = 	1.7.7.1
+MODPY_EGG_VERSION = 	1.9.0
 DISTNAME = 		paramiko-${MODPY_EGG_VERSION}
 PKGNAME = 		py-${DISTNAME}
 CATEGORIES = 		security
 
-HOMEPAGE = 		http://www.lag.net/paramiko/
+HOMEPAGE = 		https://github.com/paramiko/paramiko/
 
 MAINTAINER = 		Benoit Lecocq 
 
@@ -17,7 +17,7 @@
 PERMIT_DISTFILES_CDROM = Yes
 PERMIT_DISTFILES_FTP = 	Yes
 
-MASTER_SITES = 	${HOMEPAGE}download/
+MASTER_SITES = 	${MASTER_SITE_PYPI:=p/paramiko/}
 
 MODULES = 	lang/python
 
Index: distinfo
===
RCS file: /cvs/ports/security/py-paramiko/distinfo,v
retrieving revision 1.16
diff -u -r1.16 distinfo
--- distinfo	22 Oct 2011 07:29:01 -	1.16
+++ distinfo	3 Jan 2013 17:56:21 -
@@ -1,5 +1,2 @@
-MD5 (paramiko-1.7.7.1.tar.gz) = zo4sJUN4MSomQgb2XDVNcg==
-RMD160 (paramiko-1.7.7.1.tar.gz) = SwhFGp1z07YtHktD+7khCKeP9Sc=
-SHA1 (paramiko-1.7.7.1.tar.gz) = m0DxdXdDeT5kyTUZKkdOcwdEVDg=
-SHA256 (paramiko-1.7.7.1.tar.gz) = EB52Qsu1lXRTnq71N9DvC7VPH5h8yVDwraCwUKwkXq4=
-SIZE (paramiko-1.7.7.1.tar.gz) = 823017
+SHA256 (paramiko-1.9.0.tar.gz) = y5m3TZxTojuSgDwcl/2yv9q3zU/qiIvTtkOMEn47KfU=
+SIZE (paramiko-1.9.0.tar.gz) = 814841
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/py-paramiko/pkg/PLIST,v
retrieving revision 1.15
diff -u -r1.15 PLIST
--- pkg/PLIST	22 Oct 2011 07:29:01 -	1.15
+++ pkg/PLIST	3 Jan 2013 17:56:21 -
@@ -48,6 +48,8 @@
 lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.pyc
 lib/python${MODPY_VERSION}/site-packages/paramiko/primes.py
 lib/python${MODPY_VERSION}/site-packages/paramiko/primes.pyc
+lib/python${MODPY_VERSION}/site-packages/paramiko/proxy.py
+lib/python${MODPY_VERSION}/site-packages/paramiko/proxy.pyc
 lib/python${MODPY_VERSION}/site-packages/paramiko/resource.py
 lib/python${MODPY_VERSION}/site-packages/paramiko/resource.pyc
 lib/python${MODPY_VERSION}/site-packages/paramiko/rsakey.py
@@ -76,192 +78,207 @@
 lib/python${MODPY_VERSION}/site-packages/paramiko/util.pyc
 lib/python${MODPY_VERSION}/site-packages/paramiko/win_pageant.py
 lib/python${MODPY_VERSION}/site-packages/paramiko/win_pageant.pyc
-share/doc/py-paramiko/
-share/doc/py-paramiko/api-objects.txt
-share/doc/py-paramiko/bug-index.html
-share/doc/py-paramiko/class-tree.html
-share/doc/py-paramiko/crarr.png
-share/doc/py-paramiko/epydoc.css
-share/doc/py-paramiko/epydoc.js
-share/doc/py-paramiko/frames.html
-share/doc/py-paramiko/help.html
-share/doc/py-paramiko/identifier-index.html
-share/doc/py-paramiko/index.html
-share/doc/py-paramiko/module-tree.html
-share/doc/py-paramiko/paramiko-module.html
-share/doc/py-paramiko/paramiko-pysrc.html
-share/doc/py-paramiko/paramiko.Agent-class.html
-share/doc/py-paramiko/paramiko.AgentKey-class.html
-share/doc/py-paramiko/paramiko.AuthenticationException-class.html
-share/doc/py-paramiko/paramiko.AutoAddPolicy-class.html
-share/doc/py-paramiko/paramiko.BadAuthenticationType-class.html
-share/doc/py-paramiko/paramiko.BadHostKeyException-class.html
-share/doc/py-paramiko/paramiko.BufferedFile-class.html
-share/doc/py-paramiko/paramiko.Channel-class.html
-share/doc/py-paramiko/paramiko.ChannelException-class.html
-share/doc/py-paramiko/paramiko.DSSKey-class.html
-share/doc/py-paramiko/paramiko.HostKeys-class.html
-share/doc/py-paramiko/paramiko.Message-class.html
-share/doc/py-paramiko/paramiko.MissingHostKeyPolicy-class.html
-share/doc/py-paramiko/paramiko.PKey-class.html
-share/doc/py-paramiko/paramiko.PasswordRequiredException-class.html
-share/doc/py-paramiko/paramiko.RSAKey-class.html
-share/doc/py-paramiko/paramiko.RejectPolicy-class.html
-share/doc/py-paramiko/paramiko.SFTP-class.html
-share/doc/py-paramiko/paramiko.SFTPAttributes-class.html
-share/doc/py-paramiko/paramiko.SFTPClient-class.html
-share/doc/py-paramiko/paramiko.SFTPError-class.html
-share/doc/py-paramiko/paramiko.SFTPFile-class.html
-share/doc/py-paramiko/paramiko.SFTPHandle-class.html
-share/doc/py-paramiko/paramiko.SFTPServer-class.html
-share/doc/py-paramiko/paramiko.SFTPServerInterface-class.html
-share/doc/py-paramiko/paramiko.SSHClient-class.html
-share/doc/py-paramiko/paramiko.SSHConfig-class.html
-share/doc/py-paramiko/paramiko.SSHException-class.html
-share/doc/py-paramiko/paramiko.SecurityOptions-class.html
-share/doc/py-paramiko/paramiko.ServerInterface-class.html
-share/doc/py-paramiko/paramiko.SubsystemHandler-class.html
-share/doc/py-paramiko/paramiko.Transport-class.html
-share/doc/py-paramiko/p

Re: Unbreak utmp support for rxvt-unicode

2013-01-03 Thread Christian Weisgerber
David Coppa:

> Well, a one-line patch only for the check at line 106 (
> "msg.msg_controllen >= CMSG_SPACE (sizeof (int))" ) is sufficient
> to unbreak utmp support...
> 
> Thoughts?

Fine by me.

The logic of CMSG_SPACE() vs. CMSG_LEN() on the receive side isn't
clear to me either.

Does anybody understand why the pt_cv_tty_group check fails?

Should we use "@mode g+s" instead of "@mode 2755"?

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



NEW: databases/hs-postgresql-libpq

2013-01-03 Thread Dawe
Hi,

after dcoppa's help with hs-HDBC-postgresql I made a port for postgresql-libpq,
which is a dependency of postgresql-simple.  Tested on amd64. I tried to follow
the other hs-ports, so I hope it's in an acceptable state.

Haskell binding to libpq: the C application programmer's interface to
PostgreSQL. libpq is a set of library functions that allow client programs to
pass queries to the PostgreSQL backend server and to receive the results of
these queries.


hs-postgresql-libpq.tgz
Description: application/tar-gz


Re: clisp on mipes64el

2013-01-03 Thread James Turner
On Thu, Jan 03, 2013 at 12:32:31AM -0500, James Turner wrote:
> On Wed, Jan 02, 2013 at 08:17:04PM -0800, Josh Elsasser wrote:
> > On Wed, Jan 02, 2013 at 09:31:53PM -0500, James Turner wrote:
> > > On Wed, Jan 02, 2013 at 09:27:20PM -0500, James Turner wrote:
> > > > Attached is an updated patch for clisp and a new patch for ffcall.
> > > > ffcall was just missing a couple things to make it work correctly.
> > > > 
> > > > clisp is now being compiled with ffi support on mips64el. I'm new to
> > > > list so my limit testing abilities have all worked.
> > > > 
> > > 
> > > REVISION needs to be bumped on clisp as well. I missed that in the diff.
> > > 
> > > -- 
> > > James Turner | 0x560B0C49
> > 
> > Oh, nice work. Does the clisp test suite now pass as well?
> > 
> 
> make regress seems to go for awhile but eventually dies with:
> 
> (TYPE-OF (SETQ CALLBACKF (WITH-C-VAR (X 'IDFUN #'CALLBACK) X)))
> Bus error (core dumped).
> gmake[1]: *** [tests] Error 138
> 

My guess is the problem is still with ffcall. make regress is failing
even though ffcall now compiles. Running make check in avcall, vacall
and callback all fails in different ways.

avcall fails with the following in
minitests.output.mips64el-unknown-openbsd5.2:

Int f(Int,Int,Int):({1},{2},{3})->{6}
Int f(Int,Int,Int):({4},{0},{0})->{4}
J f(J,int,J):({47,11},2,{73,55})->{120,68}
J f(J,int,J):({2147239368,47},11,{2,73})->{0,0}

-- 
James Turner | 0x560B0C49



Re: [devel/py-hg-git] update to 0.3.4

2013-01-03 Thread Dmitrij D. Czarkoff
On Wed, Jan 02, 2013 at 02:37:33AM +0100, Dmitrij D. Czarkoff wrote:
> Hello!
> 
> As long as new tags seem to be missing from github repo of hg-git, I modified
> Makefile to fetch sources from bitbucket (which is currently a primary repo
> for hg-git).
> 
> Index: devel/py-hg-git/Makefile
> ===
> RCS file: /cvs/ports/devel/py-hg-git/Makefile,v
> retrieving revision 1.9
> diff -r1.9 Makefile
> 5,6c5,6
> < MODPY_EGG_VERSION = 0.3.1
> < DISTNAME =  schacon-hg-git-${MODPY_EGG_VERSION}
> ---
> > MODPY_EGG_VERSION = 0.3.4
> > DISTNAME =  ${MODPY_EGG_VERSION}
> 19c19
> < MASTER_SITES =  
> http://github.com/schacon/hg-git/tarball/${MODPY_EGG_VERSION}/
> ---
> > MASTER_SITES =  https://bitbucket.org/durin42/hg-git/get/
> 24c24
> < WRKDIST =   ${WRKDIR}/${DISTNAME:S/-${MODPY_EGG_VERSION}/-6dc5f17/}
> ---
> > WRKDIST =   ${WRKDIR}/durin42-hg-git-586b7aa96466
> 
> Comments? OKs?

Did anyone have tried this? The current version in ports doesn't work with
current mercurial from ports, so this update might be worth committing.

-- 
Dmitrij D. Czarkoff



Re: [devel/py-hg-git] update to 0.3.4

2013-01-03 Thread Stuart Henderson
On 2013/01/04 00:44, Dmitrij D. Czarkoff wrote:
> Did anyone have tried this? The current version in ports doesn't work with
> current mercurial from ports, so this update might be worth committing.
> 
> -- 
> Dmitrij D. Czarkoff
> 

Please send a "cvs diff -u" with all the relevant parts, not
just Makefile.



Re: [devel/py-hg-git] update to 0.3.4

2013-01-03 Thread Dmitrij D. Czarkoff
On Thu, Jan 03, 2013 at 11:56:22PM +, Stuart Henderson wrote:
> On 2013/01/04 00:44, Dmitrij D. Czarkoff wrote:
> > Did anyone have tried this? The current version in ports doesn't work with
> > current mercurial from ports, so this update might be worth committing.
> 
> Please send a "cvs diff -u" with all the relevant parts, not
> just Makefile.

Index: devel/py-hg-git/Makefile
===
RCS file: /cvs/ports/devel/py-hg-git/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- devel/py-hg-git/Makefile26 Jun 2012 07:26:41 -  1.9
+++ devel/py-hg-git/Makefile4 Jan 2013 01:11:22 -
@@ -2,8 +2,8 @@
 
 COMMENT =  push/pull from a Git server repository using Mercurial
 
-MODPY_EGG_VERSION =0.3.1
-DISTNAME = schacon-hg-git-${MODPY_EGG_VERSION}
+MODPY_EGG_VERSION =0.3.4
+DISTNAME = ${MODPY_EGG_VERSION}
 PKGNAME =  py-hg-git-${MODPY_EGG_VERSION}
 
 CATEGORIES =   devel
@@ -16,12 +16,12 @@
 PERMIT_DISTFILES_CDROM =   Yes
 PERMIT_DISTFILES_FTP = Yes
 
-MASTER_SITES = http://github.com/schacon/hg-git/tarball/${MODPY_EGG_VERSION}/
+MASTER_SITES = https://bitbucket.org/durin42/hg-git/get/
 
 MODULES =  lang/python
 MODPY_SETUPTOOLS = Yes
 
-WRKDIST =  ${WRKDIR}/${DISTNAME:S/-${MODPY_EGG_VERSION}/-6dc5f17/}
+WRKDIST =  ${WRKDIR}/durin42-hg-git-586b7aa96466
 
 RUN_DEPENDS =  devel/py-dulwich \
devel/mercurial
Index: devel/py-hg-git/distinfo
===
RCS file: /cvs/ports/devel/py-hg-git/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- devel/py-hg-git/distinfo26 Jun 2012 07:26:41 -  1.3
+++ devel/py-hg-git/distinfo4 Jan 2013 01:11:22 -
@@ -1,5 +1,2 @@
-MD5 (schacon-hg-git-0.3.1.tar.gz) = fPsWNwNMqBdbuFZMX3D10w==
-RMD160 (schacon-hg-git-0.3.1.tar.gz) = bMRYKWQZft1cIWG/tUMgnzRaQTw=
-SHA1 (schacon-hg-git-0.3.1.tar.gz) = vwg4RAEA/6492Or55rCSC0u0MME=
-SHA256 (schacon-hg-git-0.3.1.tar.gz) = 
25dN2vz5hh1HhyjMihMn2Ux0PlCGU6cKCYd7RmpZr74=
-SIZE (schacon-hg-git-0.3.1.tar.gz) = 45775
+SHA256 (0.3.4.tar.gz) = FJFOG0RNwrbxxWOLWq9wNCGDhpx/K9d6MJZ9EFhEr20=
+SIZE (0.3.4.tar.gz) = 51141

-- 
Dmitrij D. Czarkoff



Re: [devel/py-hg-git] update to 0.3.4

2013-01-03 Thread Stuart Henderson
On 2013/01/04 02:11, Dmitrij D. Czarkoff wrote:
> On Thu, Jan 03, 2013 at 11:56:22PM +, Stuart Henderson wrote:
> > On 2013/01/04 00:44, Dmitrij D. Czarkoff wrote:
> > > Did anyone have tried this? The current version in ports doesn't work with
> > > current mercurial from ports, so this update might be worth committing.
> > 
> > Please send a "cvs diff -u" with all the relevant parts, not
> > just Makefile.
> 
> Index: devel/py-hg-git/Makefile

Thanks, committed it. It also wanted a 'make plist' and I played with the
MASTER_SITES url to get a better filename (/usr/ports/distfiles/0.3.4.tar.gz
isn't so helpful ;)



Re: UPDATE: devel/cscope

2013-01-03 Thread Tobias Ulmer
On Thu, Jan 03, 2013 at 03:34:58PM +0100, Benoit Lecocq (blq) wrote:
> Hi,
> 
> This diff updates cscope to the latest release 15.8a.
> 
> Comments ? OK ?

Tested on sparc64, standalone and in vim. Seems fine.

ok tobiasu@

> 
> Cheers,
> benoit

> Index: Makefile
> ===
> RCS file: /cvs/ports/devel/cscope/Makefile,v
> retrieving revision 1.15
> diff -u -r1.15 Makefile
> --- Makefile  15 Nov 2010 19:45:57 -  1.15
> +++ Makefile  3 Jan 2013 14:29:58 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= code browsing program
>  
> -DISTNAME=cscope-15.7a
> +DISTNAME=cscope-15.8a
>  CATEGORIES=  devel
>  
>  HOMEPAGE=http://cscope.sourceforge.net/
> @@ -18,10 +18,7 @@
>  
>  MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=cscope/}
>  
> -EXTRACT_SUFX = .tar.bz2
> -
>  CONFIGURE_STYLE= gnu
> -USE_GROFF =  Yes
>  
>  post-install:
>   @cd ${WRKSRC}; ${INSTALL_SCRIPT} contrib/xcscope/cscope-indexer \
> Index: distinfo
> ===
> RCS file: /cvs/ports/devel/cscope/distinfo,v
> retrieving revision 1.6
> diff -u -r1.6 distinfo
> --- distinfo  26 May 2009 15:44:54 -  1.6
> +++ distinfo  3 Jan 2013 14:29:58 -
> @@ -1,5 +1,2 @@
> -MD5 (cscope-15.7a.tar.bz2) = 2kOYdiKs6MNrvxTBWjUOwQ==
> -RMD160 (cscope-15.7a.tar.bz2) = i8kE9jbo5upFQnOAlRg0dZEYWPk=
> -SHA1 (cscope-15.7a.tar.bz2) = 9jSGlOVEN2mt2FH5f9OTZek9xHQ=
> -SHA256 (cscope-15.7a.tar.bz2) = AmOLy6eQvIsFYvKNvnieYXlEFQedlKZ278KH0Y3JYDc=
> -SIZE (cscope-15.7a.tar.bz2) = 361214
> +SHA256 (cscope-15.8a.tar.gz) = 63NqxA1avr6PpGggx6jszIoXlmqaX3A3U2e3cXeHTR4=
> +SIZE (cscope-15.8a.tar.gz) = 601232