HP LASERJET P1102 PRINTER Price: RS.10,700

2012-06-19 Thread Bijlee PK
Print technology: Laser
Print speed: A4 black: Up to 18 ppm
First page out (black A4): As fast as 8.5 sec (from Auto-Off)
Processor 266 MHz, Tensilica
Memory 2 MB (Not expandable)
Print resolution: Up to 600 x 600 dpi (1200 effective dpi with HP FastRes 1200)
Print quality: HP FastRes 600, HP FastRes 1200
Printer languages: Host-based printing
Duty cycle: (monthly, A4) Up to 5000 pages
Recommended Monthly Page Volume 250 to 1500
Print margins: top: 4 mm, left: 4 mm, right: 4 mm, bottom: 4 mm
Media handling: Capacity:Sheets: 150, envelopes: 15, Weight 60 to 163 g/m², 
Size: A4, A5, B5, postcards, envelopes (C5, DL, B5) 147 x 211 to 216 x 356 mm
Duplex printing: Manual (driver support provided)
Media types: Paper (laser, plain, photo, rough, vellum), envelopes, labels, 
cardstock, transparencies, postcards
Interface and connectivity: Hi-Speed USB 2.0 port
Operating systems compatibility: Windows 7 (32-bit/64-bit), Windows Vista 
(32-bit/64-bit), Microsoft Windows XP (32-bit/64-bit), Server 2008


Re: Emacs 24.1

2012-06-19 Thread Juan Francisco Cantero Hurtado
On Tue, Jun 19, 2012 at 02:45:29PM +0200, Manuel Giraud wrote:
> Hi,
> 
> Here is another try, with:
>  - a gtk3 flavor
>  - xdg-utils run dependency (not for no_x11)
>  - no more liboss
>  - more correct PLIST
> 
> I've spotted an issue: M-x report-emacs-bug doesn't work if the "-el"
> subpackage is not installed (don't know why maybe it's a bug to be
> reported). Do you think "-main" and "-el" subpackages could be merged
> into one big jumbo pack?
> 

Gtk3 flavor tested on amd64. All seems OK.

I agree with the removing of the "-el" subpackage, but wait to the reply
of a developer.

Cheers.

-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: WIP: graphviz update

2012-06-19 Thread Stuart Cassoff
On 06/18/12 11:16, Edd Barrett wrote:
> So here is my work so far on updating the port:
> 
>  - Disable tcl bindings. If my sql-foo is correct, sqlports says nothing
>is using graphviz as a LIB_DEPEND, so this should be safe. If anyone
>is using the tcl bindings, we should make a proper MULTI_PACKAGE.

"We"? Why not you? You're the one who decided to remove Tcl.
Why disable the Tcl bindings anyway?

Stu



Re: [UPDATES] x11/hs-X11 && x11/hs-X11-xft

2012-06-19 Thread David Coppa
On Tue, Jun 19, 2012 at 7:48 PM, Matthias Kilian  wrote:
> On Tue, Jun 19, 2012 at 04:33:42PM +0200, David Coppa wrote:
>> > or wether I can just patch the cabal file to accept X11-1.6.0.
>>
>> Yes, it should be sufficient.
>> See:
>>
>> https://projects.archlinux.org/svntogit/community.git/plain/trunk/xmonad-0.10-x11-1.6.patch?h=packages/xmonad
>
> Oh, they also have some real patches required for xmonad-contrib.
>
> I just committed the patches for xmonad and hs-xmonad-contrib, so
> please cvs up and go ahead with your updates (and bump bluetile,
> xmonad, hs-xmonad-contrib.

Thanks. I'm going to commit...



Re: [UPDATES] x11/hs-X11 && x11/hs-X11-xft

2012-06-19 Thread Matthias Kilian
On Tue, Jun 19, 2012 at 04:33:42PM +0200, David Coppa wrote:
> > or wether I can just patch the cabal file to accept X11-1.6.0.
> 
> Yes, it should be sufficient.
> See:
> 
> https://projects.archlinux.org/svntogit/community.git/plain/trunk/xmonad-0.10-x11-1.6.patch?h=packages/xmonad

Oh, they also have some real patches required for xmonad-contrib.

I just committed the patches for xmonad and hs-xmonad-contrib, so
please cvs up and go ahead with your updates (and bump bluetile,
xmonad, hs-xmonad-contrib.

Ciao,
Kili



Re: [UPDATES] x11/hs-X11 && x11/hs-X11-xft

2012-06-19 Thread David Coppa
On Tue, Jun 19, 2012 at 4:29 PM, Matthias Kilian  wrote:

> or wether I can just patch the cabal file to accept X11-1.6.0.

Yes, it should be sufficient.
See:

https://projects.archlinux.org/svntogit/community.git/plain/trunk/xmonad-0.10-x11-1.6.patch?h=packages/xmonad



Re: [UPDATES] x11/hs-X11 && x11/hs-X11-xft

2012-06-19 Thread Matthias Kilian
On Tue, Jun 19, 2012 at 12:37:50PM +0200, David Coppa wrote:
> This is an update to X11-1.6.0 and X11-xft-0.3.1.
> I bet I need to bump some other port?

At least xmonad-lib and hs-xmonad-contrib, probably also the depending
non-lib parts (xmonad-main and bluetile).

However, xmonad currently fails to build with X11-1.6.0 (its cabal file
insists on an version < 1.5).

I'll check this evening wether there's w newer version of xmonad available
or wether I can just patch the cabal file to accept X11-1.6.0.

Ciao,
Kili


> Index: hs-X11/Makefile
> ===
> RCS file: /cvs/ports/x11/hs-X11/Makefile,v
> retrieving revision 1.12
> diff -u -p -r1.12 Makefile
> --- hs-X11/Makefile   31 Dec 2011 22:19:45 -  1.12
> +++ hs-X11/Makefile   19 Jun 2012 10:05:54 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT =bindings to the X11 graphics library for GHC
>  
> -DISTNAME =   X11-1.5.0.0
> -REVISION =   8
> +DISTNAME =   X11-1.6.0
>  
>  CATEGORIES = x11 devel
>  
> Index: hs-X11/distinfo
> ===
> RCS file: /cvs/ports/x11/hs-X11/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- hs-X11/distinfo   23 Apr 2011 20:24:27 -  1.2
> +++ hs-X11/distinfo   19 Jun 2012 10:05:54 -
> @@ -1,5 +1,5 @@
> -MD5 (ghc/X11-1.5.0.0.tar.gz) = 7GZw9c4YEiBpA8ig/Z3wTA==
> -RMD160 (ghc/X11-1.5.0.0.tar.gz) = SCcrlsUGYbhUjH3kzidoOfkpogs=
> -SHA1 (ghc/X11-1.5.0.0.tar.gz) = ganABP1zM11I/0EvgrWqkrtv1e0=
> -SHA256 (ghc/X11-1.5.0.0.tar.gz) = 
> ZT/4qkBTV0o227FylFnfbloah6IjvD7s7Y5AxuOlQG8=
> -SIZE (ghc/X11-1.5.0.0.tar.gz) = 178211
> +MD5 (ghc/X11-1.6.0.tar.gz) = gZlSDOWOkXYtMdVO0IG5nA==
> +RMD160 (ghc/X11-1.6.0.tar.gz) = ih8a4vg7NkhFBuR/JaBxMOibyUY=
> +SHA1 (ghc/X11-1.6.0.tar.gz) = yHqMp4u3OHfndHvxIQWE5i16LgI=
> +SHA256 (ghc/X11-1.6.0.tar.gz) = Ejn+SZfvG2zKZltz2jVfO7F8FIRnbzpwzW1WkAjJVko=
> +SIZE (ghc/X11-1.6.0.tar.gz) = 179018
> Index: hs-X11/pkg/PLIST
> ===
> RCS file: /cvs/ports/x11/hs-X11/pkg/PLIST,v
> retrieving revision 1.5
> diff -u -p -r1.5 PLIST
> --- hs-X11/pkg/PLIST  11 Apr 2011 14:58:20 -  1.5
> +++ hs-X11/pkg/PLIST  19 Jun 2012 10:05:54 -
> @@ -29,6 +29,7 @@ lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Re
>  lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Screen.hi
>  lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Types.hi
>  lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Window.hi
> +lib/ghc/${DISTNAME}/Graphics/X11/Xrandr.hi
>  lib/ghc/${DISTNAME}/HS${DISTNAME}.o
>  lib/ghc/${DISTNAME}/include/
>  lib/ghc/${DISTNAME}/include/HsAllKeysyms.h
> @@ -65,6 +66,7 @@ share/doc/hs-${DISTNAME}/html/Graphics-X
>  share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib-Screen.html
>  share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib-Window.html
>  share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib.html
> +share/doc/hs-${DISTNAME}/html/Graphics-X11-Xrandr.html
>  share/doc/hs-${DISTNAME}/html/Graphics-X11.html
>  share/doc/hs-${DISTNAME}/html/X11.haddock
>  share/doc/hs-${DISTNAME}/html/doc-index-95.html
> @@ -123,6 +125,7 @@ share/doc/hs-${DISTNAME}/html/mini_Graph
>  share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib-Screen.html
>  share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib-Window.html
>  share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib.html
> +share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xrandr.html
>  share/doc/hs-${DISTNAME}/html/mini_Graphics-X11.html
>  share/doc/hs-${DISTNAME}/html/minus.gif
>  share/doc/hs-${DISTNAME}/html/ocean.css
> Index: hs-X11-xft/Makefile
> ===
> RCS file: /cvs/ports/x11/hs-X11-xft/Makefile,v
> retrieving revision 1.7
> diff -u -p -r1.7 Makefile
> --- hs-X11-xft/Makefile   31 Dec 2011 22:19:45 -  1.7
> +++ hs-X11-xft/Makefile   19 Jun 2012 10:05:54 -
> @@ -2,8 +2,7 @@
>  
>  COMMENT= bindings for GHC to Xft, Freetype and Xrender
>  
> -DISTNAME=X11-xft-0.3
> -REVISION=4
> +DISTNAME=X11-xft-0.3.1
>  CATEGORIES=  x11 devel
>  
>  HOMEPAGE=http://hackage.haskell.org/package/X11-xft
> Index: hs-X11-xft/distinfo
> ===
> RCS file: /cvs/ports/x11/hs-X11-xft/distinfo,v
> retrieving revision 1.2
> diff -u -p -r1.2 distinfo
> --- hs-X11-xft/distinfo   23 Apr 2011 20:24:27 -  1.2
> +++ hs-X11-xft/distinfo   19 Jun 2012 10:05:54 -
> @@ -1,5 +1,5 @@
> -MD5 (ghc/X11-xft-0.3.tar.gz) = G0pSiipP5enecV9nWP+QFQ==
> -RMD160 (ghc/X11-xft-0.3.tar.gz) = 2KFeEolHzsFDcb1IR+abLyXyR70=
> -SHA1 (ghc/X11-xft-0.3.tar.gz) = XSUE7J6JpXOD1DY9xR4JS1P1WZY=
> -SHA256 (ghc/X11-xft-0.3.tar.gz) = 
> SIktDQqQ1bR2WId/rKvyd7+EZrc4jq9s4WO4Q0MqVn0=
> -SIZE (ghc/X11-xft-0.3.tar.gz) = 13684
> +MD5 (ghc/X11-xft-0.3.1.tar.gz) = rYhRUKWfY94yjnOr5f/Hng==
> +RMD160 (ghc/X11-xft-0.3.1.tar.gz) = 

UPDATE: CIL 1.5.0

2012-06-19 Thread Lazaros Koromilas
On Thu, Mar 29, 2012 at 08:55:14PM +0300, Lazaros Koromilas wrote:
> Hello,
> 
> I've been using CIL 1.4.0 for a while and thought I'd also
> update the port.
>  * Needs findlib now
>  * Perl module magic is partially handled in Makefile.in patch
>  * ARCHOS is used the same way in configure
> 
> Tested on i386 and macppc.

New version is out.  For a list of changes and fixes check:
http://sourceforge.net/mailarchive/message.php?msg_id=29403134

Comments?

Thanx!
Lazaros.


Index: Makefile
===
RCS file: /cvs/ports/devel/cil/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile7 Dec 2010 14:57:19 -   1.20
+++ Makefile19 Jun 2012 12:23:01 -
@@ -5,11 +5,10 @@ ONLY_FOR_ARCHS=   i386 amd64 powerpc
 
 COMMENT=   framework for analysis and transformation of C
 
-DISTNAME=  cil-1.3.6
-REVISION=  3
+DISTNAME=  cil-1.5.0
 CATEGORIES=devel lang
-HOMEPAGE=  http://www.eecs.berkeley.edu/~necula/cil/
-MASTER_SITES=  ${HOMEPAGE}/distrib/
+HOMEPAGE=  http://cil.sourceforge.net/
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=cil/}
 
 # BSD license
 PERMIT_PACKAGE_CDROM=  Yes
@@ -19,12 +18,13 @@ PERMIT_DISTFILES_FTP=   Yes
 WANTLIB=   c curses m pthread
 
 MODULES=   lang/ocaml
-WRKDIST=   ${WRKDIR}/cil
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS=   sysutils/findlib
 
 OURFILES=  nullint kerneltrace randomvars
 
 CONFIGURE_STYLE= autoconf no-autoheader
-AUTOCONF_VERSION= 2.61
+AUTOCONF_VERSION= 2.68
 USE_GMAKE= yes
 ALL_TARGET= setup
 CONFIGURE_ARGS= EXTRAFEATURES="${OURFILES}"
@@ -33,32 +33,23 @@ P5INST= ${PREFIX}/${P5SITE}
 SUBST_VARS+= P5SITE
 GCC=/usr/bin/gcc  # cant use CC in case it's set to cilly
 
+FAKE_ENV=   OCAMLFIND_DESTDIR=${PREFIX}/lib/ocaml/site-lib/cil
+
 post-extract:
 .for i in ${OURFILES}
@cp ${FILESDIR}/$i.ml ${WRKSRC}/src/ext
 .endfor
 
 pre-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/libexec/cil
+   ${INSTALL_DATA_DIR} ${PREFIX}/lib/ocaml/site-lib/cil
${INSTALL_DATA_DIR} ${P5INST}/CIL
 
 post-install:
sed -e 's,@CILHOME@,${LOCALBASE},g' \
--e 's,@CILLIBDIR@,${LOCALBASE}/${P5SITE}/CIL,g' \
--e 's,@ARCHOS@,libexec/cil,g' \
- -e 's,@DEFAULT_CIL_MODE@,GNUCC,g' \
--e 's,@CC@,${GCC},g' < \
+   -e 's,@CILLIBDIR@,${LOCALBASE}/${P5SITE}/CIL,g' \
+   -e 's,@ARCHOS@,libexec/cil,g' \
+   -e 's,@DEFAULT_CIL_MODE@,GNUCC,g' \
+   -e 's,@CC@,${GCC},g' < \
${WRKSRC}/bin/CilConfig.pm.in > ${P5INST}/CilConfig.pm
-
-   ${INSTALL_SCRIPT} ${WRKBUILD}/bin/cilly ${PREFIX}/bin
-   ${INSTALL_SCRIPT} ${WRKBUILD}/bin/patcher ${PREFIX}/bin
-
-.for i in Cilly KeptFile OutputFile TempFile
-   ${INSTALL_DATA} ${WRKSRC}/lib/${i}.pm ${P5INST}/CIL
-.endfor
-
-.for i in machdep.exe cilly.byte.exe cilly.asm.exe
-   ${INSTALL_PROGRAM} ${WRKBUILD}/obj/x86_LINUX/${i} ${PREFIX}/libexec/cil
-.endfor
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/cil/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo11 Mar 2009 21:20:27 -  1.7
+++ distinfo19 Jun 2012 12:23:01 -
@@ -1,5 +1,5 @@
-MD5 (cil-1.3.6.tar.gz) = ES37q90OEoCADWK6REmrRQ==
-RMD160 (cil-1.3.6.tar.gz) = 5Q9Kt6rGI6rbWcHlHhKAIm4uteA=
-SHA1 (cil-1.3.6.tar.gz) = tXsI+tJrVKheY8D7be14WDdpOeI=
-SHA256 (cil-1.3.6.tar.gz) = Ocx0Y5hVG0g7PStNkNW9Wq0yb5RrdPzdZ9VDT3x/hU8=
-SIZE (cil-1.3.6.tar.gz) = 1368573
+MD5 (cil-1.5.0.tar.gz) = VWT1iX0coTM4WVXC9ouuIw==
+RMD160 (cil-1.5.0.tar.gz) = HKi3xRkiwuxE/ltXSelSFDggpgg=
+SHA1 (cil-1.5.0.tar.gz) = pxycawF0fGWcQ7VBDKTVlnH+buU=
+SHA256 (cil-1.5.0.tar.gz) = 4NpQvRv+1I8ZelpppYB4NA5rGx9U+aGTe2AlMtuF678=
+SIZE (cil-1.5.0.tar.gz) = 1792051
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/devel/cil/patches/patch-Makefile_in,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_in
--- patches/patch-Makefile_in   7 Dec 2010 14:57:19 -   1.2
+++ patches/patch-Makefile_in   19 Jun 2012 12:23:01 -
@@ -1,24 +1,27 @@
 $OpenBSD: patch-Makefile_in,v 1.2 2010/12/07 14:57:19 dcoppa Exp $
 Makefile.in.orig   Mon Feb  5 22:10:29 2007
-+++ Makefile.inWed Nov 10 17:15:22 2010
-@@ -115,7 +115,7 @@ $(OBJDIR)/cilly$(EXE) : $(CILLY_MODULES:%=$(OBJDIR)/%.
-   @$(NARRATIVE) "Linking $(COMPILETOWHAT) $@ $(LINKMSG)"
-   $(AT)$(CAMLLINK) -verbose -o $@ \
- $(CILLY_LIBS:%=%.$(CMXA)) \
--$(CILLY_LIBS:%=-cclib -l%) \
-+$(unix camlstr -l%) \
- $^
+--- Makefile.in.orig   Thu Jun 14 14:19:27 2012
 Makefile.inTue Jun 19 15:09:03 2012
+@@ -407,17 +407,17 @@
+ pkglibexecdir = $(libexecdir)/cil
+ bindir = @bindir@
+ # Hack - I don't know how to find perl_vendorlib
+-perl_vendorlib = $(libdi

Re: Emacs 24.1

2012-06-19 Thread Manuel Giraud
Hi,

Here is another try, with:
 - a gtk3 flavor
 - xdg-utils run dependency (not for no_x11)
 - no more liboss
 - more correct PLIST

I've spotted an issue: M-x report-emacs-bug doesn't work if the "-el"
subpackage is not installed (don't know why maybe it's a bug to be
reported). Do you think "-main" and "-el" subpackages could be merged
into one big jumbo pack?



emacs24.tgz
Description: Unix tar archive
-- 
Manuel Giraud



Re: FIX depends multimedia/gstreamer-0.10/plugins-bad

2012-06-19 Thread Rafael Sadowski
On Tue Jun 19, 2012 at 12:59:11PM +0100, Stuart Henderson wrote:
> On 2012/06/19 13:28, Rafael Sadowski wrote:
> > Hey @ports,
> > 
> > we set WANTLIB-main=raptor but we don't put depends for it.
> 
> That's pulled in by textproc/liblrdf so is not necessary.

OK

> 
> (also if this dep was needed, you would still have to bump REVISION).

Damn it! I forget it again =)



Re: FIX depends multimedia/gstreamer-0.10/plugins-bad

2012-06-19 Thread Stuart Henderson
On 2012/06/19 13:28, Rafael Sadowski wrote:
> Hey @ports,
> 
> we set WANTLIB-main=raptor but we don't put depends for it.

That's pulled in by textproc/liblrdf so is not necessary.

> Index: Makefile
> ===
> RCS file: /cvs/ports/multimedia/gstreamer-0.10/plugins-bad/Makefile,v
> retrieving revision 1.66
> diff -u -r1.66 Makefile
> --- Makefile24 May 2012 18:36:45 -  1.66
> +++ Makefile19 Jun 2012 11:18:11 -
> @@ -67,6 +67,7 @@
> multimedia/schroedinger>=1.0.10 \
> telephony/spandsp \
> textproc/liblrdf \
> +   textproc/raptor \
> x11/gnome/librsvg
>  
>  RUN_DEPENDS-main = ${MODGETTEXT_RUN_DEPENDS} \
> 

(also if this dep was needed, you would still have to bump REVISION).



FIX depends multimedia/gstreamer-0.10/plugins-bad

2012-06-19 Thread Rafael Sadowski
Hey @ports,

we set WANTLIB-main=raptor but we don't put depends for it.

Cheers, Rafael

Index: Makefile
===
RCS file: /cvs/ports/multimedia/gstreamer-0.10/plugins-bad/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- Makefile24 May 2012 18:36:45 -  1.66
+++ Makefile19 Jun 2012 11:18:11 -
@@ -67,6 +67,7 @@
multimedia/schroedinger>=1.0.10 \
telephony/spandsp \
textproc/liblrdf \
+   textproc/raptor \
x11/gnome/librsvg
 
 RUN_DEPENDS-main = ${MODGETTEXT_RUN_DEPENDS} \



[UPDATES] x11/hs-X11 && x11/hs-X11-xft

2012-06-19 Thread David Coppa
This is an update to X11-1.6.0 and X11-xft-0.3.1.
I bet I need to bump some other port?

cheers,
david

Index: hs-X11/Makefile
===
RCS file: /cvs/ports/x11/hs-X11/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- hs-X11/Makefile 31 Dec 2011 22:19:45 -  1.12
+++ hs-X11/Makefile 19 Jun 2012 10:05:54 -
@@ -2,8 +2,7 @@
 
 COMMENT =  bindings to the X11 graphics library for GHC
 
-DISTNAME = X11-1.5.0.0
-REVISION = 8
+DISTNAME = X11-1.6.0
 
 CATEGORIES =   x11 devel
 
Index: hs-X11/distinfo
===
RCS file: /cvs/ports/x11/hs-X11/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- hs-X11/distinfo 23 Apr 2011 20:24:27 -  1.2
+++ hs-X11/distinfo 19 Jun 2012 10:05:54 -
@@ -1,5 +1,5 @@
-MD5 (ghc/X11-1.5.0.0.tar.gz) = 7GZw9c4YEiBpA8ig/Z3wTA==
-RMD160 (ghc/X11-1.5.0.0.tar.gz) = SCcrlsUGYbhUjH3kzidoOfkpogs=
-SHA1 (ghc/X11-1.5.0.0.tar.gz) = ganABP1zM11I/0EvgrWqkrtv1e0=
-SHA256 (ghc/X11-1.5.0.0.tar.gz) = ZT/4qkBTV0o227FylFnfbloah6IjvD7s7Y5AxuOlQG8=
-SIZE (ghc/X11-1.5.0.0.tar.gz) = 178211
+MD5 (ghc/X11-1.6.0.tar.gz) = gZlSDOWOkXYtMdVO0IG5nA==
+RMD160 (ghc/X11-1.6.0.tar.gz) = ih8a4vg7NkhFBuR/JaBxMOibyUY=
+SHA1 (ghc/X11-1.6.0.tar.gz) = yHqMp4u3OHfndHvxIQWE5i16LgI=
+SHA256 (ghc/X11-1.6.0.tar.gz) = Ejn+SZfvG2zKZltz2jVfO7F8FIRnbzpwzW1WkAjJVko=
+SIZE (ghc/X11-1.6.0.tar.gz) = 179018
Index: hs-X11/pkg/PLIST
===
RCS file: /cvs/ports/x11/hs-X11/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- hs-X11/pkg/PLIST11 Apr 2011 14:58:20 -  1.5
+++ hs-X11/pkg/PLIST19 Jun 2012 10:05:54 -
@@ -29,6 +29,7 @@ lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Re
 lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Screen.hi
 lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Types.hi
 lib/ghc/${DISTNAME}/Graphics/X11/Xlib/Window.hi
+lib/ghc/${DISTNAME}/Graphics/X11/Xrandr.hi
 lib/ghc/${DISTNAME}/HS${DISTNAME}.o
 lib/ghc/${DISTNAME}/include/
 lib/ghc/${DISTNAME}/include/HsAllKeysyms.h
@@ -65,6 +66,7 @@ share/doc/hs-${DISTNAME}/html/Graphics-X
 share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib-Screen.html
 share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib-Window.html
 share/doc/hs-${DISTNAME}/html/Graphics-X11-Xlib.html
+share/doc/hs-${DISTNAME}/html/Graphics-X11-Xrandr.html
 share/doc/hs-${DISTNAME}/html/Graphics-X11.html
 share/doc/hs-${DISTNAME}/html/X11.haddock
 share/doc/hs-${DISTNAME}/html/doc-index-95.html
@@ -123,6 +125,7 @@ share/doc/hs-${DISTNAME}/html/mini_Graph
 share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib-Screen.html
 share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib-Window.html
 share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xlib.html
+share/doc/hs-${DISTNAME}/html/mini_Graphics-X11-Xrandr.html
 share/doc/hs-${DISTNAME}/html/mini_Graphics-X11.html
 share/doc/hs-${DISTNAME}/html/minus.gif
 share/doc/hs-${DISTNAME}/html/ocean.css
Index: hs-X11-xft/Makefile
===
RCS file: /cvs/ports/x11/hs-X11-xft/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- hs-X11-xft/Makefile 31 Dec 2011 22:19:45 -  1.7
+++ hs-X11-xft/Makefile 19 Jun 2012 10:05:54 -
@@ -2,8 +2,7 @@
 
 COMMENT=   bindings for GHC to Xft, Freetype and Xrender
 
-DISTNAME=  X11-xft-0.3
-REVISION=  4
+DISTNAME=  X11-xft-0.3.1
 CATEGORIES=x11 devel
 
 HOMEPAGE=  http://hackage.haskell.org/package/X11-xft
Index: hs-X11-xft/distinfo
===
RCS file: /cvs/ports/x11/hs-X11-xft/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- hs-X11-xft/distinfo 23 Apr 2011 20:24:27 -  1.2
+++ hs-X11-xft/distinfo 19 Jun 2012 10:05:54 -
@@ -1,5 +1,5 @@
-MD5 (ghc/X11-xft-0.3.tar.gz) = G0pSiipP5enecV9nWP+QFQ==
-RMD160 (ghc/X11-xft-0.3.tar.gz) = 2KFeEolHzsFDcb1IR+abLyXyR70=
-SHA1 (ghc/X11-xft-0.3.tar.gz) = XSUE7J6JpXOD1DY9xR4JS1P1WZY=
-SHA256 (ghc/X11-xft-0.3.tar.gz) = SIktDQqQ1bR2WId/rKvyd7+EZrc4jq9s4WO4Q0MqVn0=
-SIZE (ghc/X11-xft-0.3.tar.gz) = 13684
+MD5 (ghc/X11-xft-0.3.1.tar.gz) = rYhRUKWfY94yjnOr5f/Hng==
+RMD160 (ghc/X11-xft-0.3.1.tar.gz) = SIusJ0LR87+khv/rWHYWOqFai6Y=
+SHA1 (ghc/X11-xft-0.3.1.tar.gz) = A7ypBG7Gye8cv1PptS6Nf0a1ByY=
+SHA256 (ghc/X11-xft-0.3.1.tar.gz) = 
Tro/7mJXDgZEdlQDCmL7VfGVh4hLws73epw7LDRY+NE=
+SIZE (ghc/X11-xft-0.3.1.tar.gz) = 13621



News from 2L .:. June 2012

2012-06-19 Thread 2L
News from 2L .:. June 2012SUBSCRIBENews from 2L
June 2012UNSUBSCRIBE

Ola Gjeilo PIANO IMPROVISATIONS
- Evocative, lyrical music for 1, 2 & 3 pianos
While my first piano album on the 2L record label, Stone Rose (2007), was all 
pre-composed or outlined, I wanted this 2012 sequel to be completely 
spontaneous. Although many of the pieces on this album are free improvisations 
recorded in one take, the first three tracks are fantasies around three of my 
own choral works; Ubi Caritas, Tota Pulchra Es and Prelude. Recordings of the 
original choral versions can be found on Phoenix Chorale's 2012 album, Northern 
Lights.
Producer Morten Lindberg suggested recording a few tracks where I would play 
layers of two or three pianos, which I thought was a great way to really 
exploit the surround sound potential on a solo album. We moved the piano 
between each take, eventually constituting a triangle, and the listener is 
sitting in the middle in a surround system setup.
As a pianist, improvisation is where my heart is. With this recording I wanted 
to express and share my passion for that art form. 
Album details: www.2L.no
Pure Audio Blu-ray + Hybrid SACD
Recorded in DXD (Digital eXtreme Definition 352.8kHz/24bit)
5.1 surround and STEREO

Ola Gjeilo (pronounced Yay-lo) was born in Norway in 1978, and moved to America 
in 2001 to begin his composition studies at the Juilliard School in New York 
City. Presently a full-time composer and pianist based in the US, his published 
concert works are performed all over the world. Ola is also very interested in 
film, and his music draws a lot of inspiration from movies and cinematic music.
Download the complete opening track for free as AAC (iTunes file) This track is 
a solo piano fantasy around Ubi Caritas, one of Ola's a cappella choral works. 
He has performed this piece quite a lot with choirs, improvising around the 
vocal lines and chords, now taking it one step further as an Ubi 
Caritas-inspired piano work. Also on SoundCloud


 
TrondheimSolistene - SOUVENIR part II
- Direct Metal Master 180g audiophile grade vinyl 

How do we listen to music? Indeed, how do we listen to anything? What we as 
listeners encounter here is sheer auditory bliss. TrondheimSolistene take a new 
step towards bridging the gap between themselves and their audience. It is not 
the gap between the live performance and the recording which they attempt to 
close. It is the gap between the recording and the living, ever open human ear.
Erik Fosnes Hansen's essay Auditory bliss (EN) / Ohrenschmaus (DE) 
Pyotr Tchaikovsky: Souvenir de Florence (op. 70)
Carl Nielsen: Ved en Ung Kunstners Baare (fs. 58)
Album details: www.2L.no
HiRes audio files:HighResAudio, Klicktrack, HDtracks and e-ONKYO
Order VINYL direct from 2L web shop
or pre-order from Amazon.com

American Record Guide about SOUVENIR part I: "2L's sonic realism simply 
trounced my two favorite recordings up until now - Munch and the Boston 
Symphony on RCA, and Barbirolli and the London Symphony on EMI; they sounded 
veiled and muddy by comparison, especially the inner and lower voices. Yet the 
Trondheimers are just as convincing in their interpretative sensitivity and 
emotional engagement with the music."
Andrew Quint from The Absolute Sound about SOUVENIR part I: "The listener is 
located in a very different place than usual, namely onstage with the players. 
This is especially involving if you have any history, however distant, of 
playing in an orchestra yourself: there's a sense of participation that 
connects one viscerally to the music. Further deconstructing the usual paradigm 
for recording an orchestra is that the players are not sitting in standard 
"sections" - first violins, second violins, violas, etc. - but instead are 
mixed together. Yet the coherence of the performances is in no way compromised, 
a tribute to the players who truly function as chamber musicians. The reading 
of Tchaikovsky's Serenade for Strings captures both the sunny lyricism of that 
piece - listen to the soaring cello line beginning at 2:03 in the last movement 
- as well as its contrapuntal exuberance. The opening of the first movement is 
significantly less turgid than is often the case: We feel the triple meter 
clearly even at a slow tempo. The less familiar Nielsen work-the composer's 
Opus 1 employs a similar harmonic language to the Tchaikovsky, but it's a bit 
more serious in tone, more "Northern" in outlook. Still, the conclusion is 
upbeat and we leave refreshed. 2L's DXD encoding (24-bit at 352kHz) shows us 
how far digital recording has come, taking on what may be classical music's 
toughest sonic nut to crack, the sound of massed strings. There's the same 
resiny texture heard with the best analog recordings!"
Leading vinyl expert and musician Michael Fremer of Stereophile Magazine 
feature TrondheimSolistene's SOUVENIR #1 on his "In Heavy Rotation List"!


 
Thomas D.A. Tellefsen complete piano works
- performed by Jørgen Larsen

The