From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 06:00:07 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4559916A420 for ; Mon, 11 Feb 2008 06:00:07 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id D31C813C46B for ; Mon, 11 Feb 2008 06:00:06 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA02.westchester.pa.mail.comcast.net with comcast id o5eW1Y00J0vyq2s5200F00; Mon, 11 Feb 2008 05:43:53 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA05.westchester.pa.mail.comcast.net with comcast id o5k51Y0031n8LeU3R00000; Mon, 11 Feb 2008 05:44:06 +0000 X-Authority-Analysis: v=1.0 c=1 a=F3gSL_OXeQ8A:10 a=7kiTle3lKNtkRwzPy_EA:9 a=09RrzI8X__bPZWUUIOMA:7 a=tNTwNhDl_UtrST4FqtDnMgoWewMA:4 a=SV7veod9ZcQA:10 a=M3PvEdNFSBYA:10 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 4E018C180; Mon, 11 Feb 2008 00:44:05 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Naram Qashat X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20080211054405.4E018C180@kirby.cyberbotx.com> Date: Mon, 11 Feb 2008 00:44:05 -0500 (EST) Cc: gnome@FreeBSD.org Subject: [PATCH] x11-toolkits/gtk: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 06:00:07 -0000 >Submitter-Id: current-users >Originator: Naram Qashat >Organization: >Confidential: no >Synopsis: [PATCH] x11-toolkits/gtk: Respect if user wants to disable CUPS >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.3-RELEASE i386 >Environment: System: FreeBSD kirby.cyberbotx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 23 16:14:04 EST 2008 >Description: - Respect if the user has defined WITHOUT_CUPS when they want to disable CUPS within GTK+. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gtk-2.12.7.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-toolkits/gtk/Makefile /kirby/shared/ports/gtk20/Makefile --- /usr/ports/x11-toolkits/gtk/Makefile 2008-02-11 00:42:40.000000000 -0500 +++ /kirby/shared/ports/gtk20/Makefile 2008-02-11 00:41:48.000000000 -0500 @@ -64,7 +64,7 @@ .include -.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) +.if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_CUPS)) LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base PLIST_SUB+= CUPS:="" .else --- gtk-2.12.7.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 06:00:15 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9231816A418; Mon, 11 Feb 2008 06:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6311313C4E9; Mon, 11 Feb 2008 06:00:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1B60F1k083067; Mon, 11 Feb 2008 06:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1B60FvS083063; Mon, 11 Feb 2008 06:00:15 GMT (envelope-from edwin) Date: Mon, 11 Feb 2008 06:00:15 GMT Message-Id: <200802110600.m1B60FvS083063@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/120521: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 06:00:15 -0000 Synopsis: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 11 06:00:14 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=120521 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 06:07:38 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCB7816A468 for ; Mon, 11 Feb 2008 06:07:38 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from QMTA08.emeryville.ca.mail.comcast.net (qmta08.emeryville.ca.mail.comcast.net [76.96.30.80]) by mx1.freebsd.org (Postfix) with ESMTP id B084713C474 for ; Mon, 11 Feb 2008 06:07:38 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from OMTA07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by QMTA08.emeryville.ca.mail.comcast.net with comcast id o2c51Y0081GXsucA80Ge00; Mon, 11 Feb 2008 05:51:28 +0000 Received: from kirby.cyberbotx.com ([68.43.195.82]) by OMTA07.emeryville.ca.mail.comcast.net with comcast id o5rd1Y0021n8LeU8T00000; Mon, 11 Feb 2008 05:51:38 +0000 X-Authority-Analysis: v=1.0 c=1 a=R5MmMdKxbcoA:10 a=7kiTle3lKNtkRwzPy_EA:9 a=ynMthG0nP-bDATSQUygA:7 a=zBjs4c8p2UJzX7N65_11S14rwgIA:4 a=SV7veod9ZcQA:10 a=M3PvEdNFSBYA:10 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id D3453C180; Mon, 11 Feb 2008 00:51:36 -0500 (EST) To: FreeBSD-gnats-submit@freebsd.org From: Naram Qashat X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20080211055136.D3453C180@kirby.cyberbotx.com> Date: Mon, 11 Feb 2008 00:51:36 -0500 (EST) Cc: gnome@FreeBSD.org Subject: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 06:07:38 -0000 >Submitter-Id: current-users >Originator: Naram Qashat >Organization: >Confidential: no >Synopsis: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.3-RELEASE i386 >Environment: System: FreeBSD kirby.cyberbotx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 23 16:14:04 EST 2008 >Description: - Respect if the user has defined WITHOUT_CUPS when they want to disable CUPS within libgnomeprint. Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libgnomeprint-2.18.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/print/libgnomeprint/Makefile /kirby/shared/ports/libgnomeprint/Makefile --- /usr/ports/print/libgnomeprint/Makefile 2008-01-31 09:56:02.000000000 -0500 +++ /kirby/shared/ports/libgnomeprint/Makefile 2008-02-11 00:50:24.000000000 -0500 @@ -41,7 +41,7 @@ .include -.if defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so) +.if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_GUPS)) CONFIGURE_ARGS+= --with-cups LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups PLIST_SUB+= CUPS:="" --- libgnomeprint-2.18.3.patch ends here --- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 06:42:58 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430F416A417; Mon, 11 Feb 2008 06:42:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1409713C45E; Mon, 11 Feb 2008 06:42:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1B6gvGm086730; Mon, 11 Feb 2008 06:42:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1B6gvKi086726; Mon, 11 Feb 2008 06:42:57 GMT (envelope-from edwin) Date: Mon, 11 Feb 2008 06:42:57 GMT Message-Id: <200802110642.m1B6gvKi086726@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/120520: [PATCH] x11-toolkits/gtk20: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 06:42:58 -0000 Synopsis: [PATCH] x11-toolkits/gtk20: Respect if user wants to disable CUPS Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 11 06:42:57 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=120520 From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 07:16:46 2008 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A56BE16A469 for ; Mon, 11 Feb 2008 07:16:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (marcuscom-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id 6AF2C13C459 for ; Mon, 11 Feb 2008 07:16:46 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m1B7HWYN015899; Mon, 11 Feb 2008 02:17:32 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: Dominique Goncalves In-Reply-To: <7daacbbe0801141351mb07b694oceb6da925cacc1ac@mail.gmail.com> References: <478BB33F.3000506@FreeBSD.org> <7daacbbe0801141351mb07b694oceb6da925cacc1ac@mail.gmail.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-rVuZriI5antMS3v4MqV7" Organization: FreeBSD, Inc. Date: Mon, 11 Feb 2008 02:16:47 -0500 Message-Id: <1202714207.32384.1.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: FreeBSD GNOME Users Subject: Re: ATTENTION WEBCAM USERS: Say cheese! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 07:16:46 -0000 --=-rVuZriI5antMS3v4MqV7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2008-01-14 at 22:51 +0100, Dominique Goncalves wrote: > Hi, >=20 > On Jan 14, 2008 8:08 PM, Joe Marcus Clarke wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > One of the new GNOME 2.22 modules is cheese. Cheese is a small GNOME > > app that drives webcams to take pictures and videos using gstreamer's > > video4linux plug-in. If you're familiar with MacOS's Photobooth, it's = a > > lot like that. > > > > However, it won't work on FreeBSD as it stands now. The reason is we > > lack webcam support in our hal port. I do not have a webcam, so I have > > no idea how these devices look. If anyone out there has a webcam that > > works with FreeBSD, how do you use it? How is it identified as a webca= m > > by the OS? What device node does it use? What applications currently > > work with it? >=20 > I use a Logitech Quickcam express, FreeBSD detects the webcam as > ugen1: on uh= ub1 > I just tried graphics/qcamview [1], it works with this: >=20 > % sudo qcamshot /dev/ugen1 > output.ppm > USB Quickcam camera found using: $Id: quickcam.c,v 1.111 2003/01/27 > 09:41:03 tuukkat Exp $ + BSD patch 0.04 > quickcam: probe of HDCS1000 sensor =3D 10 bf id: 08 > quickcam: probe of BP100 sensor =3D 00 10 id: 64 > quickcam: probe of VV6410 sensor =3D 00 10 id: 19 > quickcam: probe of HDCS1020 sensor =3D 10 10 id: 10 > quickcam: HDCS1020 sensor detected > Closing Qcam Express.....Done. >=20 > but with qcamview it crash: > USB Quickcam camera found using: $Id: quickcam.c,v 1.111 2003/01/27 > 09:41:03 tuukkat Exp $ + BSD patch 0.04 > quickcam: probe of HDCS1000 sensor =3D 10 bf id: 08 > quickcam: probe of BP100 sensor =3D 00 10 id: 64 > quickcam: probe of VV6410 sensor =3D 00 10 id: 19 > quickcam: probe of HDCS1020 sensor =3D 10 10 id: 10 > quickcam: HDCS1020 sensor detected > Gdk-ERROR **: BadMatch (invalid parameter attributes) > serial 111 error_code 8 request_code 62 minor_code 0 >=20 > Let me know if you need more information. Have you tried this camera with the multimedia/pwcbsd port? This port should offer a video4linux driver for this camera. While I've added ldev support to hal, I'd like to add support for this driver as well. If you install it, can you send me the output of dmesg and lshal? Joe >=20 > > > > If we do not have any GNOME webcam users, then cheese will not be part > > of our GNOME 2.22 port. > > > > Joe > > > > - -- > > Joe Marcus Clarke > > FreeBSD GNOME Team :: gnome@FreeBSD.org > > FreeNode / #freebsd-gnome > > http://www.FreeBSD.org/gnome > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.4.7 (Darwin) > > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > > > iD8DBQFHi7M/b2iPiv4Uz4cRAqbPAJ9Ly9gcR//vTqG9Y4WFjMO3L2SNNACgnzKw > > gfYSx1WrchsjMq/IMti1hfw=3D > > =3D5nsw > > -----END PGP SIGNATURE----- > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org= " > > >=20 > Regards. >=20 --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-rVuZriI5antMS3v4MqV7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAkev9lsACgkQb2iPiv4Uz4fWkACdHUThPrdEx52ldVPTv3WUxrfP g6UAnR1Tttsag4vB13p1PV4vzHjHiKD8 =Ywxl -----END PGP SIGNATURE----- --=-rVuZriI5antMS3v4MqV7-- From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 11 11:07:25 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3665116A473 for ; Mon, 11 Feb 2008 11:07:25 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1C22913C4F0 for ; Mon, 11 Feb 2008 11:07:25 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1BB7P7k007705 for ; Mon, 11 Feb 2008 11:07:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1BB7OPm007701 for gnome@FreeBSD.org; Mon, 11 Feb 2008 11:07:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Feb 2008 11:07:24 GMT Message-Id: <200802111107.m1BB7OPm007701@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: gnome@FreeBSD.org Cc: Subject: Current problem reports assigned to gnome@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 11:07:25 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/114986 gnome when LC_CTYPE is set to zh_CN.UTF-8, many gnome apps w a ports/117724 gnome Recently updated x11/gdm port ignores $LANG setting in o ports/118514 gnome [Patch] www/epiphany: Fix plist and add WebKit support 3 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/103529 gnome www/seamonkey: enable SVG and Pango font rendering sup s ports/108267 gnome ports/lang/guile: please update s ports/108364 gnome [patch] x11-toolkits/gtk20: plist problem with icons d f ports/115023 gnome inconsistency in XML catalog location o ports/116236 gnome [patch] Shoot yourself in the foot fix for www/firefox o ports/116263 gnome x11-toolkits/gtk20: reduce X deps p ports/117734 gnome mail/thunderbird built without GSSAPI support o ports/118129 gnome sysutils/tracker core dumps on startup on amd64 o ports/118133 gnome mail/evolution: email crashes when sorting by Subject o ports/118512 gnome [New port] www/webkit-gtk o ports/119050 gnome audio/gnome-media 2.20.1 gnome-cd player widgets look o ports/119892 gnome nautilus stops responding when trying to access smbfs o ports/120053 gnome [PATCH] x11-wm/sawfish: Update to 1.3.2 o ports/120520 gnome [PATCH] x11-toolkits/gtk20: Respect if user wants to d o ports/120521 gnome [PATCH] print/libgnomeprint: Respect if user wants to 15 problems total. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 06:01:15 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA8116A417 for ; Tue, 12 Feb 2008 06:01:15 +0000 (UTC) (envelope-from sales@computerwide.net) Received: from computerwide.net (netblock-68-183-173-229.dslextreme.com [68.183.173.229]) by mx1.freebsd.org (Postfix) with SMTP id 5921413C467 for ; Tue, 12 Feb 2008 06:01:13 +0000 (UTC) (envelope-from sales@computerwide.net) From: "ComputerWide" To: "gnome@freebsd.org" Date: Mon, 11 Feb 2008 22:01:08 -0800 Message-ID: <56498454.20080211220108@computerwide.net> X-Priority: 3 (Normal) MIME-Version: 1.0 Organization: ComputerWide, Inc. Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Cc: Subject: [ A D V ] Networking and NoteBooks... X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ComputerWide List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 06:01:15 -0000 If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** ComputerWide, Inc. 23679 Calabasas Road #761 Calabasas, CA. 91302, USA Tel: (818) 804-5158 http://www.computerwide.net Email: sales@computerwide.net ******** CISCO SPECIAL ******** We have the following Cisco Switches in stock at 50% off GPL new in the box covered with one year smartnet 1 * WS-C2960-48TC-L $2,247 each 1 * WS-C3560-24TS-S $1,497 each 5 * WS-C3560G-24PS-S $2,797 each 4 * WS-C3560G-48PS-S $4,747 each 5 * WS-C3750-48PS-S $4,247 each 2 * WS-C3750-48TS-S $3,497 each 5 * WS-C3750G-12S-S $3,997 each 5 * WS-C3750G-24PS-S $3,897 each 1 * WS-C3750G-24TS-S $3,747 each 5 * WS-C3750G-48PS-S $7,747 each 2 * WS-C3750G-48TS-S $6,997 each ******** CISCO SPECIAL ******** We have the following Cisco Models in NEW in the box condition available at 50% off GPL CISCO2651XM $2,097 CISCO1721-VPN/K9 $2,495 CP-7912G-CH1-A $137 PIX-525-FO-BUN $2,500 PIX-525-UR-BUN $6,497 PIX-535-FO-BUN $6,000 PIX-535-UR-BUN $13,997 PIX-535-UR-GE-BUN $16,497 WS-C2950G-48-EI $2,247 WS-C2950SX-48-SI $1,997 ******** CISCO SPECIAL ******** The following Phones are Refurbished by Cisco and include box, manual, and warranty. CP-7940G-RF $140 CP-7960G-RF $180 ******** CISCO SPECIAL ******** The following modules and Cables are available at $2000 take all: 20 * CAB-SS-449MT New Orignial 15 * CAB-SS-V35MT New Orignial 5 * CAB-SS-X21MT New Orignial 1 * NM-4E New OEM 2 * NM-4B-S/T New OEM 20 * NM-4B-S/T Used OEM 1 * NM-8B-S/T New OEM 9 * WIC-1B-S/T New OEM 13 * WS-G5483 New OEM 2 * WS-G5484 New OEM 12 * WS-G5486 New OEM 2 * WS-G5487 New OEM ******************************** The following are Notebook prices. All NEW models come with 1 year warranty and all RB models with 90 days. For a detailed list, please request our price list in Excel or PDF format. A minimum of 4 notebooks required per order. 3 years Onsite US Warranty is at $120 per NoteBook. Part Number Model Price ----------- ----- ----- Acer Refurbished Notebook LX.AZL0Y.043-R ASPIRE 3680-2366 $415 LX.AYA0X.039-R ASPIRE 5570-2977 $545 LX.AY90Y.058-R ASPIRE 3690-2970 $420 LX.AX90X.346-R ASPIRE 5100-5023 $660 LX.AXK0X.173-R ASPIRE 5610-2762 $650 LX.AML0X.086-R ASPIRE 7720-6155 $760 HP New Notebook RM119UT#ABA NX6325 BUSINESS NOTEBOOK $655 GY954US#ABA 6715B BUSINESS NOTEBOOK $635 RM364UA#ABA 6715B BUSINESS NOTEBOOK $655 GU989US#ABA 6715B BUSINESS NOTEBOOK $765 GF919AT#ABA 6510B BUSINESS NOTEBOOK $935 RM333UT#ABA 6510B BUSINESS NOTEBOOK $970 GY848US#ABA 6910P BUSINESS NOTEBOOK $1,060 RW182US#ABA NC2400 BUSINESS NOTEBOOK $840 RM075AW#ABA NC2400 BUSINESS NOTEBOOK $910 RM165UT#ABA NC2400 BUSINESS NOTEBOOK $1,090 EK257AW#ABA-P NC6220 BUSINESS NOTEBOOK $585 RB519UA#ABA NC6400 BUSINESS NOTEBOOK $1,060 GH472UP#ABA NC6400 BUSINESS NOTEBOOK $1,060 GB600US#ABA NC8430 BUSINESS NOTEBOOK $855 RN030AW#ABA NC8430 BUSINESS NOTEBOOK $945 GP709US#ABA NC8430 BUSINESS NOTEBOOK $1,020 RS431US#ABA NC8430 BUSINESS NOTEBOOK $1,045 GK047US#ABA NC8430 BUSINESS NOTEBOOK $1,075 RB555UA#ABA NC8430 BUSINESS NOTEBOOK $1,075 HP Refurbished Notebook RQ334UAR#ABA PRESARIO C504US $485 GL911UAR#ABA PAVILION DV6409CA $655 GY140UAR#ABA PAVILION DV6663US $765 GS814UAR#ABA PAVILION DV6629CA $880 GS809UAR#ABA PAVILION DV6653CL $915 GA359UAR#ABA PAVILION DV9428NR $815 RP250UAR#ABA PAVILION DV9260NR $1,190 Lenovo New Notebook 0673A18 THINKPAD Z61E $620 9457G2U THINKPAD R60 $825 Sony Refurbished Notebook VGNSZ640N01-R VAIO SZ-SERIES SZ640N $1,095 VGNSZ640N/B-R VAIO SZ-SERIES SZ640N $1,480 VGNSZ650N/C-R VAIO SZ-SERIES SZ650N $1,500 VGNSZ660N/C-R VAIO SZ-SERIES SZ660N $1,675 VGNCR290EBL-R VAIO CR-SERIES CR290EB $990 VGNCR290EBR-R VAIO CR-SERIES CR290EB $990 VGNCR120E/P-R VAIO CR-SERIES CR120E $1,020 VGNCR120E/R-R VAIO CR-SERIES CR120E $1,020 VGNCR120E/W-R VAIO CR-SERIES CR120E $1,020 VGNCR190E/P-R VAIO CR-SERIES CR190E $1,020 VGNCR190E/R-R VAIO CR-SERIES CR190E $1,020 VGNCR190E/W-R VAIO CR-SERIES CR190E $1,020 VGNCR123E/B-R VAIO CR-SERIES CR123E $1,075 VGNCR220E/N-R VAIO CR-SERIES CR220E $1,095 VGNCR220E/P-R VAIO CR-SERIES CR220E $1,095 VGNCR220E/R-R VAIO CR-SERIES CR220E $1,095 VGNNR110E/S-R VAIO NR-SERIES NR110E $625 VGNNR123E/S-R VAIO NR-SERIES NR123E $645 VGNNR160E/S-R VAIO NR-SERIES NR160E $765 VGNNR160E/T-R VAIO NR-SERIES NR160E $765 VGNNR180E/W-R VAIO NR-SERIES NR180E $770 VGNN325E/B-R VAIO N-SERIES N325E $650 VGNN365E/B-R VAIO N-SERIES N365E $715 VGNFZ210CE-R VAIO FZ-SERIES FZ210CE $805 VGNFZ190E/1-R VAIO FZ-SERIES FZ190E $1,060 VGNFZ190E/B-R VAIO FZ-SERIES FZ190E $1,060 VGNFZ290N3-R VAIO FZ-SERIES FZ290N $1,060 VGNBX760PS5-R VAIO BX-SERIES BX760PS5 $935 VGNAR570EA-R DIGITAL STUDIO AR570EA $1,295 VGNAR670N1-R DIGITAL STUDIO AR670N $1,300 ******************************** All Cisco Models in our inventory are at 40% off GPL. Any new item not listed can be supplied at 30% off GPL. Any Refurbished item can be supplied at 47% off GPL. *********************************************************** Customer Service is the priority for us. We have proudly shipped to 89 countries around the globe since 1995. *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** The following CISCO, 3com, HP, Juniper, and Watchguard products are ORIGINAL and NEW in RETAIL PACKS. Please visit the following page for more info: http://product.computerwide.net Cisco Router (NEW) CISCO871-K9 $389 CISCO871-SEC-K9 $479 CISCO871W-G-A-K9 $509 CISCO877-K9 $389 CISCO877-SEC/K9 $479 CISCO877W-G-A-K9 $509 CISCO1811/K9 $777 CISCO1811W-AG-A/K9 $957 CISCO1841 $837 CISCO1841-HSEC/K9 $1,797 CISCO1841-SEC/K9 $1,497 CISCO1841-T1 $1,437 CISCO1841-T1SEC/K9 $2,097 ACS-1841-RM-19=3D $60 CISCO2801 $1,197 CISCO2801-AC-IP $1,422 CISCO2801-HSEC/K9 $2,157 CISCO2801-SEC/K9 $1,737 CISCO2801-V/K9 $1,617 CISCO2811 $1,497 CISCO2811-AC-IP $1,737 CISCO2811-DC $1,737 CISCO2811-HSEC/K9 $2,457 CISCO2811-SEC/K9 $2,037 CISCO2811-V/K9 $1,917 CISCO2821 $2,337 CISCO2821-AC-IP $2,697 CISCO2821-HSEC/K9 $3,297 CISCO2821-SEC/K9 $2,877 CISCO2821-V/K9 $2,817 CISCO2851 $3,897 CISCO2851-AC-IP $4,257 CISCO2851-HSEC/K9 $4,857 CISCO2851-SEC/K9 $4,437 CISCO2851-V/K9 $4,437 CISCO2851-V3PN-K9 $7,257 CISCO3825 $5,700 CISCO3825-AC-IP $6,060 CISCO3825-HSEC/K9 $6,957 CISCO3825-SEC/K9 $6,537 CISCO3825-V/K9 $6,297 CISCO3825-V3PN/K9 $10,437 CISCO3845 $7,800 CISCO3845-AC-IP $8,160 CISCO3845-HSEC/K9 $9,537 CISCO3845-SEC/K9 $8,637 CISCO3845-V/K9 $8,397 CISCO3845-V3PN/K9 $12,957 Cisco Router Module (New) AIM-VPN/HPII-PLUS $2,100 AIM-VPN/SSL-2=3D $1,500 AIM-VPN/SSL-3=3D $2,100 HWIC-1ADSL=3D $450 HWIC-1FE=3D $840 HWIC-2FE=3D $1,500 HWIC-1GE-SFP $2,100 HWIC-4A/S $720 HWIC-4ESW $255 HWIC-4ESW-POE $345 HWIC-4T $1,680 HWIC-8A $690 HWIC-8A/S-232 $1,440 HWIC-16A $1,380 HWIC-AP-AG-A $420 HWIC-AP-G-A $300 HWIC-D-9ESW $480 HWIC-D-9ESW-POE $648 ILPM-4 $90 ILPM-8 $168 NM-1FE2W-V2 $1,380 NM-2FE2W-V2 $1,920 NM-1T3/E3 $5,100 NM-HD-1V $360 NM-HD-2V $600 NME-16ES-1G $1,377 NME-16ES-1G-P $1,635 NME-X-23ES-1G $1,977 NME-X-23ES-1G-P $2,313 NME-XD-24ES-1S-P $3,075 NME-XD-48ES-2S-P $4,137 PVDM2-8 $240 PVDM2-16 $480 PVDM2-32 $960 PVDM2-48 $1,440 PVDM2-64 $1,920 VIC-4FXS/DID $480 VIC2-2E/M $240 VIC2-2FXO $240 VIC2-2FXS $240 VIC2-4FXO $480 VWIC2-1MFT-G703 $1,080 VWIC2-1MFT-T1/E1 $780 VWIC2-2MFT-G703 $1,800 VWIC2-2MFT-T1/E1 $1,200 WIC-1B-S/T-V3=3D $300 WIC-1B-U-V2 $420 WIC-1DSU-T1-V2 $600 WIC-1T $240 WIC-2T $420 Cisco Switch (NEW) WS-CE500-24LC $777 WS-CE500-24PC $1,677 WS-CE500-24TT $477 WS-CE500G-12TC $1,173 WS-CE520-8PC-K9 $837 WS-C2960-8TC-L $537 WS-C2960-24TC-L $1,497 WS-C2960-24TT-L $777 WS-C2960-48TC-L $2,697 WS-C2960-48TT-L $1,497 WS-C2960G-8TC-L $837 WS-C2960G-24TC-L $1,977 WS-C2960G-48TC-L $3,597 WS-C3560-24PS-E $3,474 WS-C3560-24PS-S $2,277 WS-C3560-24TS-E $2,994 WS-C3560-24TS-S $1,797 WS-C3560-48PS-E $5,094 WS-C3560-48PS-S $3,897 WS-C3560-48TS-E $4,194 WS-C3560-48TS-S $2,997 WS-C3560E-24PD-E $6,474 WS-C3560E-24PD-S $4,077 WS-C3560E-24TD-E $5,994 WS-C3560E-24TD-S $3,597 WS-C3560E-48PD-E $10,494 WS-C3560E-48PD-S $8,097 WS-C3560E-48TD-E $9,594 WS-C3560E-48TD-S $7,197 WS-C3560G-24PS-E $5,754 WS-C3560G-24PS-S $3,357 WS-C3560G-24TS-E $5,274 WS-C3560G-24TS-S $2,877 WS-C3560G-48PS-E $8,094 WS-C3560G-48PS-S $5,697 WS-C3560G-48TS-E $7,194 WS-C3560G-48TS-S $4,797 WS-C3750-24FS-S $6,477 WS-C3750-24PS-E $4,074 WS-C3750-24PS-S $2,877 WS-C3750-24TS-E $3,594 WS-C3750-24TS-S $2,397 WS-C3750-48PS-E $6,294 WS-C3750-48PS-S $5,097 WS-C3750-48TS-E $5,394 WS-C3750-48TS-S $4,197 WS-C3750E-24PD-S $6,177 WS-C3750E-24TD-S $5,697 WS-C3750E-48PD-S $12,297 WS-C3750E-48TD-S $11,397 WS-C3750G-12S-E $7,194 WS-C3750G-12S-S $4,797 WS-C3750G-24PS-E $7,074 WS-C3750G-24PS-S $4,677 WS-C3750G-24T-E $5,994 WS-C3750G-24T-S $3,597 WS-C3750G-24TS-E $6,894 WS-C3750G-24TS-E1U $6,594 WS-C3750G-24TS-S $4,497 WS-C3750G-24TS-S1U $4,197 WS-C3750G-24WS-S50 $15,300 WS-C3750G-48PS-E $14,094 WS-C3750G-48PS-S $9,297 WS-C3750G-48TS-E $13,194 WS-C3750G-48TS-S $8,397 WS-C4503 $597 WS-C4506 $2,997 WS-C4507R $5,997 WS-C4510R $7,497 WS-C4948-E $8,697 WS-C4948-S $6,297 WS-C4948-10GE-E $12,897 WS-C4948-10GE-S $10,497 WS-C6506-E $3,300 WS-C6506-E-FAN $297 WS-C6509-E $5,700 WS-C6509-E-FAN $297 Cisco Switch Module (NEW) CVR-X2-SFP=3D $117 GLC-LH-SM=3D $597 GLC-SX-MM=3D $300 GLC-ZX-SM=3D $2,397 GLC-T=3D $237 GLC-GE-100FX $150 WS-G5483 $237 WS-G5484 $300 WS-G5486 $597 WS-G5487 $2,397 WS-X4013+ $3,597 WS-X4013+TS $3,597 WS-X4013+10GE $7,197 WS-X4124-RJ45 $1,497 WS-X4148-RJ $2,697 WS-X4148-RJ21 $2,697 WS-X4232-GB-RJ $2,697 WS-X4248-FE-SFP $4,197 WS-X4248-RJ45V $3,897 WS-X4424-GB-RJ45 $2,097 WS-X4448-GB-SFP $9,897 WS-X4506-GB-T $2,097 WS-X4515 $7,197 WS-X4516 $9,897 WS-X4516-10GE $11,997 WS-X4524-GB-RJ45V $2,697 WS-X4548-GB-RJ45 $3,297 WS-X4548-GB-RJ45V $4,497 WS-X4991 $120 WS-X6148A-GE-TX $4,200 WS-X6148A-RJ-45 $3,600 WS-X6548-GE-TX $7,200 WS-X6724-SFP $9,000 WS-X6748-GE-TX $9,000 WS-SUP32-GE-3B $9,000 WS-SUP720-3B $16,800 WS-SVC-CMM $5,997 WS-SVC-CMM-6T1 $7,197 X2-10GB-CX4 $360 X2-10GB-LR $2,400 X2-10GB-LX4 $1,797 X2-10GB-SR $1,800 Cisco FireWall (NEW) ASA5500-SSL-10 $750 ASA5500-SSL-25 $1,857 ASA5500-SSL-50 $2,397 ASA5505-50-BUN-K9 $507 ASA5505-BUN-K9 $357 ASA5505-PWR-AC=3D $48 ASA5505-SEC-BUN-K9 $1,017 ASA5505-SEC-PL=3D $510 ASA5505-SSL10-K9 $1,257 ASA5505-SSL25-K9 $2,364 ASA5505-UL-BUN-K9 $597 ASA5510-BUN-K9 $2,097 ASA5510-AIP10-K9 $4,797 ASA5510-CSC10-K9 $4,317 ASA5510-CSC20-K9 $7,557 ASA5510-SEC-BUN-K9 $2,697 ASA5510-SEC-PL=3D $720 ASA5510-SSL50-K9 $4,497 ASA5510-SSL100-K9 $6,897 ASA5520-AIP10-K9 $7,497 ASA5520-AIP20-K9 $9,597 ASA5520-BUN-K9 $4,797 ASA5520-CSC10-K9 $6,717 ASA5540-BUN-K9 $10,197 ASA-SSM-AIP-10-K9 $3,600 ASA-SSM-AIP-20-K9 $6,000 ASA-SSM-CSC-10-K9 $2,700 ASA-SSM-CSC-20-K9 $6,300 SSM-4GE=3D $3,000 PIX-1GE-66 $1,800 PIX-501-BUN-K9 $357 PIX-506E-BUN-K9 $837 Cisco IP Phone (NEW) CP-7906G=3D $105 CP-7906G-CH1 $165 CP-7911G=3D $135 CP-7911G-CH1 $225 CP-7914=3D $237 CP-7931G=3D $195 CP-7936=3D $717 CP-7936-CH1 $807 CP-7936-MIC-KIT=3D $210 CP-7936-PWR-KIT $90 CP-7940G $159 CP-7940G-CH1 $279 CP-7941G $207 CP-7941G-CH1 $327 CP-7941G-GE=3D $261 CP-7941G-GE-CH1 $381 CP-7945G=3D $297 CP-7960G $219 CP-7960G-CH1 $339 CP-7961G $267 CP-7961G-CH1 $387 CP-7961G-GE=3D $339 CP-7961G-GE-CH1 $459 CP-7965G=3D $375 CP-7970G $384 CP-7970G-CH1 $534 CP-7971G-GE $474 CP-7971G-GE-CH1 $624 CP-7975G=3D $423 CP-PWR-CUBE-3 $27 CP-PWR-INJ=3D $75 CP-DOUBLFOOTSTAND $22 CP-LCKNGWALLMOUNT $18 CP-SINGLFOOTSTAND $19 CP-WALLMOUNTKIT $15 CUVA-V2=3D $96 ATA186-I1-1P-CH1-A $126 Cisco Wireless (NEW) AIR-ANT1728 $95 AIR-ANT1729 $131 AIR-ANT2460P-R $131 AIR-ANT2465P-R $239 AIR-ANT2485P-R $143 AIR-ANT2506 $95 AIR-ANT4941 $11 AIR-ANT5135D-R $11 AIR-ANT5959 $167 AIR-AP521G-A-K9 $299 AIR-AP1010-A-K9 $359 AIR-AP1030-A-K9 $539 AIR-AP1121G-A-K9 $359 AIR-AP1131AG-A-K9 $419 AIR-AP1242AG-A-K9 $539 AIR-BR1310G-A-K9 $779 AIR-BR1310G-A-K9-R $779 AIR-CB21AG-A-K9 $101 AIR-LAP1131AG-A-K9 $419 AIR-LAP1242AG-A-K9 $539 AIR-MP21G-A-K9 $89 AIR-PI21AG-A-K9 $149 AIR-PWRINJ3 $36 Cisco Power Supply (NEW) PWR-2801-AC-IP $225 PWR-2811-AC-IP $240 PWR-2821-51-AC-IP $360 PWR-3825-AC $300 PWR-3825-AC-IP=3D $360 PWR-3845-AC=3D $300 PWR-3845-AC-IP=3D $600 PWR-C45-1000AC $597 PWR-C45-1300ACV $897 PWR-C45-1400AC $897 PWR-C45-2800ACV $1,197 PWR-C45-4200ACV $2,397 PWR-C49-300AC=3D $300 PWR675-AC-RPS-N1 $1,137 WS-CAC-3000W $1,800 WS-CAC-6000W $3,000 Cisco Cable (NEW) CAB-***FC $60 CAB-***MT $60 CAB-SS-***FC $60 CAB-SS-***MT $60 CAB-OCT-*** $390 CAB-GS-1M $60 CAB-RPS-1614 $45 CAB-SFP-50CM $150 CAB-STACK-50CM=3D $60 3Com Switch & Module (NEW) 3C16470 $58 3C16471 $89 3C16472 $151 3C16475CS $164 3C16476CS $306 3C16477A $213 3C16478 $182 3C16479 $251 3C16490 $616 3C16491 $616 3C1670108 $61 3C1670800B $67 3C1671600 $170 3C17203 $988 3C17204 $2,042 3C17260 $926 3C17261 $1,856 3C17262 $244 3C17263 $306 3C17268 $3,716 3C17300A $279 3C17302A $616 3C17304A $325 3C17462 $151 3C17666 $802 3CGSU05 $31 3CGSU08 $50 3CR17152-91 $1,856 3CR17161-91 $988 3CR17162-91 $2,352 3CR17171-91 $1,670 3CR17172-91 $2,910 3CR17250-91 $2,786 3CR17251-91 $4,956 3CR17252-91 $3,468 3CR17253-91 $6,196 3CR17258-91 $4,336 3CR17561-91 $430 3CR17562-91 $759 3CR17571-91 $1,112 3CR17572-91 $2,042 3CR17660-91 $775 3CR17661-91 $1,236 3CR17662-91 $2,166 3CR17761-91 $2,042 3CR17762-91 $3,096 3CR17771-91 $2,476 3CR17772-91 $4,336 3CSFP91 $213 3CSFP92 $616 3CSFP93 $120 3CXFP92 $2,166 3CXFP94 $1,236 3CXFP96 $6,196 HP Switch & Module (NEW) J9019A $284 J9021A $1,196 J9022A $2,148 J9028B $352 J9029A $142 J9049A $2,447 J9050A $3,739 J9077A $74 J9078A $257 J9079A $74 J9080A $189 HP Storage (NEW) EH841A $1,884 EH842A $2,014 EH847A $1,949 EH848A $2,079 EH903A $2,111 HP/Compaq Server (NEW) 416566-371 $3,992 417458-371 $2,604 418314-371 $3,813 418315-371 $4,156 430808-371 $8,984 A8002A $897 AF601A $3,041 AF604A $100 HP/Compaq Option (NEW) 264007-B21 $89 273914-B21 $974 374654-B21 $96 375859-B21 $201 394795-B21 $299 397409-B21 $111 397411-B21 $194 397413-B21 $411 405154-B21 $44 410570-B21 $96 412648-B21 $171 418323-B21 $749 418324-B21 $936 431933-B21 $261 431935-B21 $336 431958-B21 $269 Juniper Firewall (NEW) NS-5GT-108 $648 NS-5GT-208 $1,080 WatchGuard (NEW) WG50010 $316 WG50020 $396 WG50055 $607 WG50550 $962 WG50750 $1,841 WG51250 $2,501 WGSSL05 $1,841 *********************************************************** Quantity discount is available. Prices are in US$ and FOB Los Angeles. For additional information about our company and products, please visit http://www.computerwide.net *********************************************************** If you have received this message in error or if you would like to be removed from our broadcast for any reason, reply to this email with REMOVE as subject followed by the email address you wish to remove. *********************************************************** From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 14:46:38 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FDF516A420 for ; Tue, 12 Feb 2008 14:46:38 +0000 (UTC) (envelope-from jwb@hera.homer.att.com) Received: from mail121.messagelabs.com (mail121.messagelabs.com [216.82.241.195]) by mx1.freebsd.org (Postfix) with ESMTP id 9E01413C4CE for ; Tue, 12 Feb 2008 14:46:37 +0000 (UTC) (envelope-from jwb@hera.homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@hera.homer.att.com X-Msg-Ref: server-7.tower-121.messagelabs.com!1202825995!29489515!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [144.160.20.54] Received: (qmail 16001 invoked from network); 12 Feb 2008 14:19:55 -0000 Received: from sbcsmtp7.sbc.com (HELO mlpi135.enaf.sfdc.sbc.com) (144.160.20.54) by server-7.tower-121.messagelabs.com with AES256-SHA encrypted SMTP; 12 Feb 2008 14:19:55 -0000 Received: from enaf.sfdc.sbc.com (localhost.localdomain [127.0.0.1]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id m1CEJt3x029212 for ; Tue, 12 Feb 2008 09:19:55 -0500 Received: from alph001.aldc.att.com (alph001.aldc.att.com [135.53.7.26]) by mlpi135.enaf.sfdc.sbc.com (8.14.0/8.14.0) with ESMTP id m1CEJjkd029106 for ; Tue, 12 Feb 2008 09:19:49 -0500 Received: from aldc.att.com (localhost.localdomain [127.0.0.1]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id m1CEJjpg019612 for ; Tue, 12 Feb 2008 09:19:45 -0500 Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by alph001.aldc.att.com (8.14.0/8.14.0) with ESMTP id m1CEJbqZ019472 for ; Tue, 12 Feb 2008 09:19:41 -0500 Received: from hera.homer.att.com (hera.homer.att.com [135.205.193.102]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA22312 for ; Tue, 12 Feb 2008 09:19:26 -0500 (EST) Received: from hera.homer.att.com (localhost [127.0.0.1]) by hera.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA22317 for ; Tue, 12 Feb 2008 09:19:26 -0500 (EST) Message-Id: <200802121419.JAA22317@hera.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Feb 2008 09:19:26 -0500 From: "J. W. Ballantine" Cc: Subject: Missing vty-checker X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 14:46:38 -0000 After cvsup'ing the ports tree and the MC bytes on top of it, pkgdb -Ff reports: Stale origin: 'sysutils/vty-checker": perhaps moved or obsoleted. Jim Ballantine From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 20:53:23 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E90116A478 for ; Tue, 12 Feb 2008 20:53:23 +0000 (UTC) (envelope-from freebsd-gnome@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EA95F13C4E3 for ; Tue, 12 Feb 2008 20:53:22 +0000 (UTC) (envelope-from freebsd-gnome@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JP27w-00015k-PH for freebsd-gnome@freebsd.org; Tue, 12 Feb 2008 20:53:17 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2008 20:53:16 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2008 20:53:16 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-gnome@freebsd.org From: martinko Date: Tue, 12 Feb 2008 21:53:06 +0100 Lines: 49 Message-ID: References: <20080130194817.GA1216@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20080203 SeaMonkey/1.1.7 In-Reply-To: <20080130194817.GA1216@localhost> Sender: news Subject: Re: GUI wireless tools? X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 20:53:23 -0000 Chess Griffin wrote: > * Scott I. Remick [2008-01-30 19:29:07]: > >> One thing that has jumped out at me is the apparently lack of a GUI >> utility for discovery of and easy-connecting to wireless access points. >> Am I missing something? Other than Network Settings, which requires you >> to manually enter a known SSID and so on. What do other people use? >> Preferably GUI, because while I don't fear the CLI part of the point of >> this laptop will be to "show it off", so eye-candy counts. Support of WEP >> and WPA necessary. >> > > For now, I just use command line tools. > > However, maybe there is something on the horizon. There is a really > nice Python based GUI application for managing wired and wireless > networks called 'Wicd' (http://wicd.sourceforge.net). It supports > WEP, WPA, and most other things you'd expect. It is similar to the > GNOME Network Manager found on Linux, but much better in many ways. > It is basically a GUI front end to standard command line tools to > manage networks. It works very well in Linux and I have tested it on > Slackware and Arch Linux. > > The bad news is that currently there are lots of Linuxisms in this > application. It calls the Linux command line tools and options that > are not the same as in FreeBSD. It also installs in /opt. :/ > > Anyway, I contacted the developer several months ago and asked him > whether he'd be open to making his application more OS agnositc and he > was very interested and willing. He said the current SVN version, > which I have not tried, makes major changes to how the application is > configured and used, and seemed to indicate that one would be able to > manually choose which CLI Wicd uses, as well as where it gets > installed. In short, he seemed like he would like to make his > application work on FreeBSD. I offered to help test/debug and write > patches where I can (my Python skills are not that strong, though) and > he said he'd get back in touch with me once development on his next > stable branch occurs. > > So, I'm keeping my fingers crossed. I think this application has lots > of promise. > > Chess > The application seems very promising. Please keep in touch with its development and please inform us about its progress. Thanks! M. From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:05:06 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B06B16A417 for ; Tue, 12 Feb 2008 21:05:06 +0000 (UTC) (envelope-from freebsd-gnome@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 07E6B13C457 for ; Tue, 12 Feb 2008 21:05:05 +0000 (UTC) (envelope-from freebsd-gnome@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JP2JK-0001il-UO for freebsd-gnome@freebsd.org; Tue, 12 Feb 2008 21:05:02 +0000 Received: from r5j156.net.upc.cz ([86.49.9.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2008 21:05:02 +0000 Received: from gamato by r5j156.net.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Feb 2008 21:05:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-gnome@freebsd.org From: martinko Date: Tue, 12 Feb 2008 21:56:32 +0100 Lines: 13 Message-ID: <47B20800.30706@users.sf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: r5j156.net.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20080203 SeaMonkey/1.1.7 Sender: news Cc: freebsd-ports@freebsd.org Subject: FreeBSD Port: deskutils/sunbird X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:05:06 -0000 Hallo, I've just tried to run deskutils/sunbird and it crashed with "Bus error" and exited on signal 10. Anyway, there's been version 0.7 out for a couple of months while port is stuck at v.0.5. Could someone pls update the port ? Cheers, Martin From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:18:16 2008 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD3C616A417 for ; Tue, 12 Feb 2008 21:18:16 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao101.cox.net (eastrmmtao101.cox.net [68.230.240.7]) by mx1.freebsd.org (Postfix) with ESMTP id 44DA313C448 for ; Tue, 12 Feb 2008 21:18:15 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080212211815.QWYW129.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Tue, 12 Feb 2008 16:18:15 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id olJA1Y00K4iy4EG0000000; Tue, 12 Feb 2008 16:18:11 -0500 To: "J. W. Ballantine" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200802121419.JAA22317@hera.homer.att.com> Content-Transfer-Encoding: 7bit Date: Tue, 12 Feb 2008 15:19:16 -0600 Message-ID: In-Reply-To: <200802121419.JAA22317@hera.homer.att.com> User-Agent: Opera Mail/9.25 (Linux) Cc: gnome@freebsd.org Subject: Re: Missing vty-checker X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:18:16 -0000 On Tue, 12 Feb 2008 08:19:26 -0600, J. W. Ballantine wrote: > > After cvsup'ing the ports tree and the MC bytes on top of it, pkgdb -Ff > reports: > Stale origin: 'sysutils/vty-checker": perhaps moved or obsoleted. This port is no longer need. I have fixed it, so you can either remove this port by manual or let portmaster/portupgrade to take care of it in the next checkout of MC CVS. Cheers, Mezz > Jim Ballantine -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:23:15 2008 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2DB416A419 for ; Tue, 12 Feb 2008 21:23:15 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from slimak.dkm.cz (smtp.dkm.cz [62.24.64.34]) by mx1.freebsd.org (Postfix) with SMTP id 3A47613C46E for ; Tue, 12 Feb 2008 21:23:15 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: (qmail 76852 invoked by uid 0); 12 Feb 2008 20:56:33 -0000 Received: from r5j156.net.upc.cz (HELO ?86.49.9.156?) (86.49.9.156) by smtp.dkm.cz with SMTP; 12 Feb 2008 20:56:33 -0000 Message-ID: <47B20800.30706@users.sf.net> Date: Tue, 12 Feb 2008 21:56:32 +0100 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.11) Gecko/20080203 SeaMonkey/1.1.7 MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.devel.gnome,gmane.os.freebsd.devel.ports To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD Port: deskutils/sunbird X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:23:15 -0000 Hallo, I've just tried to run deskutils/sunbird and it crashed with "Bus error" and exited on signal 10. Anyway, there's been version 0.7 out for a couple of months while port is stuck at v.0.5. Could someone pls update the port ? Cheers, Martin From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:25:20 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF0F016A421; Tue, 12 Feb 2008 21:25:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8B71B13C46B; Tue, 12 Feb 2008 21:25:20 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CLPKj3078223; Tue, 12 Feb 2008 21:25:20 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CLPKk0078219; Tue, 12 Feb 2008 21:25:20 GMT (envelope-from mezz) Date: Tue, 12 Feb 2008 21:25:20 GMT Message-Id: <200802122125.m1CLPKk0078219@freefall.freebsd.org> To: cyberbotx@cyberbotx.com, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/120520: [PATCH] x11-toolkits/gtk20: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:25:20 -0000 Synopsis: [PATCH] x11-toolkits/gtk20: Respect if user wants to disable CUPS State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Tue Feb 12 21:24:39 UTC 2008 State-Changed-Why: Sorry, there is no option to disable CUPS in configure. You should report to its bugzilla if you don't like it. http://www.freebsd.org/cgi/query-pr.cgi?pr=120520 From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:43:35 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEED816A41A; Tue, 12 Feb 2008 21:43:35 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AB38213C4D5; Tue, 12 Feb 2008 21:43:35 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CLhZR7080449; Tue, 12 Feb 2008 21:43:35 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CLhX0q080445; Tue, 12 Feb 2008 21:43:33 GMT (envelope-from mezz) Date: Tue, 12 Feb 2008 21:43:33 GMT Message-Id: <200802122143.m1CLhX0q080445@freefall.freebsd.org> To: cyberbotx@cyberbotx.com, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/120521: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:43:35 -0000 Synopsis: [PATCH] print/libgnomeprint: Respect if user wants to disable CUPS State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Tue Feb 12 21:42:09 UTC 2008 State-Changed-Why: Committed, thanks! There was a typo, GUPS -> CUPS and it's best to have this if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) than this: .if defined(WITH_CUPS) || (exists(${LOCALBASE}/lib/libcups.so) && !defined(WITHOUT_CUPS)) http://www.freebsd.org/cgi/query-pr.cgi?pr=120521 From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 21:50:04 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79C7A16A469 for ; Tue, 12 Feb 2008 21:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB8513C4E7 for ; Tue, 12 Feb 2008 21:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CLo4Gt080719 for ; Tue, 12 Feb 2008 21:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CLo4rR080718; Tue, 12 Feb 2008 21:50:04 GMT (envelope-from gnats) Date: Tue, 12 Feb 2008 21:50:04 GMT Message-Id: <200802122150.m1CLo4rR080718@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.org (dfilter service) Cc: Subject: Re: ports/120521: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 21:50:04 -0000 The following reply was made to PR ports/120521; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/120521: commit references a PR Date: Tue, 12 Feb 2008 21:41:13 +0000 (UTC) mezz 2008-02-12 21:41:07 UTC FreeBSD ports repository Modified files: print/libgnomeprint Makefile distinfo Log: -Update to 2.18.4. -Respect the WITHOUT_CUPS with auto-check. [1] PR: ports/120521 Submitted by: Naram Qashat Revision Changes Path 1.110 +2 -2 ports/print/libgnomeprint/Makefile 1.51 +3 -3 ports/print/libgnomeprint/distinfo _______________________________________________ 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 owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 22:44:23 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F314716A5BA; Tue, 12 Feb 2008 22:44:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AAB3113C43E; Tue, 12 Feb 2008 22:44:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CMiHFO085488; Tue, 12 Feb 2008 22:44:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CMiHs5085484; Tue, 12 Feb 2008 22:44:17 GMT (envelope-from edwin) Date: Tue, 12 Feb 2008 22:44:17 GMT Message-Id: <200802122244.m1CMiHs5085484@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/120567: multimedia/totem doesn't play dvds X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 22:44:23 -0000 Synopsis: multimedia/totem doesn't play dvds Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 12 22:44:17 UTC 2008 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=120567 From owner-freebsd-gnome@FreeBSD.ORG Tue Feb 12 23:47:50 2008 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1A0B16A41B; Tue, 12 Feb 2008 23:47:50 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF5E313C442; Tue, 12 Feb 2008 23:47:50 +0000 (UTC) (envelope-from mezz@FreeBSD.org) Received: from freefall.freebsd.org (mezz@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1CNlov3092718; Tue, 12 Feb 2008 23:47:50 GMT (envelope-from mezz@freefall.freebsd.org) Received: (from mezz@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1CNloAb092714; Tue, 12 Feb 2008 23:47:50 GMT (envelope-from mezz) Date: Tue, 12 Feb 2008 23:47:50 GMT Message-Id: <200802122347.m1CNloAb092714@freefall.freebsd.org> To: paul@jackie.home.net, mezz@FreeBSD.org, gnome@FreeBSD.org From: mezz@FreeBSD.org Cc: Subject: Re: ports/120567: multimedia/totem doesn't play dvds X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2008 23:47:51 -0000 Synopsis: multimedia/totem doesn't play dvds State-Changed-From-To: open->closed State-Changed-By: mezz State-Changed-When: Tue Feb 12 23:43:32 UTC 2008 State-Changed-Why: It's well known issue even in Linux world. Try to run 'totem dvd://' instead of try to run DVD in the menu. http://www.freebsd.org/cgi/query-pr.cgi?pr=120567 From owner-freebsd-gnome@FreeBSD.ORG Thu Feb 14 14:38:25 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 195A916A419 for ; Thu, 14 Feb 2008 14:38:25 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5887C13C459 for ; Thu, 14 Feb 2008 14:38:24 +0000 (UTC) (envelope-from oscartheduck@gmail.com) Received: by rv-out-0910.google.com with SMTP id g13so250005rvb.43 for ; Thu, 14 Feb 2008 06:38:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=NnCVqD0kIbO4chW0zkhE5VFROOaBDQelqHM4omkEvMs=; b=tya5+dxl9puDa7u8bPbe29vS2DBmFw8G9Ml1BIYgU+Z1k7Z2dN5cqoLBDKoVEkuIsiRE1meLeSWx39AXKlM2vZSGvE96fdeBw8DoHNgeBt98NHM+6Ooz4wIUBsWt5ksxu6KlBza3thcdR6uejC4tgwrvIvOwNvFSKryWIUm3+zA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=JIp2Aiqf9RkgTalhbr76HYAwvF1C18LRb7lKoeXGSUWOfSSFf6RNKWAwqqy1Ty3RuUXJZiRkeER0PKRvAK6/wjlb/qb6DrYjKxtohqvKkiHr2SSKtjba+UBfA9RkgMu3hD9NU3uZBqLIeq80CdDZ1gktqcxKGe0sNpbWQtP3mK8= Received: by 10.141.123.4 with SMTP id a4mr983651rvn.172.1202998214225; Thu, 14 Feb 2008 06:10:14 -0800 (PST) Received: from pclmills.lanl.gov ( [69.254.137.131]) by mx.google.com with ESMTPS id l27sm7395188rvb.11.2008.02.14.06.10.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 Feb 2008 06:10:13 -0800 (PST) Message-ID: <47B44BD8.5060703@gmail.com> Date: Thu, 14 Feb 2008 07:10:32 -0700 From: James User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: martinko References: <47B20800.30706@users.sf.net> In-Reply-To: <47B20800.30706@users.sf.net> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@freebsd.org, freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: deskutils/sunbird X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2008 14:38:25 -0000 martinko wrote: > Hallo, > > I've just tried to run deskutils/sunbird and it crashed with "Bus > error" and exited on signal 10. > > Anyway, there's been version 0.7 out for a couple of months while port > is stuck at v.0.5. > > Could someone pls update the port ? > > Cheers, > > Martin > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I just did a quick test: replace the md5sum/sha256sum and size of sunbird in distinfo, replace the references in Makefile to 0.5 to references to 0.7 and pop the tarball from the mozilla site into /usr/ports/distfiles and sunbird *appears* to compile. James From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 15 04:59:45 2008 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EBE016A418 for ; Fri, 15 Feb 2008 04:59:45 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from creme-brulee.marcuscom.com (penna-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::1279]) by mx1.freebsd.org (Postfix) with ESMTP id C76A713C4D5 for ; Fri, 15 Feb 2008 04:59:44 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from [IPv6:2001:470:1f00:2464::4] (shumai.marcuscom.com [IPv6:2001:470:1f00:2464::4]) by creme-brulee.marcuscom.com (8.14.2/8.14.2) with ESMTP id m1F50dsb071670 for ; Fri, 15 Feb 2008 00:00:39 -0500 (EST) (envelope-from marcus@FreeBSD.org) From: Joe Marcus Clarke To: FreeBSD GNOME Users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-64fkSPsDl+aKezep0JcF" Organization: FreeBSD, Inc. Date: Thu, 14 Feb 2008 23:59:48 -0500 Message-Id: <1203051588.17310.84.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,NO_RELAYS autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on creme-brulee.marcuscom.com Cc: Subject: He's back! X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 04:59:45 -0000 --=-64fkSPsDl+aKezep0JcF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Presenting a fresh round of splash screens by the reclusive adamw: http://people.freebsd.org/~adamw/images/gnome_splashes/2.20/ WARNING: Splash screens not to be taken internally. Joe --=20 Joe Marcus Clarke FreeBSD GNOME Team :: gnome@FreeBSD.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome --=-64fkSPsDl+aKezep0JcF Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEABECAAYFAke1HEIACgkQb2iPiv4Uz4eWOgCcDR6tiNl6hxUqeKinM2+TJmJw sMIAoJPPWegdhVGjZQ8Nxs2R3ORhgJdw =FwkG -----END PGP SIGNATURE----- --=-64fkSPsDl+aKezep0JcF-- From owner-freebsd-gnome@FreeBSD.ORG Fri Feb 15 12:43:32 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9CA5A16A473 for ; Fri, 15 Feb 2008 12:43:32 +0000 (UTC) (envelope-from MichaelKelly-341891I251321601@cmail4.com) Received: from m5.campaignmonitor.com (m5.campaignmonitor.com [72.15.222.65]) by mx1.freebsd.org (Postfix) with ESMTP id 27E8F13C442 for ; Fri, 15 Feb 2008 12:43:32 +0000 (UTC) (envelope-from MichaelKelly-341891I251321601@cmail4.com) Received: by m5.campaignmonitor.com (PowerMTA(TM) v3.2r5) id hmm4f80foo4p for ; Fri, 15 Feb 2008 23:19:35 +1100 (envelope-from ) From: "Michael Kelly" To: "freebsd-gnome@freebsd.org" Date: Fri, 15 Feb 2008 23:19:35 +1100 MIME-Version: 1.0 X-Mailer: cmail4.com X-Complaints-To: abuse@cmail4.com Received: from [86.40.108.172] by cmail4.com via HTTP; Fri, 15 Feb 2008 11:19:35 +1100 Message-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Tips for Generating Technology Sales in Europe X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: consulting@ridgebusiness.com List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2008 12:43:32 -0000 Tips for Generating Technology Sales in Europe Ridge Consulting Newsletter: February 2008 European Technology Markets=C2=A0Are Growing, But.... How Can You Sell to Them? While North American Markets are significantly slowing, those in Europe continue to grow, many at a rapid pace. As a specialist consulting company focused on helping technology companies increase their global sales, Ridge Consulting brings you the following "tips" to help you increase your pace of sales throughout Europe. Tip 1: Think Local The greatest challenge in selling to Europe is just how heterogenous the marketplace is. Europe is a smorgasbord of cultures and languages, and each market must have a marketing campaign developed specifically for itself. Many technology companies choose to partner with local resellers to get the most out of their marketing results.=C2=A0=C2=A0This brings us to our next tip= . Tip 2: Partner Locally The failure rate on sales and marketing campaigns increases dramatically when campaigns or sales efforts ar run from a single source. Local marketing partners and resellers understand the culture and have the local contacts. Use them. Tip 3: Integrate Your Campaigns The most effective sales and marketing campaigns combine multiple tactics, such as direct mail, telemarketing and email marketing. Over time this creates strong brand awareness and builds trust with prospective accounts. It is important that these campaigns are not "one-off", but are part of a relationship marketing campaign. Tip 4: Relationship Marketing is Key European technology buyers are often overwhelmed with single messages fom technology companies who they never hear from again . They key to successful=C2=A0technology sales=C2=A0in Europe is to build= a relationship with propsepvtive customers over time through structured, consistent marketing tactics in their local languages. Thank You ! We hope you enjoyed this newsletter. If you would like to discuss how we can help your company increase your technology sales globally please email us at: [consulting@ridgebusiness.com] www.ridge-consulting.com [http://www.ridge-consulting.com/] About Us Ridge Consulting specializes in helping technology companies increase their business-to-business sales worldwide. >From major blue chip technology companies, to fast growth niche oriented software companies, we provide solutions that help them accelerate their sales. Our services range from sales consulting, sales process improvement, telesales, market research, email marketing, direct mail, channel support and direct sales. Contact us today and learn about how we can help you increase your sales tomorrow. Ridge Consulting, Technology & Business Centre, GMIT, Dublin Road , Galway, Ireland. Email: [consulting@ridgebusiness.com] Web: www.ridge -consulting.com [http://www.ridge-consulting.com/] Telephone: +353 91 444124. This email was sent to freebsd-gnome@freebsd.org. You can instantly unsub= scribe from these emails by clicking here http://ridgeconsulting.cmail4.com/u/3= 41891/5o0tlr/.