[Xbubble-commits] xbubble/po quot.sed,NONE,1.1 remove-potcdate.sin,NONE,1.1

Martin Quinson xbubble-devel@lists.alioth.debian.org
Mon, 06 Dec 2004 07:59:06 +0000


Update of /cvsroot/xbubble/xbubble/po
In directory haydn:/tmp/cvs-serv21563/po

Added Files:
	quot.sed remove-potcdate.sin 
Log Message:
Import from savanah

--- NEW FILE: remove-potcdate.sin ---
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking at the hold space.
/^"POT-Creation-Date: .*"$/{
x
# Test if the hold space is empty.
s/P/P/
ta
# Yes it was empty. First occurrence. Remove the line.
g
d
bb
:a
# The hold space was nonempty. Following occurrences. Do nothing.
x
:b
}

--- NEW FILE: quot.sed ---
(This appears to be a binary file; contents omitted.)