Re: dwm random config

2013-04-05 Thread Jan Stary
First I was like

> dwm is the best wm ever because I am literally unable to waste time
> dicking around trying to customize it.

but then

> This patch picks random colors for dwm.

:-)



Re: dwm random config

2013-04-05 Thread Joerg Jung
Am 05.04.2013 um 01:00 schrieb Ted Unangst :

> dwm is the best wm ever

ACK :)

> because I am literally unable to waste time
> dicking around trying to customize it.

But waste more time for trying several of the patches to make it behave
like awesome, i3, scrotwm, etc.

> However, I can understand the
> appeal of other wms because people like it when their computer says,
> "hey, look at me, i'm a unique snowflake." and it's kind of boring
> when my dwm looks exactly like your dwm. why not the best of both
> worlds?
> 
> This patch picks random colors for dwm.

If this is going to be committed I need the some sync mechanism for 
my carefully setup vim, mutt, tabbed, climm, irssi, tmux, xterm, ... color 
themes. Otherwise it will end up in a rainbow screen which makes my
eyes bleeding.

> Nothing too garish, the
> choices are constrained to be in the neighborhood of the existing
> defaults, but instead of all gray, you may see just a touch of green
> or red in the status bar.

I think this patch should be submitted to the upstream wiki: 
http://dwm.suckless.org/patches/ and not to the port.

> It's still not configurable, although if you're really unhappy about
> the colors you get, you can always exit and try again.

I never exit :)

Regarding customizations: I attached my small and hackish OpenBSD 
specific dwm status bar update shell script, which I use daily 
(started from my ~/.xsession).


> Index: patches/patch-config_def_h
> ===
> RCS file: /cvs/ports/x11/dwm/patches/patch-config_def_h,v
> retrieving revision 1.9
> diff -u -p -r1.9 patch-config_def_h
> --- patches/patch-config_def_h9 Jul 2012 16:33:40 -   1.9
> +++ patches/patch-config_def_h4 Apr 2013 22:51:17 -
> @@ -1,6 +1,6 @@
> $OpenBSD: patch-config_def_h,v 1.9 2012/07/09 16:33:40 zinke Exp $
>  config.def.h.origMon Dec 19 16:02:46 2011
> -+++ config.def.h Sat Jul  7 22:28:18 2012
> +--- config.def.h.origMon Dec 19 10:02:46 2011
>  config.def.h Thu Apr  4 18:46:24 2013
> @@ -1,13 +1,13 @@
>  /* See LICENSE file for copyright and license details. */
> 
> @@ -13,12 +13,12 @@ $OpenBSD: patch-config_def_h,v 1.9 2012/
> -static const char selbgcolor[]  = "#005577";
> -static const char selfgcolor[]  = "#ee";
> +static const char font[]= 
> "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*";
> -+static const char normbordercolor[] = "#404040";
> -+static const char normbgcolor[] = "#202020";
> -+static const char normfgcolor[] = "#c0c0c0";
> -+static const char selbordercolor[]  = "#ff";
> -+static const char selbgcolor[]  = "#404040";
> -+static const char selfgcolor[]  = "#f0f0f0";
> ++static char normbordercolor[] = "#404040";
> ++static char normbgcolor[] = "#202020";
> ++static char normfgcolor[] = "#c0c0c0";
> ++static char selbordercolor[]  = "#ff";
> ++static char selbgcolor[]  = "#404040";
> ++static char selfgcolor[]  = "#f0f0f0";
>  static const unsigned int borderpx  = 1;/* border pixel of windows */
>  static const unsigned int snap  = 32;   /* snap pixel */
>  static const Bool showbar   = True; /* False means no bar */
> Index: patches/patch-dwm_c
> ===
> RCS file: patches/patch-dwm_c
> diff -N patches/patch-dwm_c
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-dwm_c   4 Apr 2013 22:51:17 -
> @@ -0,0 +1,30 @@
> +$OpenBSD$
> +--- dwm.c.orig   Thu Apr  4 18:28:41 2013
>  dwm.cThu Apr  4 18:45:45 2013
> +@@ -2126,8 +2126,26 @@ zoom(const Arg *arg) {
> + pop(c);
> + }
> + 
> ++void
> ++reinitconfig(void)
> ++{
> ++snprintf(normbordercolor, sizeof(normbordercolor), "#%6.6x",
> ++arc4random() & 0x003f3f3f);
> ++snprintf(normbgcolor, sizeof(normbgcolor), "#%6.6x",
> ++arc4random() & 0x001f1f1f);
> ++snprintf(normfgcolor, sizeof(normfgcolor), "#%6.6x",
> ++(arc4random() & 0x00ff) | 0x00c0c0c0);
> ++snprintf(selbordercolor, sizeof(selbordercolor), "#%6.6x",
> ++(arc4random() & 0x00ff) | 0x006060d0);
> ++snprintf(selbgcolor, sizeof(selbgcolor), "#%6.6x",
> ++arc4random() & 0x00373737);
> ++snprintf(selfgcolor, sizeof(selfgcolor), "#%6.6x",
> ++(arc4random() & 0x00ff) | 0x00d0d0d0);
> ++}
> ++
> + int
> + main(int argc, char *argv[]) {
> ++reinitconfig();
> + if(argc == 2 && !strcmp("-v", argv[1]))
> + die("dwm-"VERSION", © 2006-2011 dwm engineers, see LICENSE for 
> details\n");
> + else if(argc != 1)
> 



status-update.sh
Description: Binary data



Remove (x)archie?

2013-04-05 Thread Christian Weisgerber
Does anybody still use net/archie and net/xarchie?

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: Remove (x)archie?

2013-04-05 Thread Stuart Henderson
On 2013/04/05 13:38, Christian Weisgerber wrote:
> Does anybody still use net/archie and net/xarchie?
> 
> -- 
> Christian "naddy" Weisgerber  na...@mips.inka.de
> 

the servers have all closed by now, haven't they? just tried a fair
selection of the old servers and dns has been removed for them.

ok with me to zap them.



update: graphics/dvdrip

2013-04-05 Thread Stefan Sperling
I'm so happy that we have threaded perl now and dvdrip can finally
be used again. Typing mencoder/transcode/ffmpeg command lines is
driving me insane.

This updates dvdrip to the latest release, adds a few missing run
dependencies, installs the .desktop file, uses a reasonable default
DVD device and makes the close/eject buttons in the GUI work.

ok?

Index: Makefile
===
RCS file: /cvs/ports/graphics/dvdrip/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile11 Mar 2013 11:10:52 -  1.14
+++ Makefile5 Apr 2013 16:48:54 -
@@ -2,9 +2,8 @@
 
 COMMENT=   full featured DVD copy program
 
-VERSION=   0.98.6
+VERSION=   0.98.11
 DISTNAME=  dvdrip-${VERSION}
-REVISION = 0
 CATEGORIES=graphics audio multimedia perl5
 
 HOMEPAGE=  http://www.exit1.org/dvdrip/
@@ -16,8 +15,11 @@ WANTLIB= c
 MASTER_SITES=  http://www.exit1.org/dvdrip/dist/
 
 RUN_DEPENDS=   graphics/ImageMagick \
+   devel/desktop-file-utils \
devel/p5-Event-ExecFlow \
multimedia/transcode \
+   multimedia/subtitleripper \
+   multimedia/xine-ui \
net/fping \
net/p5-Event-RPC \
x11/p5-Gtk2-Ex-FormFactory \
@@ -41,5 +43,9 @@ pre-build:
 
 post-install:
mv ${PREFIX}/${P5SITE}/LocaleData ${PREFIX}/share/locale
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
+   ${INSTALL_DATA} ${WRKSRC}/dvdrip.desktop ${PREFIX}/share/applications
+   rm -f ${PREFIX}/${P5SITE}/Video/DVDRip/Config.pm.orig
+   rm -f ${PREFIX}/${P5SITE}/Video/DVDRip/GUI/Project/Title.pm.orig
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/graphics/dvdrip/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo30 Jul 2007 10:17:00 -  1.4
+++ distinfo5 Apr 2013 15:20:34 -
@@ -1,5 +1,2 @@
-MD5 (dvdrip-0.98.6.tar.gz) = ASaYoqFYK361vhOIXVpehA==
-RMD160 (dvdrip-0.98.6.tar.gz) = wHO9wrlro7jtmoZg2Mm1GJp7MiM=
-SHA1 (dvdrip-0.98.6.tar.gz) = rxv/a+DD5g2BzJiTdG9BoNIrLoE=
-SHA256 (dvdrip-0.98.6.tar.gz) = LEiXPOPpIfEUDY0ihyKgVDfXj9OyJn+4+G5wnhq/heU=
-SIZE (dvdrip-0.98.6.tar.gz) = 1604449
+SHA256 (dvdrip-0.98.11.tar.gz) = WGwglostqlXAr6rzNNW5uLaJbW6kUHild+FlgGhYw6U=
+SIZE (dvdrip-0.98.11.tar.gz) = 2075302
Index: patches/patch-lib_Video_DVDRip_Config_pm
===
RCS file: patches/patch-lib_Video_DVDRip_Config_pm
diff -N patches/patch-lib_Video_DVDRip_Config_pm
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-lib_Video_DVDRip_Config_pm5 Apr 2013 16:02:53 -
@@ -0,0 +1,27 @@
+$OpenBSD$
+DVD device detection relies on HAL, this is a workaround.
+--- lib/Video/DVDRip/Config.pm.origSat Feb 28 19:28:00 2009
 lib/Video/DVDRip/Config.pm Fri Apr  5 18:02:19 2013
+@@ -194,11 +194,11 @@ my %CONFIG_PARAMETER = (
+ dvd_device => {
+ label => __ "Default DVD device",
+ type  => 'file',
+-value => "",
++value => "/dev/cd0c",
+ dvd_button => 1,
+ },
+ selected_dvd_device => {
+-value   => "/dev/dvd",
++value   => "/dev/cd0c",
+ },
+ eject_command => {
+ label => __ "Eject Command",
+@@ -680,7 +680,7 @@ sub init_settings {
+ my $self = shift;
+ 
+ if ( $self->get_value("dvd_device") eq "" ) {
+-$self->set_value( dvd_device => ($self->get_first_dvd_device || 
"/dev/dvd") );
++$self->set_value( dvd_device => ($self->get_first_dvd_device || 
"/dev/cd0c") );
+ $self->save;
+ }
+ 
Index: patches/patch-lib_Video_DVDRip_GUI_Project_Title_pm
===
RCS file: patches/patch-lib_Video_DVDRip_GUI_Project_Title_pm
diff -N patches/patch-lib_Video_DVDRip_GUI_Project_Title_pm
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-lib_Video_DVDRip_GUI_Project_Title_pm 5 Apr 2013 16:42:19 
-
@@ -0,0 +1,34 @@
+$OpenBSD$
+Fix DVD drive close/eject buttons.
+--- lib/Video/DVDRip/GUI/Project/Title.pm.orig Sat Feb 28 19:27:59 2009
 lib/Video/DVDRip/GUI/Project/Title.pm  Fri Apr  5 18:42:11 2013
+@@ -431,12 +431,10 @@ sub view_title {
+ sub eject_dvd {
+ my $self = shift;
+ 
+-my $title = $self->selected_title;
++my $dev = $self->project->dvd_device;
++$dev =~ s/^\/dev\/(cd[0-9])[a-p]/\1/;
++my $command = $self->config('eject_command') . " " . $dev;
+ 
+-my $command
+-= $self->config('eject_command') . " " .
+-$title->project->dvd_device;
+-
+ system("$command &");
+ 
+ 1;
+@@ -445,10 +443,9 @@ sub eject_dvd {
+ sub insert_dvd {
+ my $self = shift;
+ 
+-my $title = $self->selected_title;
+-
+-my $command = $self->config('eject_command') . " -t "
+-. $title->project->dvd_device;
++my $dev = $self-

[update] databases/pgpool

2013-04-05 Thread David Hill
update databases/pgpool to 3.2.3

please review

Index: Makefile
===
RCS file: /cvs/ports/databases/pgpool/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile11 Mar 2013 02:52:07 -  1.4
+++ Makefile5 Apr 2013 17:35:08 -
@@ -2,7 +2,7 @@
 
 COMMENT=   connection pool server for PostgreSQL
 
-DISTNAME=  pgpool-II-3.2.0
+DISTNAME=  pgpool-II-3.2.3
 
 CATEGORIES=databases
 
Index: distinfo
===
RCS file: /cvs/ports/databases/pgpool/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo24 Sep 2012 19:39:59 -  1.3
+++ distinfo5 Apr 2013 17:35:08 -
@@ -1,2 +1,2 @@
-SHA256 (pgpool-II-3.2.0.tar.gz) = LkHOeBVPx+nhPrNPC2DjUtYYPeCMQEC+qfvdkU4+KOA=
-SIZE (pgpool-II-3.2.0.tar.gz) = 1599391
+SHA256 (pgpool-II-3.2.3.tar.gz) = yztilXr+UG5LQgvcC5Wfgp1ixwj9zhoX2ZqFIcWGpeU=
+SIZE (pgpool-II-3.2.3.tar.gz) = 1563129
Index: patches/patch-watchdog_watchdog_c
===
RCS file: patches/patch-watchdog_watchdog_c
diff -N patches/patch-watchdog_watchdog_c
--- patches/patch-watchdog_watchdog_c   24 Sep 2012 19:39:59 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,11 +0,0 @@
-$OpenBSD: patch-watchdog_watchdog_c,v 1.1 2012/09/24 19:39:59 pea Exp $
 watchdog/watchdog.c.orig   Sun Sep 16 12:26:05 2012
-+++ watchdog/watchdog.cSun Sep 16 12:26:12 2012
-@@ -25,7 +25,6 @@
- #include 
- #include 
- #include 
--#include 
- #include 
- #include 
- #include 



UPDATE: New version of free ParaType fonts collection

2013-04-05 Thread Vadim Zhukov
This updates fonts/ru-ptsans package. Added serif and monospace fonts.
Also, fixed directory handling and updated my email address.

As an experiment, I used versioned DIST_SUBDIR, this avoiding need
to extra mirror the distfile. As a bonus, if (when) upstream will
re-roll file, we'll be notified earlier - for font ports this
should be good.

okay?
--
  WBR,
Vadim Zhukov


Index: Makefile
===
RCS file: /cvs/ports/fonts/ru-ptsans/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile11 Mar 2013 11:06:05 -  1.4
+++ Makefile5 Apr 2013 19:18:48 -
@@ -2,16 +2,14 @@
 
 COMMENT =  free Cyrillic fonts
 PKG_ARCH = *
-DISTNAME = ptsans-2.0
-PKGNAME =  ru-${DISTNAME}
-REVISION = 1
-EXTRACT_SUFX = .zip
+PKGNAME =  ru-ptsans-3.0
 CATEGORIES =   fonts x11
-
-MAINTAINER =   Vadim Zhukov 
-# Original distfile taken from http://www.fontstock.com/public/
-MASTER_SITES = http://www.linklevel.net/distfiles/
 HOMEPAGE = http://paratype.com/public/
+MAINTAINER =   Vadim Zhukov 
+
+DISTFILES =PTSans.zip PTSerif.zip PTMono.zip
+MASTER_SITES = http://www.fontstock.com/public/
+DIST_SUBDIR =  ${PKGNAME}
 
 # OFL, http://scripts.sil.org/OFL (CC-like)
 # permits:
@@ -19,16 +17,17 @@ HOMEPAGE =  http://paratype.com/public/
 # requires
 # Attribution, Notice, ShareAlike, DerivativeRenaming,
 # BundlingWhenSelling
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_CDROM = Yes
 
-NO_BUILD = Yes
-NO_TEST =  Yes
-FONTSDIR = ${PREFIX}/lib/X11/fonts/ptsans
+NO_BUILD = Yes
+NO_TEST =  Yes
+DOCDIR =   ${PREFIX}/share/doc/ptsans
+FONTSDIR = ${PREFIX}/lib/X11/fonts/ptsans
+WRKDIST =  ${WRKDIR}
 
 do-install:
-   ${INSTALL_DATA_DIR} ${PREFIX}/share/ptsans
-   ${INSTALL_DATA_DIR} ${FONTSDIR}
-   ${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTSDIR}
-   ${INSTALL_DATA} ${WRKDIR}/PTSansOFL.txt ${PREFIX}/share/ptsans
+   ${INSTALL_DATA_DIR} ${DOCDIR} ${FONTSDIR}
+   ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
+   ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCDIR}
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/fonts/ru-ptsans/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo19 Jul 2011 09:14:21 -  1.1.1.1
+++ distinfo5 Apr 2013 19:18:48 -
@@ -1,5 +1,6 @@
-MD5 (ptsans-2.0.zip) = mYqzPhTUgi4g5FbIzMDCeQ==
-RMD160 (ptsans-2.0.zip) = h5fhegX6Nrv/vwwqu2QC9DgivS8=
-SHA1 (ptsans-2.0.zip) = hmBi+nUYMsEiWGCCtCP544O0fjU=
-SHA256 (ptsans-2.0.zip) = jVutfymewSkZdnwByh2Vs+FtA+aOQezUMeHVlpJNqkA=
-SIZE (ptsans-2.0.zip) = 1710534
+SHA256 (ptsans-3.0/PTMono.zip) = k8DKHZhz7MfHATH6djqqqiQ0X8i48ZPqIXWwhXgj1Yo=
+SHA256 (ptsans-3.0/PTSans.zip) = xwtoOrNdKMxlNn9rnvXwTW2DsSF/LnJ2SLuusS3BQOc=
+SHA256 (ptsans-3.0/PTSerif.zip) = dO7Ihu21iJkBhEjmnPq3Ay3Szo/2mkTBj4in0qe/OyY=
+SIZE (ptsans-3.0/PTMono.zip) = 175039
+SIZE (ptsans-3.0/PTSans.zip) = 1574159
+SIZE (ptsans-3.0/PTSerif.zip) = 1004833
Index: pkg/PLIST
===
RCS file: /cvs/ports/fonts/ru-ptsans/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   19 Jul 2011 09:14:21 -  1.1.1.1
+++ pkg/PLIST   5 Apr 2013 19:18:48 -
@@ -4,11 +4,24 @@ lib/X11/fonts/
 @fontdir lib/X11/fonts/ptsans/
 lib/X11/fonts/ptsans/PTC55F.ttf
 lib/X11/fonts/ptsans/PTC75F.ttf
+lib/X11/fonts/ptsans/PTF55F.ttf
+lib/X11/fonts/ptsans/PTF56F.ttf
+lib/X11/fonts/ptsans/PTF75F.ttf
+lib/X11/fonts/ptsans/PTF76F.ttf
+lib/X11/fonts/ptsans/PTM55F.ttf
+lib/X11/fonts/ptsans/PTM75F.ttf
 lib/X11/fonts/ptsans/PTN57F.ttf
 lib/X11/fonts/ptsans/PTN77F.ttf
 lib/X11/fonts/ptsans/PTS55F.ttf
 lib/X11/fonts/ptsans/PTS56F.ttf
 lib/X11/fonts/ptsans/PTS75F.ttf
 lib/X11/fonts/ptsans/PTS76F.ttf
-share/ptsans/
-share/ptsans/PTSansOFL.txt
+lib/X11/fonts/ptsans/PTZ55F.ttf
+lib/X11/fonts/ptsans/PTZ56F.ttf
+share/doc/ptsans/
+share/doc/ptsans/OT_TT_Install_E.txt
+share/doc/ptsans/OT_TT_Install_R.txt
+share/doc/ptsans/PT Free Font License_eng_1.2.txt
+share/doc/ptsans/PT Free Font License_eng_1.3.txt
+share/doc/ptsans/PT Free Font License_rus_1.2.txt
+share/doc/ptsans/PT Free Font License_rus_1.3.txt



UPDATE: emulators/sdlmess

2013-04-05 Thread Brian Callahan

Hi ports --

Attached is a patch to update emulators/sdlmess to 0148u2 (sync with 
sdlmame).
0148u2 introduces a Qt-based debugger which relies on Qt's moc to build, 
so I've chosen to disable it (it seems like a waste to add 
MODULES+=lang/qt4 for a debugger).
The WERROR flag also needs to be turned off due to the m6502 CPU code 
emitting a warning.


OK?

~Brian

Index: Makefile
===
RCS file: /cvs/ports/emulators/sdlmess/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile	1 Apr 2013 01:23:51 -	1.21
+++ Makefile	6 Apr 2013 01:19:29 -
@@ -7,7 +7,7 @@ COMMENT =		emulates game consoles and ol
 
 V =			0148
 DISTNAME =		mame${V}s
-PKGNAME =		sdlmess-${V:S/0/0./}pl1
+PKGNAME =		sdlmess-${V:S/0/0./}pl2
 
 CATEGORIES =		emulators games
 
@@ -37,6 +37,7 @@ DIST_SUBDIR =		mame
 # PATCHFILES doesn't work for .zip
 DISTFILES =		${DISTNAME}${EXTRACT_SUFX} \
 			${V}u1_diff.zip:0 \
+			${V}u2_diff.zip:0 \
 			history${V:S/0//}g.zip:1
 
 MODULES =		devel/gettext \
@@ -49,7 +50,9 @@ LIB_DEPENDS =		devel/gconf2 \
 
 MAKE_FLAGS =		OPT_FLAGS='-DINI_PATH="\"${SYSCONFDIR}/mess;\""'
 MAKE_ENV =		ARCH=$(ARCH) CC=$(CC) CFLAGS="$(CFLAGS)" \
-			TARGETOS=openbsd
+			TARGETOS=openbsd \
+			NO_USE_QTDEBUG=1 \
+			NOWERROR=1
 .if ${MACHINE_ARCH} == "amd64"
 MAKE_ENV +=		PTR64=1
 .endif
@@ -66,7 +69,7 @@ post-extract:
 	@${UNZIP} -oq ${WRKDIR}/mame.zip -d ${WRKSRC}
 
 pre-patch:
-.for v in 1
+.for v in 1 2
 	${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/${V}u${v}.diff
 .endfor
 	@perl -pi -e 's|\r\n|\n|g' ${WRKDIST}/makefile \
Index: distinfo
===
RCS file: /cvs/ports/emulators/sdlmess/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo	1 Apr 2013 01:23:51 -	1.3
+++ distinfo	6 Apr 2013 01:19:29 -
@@ -1,6 +1,8 @@
 SHA256 (mame/0148u1_diff.zip) = JzeNCeUPMcoN1POd9MR0AWZxlGZX63r56lqg/7rh2bs=
+SHA256 (mame/0148u2_diff.zip) = 47z3PLFlWRWCpQm/EXGJOyPicPmscZmsTxxrzlbWliA=
 SHA256 (mame/history148g.zip) = OSohf/i2E0iFWUfYPLq4zGQyyRYWjXYWpAIlRgpffns=
 SHA256 (mame/mame0148s.zip) = eNimi6U5NP38iV9FDAhoLa2oH37D50qY+wQlOVBtkyE=
 SIZE (mame/0148u1_diff.zip) = 3386949
+SIZE (mame/0148u2_diff.zip) = 3196998
 SIZE (mame/history148g.zip) = 4290998
 SIZE (mame/mame0148s.zip) = 33822494


(almost) [NEW] mosh-1.2.4

2013-04-05 Thread Jérémie Courrèges-Anglas
Hi folks,

here's a tarball.  The dependancy on p5-IO-Tty has been dropped.

Works fine here.

-- 
Jérémie Courrèges-Anglas
PGP Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494



mosh.tgz
Description: Binary data


Re: UPDATE: New version of free ParaType fonts collection

2013-04-05 Thread Juan Francisco Cantero Hurtado
distinfo is wrong.

On Fri, Apr 05, 2013 at 11:25:22PM +0400, Vadim Zhukov wrote:
> This updates fonts/ru-ptsans package. Added serif and monospace fonts.
> Also, fixed directory handling and updated my email address.
> 
> As an experiment, I used versioned DIST_SUBDIR, this avoiding need
> to extra mirror the distfile. As a bonus, if (when) upstream will
> re-roll file, we'll be notified earlier - for font ports this
> should be good.
> 
> okay?
> --
>   WBR,
> Vadim Zhukov
> 
> 

[...]
> +DIST_SUBDIR =${PKGNAME}

"DIST_SUBDIR" is "ru-ptsans-3.0" but...

[...]
> Index: distinfo
> ===
> RCS file: /cvs/ports/fonts/ru-ptsans/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  19 Jul 2011 09:14:21 -  1.1.1.1
> +++ distinfo  5 Apr 2013 19:18:48 -
> @@ -1,5 +1,6 @@
> -MD5 (ptsans-2.0.zip) = mYqzPhTUgi4g5FbIzMDCeQ==
> -RMD160 (ptsans-2.0.zip) = h5fhegX6Nrv/vwwqu2QC9DgivS8=
> -SHA1 (ptsans-2.0.zip) = hmBi+nUYMsEiWGCCtCP544O0fjU=
> -SHA256 (ptsans-2.0.zip) = jVutfymewSkZdnwByh2Vs+FtA+aOQezUMeHVlpJNqkA=
> -SIZE (ptsans-2.0.zip) = 1710534
> +SHA256 (ptsans-3.0/PTMono.zip) = k8DKHZhz7MfHATH6djqqqiQ0X8i48ZPqIXWwhXgj1Yo=
> +SHA256 (ptsans-3.0/PTSans.zip) = xwtoOrNdKMxlNn9rnvXwTW2DsSF/LnJ2SLuusS3BQOc=
> +SHA256 (ptsans-3.0/PTSerif.zip) = 
> dO7Ihu21iJkBhEjmnPq3Ay3Szo/2mkTBj4in0qe/OyY=
> +SIZE (ptsans-3.0/PTMono.zip) = 175039
> +SIZE (ptsans-3.0/PTSans.zip) = 1574159
> +SIZE (ptsans-3.0/PTSerif.zip) = 1004833

...distinfo uses "ptsans-3.0". The update works OK. I use these fonts a
lot.

BTW, do you know if exists a changelog from 2.0 to 3.0?. I can't found
the changes in Google.

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



Re: dwm random config

2013-04-05 Thread Jim Razmus
* Ted Unangst  [130404 18:00]:
> dwm is the best wm ever because I am literally unable to waste time
> dicking around trying to customize it. However, I can understand the
> appeal of other wms because people like it when their computer says,
> "hey, look at me, i'm a unique snowflake." and it's kind of boring
> when my dwm looks exactly like your dwm. why not the best of both
> worlds?
> 
> This patch picks random colors for dwm. Nothing too garish, the
> choices are constrained to be in the neighborhood of the existing
> defaults, but instead of all gray, you may see just a touch of green
> or red in the status bar.
> 

Nice idea, but I'd prefer not.  I'm partial to the current color scheme
which I've synced with all my other tools e.g. vim.

Best regards,
jim@