Works for me on i386.

For those who are interested in testing, the full release notes have
been posted here:

https://opensource.conformal.com/fluxbb/viewtopic.php?id=318

Lawrence

On Wed, Jan 11, 2012 at 05:53:47PM -0300, Gonzalo L. R. wrote:
> Update of scrotwm to 0.10.0 with a lot of bugs fix and new keyboard
> mapping option.
> 
> Ok?
> 
> 
> -- 
> Sending from my Computer.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/scrotwm/Makefile,v
> retrieving revision 1.33
> diff -u -p -r1.33 Makefile
> --- Makefile  29 Aug 2011 13:21:29 -0000      1.33
> +++ Makefile  11 Jan 2012 20:51:52 -0000
> @@ -4,7 +4,7 @@ COMMENT=              small tiling window manager
>  
>  SHARED_LIBS=         swmhack 0.0
>  
> -DISTNAME=            scrotwm-0.9.34
> +DISTNAME=            scrotwm-0.10.0
>  EXTRACT_SUFX=                .tgz
>  CATEGORIES=          x11
>  
> @@ -42,10 +42,15 @@ post-install:
>       ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh 
> ${PREFIX}/share/examples/scrotwm
>       ${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/share/examples/scrotwm
>  
> -## mans need to be updated
> -#.for i in es it pt ru
> -#    ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/man1
> -#    mv ${PREFIX}/man/man1/scrotwm_$i.1 ${PREFIX}/man/$i/man1/scrotwm.1
> -#.endfor
> +## mans need to be updated: pt ru
> +.for i in es it
> +     ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/man1
> +     mv ${PREFIX}/man/man1/scrotwm_$i.1 ${PREFIX}/man/$i/man1/scrotwm.1
> +.endfor
> +
> +.for i in es cz fr fr_ch se us
> +     ${INSTALL_DATA_DIR} ${WRKSRC}/scrotwm_$i.conf
> +     mv ${WRKSRC}/scrotwm_$i.conf ${PREFIX}/share/examples/scrotwm
> +.endfor
>  
>  .include <bsd.port.mk>
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/x11/scrotwm/distinfo,v
> retrieving revision 1.21
> diff -u -p -r1.21 distinfo
> --- distinfo  29 Aug 2011 13:21:29 -0000      1.21
> +++ distinfo  11 Jan 2012 20:51:52 -0000
> @@ -1,5 +1,5 @@
> -MD5 (scrotwm-0.9.34.tgz) = 044pbdC/AUBG6CzUKTLzmA==
> -RMD160 (scrotwm-0.9.34.tgz) = WlzTC2Von0n1U7rDea440aaS3Q0=
> -SHA1 (scrotwm-0.9.34.tgz) = npQ4g+pVBISH/lntCbioRGeoFZM=
> -SHA256 (scrotwm-0.9.34.tgz) = RvBV88G30yvKr5QZP9AacnQi54fop6/PmH2y/97Jrag=
> -SIZE (scrotwm-0.9.34.tgz) = 69755
> +MD5 (scrotwm-0.10.0.tgz) = QHhiaEIposMoLywb5Z7g+g==
> +RMD160 (scrotwm-0.10.0.tgz) = qL9TBOqwMJ2k17zHqoG6ouZzYks=
> +SHA1 (scrotwm-0.10.0.tgz) = HjVq/X+xWk7/o5NMEJhPHxd71e8=
> +SHA256 (scrotwm-0.10.0.tgz) = Qhm+qi8Ny2u46AGA0Du/OtWNqv9ifeGJ8LdkGx+vciI=
> +SIZE (scrotwm-0.10.0.tgz) = 80960
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/x11/scrotwm/pkg/PLIST,v
> retrieving revision 1.13
> diff -u -p -r1.13 PLIST
> --- pkg/PLIST 29 Aug 2011 13:21:29 -0000      1.13
> +++ pkg/PLIST 11 Jan 2012 20:51:52 -0000
> @@ -1,6 +1,12 @@
>  @comment $OpenBSD: PLIST,v 1.13 2011/08/29 13:21:29 ajacoutot Exp $
>  %%SHARED%%
>  @bin bin/scrotwm
> +man/es/
> +man/es/man1/
> +@man man/es/man1/scrotwm.1
> +man/it/
> +man/it/man1/
> +@man man/it/man1/scrotwm.1
>  @man man/man1/scrotwm.1
>  share/examples/scrotwm/
>  @sample share/scrotwm/
> @@ -14,3 +20,9 @@ share/examples/scrotwm/screenshot.sh
>  @mode
>  share/examples/scrotwm/scrotwm.conf
>  @sample ${SYSCONFDIR}/scrotwm.conf
> +share/examples/scrotwm/scrotwm_cz.conf
> +share/examples/scrotwm/scrotwm_es.conf
> +share/examples/scrotwm/scrotwm_fr.conf
> +share/examples/scrotwm/scrotwm_fr_ch.conf
> +share/examples/scrotwm/scrotwm_se.conf
> +share/examples/scrotwm/scrotwm_us.conf

Reply via email to