Index: head/japanese/e2ps/files/patch-aa =================================================================== --- head/japanese/e2ps/files/patch-aa (nonexistent) +++ head/japanese/e2ps/files/patch-aa (revision 25011) @@ -0,0 +1,33 @@ +*** e2ps.c.orig Wed Nov 4 22:44:30 1998 +--- e2ps.c Wed Jan 5 11:45:18 2000 +*************** +*** 87,92 **** +--- 87,95 ---- + void help(char *,char *); /* ヘルプとエラー */ + void quit(int); /* 停止された時 */ + ++ extern char *euc(unsigned char *); ++ extern char *ps_font(char *, float *); ++ + void main(int argc,char **argv) { + FILE *read; + struct tm *systime; +*************** +*** 112,119 **** + /* 日付・時刻をセット */ + nowtime = time(NULL); + systime = localtime(&nowtime); +! sprintf(NOWTIME,"%s %.2d 19%.2d %.2d:%.2d:%.2d" +! , month(systime->tm_mon) , systime->tm_mday , systime->tm_year + , systime->tm_hour , systime->tm_min , systime->tm_sec); + + /* ヘッダ */ +--- 115,122 ---- + /* 日付・時刻をセット */ + nowtime = time(NULL); + systime = localtime(&nowtime); +! sprintf(NOWTIME,"%s %.2d %.4d %.2d:%.2d:%.2d" +! , month(systime->tm_mon) , systime->tm_mday , systime->tm_year+1900 + , systime->tm_hour , systime->tm_min , systime->tm_sec); + + /* ヘッダ */ Property changes on: head/japanese/e2ps/files/patch-aa ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/japanese/e2ps/files/patch-ab =================================================================== --- head/japanese/e2ps/files/patch-ab (nonexistent) +++ head/japanese/e2ps/files/patch-ab (revision 25011) @@ -0,0 +1,15 @@ +*** e2ps.h.orig Wed Nov 4 22:44:09 1998 +--- e2ps.h Wed Jan 5 11:32:16 2000 +*************** +*** 10,15 **** +--- 10,19 ---- + #include + #include + #include ++ #include ++ #include ++ #include ++ + + /* 定数類 */ + #define NAME "e2ps" /* 名前 */ Property changes on: head/japanese/e2ps/files/patch-ab ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/japanese/e2ps/files/patch-ac =================================================================== --- head/japanese/e2ps/files/patch-ac (nonexistent) +++ head/japanese/e2ps/files/patch-ac (revision 25011) @@ -0,0 +1,19 @@ +*** Makefile.orig Wed Nov 4 22:42:02 1998 +--- Makefile Wed Jan 5 12:32:13 2000 +*************** +*** 27,33 **** + FONTSIZE = 10.0 + + # デフォルトプリンタ +! PRINTER = \"papyrus\" + + # 定義群 + DEFINES = \ +--- 27,33 ---- + FONTSIZE = 10.0 + + # デフォルトプリンタ +! PRINTER = \"lp\" + + # 定義群 + DEFINES = \ Property changes on: head/japanese/e2ps/files/patch-ac ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property