MAINTAINER-UPDATE: audio/pacpl - 3.3.2

2007-07-11 Thread Andreas Bihlmaier
Hello ports@,

here is the newest version of pacpl.
Update was pretty trivial.

Changelog:
===
From 3.3.1 to 3.3.2
===

Added: MP4::Info dependency IO::String to pacpl-install

Updated: License GPLv3

Bug Fix: Directory conversions.  pacpl was claiming the directory 
 was empty and prompting to use the --recursive option.

 Thanks to John Meyer for the report.
=
From 3.3.0 to 3.3.1
=

Added: FR translations to the Amarok/Konqueror notices/messages.
Added: A few missing French translations.

Fixed: Typo in PT/tag_help.PT

Bug Fix: When ripping a CD and using the --outdir option, output file
   names no longer include the output directory. 
===
From 3.2.5 to 3.3.0
===

Added: Support for Audio Visual Research (AVR) audio format.
Added: Support for CDR audio format.

Added: PT translations to the Amarok/Konqueror notices/messages.
Added: --device option to replace old --cdrom option (now works)

Added: --outstring to the CD ripping options:

   This will allow you change the naming scheme of the output files

   %art = Artist
   %tit = Song Title
   %alb = Album
   %tno = Track Number

   Default is (%art - %tit)

   pacpl --cdtoflac --all --outstring=(%tno)-%tit

Added:  Devel::Symdump, Pod::Coverage, Test::Pod::Coverage,  MP3::Info
to pacpl-install.  All of these modules are now required to
compile/install the Audio::Musepack module.

Updated: Amarok script is now automatically installed.
Updated: Re-wrote tagging options. See pacpl --taghelp.
Updated: --play option (added more formats,  re-wrote to be more efficient)


Update:
Index: Makefile
===
RCS file: /cvs/ports/audio/pacpl/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile21 Dec 2006 22:15:11 -  1.2
+++ Makefile11 Jul 2007 08:00:28 -
@@ -6,7 +6,7 @@
 COMMENT-konqueror= PAC Konqueror service menu  mime types
 COMMENT-amarok=PAC Amarok plugin
 
-V= 3.2.5
+V= 3.3.2
 DISTNAME=  pacpl-${V}
 PKGNAME-main=  pacpl-${V}
 PKGNAME-konqueror= pacpl-konqueror-${V}
@@ -72,8 +72,5 @@
${INSTALL_DATA_DIR} ${PREFIX}/$d
 .endfor
cd ${WRKSRC}  ./pacpl-install --install=${INSTALL_FLAGS}
-   ${INSTALL_MAN} ${WRKSRC}/man/pacpl.1 ${PREFIX}/man/man1
-   tar -C ${PREFIX}/share/apps/amarok/scripts -xzf \
-   ${WRKSRC}/kde/amarok/pacx.amarokscript.tar.gz
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/audio/pacpl/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo5 Apr 2007 15:37:44 -   1.2
+++ distinfo11 Jul 2007 08:00:28 -
@@ -1,5 +1,5 @@
-MD5 (pacpl-3.2.5.tar.gz) = maAeNzh1Y5xEwrzE73SESQ==
-RMD160 (pacpl-3.2.5.tar.gz) = 9IbCuutlJ6QNf2DNKmvJGhxNHXI=
-SHA1 (pacpl-3.2.5.tar.gz) = I+Nd7nXwXf35q3tNKOmpAw+S9eA=
-SHA256 (pacpl-3.2.5.tar.gz) = jisyWN3Ko3UTiQ+7+WPU92e0TCAg61e290ZpchSdPrc=
-SIZE (pacpl-3.2.5.tar.gz) = 118612
+MD5 (pacpl-3.3.2.tar.gz) = Q9WiU2C3rY7Ff2Of7PZGMw==
+RMD160 (pacpl-3.3.2.tar.gz) = SAHX3Nz2UmGeIuYLT2+33yx79qg=
+SHA1 (pacpl-3.3.2.tar.gz) = JTjbRtdP9Kuo8298sre65Kp2zE8=
+SHA256 (pacpl-3.3.2.tar.gz) = 4V+Bnx4LnmIP/LteGUDl+SK137XR3a7xyfTtq1+wveo=
+SIZE (pacpl-3.3.2.tar.gz) = 126493
Index: patches/patch-pacpl
===
RCS file: /cvs/ports/audio/pacpl/patches/patch-pacpl,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 patch-pacpl
--- patches/patch-pacpl 12 Dec 2006 06:21:34 -  1.1.1.1
+++ patches/patch-pacpl 11 Jul 2007 08:00:28 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-pacpl,v 1.1.1.1 2006/12/12 06:21:34 steven Exp $
 pacpl.orig Sun Oct 29 17:04:27 2006
-+++ pacpl  Sun Dec 10 22:13:32 2006
-@@ -29,7 +29,7 @@ use File::Copy;
+--- pacpl.orig Fri Jul  6 18:48:23 2007
 pacpl  Wed Jul 11 09:16:21 2007
+@@ -30,7 +30,7 @@ use File::Copy;
  use File::Basename;
  use Ogg::Vorbis::Header; 
  
@@ -10,43 +10,30 @@
  
  # Current Name  Version
  my $name = Perl Audio Converter;
-@@ -224,7 +224,7 @@ my @conf_opts;
- # Location of configuration file (Check Global, and then Current Directory)
- my $conf_path = /etc/pacpl;
- my $conf_global   = $conf_path/pacpl.conf;
--my $conf_pwd  = $ENV{'PWD'}/pacpl.conf;
-+my $conf_pwd  = getcwd()./pacpl.conf;
- 
- my $conf_file = $conf_global;
-$conf_file = $conf_pwd if not -e $conf_global;
-@@ -2147,8 +2147,9 @@ if (@file) {
-  }
- 
+@@ -2361,7 +2361,8 @@ if (@file) {
+ 
 if ($koutdir eq '1' and $gui and not $get_out_directory and not 
$out_dir) { 
-- 
--   $out_dir = `$kdialog --title \$name - $version - 
$lang{$mylang}{file_destination}\ --getexistingdirectory $ENV{'PWD'}`; 
-+
-+   

[NEW] ecoliercourt-fonts-0.1

2007-07-11 Thread Antoine Jacoutot
pkg/DESCR
The ecoliercourt-fonts package provides small descenders cursive TTF
fonts covering the basic latin range with an ink and dip pen style. Such
fonts are widely used in education.
They come in two versions: with an without Seyes ruling.


(DESCR was based on a Debian bug report)
Comments/OK?

-- 
Antoine


ecoliercourt-fonts.tar.gz
Description: application/tgz


Re: [NEW] pulseaudio 0.9.6

2007-07-11 Thread Jacob Meuser
On Wed, Jul 11, 2007 at 03:19:26AM +, Jacob Meuser wrote:
 On Wed, Jul 11, 2007 at 12:53:43AM +0200, Benoit Chesneau wrote:

  Anyway did you test the port ? I'm very interrested in any feedback to
  see what is needed to fix yet. Pulseaudio is a very interesting audio
  server and framework and I'm interrested to have in ports. Please tell
  me.
 
 libatomic_ops should really be built as a dynamic library.
 
 I didn't go much further than that thought.

please test the attached ports (should be no functionality changes).

and sort out LIB_DEPENDS/WANTLIB in pulseaudio.  you should know
how this stuff works if you want to maintain ports.

I still haven't even gotten around to actually installing pulseaudio.

does this really need _3_ new groups?  what are the realtime
and pulse-access groups for?

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org


libatomic_ops-1.2-port.tgz
Description: application/tar-gz


pulseaudio-0.9.6-port.tgz
Description: application/tar-gz


Re: MAINTAINER-UPDATE: audio/pacpl - 3.3.2

2007-07-11 Thread Jacob Meuser
On Wed, Jul 11, 2007 at 10:03:51AM +0200, Andreas Bihlmaier wrote:

 Index: pkg/PLIST-amarok
 ===
 RCS file: /cvs/ports/audio/pacpl/pkg/PLIST-amarok,v
 retrieving revision 1.1.1.1
 diff -u -u -r1.1.1.1 PLIST-amarok
 --- pkg/PLIST-amarok  12 Dec 2006 06:21:34 -  1.1.1.1
 +++ pkg/PLIST-amarok  11 Jul 2007 08:00:28 -
 @@ -1,4 +1,5 @@
  @comment $OpenBSD: PLIST-amarok,v 1.1.1.1 2006/12/12 06:21:34 steven Exp $
 -share/apps/amarok/scripts/pacx.amarokscript/
 -share/apps/amarok/scripts/pacx.amarokscript/README
 -share/apps/amarok/scripts/pacx.amarokscript/pacx.pl
 +share/apps/amarok/
 +share/apps/amarok/scripts/
 +share/apps/amarok/scripts/pacx/
 +share/apps/amarok/scripts/pacx/pacx

 One question left, look at pkg/PLIST-amarok, should all the directories
 share/apps/amarok/
 share/apps/amarok/scripts/
 share/apps/amarok/scripts/pacx/
 be there, or only the last one?

probably only the last one, since amarok installs the others and
amarok is a RUN_DEPENDS.

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



UPDATE: p5-PHP-Session

2007-07-11 Thread Genadijus Paleckis

Here is update for p5-PHP-Session which adds missing runtime dependance
--- Makefile.orig   Wed Jul 11 11:26:52 2007
+++ MakefileWed Jul 11 11:29:01 2007
@@ -4,7 +4,7 @@
 
 MODULES=   cpan
 DISTNAME=  PHP-Session-0.26
-PKGNAME=p5-${DISTNAME}p0
+PKGNAME=p5-${DISTNAME}p1
 CATEGORIES= www
 
 # GPL/Artistic
@@ -14,6 +14,7 @@
 PERMIT_DISTFILES_FTP=   Yes
 
 BUILD_DEPENDS=  ${RUN_DEPENDS}
-RUN_DEPENDS=   ::devel/p5-Universal-exports
+RUN_DEPENDS=   ::devel/p5-Universal-exports \
+   ::devel/p5-Universal-require
 
 .include bsd.port.mk


Re: UPDATE: www/p5-PHP-Session

2007-07-11 Thread Genadijus Paleckis

Tt is www/p5-PHP-Session.
Sorry.

Genadijus Paleckis wrote:

Here is update for p5-PHP-Session which adds missing runtime dependance





Re: UPDATE: p5-PHP-Session

2007-07-11 Thread Antoine Jacoutot
On Wednesday 11 July 2007 10:34:08 you wrote:
 Here is update for p5-PHP-Session which adds missing runtime dependance

Actually it seems to build fine by replacing the dependency instead of adding 
one. Are you _certain_ devel/p5-Universal-exports is needed, it does not look 
so?


Index: Makefile
===
RCS file: /cvs/ports/www/p5-PHP-Session/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile17 Nov 2006 16:02:48 -  1.4
+++ Makefile11 Jul 2007 08:57:26 -
@@ -1,10 +1,10 @@
 # $OpenBSD: Makefile,v 1.4 2006/11/17 16:02:48 espie Exp $
 
-COMMENT=   read / write PHP session files
+COMMENT=   read / write PHP session files
 
 MODULES=   cpan
 DISTNAME=  PHP-Session-0.26
-PKGNAME=p5-${DISTNAME}p0
+PKGNAME=p5-${DISTNAME}p1
 CATEGORIES= www
 
 # GPL/Artistic
@@ -14,6 +14,6 @@
 PERMIT_DISTFILES_FTP=   Yes
 
 BUILD_DEPENDS=  ${RUN_DEPENDS}
-RUN_DEPENDS=   ::devel/p5-Universal-exports
+RUN_DEPENDS=   ::devel/p5-Universal-require
 
 .include bsd.port.mk


-- 
Antoine



Re: [NEW] ecoliercourt-fonts-0.1

2007-07-11 Thread Will Maier
On Wed, Jul 11, 2007 at 10:07:34AM +0200, Antoine Jacoutot wrote:
 pkg/DESCR
 The ecoliercourt-fonts package provides small descenders cursive TTF
 fonts covering the basic latin range with an ink and dip pen style. Such
 fonts are widely used in education.
 They come in two versions: with an without Seyes ruling.

nitpick
'small descenders cursive TTF fonts' doesn't parse here; I'm not
sure what it's supposed to mean. ;) Perhaps it's font-speak. The
following diff, though, is needed:

--- pkg/DESCR.orig  Wed Jul 11 04:40:06 2007
+++ pkg/DESCR   Wed Jul 11 04:41:42 2007
@@ -1,4 +1,4 @@
 The ecoliercourt-fonts package provides small descenders cursive TTF
 fonts covering the basic latin range with an ink and dip pen style. Such
 fonts are widely used in education.
-They come in two versions: with an without Seyes ruling.
+They come in two versions: with and without Seyes ruling.

/nitpick

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*



Re: [NEW] ecoliercourt-fonts-0.1

2007-07-11 Thread Antoine Jacoutot
On Wednesday 11 July 2007 11:42:04 Will Maier wrote:
 nitpick
 'small descenders cursive TTF fonts' doesn't parse here; I'm not
 sure what it's supposed to mean. ;) Perhaps it's font-speak. The

It is. Look at:
http://en.wikipedia.org/wiki/Descender

 following diff, though, is needed:

 -They come in two versions: with an without Seyes ruling.
 +They come in two versions: with and without Seyes ruling.

Oops, indeed ;)

-- 
Antoine



Re: [NEW] ecoliercourt-fonts-0.1

2007-07-11 Thread Will Maier
On Wed, Jul 11, 2007 at 11:56:41AM +0200, Antoine Jacoutot wrote:
 On Wednesday 11 July 2007 11:42:04 Will Maier wrote:
  nitpick
  'small descenders cursive TTF fonts' doesn't parse here; I'm not
  sure what it's supposed to mean. ;) Perhaps it's font-speak. The
 
 It is. Look at:
 http://en.wikipedia.org/wiki/Descender

I'd say 'cursive TTF fonts with small descenders', then.

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*



Re: [NEW] ecoliercourt-fonts-0.1

2007-07-11 Thread Antoine Jacoutot
On Wednesday 11 July 2007 12:02:01 Will Maier wrote:
 I'd say 'cursive TTF fonts with small descenders', then.

Yeah sure.
But I would actually like to know if it works for you ;)

-- 
Antoine



Re: [NEW] pulseaudio 0.9.6

2007-07-11 Thread Benoit Chesneau

On 7/11/07, Jacob Meuser [EMAIL PROTECTED] wrote:


please test the attached ports (should be no functionality changes).

and sort out LIB_DEPENDS/WANTLIB in pulseaudio.  you should know
how this stuff works if you want to maintain ports.

I still haven't even gotten around to actually installing pulseaudio.

does this really need _3_ new groups?  what are the realtime
and pulse-access groups for?

--
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org




Thanks for the changes.

I tested ports with your changes and everything works well here. I
fixed WANTLIB and LIB_DEPENDS in Makefile. Find attached the new port
source.

About group they are needed by pulseaudio. I don't know how exactly it
use them currently. I will have a look on it this afternoon.

Benoit.

--
bchesneau.info | neurofriends.net | osbud.net


obsd_pulseaudio-0.9.6_3.tar.gz
Description: GNU Zip compressed data


Re: libsigsegv

2007-07-11 Thread Andreas Vögele
Jasper Lievisse Adriaanse writes:

 hi,

 here's an updated version of the [libsigsegv] port, with help from
 [EMAIL PROTECTED]  it has been tested on alpha, amd64, sparc, sparc64, mips64,
 i386 and powerpc. (note: for sparc64 you need to have -r1.51 of
 trap.c commited yesterday)

 ok to import?

I can only build the updated libsigsegv package if I add
SHARED_LIBS=sigsegv 0.0 to the Makefile.

I haven't made any progress on the CLISP port.  Gambit-C and PLT
Scheme look more promising.  I'll probably use one of these Scheme
implementations instead of CLISP.

Cheers,
Andreas



Re: libsigsegv

2007-07-11 Thread Jasper Lievisse Adriaanse
On Wed, Jul 11, 2007 at 04:14:40PM +0200, Andreas V?gele wrote:
 Jasper Lievisse Adriaanse writes:
 
  hi,
 
  here's an updated version of the [libsigsegv] port, with help from
  [EMAIL PROTECTED]  it has been tested on alpha, amd64, sparc, sparc64, 
  mips64,
  i386 and powerpc. (note: for sparc64 you need to have -r1.51 of
  trap.c commited yesterday)
 
  ok to import?
 
 I can only build the updated libsigsegv package if I add
 SHARED_LIBS=sigsegv 0.0 to the Makefile.
yeah, fixed in cvs.

cheers,
jasper

 I haven't made any progress on the CLISP port.  Gambit-C and PLT
 Scheme look more promising.  I'll probably use one of these Scheme
 implementations instead of CLISP.
 
 Cheers,
 Andreas

-- 
``Sapere aude!''
NedBSD: http://nedbsd.eu



Re: libsigsegv

2007-07-11 Thread Joachim Schipper
On Wed, Jul 11, 2007 at 04:14:40PM +0200, Andreas V?gele wrote:
 Jasper Lievisse Adriaanse writes:
 
  hi,
 
  here's an updated version of the [libsigsegv] port, with help from
  [EMAIL PROTECTED]  it has been tested on alpha, amd64, sparc, sparc64, 
  mips64,
  i386 and powerpc. (note: for sparc64 you need to have -r1.51 of
  trap.c commited yesterday)
 
  ok to import?
 
 I can only build the updated libsigsegv package if I add
 SHARED_LIBS=sigsegv 0.0 to the Makefile.
 
 I haven't made any progress on the CLISP port.  Gambit-C and PLT
 Scheme look more promising.  I'll probably use one of these Scheme
 implementations instead of CLISP.

FWIW, gambit is very easy to install, with or without termite; I
./configure; install-ed the latest 4.0 beta and it appears to work just
fine (on i386).

If you are just learning, though, I don't really see the benefit of
Gambit; sure, it's fast, and sure, Termite is cool (if not necessarily
useful), but Chicken works for most purposes and is in ports. And it has
a lot more bindings to libraries available (slib and snow are
interesting, but implementation-agnostic and thus don't contain FFI
stuff, which is a lot of what you need for web-app-ish things, for
instance).

Joachim

-- 
TFMotD: acpihpet (4) - ACPI high precision event timer



Re: libsigsegv

2007-07-11 Thread Michael Small
On Wed, Jul 11, 2007 at 05:57:32PM +0200, Joachim Schipper wrote:
 On Wed, Jul 11, 2007 at 04:14:40PM +0200, Andreas V?gele wrote:
...
  I haven't made any progress on the CLISP port.  Gambit-C and PLT
  Scheme look more promising.  I'll probably use one of these Scheme
  implementations instead of CLISP.
 
 FWIW, gambit is very easy to install, with or without termite; I
 ./configure; install-ed the latest 4.0 beta and it appears to work just
 fine (on i386).
 
 If you are just learning, though, I don't really see the benefit of
 Gambit; sure, it's fast, and sure, Termite is cool (if not necessarily
 useful), but Chicken works for most purposes and is in ports. And it has
 a lot more bindings to libraries available (slib and snow are
 interesting, but implementation-agnostic and thus don't contain FFI
 stuff, which is a lot of what you need for web-app-ish things, for
 instance).
 
   Joachim

Last time I looked at it, Chicken did not allow use of syntax-rules
and friends in the interpreter, only in the compiler.  Is that still
true?  If learning scheme includes learning to write macros, not
having that in the interpreter might be a problem, depending on how
you like to work.

-- 
Mike Small
[EMAIL PROTECTED]



Re: UPDATE: graphics/cairo

2007-07-11 Thread Eric Faurot

On 7/8/07, steven mestdagh [EMAIL PROTECTED] wrote:


please test/comment/ok.


looks ok. tested on amd64.

Eric.



Re: libsigsegv

2007-07-11 Thread Joachim Schipper
On Wed, Jul 11, 2007 at 12:14:41PM -0400, Michael Small wrote:
 On Wed, Jul 11, 2007 at 05:57:32PM +0200, Joachim Schipper wrote:
  On Wed, Jul 11, 2007 at 04:14:40PM +0200, Andreas V?gele wrote:
 ...
   I haven't made any progress on the CLISP port.  Gambit-C and PLT
   Scheme look more promising.  I'll probably use one of these Scheme
   implementations instead of CLISP.
  
  FWIW, gambit is very easy to install, with or without termite; I
  ./configure; install-ed the latest 4.0 beta and it appears to work just
  fine (on i386).
  
  If you are just learning, though, I don't really see the benefit of
  Gambit; sure, it's fast, and sure, Termite is cool (if not necessarily
  useful), but Chicken works for most purposes and is in ports. And it has
  a lot more bindings to libraries available (slib and snow are
  interesting, but implementation-agnostic and thus don't contain FFI
  stuff, which is a lot of what you need for web-app-ish things, for
  instance).
 
 Last time I looked at it, Chicken did not allow use of syntax-rules
 and friends in the interpreter, only in the compiler.  Is that still
 true?  If learning scheme includes learning to write macros, not
 having that in the interpreter might be a problem, depending on how
 you like to work.

That would be the 'most purposes', yes. Still, using the interpreter for
those cases isn't too bad (when learning!).

But yes, that is reason #1 I installed Gambit. (Reason #2 was to play
with Termite).

Joachim

-- 
TFMotD: perlembed (1) - how to embed perl in your C program



gv problems

2007-07-11 Thread Jason McIntyre
hi. please cc me, as i'm not subscribed.

gv is unable to open .ps man pages on my machine, when using the advice
in DESCR. DESCR for gv says:

Ghostscript version =7.00 includes an X11 display with
anti-aliasing. Set:
  -sDISPLAY=x11 -dNOPLATFONTS -dTextAlphaBits=4 -dGraphicsAlphaBits=4.
to use it; this option has better rendering than x11alpha, but
is slower.

the default seems to be:

-dNOPLATFONTS -sDEVICE=x11alpha

so, short story long: DESCR seems to offer bad advice, at least on this
machine. dmesg follows.

jmc

OpenBSD 4.1-current (GENERIC.MP) #0: Wed Jul 11 22:57:22 BST 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 1073147904 (1023MB)
avail mem = 1030701056 (982MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xfc2d0 (54 entries)
bios0: MSI MS-7250
acpi at mainbus0 not configured
mainbus0: Intel MP Specification (Version 1.4)
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+, 2211.65 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu0: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu0: apic clock running at 201MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+, 2211.33 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,CX16,NXE,MMXX,FFXSR,LONG,3DNOW2,3DNOW
cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu1: ITLB 32 4KB entries fully associative, 8 4MB entries fully associative
cpu1: DTLB 32 4KB entries fully associative, 8 4MB entries fully associative
mpbios: bus 0 is type PCI   
mpbios: bus 1 is type PCI   
mpbios: bus 2 is type PCI   
mpbios: bus 3 is type PCI   
mpbios: bus 4 is type PCI   
mpbios: bus 5 is type PCI   
mpbios: bus 6 is type PCI   
mpbios: bus 7 is type PCI   
mpbios: bus 8 is type ISA   
ioapic0 at mainbus0 apid 2 pa 0xfec0, version 11, 24 pins
pci0 at mainbus0 bus 0: configuration mode 1
NVIDIA MCP55 Memory rev 0xa1 at pci0 dev 0 function 0 not configured
pcib0 at pci0 dev 1 function 0 NVIDIA MCP55 ISA rev 0xa2
nviic0 at pci0 dev 1 function 1 NVIDIA MCP55 SMBus rev 0xa2
iic0 at nviic0
iic1 at nviic0
iic1: addr 0x2f 00=c0 01=0f 02=02 03=01 04=07 05=00 06=18 07=00 08=00 14=14 
15=62 16=02 17=05
admtemp0 at iic1 addr 0x4c: gl523sm
NVIDIA MCP55 Memory rev 0xa2 at pci0 dev 1 function 2 not configured
ohci0 at pci0 dev 2 function 0 NVIDIA MCP55 USB rev 0xa1: apic 2 int 10 (irq 
10), version 1.0, legacy support
ehci0 at pci0 dev 2 function 1 NVIDIA MCP55 USB rev 0xa2: apic 2 int 11 (irq 
11)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0: NVIDIA EHCI root hub, rev 2.00/1.00, addr 1
pciide0 at pci0 dev 4 function 0 NVIDIA MCP55 IDE rev 0xa1: DMA, channel 0 
configured to compatibility, channel 1 configured to compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0: HL-DT-ST, DVDRAM GSA-H10N, JL10 SCSI0 5/cdrom 
removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 ignored (disabled)
pciide1 at pci0 dev 5 function 0 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide1: using apic 2 int 5 (irq 5) for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: Maxtor 6V250F0
wd0: 16-sector PIO, LBA48, 239372MB, 490234752 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide2 at pci0 dev 5 function 1 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide2: using apic 2 int 11 (irq 10) for native-PCI interrupt
pciide3 at pci0 dev 5 function 2 NVIDIA MCP55 SATA rev 0xa2: DMA
pciide3: using apic 2 int 10 (irq 10) for native-PCI interrupt
wd1 at pciide3 channel 0 drive 0: Maxtor 6V250F0
wd1: 16-sector PIO, LBA48, 239372MB, 490234752 sectors
wd1(pciide3:0:0): using PIO mode 4, Ultra-DMA mode 5
ppb0 at pci0 dev 6 function 0 NVIDIA MCP55 PCI-PCI rev 0xa2
pci1 at ppb0 bus 1
VIA VT6306 FireWire rev 0x80 at pci1 dev 4 function 0 not configured
azalia0 at pci0 dev 6 function 1 NVIDIA MCP55 HD Audio rev 0xa2: apic 2 int 
11 (irq 11)
azalia0: host: High Definition Audio rev. 1.0
azalia0: codec: Realtek ALC883 (rev. 0.2), HDA version 1.0
audio0 at azalia0
nfe0 at pci0 dev 8 function 0 NVIDIA MCP55 LAN rev 0xa2: apic 2 int 5 (irq 
5), address 00:16:17:90:e4:28
ukphy0 at nfe0 phy 0: Generic IEEE 802.3u media interface, rev. 0: OUI 
0x0001c1, model 0x0002
nfe1 at pci0 dev 9 function 0 NVIDIA MCP55 LAN rev 0xa2: apic 2 int 10 (irq 
10), address 00:16:17:90:e2:13
ukphy1 at nfe1 phy 1: Generic IEEE 802.3u media interface, rev. 0: OUI 
0x0001c1, model 0x0002
ppb1 at pci0 dev 10 function 0 NVIDIA MCP55 PCIE rev 0xa2
pci2 at ppb1 bus