Unicode plane 1 in rxft-unicode

2008-05-10 Thread Andrew Pantyukhin
I wonder if anyone succeeded in getting subj working. The
simplest way to test it is:
 - install a plane one font (e.g. I've just committed code2001)
 - verify it's working in firefox (after a restart)
 - add something like 'xft:Code2001:size=19,xft:' to
   'URxvt*font:' in .Xresources, and merge it with
   xrdb -merge < .Xresources
 - restart rxvt and try to view a text file with the symbols

A good test case is this: http://www.code2000.net/oneplane.htm

Wikipedia title page (with languages) also contains some plane
one symbols.

My rxvt is compiled with --enable-everything (which includes
--enable-unicode3) and with all encodings. Ctrl+Shift+Click shows
code point fffd for plane one characters, but then I've never
seen it show codes over 16 bits.

Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trying for a duplex printer

2008-05-10 Thread Scott Bennett
 On Thu, 08 May 2008 11:56:25 -0400 Chuck Robey <[EMAIL PROTECTED]> wrote:
Gary Jennejohn wrote:
> On Wed, 07 May 2008 14:43:32 -0400
> Chuck Robey <[EMAIL PROTECTED]> wrote:
> 
> [snip Kyocera FS-1030D]
>> Thanks, Gary.  Took me quite a while to find this baby, because it seems that
>> Kyocera's main site doesn't acknowledge of the Kyocera-Mita's products.  I
>> finally found out that it's a fairly big  monochrome laser.  I rather like 
>> the
>> color I get from the cheaper inkjets, although I sure would rather get one 
>> with
>> a FreeBSD driver.  Further, from what I could find, I couldn't tell if it 
>> was a
>> postscript native printer, and I am dead-set against any postscript native
>> printers, because I used to have one, and when compared to any innkset that 
>> must
>> use a translator such as ghostscript, the postscript native printers are 
>> (or, at
>> least used to be) dead slow.  Maybe it took them too long to transfer big
>> postscript files, or maybe it took the internal processors too long to
>> translate, I dunno, but when I had one of the original old HP laserjets with 
>> a
>> postscript cartridge, and I converted to using ghostscript about a year 
>> after I
>> got it, I was shocked that my print rate went up about 4-5 times as fast.  I
>> could actually get the advertised print rates.
>>
> 
> Well, I have an ethernet card in it, so transfer times are not a problem.
> 
> This printer _emulates_ postscript quite well.  It actually supports other
> modes.  Here's a list from the Technical Reference manual:
> 
> The printing systems emulate the operation of seven other printers:
>   HP LaserJet (mode 6)
>   HP 7550A (mode 8)
>   IBM Proprinter X24E (mode 1)
>   Epson LQ-850 (mode 5)
>   Diablo 630 (mode 2)
>   Standard line printer (mode 0)
>   KPDL (mode 9) [PostScript compatible]
> 
 Here's another pair to add to the above list, though I don't know whether
you can still find it for sale:

Panasonic KX-P7305 and KX-P7310 [HPGL (IIRC) and PostScript]

These two are essentially identical, except that the KX-P7310 has an ethernet
interface in addition to the USB 2.0 and parallel ports.  It prints somewhere
around 19 ppm in simplex mode, around 17 ppm in duplex, if memory serves me.
(I haven't used mine recently.)  It has a "toner saver" mode that changes black
to a grey matrix useful for stuff you want to read but don't care how nice it
looks.  Toner cartridges are supposed to be good for about 5,000 pages, but I
never got even 4,500 in toner saver mode, so I don't know what Panasonic
measured.  The PostScript interpreter normally does a nice job, but appears to
be incompatible with some applications (e.g., acroread).  The "native" mode is
HPGL or some such, which acroread seems to handle well enough.  One really
irritating thing I noticed quickly is that lpr(1) doesn't support duplex, so
printing stuff on it that would normally go through lpr(1) needed some other
method to get it duplexed.  I think I bought mine in late 2004 from
tigerdirect.com for U.S. $195 less a $70 mail-in rebate, giving a final price
of $125.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unicode plane 1 in rxft-unicode

2008-05-10 Thread Thierry Thomas
Le Sam 10 mai 08 à  9:07:40 +0200, Andrew Pantyukhin <[EMAIL PROTECTED]>
 écrivait :
> I wonder if anyone succeeded in getting subj working. The
> simplest way to test it is:
>  - install a plane one font (e.g. I've just committed code2001)

Thanks for adding this one!

>  - verify it's working in firefox (after a restart)
>  - add something like 'xft:Code2001:size=19,xft:' to
>'URxvt*font:' in .Xresources, and merge it with
>xrdb -merge < .Xresources

BTW, it's possible to just run

urxvt -fn "xft:Code2001:pixelsize=14"

>  - restart rxvt and try to view a text file with the symbols
> 
> A good test case is this: http://www.code2000.net/oneplane.htm
> 
> Wikipedia title page (with languages) also contains some plane
> one symbols.
> 
> My rxvt is compiled with --enable-everything (which includes
> --enable-unicode3) and with all encodings. Ctrl+Shift+Click shows
> code point fffd for plane one characters, but then I've never
> seen it show codes over 16 bits.

It's fine within firefox, but there is a problem with programs in
console mode, like rxft-unicode or mined, or cat. I have checked with
the file available at

and all languages are well displayed, excepted the lines from Bhutan,
Canada - Nunavut, Eritrea, Ethiopia, Georgia and India (Hindi).
Actually, for these languages, it seems that Code2001 is not used, and a
square is displayed with the built-in support font.
-- 
Th. Thomas.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


problem with libxml2

2008-05-10 Thread Marc Muncke

Hello,

There exists a problem in libxml2 port.
I wanted to buld php but it failed like this :

=> Attempting to fetch from ftp://xmlsoft.org/libxml2/.
libxml2-2.6.31.tar.gz 100% of 4623 kB  208 kBps 
00m00s

===>  Extracting for libxml2-2.6.31
=> MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.

try proposed solution :

# make NO_CHECKSUM=yes install
===>  Vulnerability check disabled, database not found
===>  Extracting for libxml2-2.6.31
tar: Unrecognized archive format: Inappropriate file type or format

gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid 
compressed data--crc error


gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid 
compressed data--length error

*** Error code 1

Stop in /usr/ports/textproc/libxml2.

What I wanted to achieve is install php5

Stop in /usr/ports/lang/php5.

# make NO_CHECKSUM=yes install clean

===>   php5-5.2.6 depends on file: /usr/local/sbin/apxs - found
===>   php5-5.2.6 depends on file: /usr/local/bin/autoconf-2.61 - found
===>   php5-5.2.6 depends on executable: pkg-config - found
===>   php5-5.2.6 depends on shared library: xml2.5 - not found
===>Verifying install for xml2.5 in /usr/ports/textproc/libxml2
===>  Vulnerability check disabled, database not found
===>  Extracting for libxml2-2.6.31
tar: Unrecognized archive format: Inappropriate file type or format

gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid 
compressed data--crc error


gzip: /usr/ports/distfiles/gnome2/libxml2-2.6.31.tar.gz: invalid 
compressed data--length error

*** Error code 1

-
so I deleted work to fetch again maybe an ftp problem ?


===>  Vulnerability check disabled, database not found
=> libxml2-2.6.31.tar.gz doesn't seem to exist in 
/usr/ports/distfiles/gnome2.

=> Attempting to fetch from ftp://xmlsoft.org/libxml2/.
===>  Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
===>  Giving up on fetching files: gnome2/libxml2-2.6.31.tar.gz 
gnome2/libxml2-2.6.31.tar.gz
Make sure the Makefile and distinfo file 
(/usr/ports/textproc/libxml2/distinfo)

are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/textproc/libxml2.
*** Error code 1

Stop in /usr/ports/textproc/libxml2.
*** Error code 1

Stop in /usr/ports/lang/php5.
*** Error code 1

Stop in /usr/ports/lang/php5.


--

Then I fetched the tarball from ports at freebsd.org and I receive this :

# cd libxml2
# make install
===>  Vulnerability check disabled, database not found
===>  Extracting for libxml2-2.6.31
=> MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
===>  Refetch for 1 more times files: gnome2/libxml2-2.6.31.tar.gz 
gnome2/libxml2-2.6.31.tar.gz

===>  Vulnerability check disabled, database not found
=> libxml2-2.6.31.tar.gz doesn't seem to exist in 
/usr/ports/distfiles/gnome2.

=> Attempting to fetch from ftp://xmlsoft.org/libxml2/.
===>  Vulnerability check disabled, database not found
=> MD5 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum mismatch for gnome2/libxml2-2.6.31.tar.gz.
===>  Giving up on fetching files: gnome2/libxml2-2.6.31.tar.gz 
gnome2/libxml2-2.6.31.tar.gz
Make sure the Makefile and distinfo file 
(/usr/ports/textproc/libxml2/distinfo)

are up to date.  If you are absolutely sure you want to override this
check, type "make NO_CHECKSUM=yes [other args]".
*** Error code 1

Stop in /usr/ports/textproc/libxml2.
*** Error code 1

Stop in /usr/ports/textproc/libxml2.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


libxml2 problem solved

2008-05-10 Thread Marc Muncke

Hello,

I solved the libxml2 problem :

download the file from :
ftp://gd.tuwien.ac.at/pub/libxml/libxml2-2.6.31.tar.gz  

thank you
Marc Muncke
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Updating the MySQL ODBC Port

2008-05-10 Thread Gerard
I noticed that there is an updated 'mysql-connector-odbc' file
available. File name:
"mysql-connector-odbc-5.1.4-freebsd6-x86-32bit.tar.tar" available at:
.

I was wondering if this is going to be made available in the ports?
There is presently an older version in the ports tree:
mysql-connector-odbc-unixodbc-mysql50-3.51.12_1, which I believe to be
the unix version. I tried contacting the maintainer of that port:
<[EMAIL PROTECTED]>, however; he never responded to my inquiry.

-- 
Gerard
[EMAIL PROTECTED]

No wonder Clairol makes so much money selling shampoo.
Lather, Rinse, Repeat is an infinite loop!


signature.asc
Description: PGP signature


FreeBSD Port: libxml2-2.6.31

2008-05-10 Thread Fabien Debuire
Hello there is a mismatch with the checksum for this port since you change
mirrors order can you please update this
Thanks



-- 
Fabien DEBUIRE
[EMAIL PROTECTED]
www.debuire.net
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: libxml2-2.6.31

2008-05-10 Thread Jeremy Messenger
On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire <[EMAIL PROTECTED]>  
wrote:


Hello there is a mismatch with the checksum for this port since you  
change

mirrors order can you please update this


I have tested on all mirrors before I have committed this change. I still  
can't reproduce it here.


# make distclean ; make checksum
===>  Cleaning for libxml2-2.6.31
===>  Deleting distfiles for libxml2-2.6.31
=> libxml2-2.6.31.tar.gz doesn't seem to exist in  
/usr/ports/distfiles/gnome2.

=> Attempting to fetch from ftp://fr.rpmfind.net/pub/libxml/.
libxml2-2.6.31.tar.gz 100% of 4623 kB  346 kBps  
00m00s

=> MD5 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.
=> SHA256 Checksum OK for gnome2/libxml2-2.6.31.tar.gz.

Cheers,
Mezz


Thanks



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: libxml2-2.6.31

2008-05-10 Thread Diane Bruce
On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote:
> On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire <[EMAIL PROTECTED]>
> wrote:
>
> >Hello there is a mismatch with the checksum for this port since you
> >change
> >mirrors order can you please update this
>
> I have tested on all mirrors before I have committed this change. I still
> can't reproduce it here.

This is probably one of the bugs that stalks the ports system.
It is possible you got a html text message saying the server was too
busy stored into libxml2-2.6.31.tar.gz; the ports system at present does
not use file to check that the file it has fetched matches what it
was expecting. This is one of the cases where manual intervention is
necessary and you have to remove the file downloaded and try again.

It's not that easy a bug to fix unfortunately.

- Diane
--
- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.db.net/~db
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD Port: libxml2-2.6.31

2008-05-10 Thread Jeremy Messenger

On Sat, 10 May 2008 16:40:56 -0500, Diane Bruce <[EMAIL PROTECTED]> wrote:


On Sat, May 10, 2008 at 04:23:59PM -0500, Jeremy Messenger wrote:

On Sat, 10 May 2008 16:12:46 -0500, Fabien Debuire <[EMAIL PROTECTED]>
wrote:

>Hello there is a mismatch with the checksum for this port since you
>change
>mirrors order can you please update this

I have tested on all mirrors before I have committed this change. I  
still

can't reproduce it here.


This is probably one of the bugs that stalks the ports system.
It is possible you got a html text message saying the server was too
busy stored into libxml2-2.6.31.tar.gz; the ports system at present does
not use file to check that the file it has fetched matches what it
was expecting. This is one of the cases where manual intervention is
necessary and you have to remove the file downloaded and try again.

It's not that easy a bug to fix unfortunately.


He has sent me in private, he didn't let CVSup mirror to catch up so he  
doesn't has my change.


Cheers,
Mezz


- Diane
--
- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.db.net/~db



--
[EMAIL PROTECTED]  -  [EMAIL PROTECTED]
FreeBSD GNOME Team
http://www.FreeBSD.org/gnome/  -  [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"