From wxs at FreeBSD.org Sun Jun 1 18:09:35 2008 From: wxs at FreeBSD.org (Wesley Shields) Date: Sun Jun 1 18:09:37 2008 Subject: svgfig review Message-ID: <20080601175055.GA58188@atarininja.org> I'm hoping this is the right place to ask, I'm looking for a review of [1] before I commit it in ports. It is a python module which lets you draw mathematical figures in python and export them as SVG. Any thoughts or comments on it? I'd like to commit it soon. -- WXS [1]: http://www.atarininja.org/~wxs/patches/queue/svgfig.shar From edwin at FreeBSD.org Sun Jun 1 20:50:14 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Jun 1 20:50:16 2008 Subject: ports/124193: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 Message-ID: <200806012050.m51KoDwg096130@freefall.freebsd.org> Synopsis: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 1 20:50:13 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124193 From dindin at dindin.ru Sun Jun 1 21:40:05 2008 From: dindin at dindin.ru (=?KOI8-R?B?5MXOydMg4sHSz9c=?=) Date: Sun Jun 1 21:40:07 2008 Subject: ports/124193: [NEW PORT] graphics/py-exiv2 Message-ID: <200806012140.m51Le470000987@freefall.freebsd.org> The following reply was made to PR ports/124193; it has been noted by GNATS. From: "=?KOI8-R?B?5MXOydMg4sHSz9c=?=" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124193: [NEW PORT] graphics/py-exiv2 Date: Sun, 1 Jun 2008 21:08:13 +0000 ------=_Part_1578_14786380.1212354493256 Content-Type: multipart/alternative; boundary="----=_Part_1579_30494341.1212354493256" ------=_Part_1579_30494341.1212354493256 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry, that was wrong shar - this one much better: # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # graphics/py-exiv2/ # graphics/py-exiv2/Makefile # graphics/py-exiv2/distinfo # graphics/py-exiv2/pkg-descr # graphics/py-exiv2/pkg-plist # echo c - graphics/py-exiv2/ mkdir -p graphics/py-exiv2/ > /dev/null 2>&1 echo x - graphics/py-exiv2/Makefile sed 's/^X//' >graphics/py-exiv2/Makefile << 'END-of-graphics/py-exiv2/Makefile' X# New ports collection makefile for: py-exiv2 X# Date created: 2008-06-01 X# Whom: Denis Barov X# X# $FreeBSD$ X# X XPORTNAME= exiv2 XPORTVERSION= 0.1.2 XCATEGORIES= graphics python XMASTER_SITES= http://tilloy.net/dev/pyexiv2/releases/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= py${PORTNAME}-${PORTVERSION} X XMAINTAINER= dindin@dindin.ru XCOMMENT= Python bindings for exiv2 X XLIB_DEPENDS= exiv2.3:${PORTSDIR}/graphics/exiv2\ X boost_python.4:${PORTSDIR}/devel/boost-python X XWRKSRC= ${WRKDIR}/py${PORTNAME} XUSE_PYTHON= yes XUSE_GMAKE= yes XUSE_BZIP2= yes XUSE_SCONS= yes XUSE_LDCONFIG= yes XSCONS_ENV+= PREFIX=${PREFIX} XSCONS_ARGS+= prefix=${PREFIX} use_env=1 X Xpost-patch: X ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\ X "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\ X LIBPATH=\"${PREFIX}/lib\"|'\ X ${WRKSRC}/src/SConscript X X.include END-of-graphics/py-exiv2/Makefile echo x - graphics/py-exiv2/distinfo sed 's/^X//' >graphics/py-exiv2/distinfo << 'END-of-graphics/py-exiv2/distinfo' XMD5 (pyexiv2-0.1.2.tar.bz2) = 246dae9b4eca5d2fe2a4e3762e13fac1 XSHA256 (pyexiv2-0.1.2.tar.bz2) = b28109f0607b5c3f020e73274a540e5f19ce8b164a9953d0ff2f9229764d7ae2 XSIZE (pyexiv2-0.1.2.tar.bz2) = 35796 END-of-graphics/py-exiv2/distinfo echo x - graphics/py-exiv2/pkg-descr sed 's/^X//' >graphics/py-exiv2/pkg-descr << 'END-of-graphics/py-exiv2/pkg-descr' XPython bindings to exiv2 X XWWW: http://tilloy.net/dev/pyexiv2/ END-of-graphics/py-exiv2/pkg-descr echo x - graphics/py-exiv2/pkg-plist sed 's/^X//' >graphics/py-exiv2/pkg-plist << 'END-of-graphics/py-exiv2/pkg-plist' X%%PYTHON_SITELIBDIR%%/libpyexiv2.so X%%PYTHON_SITELIBDIR%%/pyexiv2.py END-of-graphics/py-exiv2/pkg-plist exit -- Denis Barov Yandex http://www.yandex.ru WEB-Search Administtration Team e-mail: dindin@yandex-team.ru ------=_Part_1579_30494341.1212354493256 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline


Sorry, that was wrong shar - this one much better:


# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#   graphics/py-exiv2/
#   graphics/py-exiv2/Makefile
#   graphics/py-exiv2/distinfo
#   graphics/py-exiv2/pkg-descr
#   graphics/py-exiv2/pkg-plist
#
echo c - graphics/py-exiv2/
mkdir -p graphics/py-exiv2/ > /dev/null 2>&1
echo x - graphics/py-exiv2/Makefile
sed 's/^X//' >graphics/py-exiv2/Makefile << 'END-of-graphics/py-exiv2/Makefile'
X# New ports collection makefile for:   py-exiv2
X# Date created:        2008-06-01
X# Whom:            Denis Barov <dindin@dindin.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=  exiv2
XPORTVERSION=   0.1.2
XCATEGORIES=    graphics python
XMASTER_SITES=  http://tilloy.net/dev/pyexiv2/releases/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME=  py${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=    dindin@dindin.ru
XCOMMENT=   Python bindings for exiv2
X
XLIB_DEPENDS=   exiv2.3:${PORTSDIR}/graphics/exiv2\
X               boost_python.4:${PORTSDIR}/devel/boost-python
X
XWRKSRC=    ${WRKDIR}/py${PORTNAME}
XUSE_PYTHON=    yes
XUSE_GMAKE= yes
XUSE_BZIP2= yes
XUSE_SCONS=  yes
XUSE_LDCONFIG=   yes
XSCONS_ENV+= PREFIX=${PREFIX}
XSCONS_ARGS+=    prefix=${PREFIX} use_env=1
X
Xpost-patch:
X   ${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\
X       "${PREFIX}/include"\]|' -e 's|LIBS=libs|LIBS=libs,\
X       LIBPATH=\"${PREFIX}/lib\"|'\
X       ${WRKSRC}/src/SConscript
X
X.include <bsd.port.mk>
END-of-graphics/py-exiv2/Makefile
echo x - graphics/py-exiv2/distinfo
sed 's/^X//' >graphics/py-exiv2/distinfo << 'END-of-graphics/py-exiv2/distinfo'
XMD5 (pyexiv2-0.1.2.tar.bz2) = 246dae9b4eca5d2fe2a4e3762e13fac1
XSHA256 (pyexiv2-0.1.2.tar.bz2) = b28109f0607b5c3f020e73274a540e5f19ce8b164a9953d0ff2f9229764d7ae2
XSIZE (pyexiv2-0.1.2.tar.bz2) = 35796
END-of-graphics/py-exiv2/distinfo
echo x - graphics/py-exiv2/pkg-descr
sed 's/^X//' >graphics/py-exiv2/pkg-descr << 'END-of-graphics/py-exiv2/pkg-descr'
XPython bindings to exiv2
X
XWWW: http://tilloy.net/dev/pyexiv2/
END-of-graphics/py-exiv2/pkg-descr
echo x - graphics/py-exiv2/pkg-plist
sed 's/^X//' >graphics/py-exiv2/pkg-plist << 'END-of-graphics/py-exiv2/pkg-plist'
X%%PYTHON_SITELIBDIR%%/libpyexiv2.so
X%%PYTHON_SITELIBDIR%%/pyexiv2.py
END-of-graphics/py-exiv2/pkg-plist
exit



--
Denis Barov
Yandex http://www.yandex.ru
WEB-Search Administtration Team
e-mail: dindin@yandex-team.ru ------=_Part_1579_30494341.1212354493256-- ------=_Part_1578_14786380.1212354493256 Content-Type: text/plain; name=py-exiv2.shar.txt Content-Transfer-Encoding: base64 X-Attachment-Id: f_fgyd3dlx0 Content-Disposition: attachment; filename=py-exiv2.shar.txt IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJZ3JhcGhpY3MvcHktZXhpdjIv CiMJZ3JhcGhpY3MvcHktZXhpdjIvTWFrZWZpbGUKIwlncmFwaGljcy9weS1leGl2Mi9kaXN0aW5m bwojCWdyYXBoaWNzL3B5LWV4aXYyL3BrZy1kZXNjcgojCWdyYXBoaWNzL3B5LWV4aXYyL3BrZy1w bGlzdAojCmVjaG8gYyAtIGdyYXBoaWNzL3B5LWV4aXYyLwpta2RpciAtcCBncmFwaGljcy9weS1l eGl2Mi8gPiAvZGV2L251bGwgMj4mMQplY2hvIHggLSBncmFwaGljcy9weS1leGl2Mi9NYWtlZmls ZQpzZWQgJ3MvXlgvLycgPmdyYXBoaWNzL3B5LWV4aXYyL01ha2VmaWxlIDw8ICdFTkQtb2YtZ3Jh cGhpY3MvcHktZXhpdjIvTWFrZWZpbGUnClgjIE5ldyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxl IGZvcjoJcHktZXhpdjIKWCMgRGF0ZSBjcmVhdGVkOgkJMjAwOC0wNi0wMQpYIyBXaG9tOgkJCURl bmlzIEJhcm92IDxkaW5kaW5AZGluZGluLnJ1PgpYIwpYIyAkRnJlZUJTRCQKWCMKWApYUE9SVE5B TUU9CWV4aXYyClhQT1JUVkVSU0lPTj0JMC4xLjIKWENBVEVHT1JJRVM9CWdyYXBoaWNzIHB5dGhv bgpYTUFTVEVSX1NJVEVTPQlodHRwOi8vdGlsbG95Lm5ldC9kZXYvcHlleGl2Mi9yZWxlYXNlcy8K WFBLR05BTUVQUkVGSVg9CSR7UFlUSE9OX1BLR05BTUVQUkVGSVh9ClhESVNUTkFNRT0JcHkke1BP UlROQU1FfS0ke1BPUlRWRVJTSU9OfQpYClhNQUlOVEFJTkVSPQlkaW5kaW5AZGluZGluLnJ1ClhD T01NRU5UPQlQeXRob24gYmluZGluZ3MgZm9yIGV4aXYyClgKWExJQl9ERVBFTkRTPQlleGl2Mi4z OiR7UE9SVFNESVJ9L2dyYXBoaWNzL2V4aXYyXApYCQkJCWJvb3N0X3B5dGhvbi40OiR7UE9SVFNE SVJ9L2RldmVsL2Jvb3N0LXB5dGhvbgpYClhXUktTUkM9CSR7V1JLRElSfS9weSR7UE9SVE5BTUV9 ClhVU0VfUFlUSE9OPQl5ZXMKWFVTRV9HTUFLRT0JeWVzClhVU0VfQlpJUDI9CXllcwpYVVNFX1ND T05TPSAgeWVzClhVU0VfTERDT05GSUc9ICAgeWVzClhTQ09OU19FTlYrPSBQUkVGSVg9JHtQUkVG SVh9ClhTQ09OU19BUkdTKz0gICAgcHJlZml4PSR7UFJFRklYfSB1c2VfZW52PTEKWApYcG9zdC1w YXRjaDoKWAkke1JFSU5QTEFDRV9DTUR9IC1lICdzfHB5dGhvbl9pbmNfcGF0aFxdfHB5dGhvbl9p bmNfcGF0aCxcClgJCSIke1BSRUZJWH0vaW5jbHVkZSJcXXwnIC1lICdzfExJQlM9bGlic3xMSUJT PWxpYnMsXApYCQlMSUJQQVRIPVwiJHtQUkVGSVh9L2xpYlwifCdcClgJCSR7V1JLU1JDfS9zcmMv U0NvbnNjcmlwdApYClguaW5jbHVkZSA8YnNkLnBvcnQubWs+CkVORC1vZi1ncmFwaGljcy9weS1l eGl2Mi9NYWtlZmlsZQplY2hvIHggLSBncmFwaGljcy9weS1leGl2Mi9kaXN0aW5mbwpzZWQgJ3Mv XlgvLycgPmdyYXBoaWNzL3B5LWV4aXYyL2Rpc3RpbmZvIDw8ICdFTkQtb2YtZ3JhcGhpY3MvcHkt ZXhpdjIvZGlzdGluZm8nClhNRDUgKHB5ZXhpdjItMC4xLjIudGFyLmJ6MikgPSAyNDZkYWU5YjRl Y2E1ZDJmZTJhNGUzNzYyZTEzZmFjMQpYU0hBMjU2IChweWV4aXYyLTAuMS4yLnRhci5iejIpID0g YjI4MTA5ZjA2MDdiNWMzZjAyMGU3MzI3NGE1NDBlNWYxOWNlOGIxNjRhOTk1M2QwZmYyZjkyMjk3 NjRkN2FlMgpYU0laRSAocHlleGl2Mi0wLjEuMi50YXIuYnoyKSA9IDM1Nzk2CkVORC1vZi1ncmFw aGljcy9weS1leGl2Mi9kaXN0aW5mbwplY2hvIHggLSBncmFwaGljcy9weS1leGl2Mi9wa2ctZGVz Y3IKc2VkICdzL15YLy8nID5ncmFwaGljcy9weS1leGl2Mi9wa2ctZGVzY3IgPDwgJ0VORC1vZi1n cmFwaGljcy9weS1leGl2Mi9wa2ctZGVzY3InClhQeXRob24gYmluZGluZ3MgdG8gZXhpdjIKWCAg ICAgICAgICAgICAgICAgICAgICAgICAgICAKWFdXVzogaHR0cDovL3RpbGxveS5uZXQvZGV2L3B5 ZXhpdjIvCkVORC1vZi1ncmFwaGljcy9weS1leGl2Mi9wa2ctZGVzY3IKZWNobyB4IC0gZ3JhcGhp Y3MvcHktZXhpdjIvcGtnLXBsaXN0CnNlZCAncy9eWC8vJyA+Z3JhcGhpY3MvcHktZXhpdjIvcGtn LXBsaXN0IDw8ICdFTkQtb2YtZ3JhcGhpY3MvcHktZXhpdjIvcGtnLXBsaXN0JwpYJSVQWVRIT05f U0lURUxJQkRJUiUlL2xpYnB5ZXhpdjIuc28KWCUlUFlUSE9OX1NJVEVMSUJESVIlJS9weWV4aXYy LnB5CkVORC1vZi1ncmFwaGljcy9weS1leGl2Mi9wa2ctcGxpc3QKZXhpdAoK ------=_Part_1578_14786380.1212354493256-- From miwi at FreeBSD.org Sun Jun 1 22:24:43 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Sun Jun 1 22:24:45 2008 Subject: ports/124193: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 Message-ID: <200806012224.m51MOhrb003282@freefall.freebsd.org> Synopsis: [NEW PORT] graphics/py-exiv2 python bindings to exiv2 State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Sun Jun 1 22:24:43 UTC 2008 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124193 From dfilter at FreeBSD.ORG Sun Jun 1 22:40:03 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun Jun 1 22:40:04 2008 Subject: ports/124193: commit references a PR Message-ID: <200806012240.m51Me2Q5005279@freefall.freebsd.org> The following reply was made to PR ports/124193; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124193: commit references a PR Date: Sun, 1 Jun 2008 22:34:18 +0000 (UTC) miwi 2008-06-01 22:34:14 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-exiv2 Makefile distinfo pkg-descr pkg-plist Log: pyexiv2 is a python binding to exiv2, the C++ library for manipulation of EXIF and IPTC image metadata. It is a python module that allows your python scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image files (JPEG, TIFF, ...). It is designed as a high level interface to the functionalities offered by exiv2 (and is built on top of it). Using python's built-in data types and standard modules, it provides easy manipulation of image metadata. WWW: http://tilloy.net/dev/pyexiv2/ PR: ports/124193 Submitted by: Denis Barov Revision Changes Path 1.1158 +1 -0 ports/graphics/Makefile 1.1 +37 -0 ports/graphics/py-exiv2/Makefile (new) 1.1 +3 -0 ports/graphics/py-exiv2/distinfo (new) 1.1 +10 -0 ports/graphics/py-exiv2/pkg-descr (new) 1.1 +2 -0 ports/graphics/py-exiv2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From bugmaster at FreeBSD.org Mon Jun 2 11:06:59 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 2 11:07:28 2008 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200806021106.m52B6wFi093276@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/109550 python lang/python25 does not install /usr/local/bin/python o ports/110728 python mail/py-spambayes should load config file from a stand o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener f ports/123627 python [PATCH]devel/py-distorm: update to 1.7.29 and rework p o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for f ports/123797 python Update port: devel/py-tables to 2.0.3 9 problems total. From bugmaster at FreeBSD.org Mon Jun 2 11:08:21 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 2 11:08:23 2008 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200806021108.m52B8KIJ094658@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in 1 problem total. From edwin at FreeBSD.org Thu Jun 5 18:10:26 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Thu Jun 5 18:10:48 2008 Subject: ports/124311: Update port: devel/py-parsing to 1.5.0 Message-ID: <200806051810.m55IAN1e071842@freefall.freebsd.org> Synopsis: Update port: devel/py-parsing to 1.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Jun 5 18:10:23 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124311 From miwi at FreeBSD.org Thu Jun 5 18:20:13 2008 From: miwi at FreeBSD.org (miwi@FreeBSD.org) Date: Thu Jun 5 18:20:26 2008 Subject: ports/124311: Update port: devel/py-parsing to 1.5.0 Message-ID: <200806051820.m55IKDK7073859@freefall.freebsd.org> Synopsis: Update port: devel/py-parsing to 1.5.0 Responsible-Changed-From-To: freebsd-python->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Jun 5 18:20:13 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=124311 From bugmaster at FreeBSD.org Mon Jun 9 11:07:05 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 9 11:07:35 2008 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200806091107.m59B743G070848@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/109550 python lang/python25 does not install /usr/local/bin/python o ports/110728 python mail/py-spambayes should load config file from a stand o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener f ports/123627 python [PATCH]devel/py-distorm: update to 1.7.29 and rework p o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for f ports/123797 python Update port: devel/py-tables to 2.0.3 9 problems total. From bugmaster at FreeBSD.org Mon Jun 9 11:08:17 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 9 11:08:19 2008 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200806091108.m59B8Hvp072288@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in 1 problem total. From kris at FreeBSD.org Tue Jun 10 16:51:25 2008 From: kris at FreeBSD.org (Kris Kennaway) Date: Tue Jun 10 16:51:28 2008 Subject: [Fwd: INDEX build optimizations - please review] Message-ID: <484EB10D.8090003@FreeBSD.org> Hi guys, Since you are all positive "stakeholders" in the code I'm changing, I'd like you to sign off on it before I proceed. Thanks, Kris -------------- next part -------------- An embedded message was scrubbed... From: Kris Kennaway Subject: INDEX build optimizations - please review Date: Tue, 10 Jun 2008 18:45:32 +0200 Size: 27934 Url: http://lists.freebsd.org/pipermail/freebsd-python/attachments/20080610/72609cd8/INDEXbuildoptimizations-pleasereview.eml From felipebgn at gmail.com Thu Jun 12 01:06:33 2008 From: felipebgn at gmail.com (Felipe Neuwald) Date: Thu Jun 12 01:06:40 2008 Subject: Performance with python and FreeBSD 7.0 amd64 Message-ID: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> Hi all, We have a few servers running zope + plone. On one server running FreeBSD 6.3-STABLE i386, I got no problems, but, with one server running FreeBSD 7.0-STABLE amd64, same versions of applications, I got some errors, like the following: dmesg result: pid 74775 (python), uid 1002: exited on signal 11 pid 74861 (python), uid 1002: exited on signal 11 pid 74911 (python), uid 1002: exited on signal 11 pid 74926 (python), uid 1002: exited on signal 11 pid 74970 (python), uid 1002: exited on signal 11 pid 75038 (python), uid 1002: exited on signal 11 pid 75069 (python), uid 1002: exited on signal 11 pid 75095 (python), uid 1002: exited on signal 11 pid 75131 (python), uid 1002: exited on signal 11 pid 75136 (python), uid 1002: exited on signal 11 pid 75204 (python), uid 1002: exited on signal 11 pid 75842 (python), uid 1002: exited on signal 11 pid 75949 (python), uid 1002: exited on signal 10 pid 75962 (python), uid 1002: exited on signal 11 pid 75999 (python), uid 1002: exited on signal 4 pid 76097 (python), uid 1002: exited on signal 10 pid 77452 (python), uid 1002: exited on signal 11 pid 78012 (python), uid 1002: exited on signal 10 pid 78044 (python), uid 1002: exited on signal 11 pid 78425 (python), uid 1002: exited on signal 4 pid 78464 (python), uid 1002: exited on signal 11 pid 78615 (python), uid 1002: exited on signal 11 pid 78638 (python), uid 1002: exited on signal 11 pid 78656 (python), uid 1002: exited on signal 11 pid 78809 (python), uid 1002: exited on signal 11 pid 79076 (python), uid 1002: exited on signal 11 pid 84577 (python), uid 1002: exited on signal 11 I'm using python version 2.4 on every server. So, if someone can help me: - How can I debug the system to find the error? - How can I configure the server for plone + zope (python) best performance? Thank you very much, Felipe Neuwald. From andymac at bullseye.apana.org.au Thu Jun 12 12:40:43 2008 From: andymac at bullseye.apana.org.au (Andrew MacIntyre) Date: Thu Jun 12 12:40:50 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> Message-ID: <485107C2.7080202@bullseye.andymac.org> Felipe Neuwald wrote: > We have a few servers running zope + plone. On one server running > FreeBSD 6.3-STABLE i386, I got no problems, but, with one server > running FreeBSD 7.0-STABLE amd64, same versions of applications, I got > some errors, like the following: > > dmesg result: > pid 74775 (python), uid 1002: exited on signal 11 segmentation violation {...} > pid 75949 (python), uid 1002: exited on signal 10 bus error {...} > pid 75999 (python), uid 1002: exited on signal 4 illegal instruction {...} Hmm... that's an interesting mix of failures. I have seen bus errors when Python runs out of stack space either in the main thread or child threads (not an unknown issue with Zope). gcc 4.x in my limited experience generates sometimes noticeably larger stack frames than gcc 3.x (which is standard on 6.x), which can provoke unexpected stack exhaustion. You don't mention whether you're using a local build or a binary package. Nor do you mention the point release (python 2.4.5 is the most recent in the 2.4 series). The default thread stack size according to my 6.3 box's ports is 1MB for Python 2.4.4) which should be adequate for most circumstances. The illegal instruction failure suggests something wrong with your binaries (including those built for Zope). The segmentation violations often indicate a problem with reference counts, frequently attributable to bugs in 3rd party extensions. You might want to check that all binaries for Python, Zope & Plone (if it has any) link against the same libraries. If you can snaffle cores, you might want to try and extract backtraces from gdb (debugging symbols would make this more productive...) -- ------------------------------------------------------------------------- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au (pref) | Snail: PO Box 370 andymac@pcug.org.au (alt) | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia From felipebgn at gmail.com Thu Jun 12 16:32:25 2008 From: felipebgn at gmail.com (Felipe Neuwald) Date: Thu Jun 12 16:32:28 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <485107C2.7080202@bullseye.andymac.org> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> <485107C2.7080202@bullseye.andymac.org> Message-ID: <928b5da90806120932v49113d35if81b12c45c86c662@mail.gmail.com> > > Hmm... that's an interesting mix of failures. > > I have seen bus errors when Python runs out of stack space either in the > main thread or child threads (not an unknown issue with Zope). > > gcc 4.x in my limited experience generates sometimes noticeably larger > stack frames than gcc 3.x (which is standard on 6.x), which can provoke > unexpected stack exhaustion. > > You don't mention whether you're using a local build or a binary package. > Nor do you mention the point release (python 2.4.5 is the most recent in > the 2.4 series). I'm using a local build, installed via ports tree (python24-2.4.5_1). > The default thread stack size according to my 6.3 box's ports is 1MB for > Python 2.4.4) which should be adequate for most circumstances. > > The illegal instruction failure suggests something wrong with your > binaries (including those built for Zope). > > The segmentation violations often indicate a problem with reference > counts, frequently attributable to bugs in 3rd party extensions. > > You might want to check that all binaries for Python, Zope & Plone (if it > has any) link against the same libraries. Ok, I'll try to check these. I'm not the python + zope + plone guy, I'm the FreeBSD administrator. I'll have to work with the application team to find the solution for these problem. > If you can snaffle cores, you might want to try and extract backtraces > from gdb (debugging symbols would make this more productive...) Ok, I'll also try to get more information with cores. Thanks, Felipe Neuwald. From felipebgn at gmail.com Thu Jun 12 17:57:07 2008 From: felipebgn at gmail.com (Felipe Neuwald) Date: Thu Jun 12 17:57:09 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <485107C2.7080202@bullseye.andymac.org> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> <485107C2.7080202@bullseye.andymac.org> Message-ID: <928b5da90806121057j48c178bdp773adfe759561e15@mail.gmail.com> Andrew, I'll try to recompile python with "HUGE STACK SIZE" option. Let's see. Felipe Neuwald. From felipebgn at gmail.com Fri Jun 13 12:45:54 2008 From: felipebgn at gmail.com (Felipe Neuwald) Date: Fri Jun 13 12:45:57 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <928b5da90806121057j48c178bdp773adfe759561e15@mail.gmail.com> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> <485107C2.7080202@bullseye.andymac.org> <928b5da90806121057j48c178bdp773adfe759561e15@mail.gmail.com> Message-ID: <928b5da90806130545w37621619t20dab5495318459a@mail.gmail.com> Andrew and all, After recompile python 2.4 with HUGE_STACK_SIZE option, I got no more problems. I'll still wait the weekend to say it again, and wait for the customer reply about system performance / errors. If I got news, I'll send to you. Thank you very much, Felipe Neuwald. 2008/6/12 Felipe Neuwald : > Andrew, I'll try to recompile python with "HUGE STACK SIZE" option. Let's see. > > Felipe Neuwald. > From lwhsu at FreeBSD.org Sun Jun 15 04:33:43 2008 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Sun Jun 15 04:33:45 2008 Subject: ports/123627: [PATCH]devel/py-distorm: update to 1.7.29 and rework port Message-ID: <200806150433.m5F4Xg29027295@freefall.freebsd.org> Synopsis: [PATCH]devel/py-distorm: update to 1.7.29 and rework port Responsible-Changed-From-To: freebsd-python->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Sun Jun 15 04:33:41 UTC 2008 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=123627 From lwhsu at FreeBSD.org Sun Jun 15 08:20:05 2008 From: lwhsu at FreeBSD.org (Li-Wen Hsu) Date: Sun Jun 15 08:20:07 2008 Subject: ports/123675: New port: deskutils/py-labyrinth Mind mapping tool for Gnome written in Python Message-ID: <200806150820.m5F8K4Ju098179@freefall.freebsd.org> The following reply was made to PR ports/123675; it has been noted by GNATS. From: Li-Wen Hsu To: nakal@web.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/123675: New port: deskutils/py-labyrinth Mind mapping tool for Gnome written in Python Date: Sun, 15 Jun 2008 16:00:51 +0800 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello Martin, We usually don't add a new port with ports@FreeBSD.org in maintainer field. Would you mind be the maintainer of this port? Thanks! Best Regards, Li-Wen --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkhUzDIACgkQQWsOOSiXsijmEQCfUxZGYklaQYw01rKmnpofwKNI yEEAnip2WXiXYhpN1Bj4esZClK9uVNSZ =e3hJ -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From edwin at FreeBSD.org Sun Jun 15 17:10:15 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sun Jun 15 17:10:17 2008 Subject: ports/124620: [new port] ports/math/py-networkx Message-ID: <200806151710.m5FHAFbB097487@freefall.freebsd.org> Synopsis: [new port] ports/math/py-networkx Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 15 17:10:14 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124620 From dfilter at FreeBSD.ORG Sun Jun 15 21:20:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Sun Jun 15 21:20:07 2008 Subject: ports/124620: commit references a PR Message-ID: <200806152120.m5FLK3g7063612@freefall.freebsd.org> The following reply was made to PR ports/124620; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124620: commit references a PR Date: Sun, 15 Jun 2008 21:16:06 +0000 (UTC) lwhsu 2008-06-15 21:16:01 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-networkx Makefile distinfo pkg-descr pkg-message pkg-plist math/py-networkx/files patch-setup.py Log: Add py-networkx 0.36, tools for complex network. PR: ports/124620 Submitted by: dikshie Revision Changes Path 1.477 +1 -0 ports/math/Makefile 1.1 +26 -0 ports/math/py-networkx/Makefile (new) 1.1 +3 -0 ports/math/py-networkx/distinfo (new) 1.1 +18 -0 ports/math/py-networkx/files/patch-setup.py (new) 1.1 +21 -0 ports/math/py-networkx/pkg-descr (new) 1.1 +4 -0 ports/math/py-networkx/pkg-message (new) 1.1 +281 -0 ports/math/py-networkx/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lwhsu at FreeBSD.org Sun Jun 15 21:20:27 2008 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Sun Jun 15 21:20:29 2008 Subject: ports/124620: [new port] ports/math/py-networkx Message-ID: <200806152120.m5FLKQNC063794@freefall.freebsd.org> Synopsis: [new port] ports/math/py-networkx State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Sun Jun 15 21:20:26 UTC 2008 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124620 From bugmaster at FreeBSD.org Mon Jun 16 11:07:02 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 16 11:08:04 2008 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200806161107.m5GB71PN036817@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/109550 python lang/python25 does not install /usr/local/bin/python o ports/110728 python mail/py-spambayes should load config file from a stand o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for f ports/123797 python Update port: devel/py-tables to 2.0.3 8 problems total. From bugmaster at FreeBSD.org Mon Jun 16 11:08:15 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 16 11:09:05 2008 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200806161108.m5GB8EW7038259@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in 1 problem total. From felipebgn at gmail.com Mon Jun 16 12:44:55 2008 From: felipebgn at gmail.com (Felipe Neuwald) Date: Mon Jun 16 12:44:59 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <928b5da90806130545w37621619t20dab5495318459a@mail.gmail.com> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> <485107C2.7080202@bullseye.andymac.org> <928b5da90806121057j48c178bdp773adfe759561e15@mail.gmail.com> <928b5da90806130545w37621619t20dab5495318459a@mail.gmail.com> Message-ID: <928b5da90806160544y26c069ddl5bb6a6b946fefe5c@mail.gmail.com> Hi Andrew and all, Just to inform: after the weekend test, I still got no more errors. I think the problem is solved. Thank you very much, Felipe Neuwald. 2008/6/13 Felipe Neuwald : > Andrew and all, > > After recompile python 2.4 with HUGE_STACK_SIZE option, I got no more > problems. I'll still wait the weekend to say it again, and wait for > the customer reply about system performance / errors. If I got news, > I'll send to you. > > Thank you very much, > > Felipe Neuwald. > > 2008/6/12 Felipe Neuwald : >> Andrew, I'll try to recompile python with "HUGE STACK SIZE" option. Let's see. >> >> Felipe Neuwald. >> > From andymac at bullseye.apana.org.au Mon Jun 16 14:40:16 2008 From: andymac at bullseye.apana.org.au (Andrew MacIntyre) Date: Mon Jun 16 14:40:21 2008 Subject: Performance with python and FreeBSD 7.0 amd64 In-Reply-To: <928b5da90806160544y26c069ddl5bb6a6b946fefe5c@mail.gmail.com> References: <928b5da90806111738h55bbbbb0y3e9731323a1561f4@mail.gmail.com> <485107C2.7080202@bullseye.andymac.org> <928b5da90806121057j48c178bdp773adfe759561e15@mail.gmail.com> <928b5da90806130545w37621619t20dab5495318459a@mail.gmail.com> <928b5da90806160544y26c069ddl5bb6a6b946fefe5c@mail.gmail.com> Message-ID: <48566D5E.3090208@bullseye.andymac.org> Felipe Neuwald wrote: > Just to inform: after the weekend test, I still got no more errors. I > think the problem is solved. > > Thank you very much, > > Felipe Neuwald. > > 2008/6/13 Felipe Neuwald : >> Andrew and all, >> >> After recompile python 2.4 with HUGE_STACK_SIZE option, I got no more >> problems. I'll still wait the weekend to say it again, and wait for >> the customer reply about system performance / errors. If I got news, >> I'll send to you. Hope it stays that way for you. FWIW, Python 2.5 and later don't need to be recompiled to change the thread stack size, provided you can change the main script - there's a function in the threading module that will do it. Regards, Andrew. -- ------------------------------------------------------------------------- Andrew I MacIntyre "These thoughts are mine alone..." E-mail: andymac@bullseye.apana.org.au (pref) | Snail: PO Box 370 andymac@pcug.org.au (alt) | Belconnen ACT 2616 Web: http://www.andymac.org/ | Australia From edwin at FreeBSD.org Tue Jun 17 17:40:14 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Jun 17 17:40:19 2008 Subject: ports/124686: [ports] update textproc/py-pyx12 to 1.5.0 Message-ID: <200806171740.m5HHeDGd079368@freefall.freebsd.org> Synopsis: [ports] update textproc/py-pyx12 to 1.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 17 17:40:13 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124686 From edwin at FreeBSD.org Tue Jun 17 21:10:15 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Tue Jun 17 21:10:22 2008 Subject: ports/124689: irc/py-gozerbot update to 0.8.1.1 Message-ID: <200806172110.m5HLAEq5032125@freefall.freebsd.org> Synopsis: irc/py-gozerbot update to 0.8.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Jun 17 21:10:14 UTC 2008 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124689 From edwin at FreeBSD.org Wed Jun 18 21:48:47 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Wed Jun 18 21:48:50 2008 Subject: ports/124729: lang/python25 - Python 2.5 fails in building a package Message-ID: <200806182148.m5ILmlCP094434@freefall.freebsd.org> Synopsis: lang/python25 - Python 2.5 fails in building a package Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jun 18 21:48:47 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=124729 From linimon at FreeBSD.org Wed Jun 18 22:23:52 2008 From: linimon at FreeBSD.org (linimon@FreeBSD.org) Date: Wed Jun 18 22:24:04 2008 Subject: FreeBSD ports that you maintain which are currently marked broken Message-ID: <20080618222351.81BAC1CCB9@mail.droso.net> Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 5.x/6.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: devel/py-rbtree broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.2008052822/py25-rbtree-0.8.0.log (May 30 00:31:33 UTC 2008) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-rbtree If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From lwhsu at FreeBSD.org Thu Jun 19 02:18:00 2008 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Thu Jun 19 02:18:02 2008 Subject: ports/124689: irc/py-gozerbot update to 0.8.1.1 Message-ID: <200806190217.m5J2HxtY094531@freefall.freebsd.org> Synopsis: irc/py-gozerbot update to 0.8.1.1 State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Thu Jun 19 02:17:59 UTC 2008 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124689 From dfilter at FreeBSD.ORG Thu Jun 19 02:20:08 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jun 19 02:20:09 2008 Subject: ports/124689: commit references a PR Message-ID: <200806190220.m5J2K8v5094686@freefall.freebsd.org> The following reply was made to PR ports/124689; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124689: commit references a PR Date: Thu, 19 Jun 2008 02:16:51 +0000 (UTC) lwhsu 2008-06-19 02:16:46 UTC FreeBSD ports repository Modified files: irc/py-gozerbot Makefile distinfo pkg-plist Log: - Update to to 0.8.1.1 PR: ports/124689 Submitted by: Sten Spans (maintainer) Revision Changes Path 1.6 +3 -9 ports/irc/py-gozerbot/Makefile 1.3 +3 -3 ports/irc/py-gozerbot/distinfo 1.3 +100 -33 ports/irc/py-gozerbot/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From lwhsu at FreeBSD.org Thu Jun 19 02:36:39 2008 From: lwhsu at FreeBSD.org (lwhsu@FreeBSD.org) Date: Thu Jun 19 02:36:41 2008 Subject: ports/124686: [ports] update textproc/py-pyx12 to 1.5.0 Message-ID: <200806190236.m5J2adoE096957@freefall.freebsd.org> Synopsis: [ports] update textproc/py-pyx12 to 1.5.0 State-Changed-From-To: open->closed State-Changed-By: lwhsu State-Changed-When: Thu Jun 19 02:36:38 UTC 2008 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=124686 From dfilter at FreeBSD.ORG Thu Jun 19 02:40:04 2008 From: dfilter at FreeBSD.ORG (dfilter service) Date: Thu Jun 19 02:40:06 2008 Subject: ports/124686: commit references a PR Message-ID: <200806190240.m5J2e3iD097102@freefall.freebsd.org> The following reply was made to PR ports/124686; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/124686: commit references a PR Date: Thu, 19 Jun 2008 02:36:35 +0000 (UTC) lwhsu 2008-06-19 02:36:30 UTC FreeBSD ports repository Modified files: textproc/py-pyx12 Makefile distinfo pkg-plist Log: - Update to 1.5.0 PR: ports/124686 Submitted by: John Holland (maintainer) Revision Changes Path 1.9 +2 -2 ports/textproc/py-pyx12/Makefile 1.7 +3 -3 ports/textproc/py-pyx12/distinfo 1.6 +8 -2 ports/textproc/py-pyx12/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From bugmaster at FreeBSD.org Mon Jun 23 11:07:00 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 23 11:07:30 2008 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200806231106.m5NB6x7I065067@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/109550 python lang/python25 does not install /usr/local/bin/python o ports/110728 python mail/py-spambayes should load config file from a stand o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for f ports/123797 python Update port: devel/py-tables to 2.0.3 8 problems total. From bugmaster at FreeBSD.org Mon Jun 23 11:08:18 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 23 11:08:20 2008 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200806231108.m5NB8Hk2066469@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/124729 python lang/python25 - Python 2.5 fails in building a package 2 problems total. From edwin at FreeBSD.org Sat Jun 28 13:20:09 2008 From: edwin at FreeBSD.org (edwin@FreeBSD.org) Date: Sat Jun 28 13:20:14 2008 Subject: ports/125077: [Update]net/py-twitter:update to 0.5 Message-ID: <200806281320.m5SDK8ux090174@freefall.freebsd.org> Synopsis: [Update]net/py-twitter:update to 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Jun 28 13:20:08 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=125077 From bugmaster at FreeBSD.org Mon Jun 30 11:07:03 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 30 11:07:24 2008 Subject: Current problem reports assigned to freebsd-python@FreeBSD.org Message-ID: <200806301107.m5UB72aa095851@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- a ports/108576 python databases/postgresql-plpython make fails on 6.2 / amd6 o ports/116132 python lang/Python25 - Python 2.4 -> 2.5 upgrade leaves meta- 2 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/109550 python lang/python25 does not install /usr/local/bin/python o ports/110728 python mail/py-spambayes should load config file from a stand o ports/115940 python Missed one file in lang/python25 if NO_NIS defined o ports/118301 python devel/py-setuptools easy-install.pth contents lost on o ports/119440 python lang/python25: NO_NIS=true in /etc/make.conf breaks pk o ports/123154 python New port: devel/py-yapps2 (an easy-to-use parser gener o ports/123675 python New port: deskutils/py-labyrinth Mind mapping tool for f ports/123797 python Update port: devel/py-tables to 2.0.3 8 problems total. From bugmaster at FreeBSD.org Mon Jun 30 11:08:24 2008 From: bugmaster at FreeBSD.org (FreeBSD bugmaster) Date: Mon Jun 30 11:08:26 2008 Subject: Current problem reports assigned to python@FreeBSD.org Message-ID: <200806301108.m5UB8NXB097281@freefall.freebsd.org> Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/122616 python databases/py-pyPgSQL - apply bytea escape bug patch in o ports/124729 python lang/python25 - Python 2.5 fails in building a package o ports/125077 python [Update]net/py-twitter:update to 0.5 3 problems total. From delphij at FreeBSD.org Mon Jun 30 18:47:36 2008 From: delphij at FreeBSD.org (delphij@FreeBSD.org) Date: Mon Jun 30 18:47:38 2008 Subject: ports/125077: [Update]net/py-twitter:update to 0.5 Message-ID: <200806301847.m5UIlaM8050255@freefall.freebsd.org> Synopsis: [Update]net/py-twitter:update to 0.5 State-Changed-From-To: open->closed State-Changed-By: delphij State-Changed-When: Mon Jun 30 18:47:10 UTC 2008 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: python->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Mon Jun 30 18:47:10 UTC 2008 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=125077