head 1.4; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.4 date 2007.03.02.05.51.21; author cs; state dead; branches; next 1.3; commitid NveP02FtkupUCt8s; 1.3 date 2007.02.23.07.50.34; author rse; state Exp; branches; next 1.2; commitid jCAP5As6wtcLvA7s; 1.2 date 2007.01.10.08.44.18; author rse; state dead; branches; next 1.1; commitid dnUoODumBwtSdW1s; 1.1 date 2006.12.04.13.18.26; author rse; state Exp; branches; next ; commitid xxKoaf3WxEqFVcXr; desc @@ 1.4 log @upgrading package: uni2ascii 4.1 -> 4.1.1 @ text @Index: ascii2uni.c --- ascii2uni.c.orig 2007-02-15 08:13:16 +0100 +++ ascii2uni.c 2007-02-23 08:47:30 +0100 @@@@ -67,7 +67,7 @@@@ it and/or modify it under the terms of version 2 of\n\ the GNU General Public License as published by the\n\ Free Software Foundation.\n"); - fprintf(stderr,gettext("Report bugs to: billposer@@alum.mit.edu.\n")); + fprintf(stderr,_("Report bugs to: billposer@@alum.mit.edu.\n")); } void Index: uni2ascii.c --- uni2ascii.c.orig 2007-02-22 10:27:31 +0100 +++ uni2ascii.c 2007-02-23 08:47:18 +0100 @@@@ -71,7 +71,7 @@@@ it and/or modify it under the terms of version 2 of\n\ the GNU General Public License as published by the\n\ Free Software Foundation.\n"); - fprintf(stderr,gettext("Report bugs to: billposer@@alum.mit.edu.\n")); + fprintf(stderr,_("Report bugs to: billposer@@alum.mit.edu.\n")); } void @ 1.3 log @upgrading package: uni2ascii 3.13 -> 4.0 @ text @@ 1.2 log @upgrading package: uni2ascii 3.11 -> 3.12 @ text @d1 24 a24 12 Index: Makefile.in --- Makefile.in.orig 2006-12-03 11:50:12 +0100 +++ Makefile.in 2006-12-04 14:15:07 +0100 @@@@ -169,7 +169,7 @@@@ ascii2uni_SOURCES = ascii2uni.c GetWord.c putu8.c enttbl.c noinst_HEADERS = enttbl.h exitcode.h unicode.h utf8error.h endian.h LOCALEDIR = /usr/local/share/locale -AM_CFLAGS = -DLOCALEDIR=\"${LOCALEDIR}\" +AM_CFLAGS = AUTOMAKE_OPTIONS = dist-zip dist-bzip2 EXTRA_DIST = TestSuiteAscii2Uni CREDITS uni2html.py ascii2uni.py u2a.tcl Equivalences uni2ascii.info all: config.h @ 1.1 log @new package: uni2ascii 3.10 (Convert between Unicode and ASCII) @ text @@