Cups/ghostscript Problems

2010-09-16 Thread Duncan Patton a Campbell

Howdy?

I'm trying to upgrade (reinstall) a system that works with my Brother 7020 DCP.

Presently the ghostview doesn't run: 

 cat input.ps | gs q dNOPAUSE sDEVICE=hl1250 sOutputfile=- - | lpr
GPL Ghostscript GPL Ghostscript 8.638.63: : Unrecoverable error, exit code 1
Unrecoverable error, exit code 1
lpr: Unsupported format 'text/plain'!

where input.ps is small ps derived via pdf2ps from a pdf.  

I've had various problems with cups and this printer here and in 
4.7 and am now wondering if this is a deprecated mechanism.

Thanks,

Dhu



Estas invitado

2010-09-16 Thread Hola
Este Viernes Sabado y Martes 21 de septiembre Dia de la primavera

Festeja en el mejor Resto Bar de san telmo

No te pierdas una super promo para cenar y tomar sin limite

Ganaste Barra Libre y Cena Libre en el resto bar mas importante de
capital federal

y para tus invitados 35$ por persona en pizza libre y cerveza libre
durante 2 horas o 40$ con brindis

Ademas te obsequiamos consumiciones y listas free para despues de la cena

Para reservar tu cena llamanos a los telefonos:
4331-6350//1538015846//1538015848

o envianos un email con tu nombre y numero de telefono a : ganatuc...@mail.ru

Y si tu cumple es en Septiembre u Octubre y Noviembre

Te regalamos Barra libre y Cena libre

Unicamente enviandonos tu nombre y numero de telefono a
ganatuc...@mail.ru

No te lo pierdas miles de personas nos eligen por mes para realizar sus
festejos, despedidas o cumples.

Llamanos esperamos tu consulta

Estamos situados en el circuito turistico mas concurrido de Buenos Aires.


Re: [UPDATE] misc/py-imdb to 4.6

2010-09-16 Thread Todd C. Miller
In message <20100916074645.gu17...@vnv.lodoss.local>
so spake "Federico G. Schwindt" (fgsch):

> I'd skip the .po/.pot files. Maybe add devel to categories?
> Untested but looks good otherwise.

Updated based on your suggestions.

 - todd

Index: misc/py-imdb/Makefile
===
RCS file: /home/cvs/openbsd/ports/misc/py-imdb/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- misc/py-imdb/Makefile   30 Aug 2010 17:11:35 -  1.18
+++ misc/py-imdb/Makefile   16 Sep 2010 20:06:16 -
@@ -1,31 +1,33 @@
 # $OpenBSD: Makefile,v 1.18 2010/08/30 17:11:35 fgsch Exp $
 
-COMMENT=   Python package to retrieve data of the IMDb movie database
+COMMENT =  python package to retrieve data of the IMDb movie database
 
-MODPY_EGG_VERSION=3.6
-DISTNAME=  IMDbPY-${MODPY_EGG_VERSION}
-PKGNAME=   py-imdb-${MODPY_EGG_VERSION}
-REVISION = 3
-CATEGORIES=misc
+MODPY_EGG_VERSION = 4.6
+DISTNAME = IMDbPY-${MODPY_EGG_VERSION}
+PKGNAME =  py-imdb-${MODPY_EGG_VERSION}
+CATEGORIES =   misc devel
 
-HOMEPAGE=  http://imdbpy.sourceforge.net/
+HOMEPAGE = http://imdbpy.sourceforge.net/
 
-MAINTAINER=Todd C. Miller 
+MAINTAINER =   Todd C. Miller 
 
 # GPL 
-PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM= Yes
-PERMIT_DISTFILES_FTP=  Yes
+PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_FTP =   Yes
+PERMIT_DISTFILES_CDROM = Yes
+PERMIT_DISTFILES_FTP = Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=imdbpy/}
+MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=imdbpy/}
 
-MODULES=   lang/python
+MODULES =  lang/python
+MODPY_SETUPTOOLS = Yes
 
-NO_REGRESS=Yes
+RUN_DEPENDS =  ::textproc/py-lxml
 
-DOCSDIR=   ${PREFIX}/share/doc/py-imdb
-EXAMPLESDIR=   ${PREFIX}/share/examples/py-imdb
+NO_REGRESS =   Yes
+
+DOCSDIR =  ${PREFIX}/share/doc/py-imdb
+EXAMPLESDIR =  ${PREFIX}/share/examples/py-imdb
 
 post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}
Index: misc/py-imdb/distinfo
===
RCS file: /home/cvs/openbsd/ports/misc/py-imdb/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- misc/py-imdb/distinfo   21 Jun 2008 19:39:04 -  1.12
+++ misc/py-imdb/distinfo   14 Sep 2010 16:56:16 -
@@ -1,5 +1,5 @@
-MD5 (IMDbPY-3.6.tar.gz) = fvx+0y1V+65ZXPoapwbLxg==
-RMD160 (IMDbPY-3.6.tar.gz) = l7Se929Pi9vPIgkT65fivuBEpzA=
-SHA1 (IMDbPY-3.6.tar.gz) = xLBZYzotzwemyW6bUphrXCbPFgU=
-SHA256 (IMDbPY-3.6.tar.gz) = 5xoiffvQmIg3HcHN0uuMAFsb62rK1a0xl3O8ZyDPBGM=
-SIZE (IMDbPY-3.6.tar.gz) = 211626
+MD5 (IMDbPY-4.6.tar.gz) = h21M0EH6I2M+NjfCK/lWIg==
+RMD160 (IMDbPY-4.6.tar.gz) = 1d77NVbvfMCYiArRCngJVWWIwbg=
+SHA1 (IMDbPY-4.6.tar.gz) = asUsmPqG1aRXlH3I4w/t9eIY/6o=
+SHA256 (IMDbPY-4.6.tar.gz) = XiKHbPIr+ZNGVPQizznZjPc2z0txt3cuK+DBfhIlrY0=
+SIZE (IMDbPY-4.6.tar.gz) = 295677
Index: misc/py-imdb/patches/patch-setup_py
===
RCS file: /home/cvs/openbsd/ports/misc/py-imdb/patches/patch-setup_py,v
retrieving revision 1.4
diff -u -r1.4 patch-setup_py
--- misc/py-imdb/patches/patch-setup_py 25 Mar 2005 09:22:41 -  1.4
+++ misc/py-imdb/patches/patch-setup_py 16 Sep 2010 20:07:27 -
@@ -1,13 +1,51 @@
-$OpenBSD: patch-setup_py,v 1.4 2005/03/25 09:22:41 xsa Exp $
 setup.py.orig  Thu Mar 24 17:14:44 2005
-+++ setup.py   Fri Mar 25 10:10:41 2005
-@@ -19,7 +19,8 @@ from distutils.core import setup, Extens
- # interface to the web database is always available.
- DO_LOCAL = 1
- # Install some very simple example scripts.
--DO_SCRIPTS = 1
-+#DO_SCRIPTS = 1
-+DO_SCRIPTS = 0
+$OpenBSD$
+--- setup.py.orig  Sat Jun 19 13:47:49 2010
 setup.py   Thu Sep 16 16:07:17 2010
+@@ -2,6 +2,7 @@
  
+ import os
+ import sys
++import re
+ import ez_setup
+ ez_setup.use_setuptools()
  
- # --- NOTHING TO CONFIGURE BELOW.
+@@ -70,7 +71,7 @@ scripts = ['./bin/get_first_movie.py',
+ 
+ # XXX: I'm not sure that 'etc' is a good idea.  Making it an absolute
+ #  path seems a recipe for a disaster (with bdist_egg, at least).
+-data_files = [('doc', setuptools.findall('docs')), ('etc', 
['docs/imdbpy.cfg'])]
++data_files = [('share/doc/py-imdb', setuptools.findall('docs')), 
('share/examples/py-imdb', ['docs/imdbpy.cfg'])]
+ 
+ 
+ # Defining these 'features', it's possible to run commands like:
+@@ -129,7 +130,7 @@ params = {
+ 'url': home_page,
+ 'download_url': dwnl_url,
+ # Scripts.
+-'scripts': scripts,
++#'scripts': scripts,
+ # Documentation files.
+ 'data_files': data_files,
+ # C extensions.
+@@ -222,17 +223,17 @@ try:
+ languages = runRebuildmo()
+ else:
+ languages = []
+-if languages:
+-data_files.append(('imdb/locale', ['imdb/locale/imdbpy.pot']))
++#if languages:
++#data_files.append(('share/locale', ['imdb/locale/imdbpy.pot']))
+ for lang in

Re: WIP: mediatomb-0.12.1

2010-09-16 Thread Abel Abraham Camarillo Ojeda
On Thu, Sep 16, 2010 at 11:31 AM, Edd Barrett  wrote:
> Hi,
>
> On Tue, Sep 14, 2010 at 11:10:59PM +0100, Robert Bronsdon wrote:
>> Should rc.local check for an active network connection? Can it?
>>
>> It's just mediatomb will fail to start unless it can bind itself to
>> an address/port.
>
> It should bind loopback atleast, but ideally i recommend a network card; that 
> is
> a reponsibility of the user ;)
>
> New port attached:
>  * fix sthen's comments.
>  * use /var/empty for _mediatomb home, like mpd does.
>
> mediatomb user is reserved in user.list.
>
> OK?
>
> --
> Best Regards
> Edd Barrett
>
> http://www.theunixzoo.co.uk
>

I must try this port... my PS3 wants for it...



Re: UPDATE: databases/mysql

2010-09-16 Thread Brad
On Thursday 16 September 2010 13:03:00 Giovanni Bechis wrote:
> Update to latest version, tested @i386, comments ? ok ?
>  Cheers
>   Giovanni

No. I would have commited this long ago if it wasn't broken.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



UPDATE: databases/mysql

2010-09-16 Thread Giovanni Bechis
Update to latest version, tested @i386, comments ? ok ?
 Cheers
  Giovanni
Index: Makefile
===
RCS file: /cvs/ports/databases/mysql/Makefile,v
retrieving revision 1.168
diff -u -p -r1.168 Makefile
--- Makefile18 Jun 2010 11:31:11 -  1.168
+++ Makefile16 Sep 2010 16:46:41 -
@@ -6,7 +6,7 @@ COMMENT-main=   multithreaded SQL database
 COMMENT-server=multithreaded SQL database (server)
 COMMENT-tests= multithreaded SQL database (regression test suite/benchmark)
 
-VERSION=   5.1.48
+VERSION=   5.1.50
 DISTNAME=  mysql-${VERSION}
 PKGNAME-main=  mysql-client-${VERSION}
 PKGNAME-server=mysql-server-${VERSION}
@@ -76,10 +76,10 @@ MULTI_PACKAGES= -main -server -tests
 
 RUN_DEPENDS-server=:mysql-client->=5.1,<5.2:${BASE_PKGPATH} \
:p5-DBD-mysql-*:databases/p5-DBD-mysql
-LIB_DEPENDS-server=mysqlclient:mysql-client->=5.1,<5.2:${BASE_PKGPATH}
+LIB_DEPENDS-server=:mysql-client->=5.1,<5.2:${BASE_PKGPATH}
 
-WANTLIB-server=${WANTLIB} crypto ssl stdc++ wrap z
-WANTLIB-main=  ${WANTLIB} crypto ncurses readline ssl z
+WANTLIB-server=${WANTLIB} crypto mysqlclient ssl stdc++ wrap z
+WANTLIB-main=  ${WANTLIB} crypto ncursesw readline ssl z
 WANTLIB-tests= ${WANTLIB}
 
 post-install:
Index: distinfo
===
RCS file: /cvs/ports/databases/mysql/distinfo,v
retrieving revision 1.50
diff -u -p -r1.50 distinfo
--- distinfo18 Jun 2010 11:31:11 -  1.50
+++ distinfo16 Sep 2010 16:46:41 -
@@ -1,5 +1,5 @@
-MD5 (mysql-5.1.48.tar.gz) = 0ExU0c+9jGyGUMjQePiFsg==
-RMD160 (mysql-5.1.48.tar.gz) = eDV19dxO8ATIJWh45mGdI8wzquQ=
-SHA1 (mysql-5.1.48.tar.gz) = YTJ9hYinPrHKYake762c5XG6xYg=
-SHA256 (mysql-5.1.48.tar.gz) = hDxwlCbYAoGADdXN8IU3Pzz3Q5G1Mdm8B++l+C3hBL0=
-SIZE (mysql-5.1.48.tar.gz) = 23362742
+MD5 (mysql-5.1.50.tar.gz) = I7rEoKr9aDsHfawUbOJwHw==
+RMD160 (mysql-5.1.50.tar.gz) = X0tqxEXuOGuzAE8MJ2Byg9AR2jw=
+SHA1 (mysql-5.1.50.tar.gz) = +1mC+3O7LrBJRhU1KnUQ91EUxtk=
+SHA256 (mysql-5.1.50.tar.gz) = 5xN+ZRc/jyoIvj9S3vSUuy0mgpHpyb2Y6zY3cuWKbeg=
+SIZE (mysql-5.1.50.tar.gz) = 23750564
Index: pkg/PLIST-tests
===
RCS file: /cvs/ports/databases/mysql/pkg/PLIST-tests,v
retrieving revision 1.42
diff -u -p -r1.42 PLIST-tests
--- pkg/PLIST-tests 18 Jun 2010 11:31:11 -  1.42
+++ pkg/PLIST-tests 16 Sep 2010 16:46:48 -
@@ -314,6 +314,7 @@ share/mysql-test/include/mtr_check.sql
 share/mysql-test/include/mtr_warnings.sql
 share/mysql-test/include/mysqlbinlog_row_engine.inc
 share/mysql-test/include/mysqldump.inc
+share/mysql-test/include/mysqlhotcopy.inc
 share/mysql-test/include/mysqltest-x.inc
 share/mysql-test/include/ndb_backup.inc
 share/mysql-test/include/ndb_backup_print.inc
@@ -354,6 +355,7 @@ share/mysql-test/include/report-features
 share/mysql-test/include/reset_master_and_slave.inc
 share/mysql-test/include/restart_mysqld.inc
 share/mysql-test/include/rowid_order.inc
+share/mysql-test/include/rpl_diff_tables.inc
 share/mysql-test/include/rpl_events.inc
 share/mysql-test/include/rpl_loaddata_charset.inc
 share/mysql-test/include/rpl_multi_engine.inc
@@ -709,19 +711,8 @@ share/mysql-test/r/information_schema_in
 share/mysql-test/r/information_schema_part.result
 share/mysql-test/r/init_connect.result
 share/mysql-test/r/init_file.result
-share/mysql-test/r/innodb-autoinc-optimize.result
-share/mysql-test/r/innodb-ucs2.result
-share/mysql-test/r/innodb_autoinc_lock_mode_zero.result
-share/mysql-test/r/innodb_bug30919.result
-share/mysql-test/r/innodb_bug42419.result
-share/mysql-test/r/innodb_gis.result
 share/mysql-test/r/innodb_ignore_builtin.result
-share/mysql-test/r/innodb_lock_wait_timeout_1.result
-share/mysql-test/r/innodb_mysql.result
 share/mysql-test/r/innodb_mysql_lock2.result
-share/mysql-test/r/innodb_mysql_rbk.result
-share/mysql-test/r/innodb_notembedded.result
-share/mysql-test/r/innodb_timeout_rollback.result
 share/mysql-test/r/insert.result
 share/mysql-test/r/insert_notembedded.result
 share/mysql-test/r/insert_select.result
@@ -809,6 +800,8 @@ share/mysql-test/r/mysqldump-max.result
 share/mysql-test/r/mysqldump-no-binlog.result
 share/mysql-test/r/mysqldump.result
 share/mysql-test/r/mysqldump_restore.result
+share/mysql-test/r/mysqlhotcopy_archive.result
+share/mysql-test/r/mysqlhotcopy_myisam.result
 share/mysql-test/r/mysqlshow.result
 share/mysql-test/r/mysqlslap.result
 share/mysql-test/r/mysqltest.result
@@ -1100,6 +1093,7 @@ share/mysql-test/std_data/funcs_1/t4.txt
 share/mysql-test/std_data/funcs_1/t7.txt
 share/mysql-test/std_data/funcs_1/t9.txt
 share/mysql-test/std_data/init_file.dat
+share/mysql-test/std_data/intersect-bug50389.tsv
 share/mysql-test/std_data/latin1.xml
 share/mysql-test/std_data/loaddata1.dat
 share/mysql-test/std_data/loaddat

doxygen

2010-09-16 Thread Stuart Henderson
Here's an update to doxygen prompted by seeing some 'unsupported tag'
warnings. I'm not sure if we want this now or not (it will need a bulk 
build if we do, there will definitely be some PLIST fallout) but since
I have the diff I figured I'd send it out and see what anyone thinks...

Index: Makefile
===
RCS file: /cvs/ports/devel/doxygen/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile10 Aug 2009 06:31:07 -  1.11
+++ Makefile16 Sep 2010 16:42:38 -
@@ -3,9 +3,9 @@
 COMMENT-main=  source code documentation generator tool
 COMMENT-gui=   GUI front-end for doxygen
 
-VERSION=   1.5.4
+VERSION=   1.7.1
 DISTNAME=  doxygen-${VERSION}.src
-PKGNAME-main=  doxygen-${VERSION}p0
+PKGNAME-main=  doxygen-${VERSION}
 FULLPKGNAME-gui=doxygen-gui-${VERSION}
 CATEGORIES=devel textproc 
 
@@ -25,10 +25,7 @@ FLAVOR?=
 USE_GMAKE= Yes
 MODULES=   converters/libiconv
 
-LIB_DEPENDS-main=  png.>=4::graphics/png \
-   ${LIB_DEPENDS}
-
-WANTLIB=   m c stdc++
+WANTLIB=   c m pthread stdc++
 
 CONFIGURE_STYLE=simple
 CONFIGURE_ARGS=--prefix ${WRKINST}${LOCALBASE} \
@@ -40,12 +37,12 @@ MULTI_PACKAGES= -main
 CONFIGURE_ARGS+=--with-doxywizard
 CONFIGURE_ENV= QTDIR=${LOCALBASE}
 
-MODULES+=  x11/qt3
+MODULES+=  x11/qt4
 
 MULTI_PACKAGES+=-gui
 .endif
 
-WANTLIB-gui=   ${WANTLIB} X11 Xext pthread pthread-stubs xcb
+WANTLIB-gui=   ${WANTLIB} QtGui QtXml
 LIB_DEPENDS-gui=${MODQT_LIB_DEPENDS} \
${LIB_DEPENDS}
 RUN_DEPENDS-gui=:doxygen-${VERSION}:${BUILD_PKGPATH}
@@ -54,12 +51,10 @@ WANTLIB-main=   ${WANTLIB} z
 
 MAKE_FLAGS+=   CXX=${CXX} CC=${CC} _CFLAGS="${CXXFLAGS} 
-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+FAKE_FLAGS+=   DESTDIR=
 WRKDIST=   ${WRKDIR}/doxygen-${VERSION}
 
 NO_REGRESS=Yes
 VMEM_WARNING=  Yes
-
-pre-configure:
-   @perl -pi -e 's,!!LOCALBASE!!,${LOCALBASE},g' ${WRKSRC}/configure
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/doxygen/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo6 Jan 2008 10:02:59 -   1.6
+++ distinfo16 Sep 2010 16:42:38 -
@@ -1,5 +1,5 @@
-MD5 (doxygen-1.5.4.src.tar.gz) = EP/o1EXcG/fdaSkrJmkG/w==
-RMD160 (doxygen-1.5.4.src.tar.gz) = Jj4ih9pPvpGkKdxT/jVpsVDHb98=
-SHA1 (doxygen-1.5.4.src.tar.gz) = GoFffea0EveFLVfeyetQ98SwMmg=
-SHA256 (doxygen-1.5.4.src.tar.gz) = 
EuaiFmuMeKmR1M7vHdkEIReyS3biDM/f38MLxKfjHfI=
-SIZE (doxygen-1.5.4.src.tar.gz) = 3762535
+MD5 (doxygen-1.7.1.src.tar.gz) = E+duEPtVWBoW7gTeNcJk8A==
+RMD160 (doxygen-1.7.1.src.tar.gz) = gxh3ZQUiWAeK+wlZuAUk9wPCDNc=
+SHA1 (doxygen-1.7.1.src.tar.gz) = /KddcPSO8N7ydv2NtJV3L2xD+GI=
+SHA256 (doxygen-1.7.1.src.tar.gz) = 
S4ZvOxlJcNfgdolEJV2JsKGq578zf1rj5Lg1jaNJ2jE=
+SIZE (doxygen-1.7.1.src.tar.gz) = 4116363
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/devel/doxygen/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   6 Jan 2008 10:02:59 -   1.3
+++ patches/patch-Makefile_in   16 Sep 2010 16:42:38 -
@@ -1,9 +1,9 @@
 $OpenBSD: patch-Makefile_in,v 1.3 2008/01/06 10:02:59 eric Exp $
 Makefile.in.orig   Mon Dec 17 20:57:30 2007
-+++ Makefile.inMon Dec 17 20:57:44 2007
-@@ -45,7 +45,7 @@ distclean: clean
-   -rm -f addon/doxywizard/moc/moc_*
-   -rm -f addon/doxywizard/config.cpp
+--- Makefile.in.orig   Thu Aug 20 20:41:13 2009
 Makefile.inThu Sep 16 11:35:26 2010
+@@ -42,7 +42,7 @@ distclean: clean
+   -rm -f VERSION
+   -rm -f packages/rpm/doxygen.spec
  
 -DATE=$(shell date "+%B %Y")
 +DATE=`date "+%B %Y"`
Index: patches/patch-addon_doxywizard_Makefile_in
===
RCS file: patches/patch-addon_doxywizard_Makefile_in
diff -N patches/patch-addon_doxywizard_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-addon_doxywizard_Makefile_in  16 Sep 2010 16:42:38 -
@@ -0,0 +1,13 @@
+$OpenBSD$
+--- addon/doxywizard/Makefile.in.orig  Sun May 23 15:51:31 2010
 addon/doxywizard/Makefile.in   Thu Sep 16 17:25:07 2010
+@@ -10,7 +10,8 @@
+ # See the GNU General Public License for more details.
+ # 
+ 
+-QMAKE=qmake $(MKSPECS)
++QMAKE=qmake4 $(MKSPECS)
++MAN1DIR=man/man1
+ 
+ all: Makefile.doxywizard  
+   $(MAKE) -f Makefile.doxywizard 
Index: patches/patch-addon_doxywizard_doxywizard_pro_in
===
RCS file: 
/cvs/ports/devel/doxygen/patches/patch-addon_doxywizard_doxywizard_pro_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-addon_doxywizard_doxywizard_pro_in
--- patches/patch-addon_doxywizard_doxywizard_pro_in6 Jan 2008 10:02:59 
-   1.2
+++ pa

Re: WIP: mediatomb-0.12.1

2010-09-16 Thread Edd Barrett
Hi,

On Tue, Sep 14, 2010 at 11:10:59PM +0100, Robert Bronsdon wrote:
> Should rc.local check for an active network connection? Can it?
> 
> It's just mediatomb will fail to start unless it can bind itself to
> an address/port.

It should bind loopback atleast, but ideally i recommend a network card; that is
a reponsibility of the user ;)

New port attached:
 * fix sthen's comments.
 * use /var/empty for _mediatomb home, like mpd does.

mediatomb user is reserved in user.list.

OK?

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk


mediatomb-foo.tgz
Description: application/tar-gz


Re: TeXLive bugs?

2010-09-16 Thread Predrag Punosevac
Jachim Schipper wrote:
> Hint: the answer is in the fine manual, in paragraph 2.3 in fact.
> Joachim
Thanks!!! Problems are fixed.
Predrag




Re: TeXLive bugs?

2010-09-16 Thread Joachim Schipper
On Thu, Sep 16, 2010 at 11:28:18AM -0400, Predrag Punosevac wrote:
> Dear Edd,
> 
> I know that you are very busy but I was wondering if you could tell me
> anything from the top of your head about the following "problem".
> 
> I am trying to generate bunch of good looking business letters using the
> following template 
> 
> http://www.matthewjmiller.net/files/cover_letters/cover_example.tex
> http://www.matthewjmiller.net/files/cover_letters/uiuc_logo.eps (for
> logo which should be put into figures/UILogoLG3L.eps
> 
> which I used for past three years for the correspondence. The final
> output is supposed to look like 
> 
> http://www.matthewjmiller.net/files/cover_letters/cover_example.pdf
> 
> 
> 
> Unfortunately on the 
> 
> OpenBSD oko.bagdala2.net 4.8 GENERIC.MP#361 i386
> 
> of 22nd of August using texlive_texmf-full-2009p2, 
> texlive_texmf-minimal-2009p1, and texlive_base-2009p4, I get that my 
> signature is moved to the right (like it is used in continental Europe).
> Also the date is flushed right on the mini page containing senders
> information (which absolutely unacceptable as it is messing up document
> big time). 

Why don't you try to solve your own problem, instead of bothering
us/Edd? If this is indeed different from the behaviour of previous
versions, feel free to address this complaint to the maintainer(s) of
newlfm and/or TeXLive.

Hint: the answer is in the fine manual, in paragraph 2.3 in fact.

Joachim



UPDATE: inkscape 0.48

2010-09-16 Thread Brad
Here is an update to inkscape 0.48.


Index: Makefile
===
RCS file: /home/cvs/ports/graphics/inkscape/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile13 Sep 2010 17:52:53 -  1.14
+++ Makefile16 Sep 2010 15:44:12 -
@@ -2,12 +2,9 @@
 
 COMMENT=   SVG vector drawing application
 
-DISTNAME=  inkscape-0.46
-REVISION=  12
+DISTNAME=  inkscape-0.48.0
 CATEGORIES=graphics
 
-MAINTAINER=Benoit Chesneau 
-
 HOMEPAGE=  http://www.inkscape.org/
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=inkscape/}
@@ -19,12 +16,12 @@ PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=  Yes
 
 WANTLIB=   X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
-   Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
+   Xi Xinerama Xrandr Xrender aspell atk-1.0 c cairo \
cairomm-1.0 expat fontconfig freetype glib-2.0 glibmm-2.4 \
-   glitz gmodule-2.0 gobject-2.0 gthread-2.0 m \
+   glitz gmodule-2.0 gobject-2.0 gsl gslcblas gthread-2.0 m \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 pthread \
sigc-2.0 stdc++ xml2 z gio-2.0 giomm-2.4 \
-   pthread-stubs xcb gc.>=3 popt MagickCore Magick++ MagickWand \
+   pthread-stubs xcb gc.>=3 popt MagickCore Magick++ \
lcms png xslt poppler poppler-glib atkmm-1.6 gdkmm-2.4 \
gtkmm-2.4 pangomm-1.4 gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 \
gtkspell xcb-render xcb-render-util
@@ -33,21 +30,19 @@ MODULES=devel/gettext \
textproc/intltool
 
 BUILD_DEPENDS= ::devel/boost
-
 LIB_DEPENDS=   ::devel/boehm-gc \
+   ::devel/gsl \
+   ::devel/pangomm \
::devel/popt \
::graphics/ImageMagick \
::graphics/lcms \
::graphics/png \
-   ::textproc/libxslt \
::print/poppler \
+   ::textproc/aspell/core \
+   ::textproc/gtkspell \
+   ::textproc/libxslt \
::x11/gtk2mm \
-   ::devel/pangomm \
-   ::x11/gtk+2 \
-   ::textproc/gtkspell
-
-FAKE_FLAGS=itlocaledir="${PREFIX}/share/locale/"
-
+   ::x11/gtk+2
 RUN_DEPENDS=   ::devel/desktop-file-utils \
::textproc/py-lxml
 
@@ -56,21 +51,14 @@ USE_LIBTOOL=Yes
 USE_X11=   Yes
 NO_REGRESS=Yes
 
-CONFIGURE_STYLE=   autoconf gnu
-AUTOCONF_VERSION=  2.61
-
-CONFIGURE_ARGS=--with-popt --mandir=${PREFIX}/man \
-   --with-xft --without-gnome-print \
-   --without-gnome-vfs --enable-lcms
+CONFIGURE_STYLE=   gnu
+CONFIGURE_ARGS=--disable-silent-rules --without-gnome-vfs
 
 CPPFLAGS=  -I${LOCALBASE}/include -I${X11BASE}/include \
-I${LOCALBASE}/include/libpng \
-I${LOCALBASE}/include/ImageMagick
 
 CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
-   LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
-   PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig" \
-   GMSGFMT="${LOCALBASE}/bin/msgfmt" \
-   MSGFMT="${LOCALBASE}/bin/msgfmt"
+   LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
 
 .include 
Index: distinfo
===
RCS file: /home/cvs/ports/graphics/inkscape/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo4 Apr 2008 14:37:26 -   1.1.1.1
+++ distinfo15 Sep 2010 14:21:23 -
@@ -1,5 +1,5 @@
-MD5 (inkscape-0.46.tar.gz) = O66QNARzeQEhJ+UvmxONMg==
-RMD160 (inkscape-0.46.tar.gz) = RJ4H+kyqcfIAJXdDU9GcrWdGMaw=
-SHA1 (inkscape-0.46.tar.gz) = t8U8bSvA3k/yTUpr7oY1n/Eb7yc=
-SHA256 (inkscape-0.46.tar.gz) = kYYeDXIigRbTHgcZL3f+nglo1O0GSZgpstZuZBSWmTo=
-SIZE (inkscape-0.46.tar.gz) = 18615326
+MD5 (inkscape-0.48.0.tar.gz) = u5RUO4ExV9gygWV6iUZdRg==
+RMD160 (inkscape-0.48.0.tar.gz) = DZfBcTb+aaIki7TPTS9ils4Yw38=
+SHA1 (inkscape-0.48.0.tar.gz) = IgremBBpqR06+rnL/3X2XHURnaI=
+SHA256 (inkscape-0.48.0.tar.gz) = CBL2ymOqfEuyNskyoCvU4MtSCUBLtCz/X2WtD4SEQXY=
+SIZE (inkscape-0.48.0.tar.gz) = 25870275
Index: patches/patch-Makefile_in
===
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- patches/patch-Makefile_in   4 Apr 2008 14:37:26 -   1.1.1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
-$OpenBSD: patch-Makefile_in,v 1.1.1.1 2008/04/04 14:37:26 landry Exp $
 Makefile.in.orig   Sun Mar 30 20:56:25 2008
-+++ Makefile.inSun Mar 30 20:56:57 2008
-@@ -14,6 +14,7 @@
- 
- @SET_MAKE@
- 
-+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
- pkgli

TeXLive bugs?

2010-09-16 Thread Predrag Punosevac
Dear Edd,

I know that you are very busy but I was wondering if you could tell me
anything from the top of your head about the following "problem".

I am trying to generate bunch of good looking business letters using the
following template 

http://www.matthewjmiller.net/files/cover_letters/cover_example.tex
http://www.matthewjmiller.net/files/cover_letters/uiuc_logo.eps (for
logo which should be put into figures/UILogoLG3L.eps

which I used for past three years for the correspondence. The final
output is supposed to look like 

http://www.matthewjmiller.net/files/cover_letters/cover_example.pdf



Unfortunately on the 

OpenBSD oko.bagdala2.net 4.8 GENERIC.MP#361 i386

of 22nd of August using texlive_texmf-full-2009p2, 
texlive_texmf-minimal-2009p1, and texlive_base-2009p4, I get that my 
signature is moved to the right (like it is used in continental Europe).
Also the date is flushed right on the mini page containing senders
information (which absolutely unacceptable as it is messing up document
big time). 

I would guess that there is a switch that I can use to flush my
signature to the left again. What about that stupid date.

Most Kind Regards,
Predrag Punosevac

P.S. I was expecting problems with Powerdot on my latest installation
because it is full of bugs but it is actually working better than
previous.) 








Re: UPDATE: collectd-4.10.1

2010-09-16 Thread Landry Breuil
On Thu, Sep 16, 2010 at 10:51:01AM +0200, Thomas Schoeller wrote:
> Hi,
> 
> On Wed, Aug 18, 2010 at 11:45:14AM +0200, Simon Kuhnle wrote:
> > Hi,
> > 
> > this patch updates sysutils/collectd to version 4.10.1
> > 
> > Changelog: http://collectd.org/news.shtml#news85
> > 
> 
> the 4.10.0 port does not build on armish. the new version includes this
> patch:
> http://github.com/octo/collectd/commit/df69fe8118215a80bb1f2e4b1a68c508abffb054
> 
> so it builds and run also on armish.

-current has 4.10.1.

Landry



Re: UPDATE: collectd-4.10.1

2010-09-16 Thread Thomas Schoeller
Hi,

On Wed, Aug 18, 2010 at 11:45:14AM +0200, Simon Kuhnle wrote:
> Hi,
> 
> this patch updates sysutils/collectd to version 4.10.1
> 
> Changelog: http://collectd.org/news.shtml#news85
> 

the 4.10.0 port does not build on armish. the new version includes this
patch:
http://github.com/octo/collectd/commit/df69fe8118215a80bb1f2e4b1a68c508abffb054

so it builds and run also on armish.

thomas



UPDATE: graphics/dcraw 9.04

2010-09-16 Thread Stuart Henderson
- update dcraw to 9.04

- remove the snprintf patches; we're generally not doing this
for anything new in ports, and without upstream taking them back,
it makes maintenance an absolute nightmare

ok?


Index: Makefile
===
RCS file: /cvs/ports/graphics/dcraw/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile6 Jun 2008 13:20:19 -   1.11
+++ Makefile16 Sep 2010 08:40:42 -
@@ -2,15 +2,12 @@
 
 COMMENT =  digital camera RAW format conversion tool
 
-DISTNAME = dcraw-8.86
+DISTNAME = dcraw-9.04
 CATEGORIES =   graphics
 
 HOMEPAGE = http://www.cybercom.net/~dcoffin/dcraw/
 
 MASTER_SITES = http://cybercom.net/~dcoffin/dcraw/archive/
-   
-LIB_DEPENDS =  jpeg.>=6::graphics/jpeg \
-   lcms::graphics/lcms
 
 # Some code is completely free, some is under the GPL
 PERMIT_PACKAGE_CDROM = Yes
@@ -18,7 +15,10 @@ PERMIT_PACKAGE_FTP = Yes
 PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
-WANTLIB =  c m
+WANTLIB =  c jpeg lcms m
+
+LIB_DEPENDS =  ::graphics/jpeg \
+   ::graphics/lcms
 
 NO_REGRESS =   Yes
 SEPARATE_BUILD = simple
Index: distinfo
===
RCS file: /cvs/ports/graphics/dcraw/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo25 Jul 2008 22:19:01 -  1.9
+++ distinfo16 Sep 2010 08:40:42 -
@@ -1,5 +1,5 @@
-MD5 (dcraw-8.86.tar.gz) = h0qRQNaJJ5kQJMIr9C+UFQ==
-RMD160 (dcraw-8.86.tar.gz) = 1YnSeRM/DngItdHfO8XV9OKaxVY=
-SHA1 (dcraw-8.86.tar.gz) = VwbfoAQSnklYW/Vi2ezw4BGsRT4=
-SHA256 (dcraw-8.86.tar.gz) = r4mtc1LBv3DA+PVysd2AYhM9M7/waHe5I5yj9R6vQmw=
-SIZE (dcraw-8.86.tar.gz) = 148079
+MD5 (dcraw-9.04.tar.gz) = twUu9f/pEnMK0Ovk2ybnDg==
+RMD160 (dcraw-9.04.tar.gz) = bq4oJCq8OqCyIvIn+wX/a4/4QCI=
+SHA1 (dcraw-9.04.tar.gz) = xloMe7UszdBcKtzPSzQ/TQyqtA4=
+SHA256 (dcraw-9.04.tar.gz) = wBMZ7UiqeQf3IJ8TuY3uk6d79M1AeCZlL/f7Rm8ZPMU=
+SIZE (dcraw-9.04.tar.gz) = 160533
Index: patches/patch-dcraw_c
===
RCS file: patches/patch-dcraw_c
diff -N patches/patch-dcraw_c
--- patches/patch-dcraw_c   6 Jun 2008 13:20:19 -   1.7
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,231 +0,0 @@
 dcraw.c.orig   Tue Apr 29 14:22:52 2008
-+++ dcraw.cSun Jun  1 03:10:50 2008
-@@ -1253,8 +1253,8 @@ void CLASS nikon_3700()
-   bits = (dp[8] & 3) << 4 | (dp[20] & 3);
-   for (i=0; i < sizeof table / sizeof *table; i++)
- if (bits == table[i].bits) {
--  strcpy (make,  table[i].make );
--  strcpy (model, table[i].model);
-+  strlcpy (make,  table[i].make,  sizeof make);
-+  strlcpy (model, table[i].model, sizeof model);
- }
- }
- 
-@@ -3030,7 +3030,7 @@ void CLASS foveon_interpolate()
- FORC3 diag[c][i] = LAST(1,1)*LAST(2,2) - LAST(1,2)*LAST(2,1);
-   #undef LAST
-   FORC3 div[c] = diag[c][0]*0.3127 + diag[c][1]*0.329 + diag[c][2]*0.3583;
--  sprintf (str, "%sRGBNeutral", model2);
-+  snprintf (str, sizeof str, "%sRGBNeutral", model2);
-   if (foveon_camf_param ("IncludeBlocks", str))
- foveon_fixed (div, 3, str);
-   num = 0;
-@@ -3397,9 +3397,9 @@ void CLASS bad_pixels (char *fname)
-   if (*cp == '\\') *cp = '/';
- #endif
- cp = fname + strlen(fname);
--if (cp[-1] == '/') cp--;
-+if (cp[-1] == '/') cp--, *cp = '\0';
- while (*fname == '/') {
--  strcpy (cp, "/.badpixels");
-+  strlcat (fname, "/.badpixels", len);
-   if ((fp = fopen (fname, "r"))) break;
-   if (cp == fname) break;
-   while (*--cp != '/');
-@@ -4798,7 +4798,7 @@ void CLASS parse_mos (int offset)
- if (!strcmp(data,"ShootObj_back_type")) {
-   fscanf (ifp, "%d", &i);
-   if ((unsigned) i < sizeof mod / sizeof (*mod))
--  strcpy (model, mod[i]);
-+  strlcpy (model, mod[i], sizeof model);
- }
- if (!strcmp(data,"icc_camera_to_tone_matrix")) {
-   for (i=0; i < 9; i++)
-@@ -5130,7 +5130,7 @@ int CLASS parse_tiff_ifd (int base)
- if (flip % 180 == 90) SWAP(width,height);
- filters = flip = 0;
-   }
--  sprintf (model, "Ixpress %d-Mp", height*width/100);
-+  snprintf (model, sizeof model, "Ixpress %d-Mp", height*width/100);
-   load_raw = &CLASS imacon_full_load_raw;
-   if (filters) {
- if (left_margin & 1) filters = 0x61616161;
-@@ -5438,6 +5438,7 @@ void CLASS parse_external_jpeg()
- {
-   char *file, *ext, *jname, *jfile, *jext;
-   FILE *save=ifp;
-+  size_t ifsize;
- 
-   ext  = strrchr (ifname, '.');
-   file = strrchr (ifname, '/');
-@@ -5445,13 +5446,15 @@ void CLASS parse_external_jpeg()
-   if (!file) file = ifname-1;
-   file++;
-   if (!ext || strlen(ext) != 4 || ext-file != 8) return;
--  jname = (char *) malloc (strlen(ifname) + 1);
-+  ifsize = strlen(ifname) + 1;
-+  jname = (char *) malloc (ifsize);
-   merror (jname, "parse_external()");
--  strcpy (jname, ifname);
-

Re: [UPDATE] security/arirang to 1.95

2010-09-16 Thread jung
> Asking ports for dependency ruby-1.8.6.369p3(lang/ruby)
> arirang-1.95(security/arirang):
> LIB_DEPENDS:   ruby.2 from ruby-1.8.6.369p3 (/usr/local/bin/arirang)

> you need LIB_DEPENDS+=${MODRUBY_LIB_DEPENDS}..

yeap.

new diff attachment.
p.s related ruby ports is difficult ;-)


arirang-1.95-r2.diff
Description: Binary data


Re: [UPDATE] security/arirang to 1.95

2010-09-16 Thread Landry Breuil
On Thu, Sep 16, 2010 at 10:14:52AM +0900, jung wrote:
> >I'm pretty sure there's a nicer way to deal with extconf.rb files in our
> >ruby ports infrastructure. And it should use lang/ruby MODULE.
> 
> thank you for kind ask.
> 
> ok, changed the Makefile :-)

Asking ports for dependency ruby-1.8.6.369p3(lang/ruby)
arirang-1.95(security/arirang):
LIB_DEPENDS:   ruby.2 from ruby-1.8.6.369p3 (/usr/local/bin/arirang)

you need LIB_DEPENDS+=${MODRUBY_LIB_DEPENDS}...

Landry



Re: [UPDATE] misc/py-imdb to 4.6

2010-09-16 Thread Federico G. Schwindt
On Wed, Sep 15, 2010 at 03:29:20PM -0400, Todd C. Miller wrote:
> After much hair pulling I believe this addresses the problems.
> There is likely a better way to do that setup.py bits but I am not
> of the slithering persuasion.
> [..]

  I'd skip the .po/.pot files. Maybe add devel to categories?
  Untested but looks good otherwise.

  f.-



DHL Epost imprime et envoie votre courrier pour vous

2010-09-16 Thread DHL Epost
Avec DHL EPOST:

Une fois écrit, c’est envoyé!

DHL EPOST imprime et envoie votre courrier pour vous. 

Faites des économies sur l'impression, la mise sous pli, l'envoi et
l'affranchissement de vos courriers.
Tout se fait depuis votre ordinateur.

Testez gratuitement DHL EPOST

Gestion de publipostage et d'envois en recommandé.

 
Plus d'informations: 
http://track.effiliation.com/servlet/effi.redir?id_compteur=11366152&url=http://www.epost.fr/demande-d-information?type=1&utm_source=affiliation&utm_medium=email&utm_campaign=effiliation-classique


Conformément à la loi informatique & libertés du 6 janvier 1978, je
dispose d'un droit d'accès, de rectification et d'opposition aux
données personnelles me concernant. 
Ce message commercial vous est envoyé par “Team Leaders”.. Vous
recevez ce message parce que vous vous êtes inscrit sur l'un des
sites partenaires de “Team Leaders”. Vos données nominatives
n'ont pas été transmises à l'annonceur. Si vous ne souhaitez plus
recevoir notre lettre d'information Remplissez ce formulaire: 
http://87.255.69.213/unsubscribe/index.php?q=po...@openbsd.org





Re: webkit 1.2.4

2010-09-16 Thread Dawe
On Sep 15, 2010 07:10, Marco Peereboom wrote:
> Well that's not good. Can you send this information to the webkit
> mailing lists?
> 
> On Wed, Sep 15, 2010 at 11:09:34AM +0200, Dawe wrote:
> > On Sep 15, 2010 10:07, Landry Breuil wrote:
> > > On Tue, Sep 14, 2010 at 03:41:56PM +0200, Landry Breuil wrote:
> > > > Yo,
> > > > 
> > > > please test with your favorite consumer.. i'll put it in a bulk.
> > > 
> > > This caused no fallout in an amd64 bulk, and even built on sparc64.
> > > If noone complains that it broke their favourite browser, this'll
> > > get in in a few days.
> > > 
> > > Landry
> > > 
> > 
> > Works for me with midori on amd64.
> > The only thing I noticed was that the moodle page of my university reloads
> > in an endless loop if JavaScript is enabled. It stops reloading after
> > disabling JavaScript. That doesn't happen with 1.2.3.
> > 
> 

I just tried with surf and xxxterm. Both load the moodle page just fine. 
So the bug seems to be triggered by the combination of midori and webkit-1.2.4.
I will file a bug with midori and see what they say.