audio/sonata update

2008-03-19 Thread Marc Winiger
- update to 1.4.2 (request and diff by Simon Kuhnle) - remove py-ElementTree dependency - remove MAINTAINER (no MX record) ok? Index: Makefile === RCS file: /cvs/ports/audio/sonata/Makefile,v retrieving revision 1.7 diff -u -r1.7 Ma

Re: py-ElementTree

2008-03-19 Thread Marc Winiger
py-ElementTree is included in python2.5, so build it only for python2.4 this changes depend on pending changes in sonata and py-turbogears Index: py-ElementTree/Makefile === RCS file: /cvs/ports/textproc/py-ElementTree/Makefile,v re

www/py-formencode update

2008-03-19 Thread Marc Winiger
Hi, Is that ok for you? All 74 regression test are ok. Marc Index: Makefile === RCS file: /cvs/ports/www/py-formencode/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile13 Jan 2008 17:16:49 - 1.6 ++

audio/sonata, remove py-ElemeneTree dependency

2008-03-19 Thread Marc Winiger
Remove py-ElemeneTree dependency, because python2.5 has it onboard. ok? Index: Makefile === RCS file: /cvs/ports/audio/sonata/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile19 Feb 2008 16:14:13 -

Re: py-ElementTree

2008-03-19 Thread Marc Winiger
Will Maier wrote: On Tue, Mar 18, 2008 at 04:30:16PM +0100, Marc Winiger wrote: Adding python2.4 and python2.5 flavours. This is needed for an upcoming plone 3.0 port. ElementTree is available in Python 2.5 by default (see xml.etree.ElementTree). Instead of providing 2.5 and 2.4

py-ElementTree

2008-03-18 Thread Marc Winiger
Adding python2.4 and python2.5 flavours. This is needed for an upcoming plone 3.0 port. Testing and ok welcome. Marc diff -urNx CVS py-ElementTree.orig/Makefile py-ElementTree/Makefile --- py-ElementTree.orig/MakefileTue Mar 18 15:11:12 2008 +++ py-ElementTree/Makefile Tue Mar 18 13

Re: samba shows empty directories

2008-03-05 Thread Marc Winiger
Holger von Rhein wrote: On Tue 2007-12-11 09:46, Marc Winiger wrote: we have problems to share non-ffs filesystems with samba. it makes no difference if the share points to such a filesystem or the filesystem is mounted as a subdirectory of the share. this happens on 4.2 and -current

Re: split www/zope and www/plone into multiple versions

2008-02-14 Thread Marc Winiger
Marc Balmer wrote: Nikolay Sturm wrote: * Marc Winiger [2008-02-08]: The versions of zope and plone in the -current cvs tree are broken. They don't work togheter. So we decided to split the ports into multiple versions, that the user can choose the version he needs. Why would it make

Re: zope / python issue: py-${product} changes

2008-01-08 Thread Marc Winiger
The attached diffs are reworked and tested by simon and me. any comments? ok? Index: databases/py-ldap/Makefile === RCS file: /cvs/ports/databases/py-ldap/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- databases/py-l

UPDATE: www/zope-placelesstranslationservice

2008-01-08 Thread Marc Winiger
The versions of zope and zope-placelesstranslationservice in the tree don't work together for me. So I updated pts from 1.2-rc1 version to 1.2.7 ok? Marc Index: www/zope-placelesstranslationservice/Makefile === RCS file: /cvs/ports

zope / python issue: py-${product} changes

2008-01-07 Thread Marc Winiger
Hi Attached you find four patches for python products, that need to be built for python2.4 and python2.5. It is a must that this products can be installed for two versions in parallel to make zope working with them. Please review and comment. A remaining problem: In py-psycopg we should on

sysutils/usbutil fix

2007-12-14 Thread Marc Winiger
Some USB devices fail if a string is requested with language id 0. So read the langid from string descriptor 0 first. comments? ok? Index: Makefile === RCS file: /cvs/ports/sysutils/usbutil/Makefile,v retrieving revision 1.15 diff -

samba / non-ffs shares

2007-12-11 Thread Marc Winiger
we have problems to share non-ffs filesystems with samba. it makes no difference if the share points to such a filesystem or the filesystem is mounted as a subdirectory of the share. this happens on 4.2 and -current anybody can confirm? any ideas what the problem is? clientside: <[EMAIL PRO

Re: Python versions, Zope and, Python modules

2007-11-12 Thread Marc Winiger
Marc Balmer wrote: Everyone interested in Zope (and Plone), please take a look at this. I am totally open for better solutions. IMO everyone using python should be interessted. Why is python maintained in different versions, while site-packages can only be used with one version? Python can

SECURITY: www/wordpress-mu

2007-11-07 Thread Marc Winiger
This is a sync of WordPress 2.3.1 which includes native tagging support as well as many bug and security fixes. Index: wordpress-mu/Makefile === RCS file: /cvs/ports/www/wordpress-mu/Makefile,v retrieving revision 1.1.1.1 diff -u -r1

NEW: www/wordpress-mu

2007-10-23 Thread Marc Winiger
This is a multi-user version of wordpress. Further information on http://mu.wordpress.org Please test and comment, or even an ok? Marc wordpress-mu.tgz Description: Binary data

www/wordpress-mu

2007-10-16 Thread Marc Winiger
This is a multi-user version of wordpress. Further information on http://mu.wordpress.org Please test and comment or even an ok? Marc wordpress-mu.tar.gz Description: application/gzip

Re: Diffing added files with anoncvs

2007-10-06 Thread Marc Winiger
Hi Stefan Sperling wrote: How do you 'nicely' diff files you've added? The only way I know is either manually hacking the CVS/Entries file or using a tool that does this such as cvsdo ("cvsdo add ") from cvsutils. Then cvs diff will pick them up. Do you have another way? You could do somethi

x11/sisctrl

2007-10-03 Thread Marc Winiger
Hi This is a gtk+2 gui to change screens, resolution, brightness, contrast, overlay, etc. of a running X-Server with a SiS graphics card. comments? OKs? Marc sisctrl.tgz Description: Binary data

NEW: www/syweb

2007-10-02 Thread Marc Winiger
Hi I worked on the syweb-0.53 port of Willem Dijkstra and updated it to syweb-0.55 Any comments? Marc syweb.tgz Description: Binary data

FIX: sysutils/usbutil

2007-07-22 Thread Marc Winiger
usbctl works fine for devices connected to an ehci usb controller. but if it tries to read string descriptors on uhci controllers the connected device get STALLED. by removing the following define, usbctl reads the string in two steps. first it gets one byte to read the length of the string descri

NEW: wordpressmu 1.2.3

2007-07-18 Thread Marc Winiger
WordPress MU is a multi user version of WordPress. This port is derived from Kevin Lo's wordpress port. Please test and comment wordpressmu.tgz Description: Binary data

Re: FIX/UPDATE: comms/hylafax-4.2.5

2006-02-17 Thread Marc Winiger
Marc Winiger wrote: Please test and comment. Also fixes the following issues: - Send fax as Mail did not work, because the binaries were not found - FILETYPE=pdf needs dependency to mail/metamail Marc

UPDATE: comms/hylafax-4.2.5

2006-02-17 Thread Marc Winiger
HOMEPAGE= http://www.HylaFAX.org/ +MAINTAINER= Marc Winiger <[EMAIL PROTECTED]> + MASTER_SITES= ftp://ftp.hylafax.org/source/ # License: BSD @@ -19,7 +21,8 @@ PERMIT_DISTFILES_FTP= Yes WANTLIB= c m stdc++ util z -RUN_DEPENDS=