Processed: fails to install new is grave

2005-10-22 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 334345 grave
Bug#334345: invalid test expression in preinst
Bug#332341: x11-common: bug in preinst script
Bug#332374: x11-common: Update to 6.8.2.dfsg.1-8_all has shell script error
Bug#332566: preinst error
Severity set to `grave'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [tex-live] Re: License of fonts included in X.org sources

2005-10-22 Thread George N. White III

On Sat, 22 Oct 2005, Sven Luther wrote:
Current acrobat reader (well, it was at least a couple of years ago) 
licencing forbids it to be distributed alongside other pdf generating 
tools like pdftex, which is in big part why it was removed from non-free 
back then.


The majority of commercial 3rd party pdf generating tools target Adobe's 
key markets.  Allowing them to include Acrobat Reader could be interpreted 
as some sort of Adobe endorsement as well as giving them an excuse for 
sprinkling Adobe logos around in their literature.  There is a huge 
difference between a product that enables pdf for a class of users that 
would be difficult for Adobe to properly support themselves and products 
that aim to carve out small chunks of Adobe's key markets.


--
George N. White III  <[EMAIL PROTECTED]>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#335256: xserver-xorg: CID(Type1) font loader doesn't handle bitmap endian correctly (patch available)

2005-10-22 Thread YOKOTA Hiroshi
Package: xserver-xorg
Version: 6.8.2.dfsg.1-7
Severity: important

 CID format font loader does not handle fsBitmapFormat and
fsBitmapFormatMask correctly, and corrupts each glyph's bitmap image. 
 Here are some patches to fix this bug.


--- xc/lib/font/Type1/t1intf.h.org  2005-03-01 02:35:18.0 +0900
+++ xc/lib/font/Type1/t1intf.h  2005-10-22 20:26:31.0 +0900
@@ -68,6 +68,7 @@
unsigned char  *CIDdata;
longCIDsize;
 #endif
+   fsBitmapFormatMask fmask;
 } cidglyphs;
 #endif
 




--- xc/lib/font/Type1/t1funcs.c.org 2005-03-01 02:35:18.0 +0900
+++ xc/lib/font/Type1/t1funcs.c 2005-10-22 20:28:34.0 +0900
@@ -443,6 +443,8 @@
 cid->pixel_matrix[2] = vals->pixel_matrix[2];
 cid->pixel_matrix[3] = vals->pixel_matrix[3];
 
+cid->fmask = fmask;
+
 pFont->fontPrivate = (unsigned char *)cid;
 
 pFont->info.fontAscent =
@@ -1529,10 +1531,11 @@
long h,w;
long paddedW;
cidglyphs *cid;
-   fsBitmapFormat  format = 0;
-   fsBitmapFormatMask  fmask = 0;
+   fsBitmapFormat  format = pFont->format;
+   fsBitmapFormatMask  fmask;
 
cid = (cidglyphs *)pFont->fontPrivate;
+   fmask = cid->fmask;
 
/* set up default values */
FontDefaultFormat(&bit, &byte, &glyph, &scan);



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: xorg 6.9 manifest check failure in svn r728

2005-10-22 Thread Frans Pop
On Saturday 22 October 2005 22:57, Will Dyson wrote:
> + for name in `find src -print | grep -v svn` ;   \@@\

I would suggest to make that grep -v "\.svn".


pgpqpOhoYzftd.pgp
Description: PGP signature


Re: X Strike Force X.Org X11 SVN commit: r739 - branches/6.9/debian

2005-10-22 Thread Sven Luther
On Sat, Oct 22, 2005 at 02:40:21PM -0500, X Strike Force SVN Repository Admin 
wrote:
> Author: dnusinow
> Date: 2005-10-22 14:40:16 -0500 (Sat, 22 Oct 2005)
> New Revision: 739
> 
> Modified:
>branches/6.9/debian/MANIFEST.powerpc.in
>branches/6.9/debian/changelog
> Log:
> * Inaugurate new changelog
> * MANIFEST updates
>   + powerpc thanks to Sven Luther.

Well, this wasn't enough, since it now fails with :

  cp: cannot stat `debian/tmp//usr/X11R6/lib/libI810XvMC.so.1.0': No such file 
or directory

I guess the install rules or whatever need to be fixed to not try installing
those files we did remove from the MANIFEST.

No time to do this today though, will do tomorrow, but if i could get some
hint on where to look, would be helpful.

Friendly,

Sven Luther



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xorg 6.9 manifest check failure in svn r728

2005-10-22 Thread Will Dyson
Hi david,

I just checked out and built branches/6.9/ for amd64.

It builds fine, but fails the manifest check due to the upstream
install target for rstart copying the .svn/ directory for
xc/programs/rstart/commands/ and xc/programs/rstart/contexts/ into
debian/tmp/.

xc/programs/rstart/Imakefile defines a Recurse macro that filters out
CVS files, but this fails for obvious reasons with a svn checkout.
Switching CVS for svn as in the trivial patch below cures the problem.
Not knowing much about Imake, it took me a while to track this down,
so I thought I'd let you know about it.


Index: Imakefile
===
--- Imakefile   (revision 728)
+++ Imakefile   (working copy)
@@ -114,7 +114,7 @@
esac

 #defineRecurse(src, dest, filefunc) set -x;
\@@\
-   for name in `find src -print | grep -v CVS` ;   \@@\
+   for name in `find src -print | grep -v svn` ;   \@@\
do  \@@\
if test -f $$name;  \@@\
then\@@\


--
Will Dyson



Re: [tex-live] Re: License of fonts included in X.org sources

2005-10-22 Thread Reinhard Kotucha
> "David" == David Kastrup <[EMAIL PROTECTED]> writes:

  > One does not need to mention PDFTeX in that context.  But remind
  > me: just what Adobe tool is replaced or endangered by PDFTeX?  Do
  > they have a general purpose typesetting program?

Do people use typesetting programs for typesetting today?

Reinhard

-- 

Reinhard Kotucha  Phone: +49-511-4592165
Marschnerstr. 25
D-30167 Hannover  mailto:[EMAIL PROTECTED]

Microsoft isn't the answer. Microsoft is the question, and the answer is NO.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r741 - branches/modular/proto/Trap/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:49:29 -0500 (Sat, 22 Oct 2005)
New Revision: 741

Modified:
   branches/modular/proto/Trap/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/Trap/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r740 - in branches/modular/proto/Trap: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:48:56 -0500 (Sat, 22 Oct 2005)
New Revision: 740

Added:
   branches/modular/proto/Trap/Makefile.in
   branches/modular/proto/Trap/aclocal.m4
   branches/modular/proto/Trap/configure
   branches/modular/proto/Trap/debian/
   branches/modular/proto/Trap/debian/changelog
   branches/modular/proto/Trap/debian/compat
   branches/modular/proto/Trap/debian/control
   branches/modular/proto/Trap/debian/copyright
   branches/modular/proto/Trap/debian/rules
   branches/modular/proto/Trap/debian/x11proto-trap-dev.install
   branches/modular/proto/Trap/install-sh
   branches/modular/proto/Trap/missing
   branches/modular/proto/Trap/mkinstalldirs
   branches/modular/proto/Trap/xtrapbits.h
   branches/modular/proto/Trap/xtrapddmi.h
   branches/modular/proto/Trap/xtrapdi.h
   branches/modular/proto/Trap/xtrapemacros.h
   branches/modular/proto/Trap/xtraplib.h
   branches/modular/proto/Trap/xtraplibp.h
   branches/modular/proto/Trap/xtrapproto.h
Log:
Add sources and packaging for x11proto-trap-dev

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 739:740 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r739 - branches/6.9/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:40:16 -0500 (Sat, 22 Oct 2005)
New Revision: 739

Modified:
   branches/6.9/debian/MANIFEST.powerpc.in
   branches/6.9/debian/changelog
Log:
* Inaugurate new changelog
* MANIFEST updates
  + powerpc thanks to Sven Luther.


Modified: branches/6.9/debian/MANIFEST.powerpc.in
===
--- branches/6.9/debian/MANIFEST.powerpc.in 2005-10-22 19:13:20 UTC (rev 
738)
+++ branches/6.9/debian/MANIFEST.powerpc.in 2005-10-22 19:40:16 UTC (rev 
739)
@@ -89,11 +89,12 @@
 etc/X11/xkb/compat/basic
 etc/X11/xkb/compat/complete
 etc/X11/xkb/compat/default
-etc/X11/xkb/compat/group_led
 etc/X11/xkb/compat/iso9995
 etc/X11/xkb/compat/japan
 etc/X11/xkb/compat/keypad
-etc/X11/xkb/compat/leds
+etc/X11/xkb/compat/ledcaps
+etc/X11/xkb/compat/lednum
+etc/X11/xkb/compat/ledscroll
 etc/X11/xkb/compat/misc
 etc/X11/xkb/compat/mousekeys
 etc/X11/xkb/compat/norepeat
@@ -222,6 +223,7 @@
 etc/X11/xkb/symbols/by
 etc/X11/xkb/symbols/ca
 etc/X11/xkb/symbols/ca_enhanced
+etc/X11/xkb/symbols/capslock
 etc/X11/xkb/symbols/compose
 etc/X11/xkb/symbols/ctrl
 etc/X11/xkb/symbols/cz
@@ -240,7 +242,9 @@
 etc/X11/xkb/symbols/el
 etc/X11/xkb/symbols/en_US
 etc/X11/xkb/symbols/es
+etc/X11/xkb/symbols/eurosign
 etc/X11/xkb/symbols/fi
+etc/X11/xkb/symbols/fo
 etc/X11/xkb/symbols/fr
 etc/X11/xkb/symbols/fr_CH
 etc/X11/xkb/symbols/fujitsu/jp
@@ -302,89 +306,69 @@
 etc/X11/xkb/symbols/ori
 etc/X11/xkb/symbols/pc/al
 etc/X11/xkb/symbols/pc/am
-etc/X11/xkb/symbols/pc/ar
+etc/X11/xkb/symbols/pc/ara
+etc/X11/xkb/symbols/pc/az
+etc/X11/xkb/symbols/pc/ba
+etc/X11/xkb/symbols/pc/bd
 etc/X11/xkb/symbols/pc/be
-etc/X11/xkb/symbols/pc/ben
 etc/X11/xkb/symbols/pc/bg
 etc/X11/xkb/symbols/pc/br
+etc/X11/xkb/symbols/pc/bt
 etc/X11/xkb/symbols/pc/by
 etc/X11/xkb/symbols/pc/ca
 etc/X11/xkb/symbols/pc/ch
 etc/X11/xkb/symbols/pc/cz
-etc/X11/xkb/symbols/pc/cz_qwerty
 etc/X11/xkb/symbols/pc/de
-etc/X11/xkb/symbols/pc/dev
 etc/X11/xkb/symbols/pc/dk
-etc/X11/xkb/symbols/pc/dvorak
-etc/X11/xkb/symbols/pc/dz
 etc/X11/xkb/symbols/pc/ee
-etc/X11/xkb/symbols/pc/el
-etc/X11/xkb/symbols/pc/en_US
 etc/X11/xkb/symbols/pc/es
 etc/X11/xkb/symbols/pc/fi
+etc/X11/xkb/symbols/pc/fo
 etc/X11/xkb/symbols/pc/fr
-etc/X11/xkb/symbols/pc/fr-latin9
 etc/X11/xkb/symbols/pc/gb
-etc/X11/xkb/symbols/pc/ge_la
-etc/X11/xkb/symbols/pc/ge_ru
-etc/X11/xkb/symbols/pc/guj
-etc/X11/xkb/symbols/pc/gur
+etc/X11/xkb/symbols/pc/ge
+etc/X11/xkb/symbols/pc/gr
 etc/X11/xkb/symbols/pc/hr
 etc/X11/xkb/symbols/pc/hu
 etc/X11/xkb/symbols/pc/ie
 etc/X11/xkb/symbols/pc/il
-etc/X11/xkb/symbols/pc/il_phonetic
+etc/X11/xkb/symbols/pc/in
 etc/X11/xkb/symbols/pc/ir
 etc/X11/xkb/symbols/pc/is
 etc/X11/xkb/symbols/pc/it
-etc/X11/xkb/symbols/pc/iu
 etc/X11/xkb/symbols/pc/jp
-etc/X11/xkb/symbols/pc/kan
+etc/X11/xkb/symbols/pc/kg
 etc/X11/xkb/symbols/pc/la
+etc/X11/xkb/symbols/pc/latam
 etc/X11/xkb/symbols/pc/latin
-etc/X11/xkb/symbols/pc/lo
+etc/X11/xkb/symbols/pc/lk
 etc/X11/xkb/symbols/pc/lt
 etc/X11/xkb/symbols/pc/lv
-etc/X11/xkb/symbols/pc/mk
-etc/X11/xkb/symbols/pc/ml
+etc/X11/xkb/symbols/pc/mao
+etc/X11/xkb/symbols/pc/mkd
 etc/X11/xkb/symbols/pc/mm
 etc/X11/xkb/symbols/pc/mn
 etc/X11/xkb/symbols/pc/mt
-etc/X11/xkb/symbols/pc/mt_us
 etc/X11/xkb/symbols/pc/nl
 etc/X11/xkb/symbols/pc/no
-etc/X11/xkb/symbols/pc/ogham
-etc/X11/xkb/symbols/pc/ori
 etc/X11/xkb/symbols/pc/pc
+etc/X11/xkb/symbols/pc/pk
 etc/X11/xkb/symbols/pc/pl
-etc/X11/xkb/symbols/pc/pl2
 etc/X11/xkb/symbols/pc/pt
 etc/X11/xkb/symbols/pc/ro
 etc/X11/xkb/symbols/pc/ru
-etc/X11/xkb/symbols/pc/sapmi
 etc/X11/xkb/symbols/pc/se
-etc/X11/xkb/symbols/pc/se_FI
-etc/X11/xkb/symbols/pc/se_NO
-etc/X11/xkb/symbols/pc/se_SE
 etc/X11/xkb/symbols/pc/si
 etc/X11/xkb/symbols/pc/sk
-etc/X11/xkb/symbols/pc/sk_qwerty
-etc/X11/xkb/symbols/pc/sr
-etc/X11/xkb/symbols/pc/syr
-etc/X11/xkb/symbols/pc/syr_phonetic
-etc/X11/xkb/symbols/pc/tel
+etc/X11/xkb/symbols/pc/srp
+etc/X11/xkb/symbols/pc/sy
 etc/X11/xkb/symbols/pc/th
-etc/X11/xkb/symbols/pc/th_pat
-etc/X11/xkb/symbols/pc/th_tis
 etc/X11/xkb/symbols/pc/tj
-etc/X11/xkb/symbols/pc/tml
 etc/X11/xkb/symbols/pc/tr
 etc/X11/xkb/symbols/pc/ua
 etc/X11/xkb/symbols/pc/us
-etc/X11/xkb/symbols/pc/us_intl
 etc/X11/xkb/symbols/pc/uz
 etc/X11/xkb/symbols/pc/vn
-etc/X11/xkb/symbols/pc/yu
 etc/X11/xkb/symbols/pc104
 etc/X11/xkb/symbols/pl
 etc/X11/xkb/symbols/pl2
@@ -1170,7 +1154,6 @@
 usr/X11R6/lib/X11/doc/RELNOTES
 usr/X11R6/lib/X11/doc/Versions
 usr/X11R6/lib/X11/doc/VideoBoard98
-usr/X11R6/lib/X11/doc/html/Xprint_FAQ.html
 usr/X11R6/lib/X11/etc/Xinstall.sh
 usr/X11R6/lib/X11/etc/sun.termcap
 usr/X11R6/lib/X11/etc/sun.terminfo
@@ -1503,8 +1486,6 @@
 usr/X11R6/lib/libGLU.so.1.3
 usr/X11R6/lib/libGLw.a
 usr/X11R6/lib/libGLw_pic.a
-usr/X11R6/lib/libI810XvMC.a
-usr/X11R6/lib/libI810XvMC.so.1.0
 usr/X11R6/lib/libICE.a
 usr/X11R6/lib/libICE.so.6.4
 usr/X11R6/lib/libOSMesa.a
@@ -1581,10 +1562,6 @@
 usr/X11R6/lib/libfntstubs.a
 usr/X11R6/lib/libfontenc.a
 

X Strike Force X.Org X11 SVN commit: r738 - branches/modular/proto/ScrnSaver/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:13:20 -0500 (Sat, 22 Oct 2005)
New Revision: 738

Modified:
   branches/modular/proto/ScrnSaver/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/ScrnSaver/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r737 - in branches/modular/proto/ScrnSaver: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:12:43 -0500 (Sat, 22 Oct 2005)
New Revision: 737

Added:
   branches/modular/proto/ScrnSaver/Makefile.in
   branches/modular/proto/ScrnSaver/aclocal.m4
   branches/modular/proto/ScrnSaver/configure
   branches/modular/proto/ScrnSaver/debian/
   branches/modular/proto/ScrnSaver/debian/changelog
   branches/modular/proto/ScrnSaver/debian/compat
   branches/modular/proto/ScrnSaver/debian/control
   branches/modular/proto/ScrnSaver/debian/copyright
   branches/modular/proto/ScrnSaver/debian/rules
   branches/modular/proto/ScrnSaver/debian/x11proto-scrnsaver-dev.install
   branches/modular/proto/ScrnSaver/install-sh
   branches/modular/proto/ScrnSaver/missing
   branches/modular/proto/ScrnSaver/mkinstalldirs
   branches/modular/proto/ScrnSaver/saver.h
   branches/modular/proto/ScrnSaver/saverproto.h
   branches/modular/proto/ScrnSaver/scrnsaver.h
Log:
Add x11proto-scrnsaver-dev sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 736:737 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r736 - branches/modular/proto/Resource/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:10:02 -0500 (Sat, 22 Oct 2005)
New Revision: 736

Modified:
   branches/modular/proto/Resource/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/Resource/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r735 - in branches/modular/proto/Resource: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:09:31 -0500 (Sat, 22 Oct 2005)
New Revision: 735

Added:
   branches/modular/proto/Resource/Makefile.in
   branches/modular/proto/Resource/XResproto.h
   branches/modular/proto/Resource/aclocal.m4
   branches/modular/proto/Resource/configure
   branches/modular/proto/Resource/debian/
   branches/modular/proto/Resource/debian/changelog
   branches/modular/proto/Resource/debian/compat
   branches/modular/proto/Resource/debian/control
   branches/modular/proto/Resource/debian/copyright
   branches/modular/proto/Resource/debian/rules
   branches/modular/proto/Resource/debian/x11proto-resource-dev.install
   branches/modular/proto/Resource/install-sh
   branches/modular/proto/Resource/missing
   branches/modular/proto/Resource/mkinstalldirs
Log:
Add sources and packaging for x11proto-resource-dev

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 734:735 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r734 - branches/modular/proto/Render/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:07:09 -0500 (Sat, 22 Oct 2005)
New Revision: 734

Modified:
   branches/modular/proto/Render/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/Render/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r733 - in branches/modular/proto/Render: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:06:36 -0500 (Sat, 22 Oct 2005)
New Revision: 733

Added:
   branches/modular/proto/Render/Makefile.in
   branches/modular/proto/Render/aclocal.m4
   branches/modular/proto/Render/configure
   branches/modular/proto/Render/debian/
   branches/modular/proto/Render/debian/changelog
   branches/modular/proto/Render/debian/compat
   branches/modular/proto/Render/debian/control
   branches/modular/proto/Render/debian/copyright
   branches/modular/proto/Render/debian/rules
   branches/modular/proto/Render/debian/x11proto-render-dev.install
   branches/modular/proto/Render/install-sh
   branches/modular/proto/Render/missing
   branches/modular/proto/Render/mkinstalldirs
   branches/modular/proto/Render/render.h
   branches/modular/proto/Render/renderproto.h
Log:
Add x11proto-render-dev sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 732:733 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r732 - branches/modular/proto/Record/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:02:10 -0500 (Sat, 22 Oct 2005)
New Revision: 732

Modified:
   branches/modular/proto/Record/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/Record/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r731 - in branches/modular/proto/Record: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 14:01:39 -0500 (Sat, 22 Oct 2005)
New Revision: 731

Added:
   branches/modular/proto/Record/Makefile.in
   branches/modular/proto/Record/aclocal.m4
   branches/modular/proto/Record/configure
   branches/modular/proto/Record/debian/
   branches/modular/proto/Record/debian/changelog
   branches/modular/proto/Record/debian/compat
   branches/modular/proto/Record/debian/control
   branches/modular/proto/Record/debian/copyright
   branches/modular/proto/Record/debian/rules
   branches/modular/proto/Record/debian/x11proto-record-dev.install
   branches/modular/proto/Record/install-sh
   branches/modular/proto/Record/missing
   branches/modular/proto/Record/mkinstalldirs
   branches/modular/proto/Record/record.h
   branches/modular/proto/Record/recordstr.h
Log:
Add x11proto-record-dev sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 730:731 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r730 - branches/modular/proto/Randr/debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 13:57:01 -0500 (Sat, 22 Oct 2005)
New Revision: 730

Modified:
   branches/modular/proto/Randr/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/proto/Randr/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




X Strike Force X.Org X11 SVN commit: r729 - in branches/modular/proto/Randr: . debian

2005-10-22 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-22 13:56:06 -0500 (Sat, 22 Oct 2005)
New Revision: 729

Added:
   branches/modular/proto/Randr/Makefile.in
   branches/modular/proto/Randr/aclocal.m4
   branches/modular/proto/Randr/configure
   branches/modular/proto/Randr/debian/
   branches/modular/proto/Randr/debian/changelog
   branches/modular/proto/Randr/debian/compat
   branches/modular/proto/Randr/debian/control
   branches/modular/proto/Randr/debian/copyright
   branches/modular/proto/Randr/debian/rules
   branches/modular/proto/Randr/debian/x11proto-randr-dev.install
   branches/modular/proto/Randr/install-sh
   branches/modular/proto/Randr/missing
   branches/modular/proto/Randr/mkinstalldirs
   branches/modular/proto/Randr/randr.h
   branches/modular/proto/Randr/randrproto.h
Log:
Add x11proto-randr-dev sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 728:729 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [tex-live] Re: License of fonts included in X.org sources

2005-10-22 Thread Sven Luther
On Sat, Oct 22, 2005 at 09:01:53AM -0300, George White wrote:
> Quoting Reinhard Kotucha <[EMAIL PROTECTED]>:
>  
> > When Sebastian presented pdftex at Adobe, they had been amazed that
> > pdftex can do things they cannot do with their own tools (I suppose
> > that Hans Hagen provided some files).  This was years ago, but
> > meanwhile Thanh provided many microtypographical extensions.
> > 
> > If things evolve in the future as they did in the past, I suppose that
> > pdftex is not good PR for Adobe, it's more likely that they regard
> > pdftex as a competitor.
> 
> In the past, Adobe has fixed Reader bugs that were triggered by files 
> created with TeX (encodings using ASCII NUL, although TeX responded to the 
> bugs
> with new encodings).  Enlightened software vendors understand very well that 
> the
> user community's investment in workflows forms the basis for long-term 
> success. 
> I suspect Adobe is happy to have the TeX community providing the tools to deal
> with mathematical typesetting, as the commercial market is probably too small
> in relation to the cost of developing/maintaining the tools.  
> 
> In my view, current intellectual property law misses the importance of the 
> user community.  This creates a danger that users can loose their investment
> in workflows through the demise of a vendor or outrageous price increases. 
> While I don't think Adobe has immediate plans to cash out on PDF, history 
> shows
> that successful companies can fail (e.g., by ill-advised moves into areas 
> where
> they have no competence), leaving intellectual property in limbo, or be taken
> over by groups who will grab the cash and run.
> 
> While there is currently little danger of Adobe doing anything to hurt pdftex
> (and if pdftex was harmed as an unanticipated consequence of some other 
> action, Adobe would probably work to resolve the problem), there is no
> protection for pdftex from some unrelated business catastrophe.  In such an
> event, pdftex users would be better off than users who rely entirely
> on Adobe tools.  

Current acrobat reader (well, it was at least a couple of years ago) licencing
forbids it to be distributed alongside other pdf generating tools like pdftex,
which is in big part why it was removed from non-free back then.

Friendly,

Sven Luther


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [tex-live] Re: License of fonts included in X.org sources

2005-10-22 Thread George White
Quoting Reinhard Kotucha <[EMAIL PROTECTED]>:
 
> When Sebastian presented pdftex at Adobe, they had been amazed that
> pdftex can do things they cannot do with their own tools (I suppose
> that Hans Hagen provided some files).  This was years ago, but
> meanwhile Thanh provided many microtypographical extensions.
> 
> If things evolve in the future as they did in the past, I suppose that
> pdftex is not good PR for Adobe, it's more likely that they regard
> pdftex as a competitor.

In the past, Adobe has fixed Reader bugs that were triggered by files 
created with TeX (encodings using ASCII NUL, although TeX responded to the bugs
with new encodings).  Enlightened software vendors understand very well that the
user community's investment in workflows forms the basis for long-term success. 
I suspect Adobe is happy to have the TeX community providing the tools to deal
with mathematical typesetting, as the commercial market is probably too small
in relation to the cost of developing/maintaining the tools.  

In my view, current intellectual property law misses the importance of the 
user community.  This creates a danger that users can loose their investment
in workflows through the demise of a vendor or outrageous price increases. 
While I don't think Adobe has immediate plans to cash out on PDF, history shows
that successful companies can fail (e.g., by ill-advised moves into areas where
they have no competence), leaving intellectual property in limbo, or be taken
over by groups who will grab the cash and run.

While there is currently little danger of Adobe doing anything to hurt pdftex
(and if pdftex was harmed as an unanticipated consequence of some other 
action, Adobe would probably work to resolve the problem), there is no
protection for pdftex from some unrelated business catastrophe.  In such an
event, pdftex users would be better off than users who rely entirely
on Adobe tools.  

-- 
George N. White III
Head of St. Margarets Bay, Nova Scotia


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: [tex-live] Re: License of fonts included in X.org sources

2005-10-22 Thread David Kastrup
Reinhard Kotucha <[EMAIL PROTECTED]> writes:

>> "David" == David Kastrup <[EMAIL PROTECTED]> writes:
>
>   > Since they don't actively market them as far as I know, doing so
>   > for something which is presumed to be in the open, anyway, might
>   > be good PR.
>
> When Sebastian presented pdftex at Adobe, they had been amazed that
> pdftex can do things they cannot do with their own tools (I suppose
> that Hans Hagen provided some files).  This was years ago, but
> meanwhile Thanh provided many microtypographical extensions.
>
> If things evolve in the future as they did in the past, I suppose
> that pdftex is not good PR for Adobe, it's more likely that they
> regard pdftex as a competitor.

One does not need to mention PDFTeX in that context.  But remind me:
just what Adobe tool is replaced or endangered by PDFTeX?  Do they
have a general purpose typesetting program?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Finally a Patch that works!

2005-10-22 Thread Liza Oconnor
World first Patch Technology for penis Enlargement
http://www.sulige.com/pt/



Doing a thing well is often a waste of time.   
Modesty is the only sure bait when you angle for praise.  

Your true value depends entirely on what you are compared with.  
The actions of men are the best interpreters of their thoughts.  

Our patience will achieve more than our force. 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]