<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.openbsd.ports">
    <title>gmane.os.openbsd.ports</title>
    <link>http://blog.gmane.org/gmane.os.openbsd.ports</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55570"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55569"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55568"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55567"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55566"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55565"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55564"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55563"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55562"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55561"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55560"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55559"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55558"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55557"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55556"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55555"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55554"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55553"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55552"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.openbsd.ports/55551"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55570">
    <title>UPDATE: textproc/sphinx</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55570</link>
    <description>&lt;pre&gt;Long overdue update to latest version, many improvements and bug fixes.
Comments ? Ok ?
 Cheers
  Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/sphinx/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- Makefile16 Nov 2011 15:56:37 -00001.9
+++ Makefile25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,8 +2,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 COMMENT =free open-source SQL full-text search engine
 
-DISTNAME =sphinx-0.9.8.1
-REVISION =4
+VERSION =2.0.4
+DISTNAME =sphinx-${VERSION}-release
+PKGNAME =sphinx-${VERSION}
 CATEGORIES =textproc
 
 HOMEPAGE =http://www.sphinxsearch.com/
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -16,14 +17,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=Yes
 
-MASTER_SITES =${HOMEPAGE}/downloads/
+MASTER_SITES =${HOMEPAGE}/files/
 
 MODULES =converters/libiconv lang/php
 
 MODPHP_BUILDDEP=No
 MODPHP_RUNDEP=No
 
-WANTLIB =c expat m stdc++
+WANTLIB =c expat iodbc m pthread stdc++
 
 CONFIGURE_STYLE = gnu
 CONFIGURE_ARGS = --with-mysql
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -33,6 +34,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CONFIGURE_ENV =CPPFLAGS="-I${LOCALBASE}
 FLAVORS =pgsql
 FLAVOR ?=
 
+LIB_DEPENDS = databases/iodbc
+
 .if ${FLAVOR:L:Mpgsql}
 CONFIGURE_ARGS +=--with-pgsql \
 --without-mysql
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -47,6 +50,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; WANTLIB +=crypto ssl z mysqlclient
 REGRESS_IS_INTERACTIVE=Yes
 REGRESS_DEPENDS=lang/php/${MODPHP_VERSION},-mysql \
 lang/php/${MODPHP_VERSION},-pdo_mysql
+MAKE_ENV=MODPHP_BIN=${MODPHP_BIN}
 
 post-install:
 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sphinx
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/sphinx/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo22 Mar 2009 15:53:21 -00001.2
+++ distinfo25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-MD5 (sphinx-0.9.8.1.tar.gz) = QooU30H7Ql5mTZ4tYXjANw==
-RMD160 (sphinx-0.9.8.1.tar.gz) = qyv+5MrVUiF+EyRJx91rEHHtW8k=
-SHA1 (sphinx-0.9.8.1.tar.gz) = 7tTG9bMU+WXBnMqK69C22EfNNfk=
-SHA256 (sphinx-0.9.8.1.tar.gz) = 72mytSOBFz2pK/Lfed/IxSccSz8VbDVrtO+CygNdwBM=
-SIZE (sphinx-0.9.8.1.tar.gz) = 949660
+MD5 (sphinx-2.0.4-release.tar.gz) = faTfPfPeyyTYxvuPR94dPQ==
+RMD160 (sphinx-2.0.4-release.tar.gz) = kOtF9acDkR6pN51DJZwXI+RjZAI=
+SHA1 (sphinx-2.0.4-release.tar.gz) = FoeU3PtGRKwC3M6GPASzUTmbCGM=
+SHA256 (sphinx-2.0.4-release.tar.gz) = Q8S2KUnY+9K2upPiDLDzXBT0KL5QGvR+daPvcT76KIY=
+SIZE (sphinx-2.0.4-release.tar.gz) = 1938089
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/sphinx/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in22 Mar 2009 15:53:21 -00001.2
+++ patches/patch-Makefile_in25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,27 +1,22 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $OpenBSD: patch-Makefile_in,v 1.2 2009/03/22 15:53:21 jasper Exp $
---- Makefile.in.origSun Jun  8 10:57:36 2008
-+++ Makefile.inFri Mar 20 12:04:00 2009
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -239,12 +239,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; sphinx-min.conf.dist: $(top_builddir)/config.status $(
- uninstall-info-am:
+--- Makefile.in.origSat Jun 11 16:19:49 2011
++++ Makefile.inFri May 25 17:30:02 2012
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -288,15 +288,15 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; sphinx-min.conf.dist: $(top_builddir)/config.status $(
+ cd $(top_builddir) &amp;amp;&amp;amp; $(SHELL) ./config.status $&amp;lt; at &amp;gt;
  install-sysconfDATA: $(sysconf_DATA)
  &amp;lt; at &amp;gt;$(NORMAL_INSTALL)
--test -z "$(sysconfdir)" || $(mkdir_p) "$(DESTDIR)$(sysconfdir)"
-+test -z "$(datadir)/examples/sphinx" || $(mkdir_p) "$(DESTDIR)$(datadir)/examples/sphinx"
- &amp;lt; at &amp;gt;list='$(sysconf_DATA)'; for p in $$list; do \
+-test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
++test -z "$(datadir)/examples/sphinx" || $(MKDIR_P) "$(DESTDIR)$(datadir)/examples/sphinx"
+ &amp;lt; at &amp;gt;list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
+ for p in $$list; do \
    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-   f=$(am__strip_dir) \
--  echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
--  $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
-+  echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(datadir)/examples/sphinx/$$f'"; \
-+  $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(datadir)/examples/sphinx/$$f"; \
+   echo "$$d$$p"; \
+ done | $(am__base_list) | \
+ while read files; do \
+-  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
+-  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
++  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(datadir)/examples/sphinx/'"; \
++  $(INSTALL_DATA) $$files "$(DESTDIR)$(datadir)/examples/sphinx/" || exit $$?; \
  done
  
  uninstall-sysconfDATA:
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -619,7 +619,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; uninstall-info: uninstall-info-recursive
- 
- 
- install-data-hook:
--mkdir -p $(DESTDIR)$(localstatedir)/data &amp;amp;&amp;amp; mkdir -p $(DESTDIR)$(localstatedir)/log
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/textproc/sphinx/patches/patch-configure,v
retrieving revision 1.2
diff -u -p -r1.2 patch-configure
--- patches/patch-configure22 Mar 2009 15:53:21 -00001.2
+++ patches/patch-configure25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,20 +1,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
---- configure.origWed Jul  9 16:29:17 2008
-+++ configureFri Mar 20 12:04:00 2009
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7229,11 +7229,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; extern "C"
+--- configure.origThu Mar  1 10:04:19 2012
++++ configureFri May 25 17:30:14 2012
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5992,11 +5992,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; cat confdefs.h - &amp;lt;&amp;lt;_ACEOF &amp;gt;conftest.$ac_ext
+ #ifdef __cplusplus
+ extern "C"
  #endif
- /* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
 -char iconv ();
 +char libiconv ();
  int
  main ()
  {
--iconv ();
-+libiconv ();
+-return iconv ();
++return libiconv ();
    ;
    return 0;
  }
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8219,7 +8219,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; main ()
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7408,7 +7408,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; main ()
  {
  const char * inbuf;
  iconv_t cd;
Index: patches/patch-src_sphinxstd_cpp
===================================================================
RCS file: patches/patch-src_sphinxstd_cpp
diff -N patches/patch-src_sphinxstd_cpp
--- /dev/null1 Jan 1970 00:00:00 -0000
+++ patches/patch-src_sphinxstd_cpp25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+$OpenBSD$
+--- src/sphinxstd.cpp.origFri May 25 17:44:37 2012
++++ src/sphinxstd.cppFri May 25 17:44:59 2012
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -742,12 +742,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CSphProcessSharedMutex::CSphProcessSharedMutex ( int i
+ m_sError.SetSprintf ( "pthread_mutexattr_init, errno=%d", iRes );
+ return;
+ }
+-iRes = pthread_mutexattr_setpshared ( &amp;amp;tAttr, PTHREAD_PROCESS_SHARED );
+-if ( iRes )
+-{
+-m_sError.SetSprintf ( "pthread_mutexattr_setpshared, errno = %d", iRes );
+-return;
+-}
+ 
+ CSphString sError, sWarning;
+ if ( !m_pStorage.Alloc ( sizeof(pthread_mutex_t) + iExtraSize, sError, sWarning ) )
Index: patches/patch-test_Makefile
===================================================================
RCS file: patches/patch-test_Makefile
diff -N patches/patch-test_Makefile
--- /dev/null1 Jan 1970 00:00:00 -0000
+++ patches/patch-test_Makefile25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+$OpenBSD$
+--- test/Makefile.origFri May 25 18:22:09 2012
++++ test/MakefileFri May 25 18:22:28 2012
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,7 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; info:
+ dist:
+ 
+ check:
+-php ubertest.php t -u test
++${MODPHP_BIN} ubertest.php t -u test
+ 
+ clean:
+ sh clean.sh
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/sphinx/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST21 Jul 2008 12:42:21 -00001.1.1.1
+++ pkg/PLIST25 May 2012 16:35:58 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,8 +1,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt; at &amp;gt;comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/21 12:42:21 bernd Exp $
 &amp;lt; at &amp;gt;bin bin/indexer
+&amp;lt; at &amp;gt;bin bin/indextool
 &amp;lt; at &amp;gt;bin bin/search
 &amp;lt; at &amp;gt;bin bin/searchd
 &amp;lt; at &amp;gt;bin bin/spelldump
+&amp;lt; at &amp;gt;man man/man1/indexer.1
+&amp;lt; at &amp;gt;man man/man1/indextool.1
+&amp;lt; at &amp;gt;man man/man1/search.1
+&amp;lt; at &amp;gt;man man/man1/searchd.1
+&amp;lt; at &amp;gt;man man/man1/spelldump.1
 share/doc/sphinx/
 share/doc/sphinx/sphinx.txt
 share/examples/sphinx/
&lt;/pre&gt;</description>
    <dc:creator>Giovanni Bechis</dc:creator>
    <dc:date>2012-05-25T16:38:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55569">
    <title>update x11/fltk</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55569</link>
    <description>&lt;pre&gt;Update to latest version, eliminate groff, give more accurate license,
use SUBST_CMD instead of perl and fix version reported by fltk-config.

graphics/aqsis and x11/flwm need patches to build (attached).  Haven't
yet tested palm/pose though (i386 only).

Maintainer doesn't seem to be active any more.


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/fltk/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile22 Nov 2010 08:36:56 -00001.41
+++ Makefile25 May 2012 10:30:40 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,29 +2,28 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 COMMENT=Fast-Light Tool Kit
 
-VER=1.1.7
-DISTNAME=fltk-${VER}
-REVISION=2
+VER=1.3.0
+DISTNAME=fltk-${VER}-source
+PKGNAME=fltk-${VER}
 
 CATEGORIES=x11
-SHARED_LIBS=fltk6.0 \
-fltk_forms6.0 \
-fltk_gl6.0 \
-fltk_images6.0
+SHARED_LIBS=fltk7.0 \
+fltk_forms7.0 \
+fltk_gl7.0 \
+fltk_images7.0
 
 HOMEPAGE=http://www.fltk.org/
 
 MAINTAINER=Peter Stromberg &amp;lt;wilfried&amp;lt; at &amp;gt;openbsd.org&amp;gt;
 
-# LGPL
+# LGPLv2 with exceptions (see COPYING)
 PERMIT_PACKAGE_CDROM=Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=Yes
 
-WANTLIB += X11 Xau Xdmcp Xext c m stdc++ z jpeg png pthread
-
-DISTFILES=${DISTNAME}-source${EXTRACT_SUFX}
+WANTLIB += X11 Xau Xdmcp Xext Xft Xinerama c fontconfig jpeg m
+WANTLIB += png pthread stdc++ z
 
 MASTER_SITES=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VER}/ \
 ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VER}/ \
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -39,7 +38,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; LIB_DEPENDS=graphics/jpeg \
 graphics/png
 
 NO_REGRESS=Yes
-USE_GROFF =Yes
 CONFIGURE_STYLE=autoconf no-autoheader
 AUTOCONF_VERSION=2.59
 CONFIGURE_ARGS=${CONFIGURE_SHARED} \
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,15 +46,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CONFIGURE_ENV=CPPFLAGS="-I${LOCALBASE}/
 CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
 CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 LIBS="-L${LOCALBASE}/lib" \
-FL_MAJOR_VERSION=${LIBfltk_VERSION:R} \
-FL_MINOR_VERSION=${LIBfltk_VERSION:E} \
-FL_PATCH_VERSION=0
+LIBfltk_VERSION="${LIBfltk_VERSION}"
 .for n v in ${SHARED_LIBS}
 MAKE_ENV+=LIB$n_VERSION=${LIB$n_VERSION}
 .endfor
 
+WRKDIST=${WRKDIR}/fltk-${VER}
+
 pre-build:
-perl -pi -e "s,%%SYSCONFDIR%%,${SYSCONFDIR}," \
-${WRKSRC}/src/Fl_Preferences.cxx
+${SUBST_CMD} ${WRKSRC}/src/Fl_Preferences.cxx
 
 .include &amp;lt;bsd.port.mk&amp;gt;
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/fltk/distinfo,v
retrieving revision 1.10
diff -u -p -r1.10 distinfo
--- distinfo5 Apr 2007 17:36:19 -00001.10
+++ distinfo25 May 2012 10:30:40 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-MD5 (fltk-1.1.7-source.tar.gz) = 7EjJb64FiVbm5cnBzaYVfQ==
-RMD160 (fltk-1.1.7-source.tar.gz) = 4mSPjQLTpnOcuUVZQKTOvpwBqnc=
-SHA1 (fltk-1.1.7-source.tar.gz) = P4pkyRrkZT4TAFZd1njrbbSAVbo=
-SHA256 (fltk-1.1.7-source.tar.gz) = jWCWJm8TPPQOmK7FLaFehJ1qytQjW2bagnmJ+oLGzC0=
-SIZE (fltk-1.1.7-source.tar.gz) = 2517351
+MD5 (fltk-1.3.0-source.tar.gz) = RNXXugav3TbqF9prS3A8ow==
+RMD160 (fltk-1.3.0-source.tar.gz) = 3qHrQq4bge+iKlQZiVYhE2filFo=
+SHA1 (fltk-1.3.0-source.tar.gz) = cg8oBL5hMuuumQnU503tzACznSU=
+SHA256 (fltk-1.3.0-source.tar.gz) = mQZ2gIKUzqTMo96DOtWl3ggHPBG2ZTVtTs810iU1shw=
+SIZE (fltk-1.3.0-source.tar.gz) = 4111004
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/x11/fltk/patches/patch-Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 patch-Makefile
--- patches/patch-Makefile19 Oct 2006 09:41:32 -00001.4
+++ patches/patch-Makefile25 May 2012 10:30:40 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,12 +1,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $OpenBSD: patch-Makefile,v 1.4 2006/10/19 09:41:32 wilfried Exp $
---- Makefile.origSun Jan 15 19:36:16 2006
-+++ MakefileThu Oct 19 10:43:24 2006
+--- Makefile.origTue Feb 15 16:29:03 2011
++++ MakefileFri May 25 01:03:08 2012
 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -27,7 +27,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  
  include makeinclude
  
--DIRS=$(IMAGEDIRS) src fluid test documentation
-+DIRS=$(IMAGEDIRS) src fluid documentation
+-DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid test documentation
++DIRS = $(IMAGEDIRS) src $(CAIRODIR) fluid documentation
  
- all: makeinclude
+ all: makeinclude fltk-config
  for dir in $(DIRS); do\
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/x11/fltk/patches/patch-configure_in,v
retrieving revision 1.12
diff -u -p -r1.12 patch-configure_in
--- patches/patch-configure_in22 Sep 2010 12:47:45 -00001.12
+++ patches/patch-configure_in25 May 2012 10:30:40 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,51 +1,34 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $OpenBSD: patch-configure_in,v 1.12 2010/09/22 12:47:45 ajacoutot Exp $
---- configure.in.origSun Jan 15 19:36:16 2006
-+++ configure.inTue Sep 21 07:55:56 2010
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -34,9 +34,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; dnl Required file in package...
- AC_INIT(src/Fl.cxx)
- 
- dnl FLTK library versions...
--FL_MAJOR_VERSION=1
--FL_MINOR_VERSION=1
--FL_PATCH_VERSION=7
-+#FL_MAJOR_VERSION=1
-+#FL_MINOR_VERSION=1
-+#FL_PATCH_VERSION=7
- FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
+--- configure.in.origSun Mar  6 17:54:58 2011
++++ configure.inFri May 25 01:07:10 2012
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -48,7 +48,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; dnl FLTK library versions...
+ FL_MAJOR_VERSION=1
+ FL_MINOR_VERSION=3
+ FL_PATCH_VERSION=0
+-FL_API_VERSION=${FL_MAJOR_VERSION}.${FL_MINOR_VERSION}
++FL_API_VERSION=${LIBfltk_VERSION}
  
  AC_SUBST(FL_MAJOR_VERSION)
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -530,13 +530,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; dnl Check for pthreads for multi-threaded apps...
- have_pthread=no
- 
- if test "x$enable_threads" = xyes; then
&lt;/pre&gt;</description>
    <dc:creator>Pascal Stumpf</dc:creator>
    <dc:date>2012-05-25T14:47:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55568">
    <title>Re: Update: net/csup</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55568</link>
    <description>&lt;pre&gt;Tobias Ulmer:


Yes, CVS mode is pretty much broken. :-(

Upstream, Maxime has committed many fixes in this area and he plans
to tag the tree again soon, but I just tried the tip of tree and
it still dies. :-(


Checkout mode seems fine.


Strangely it worked fine on FreeBSD.

&lt;/pre&gt;</description>
    <dc:creator>Christian Weisgerber</dc:creator>
    <dc:date>2012-05-25T14:01:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55567">
    <title>Hoje tem Progressiva Agimax com 80% OFF / Cristalização+Hidratação Caviar / Limpeza de Pele Profunda+Peeling / Lava   =?utf-8?B?SmF0byAvIFDDqSBlIE3Do28rSGlkc</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55567</link>
    <description>&lt;pre&gt;Oferta Delas

As melhores ofertas de
Campo Grande

Lisos e perfeitos! 80% OFF em Escova Progressiva Agimax. De R$200,00 por
apenas R$39,90!

R$ 39,90
[IMAGE]

[IMAGE]


Faa a Cristalizao + e Ganhe de Brinde a Hidratao de Caviar Para
Fazer em Casa! De R$ 135,00 Por R$ 59,00. Essa no da Pra perder n?

R$ 59,00
[IMAGE]

[IMAGE]


Design de Sobrancelha + Desenho com Correo de Imperfeio + Pigmentao
com Henna Europeia de R$ 30 por R$ 9,90

R$ 9,90
[IMAGE]

[IMAGE]


Luzes e Tonalizao + Hidratao com Escova na Marly Cabeleireira.

R$ 39,90
[IMAGE]

[IMAGE]


Combo Sugesto com 43 Peas no Sushi Express por apenas R$29,90? Garanta
o seu!

R$ 29,90
[IMAGE]

[IMAGE]


Esfoliao Facial + Lifting Facial de 70,00 por 13,90

R$ 13,90
[IMAGE]

[IMAGE]


Renove sua Aparncia com Esfoliao + Hidratao Corporal de R$ 60,00 por
apenas R$ 11,90

R$ 11,90
[IMAGE]

[IMAGE]


Ms das Mes!!! Mini Day Spa com Massagem relaxante + Escalda para os ps
+ Spa para ps e mos + Reflexologia podal + Shiatsu crnio facial +
Gomagem + Hidratao corporal por S R$19,90!

R$ 19,90
[IMAGE]

[IMAGE]


Pacote de 12 sesses de Massagem Redutora + Modeladora + Lipoescultura
Manual + Gessoterapia + Banho de Lua + rgiloterapia na Desigual Moda &amp;amp;
Esttica ( De R780 Por R$199 )

R$ 199,00
[IMAGE]

[IMAGE]


DEPILAO VIRILHA COMPLETA + BUO E AXILAS DE R$ 26,00 POR 10,90!!!

R$ 10,90
[IMAGE]

[IMAGE]


1 Lavagem externa + Limpeza + Aspirao interna + Limpeza de tapetes e
pneus + Aplicao de Cera Liquida + Acabamento interno painel e portas De
R$ 25,00 Por R$14,99

R$ 14,99
[IMAGE]

[IMAGE]


1 Esfoliao Facial + 1 Limpeza de Pele Profunda + 1 Alta Frequncia + 1
Mascara de rgila e Extratos de Pepino, Hortel e Mel ( De R$ 198,00 Por
R$ 29,00 ) Sua Pele Linda e Macia

R$ 29,90
[IMAGE]

[IMAGE]


P e Mo + Hidratao Capilar ! De R$ 49,00 Por R$ 11,90

R$ 11,90
[IMAGE]

[IMAGE]

Ofertas Especiais para Mulheres de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!

[IMAGE]

Porque voc recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc possui cadastro
conosco ou em algum site parceiro, juntamente com a permiso para
contat-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e no sejam tratados como spam, por favor adicione
boletim&amp;lt; at &amp;gt;ligaofertas.com  sua lista de contatos ou lista de remetentes
aprovados.

[IMAGE]

Poltica de Privacidade
Ns queremos que voc se sinta confiante sobre a privacidade de suas
informaes pessoais, assim como todas as informaes que temos sobre
voc esto protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.
&lt;/pre&gt;</description>
    <dc:creator>OfertaDelas</dc:creator>
    <dc:date>2012-05-25T10:25:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55566">
    <title>Hoje - Combinado 43 Peças Sushi Express / Hidratação Caviar+Escova / Cristalização / Higienização+Peeling+Esfolia  =?utf-8?B?w6fDo28gRmFjaWFsIC8gQ2xhcmVhb</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55566</link>
    <description>&lt;pre&gt;www.incriveisofertas.com

[IMAGE] Cristalizao + Design de Sobrancelha - Aproveite esta oferta
pague R$39 ao invs de R$100

de R$ 100,00 por R$ R$ 39,00


[IMAGE] 1 Hidratao de Caviar + 1 Escova com 70% OFF ( De R$ 70,00 Por
R$ 19,90 )

de R$ 70,00 por R$ R$ 19,90


[IMAGE] Renove sua pele com 1 Higienizao Facial + 1 Esfoliao + 1
Peeling de Diamante + 1 Mscara de Morango - Tudo por s R$19,90!

de R$ 140,00 por R$ R$ 19,90


[IMAGE] Oferta Destaque, Luzes + Tonalizao + Hidratao + Escova - De
R$ 220,00 Por R$ 39,90

de R$ 220,00 por R$ R$ 39,90


[IMAGE] Que Delcia..Pastel frito na hora  na Feira Central! Pastel de
Carne com Queijo ou Frango com Catupiry por apenas R$ 2,40.

de R$ 4,00 por R$ R$ 2,40


[IMAGE] 91% OFF em 5 Drenagens + 5 Ultrassons + 5 Argiloterapia + 5
Bandagens Quentes - S R$49,90

de R$ 580,00 por R$ R$ 49,90


[IMAGE] Deliciosa mania: 18 Cupcakes de 3 Sabores, de R$90 por R$27 na
Que Delcia de Cupcakes

de R$ 90,00 por R$ R$ 27,00


[IMAGE] ltima Chance!! Combo Sushi com 43 Peas no Sushi Express - 3
Lojas em Campo Grande por apenas R$29,90? Garanta o seu!

de R$ 62,00 por R$ R$ 29,90


[IMAGE] Promoo na fer Consultrio, So 17 Procedimentos 10 Drenagem
Linftica + 5 Massagem Relaxante + Peeling Cristal + Mscara Facial
Revitalizante ( De R$625 Por R$189 )

de R$ 625,00 por R$ R$ 189,00


[IMAGE] 80% OFF em Cristalizao Agimax no Salo Lcia Hair! De R$150,00
por apenas R$29,90! Compre e Use

de R$ 150,00 por R$ R$ 29,90


[IMAGE] ltima Chance de Garantir a festa! Aluguel de 1 Cama Elastica + 1
Piscina de Bolinha + 1 Gangorra Upa Upa + 1 Escorregador e tem at o
final de 2012 para usar ( De R$450 Por R$99,90 )

de R$ 450,00 por R$ R$ 100,00


[IMAGE] Manicure e Pedicure + Depilao  Perna, Axila e Buo com 50% de
desconto!

de R$ 54,00 por R$ R$ 27,00


[IMAGE] Clareamento de Pele de R$40,00 por R$14,90 - Compre o seu
Voucher/Cupom!

de R$ 40,00 por R$ R$ 14,90


Ofertas Especiais de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!
Oferta Delas

[IMAGE]

Porque voc recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc possui cadastro
conosco ou em algum site parceiro, juntamente com a permiso para
contat-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e no sejam tratados como spam, por favor adicione
boletim&amp;lt; at &amp;gt;ligaofertas.com sua lista de contatos ou lista de remetentes
aprovados.

[IMAGE]

Poltica de Privacidade
Ns queremos que voc se sinta confiante sobre a privacidade de suas
informaes pessoais, assim como todas as informaes que temos sobre
voc esto protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.
&lt;/pre&gt;</description>
    <dc:creator>Incriveis Ofertas - Campo Grande</dc:creator>
    <dc:date>2012-05-25T09:59:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55565">
    <title>Re: Missing dependencies for pidgin</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55565</link>
    <description>&lt;pre&gt;
You can also look in your system logs to see what packages adding amsn
pulled as dependencies, one of them is probably the missing hidden dep.

Landry


&lt;/pre&gt;</description>
    <dc:creator>Landry Breuil</dc:creator>
    <dc:date>2012-05-25T09:31:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55564">
    <title>Re: Missing dependencies for pidgin</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55564</link>
    <description>&lt;pre&gt;
Including the actual error message you saw would potentially save
a bunch of work, this type of problem is highly dependant on the order
packages were built in. Even if you're in a real hurry would it really
take more than a few seconds to paste the message into a mail to
yourself to look at later?

I'm just about to start a bulk so I'm going to commit this without
waiting for an ok as it's obviously correct.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/pidgin/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile8 May 2012 06:49:41 -00001.106
+++ Makefile25 May 2012 08:50:51 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,6 +7,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; COMMENT-finch=multi-protocol instant me
 COMMENT-libpurple= multi-protocol instant messaging library
 
 VERSION=2.10.4
+REVISION-main=0
 DISTNAME=pidgin-${VERSION}
 PKGNAME-main=pidgin-${VERSION}
 PKGNAME-finch=finch-${VERSION}
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -83,6 +84,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CONFIGURE_ARGS+= --disable-avahi \
  --disable-cap \
  --disable-doxygen \
  --disable-farsight \
+ --disable-farstream \
  --disable-gevolution \
  --disable-gnutls \
  --disable-nm \


&lt;/pre&gt;</description>
    <dc:creator>Stuart Henderson</dc:creator>
    <dc:date>2012-05-25T08:51:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55563">
    <title>new "port": generating ports readme.html from sqlports</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55563</link>
    <description>&lt;pre&gt;Now that things are consistent, it's much simpler to generate ports readmes
from sqlports (and faster).

Please comment.

I intend for this to improve and get committed, then scrape the old
readme.html framework from infrastructure/mk/
&lt;/pre&gt;</description>
    <dc:creator>Marc Espie</dc:creator>
    <dc:date>2012-05-25T08:21:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55562">
    <title>UPDATE: xcache 2.0.0</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55562</link>
    <description>&lt;pre&gt;Here is an update to xcache 2.0.0.

Tested on amd64.


Index: Makefile
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/www/xcache/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile16 Nov 2011 15:56:38 -00001.14
+++ Makefile25 May 2012 07:01:19 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4,8 +4,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SHARED_ONLY=Yes
 
 COMMENT=fast and stable PHP opcode cacher
 
-VERSION=1.3.2
-REVISION=3
+VERSION=2.0.0
 DISTNAME=xcache-${VERSION}
 CATEGORIES=www
 MASTER_SITES=http://xcache.lighttpd.net/pub/Releases/${VERSION}/
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -25,7 +24,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; AUTOCONF_VERSION=2.59
 MODULES=lang/php
 
 BUILD_DEPENDS+=${MODGNU_AUTOCONF_DEPENDS} \
-devel/re2c&amp;gt;=0.13.4
+devel/re2c&amp;gt;=0.13.4 \
+devel/gindent
 
 WEBROOT=/var/www
 SUBST_VARS=WEBROOT
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -50,6 +50,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CONFIGURE_ARGS+=--enable-xcache-coverag
 MODPHP_DO_PHPIZE=Yes
 MODPHP_DO_SAMPLE=xcache
 MESSAGE=${PKGDIR}/MESSAGE
+
+post-extract:
+&amp;lt; at &amp;gt;ln -sf ${LOCALBASE}/bin/gindent ${WRKDIR}/bin/indent
 
 post-install:
 ${INSTALL_DATA_DIR} ${WRKINST}/${WEBROOT}/xcache
Index: distinfo
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/www/xcache/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo16 Jun 2011 20:24:43 -00001.5
+++ distinfo25 May 2012 06:40:48 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-MD5 (xcache-1.3.2.tar.gz) = IF4iCfJOGKawhEpLbFLy5A==
-RMD160 (xcache-1.3.2.tar.gz) = MNs7+kScSSiyXQLg7OEK/7N7F94=
-SHA1 (xcache-1.3.2.tar.gz) = 6lVhNt6/eguZBIZQw/HjVkp1EAs=
-SHA256 (xcache-1.3.2.tar.gz) = KBLTEmexczmXA9V/Fr4/AmPt7lG0LYSoG/Zp4S8YhcU=
-SIZE (xcache-1.3.2.tar.gz) = 113715
+MD5 (xcache-2.0.0.tar.gz) = DJA8LrcOMcvDWuZv23UL3A==
+RMD160 (xcache-2.0.0.tar.gz) = 4r/fAXLe3v/muA5SW92MhJLGH3U=
+SHA1 (xcache-2.0.0.tar.gz) = jIEgf4MedWcr/foK4Y0ASgx6ZNs=
+SHA256 (xcache-2.0.0.tar.gz) = swynPHXcn4Bz3WWA0Vmzvti8jdXkR8xpOxq8ogK+qrI=
+SIZE (xcache-2.0.0.tar.gz) = 130536

&lt;/pre&gt;</description>
    <dc:creator>Brad Smith</dc:creator>
    <dc:date>2012-05-25T07:11:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55561">
    <title>Re: Missing dependencies for pidgin</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55561</link>
    <description>&lt;pre&gt;I do not agree that it is useless as it gives the information that 
something is wrong. Without a report, the problem might even slip into a 
release. When I noticed the problem, I was in real hurry and a friend 
wanted to quickly send me a file through IM. I wrote the report one day 
later on another computer, not remembering what dependency was missing.

What I did was:
1. pkg_add -i pidgin    (picking the gtkspell flavor)
2. running it, noticing it halting because of missing dependencies
3. pkg_add -i amsn
4. pidgin suddenly working after adding amsn

At this moment I have no time to set up a chroot and test out what was 
missing. If I would have had the time, I would have been doing it 
already. And no, I have not done anything to break anything, and this 
was with ready compiled packages in snapshot.



On 05/25/12 06:21, Ryan Freeman wrote:


&lt;/pre&gt;</description>
    <dc:creator>Lars Engblom</dc:creator>
    <dc:date>2012-05-25T05:22:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55560">
    <title>Re: Missing dependencies for pidgin</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55560</link>
    <description>&lt;pre&gt;
This is a useless post.  You did not state what dependencies are
supposedly missing, and as i have that very package installed/running,
as well as others, this will likely be dismissed as a user-issue.

You could at least try to help yourself by providing what dependencies
were reported as missing.

Based on what you have provided (nothing), you have probably done
something to your system that broke ports.

-ryan


&lt;/pre&gt;</description>
    <dc:creator>Ryan Freeman</dc:creator>
    <dc:date>2012-05-25T03:21:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55559">
    <title>Re: x11/vlc: sndio backend for testing</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55559</link>
    <description>&lt;pre&gt;
Yes, VLC very much could play such files, not being able to would be
a pretty big deal.

&lt;/pre&gt;</description>
    <dc:creator>Brad Smith</dc:creator>
    <dc:date>2012-05-25T01:05:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55558">
    <title>UPDATE: imapproxy 1.2.7</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55558</link>
    <description>&lt;pre&gt;Here is an update to imapproxy 1.2.7.

Tested on amd64.


Index: Makefile
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile19 Nov 2010 07:23:06 -00001.7
+++ Makefile24 May 2012 22:52:35 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,39 +2,38 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 COMMENT=caching IMAP proxy to be used with webmail clients
 
-DISTNAME=up-imapproxy-1.2.5
-PKGNAME=${DISTNAME:S/^up-//}
-REVISION =1
+VER=1.2.7
+DISTNAME=squirrelmail-imap_proxy-${VER}
+PKGNAME=imapproxy-${VER}
 CATEGORIES=mail
+MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=squirrelmail/}
+EXTRACT_SUFX=.tar.bz2
 
 HOMEPAGE=http://www.imapproxy.org/
 
 MAINTAINER=Holger Mauermann &amp;lt;holger&amp;lt; at &amp;gt;mauermann.org&amp;gt;
 
-# GPL
+# GPLv2+
 PERMIT_PACKAGE_CDROM=Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=Yes
 
-MASTER_SITES=${HOMEPAGE}/downloads/
+WANTLIB=c crypto curses pthread ssl
 
-WANTLIB=curses c ssl crypto pthread
-
-CONFIGURE_STYLE=gnu
+CONFIGURE_STYLE= gnu
 
 NO_REGRESS=Yes
 
 pre-build:
-&amp;lt; at &amp;gt;perl -pi -e "s,!!SYSCONFDIR!!,${SYSCONFDIR}," \
-${WRKSRC}/include/imapproxy.h
+&amp;lt; at &amp;gt;${SUBST_CMD} ${WRKSRC}/include/imapproxy.h
 
 post-install:
-${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapproxy
-${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \
-${PREFIX}/share/examples/imapproxy
 ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imapproxy
+${INSTALL_DATA_DIR} ${PREFIX}/share/examples/imapproxy
 ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/README.ssl \
 ${PREFIX}/share/doc/imapproxy
+${INSTALL_DATA} ${WRKSRC}/scripts/imapproxy.conf \
+${PREFIX}/share/examples/imapproxy
 
 .include &amp;lt;bsd.port.mk&amp;gt;
Index: distinfo
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo11 Apr 2007 16:06:46 -00001.3
+++ distinfo24 May 2012 21:50:46 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,5 +1,5 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-MD5 (up-imapproxy-1.2.5.tar.gz) = xt+wn9vYwK+GLdAgSa456Q==
-RMD160 (up-imapproxy-1.2.5.tar.gz) = OuYsroFrdg4fdoZ4xYifbsN5iec=
-SHA1 (up-imapproxy-1.2.5.tar.gz) = B4UfBXw1HgQho1HJSUw8uXETAo4=
-SHA256 (up-imapproxy-1.2.5.tar.gz) = eJQKF25G+YZjgds4+phzuve3dNzlvEIulRmYkpaGkfg=
-SIZE (up-imapproxy-1.2.5.tar.gz) = 132317
+MD5 (squirrelmail-imap_proxy-1.2.7.tar.bz2) = xGUkQUojdTEFV2hucjvRIA==
+RMD160 (squirrelmail-imap_proxy-1.2.7.tar.bz2) = 3ezQthJCPW6aUSxxlOjK9m6R19U=
+SHA1 (squirrelmail-imap_proxy-1.2.7.tar.bz2) = WP7ZRuthuaQqx9nxar4QJ4Jo0+4=
+SHA256 (squirrelmail-imap_proxy-1.2.7.tar.bz2) = 3YrUDj5Fe9dvyfGe8cDYmRHj48xyJBXRGD92XcrBrkg=
+SIZE (squirrelmail-imap_proxy-1.2.7.tar.bz2) = 111651
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in12 Sep 2007 19:54:48 -00001.2
+++ patches/patch-Makefile_in31 Jan 2009 20:32:26 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
---- Makefile.in.origTue Jan 30 10:23:46 2007
-+++ Makefile.inWed Aug 22 02:53:26 2007
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -53,7 +53,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; TAT_OBJ = ./src/pimpstat.o ./src/config.o
+$OpenBSD$
+--- Makefile.in.origMon Jan 28 08:15:08 2008
++++ Makefile.inThu Mar 13 21:57:46 2008
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -54,7 +54,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; TAT_OBJ = ./src/pimpstat.o ./src/config.o
  
  # Final targets
  
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -9,7 +10,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  TAT_BIN = ./bin/pimpstat
  
  # Rules
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,9 +78,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; distclean: clean
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -79,9 +79,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; distclean: clean
  rm -f config.cache config.log config.h Makefile
  
  install: $(XYD_BIN) $(TAT_BIN)
Index: patches/patch-config_h_in
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/patches/patch-config_h_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-config_h_in
--- patches/patch-config_h_in11 Apr 2007 16:08:23 -00001.1
+++ patches/patch-config_h_in31 Jan 2009 20:32:42 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,3 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+$OpenBSD$
 --- config.h.in.origWed Jan 24 23:41:06 2007
 +++ config.h.inWed Jan 24 23:41:44 2007
 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -89,6 +89,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
Index: patches/patch-imapcommon_c
===================================================================
RCS file: patches/patch-imapcommon_c
diff -N patches/patch-imapcommon_c
--- patches/patch-imapcommon_c11 Apr 2007 16:06:46 -00001.2
+++ /dev/null1 Jan 1970 00:00:00 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,10 +0,0 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
---- src/imapcommon.c.origTue Oct  3 14:27:00 2006
-+++ src/imapcommon.cWed Jan 24 22:35:30 2007
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -138,6 +138,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
- #include &amp;lt;limits.h&amp;gt;
- 
- #include &amp;lt;openssl/evp.h&amp;gt;
-+#include &amp;lt;openssl/md5.h&amp;gt;
- #include &amp;lt;openssl/err.h&amp;gt;
- 
- #include &amp;lt;pthread.h&amp;gt;
Index: patches/patch-imapproxy_h
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/patches/patch-imapproxy_h,v
retrieving revision 1.3
diff -u -p -r1.3 patch-imapproxy_h
--- patches/patch-imapproxy_h12 Sep 2007 19:54:48 -00001.3
+++ patches/patch-imapproxy_h10 Jan 2010 08:29:01 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
---- include/imapproxy.h.origTue Jan 30 10:23:46 2007
-+++ include/imapproxy.hWed Aug 22 02:53:26 2007
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -151,7 +151,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+$OpenBSD$
+--- include/imapproxy.h.origFri Oct 16 10:37:41 2009
++++ include/imapproxy.hSun Jan 10 03:28:47 2010
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -169,7 +169,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  /* 
   * Common definitions 
   */
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -9,12 +10,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  #define IMAP_UNTAGGED_OK        "* OK "           /* untagged OK response    */
  #define IMAP_TAGGED_OK          "1 OK "           /* tagged OK response      */
  #define BUFSIZE                 4096              /* default buffer size     */
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -169,7 +169,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -187,7 +187,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  #define SELECT_STATUS_BUF_SIZE  256               /* size of select status   */
  
  #ifndef DEFAULT_CONFIG_FILE
 -#define DEFAULT_CONFIG_FILE     "/etc/imapproxy.conf"
-+#define DEFAULT_CONFIG_FILE     "!!SYSCONFDIR!!/imapproxy.conf"
++#define DEFAULT_CONFIG_FILE     "${SYSCONFDIR}/imapproxy.conf"
  #endif
- 
- #define LITERAL_PASSWORD        1
+ #ifndef DEFAULT_PID_FILE
+ #define DEFAULT_PID_FILE       "/var/run/imapproxy.pid"
Index: patches/patch-scripts_imapproxy_conf
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/patches/patch-scripts_imapproxy_conf,v
retrieving revision 1.2
diff -u -p -r1.2 patch-scripts_imapproxy_conf
--- patches/patch-scripts_imapproxy_conf12 Sep 2007 19:54:48 -00001.2
+++ patches/patch-scripts_imapproxy_conf10 Jan 2010 08:28:56 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,7 +1,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 $OpenBSD: patch-scripts_imapproxy_conf,v 1.2 2007/09/12 19:54:48 brad Exp $
---- scripts/imapproxy.conf.origTue Jan 30 10:23:46 2007
-+++ scripts/imapproxy.confWed Aug 22 02:53:55 2007
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -67,14 +67,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; cache_expiration_time 300
+--- scripts/imapproxy.conf.origFri Oct 16 10:37:41 2009
++++ scripts/imapproxy.confSun Jan 10 03:28:47 2010
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -76,14 +76,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; cache_expiration_time 300
  ## This setting controls which username the imap proxy process will run as.
  ## It is not allowed to run as "root".
  #
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,7 +18,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; $OpenBSD: patch-scripts_imapproxy_conf,v
  
  
  #
-&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -164,7 +164,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; force_tls no
+&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -173,7 +173,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; force_tls no
  ## a directory is specified here, imapproxy will chroot() to that
  ## directory.
  #
Index: pkg/PLIST
===================================================================
RCS file: /cvs/anoncvs/cvs/ports/mail/imapproxy/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST12 Sep 2007 19:54:48 -00001.3
+++ pkg/PLIST24 Jan 2009 08:29:00 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,8 +1,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt; at &amp;gt;comment $OpenBSD: PLIST,v 1.3 2007/09/12 19:54:48 brad Exp $
 &amp;lt; at &amp;gt;newgroup _imapproxy:592
 &amp;lt; at &amp;gt;newuser _imapproxy:592:_imapproxy:daemon:IMAP Proxy Account:/nonexistent:/sbin/nologin
-sbin/imapproxyd
-sbin/pimpstat
+&amp;lt; at &amp;gt;bin sbin/imapproxyd
+&amp;lt; at &amp;gt;bin sbin/pimpstat
 share/doc/imapproxy/
 share/doc/imapproxy/README
 share/doc/imapproxy/README.ssl

&lt;/pre&gt;</description>
    <dc:creator>Brad</dc:creator>
    <dc:date>2012-05-24T22:54:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55557">
    <title>Re: UPDATE: devel/ocaml-pcre</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55557</link>
    <description>&lt;pre&gt;Hi again,

I had some problems dynamically linking against this library. Therefore
another diff for this port which fixes this (NO_CUSTOM=yes) and also
installs the Documentation. I also moved the .so file
to /usr/local/lib/ocaml/stublibs which is mentioned
in /usr/local/lib/ocaml/ld.conf.


Christopher


Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ocaml-pcre/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile22 May 2012 11:46:40 -00001.2
+++ Makefile24 May 2012 18:10:36 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,6 +6,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; CATEGORIES=devel textproc
 V=6.2.5
 DISTNAME=pcre-ocaml-$V
 PKGNAME=ocaml-pcre-$V
+REVISION=1
 
 HOMEPAGE=http://ocaml.info/home/ocaml_sources.html
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,17 +25,31 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; BUILD_DEPENDS=${RUN_DEPENDS}
 LIB_DEPENDS=devel/pcre
 WANTLIB=pcre
 
+MAKE_FLAGS="NO_CUSTOM=y"
+
 NO_REGRESS=Yes
 USE_GMAKE=Yes
-MAKE_ENV+=OCAMLFIND_INSTFLAGS="-ldconf ignore"
+
+ALL_TARGET=all htdoc
 
 pre-install:
 ${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml/site-lib/pcre
+${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml/stublibs
+ln -s ../stublibs ${PREFIX}/lib/ocaml/site-lib/
+post-install:
+${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml-pcre/html/
+${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/ocaml-pcre/
+${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/ocaml-pcre/
+${INSTALL_DATA} \
+    ${WRKSRC}/lib/doc/pcre/html/* \
+    ${PREFIX}/share/doc/ocaml-pcre/html/
+
+post-install:
 
 .include &amp;lt;bsd.port.mk&amp;gt;
 
 .if ${MODOCAML_NATIVE:L:Mno}
 WRKSRC=${WRKDIST}/lib
-ALL_TARGET=byte-code-library
+ALL_TARGET=byte-code-library htdoc
 INSTALL_TARGET=libinstall-byte-code
 .endif
Index: pkg/PFRAG.shared
===================================================================
RCS file: /cvs/ports/devel/ocaml-pcre/pkg/PFRAG.shared,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PFRAG.shared
--- pkg/PFRAG.shared15 Sep 2011 15:50:23 -00001.1.1.1
+++ pkg/PFRAG.shared24 May 2012 18:10:36 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,2 +1,3 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 &amp;lt; at &amp;gt;comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/09/15 15:50:23 sthen Exp $
-lib/ocaml/site-lib/pcre/dllpcre_stubs.so
+lib/ocaml/stublibs/
+lib/ocaml/stublibs/dllpcre_stubs.so
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ocaml-pcre/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST15 Sep 2011 15:50:23 -00001.1.1.1
+++ pkg/PLIST24 May 2012 18:10:36 -0000
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -7,3 +7,20 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; lib/ocaml/site-lib/pcre/libpcre_stubs.a
 lib/ocaml/site-lib/pcre/pcre.cma
 lib/ocaml/site-lib/pcre/pcre.cmi
 lib/ocaml/site-lib/pcre/pcre.mli
+share/doc/ocaml-pcre/
+share/doc/ocaml-pcre/LICENSE
+share/doc/ocaml-pcre/README.txt
+share/doc/ocaml-pcre/html/
+share/doc/ocaml-pcre/html/Pcre.html
+share/doc/ocaml-pcre/html/index.html
+share/doc/ocaml-pcre/html/index_attributes.html
+share/doc/ocaml-pcre/html/index_class_types.html
+share/doc/ocaml-pcre/html/index_classes.html
+share/doc/ocaml-pcre/html/index_exceptions.html
+share/doc/ocaml-pcre/html/index_methods.html
+share/doc/ocaml-pcre/html/index_module_types.html
+share/doc/ocaml-pcre/html/index_modules.html
+share/doc/ocaml-pcre/html/index_types.html
+share/doc/ocaml-pcre/html/index_values.html
+share/doc/ocaml-pcre/html/style.css
+share/doc/ocaml-pcre/html/type_Pcre.html



&lt;/pre&gt;</description>
    <dc:creator>Christopher Zimmermann</dc:creator>
    <dc:date>2012-05-24T18:15:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55556">
    <title>Re: NEW: x11/gtkglextmm</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55556</link>
    <description>&lt;pre&gt;
tested this on i386-current via the vbam port, builds/works fine 
for vbam

-ryan




&lt;/pre&gt;</description>
    <dc:creator>Ryan Freeman</dc:creator>
    <dc:date>2012-05-24T17:13:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55555">
    <title>Re: NEW: emulators/vbam</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55555</link>
    <description>&lt;pre&gt;
I would like to see this in :)  builds/runs great on i386-current here,
tried various keys and played a rom, everything semes to work, sound,
fullscreen/window changing, and dropping/continuing via debugger.

cheers!

-ryan




&lt;/pre&gt;</description>
    <dc:creator>Ryan Freeman</dc:creator>
    <dc:date>2012-05-24T17:14:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55554">
    <title>Humm.. Bateu aquela fome? Até 95% OFF em Pintado a Urucum | Sobá | Espetinho | Cerveja Alemã | Porção de Trio Jero  =?utf-8?B?oSB8IEphbnRhciBubyBDYWbDqSBNb</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55554</link>
    <description>&lt;pre&gt;[IMAGE]

633 Ofertas em Campo Grande  / MS

[IMAGE] Alinhamento + Balanceamento + Rod&lt;/pre&gt;</description>
    <dc:creator>Liga Ofertas - Campo Grande</dc:creator>
    <dc:date>2012-05-24T17:21:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55553">
    <title>Hoje até 95% OFF em Renovação Facial com 5 Tratamentos / Pacote de Estética / Combinado 43 Peças Sushi Express / Pa  =?utf-8?B?c3RlbCAvIEFsdWd1ZWwgQnJpbnF1Z</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55553</link>
    <description>&lt;pre&gt;www.incriveisofertas.com

[IMAGE] Renove sua pele com 1 Higienizao Facial + 1 Esfoliao + 1
Peeling de Diamante + 1 Mscara de Morango - Tudo por s R$19,90!

de R$ 140,00 por R$ R$ 19,90


[IMAGE] 91% OFF em 5 Drenagens + 5 Ultrassons + 5 Argiloterapia + 5
Bandagens Quentes - S R$49,90

de R$ 580,00 por R$ R$ 49,90


[IMAGE] ltima Chance!! Combo Sushi com 43 Peas no Sushi Express - 3
Lojas em Campo Grande por apenas R$29,90? Garanta o seu!

de R$ 62,00 por R$ R$ 29,90


[IMAGE] Que Delcia..Pastel frito na hora  na Feira Central! Pastel de
Carne com Queijo ou Frango com Catupiry por apenas R$ 2,40.

de R$ 4,00 por R$ R$ 2,40


[IMAGE] Faa a Festa com Aluguel de 1 Cama Elastica + 1 Piscina de
Bolinha + 1 Gangorra Upa Upa + 1 Escorregador e tem at o final de 2012
para usar ( De R$450 Por R$119,90 )

de R$ 450,00 por R$ R$ 119,90


[IMAGE] Promoo na fer Consultrio, So 17 Procedimentos 10 Drenagem
Linftica + 5 Massagem Relaxante + Peeling Cristal + Mscara Facial
Revitalizante ( De R$625 Por R$189 )

de R$ 625,00 por R$ R$ 189,00


[IMAGE] Cristalizao + Design de Sobrancelha - Aproveite esta oferta
pague R$39 ao invs de R$100

de R$ 100,00 por R$ R$ 39,00


[IMAGE] 1 Hidratao de Caviar + 1 Escova com 70% OFF ( De R$ 70,00 Por
R$ 19,90 )

de R$ 70,00 por R$ R$ 19,90


[IMAGE] Manicure e Pedicure + Depilao  Perna, Axila e Buo com 50% de
desconto!

de R$ 54,00 por R$ R$ 27,00


[IMAGE] Lavagem externa + limpeza e aspirao interna + Limpeza de
tapetes e pneus + Aplicao de Cera Liquida + acabamento interno painel e
portas s R$14,99

de R$ 25,00 por R$ R$ 14,99


[IMAGE] Oferta Destaque, Luzes + Tonalizao + Hidratao + Escova - De
R$ 220,00 Por R$ 39,90

de R$ 220,00 por R$ R$ 39,90


[IMAGE] 80% OFF em Cristalizao Agimax no Salo Lcia Hair! De R$150,00
por apenas R$29,90! Compre e Use

de R$ 150,00 por R$ R$ 29,90


Ofertas Especiais de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!
Oferta Delas

[IMAGE]

Porque voc recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc possui cadastro
conosco ou em algum site parceiro, juntamente com a permiso para
contat-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e no sejam tratados como spam, por favor adicione
boletim&amp;lt; at &amp;gt;querohost.com.br  sua lista de contatos ou lista de remetentes
aprovados.

[IMAGE]

Poltica de Privacidade
Ns queremos que voc se sinta confiante sobre a privacidade de suas
informaes pessoais, assim como todas as informaes que temos sobre
voc esto protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.
&lt;/pre&gt;</description>
    <dc:creator>Incriveis Ofertas - Campo Grande</dc:creator>
    <dc:date>2012-05-24T09:46:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55552">
    <title>Re: [new] audio/deadbeef</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55552</link>
    <description>&lt;pre&gt;

Alexandr,

This is because you forgot to add "textproc/intltool" to MODULES.

With this in place, you have my ok to import it: nice, minimalist player...

Ciao
David


&lt;/pre&gt;</description>
    <dc:creator>David Coppa</dc:creator>
    <dc:date>2012-05-24T06:45:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55551">
    <title>Missing dependencies for pidgin</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55551</link>
    <description>&lt;pre&gt;I tried installing pidgin-2.10.4-gtkspell from snapshots and it could 
not run because of missing dependencies. Installing amsn, gives all the 
dependencies missing... some examination of what is actually needed is 
needed.

Lasse


&lt;/pre&gt;</description>
    <dc:creator>Lars Engblom</dc:creator>
    <dc:date>2012-05-24T04:42:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.openbsd.ports/55550">
    <title>Re: rubinius, don't assume llvm-config is perl</title>
    <link>http://permalink.gmane.org/gmane.os.openbsd.ports/55550</link>
    <description>&lt;pre&gt;
OK jeremy&amp;lt; at &amp;gt;



&lt;/pre&gt;</description>
    <dc:creator>Jeremy Evans</dc:creator>
    <dc:date>2012-05-23T21:38:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.openbsd.ports">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.openbsd.ports</link>
  </textinput>
</rdf:RDF>

