update: devel/libevent2
Update to 2.0.18 Index: Makefile === RCS file: /cvs/ports/devel/libevent2/Makefile,v retrieving revision 1.2 diff -N -u -p Makefile --- Makefile17 Mar 2012 21:09:01 - 1.2 +++ Makefile4 Apr 2012 20:29:43 - @@ -2,7 +2,7 @@ COMMENT= event notification library -V= 2.0.17 +V= 2.0.18 DISTNAME= libevent-$V-stable PKGNAME= libevent-$V CATEGORIES=devel Index: distinfo === RCS file: /cvs/ports/devel/libevent2/distinfo,v retrieving revision 1.2 diff -N -u -p distinfo --- distinfo17 Mar 2012 21:09:01 - 1.2 +++ distinfo4 Apr 2012 20:29:43 - @@ -1,5 +1,5 @@ -MD5 (libevent-2.0.17-stable.tar.gz) = 2tZKqq/xa1++wlFgwG/umg== -RMD160 (libevent-2.0.17-stable.tar.gz) = FqfjzbDexJZDV1jIwrCuXyf3C0E= -SHA1 (libevent-2.0.17-stable.tar.gz) = zqOvLUvWiHhPJwrC7K6OpqqqRj8= -SHA256 (libevent-2.0.17-stable.tar.gz) = UXNdEkH59tLWRl2KvHb3URdk9t59gQJhIMYpYSKW+qY= -SIZE (libevent-2.0.17-stable.tar.gz) = 840289 +MD5 (libevent-2.0.18-stable.tar.gz) = qhzpvA3ue4CE9oVXZfLIag== +RMD160 (libevent-2.0.18-stable.tar.gz) = 4MJXe69nYwzKPYzwFjjzKCNkb9A= +SHA1 (libevent-2.0.18-stable.tar.gz) = KizIfOGUX0PfpaX5V1/vPRSo9Xo= +SHA256 (libevent-2.0.18-stable.tar.gz) = RO2XJ3cVsk7zs26T2MHTmugMKcdyN5ORHiLcbgw8Sss= +SIZE (libevent-2.0.18-stable.tar.gz) = 840719
New: textproc/ruby-fast_xs 0.8.0
This is a port for the fast_xs ruby library. This library provides optimized string escaping methods. Tested on i386, builds fine on amd64. Looking for OKs to import. Thanks, Jeremy ruby-fast_xs.tar.gz Description: application/tar-gz
Re: update: fossil-1.22
On 2012/04/04 17:10, James Turner wrote: > Attached is a diff to bring fossil up to version 1.22. I've reworked > it to use the new tcl based configure script. It also links against > the system-wide sqlite3 library. I'll take care of this. Diff is mostly good, except:- > -L/usr/local/lib is inside CFLAGS because the configure script doesn't these should use ${LOCALBASE}.
update: fossil-1.22
Attached is a diff to bring fossil up to version 1.22. I've reworked it to use the new tcl based configure script. It also links against the system-wide sqlite3 library. -L/usr/local/lib is inside CFLAGS because the configure script doesn't understand LDFLAGS at this time (I submitted a patch upstream quite awhile ago). You will want to patch with -E since both patches are no longer needed. Tested on amd64. Thanks. -- James Turner ja...@calminferno.net Index: Makefile === RCS file: /cvs/ports/devel/fossil/Makefile,v retrieving revision 1.31 diff -N -u -p Makefile --- Makefile16 Dec 2011 11:32:22 - 1.31 +++ Makefile4 Apr 2012 20:49:41 - @@ -2,8 +2,8 @@ COMMENT = simple distributed software configuration management -DISTNAME = fossil-src-20111213135356 -PKGNAME = fossil-1.21 +DISTNAME = fossil-src-20120317175325 +PKGNAME = fossil-1.22 EPOCH =0 CATEGORIES = devel www @@ -21,21 +21,23 @@ PERMIT_DISTFILES_FTP = Yes FLAVORS= static FLAVOR?= -.if ${FLAVOR} == "static" -MAKE_FLAGS = LDFLAGS="-static" TCC="${CC} -Wall -DUSE_PREAD" -.else -MAKE_FLAGS = TCC="${CC} -Wall -DFOSSIL_ENABLE_SSL -DUSE_PREAD" -.endif +WANTLIB = c crypto ssl sqlite3 z -WANTLIB = c crypto ssl z - MODULES = lang/tcl +LIB_DEPENDS = databases/sqlite3 +BUILD_DEPENDS =${MODTCL_BUILD_DEPENDS} + +CONFIGURE_STYLE = simple +CONFIGURE_ARGS = --disable-internal-sqlite --disable-lineedit +CONFIGURE_ENV =CFLAGS="-I/usr/local/include -L/usr/local/lib" + +.if ${FLAVOR} == "static" +CONFIGURE_ARGS += --static --with-openssl=none +.endif + REGRESS_DEPENDS = ${MODTCL_RUN_DEPENDS} \ databases/sqlite3 - -MAKE_FILE =Makefile.classic -MAKE_FLAGS += BCC="${CC}" do-regress: @cd ${WRKSRC} && ${MODTCL_BIN} test/tester.tcl fossil Index: distinfo === RCS file: /cvs/ports/devel/fossil/distinfo,v retrieving revision 1.23 diff -N -u -p distinfo --- distinfo16 Dec 2011 11:32:22 - 1.23 +++ distinfo4 Apr 2012 20:49:41 - @@ -1,5 +1,5 @@ -MD5 (fossil-src-20111213135356.tar.gz) = uBwT3BRYBJEcC5QcgEUi1g== -RMD160 (fossil-src-20111213135356.tar.gz) = 7XXQ+V9gXi28r5BcARn+/Y5BQo0= -SHA1 (fossil-src-20111213135356.tar.gz) = kEKBVheJOdv7dKqn0B2iyqgNDyQ= -SHA256 (fossil-src-20111213135356.tar.gz) = yYVWzR+mq8LgKqON4a9CX6n/CSR+cvYxyf9sI5xG5x0= -SIZE (fossil-src-20111213135356.tar.gz) = 2765234 +MD5 (fossil-src-20120317175325.tar.gz) = pxBkUHIuhHeXLSMPpTVwLw== +RMD160 (fossil-src-20120317175325.tar.gz) = zInAfxq4We4yzF+sqqHkWVS2k3Y= +SHA1 (fossil-src-20120317175325.tar.gz) = Aum+PPawct/SyY+n3QWi30oUz7Y= +SHA256 (fossil-src-20120317175325.tar.gz) = jqNGKinmRf4L0GLVdC3k4ZIaOKzO1RB9CEZYIdlaqbA= +SIZE (fossil-src-20120317175325.tar.gz) = 2759495 Index: patches/patch-src_http_socket_c === RCS file: /cvs/ports/devel/fossil/patches/patch-src_http_socket_c,v retrieving revision 1.1 diff -N -u -p patches/patch-src_http_socket_c --- patches/patch-src_http_socket_c 16 Dec 2011 11:32:22 - 1.1 +++ /dev/null 4 Apr 2012 20:31:02 - @@ -1,15 +0,0 @@ -$OpenBSD: patch-src_http_socket_c,v 1.1 2011/12/16 11:32:22 sthen Exp $ src/http_socket.c.orig Fri Dec 16 11:27:18 2011 -+++ src/http_socket.c Fri Dec 16 11:27:30 2011 -@@ -35,10 +35,10 @@ - #include - # endif - #else -+# include - # include - # include - # include --# include - #endif - #include - #include Index: patches/patch-src_main_mk === RCS file: /cvs/ports/devel/fossil/patches/patch-src_main_mk,v retrieving revision 1.12 diff -N -u -p patches/patch-src_main_mk --- patches/patch-src_main_mk 16 Dec 2011 11:32:22 - 1.12 +++ /dev/null 4 Apr 2012 20:31:02 - @@ -1,12 +0,0 @@ -$OpenBSD: patch-src_main_mk,v 1.12 2011/12/16 11:32:22 sthen Exp $ src/main.mk.orig Tue Dec 13 09:10:57 2011 -+++ src/main.mkTue Dec 13 05:21:33 2011 -@@ -1015,7 +1015,7 @@ $(OBJDIR)/zip.o: $(OBJDIR)/zip_.c $(OBJDIR)/zip.h $(S - - $(OBJDIR)/zip.h: $(OBJDIR)/headers - $(OBJDIR)/sqlite3.o: $(SRCDIR)/sqlite3.c -- $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_STAT3 -Dlocaltime=fossil_localtime -DSQLITE_ENABLE_LOCKING_STYLE=0 -c $(SRCDIR)/sqlite3.c -o $(OBJDIR)/sqlite3.o -+ $(XTCC) -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 -DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_STAT3 -Dlocaltime=fossil_localtime -DSQLITE_ENABLE_LOCKING_STYLE=0 -c $(SRCDIR)/sqlite3.c -o $(O
databases/dbic++ and ruby-swift updates
This updates dbic++ from 0.5.6 to 0.6.0 and ruby-swift from 0.9.1 to 0.14.0. Changes for dbic++ at: https://raw.github.com/deepfryed/dbicpp/master/CHANGELOG Swift apparently doesn't provide a changelog, but you can get a commit list from GitHub: https://github.com/shanna/swift/compare/v0.9.1...v0.14.0 Remove the getline->fgetln patch, now that getline is natively supported. Add some other LOCALBASE patches were it was assuming /usr or /usr/local. Tested on i386, builds fine on amd64. Will be committing later in the week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/dbic++/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile16 Sep 2011 08:48:02 - 1.6 +++ Makefile4 Apr 2012 22:09:09 - @@ -4,15 +4,14 @@ SHARED_ONLY= Yes COMMENT= C++ database API -DISTNAME= deepfryed-dbicpp-g466860f -PKGNAME= dbic++-0.5.6 +DISTNAME= deepfryed-dbicpp-v0.6.0 +PKGNAME= dbic++-0.6.0 CATEGORIES=databases HOMEPAGE= https://github.com/deepfryed/dbicpp -REVISION = 0 -SHARED_LIBS += dbdmysql 1.0 # 0.0 -SHARED_LIBS += dbdpg 1.0 # 0.0 -SHARED_LIBS += dbdsqlite30.0 # 0.0 +SHARED_LIBS += dbdmysql 2.0 # 1.0 +SHARED_LIBS += dbdpg 2.0 # 1.0 +SHARED_LIBS += dbdsqlite31.0 # 1.0 # MIT PERMIT_PACKAGE_CDROM= Yes @@ -36,18 +35,21 @@ LIB_DEPENDS=mysql-client->=5:databases sysutils/e2fsprogs CONFIGURE_STYLE= none -WRKDIST= ${WRKDIR}/deepfryed-dbicpp-4fe45f7 +WRKDIST= ${WRKDIR}/deepfryed-dbicpp NO_REGRESS=Yes +post-extract: + mv ${WRKDIR}/deepfryed-dbicpp-* ${WRKDIR}/deepfryed-dbicpp + pre-configure: ${SUBST_CMD} ${WRKSRC}/{CMakeLists.txt,inc/dbic++.h,src/dbic++.cc,pkgconfig/dbic++.pc} do-build: - cd ${WRKSRC} && ${SET_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/bash build.sh + cd ${WRKSRC} && ${SET_ENV} ${MAKE_ENV} ${LOCALBASE}/bin/bash build do-install: cd ${WRKSRC} && ${SET_ENV} ${MAKE_ENV} \ - ${LOCALBASE}/bin/bash build.sh -i + ${LOCALBASE}/bin/bash build -i .include Index: distinfo === RCS file: /cvs/ports/databases/dbic++/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo14 Mar 2011 18:30:33 - 1.2 +++ distinfo29 Mar 2012 23:07:43 - @@ -1,5 +1,5 @@ -MD5 (deepfryed-dbicpp-g466860f.tar.gz) = QXv1uOF2+rCF8Dkv6tdc5Q== -RMD160 (deepfryed-dbicpp-g466860f.tar.gz) = POt1CYLnCq2kLPcoEkXJzveX+f4= -SHA1 (deepfryed-dbicpp-g466860f.tar.gz) = 0X1uzAXgzX7JJ5eC3yBUA/zNVqc= -SHA256 (deepfryed-dbicpp-g466860f.tar.gz) = odddcJsbvgq7Ony1pfG+JcjhhjR9FvkXwwF4JWBAPNE= -SIZE (deepfryed-dbicpp-g466860f.tar.gz) = 55945 +MD5 (deepfryed-dbicpp-v0.6.0.tar.gz) = +29APSLm7drBWydIGCfzpg== +RMD160 (deepfryed-dbicpp-v0.6.0.tar.gz) = tOw81tS6IsyoxVe4o/JQIqz0HWg= +SHA1 (deepfryed-dbicpp-v0.6.0.tar.gz) = g6BR8TmVT9T4CNL4anrndJxdM5U= +SHA256 (deepfryed-dbicpp-v0.6.0.tar.gz) = w97KgB7B0VIkXzx5uF60xXE4hF+6ikt18OxdrRFChqc= +SIZE (deepfryed-dbicpp-v0.6.0.tar.gz) = 55703 Index: patches/patch-CMakeLists_txt === RCS file: /cvs/ports/databases/dbic++/patches/patch-CMakeLists_txt,v retrieving revision 1.2 diff -u -p -r1.2 patch-CMakeLists_txt --- patches/patch-CMakeLists_txt14 Mar 2011 18:30:33 - 1.2 +++ patches/patch-CMakeLists_txt29 Mar 2012 23:09:57 - @@ -1,7 +1,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.2 2011/03/14 18:30:33 jeremy Exp $ CMakeLists.txt.origWed Jan 12 18:27:58 2011 -+++ CMakeLists.txt Wed Jan 19 11:05:22 2011 -@@ -32,7 +32,7 @@ IF (PQ_FOUND) +--- CMakeLists.txt.origWed Mar 28 22:09:47 2012 CMakeLists.txt Thu Mar 29 16:09:46 2012 +@@ -35,7 +35,7 @@ IF (PQ_FOUND) TARGET_LINK_LIBRARIES(dbdpg ${PQ_LIBRARIES}) ENDIF() @@ -10,7 +10,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.2 201 INSTALL(TARGETS dbdpg LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/dbic++ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/dbic++) -@@ -47,7 +47,7 @@ IF (MYSQL_FOUND) +@@ -50,7 +50,7 @@ IF (MYSQL_FOUND) ELSE() TARGET_LINK_LIBRARIES(dbdmysql ${MYSQL_LIBRARIES}) ENDIF() @@ -19,7 +19,7 @@ $OpenBSD: patch-CMakeLists_txt,v 1.2 201 INSTALL(TARGETS dbdmysql LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/dbic++ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/dbic++) -@@ -62,19 +62,19 @@ IF (SQLITE3_FOUND) +@@ -65,19 +65,19 @@ IF (SQLITE3_FOUND) ELSE() TARGET_LINK_LIBRARIES(dbdsqlite3 ${SQLITE3_LIBRARIES}) ENDIF() @@ -35,11 +35,11 @@ $OpenBSD: patch-CMakeLists_txt,v 1.2 201 +T
Re: new: databases/riak
Hey Jonathan, is simply removing "JS_SetBranchCallback" call really the right way to cope with the 1.8 and 1.9 differences? I was working on a Riak port about a year ago and in my patch I've replaced "JS_SetBranchCallback" with "JS_SetOperationCallback", however I don't recall where I got this suggestion from right now... Anyway, maybe it would be better to link Riak against the 1.8.5 version that landry@ sent to the mailing list earlier today? Also, do we really want to make a local copy of Erlang instead of using system-wide installation? Best regards, Piotr Sikora < piotr.sik...@frickle.com >
Re: new: databases/riak
Hi Jonathan, > "Riak combines a decentralized key-value store, a flexible map/reduce > engine, > and a friendly HTTP/JSON query interface to provide a database ideally > suited > for Web applications." > > I got some feedback from Jasper on this a while ago and just recently > I've caught up to the current release and fixed the last few problems > I'm aware of. > > Tested on amd64 with rthreads, vmmap, etc. Topically, it really > doesn't like not having enough fds (hence the rc_pre function) but > with that out of the way it works nicely. One of its dependencies, > leveldb, only builds on amd64, i386 and arm, so trying to test it > elsewhere isn't going to be productive. It runs quite nice on AMD64. Only done some light testing. Kind regards, Martijn Rijkeboer
Re: [NEW] math/geogebra
Hi, I continue your work with the latest version of geogebra, it's work fine for me in amd64. 2010/4/11, Daniel Dickman : > Here is a new port for GeoGebra. There was an earlier attempt by Azwaw > Ousadou[1], but below is an independent effort by myself. Tested on > amd64. > > # pkg_info geogebra > Information for inst:geogebra-3.2.41.0 > > Comment: > educational mathematical software > > Description: > GeoGebra is free and multi-platform dynamic mathematics software for > learning and teaching. It has received several educational software > awards in Europe and the USA. > > Maintainer: The OpenBSD ports mailing-list > > WWW: http://www.geogebra.org > > > [1] http://marc.info/?l=openbsd-ports&m=126253682721802&w=2 > geogebra.tar.gz Description: GNU Zip compressed data
devel/ruby-home_run 1.0.4 -> 1.0.6
Just a couple of bug fixes in the new version, see: https://raw.github.com/jeremyevans/home_run/master/CHANGELOG Slightly tweak the regression tests, as the previous version occasionally failed. Tested on amd64 and i386. Will be committing later this week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/devel/ruby-home_run/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile16 Sep 2011 09:24:57 - 1.6 +++ Makefile4 Apr 2012 18:57:09 - @@ -2,9 +2,8 @@ COMMENT = fast Date/DateTime classes for ruby -DISTNAME = home_run-1.0.4 +DISTNAME = home_run-1.0.6 CATEGORIES = devel -REVISION= 0 HOMEPAGE= http://github.com/jeremyevans/home_run @@ -23,6 +22,6 @@ REGRESS_DEPENDS = devel/ruby-mspec,${MOD ${FULLPKGNAME}:${BUILD_PKGPATH} MODRUBY_REGRESS = rake do-regress: - cd ${WRKSRC} && RUBY=${RUBY} RUBYLIB=$$(dirname `${GEM} which date_ext`) ${RAKE} + cd ${WRKSRC} && ${RUBY} -S home_run ${RAKE} .include Index: distinfo === RCS file: /cvs/ports/devel/ruby-home_run/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo7 Sep 2011 16:39:25 - 1.5 +++ distinfo4 Apr 2012 18:51:19 - @@ -1,5 +1,5 @@ -MD5 (home_run-1.0.4.gem) = BqubarQ+YAWvr+3xdwrf7Q== -RMD160 (home_run-1.0.4.gem) = bqRwB/DTK3TW6R2qDUW0qnvO55M= -SHA1 (home_run-1.0.4.gem) = W2mrgya3sP+kIVPoi6ihbxLJlVc= -SHA256 (home_run-1.0.4.gem) = yOm6LDPKrMGnyPYWzE8wG4vdNU++j+KjLl6TyXdixGE= -SIZE (home_run-1.0.4.gem) = 97280 +MD5 (home_run-1.0.6.gem) = EQkhYZLCJoAqEcEqyCXtiQ== +RMD160 (home_run-1.0.6.gem) = 4sFqAIwSjK16jWgzBgxhhn4lQJA= +SHA1 (home_run-1.0.6.gem) = AocO+qr4aSys7e0dkXvSykLJHNI= +SHA256 (home_run-1.0.6.gem) = hsqUAbqQG7F1eod9TQWy7lfcbInnDUKFVBzHDsiSNuw= +SIZE (home_run-1.0.6.gem) = 97792
databases/ruby-sequel_pg 1.2.0 -> 1.3.0
Just a couple bug fixes and performance improvements, see: https://raw.github.com/jeremyevans/sequel_pg/master/CHANGELOG Tested on i386, builds fine on amd64. Will be committing later this week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-sequel_pg/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile12 Nov 2011 17:15:32 - 1.13 +++ Makefile4 Apr 2012 18:41:28 - @@ -2,7 +2,7 @@ COMMENT = faster SELECTs when using ruby-sequel with ruby-pg -DISTNAME = sequel_pg-1.2.0 +DISTNAME = sequel_pg-1.3.0 CATEGORIES = databases MAINTAINER = Jeremy Evans @@ -18,7 +18,7 @@ WANTLIB = pq>=2 MODULES = lang/ruby LIB_DEPENDS = databases/postgresql -RUN_DEPENDS = databases/ruby-sequel,${MODRUBY_FLAVOR}>=3.29.0 \ +RUN_DEPENDS = databases/ruby-sequel,${MODRUBY_FLAVOR}>=3.34.0 \ databases/ruby-pg,${MODRUBY_FLAVOR} BUILD_DEPENDS =${RUN_DEPENDS} Index: distinfo === RCS file: /cvs/ports/databases/ruby-sequel_pg/distinfo,v retrieving revision 1.5 diff -u -p -r1.5 distinfo --- distinfo12 Nov 2011 17:15:32 - 1.5 +++ distinfo4 Apr 2012 18:36:10 - @@ -1,5 +1,5 @@ -MD5 (sequel_pg-1.2.0.gem) = U2eEFGRBWalseT7XZT2hOQ== -RMD160 (sequel_pg-1.2.0.gem) = 72Hl2gYaR/paicvakqLd5mH+0mo= -SHA1 (sequel_pg-1.2.0.gem) = 87mSymXyghGtY/Im3smhXYWT+LE= -SHA256 (sequel_pg-1.2.0.gem) = vUz5mDm/k5YHtoc6jjbpG7hk1JNHdfB26B5Uob7ocKU= -SIZE (sequel_pg-1.2.0.gem) = 12288 +MD5 (sequel_pg-1.3.0.gem) = g90AcezHviSgxuXvV10C+w== +RMD160 (sequel_pg-1.3.0.gem) = w9owNlpQYI3OYQCmepTKtzZufYs= +SHA1 (sequel_pg-1.3.0.gem) = mQFVlsk3RYIdBT7Ib2Bu8cXtTY0= +SHA256 (sequel_pg-1.3.0.gem) = 4Ew8Q7CV9sHVIlZfO7pHyTyV0hekbIh6KxECKYEyof0= +SIZE (sequel_pg-1.3.0.gem) = 13312
databases/ruby-sequel 3.29.0 -> 3.34.1
Many new features and bugfixes since the last version in ports, see: https://raw.github.com/jeremyevans/sequel/162a6ceb3c96b861231e436d5c5fdd7e39847206/CHANGELOG Tested on i386, builds fine on amd64. Will be committing later this week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-sequel/Makefile,v retrieving revision 1.19 diff -u -p -r1.19 Makefile --- Makefile17 Nov 2011 16:08:00 - 1.19 +++ Makefile4 Apr 2012 18:41:51 - @@ -2,7 +2,7 @@ COMMENT = lightweight database library and ORM for Ruby -DISTNAME = sequel-3.29.0 +DISTNAME = sequel-3.34.1 CATEGORIES = databases HOMEPAGE = http://sequel.rubyforge.org/ Index: distinfo === RCS file: /cvs/ports/databases/ruby-sequel/distinfo,v retrieving revision 1.11 diff -u -p -r1.11 distinfo --- distinfo12 Nov 2011 17:02:17 - 1.11 +++ distinfo4 Apr 2012 18:42:09 - @@ -1,5 +1,5 @@ -MD5 (sequel-3.29.0.gem) = GbrDh3RuYhi70x43RyEpVw== -RMD160 (sequel-3.29.0.gem) = S38P13BElPoGU5YHOKaDy4saY2I= -SHA1 (sequel-3.29.0.gem) = pd+omECXo2Smo8ZHKp88O1eZ6E4= -SHA256 (sequel-3.29.0.gem) = 9fb+O8RBqEEZF5vNlCb6dEqoQHRoa0igblDmXoAeOFE= -SIZE (sequel-3.29.0.gem) = 816640 +MD5 (sequel-3.34.1.gem) = wOxxxX37gPrg7S3KKRBW/w== +RMD160 (sequel-3.34.1.gem) = lrP3Arbt24DOhMG8RKAORcQV2RQ= +SHA1 (sequel-3.34.1.gem) = 7WVP3c2R6vAUetso2EyF87btahc= +SHA256 (sequel-3.34.1.gem) = Ivam26gi5BF4XoSFDKEndjJzDayVJYYLDD6s9yxA4Pk= +SIZE (sequel-3.34.1.gem) = 922112 Index: pkg/PLIST === RCS file: /cvs/ports/databases/ruby-sequel/pkg/PLIST,v retrieving revision 1.12 diff -u -p -r1.12 PLIST --- pkg/PLIST 12 Nov 2011 17:02:17 - 1.12 +++ pkg/PLIST 4 Apr 2012 18:30:08 - @@ -65,6 +65,11 @@ ${GEM_LIB}/gems/${DISTNAME}/doc/release_ ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.28.0.txt ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.29.0.txt ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.3.0.txt +${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.30.0.txt +${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.31.0.txt +${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.32.0.txt +${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.33.0.txt +${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.34.0.txt ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.4.0.txt ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.5.0.txt ${GEM_LIB}/gems/${DISTNAME}/doc/release_notes/3.6.0.txt @@ -153,7 +158,6 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/c ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/connection_pool/single.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/connection_pool/threaded.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/core.rb -${GEM_LIB}/gems/${DISTNAME}/lib/sequel/core_sql.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/database/ ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/database.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/database/connecting.rb @@ -176,16 +180,30 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/d ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/dataset/sql.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/exceptions.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/ +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/_pretty_table.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/arbitrary_servers.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/blank.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/columns_introspection.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/core_extensions.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/inflector.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/looser_typecasting.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/migration.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/named_timezones.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/null_dataset.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pagination.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_array.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_array_ops.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_auto_parameterize.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_hstore.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_hstore_ops.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pg_statement_cache.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/pretty_table.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/query.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/query_literals.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/schema_caching.rb ${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/schema_dumper.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/select_remove.rb +${GEM_LIB}/gems/${DISTNAME}/lib/sequel/extensions/server_block.rb ${GEM_LIB}/gems/${DISTNAME}/lib/
Re: databases/ruby-ldap, don't link against both ldap and ldap_r
On Wed, Apr 04, 2012 at 11:23:24AM -0700, Jeremy Evans wrote: > Apparently, linking against both ldap and ldap_r causes problems: > > /usr/local/bin/ruby19:/usr/local/lib/libldap_r.so.11.0: > /usr/local/lib/libldap.so.11.0 : WARNING: symbol(ldap_int_global_options) > size mismatch, relink your program > > This warning occurs when requiring ldap using ruby 1.8 or 1.9. Also, it > causes the ruby process to dump core when it exits. This patch makes > ruby-ldap only link against ldap, not ldap_r, which appears to fix this > issue. Maybe just ask upstream if there's a reason for linking against both.. Landry
databases/ruby-pg 0.12.0 -> 0.13.2
This is a fairly simple bugfix update. It also removes a patch accepted upstream. For a list of changes, see: https://raw.github.com/ged/ruby-pg/master/History.rdoc Tested on i386, compiles fine on amd64. Will be committed later this week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-pg/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile21 Dec 2011 20:01:16 - 1.16 +++ Makefile23 Feb 2012 16:25:36 - @@ -2,7 +2,7 @@ COMMENT = PostgreSQL database interface for ruby -DISTNAME = pg-0.12.0 +DISTNAME = pg-0.13.2 CATEGORIES = databases MAINTAINER = Jeremy Evans Index: distinfo === RCS file: /cvs/ports/databases/ruby-pg/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo21 Dec 2011 20:01:16 - 1.8 +++ distinfo23 Feb 2012 16:25:52 - @@ -1,5 +1,5 @@ -MD5 (pg-0.12.0.gem) = oTJvfnCp9mEzlPeLW1Qv8g== -RMD160 (pg-0.12.0.gem) = PVCXe6vyMEO+reM3n1CrrKDFacc= -SHA1 (pg-0.12.0.gem) = KN8LRDLaqQaDIT4ESaHul1tyQKQ= -SHA256 (pg-0.12.0.gem) = l8tjhgiYYfJZ0DvQkucXqAlEaiMzoX2sT1wtTZOEtAA= -SIZE (pg-0.12.0.gem) = 107008 +MD5 (pg-0.13.2.gem) = T81wo1C7qbBSxS2vqldlCg== +RMD160 (pg-0.13.2.gem) = QMiajEqX38vRCyTzCA1kDgC5bG8= +SHA1 (pg-0.13.2.gem) = Jj+AR++wGNn8TVHw/1sa7XdcV6o= +SHA256 (pg-0.13.2.gem) = BjZWQ5eAdwpmRVIySUr7VrLB0ZEvb9Cye38XD7yU9Kg= +SIZE (pg-0.13.2.gem) = 91648 Index: patches/patch-_metadata === RCS file: patches/patch-_metadata diff -N patches/patch-_metadata --- patches/patch-_metadata 21 Dec 2011 20:01:16 - 1.1 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,16 +0,0 @@ -$OpenBSD: patch-_metadata,v 1.1 2011/12/21 20:01:16 jeremy Exp $ - -Don't have a runtime dependency on rake-compiler, it isn't needed. -Similar change made upstream in hg commit af645318f239. - .metadata.orig Wed Dec 14 11:13:36 2011 -+++ .metadata Wed Dec 14 11:14:18 2011 -@@ -59,7 +59,7 @@ dependencies: - - - ~> - - !ruby/object:Gem::Version - version: '0.7' -- type: :runtime -+ type: :development - prerelease: false - version_requirements: *70276294379100 - - !ruby/object:Gem::Dependency Index: pkg/PLIST === RCS file: /cvs/ports/databases/ruby-pg/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 21 Dec 2011 20:01:16 - 1.7 +++ pkg/PLIST 14 Feb 2012 16:01:53 - @@ -2,31 +2,32 @@ ${GEM_LIB}/cache/${DISTNAME}.gem ${GEM_LIB}/gems/${DISTNAME}/ ${GEM_LIB}/gems/${DISTNAME}/.gemtest -${GEM_LIB}/gems/${DISTNAME}/BSD +${GEM_LIB}/gems/${DISTNAME}/BSDL ${GEM_LIB}/gems/${DISTNAME}/ChangeLog ${GEM_LIB}/gems/${DISTNAME}/Contributors.rdoc -${GEM_LIB}/gems/${DISTNAME}/GPL ${GEM_LIB}/gems/${DISTNAME}/History.rdoc ${GEM_LIB}/gems/${DISTNAME}/LICENSE ${GEM_LIB}/gems/${DISTNAME}/Manifest.txt -${GEM_LIB}/gems/${DISTNAME}/README.OS_X.rdoc +${GEM_LIB}/gems/${DISTNAME}/POSTGRES +${GEM_LIB}/gems/${DISTNAME}/README-OS_X.rdoc +${GEM_LIB}/gems/${DISTNAME}/README-Windows.rdoc ${GEM_LIB}/gems/${DISTNAME}/README.ja.rdoc ${GEM_LIB}/gems/${DISTNAME}/README.rdoc -${GEM_LIB}/gems/${DISTNAME}/README.windows.rdoc ${GEM_LIB}/gems/${DISTNAME}/Rakefile ${GEM_LIB}/gems/${DISTNAME}/Rakefile.cross ${GEM_LIB}/gems/${DISTNAME}/ext/ ${GEM_LIB}/gems/${DISTNAME}/ext/Makefile -${GEM_LIB}/gems/${DISTNAME}/ext/compat.c -${GEM_LIB}/gems/${DISTNAME}/ext/compat.h -${GEM_LIB}/gems/${DISTNAME}/ext/compat.o ${GEM_LIB}/gems/${DISTNAME}/ext/extconf.h ${GEM_LIB}/gems/${DISTNAME}/ext/extconf.rb ${GEM_LIB}/gems/${DISTNAME}/ext/mkmf.log ${GEM_LIB}/gems/${DISTNAME}/ext/pg.c ${GEM_LIB}/gems/${DISTNAME}/ext/pg.h ${GEM_LIB}/gems/${DISTNAME}/ext/pg.o +${GEM_LIB}/gems/${DISTNAME}/ext/pg_connection.c +${GEM_LIB}/gems/${DISTNAME}/ext/pg_connection.o ${GEM_LIB}/gems/${DISTNAME}/ext/pg_ext.so +${GEM_LIB}/gems/${DISTNAME}/ext/pg_result.c +${GEM_LIB}/gems/${DISTNAME}/ext/pg_result.o ${GEM_LIB}/gems/${DISTNAME}/ext/vc/ ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg.sln ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_18/ @@ -34,23 +35,22 @@ ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_18 ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_19/ ${GEM_LIB}/gems/${DISTNAME}/ext/vc/pg_19/pg_19.vcproj ${GEM_LIB}/gems/${DISTNAME}/lib/ +${GEM_LIB}/gems/${DISTNAME}/lib/pg/ ${GEM_LIB}/gems/${DISTNAME}/lib/pg.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/connection.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/constants.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/exceptions.rb +${GEM_LIB}/gems/${DISTNAME}/lib/pg/result.rb ${GEM_LIB}/gems/${DISTNAME}/lib/pg_ext.so -${GEM_LIB}/gems/${DISTNAME}/misc/ -${GEM_LIB}/gems/${DISTNAME}/misc/openssl-pg-segfault.rb ${GEM_LIB}/gems/${DISTNAME}/sample/ ${GEM_LIB}/gems/${DISTNAME}/sample/async_api.rb ${GEM_LIB}/gems/${DISTNAME}/
databases/ruby-ldap, don't link against both ldap and ldap_r
Apparently, linking against both ldap and ldap_r causes problems: /usr/local/bin/ruby19:/usr/local/lib/libldap_r.so.11.0: /usr/local/lib/libldap.so.11.0 : WARNING: symbol(ldap_int_global_options) size mismatch, relink your program This warning occurs when requiring ldap using ruby 1.8 or 1.9. Also, it causes the ruby process to dump core when it exits. This patch makes ruby-ldap only link against ldap, not ldap_r, which appears to fix this issue. Tested on i386, compiles fine on amd64. I'll be committing later this week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-ldap/Makefile,v retrieving revision 1.25 diff -u -p -r1.25 Makefile --- Makefile16 Sep 2011 08:48:05 - 1.25 +++ Makefile3 Apr 2012 21:43:46 - @@ -3,7 +3,7 @@ COMMENT= Ruby interface to some common LDAP libraries PKGNAME= ldap-0.9.8 -REVISION= 2 +REVISION= 3 DISTNAME= ruby-${PKGNAME} CATEGORIES=databases @@ -22,11 +22,12 @@ EXTRACT_SUFX = .tar.bz2 MODULES= lang/ruby -WANTLIB= crypto pthread ssl ldap ldap_r lber +WANTLIB= crypto pthread ssl ldap lber LIB_DEPENDS= databases/openldap CONFIGURE_STYLE= ruby extconf +CONFIGURE_ARGS=--without-libldap_r REGRESS_TARGET=test REGRESS_DEPENDS= databases/openldap,-server
Re: Bleeding Edge Mono fails to build
On 2012/04/04 19:18, Dusty wrote: > gmake[8]: Entering directory > `/usr/ports/pobj/mono-2.10.6/mono-2.10.6/mcs/class/System.Web' > MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" > /usr/ports/pobj/mono-2.10.6/mono-2.10.6/runtime/mono-wrapper --debug > ./../../class/lib/basic/culevel.exe -o System.Web/UplevelHelper.cs > UplevelHelperDefinitions.xml > > ...and then nothing. Sits there forever. > Any work around/fix/solution/anything? > for now, ^C and restart the build.
Bleeding Edge Mono fails to build
gmake[8]: Entering directory `/usr/ports/pobj/mono-2.10.6/mono-2.10.6/mcs/class/System.Web' MONO_PATH="./../../class/lib/net_2_0::$MONO_PATH" /usr/ports/pobj/mono-2.10.6/mono-2.10.6/runtime/mono-wrapper --debug ./../../class/lib/basic/culevel.exe -o System.Web/UplevelHelper.cs UplevelHelperDefinitions.xml ...and then nothing. Sits there forever. Any work around/fix/solution/anything?
[UPDATE] emulators/spim
Here is the update to version 8.2 of spim. I Have not response from maintener. test.asm it's a simple MIPS code for test spim. Have fun, Azwaw OUSADOU spim.diff Description: Binary data test.asm Description: Binary data
[new/update] devel/spidermonkey 1.8.5
Hi, Here's a port for the last "official" release of spidermonkey : https://developer.mozilla.org/en/SpiderMonkey - which was released upon Ffx 4 codebase. This _not_ an upgrade to lang/spidermonkey (which, like devel/xulrunner/1.9 is built from Ffx 3.6 tarball) - because the newer ones don't work on sparc64 and probably other archs. lang/spidermonkey currently builds fine on 8 archs, that new version probably targets only the archs firefox supports (i386/amd64/ppc, builds on sparc64 but is broken), but newer gnome stuff (gjs 1.32) requires that new spidermonkey (see https://bugzilla.gnome.org/show_bug.cgi?id=664360). All that to say both versions are needed... Note that a spidermonkey 1.8.7 release based on Ffx 10 ESR is planned, see https://bugzilla.mozilla.org/show_bug.cgi?id=735599. The version number matches Javascript language version, contrary to lang/spidermonkeyfollowing mozilla's branch version... I know apache-couchdb could benefit from that new version, and it seems newer mongodb versions will switch to v8 (per https://jira.mongodb.org/browse/SERVER-2887). No idea for mediatomb. All that to say i'd like to import this new version as devel/spidermonkey, and while here update lang/spidermonkey to build from last Ffx 3.6 version. Special care was taken to ensure both could be installed along and wont conflict (@option no-default-conflict + @conflict, install headers in a versionned subdir, install versionned binary...) Comments/oks welcome. Adventurers can try building the new version on hppa/mips64*/alpha. Landry Index: Makefile === RCS file: /cvs/ports/lang/spidermonkey/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- Makefile16 Sep 2011 10:31:21 - 1.19 +++ Makefile4 Apr 2012 14:57:47 - @@ -4,14 +4,13 @@ COMMENT = Mozilla C implementation of JavaScript -MOZILLA_VERSION = 1.9.2.16 -FFX_VERSION = 3.6.16 +MOZILLA_VERSION = 1.9.2.28 +FFX_VERSION = 3.6.28 MOZILLA_BRANCH = 1.9.2 MOZILLA_PROJECT = spidermonkey DISTNAME = firefox-${FFX_VERSION}.source PKGNAME = ${MOZILLA_PROJECT}-${MOZILLA_VERSION} EPOCH =0 -REVISION = 2 SO_VERSION = 0.0 SHARED_LIBS = mozjs ${SO_VERSION} Index: distinfo === RCS file: /cvs/ports/lang/spidermonkey/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo10 Apr 2011 17:24:38 - 1.5 +++ distinfo4 Apr 2012 14:57:47 - @@ -1,5 +1,5 @@ -MD5 (firefox-3.6.16.source.tar.bz2) = Iyo8AWDNHL49yqr35K5Rwg== -RMD160 (firefox-3.6.16.source.tar.bz2) = /be0HyWluLpuscVnLsxmjJYrCvg= -SHA1 (firefox-3.6.16.source.tar.bz2) = OBJFl0QLfWCqVore7yNllXWEHpI= -SHA256 (firefox-3.6.16.source.tar.bz2) = 4KVttDlIRTjXoRVjBLdCSajxEIviP7Sw3E+5R3euKcw= -SIZE (firefox-3.6.16.source.tar.bz2) = 51492728 +MD5 (firefox-3.6.28.source.tar.bz2) = F1/qBuGvfHaZLiOGXkRW6w== +RMD160 (firefox-3.6.28.source.tar.bz2) = h8/Kjj8d8w4G7M/7+ZSCWQTu7bw= +SHA1 (firefox-3.6.28.source.tar.bz2) = reqpvdNnh4xbUidm5oF5gXjjFXc= +SHA256 (firefox-3.6.28.source.tar.bz2) = psS8UglRlEKM87FzQbaKxHO3ZUmEAAxF0b4+rlXXgmA= +SIZE (firefox-3.6.28.source.tar.bz2) = 51698958 Index: pkg/PLIST === RCS file: /cvs/ports/lang/spidermonkey/pkg/PLIST,v retrieving revision 1.5 diff -u -r1.5 PLIST --- pkg/PLIST 11 Apr 2011 20:02:19 - 1.5 +++ pkg/PLIST 4 Apr 2012 14:57:47 - @@ -1,4 +1,6 @@ @comment $OpenBSD: PLIST,v 1.5 2011/04/11 20:02:19 jasper Exp $ +@option no-default-conflict +@conflict spidermonkey->=1.9.2 %%jit%% %%amd64%% @bin bin/js spidermonkey-1.8.5.tgz Description: application/tar-gz
Re: sysutils/xbattbar patch to add time & date display
On Tue, Apr 03, 2012 at 07:28:28PM -0400, Brynet wrote: > > If anyone has a laptop, you might want to check out xbattbar, it isn't > nearly as invasive as some other battery monitoring utilities. Alex's > addition doesn't change that. BTW, it "breaks" xlock if used with -a option.
Tost Makinası Yapmak Yerine Bize Satabilirsiniz
Resimleri g�remiyor musunuz? "Resimleri g�ster"i se�in ya da bu iletiyi tarayıcınızda g�r�nt�leyin. Bilgilendirme e-postalarını almak istemiyorsanız l�tfen tıklayın. [IMAGE] 0212 252 15 75 Eski Notebookunuzdan Tost Makinesi Yapmayı Deneyebilirsiniz [IMAGE] Ya da Bize Satarsınız! Onlar �ok Değerliydiler Kıyamıyorsunuz... Ama Artık Eskidiler! Onlara sizin verdiğiniz değeri biz de veriyoruz... Markası ve modeli her ne olursa olsun eski notebook, bilgisayar, yazıcı ve monit�rlerinizi en uygun fiyata geri alıyoruz. [IMAGE] İn�n� Caddesi Teknik Han No:38 Kat:3 G�m�şsuyu, Taksim / İstanbul 0 212 252 15 75 www.bilgisayarhastanesi.com [IMAGE]
Re: sysutils/xbattbar patch to add time & date display
On Tue, Apr 03, 2012 at 07:28:28PM -0400, Brynet wrote: > > If anyone has a laptop, you might want to check out xbattbar, it isn't > nearly as invasive as some other battery monitoring utilities. Alex's > addition doesn't change that. Didn't know about it. Using. Thank you.
Re: dmenu: update to 4.5
On Tue, Apr 03, 2012 at 05:16:22PM -0300, Gleydson Soares wrote: > > works for me, i am running it daily +spectrwm > looking for comments,tests and OKs, Works for me on amd64 too.
New Terms and Conditions
I am a former law firm Partner and my legal services business, Contracts 4 Commerce, provides companies with their commercial contracts for a low fixed fee. I am writing to inform you that we have produced new Terms and Conditions which are for use specifically by businesses in your market sector. Once adapted by us to suit the needs of your Company, our Terms and Conditions will provide comprehensive coverage for all of your business activities. Please let me know if you would like further details. Kind Regards, Peter Brown
Re: dmenu: update to 4.5
On Tue, Apr 3, 2012 at 10:16 PM, Gleydson Soares wrote: > hello > > here is a diff that update x11/dmenu to 4.5. > > following changelog: > > * Detects monitor based on input focus, not just pointer location. > * Token matching instead of just substrings. > * XIM composition support. > * Paste from clipboard with C-S-y. > * stest(1) replaces lsx(1). > * M-[Gghjkl] restored for vi-like navigation. > * And a couple of bug fixes. > > works for me, i am running it daily +spectrwm > looking for comments,tests and OKs, OK for me too (tested amd64). ciao, David
Re: UPDATE: games/xmoto
On Tue, Mar 20, 2012 at 04:02:15PM +0200, Antti Harri wrote: > Update to xmoto's newest release. > > Switch MAINTAINER, requested by previous maintainer. > > -- > Antti Harri > Hi, I plan to commit it this week-end, unless someone report problem with it.
Pizza | Pastel + Suco | Escova Definitiva | Águas do Pantanal | Pães de Mel | Drenagem | Yakisoba | Sobá | Lavagem Automotiva...
[IMAGE] 1260 Ofertas em Campo Grande / MS [IMAGE] 60% de Desconto pra Voc� Depila��o Eg�pcia do Rosto!!! De R$ 35,00 Por R$ 13,99. De: R$ 35,00 - Por: R$ 13,99 - (50% de desconto) [IMAGE] Huuum!! Deu aquela fome, que tal uma Deliciosa Pizza Assada no Forno � Lenha? Ent�o eis o lugar Romanos Pizzaria com 50% de desconto de R$ 18,50 por apenas R$ 9,25. De: R$ 18,50 - Por: R$ 9,25 - (50% de desconto) [IMAGE] Elimine estrias e flacidez com 70% OFF, s�o 6 Sess�es de Tratamentos + Esfolia��o Corporal ( De R$ 240 Por R$ 69 ) De: R$ 240,00 - Por: R$ 69,00 - (70% de desconto) [IMAGE] Escova Progressiva + Corte na Rose Hair Studio ( De R$180,00 Por S� R$29.99 ) De: R$ 180,00 - Por: R$ 29,90 - (83% de desconto) [IMAGE] Aluguel de Brinquedos! 1 Cama Elastica + 1 Piscina de Bolinha + 1 Gangorra Upa Upa + 1 Escorregador e tem 6 meses para usar ( De R$400 Por R$99,90 ) De: R$ 400,00 - Por: R$ 99,90 - (75% de desconto) [IMAGE] Sess�o de 45 minutos de Thai Massage (massagem relaxante) com �leo especial e bamb� + Massageador Eletr�nico + Alongamento relaxante anti-estresse de R$ 100,00 por R$ 14,90. Compre at� 3 cupons. De: R$ 100,00 - Por: R$ 14,90 - (85% de desconto) [IMAGE] Del�ciaaa! 1 Torre de Chopp Itaipava no Mi�a Bar! Happy Hour? Isso Mesmo aproveite ( De R$35 Por R$13,90 ) De: R$ 35,00 - Por: R$ 13,90 - (60% de desconto) [IMAGE] Fa�a a Festa para seus Filhos!!! 1 Cama Elastica + 1 Piscina de Bolinha + 1 Gangorra Upa Upa + 1 Escorregador com 6 Meses para usar ( De R$400 Por R$99,90 ) De: R$ 400,00 - Por: R$ 99,90 - (75% de desconto) [IMAGE] Tenha Cabelos Perfeitos com 1 Hidrata��o + 1 Escova !!! De R$ 60,00 Por R$ 30,00 De: R$ 60,00 - Por: R$ 30,00 - (50% de desconto) [IMAGE] �ltimas Horas! Rod�zio de Sushi + Entrada + YakiSob� no Sushi Express, 3 lojas em Campo Grande + de 30 tipos de Sushi! Aproveite e Compre. De: R$ 29,90 - Por: R$ 19,90 - (33% de desconto) [IMAGE] Atualiza��o de Mapas e Radares - Diversos Modelos e Marcas Destravados* ( De at� R$50,00 por R$19,90 ) De: R$ 50,00 - Por: R$ 19,90 - (60% de desconto) [IMAGE] Que Maravilha!! Pastel Frito na Hora + 01 Jarra de Polpa de Fruta de R$ 6,50 por apenas R$ 3,25 na Feira Central. (50% OFF). De: R$ 6,50 - Por: R$ 3,25 - (50% de desconto) [IMAGE] 1 Escova Definitiva + Limpeza Facial com �rgila ( De R$ 450 Por R$ 89,90 ) - Compre j� o Seu! De: R$ 450,00 - Por: R$ 89,90 - (80% de desconto) [IMAGE] S� hoje! Torre de Chopp Itaipava no Mi�a Bar por R$13,90 ao inv�s de R$35,00 - Curta seu Happy Hour com Super Desconto!!! De: R$ 35,00 - Por: R$ 13,90 - (60% de desconto) [IMAGE] Progressiva da Agimax + �mpola de Hidrata��o P�s Quim�ca ( De R$ 250 Por R$ 69,90 ) Compre at� 3! De: R$ 250,00 - Por: R$ 69,90 - (72% de desconto) [IMAGE] 70% de desconto em 1 Critaliza��o Alisante ( De R$100,00 Por R$29,90 ) De: R$ 100,00 - Por: R$ 29,90 - (70% de desconto) [IMAGE] 5 Escovas + 5 Hidrata��o! De R$ 400,00 Por R$ 75,90!!! Isso tudo com 3 Meses de Uso. De: R$ 400,00 - Por: R$ 75,90 - (80% de desconto) [IMAGE] �ltimo dia! Delicioso Sob� M�dio de Carne Bovina, Suina ou Frango no Kashima Sob� na Feira Central por apenas R$ 5,99 .50% OFF). De: R$ 12,00 - Por: R$ 5,99 - (50% de desconto) [IMAGE] Sess�o de 45 minutos de Thai Massage (massagem relaxante) com �leo especial e bamb� + Massageador Eletr�nico + Alongamento relaxante anti-estresse de R$ 100,00 por R$ 14,90. De: R$ 100,00 - Por: R$ 14,90 - (85% de desconto) [IMAGE] FisClin Centro Cl�nico traz para voc� 1 Sess�o de Plataforma Vibrat�ria ( De R$ 40,00 Por R$ 14,90 ) Compre at� 5 Cupons De: R$ 40,00 - Por: R$ 14,90 - (65% de desconto) [IMAGE] PROMO��O!!! CADASTRE-SE E CONCORRA A UM LINDO TABLET!!! SIMULE SUA COMPRA, � GRATIS... De: R$ 500,00 - Por: R$ 0,00 - (100% de desconto) [IMAGE] 70% OFF - P�+M�O+HIDRATA��O DOS P�S COM ARGILA E PARAFINA De: R$ 45,00 - Por: R$ 13,50 - (70% de desconto) [IMAGE] 65% OFF - 01 ALONGAMENTO DE C�LIOS ( APLIQUE DE C�LIUS) DE R$ 100,00 POR APENAS R$ 35,00 De: R$ 100,00 - Por: R$ 35,00 - (65% de desconto) [IMAGE] 65% OFF - MINI DAY SPA DE R$ 110,00 POR R$ 39,90 De: R$ 110,00 - Por: R$ 39,90 - (65% de desconto) [IMAGE] 50% OFF - SUPER LAVAGEM AUTOMOTIVA COM CERA POR APENAS R$12,50 De: R$ 25,00 - Por: R$ 12,50 - (50% de desconto) [IMAGE] Ano Novo Com Cabelo Liso! Escova Progressiva de R$200,00 por R$49,90 no Sal�o Bela Mulher - 75%OFF De: R$ 200,00 - Por: R$ 49,90 - (75% de desconto) [IMAGE] Banho Tropical + Tosa Higi�nica OU Tosa Completa para C�es no Pet Club De: R$ 65,00 - Por: R$ 19,00 - (71% de desconto) [IMAGE] 72%OFF em 01 casadinho p� e m�o+01 manicure+ hidrata��o p�s e m�os de R$35.00 por R$9.90 De: R$ 35,00 - Por: R$ 9,90 - (72% de desconto) [IMAGE] Estancia Vov� Ded�: Curta 1 dia inteiro de divers�o: day use com tratamento de animais + trilha + pesque e pague + cama el�stica + pebolim + piscinas e muito mais por apenas R$ 15. De: R$ 30,00 - Por: R$ 15,00 - (50% de desconto) [IMAGE] Voltou! Formata��o de Desktop,Note ou Netbook+Inst.