head	1.2;
access;
symbols
	pkgsrc-2013Q2:1.2.0.10
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2012Q4:1.2.0.8
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2011Q4:1.2.0.6
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q2:1.2.0.4
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2009Q4:1.2.0.2
	pkgsrc-2009Q4-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2009.03.22.19.01.38;	author wiz;	state dead;
branches;
next	1.1;

1.1
date	2009.03.17.21.10.27;	author jmcneill;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove msgfmtstrip scripts and targets using them, now that the
infrastructure supports this properly (thanks joerg!).
@
text
@# $Id: msgfmtstrip,v 1.1 2009/03/17 21:10:27 jmcneill Exp $
# Simple awk script to strip out .po entries with "msgctxt" or "#~|", so the
# resultant file can be handled by the msgfmt 0.14.4 in NetBSD 4.0
{
if (/^$/) { entry_end(); }
else if ($1 == "msgctxt" || $2 == "msgctxt") { skip = 1; }
else if ($1 == "#~|") { skip = 1; }
else { entry = entry $0 "\n" }
}

END { entry_end(); }

function entry_end() {
    if (!skip)
	print entry;
    entry = "";
    skip = 0;
}
@


1.1
log
@Update libwnck to 2.26.0.

2.26.0
======

 Translators

  - Amitakhya Phukan (as)
  - Petr Kovar (cs)
  - Kenneth Nielsen (da)
  - Jennie Petoumenou (el)
  - David Lodge (en_GB)
  - Pauli Virtanen (fi)
  - Ankit Patel (gu)
  - Gil Osher (he)
  - Luca Ferretti (it)
  - Ani Peter (ml)
  - Sandeep Shedmake (mr)
  - wadim dziedzic (pl)
  - Adi Roiban (ro)
  - Nickolay V. Shmyrev (ru)
  - I. Felix (ta)
  - Krishna Babu K (te)
  - Baris Cicek (tr)

2.25.91
=======

 Misc

  - Require glib 2.16.0

 Translators

  - Yavor Doganov (bg)
  - Runa Bhattacharjee (bn_IN)
  - Sílvia Miranda (ca)
  - Rhys Jones (cy)
  - Andre Klapper (de)
  - Dawa pemo (dz)
  - Kostas Papadimas (el)
  - David Lodge (en_GB)
  - Guillaume Savaton (eo)
  - Jorge González (es)
  - Iñaki Larrañaga Murgoitio (eu)
  - Pauli Virtanen (fi)
  - Ankit Patel (gu)
  - Rajesh Ranjan (hi)
  - Gabor Kelemen (hu)
  - Takeshi AIHANA (ja)
  - Shankar Prasad (kn)
  - Changwoo Ryu (ko)
  - Žygimantas Beručka (lt)
  - Arangel Angov (mk)
  - Sanlig Badral (mn)
  - Hasbullah Bin Pit (ms)
  - Wouter Bolsterlee (nl)
  - Manoj Kumar Giri (or)
  - Amanpreet Singh Alam (pa)
  - Vladimir Melo (pt_BR)
  - Duarte Loreto (pt)
  - Vasiliy Faronov (ru)
  - Steve Murphy (rw)
  - Pavol Šimo (sk)
  - Слободан Д. Средојевић (sr)
  - Theppitak Karoonboonyanan (th)
  - Maxim Dziumanenko (uk)
  - Clytie Siddall (vi)
  - Deng Xiyue (zh_CN)
  - Chao-Hsiung Liao (zh_HK)
  - Chao-Hsiung Liao (zh_TW)

2.25.5
======

 Fixes

  - Make libwnck compile with gnome-common DEPRECATED variables (Vincent)
  - Use C_() instead of Q_() (Matthias Clasen)

 Translators

  - Andre Klapper (de)
  - Jorge González (es)
  - Mattias Põldaru (et)
  - Claude Paroz (fr)
  - Luca Ferretti (it)
  - Vladimir Melo (pt_BR)
  - Matej Urbančič (sl)
  - Daniel Nylander (sv)

2.25.3
======

 Fixes

  - Use single include for GTK+ (Pedro Fragoso)
  - Fix compiler warning (Vincent)
@
text
@d1 1
a1 1
# $Id: msgfmtstrip,v 1.1 2009/03/16 23:09:18 jmcneill Exp $
@

