Update: databases/ruby-mysql2 0.3.10 -> 0.3.11
Bugfix update for mysql2, changes include: * change mysql error detection strategy from using mysql_field_count to the more explicit mysql_errno * bugfix to avoid race condition with active connections that error out * revert back to using xmalloc/xfree for allocations * avoid potentially unsafe Ruby C API usage w/o GVL * reacquire GVL before retrying on EINTR on connect Tested on i386, compiles fine on amd64. Will be committing next week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/databases/ruby-mysql2/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile13 Dec 2011 18:06:20 - 1.7 +++ Makefile1 Jun 2012 21:37:25 - @@ -2,7 +2,7 @@ COMMENT= modern, simple and very fast Mysql library for Ruby -DISTNAME= mysql2-0.3.10 +DISTNAME= mysql2-0.3.11 CATEGORIES=databases HOMEPAGE= http://github.com/brianmario/mysql2 Index: distinfo === RCS file: /cvs/ports/databases/ruby-mysql2/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo13 Dec 2011 18:06:20 - 1.3 +++ distinfo1 Jun 2012 21:37:33 - @@ -1,5 +1,5 @@ -MD5 (mysql2-0.3.10.gem) = b27Mtp/silVnTqH8Jf/LVg== -RMD160 (mysql2-0.3.10.gem) = 2F27KQykso56T0j/s7eFFj5xe9I= -SHA1 (mysql2-0.3.10.gem) = XeCvKFS44+BK0DIHeYnjeenDtgM= -SHA256 (mysql2-0.3.10.gem) = RhYZ6Q8+w5wFDQzlTj8k5M3kejq0c4zoYbRi2a/INGo= -SIZE (mysql2-0.3.10.gem) = 41984 +MD5 (mysql2-0.3.11.gem) = ZxVBzs9XXO+2hresSdMr1A== +RMD160 (mysql2-0.3.11.gem) = ayObNrkfxDaVs9pAmNyJWfvSWKo= +SHA1 (mysql2-0.3.11.gem) = BleTNYHhUaCE88BzmP0A7LRvAUQ= +SHA256 (mysql2-0.3.11.gem) = E0+EjpHWB1YIOHO2b8RxoCm131HDWFLvWjoPn3pJZkE= +SIZE (mysql2-0.3.11.gem) = 41984
Update: textproc/ruby-nokogiri 1.5.0 -> 1.5.3
This is a simple bugfix update to nokogiri, detailed changes available at: https://github.com/tenderlove/nokogiri/blob/master/CHANGELOG.rdoc Portwise, only changes besides the version bump are a new dependency on rdoc, and slight changing of the Rakefile patch. Tested on i386 and amd64. Will be committing next week unless I hear objections. Thanks, Jeremy Index: Makefile === RCS file: /cvs/ports/textproc/ruby-nokogiri/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile16 Sep 2011 11:41:42 - 1.13 +++ Makefile1 Jun 2012 21:30:55 - @@ -2,8 +2,7 @@ COMMENT= HTML, XML, SAX and Reader parser -DISTNAME= nokogiri-1.5.0 -REVISION= 0 +DISTNAME= nokogiri-1.5.3 CATEGORIES=textproc HOMEPAGE= http://nokogiri.rubyforge.org/nokogiri @@ -28,6 +27,7 @@ CONFIGURE_STYLE= ruby gem ext MODRUBY_REGRESS= rake REGRESS_DEPENDS = devel/ruby-rake-compiler,${MODRUBY_FLAVOR}>=0.7.9 \ devel/ruby-minitest,${MODRUBY_FLAVOR}>=2.2.2 \ - devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.8.0 + devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.8.0 \ + devel/ruby-rdoc,${MODRUBY_FLAVOR}>=3.0.0 .include Index: distinfo === RCS file: /cvs/ports/textproc/ruby-nokogiri/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo27 Jul 2011 18:17:09 - 1.4 +++ distinfo1 Jun 2012 21:15:44 - @@ -1,5 +1,5 @@ -MD5 (nokogiri-1.5.0.gem) = ka7wwNkSVU8Kv72CZmoFBA== -RMD160 (nokogiri-1.5.0.gem) = q09vlwT3GJntuBXwM+T3BWBlOzw= -SHA1 (nokogiri-1.5.0.gem) = yC8hCkW3xrh8aB55op5qCOyMbXE= -SHA256 (nokogiri-1.5.0.gem) = R62viJHcnqbztYQ1z1z6ussEOQBk7qFznIomZ4A568U= -SIZE (nokogiri-1.5.0.gem) = 187904 +MD5 (nokogiri-1.5.3.gem) = Nrfv7IgI6hH0PyPeSZPELQ== +RMD160 (nokogiri-1.5.3.gem) = cbtJF8KKu2096+BNsM6gZ8jpvHY= +SHA1 (nokogiri-1.5.3.gem) = KDH5/k2Orda5TxZPWPWh6FjSptQ= +SHA256 (nokogiri-1.5.3.gem) = bfIHh2WhAUsQvizwJSZIqktGJzmhGNx4ZKg8K04rjn8= +SIZE (nokogiri-1.5.3.gem) = 205824 Index: patches/patch-Rakefile === RCS file: /cvs/ports/textproc/ruby-nokogiri/patches/patch-Rakefile,v retrieving revision 1.1 diff -u -p -r1.1 patch-Rakefile --- patches/patch-Rakefile 27 Jul 2011 18:17:09 - 1.1 +++ patches/patch-Rakefile 1 Jun 2012 21:17:55 - @@ -2,43 +2,33 @@ $OpenBSD: patch-Rakefile,v 1.1 2011/07/2 Allow regress tests to work. Rakefile.orig Fri Jul 1 13:10:50 2011 -+++ Rakefile Fri Jul 1 13:15:01 2011 -@@ -40,15 +40,6 @@ HOE = Hoe.spec 'nokogiri' do +--- Rakefile.orig Wed Dec 31 16:00:00 1969 Rakefile Fri Jun 1 14:17:42 2012 +@@ -37,18 +37,6 @@ HOE = Hoe.spec 'nokogiri' do + GENERATED_TOKENIZER ] - self.extra_dev_deps += [ +- self.extra_dev_deps += [ +-["hoe-bundler", ">= 1.1"], +-["hoe-debugging", ">= 1.0.3"], +-["hoe-gemspec", ">= 1.0"], +-["hoe-git", ">= 1.4"], +-["mini_portile",">= 0.2.2"], +-["minitest","~> 2.2.2"], -["racc",">= 1.4.6"], +-["rake-compiler", "= 0.8.0"], -["rexical", ">= 1.0.5"], --["rake-compiler", ">= 0.7.9"], --["minitest","~> 2.2.2"], --["mini_portile",">= 0.2.2"], --["hoe-debugging", ">= 0"], --["hoe-git", ">= 0"], --["hoe-gemspec", ">= 0"], --["hoe-bundler", ">= 0"] - ] - +- ] +- if java? -@@ -83,7 +74,6 @@ if java? - HOE.spec.files += ['lib/nokogiri/nokogiri.jar'] - end + self.spec_extras = { :platform => 'java' } + else +@@ -83,7 +71,7 @@ if java? else -- require 'tasks/cross_compile' - require "rake/extensiontask" - - HOE.spec.files.reject! { |f| f =~ %r{^ext/java|\.jar$} } -@@ -91,13 +81,6 @@ else - Rake::ExtensionTask.new("nokogiri", HOE.spec) do |ext| - ext.lib_dir = File.join(*['lib', 'nokogiri', ENV['FAT_DIR']].compact) - ext.config_options << ENV['EXTOPTS'] --ext.cross_compile = true --ext.cross_platform = ["x86-mswin32-60", "x86-mingw32"] --ext.cross_config_options << "--with-xml2-include=#{File.join($recipes[:libxml2].path, 'include', 'libxml2')}" --ext.cross_config_options << "--with-xml2-lib=#{File.join($recipes[:libxml2].path, 'lib')}" --ext.cross_config_options << "--with-iconv-dir=#{$recipes[:libiconv].path}" --ext.cross_config_options << "--with-xslt-dir=#{$recipes[:libxslt].path}" --ext.cross_config_options << "--with-zlib-dir=#{CROSS_DIR}" + mingw_available = true + begin +-require 'tasks/cross_compile' ++raise + rescue + mingw_available = false end - end - Index: pkg/PLIST === RCS file: /cvs/ports/textproc/ruby-nokogiri/pkg/PLIST
UPDATE: QEMU 1.1.0
Here is an update to QEMU 1.1.0. Tested on amd64. Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.85 diff -u -p -r1.85 Makefile --- Makefile16 Mar 2012 11:40:53 - 1.85 +++ Makefile1 Jun 2012 21:08:47 - @@ -5,9 +5,10 @@ BROKEN-hppa= compiler bug with gcc 4.2 COMMENT= multi system emulator -DISTNAME= qemu-1.0.1 +DISTNAME= qemu-1.1.0 CATEGORIES=emulators MASTER_SITES= http://wiki.qemu.org/download/ +EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://www.qemu.org/ @@ -34,7 +35,7 @@ LIB_DEPENDS= devel/glib2 \ MODPY_RUNDEP= No MAKE_ENV= V=1 -FAKE_FLAGS=sysconfdir=${PREFIX}/share/examples +FAKE_FLAGS=qemu_confdir=${PREFIX}/share/examples/qemu EXTRA_CFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include EXTRA_LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib @@ -75,13 +76,15 @@ FLAVORS=debug FLAVOR?= .if ${FLAVOR:Mdebug} +CFLAGS+= -O0 CONFIGURE_ARGS+=--enable-debug +.else +CONFIGURE_ARGS+=--disable-debug-info .endif NO_REGRESS=Yes post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qemu ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifup \ ${PREFIX}/share/examples/qemu ${INSTALL_SCRIPT} ${FILESDIR}/qemu-ifdown \ Index: distinfo === RCS file: /home/cvs/ports/emulators/qemu/distinfo,v retrieving revision 1.19 diff -u -p -r1.19 distinfo --- distinfo16 Mar 2012 11:40:53 - 1.19 +++ distinfo1 Jun 2012 21:09:16 - @@ -1,5 +1,5 @@ -MD5 (qemu-1.0.1.tar.gz) = Xv0QkfAeO8Mb/ewnuO3rAA== -RMD160 (qemu-1.0.1.tar.gz) = 3O80TxUOI4iAhxdo8vB8y26OzOc= -SHA1 (qemu-1.0.1.tar.gz) = TQi1qDU4/NeyIr7G8cWE2o0SSXo= -SHA256 (qemu-1.0.1.tar.gz) = GYkC4QeCUX9gfJ7Z5im153COo56zc+0+w/HIoWnZg3g= -SIZE (qemu-1.0.1.tar.gz) = 10853005 +MD5 (qemu-1.1.0.tar.bz2) = FRxZdhC46HeI9Z76z80omA== +RMD160 (qemu-1.1.0.tar.bz2) = 8gZvmygpjP5sfffTIQ+pWxd8xCA= +SHA1 (qemu-1.1.0.tar.bz2) = n3YdF77otudzf7yru6rFC8mZoO4= +SHA256 (qemu-1.1.0.tar.bz2) = kn9Jjv+NziM03pM4yunjp8Y71HLIVFEjXEXeUCkUD8A= +SIZE (qemu-1.1.0.tar.bz2) = 9629317 Index: patches/patch-configure === RCS file: /home/cvs/ports/emulators/qemu/patches/patch-configure,v retrieving revision 1.22 diff -u -p -r1.22 patch-configure --- patches/patch-configure 16 Mar 2012 11:40:53 - 1.22 +++ patches/patch-configure 1 Jun 2012 02:42:40 - @@ -1,29 +1,14 @@ $OpenBSD: patch-configure,v 1.22 2012/03/16 11:40:53 fgsch Exp $ configure.orig Fri Feb 17 14:45:39 2012 -+++ configure Fri Feb 17 16:02:57 2012 -@@ -235,13 +235,11 @@ sdl_config="${SDL_CONFIG-${cross_prefix}sdl-config}" - - # default flags for all hosts - QEMU_CFLAGS="-fno-strict-aliasing $QEMU_CFLAGS" --CFLAGS="-g $CFLAGS" - QEMU_CFLAGS="-Wall -Wundef -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS" - QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" - QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" - QEMU_CFLAGS="-D_FORTIFY_SOURCE=2 $QEMU_CFLAGS" - QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/fpu" --LDFLAGS="-g $LDFLAGS" - - # make source path absolute - source_path=`cd "$source_path"; pwd` -@@ -2684,8 +2682,9 @@ fi +--- configure.orig Wed May 30 20:54:30 2012 configure Thu May 31 22:41:49 2012 +@@ -2850,10 +2850,6 @@ fi # End of CC checks # After here, no more $cc or $ld runs -if test "$debug" = "no" ; then - CFLAGS="-O2 $CFLAGS" -+if test "$debug" = "yes" ; then -+ CFLAGS="$CFLAGS -O0 -g" -+ LDFLAGS="$LDFLAGS -g" - fi - +-fi +- # Consult white-list to determine whether to enable werror + # by default. Only enable by default for git builds + z_version=`cut -f3 -d. $source_path/VERSION` Index: pkg/PLIST === RCS file: /home/cvs/ports/emulators/qemu/pkg/PLIST,v retrieving revision 1.20 diff -u -p -r1.20 PLIST --- pkg/PLIST 12 Dec 2011 10:56:56 - 1.20 +++ pkg/PLIST 16 May 2012 18:43:18 - @@ -53,6 +53,7 @@ share/examples/qemu/target-x86_64.conf share/qemu/ share/qemu/bamboo.dtb share/qemu/bios.bin +share/qemu/cpus-x86_64.conf share/qemu/keymaps/ share/qemu/keymaps/ar share/qemu/keymaps/common @@ -89,6 +90,7 @@ share/qemu/keymaps/sl share/qemu/keymaps/sv share/qemu/keymaps/th share/qemu/keymaps/tr +share/qemu/kvmvapic.bin share/qemu/linuxboot.bin share/qemu/mpc8544ds.dtb share/qemu/multiboot.bin @@ -105,6 +107,7 @@ share/qemu/pxe-ne2k_pci.rom share/qemu/pxe-pcnet.rom share/qemu/pxe-rtl8139.rom share/qemu/pxe-virtio.rom +share/qemu/qemu-icon.bmp share/qemu/s390-zipl.rom share/qemu/sgabios.bin share/qemu/slof.bin -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
UPDATE: Dovecot 2.1.7 & Dovecot-pigeonhole / Dovecot-antispam
Attached are updates to Dovecot 2.1.7 and Dovecot-pigeonhole / Dovecot-antispam. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Index: Makefile === RCS file: /cvs/anoncvs/cvs/ports/mail/dovecot/Makefile,v retrieving revision 1.187 diff -u -p -r1.187 Makefile --- Makefile17 May 2012 07:48:15 - 1.187 +++ Makefile1 Jun 2012 20:25:59 - @@ -6,11 +6,10 @@ COMMENT-server= compact IMAP/POP3 server COMMENT-ldap= LDAP authentication support for Dovecot COMMENT-mysql= MySQL authentication / dictionary support for Dovecot COMMENT-postgresql= PostgreSQL authentication / dictionary support for Dovecot -REVISION-server= 0 # Bump dovecot-pigeonhole every time you update to a new Dovecot version. -V_MAJOR= 2.0 -V_DOVECOT= 2.0.20 +V_MAJOR= 2.1 +V_DOVECOT= 2.1.7 DISTNAME= dovecot-${V_DOVECOT} PKGNAME= dovecot-${V_DOVECOT} @@ -21,11 +20,12 @@ PKGNAME-postgresql= dovecot-postgresql-$ CATEGORIES=mail MASTER_SITES= ${HOMEPAGE}releases/${V_MAJOR}/ -SHARED_LIBS= dovecot-lda 0.0 \ - dovecot-login 0.0 \ - dovecot-sql 0.0 \ - dovecot-storage 0.0 \ - dovecot 0.0 +SHARED_LIBS= dovecot-lda 1.0 \ + dovecot-login 1.0 \ + dovecot-sql 1.0 \ + dovecot-ssl 0.0 \ + dovecot-storage 1.0 \ + dovecot 1.0 HOMEPAGE= http://www.dovecot.org/ @@ -39,7 +39,7 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB-server=asn1 bz2 c crypto gssapi krb5 sqlite3 ssl z \ ${MODLIBICONV_WANTLIB} -WANTLIB-ldap= asn1 com_err crypto gssapi krb5 lber-2.4 ldap-2.4 sasl2 ssl +WANTLIB-ldap= asn1 com_err crypto gssapi krb5 lber ldap sasl2 ssl WANTLIB-mysql= crypto m lib/mysql/mysqlclient>=10 ssl z WANTLIB-postgresql= com_err crypto pq>=4 ssl @@ -52,7 +52,7 @@ RUN_DEPENDS-mysql= ${BASE_PKGPATH}=${V_D LIB_DEPENDS-postgresql= databases/postgresql RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT} -USE_LIBTOOL= Yes +USE_LIBTOOL= gnu CONFIGURE_STYLE= gnu CONFIGURE_ARGS=--with-gssapi \ --with-rundir=/var/dovecot \ @@ -61,6 +61,7 @@ CONFIGURE_ARGS= --with-gssapi \ --with-statedir=/var/dovecot \ --without-pam \ --without-shadow \ + --without-stemmer \ --without-vpopmail CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Index: distinfo === RCS file: /cvs/anoncvs/cvs/ports/mail/dovecot/distinfo,v retrieving revision 1.97 diff -u -p -r1.97 distinfo --- distinfo10 Apr 2012 22:39:08 - 1.97 +++ distinfo1 Jun 2012 20:26:22 - @@ -1,5 +1,5 @@ -MD5 (dovecot-2.0.20.tar.gz) = 5nwWxbfKaCRK6IVpq1eQPw== -RMD160 (dovecot-2.0.20.tar.gz) = T7Pv5s6hzaRzYBKAg1Vz6NtGNMc= -SHA1 (dovecot-2.0.20.tar.gz) = xCHprLb7TlCabJu9gpcCCVQ8//A= -SHA256 (dovecot-2.0.20.tar.gz) = +mMBWRJ+cQ3NYjuZvGVdH1+FiR/RYV8ZTqctT+PPgsA= -SIZE (dovecot-2.0.20.tar.gz) = 3360751 +MD5 (dovecot-2.1.7.tar.gz) = tS0PrxuewhvFVSaR/g/x0Q== +RMD160 (dovecot-2.1.7.tar.gz) = cide8vFAjxw2H5TTehTTNUVwa0Q= +SHA1 (dovecot-2.1.7.tar.gz) = aPxsgLcZRtiPSSsxgstztDuSG74= +SHA256 (dovecot-2.1.7.tar.gz) = 1be8Yf/5R3Iq6+EuuyXpLDjOPifhTrxUz8ZvCzRs9FI= +SIZE (dovecot-2.1.7.tar.gz) = 3778791 Index: patches/patch-doc_example-config_Makefile_in === RCS file: /cvs/anoncvs/cvs/ports/mail/dovecot/patches/patch-doc_example-config_Makefile_in,v retrieving revision 1.1 diff -u -p -r1.1 patch-doc_example-config_Makefile_in --- patches/patch-doc_example-config_Makefile_in23 May 2011 22:54:38 - 1.1 +++ patches/patch-doc_example-config_Makefile_in23 May 2012 01:59:29 - @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_example-config_Makefile_in,v 1.1 2011/05/23 22:54:38 sthen Exp $ doc/example-config/Makefile.in.origWed May 11 10:35:51 2011 -+++ doc/example-config/Makefile.in Wed May 11 20:26:49 2011 -@@ -285,7 +285,7 @@ top_srcdir = @top_srcdir@ +--- doc/example-config/Makefile.in.origFri May 4 17:14:16 2012 doc/example-config/Makefile.in Sat May 12 22:47:30 2012 +@@ -296,7 +296,7 @@ top_srcdir = @top_srcdir@ SUBDIRS = conf.d pkgsysconfdir = $(sysconfdir)/dovecot nodist_pkgsysconf_DATA = README Index: patches/patch-doc_example-config_conf_d_10-mail_conf === RCS file: /cvs/anoncvs/cvs/ports/mail/dovecot/patches/patch-doc_example-config_conf_d_10-mail_conf,v retrieving revision 1.1 diff -u -p -r1.1 patch-doc_example-config_conf_d_10-mail_conf --- patches/patch-doc_example-config_conf_d_10-mail_conf23 May 2011 22:54:38 -
Re: update: audio/xmms2
On Wed, May 30, 2012 at 09:14:35PM -0400, Brad Smith wrote: > On Sat, May 26, 2012 at 07:52:43PM +0200, Pascal Stumpf wrote: > > Update to latest version (0.8); no feedback from maintainer yet. > > > > Working fine here on amd64, but some more testing is never wrong. > > There is a missing LIB_DEPENDS on audio/libsndfile. Also the tremor support is not disabled but WAF is not detecting the header appropriately so it think it does not exist. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Re: UPDATE: Smplayer-0.8.0
Unless someone objects, I want to commit this. Cheers. Mensaje original Asunto: UPDATE: Smplayer-0.8.0 Fecha: Sat, 26 May 2012 14:24:13 -0300 De: Gonzalo L. R. A: ports@openbsd.org Hi, Update for Smplayer to 0.8.0 whit this features: * A toolbar editor has been added. Now it's possible to select the buttons and controls that want to appear in the toolbars. * New video filters: gradfun, blur and sharpen. * Now it's possible to change the GUI (default, mini, mpc) at runtime, no restart required. * Sub files from opensubtitles should work again. * Better support for chapters in video files. * Bug fix: remote m3u files work from the favorites menu or command line. * Internal changes in the single instance option (switch to QtSingleApplication). While here, GROFF is not needed and disable debug from edd@. Tested on i386. Ok? Comments? Cheers. -- Sending from my VCR. Index: Makefile === RCS file: /cvs/ports/x11/smplayer/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile3 Dec 2011 23:34:05 - 1.9 +++ Makefile26 May 2012 17:20:07 - @@ -2,8 +2,7 @@ COMMENT = complete front-end for MPlayer -DISTNAME = smplayer-0.6.9 -REVISION = 2 +DISTNAME = smplayer-0.8.0 CATEGORIES = multimedia x11 @@ -17,7 +16,8 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = c m pthread stdc++ z QtGui QtNetwork QtXml +WANTLIB = c m pthread stdc++ z QtGui QtNetwork QtXml +WANTLIB += ICE SM X11 Xext Xi Xinerama Xrender fontconfig freetype MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=smplayer/} @@ -30,7 +30,6 @@ RUN_DEPENDS = x11/mplayer>=20090708 \ LIB_DEPENDS = x11/qt4 USE_GMAKE =Yes -USE_GROFF =Yes NO_REGRESS = Yes Index: distinfo === RCS file: /cvs/ports/x11/smplayer/distinfo,v retrieving revision 1.2 diff -u -p -r1.2 distinfo --- distinfo17 May 2010 15:02:54 - 1.2 +++ distinfo26 May 2012 17:20:07 - @@ -1,5 +1,5 @@ -MD5 (smplayer-0.6.9.tar.bz2) = 3+h0s4ZQneXfeFN0iflQBA== -RMD160 (smplayer-0.6.9.tar.bz2) = jkfoi5/dxW1mwzjBiGpQeasnmFQ= -SHA1 (smplayer-0.6.9.tar.bz2) = GHmDnCKbfvLc1tfjTi4gV/rlGCw= -SHA256 (smplayer-0.6.9.tar.bz2) = uRAJttwqPN1azCvazDz2hw/Oj2PY5u+c/o4ZnxrMLjU= -SIZE (smplayer-0.6.9.tar.bz2) = 1723032 +MD5 (smplayer-0.8.0.tar.bz2) = j306nBFulWxol20OXbuD3Q== +RMD160 (smplayer-0.8.0.tar.bz2) = ehhYyPzeDNCyxFhIQZ7gmDEKZuE= +SHA1 (smplayer-0.8.0.tar.bz2) = LLKlC15sxRj7mYSl5LLIfIy5ipk= +SHA256 (smplayer-0.8.0.tar.bz2) = IIrRVdo7vLOSRUnHuoGqcoC1mt/bkq2+xax+vClEV28= +SIZE (smplayer-0.8.0.tar.bz2) = 2815007 Index: patches/patch-src_preferences_cpp === RCS file: /cvs/ports/x11/smplayer/patches/patch-src_preferences_cpp,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 patch-src_preferences_cpp --- patches/patch-src_preferences_cpp 18 Oct 2009 22:24:45 - 1.1.1.1 +++ patches/patch-src_preferences_cpp 26 May 2012 17:20:07 - @@ -1,7 +1,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1.1.1.1 2009/10/18 22:24:45 edd Exp $ src/preferences.cpp.orig Mon Jul 6 22:51:36 2009 -+++ src/preferences.cppSat Oct 17 16:48:27 2009 -@@ -103,7 +103,7 @@ void Preferences::reset() { +--- src/preferences.cpp.orig Mon Mar 19 01:49:58 2012 src/preferences.cppSat May 26 11:08:29 2012 +@@ -123,7 +123,7 @@ void Preferences::reset() { softvol_max = 110; // 110 = default value in mplayer use_scaletempo = Detect; use_hwac3 = false; @@ -10,7 +10,7 @@ $OpenBSD: patch-src_preferences_cpp,v 1. global_volume = true; volume = 50; -@@ -125,8 +125,8 @@ void Preferences::reset() { +@@ -145,8 +145,8 @@ void Preferences::reset() { Drives (CD/DVD) *** */ @@ -21,14 +21,19 @@ $OpenBSD: patch-src_preferences_cpp,v 1. #ifndef Q_OS_WIN // Try to set default values -@@ -234,8 +234,8 @@ void Preferences::reset() { - mplayer_additional_video_filters=""; +@@ -260,13 +260,13 @@ void Preferences::reset() { mplayer_additional_audio_filters=""; + #ifdef LOG_MPLAYER - log_mplayer = true; -- log_smplayer = true; + log_mplayer = false; + verbose_log = false; + autosave_mplayer_log = false; + mplayer_log_saveto = ""; + #endif + #ifdef LOG_SMPLAYER +- log_smplayer = true; + log_smplayer = false; log_filter = ".*"; - verbose_log = false; - + save_smplayer_log = false; + #endif Index: pkg/PLIST === RCS file: /cvs/ports/x11/smplayer/pkg/PLIST,v retrieving revision 1.4 diff -u -p -r1.4 PLIST --- pkg/PLIST 3 Dec 2011 23:34:04 - 1.4 +++ pk
Re: [new] audio/deadbeef
On Jun 01 00:50:14, Alexandr Shadchin wrote: > On Sun, May 20, 2012 at 12:45:52AM +0600, Alexandr Shadchin wrote: > > On Tue, May 15, 2012 at 01:16:12AM +0600, Alexandr Shadchin wrote: > > > Hi, > > > > > > pkg/DESCR: > > > DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, > > > OpenSolaris and probably other UNIX-like systems. > > > > > > Some features (more can be found on the homepage): > > > > > > * mp3, ogg vorbis, flac, ape, wv, wav, cd audio (and many more) > > > * ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support > > > * no GNOME or KDE dependencies > > > * minimize to tray, with scrollwheel volume control > > > * drag and drop, both inside the playlist, and from other applications > > > * control playback from command line > > > * global hotkeys > > > * multiple playlists > > > * album artwork display > > > * 18-band graphical equalizer > > > * metadata editor > > > * user-customizable groups in playlists > > > * user-customizable columns with flexible title formatting > > > * radio and podcast support for ogg vorbis, mp3 and aac streams > > > * gapless playback > > > * plugin support; bundled with lots of plugins, such as global > > > hotkeys and last.fm scrobbler; sdk is included > > > > > > > Change: > > * change CONFIGURE_STYLE to gnu > > * check the usage of yasm > > * rework alloca patches > > * sndio plugins on default > > > > Change: > * Add "textproc/intltool" to MODULES > * Fix "pthread_mutex_destroy on mutex with waiters!" >(thanks to dcoppa@ for both fix) > * Simplify sndio backend >(+ fix sthen@ segfault, but resampling still does not work for him) Fails as follows on my amd64 (but I suspect it's rather some other problem with auto* tools ...) Jan # make ===> Configuring for deadbeef-0.5.4 Using /usr/ports/pobj/deadbeef-0.5.4/config.site (generated) autoreconf-2.68: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION plugins/aac/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined plugins/aac/Makefile.am:3: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/aac/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/aac/Makefile.am:3: If `LT_INIT' is in `configure.ac', make sure plugins/aac/Makefile.am:3: its definition is in aclocal's search path. plugins/adplug/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined plugins/adplug/Makefile.am:5: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/adplug/Makefile.am:5: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/adplug/Makefile.am:5: If `LT_INIT' is in `configure.ac', make sure plugins/adplug/Makefile.am:5: its definition is in aclocal's search path. plugins/alsa/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined plugins/alsa/Makefile.am:3: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/alsa/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/alsa/Makefile.am:3: If `LT_INIT' is in `configure.ac', make sure plugins/alsa/Makefile.am:3: its definition is in aclocal's search path. plugins/ao/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined plugins/ao/Makefile.am:3: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/ao/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/ao/Makefile.am:3: If `LT_INIT' is in `configure.ac', make sure plugins/ao/Makefile.am:3: its definition is in aclocal's search path. plugins/artwork/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined plugins/artwork/Makefile.am:3: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/artwork/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/artwork/Makefile.am:3: If `LT_INIT' is in `configure.ac', make sure plugins/artwork/Makefile.am:3: its definition is in aclocal's search path. plugins/cdda/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined plugins/cdda/Makefile.am:3: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/cdda/Makefile.am:3: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/cdda/Makefile.am:3: If `LT_INIT' is in `configure.ac', make sure plugins/cdda/Makefile.am:3: its definition is in aclocal's search path. plugins/converter/Makefile.am:11: Libtool library used but `LIBTOOL' is undefined plugins/converter/Makefile.am:11: The usual way to define `LIBTOOL' is to add `LT_INIT' plugins/converter/Makefile.am:11: to `configure.ac' and run `aclocal' and `autoconf' again. plugins/converter/Makefile.am:11: If `LT_INIT' is in `configure.ac', make sure plugins/converter/Makefile.am:11: its definition is in aclocal's search path. plugins/converter/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined plugins/converter/Makefile.am:7: The usual way to define `LIBTOOL' is to add `LT_IN
<4>.
嘉陵江,花姐;隔开出土一言九鼎 您好!本公司代开代理全国各地各行业税据。 范围如下:增值税普通、国税通用机打;地税通用机打:咨询、 广告、设计、信息、培训、会议、会务、劳务、住宿费、运输、 租赁、建筑安装、服务、酒店、餐饮、国际货运等等各类税据。 联系电话:15112345255 :刘經理 QQ 271185553 郑重承诺:本公司对于双方合作关系绝对保密,均以快递! 寄出收到确认无误后付款,您无需承担任何经济上的风险。
Re: UPDATE: ,s/xxxterm/xombrero/g
New package with EPOCH to manage the update from xxxterm and quirks diff. Ok? Comments? Cheers. Mensaje original Asunto: UPDATE: ,s/xxxterm/xombrero/g Fecha: Thu, 31 May 2012 13:27:38 -0300 De: Gonzalo L. R. A: ports@openbsd.org Hi, As Spectrwm time ago, now XXXterm change its name to Xombrero 1.0.0, so here is the new port and the new stuff: * Fix a bug where not the entire saved cert wouldn't be checked * Add an include_config setting to load additional configuration settings * Add option to display when a download completes * Rewrite mutex implementation to work around some bogus buggy mutex implementation messages * Make bunch of settings work in runtime vs start-of-day * Add option to select search engine when used the first time * Add ctrl-enter to prefix www. and postfix .com * Add stop keybinding * Fix a bunch of tiny bugs and general code improvement Tested on i386, but more test are really welcome :) Cheers. -- Sending from my VCR. Index: Makefile === RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.73 diff -u -p -r1.73 Makefile --- Makefile24 May 2012 18:36:45 - 1.73 +++ Makefile1 Jun 2012 14:27:02 - @@ -5,7 +5,7 @@ CATEGORIES =devel databases DISTFILES = # API.rev -PKGNAME = quirks-1.71 +PKGNAME = quirks-1.72 PKG_ARCH = * MAINTAINER = Marc Espie Index: files/Quirks.pm === RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.78 diff -u -p -r1.78 Quirks.pm --- files/Quirks.pm 24 May 2012 18:36:45 - 1.78 +++ files/Quirks.pm 1 Jun 2012 14:27:02 - @@ -298,7 +298,8 @@ my $stem_extensions = { 'p5-Email-MIME-Creator' => 'p5-Email-MIME', 'p5-Email-MIME-Modifier' => 'p5-Email-MIME', 'libmpcdec' => 'musepack', - 'mppenc' => 'musepack' + 'mppenc' => 'musepack', + 'xxxterm' => 'xombrero' }; # ->is_base_system($handle, $state): xombrero.tgz Description: Binary data
Humm.. Rei do Mate, Pão de Queijo, Chá e Churros | Almoço para 2 | Sushi | 1,5 Kg de Torta | Kit Festa | Cristalização e mais...
[IMAGE] 1172 Ofertas em Campo Grande / MS [IMAGE]Almoço Executivo para 2 Pessoas no Santo Tempero em Campo Grande De: R$ 17,00 - Por: R$ 8,50 - (50% de desconto) [IMAGE]1 Copão de Pão de Queijo com Recheio Requeijão + 1 Mate Shake Ovomaltine 300ml + 1 Baby Churros Só R$9,90 - Limitado Aproveite De: R$ 20,50 - Por: R$ 9,90 - (52% de desconto) [IMAGE] Dia dos Namorados Chegando e que tal 1 Coração de Chocolate de 500gr recheados com bombons (chocolate ao leite) só R$19,90 De: R$ 45,00 - Por: R$ 19,90 - (60% de desconto) [IMAGE] Oferta Destaque, Luzes + Tonalização + Hidratação + Escova - De R$ 220,00 Por R$ 39,90 De: R$ 220,00 - Por: R$ 39,90 - (82% de desconto) [IMAGE] 66%OFF em Recarga de cartucho (preto ou colorido) p/ impressoras na Print Jet! De R$20,00 por apenas R$4,99! De: R$ 20,00 - Por: R$ 6,99 - (65% de desconto) [IMAGE] hUmMm! Torta de 1,5kg de Prestígio ou Mousse de Chocolate ( De R$35,00 Por R$14,90 ) De: R$ 35,00 - Por: R$ 14,90 - (60% de desconto) [IMAGE] Combo Sugestão com 43 Peças no Sushi Express por apenas R$29,90? Garanta o seu! De: R$ 62,00 - Por: R$ 29,90 - (5% de desconto) [IMAGE]Super oferta no Jardim Autonomista: Manicure+hidratação das mãos de R$ 40,00 por R$ 9,90 De: R$ 40,00 - Por: R$ 9,90 - (70% de desconto) [IMAGE] 63% OFF. Virilha Completa + Axila + Buço + 1/2 Perna + Sobrancelha(pinça) por apenas R$ 29,90 no Alvorecer Estética e Cabeleireiros. 63% de desconto(de R$- 80,00 por R$- 29,90) DESCONTO DE R$- 50,10. De: R$ 80,00 - Por: R$ 29,90 - (63% de desconto) [IMAGE] Voltou! 01 diária para 02 em Ponta Porã, com café da manhã de R$170,00 por R$85,00 De: R$ 170,00 - Por: R$ 85,00 - (50% de desconto) [IMAGE] Massagem Relaxante OU Bambuterapia Relaxante no Mantovani Charme Hair em Campo Grande De: R$ 80,00 - Por: R$ 18,00 - (78% de desconto) [IMAGE] 5 Sessões de Lipocarbox + 5 de Infrared no Emagrecentro em Campo Grande De: R$ 950,00 - Por: R$ 99,00 - (90% de desconto) [IMAGE] 40% OFF...03 MESES DE ACADEMIA (BOXE EXECUTIVO + EMAGRECIMENTO + ENRIGECIMENTO + CONDICIONAMENTO FISICO + RESISTENCIA) por apenas R$ 179,70 na Academia 1º ROUND BOXE. 40% de desconto(de R$- 300,00 por R$- 179,70) ou seja R$-59,90 ao mes. DESCONTO DE R$- 40,10(mes).. De: R$ 300,00 - Por: R$ 179,70 - (40% de desconto) [IMAGE] Kit Festa com Torta + 200 Salgadinhos + 50 Docinhos na R S Buffet em Campo Grande De: R$ 134,00 - Por: R$ 59,00 - (56% de desconto) [IMAGE] 1 Hidratação de Caviar + 1 Escova com 70% OFF ( De R$ 70,00 Por R$ 19,90 ) De: R$ 70,00 - Por: R$ 19,90 - (70% de desconto) [IMAGE] 80% OFF em Cristalização Agimax no Salão Lúcia Hair! De R$150,00 por apenas R$29,90! Compre e Use De: R$ 150,00 - Por: R$ 29,90 - (80% de desconto) [IMAGE] O queridinho do Marrocos está de volta: Hidratação Óleo de Argan e escova por R$ 24,90 De: R$ 90,00 - Por: R$ 24,90 - (70% de desconto) [IMAGE] DIA DOS NAMORADOS : Massagem relaxante + Escalda pés + Spa para os pés e mãos + Reflexologia podal + Shiatsu crânio facial + Gomagem + Hidratação corporal DE R$ 200,00 POR APENAS R$ 19,90 De: R$ 200,00 - Por: R$ 19,90 - (90% de desconto) [IMAGE] 76% OFF...ESCOVA PROGRESSIVA + SHAMPOO ESFOLIANTE + SELAGEM COM PRANCHA por apenas R$ 59,90 no Alvorecer Estética e Cabeleireiros. 76% de desconto(de R$- 250,00 por R$- 59,90) DESCONTO DE R$- 190,10. De: R$ 250,00 - Por: R$ 59,90 - (760% de desconto) [IMAGE] VIBRAÇÕES A FAVOR DO CORPO! 67% OFF NA SESSÃO DE POWER PLATE NA OFICINA DO CORPO por R$9.90 De: R$ 30,00 - Por: R$ 9,90 - (67% de desconto) [IMAGE] FAÇA SUA FESTA POR APENAS R$ 54,90 De: R$ 150,00 - Por: R$ 54,90 - (68% de desconto) [IMAGE] Manicure e Pedicure + Depilação ½ Perna, Axila e Buço com 50% de desconto! De: R$ 54,00 - Por: R$ 27,00 - (50% de desconto) [IMAGE] Pé e Mão + Hidratação Capilar ! De R$ 49,00 Por R$ 11,90 De: R$ 49,00 - Por: R$ 11,90 - (60% de desconto) [IMAGE] 40 tratamentos estéticos para redução de medidas e celulite de R$ 1000,00 por apenas R$ 99,90 De: R$ 1.000,00 - Por: R$ 99,90 - (90% de desconto) [IMAGE] 57% OFF em Sobrancelha + Casadinho de Pé e Mão por R$20,00 De: R$ 47,00 - Por: R$ 20,00 - (57% de desconto) [IMAGE] Mensalidade de Boxe na Academia Biofit em Campo Grande De: R$ 100,00 - Por: R$ 19,00 - (81% de desconto) [IMAGE] Charme de Oferta! 1 Manicure e Pedicure + 1 Depilação Meia Perna + Axila + Buço ( De R$ 54,00 por R$ 27,00 ) Compre De: R$ 54,00 - Por: R$ 27,00 - (50% de desconto) [IMAGE] 52% OFF em 30 lembrancinhas feitas de biscuit ou mdf de R$300,00 por R$145,00 De: R$ 300,00 - Por: R$ 145,00 - (52% de desconto) [IMAGE] CENTRO: KITAI - A MELHOR CASA DE COMIDA JAPONESA DE CAMPO GRANDE - COMBINADO DE CAMARÃO, SALMÃO, SASHIMI, HOSSAMAKI, E MUITO MAIS... + SOBREMESA - TUDO ISSO POR APENAS R$ 29,90 De: R$ 63,50 - Por: R$ 29,90 - (52% de desconto) [IMAGE] Limpeza dos Bicos Injetores + Limpeza do Sistema de Arrefecimento com Regulagem Eletrônica no Centro Automotivo Porto Seguro em Campo Grande De: R$ 200,00 - Por: R$ 39,00 - (80% de desc
Re: [Update]www/py-beautifulsoup
On Fri, 1 Jun 2012 22:55:39 +0800, wen heping wrote: 2012/5/29 Stuart Henderson On 2012/05/29 09:04, wen heping wrote: > There is big differenc between beautifulsoup and beautifulsoup4. What about the dep's, did you test anki and calibre? I always find dep on openports.se and it does not find one and I shall change the way to find dep: Your best friend to find deps is databases/sqlports, you could do something like that: $ sqlite3 /usr/local/share/sqlports "SELECT BUILD_DEPENDS, RUN_DEPENDS FROM Ports WHERE FULLPKGPATH LIKE '%beautifulsoup%'" Cheers, Remi.
Re: [Update]www/py-beautifulsoup
2012/5/29 Stuart Henderson > On 2012/05/29 09:04, wen heping wrote: > > There is big differenc between beautifulsoup and beautifulsoup4. > > What about the dep's, did you test anki and calibre? > I always find dep on openports.se and it does not find one and I shall change the way to find dep: http://openports.se/search.php?stype=dependbuild&so=beautifulsoup http://openports.se/search.php?stype=dependrun&so=beautifulsoup anki and calibre in portstree is in old version , I have no confidence that they can build with beautifulsoup4. Federico Schwindt suggest import beautifulsoup4 as a new port, I think it is a simple and better resolve way. wen > > This is always something you have to consider when you update, so please > try and remember to do it and say what you've tested in your emails, but it > is especially important if there is a big change. > > > 2012/5/29 Federico Schwindt > > > Any reason for that? I'd rather stick with the existing one. > > I strongly agree. > >
Re: [PATCH] add -zip extension for php
2012/5/28 Stuart Henderson > On 2012/05/27 22:34, wen heping wrote: > > 2012/5/27 Antoine Jacoutot > > > > > On Sun, May 27, 2012 at 09:35:13PM +0800, wen heping wrote: > > > > I found no ports depends on pecl-zip in portstree. But I suggest add > > > > > > There are at least photoshow and owncloud that depend on it. > > > > > > > You are right. > > And now I am sure only photoshow and owncloud that depend on it :) > > Thanks! > > > > I attached revised patch. > > > > wen > > Nearly done, but there are still a couple of issues: > Thanks. I attached revised patch. wen > > > Index: archivers/pecl-zip/Makefile > > This needs unhooking from archivers/Makefile too > > > --- /dev/null 1 Jan 1970 00:00:00 - > > +++ lang/php/5.2/pkg/PLIST-zip27 May 2012 12:53:48 - > > @@ -0,0 +1,7 @@ > > +@comment $OpenBSD$ > > +@option no-default-conflict > > +@conflict php-zip->=5.2,<5.3 > > +@pkgpath www/php5/extensions,-zip > > @pkgpath should be on archivers/pecl-zip, and it requires an > @conflict marker on pecl-zip as well as the one you've already added. > > > +++ lang/php/5.3/pkg/PLIST-zip27 May 2012 12:53:48 - > > @@ -0,0 +1,6 @@ > > +@comment $OpenBSD$ > > +@option no-default-conflict > > +@conflict php-zip->=5.3,<5.4 > > +lib/php-${PV}/modules/zip.so > > +share/examples/php-${PV}/zip.ini > > +@sample ${SYSCONFDIR}/php-${PV}.sample/zip.ini > > Missing @pkgpath, and it requires an @conflict marker on > pecl-zip as well as the one you've already added. > > > --- www/owncloud/Makefile 3 May 2012 07:20:42 - 1.5 > > +++ www/owncloud/Makefile 27 May 2012 14:28:26 - > > @@ -38,7 +38,7 @@ > > TINSTDIR=${TRUEPREFIX}/owncloud > > SUBST_VARS= INSTDIR TINSTDIR > > > > -RUN_DEPENDS= archivers/pecl-zip \ > > +RUN_DEPENDS= lang/php/${MODPHP_VERSION},-zip \ > > lang/php/${MODPHP_VERSION},-curl \ > > lang/php/${MODPHP_VERSION},-gd > > Missing REVISION bump > > > Index: www/photoshow/Makefile > > === > > RCS file: /cvs/ports/www/photoshow/Makefile,v > > retrieving revision 1.3 > > diff -u -r1.3 Makefile > > --- www/photoshow/Makefile15 Mar 2012 13:38:33 - 1.3 > > +++ www/photoshow/Makefile27 May 2012 14:30:42 - > > @@ -27,7 +27,7 @@ > > TINSTDIR=${TRUEPREFIX}/photoshow > > SUBST_VARS= INSTDIR TINSTDIR > > > > -RUN_DEPENDS= archivers/pecl-zip > > +RUN_DEPENDS= lang/php/${MODPHP_VERSION},-zip > > > > do-install: > > cp -R ${WRKSRC} ${INSTDIR} > > Also missing REVISION bump > > > Index: archivers/pecl-zip/Makefile === RCS file: archivers/pecl-zip/Makefile diff -N archivers/pecl-zip/Makefile --- archivers/pecl-zip/Makefile 19 Apr 2012 21:30:26 - 1.9 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,19 +0,0 @@ -# $OpenBSD: Makefile,v 1.9 2012/04/19 21:30:26 sthen Exp $ - -COMMENT= PHP support for zip archives -DISTNAME= zip-1.10.2 -REVISION= 5 -CATEGORIES=archivers - -# PHP -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP=Yes -PERMIT_DISTFILES_CDROM=Yes -PERMIT_DISTFILES_FTP= Yes - -WANTLIB= z - -MODULES= lang/php/pecl -CONFIGURE_STYLE= gnu - -.include Index: archivers/pecl-zip/distinfo === RCS file: archivers/pecl-zip/distinfo diff -N archivers/pecl-zip/distinfo --- archivers/pecl-zip/distinfo 16 Aug 2009 06:39:51 - 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,5 +0,0 @@ -MD5 (zip-1.10.2.tgz) = CneSVTiPp8nqSz/OrVXMaQ== -RMD160 (zip-1.10.2.tgz) = hnbs1N7TCCuNIs9zgQGa07eXhPs= -SHA1 (zip-1.10.2.tgz) = GVl1H23sTqHkPxAjDD/KDPIGlrU= -SHA256 (zip-1.10.2.tgz) = 1L1VrhmADr4gjivSM63NSr9RbUwFMCA92Le+hL4i35g= -SIZE (zip-1.10.2.tgz) = 236912 Index: archivers/pecl-zip/pkg/DESCR === RCS file: archivers/pecl-zip/pkg/DESCR diff -N archivers/pecl-zip/pkg/DESCR --- archivers/pecl-zip/pkg/DESCR16 Aug 2009 06:39:51 - 1.1.1.1 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,5 +0,0 @@ -pecl-zip is a PHP extension for reading zip archives. - -Documentation is available online at: - -http://php.net/zip/ Index: archivers/pecl-zip/pkg/PLIST === RCS file: archivers/pecl-zip/pkg/PLIST diff -N archivers/pecl-zip/pkg/PLIST --- archivers/pecl-zip/pkg/PLIST8 Jul 2011 18:25:40 - 1.3 +++ /dev/null 1 Jan 1970 00:00:00 - @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.3 2011/07/08 18:25:40 robert Exp $ -lib/php-${MODPHP_VERSION}/modules/${MODULE_NAME}.so -share/examples/php-${MODPHP_VERSION}/${MODULE_NAME}.ini -@sample ${SYSCONFDIR}/php-${MODPHP_VERSION}.sample/${MODULE_NAME}.ini Index: archivers/Makefile === RCS file: /cvs/ports/archivers/Makefile,v retrieving revi
Re: [new] audio/deadbeef
On Thu, May 31, 2012 at 7:50 PM, Alexandr Shadchin wrote: > On Sun, May 20, 2012 at 12:45:52AM +0600, Alexandr Shadchin wrote: >> On Tue, May 15, 2012 at 01:16:12AM +0600, Alexandr Shadchin wrote: >> > Hi, >> > >> > pkg/DESCR: >> > DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, >> > OpenSolaris and probably other UNIX-like systems. >> > >> > Some features (more can be found on the homepage): >> > >> > * mp3, ogg vorbis, flac, ape, wv, wav, cd audio (and many more) >> > * ID3v1, ID3v2.2, ID3v2.3, ID3v2.4, APEv2, xing/info tags support >> > * no GNOME or KDE dependencies >> > * minimize to tray, with scrollwheel volume control >> > * drag and drop, both inside the playlist, and from other applications >> > * control playback from command line >> > * global hotkeys >> > * multiple playlists >> > * album artwork display >> > * 18-band graphical equalizer >> > * metadata editor >> > * user-customizable groups in playlists >> > * user-customizable columns with flexible title formatting >> > * radio and podcast support for ogg vorbis, mp3 and aac streams >> > * gapless playback >> > * plugin support; bundled with lots of plugins, such as global >> > hotkeys and last.fm scrobbler; sdk is included >> > >> >> Change: >> * change CONFIGURE_STYLE to gnu >> * check the usage of yasm >> * rework alloca patches >> * sndio plugins on default >> > > Change: > * Add "textproc/intltool" to MODULES > * Fix "pthread_mutex_destroy on mutex with waiters!" > (thanks to dcoppa@ for both fix) > * Simplify sndio backend > (+ fix sthen@ segfault, but resampling still does not work for him) please change the COMMENT before committing it to something like 'gtk+2 audio player' or something like that (i.e. remove "DeaDBeeF is an"). re resampling, is the resample plugin enabled? f.- f.-
Re: UPDATE: emulators/sdlmame
On Tue, May 29, 2012 at 11:47 AM, Federico Schwindt wrote: > Hi, > > Attached is an update to 0.146. Tested on amd64. Unless someone objects I will commit this later today. Thanks, f.-
Re: [new] dfc, df(1) on steroids
On 06/01/12 10:27, Landry Breuil wrote: > ok to import ? > Added NO_REGRESS=Yes and regen-plist (mtree removed "share/locale/fr"). Otherwise ok for me. Cheers Giovanni dfc-3.0.0.tgz Description: Binary data
Re: [NEW] net/nagios/check_pf
Hi. This is the tarball with the latest modifications. Thx 2012/5/17 Stuart Henderson : > On 2012/05/05 10:49, Julien Dhaille wrote: >> Hello Stu, thank you for your remarks. >> Makefile was updated with these corrections. >> I also added a pkg/MESSAGE (about /dev/pf and sudo). >> >> portfiles : http://devio.us/~suicmez/check_pf_portfiles.tar.gz > > Really there need to be some actual instructions. Rather than just > telling people that they need to use sudo, show the actual lines > they would need to add that would permit the _nagios user to use sudo > to run the plugin, and give a sample command definition. > > You could start with the example from > ports/net/nagios/plugins/pkg/README-main. > > That README uses systrace and I'm not sure how helpful this is for > check_pf, but the general information about using visudo and > configuring the command is good. > > (I think that pkg/README is probably more appropriate than pkg/MESSAGE > for this port, add README to the package directory and add > share/doc/pkg-readmes/${FULLPKGNAME} to PLIST). > -- Julien Dhaille check_pf-portfiles.tar.gz Description: GNU Zip compressed data
[new] dfc, df(1) on steroids
Hi, here's a port of dfc, a df on steroids with graphs, colors, translations, bells, whistles and unicorns. I'm sure you black&white matrix screens aficionados will like it. A screenshot, too bad it doesnt render colors.. SYS. FICH. (=) UT. LIB. (-) %UT.DISPO. TOTAL MONTÉ SUR /dev/wd0a [] 76% 3.0G 12.3G / /dev/wd0k [===-] 91% 4.4G 50.4G /home mfs:30900 [==--]5%896.8M944.8M /usr/obj 10.246.200.1:/data [=---] 85%123.1G818.4G /mnt/diane See http://projects.gw-computing.net/news/12. ok to import ? Landry dfc-3.0.0.tgz Description: application/tar-gz