Home
last modified time | relevance | path

Searched refs:pobase (Results 1 – 10 of 10) sorted by relevance

/dports/devel/gnulib/gnulib-20140202-stable/
H A Dgnulib-tool967 pobase=
1106 pobase=$1
1424 case "$pobase" in
1425 */ ) pobase=`echo "$pobase" | sed -e "$sed_trimtrailingslashes"` ;;
4631 echo "$pobase"
4952 echo "Updating $pobase/$file (backup in $pobase/$file~)"
4953 mv -f "$destdir"/$pobase/$file "$destdir"/$pobase/$file~
4956 echo "Update $pobase/$file (backup in $pobase/$file~)"
4983 echo "Update $pobase/Makevars (backup in $pobase/Makevars~)"
5064 echo "Update $pobase/LINGUAS (backup in $pobase/LINGUAS~)"
[all …]
H A DChangeLog68653 Move xstrtol messages into gnulib domain, when --pobase is used.
68862 * gnulib-tool (func_import): Don't abort if pobase or po_domain is
68870 (pobase, po_domain): New variables.
68874 (func_import): Consider pobase and po_domain. Create a po/ directory.
68875 (func_create_testdir): Set pobase and po_domain to empty.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A Dgnulib-tool1139 pobase=
1279 pobase=$1
1619 case "$pobase" in
1620 */ ) pobase=`echo "$pobase" | sed -e "$sed_trimtrailingslashes"` ;;
5178 echo "$pobase"
5530 echo "Updating $pobase/$file (backup in $pobase/$file~)"
5531 mv -f "$destdir"/$pobase/$file "$destdir"/$pobase/$file~
5534 echo "Update $pobase/$file (backup in $pobase/$file~)"
5561 echo "Update $pobase/Makevars (backup in $pobase/Makevars~)"
5634 echo "Update $pobase/LINGUAS (backup in $pobase/LINGUAS~)"
[all …]
H A Dgnulib-tool.py76 pobase = None
475 pobase = cmdargs.pobase
476 if pobase != None:
477 pobase = cmdargs.pobase[0]
522 pobase=pobase,
H A DChangeLog23854 Previously, we created files such as $pobase/Makefile.in.in and then the
107842 Move xstrtol messages into gnulib domain, when --pobase is used.
108051 * gnulib-tool (func_import): Don't abort if pobase or po_domain is
108059 (pobase, po_domain): New variables.
108063 (func_import): Consider pobase and po_domain. Create a po/ directory.
108064 (func_create_testdir): Set pobase and po_domain to empty.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLImport.py382 pobase = self.config.getPoBase()
404 if pobase:
467 pobase = self.config['pobase']
555 pobase = self.config['pobase']
761 pobase = self.config['pobase']
984 pobase = self.config['pobase']
1004 if pobase:
1005 dirs += [pobase]
1095 if pobase:
1133 if pobase:
[all …]
H A DGLConfig.py58 sourcebase=None, m4base=None, pobase=None, docbase=None, testsbase=None, argument
92 if pobase != None:
93 self.setPoBase(pobase)
494 def setPoBase(self, pobase): argument
496 if type(pobase) is bytes or type(pobase) is string:
497 if type(pobase) is bytes:
498 pobase = string(pobase, ENCS['system'])
499 if pobase:
500 self.table['pobase'] = pobase
503 type(pobase).__name__))
H A DGLEmiter.py370 pobase = self.config['pobase']
373 source = '%s/' % os.path.normpath(pobase)
385 emit += "subdir = %s\n" % pobase
658 pobase = self.config['pobase']
883 if pobase:
951 pobase = self.config['pobase']
H A DGLTestDir.py154 pobase = self.config['pobase']
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dpo.pm937 my ($pobase)=$pofile=~/^\Q$config{srcdir}\E\/?(.*)$/;
939 if (-e "$dir/$pobase") {
940 File::Copy::syscopy("$dir/$pobase",$pofile)