diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:01:13 +0000 |
commit | 89d232bfadd4741ecb124fca90aa115bb59d541c (patch) | |
tree | 10c6f3f67937d9770900aedd45d720e53ada65cb /japanese/mimekit/files | |
parent | - Remove unnecessary DISTNAME declaration (diff) |
Bye bye abandonwares (part 3)
2011-08-01 deskutils/gkrellm-timers: No more public distfile
2011-08-01 deskutils/multi-backgrounds-daemon: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/py-tagfu: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/taskstep: Looks like an abandonware, no more public distfile
2011-08-01 devel/c_c++_reference: No more public distfiles
2011-08-01 devel/libcoyotl: Looks like an abandonware, no more public distfile
2011-08-01 devel/libfs++: Looks like an abandonware, no more public distfile
2011-08-01 devel/mkmf: Looks like an abandonware, no more public distfile
2011-08-01 devel/p5-Include: No more public distfiles
2011-08-01 devel/rubygem-newgem: broken since 2010/09/22
2011-08-01 devel/tpg: Looks like an abandonware, no more public distfile
2011-08-01 games/amphetamine: Looks like an abandonware, no more public distfile
2011-08-01 games/anagramarama: Looks like an abandonware, no more public distfile
2011-08-01 games/connect4
2011-08-01 games/wrogue: No more public distfiles, looks like an abandonware
2011-08-01 graphics/xmms-msa: Looks like an abandonware, no more public distfile
2011-08-01 japanese/chimera: Look like an abandonware, no more public distifles
2011-08-01 japanese/drpl: Look like an abandonware, no more public distifles
2011-08-01 japanese/dvi2tty: Look like an abandonware, no more public distifles
2011-08-01 japanese/easypr: Look like an abandonware, no more public distifles
2011-08-01 japanese/elisp-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/emacs-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/ewipe: Look like an abandonware, no more public distifles
2011-08-01 japanese/ircII: Look like an abandonware, no more public distifles
2011-08-01 japanese/jhd: Look like an abandonware, no more public distifles
2011-08-01 japanese/libjconv: Look like an abandonware, no more public distifles
2011-08-01 japanese/mimekit: Look like an abandonware, no more public distifles
2011-08-01 japanese/nethack32: Look like an abandonware, no more public distifles
2011-08-01 japanese/paledit: Look like an abandonware, no more public distifles
2011-08-01 japanese/plain2: Look like an abandonware, no more public distifles
2011-08-01 japanese/recjis: Look like an abandonware, no more public distifles
2011-08-01 japanese/typist: Look like an abandonware, no more public distifles
2011-08-01 japanese/weblint97: Look like an abandonware, no more public distifles
2011-08-01 japanese/xmsgsaver: Look like an abandonware, no more public distifles
2011-08-01 japanese/xshodo: Look like an abandonware, no more public distifles
2011-08-01 japanese/xvi-euc: No more public distfiles
2011-08-01 japanese/xvi-sjis: No more public distfiles
2011-08-01 japanese/xyagamo: Look like an abandonware, no more public distifles
Notes
Notes:
svn path=/head/; revision=278681
Diffstat (limited to 'japanese/mimekit/files')
-rw-r--r-- | japanese/mimekit/files/patch-JIS.c | 30 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-TLEX.c | 21 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-aa | 11 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-html.c | 22 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-mime.c | 11 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-mime.h | 19 | ||||
-rw-r--r-- | japanese/mimekit/files/patch-pgp.c | 12 |
7 files changed, 0 insertions, 126 deletions
diff --git a/japanese/mimekit/files/patch-JIS.c b/japanese/mimekit/files/patch-JIS.c deleted file mode 100644 index e35f4f6bc676..000000000000 --- a/japanese/mimekit/files/patch-JIS.c +++ /dev/null @@ -1,30 +0,0 @@ ---- ../rary/JIS.c.orig 2007-11-11 18:13:21.000000000 +0900 -+++ ../rary/JIS.c 2007-11-11 18:21:18.000000000 +0900 -@@ -18,7 +18,7 @@ - //////////////////////////////////////////////////////////////////////#*/ - #include "ystring.h" - #include <ctype.h> --char *malloc(); -+#include <stdlib.h> - #include <stdio.h> - extern FILE *fopen_LIBPATH(); - extern char *getTMPDIR(); -@@ -92,6 +92,9 @@ - IS_EUC_HI(hi) && (IS_EUC_LOS(lo) || IS_EUC_LOX(lo))) - - -+static UTF8toLocal(int ch1, int ch2, int ch3, int charset, unsigned char *op, unsigned char *ox); -+static EUCtoUTF8(int euc, char *us, char *ux); -+ - IS_SJIS_CHAR(ch1,ch2,in_sjis) - { - if( ch1 & 0x80 ){ -@@ -1457,6 +1460,8 @@ - unsigned short u_u2lmap[0x10000]; - int u_init; - } UcsX; -+static loadUnicodeMappings(char *jumap, UcsX *ucx, unsigned short l2ucnt[], unsigned short u2lcnt[]); -+ - #define L2Umap ucx->u_l2umap - #define U2Lmap ucx->u_u2lmap - static UcsX **UcsXtab; diff --git a/japanese/mimekit/files/patch-TLEX.c b/japanese/mimekit/files/patch-TLEX.c deleted file mode 100644 index bfbaabd4b2cf..000000000000 --- a/japanese/mimekit/files/patch-TLEX.c +++ /dev/null @@ -1,21 +0,0 @@ ---- ../rary/TLEX.c.orig 2007-11-11 18:06:18.000000000 +0900 -+++ ../rary/TLEX.c 2007-11-11 18:10:29.000000000 +0900 -@@ -23,6 +23,8 @@ - 980604 added atbitrary string "**", char "[]" and frex_*() - //////////////////////////////////////////////////////////////////////#*/ - -+#include <stdio.h> -+#include <stdlib.h> - #include <string.h> - - #ifndef NULL -@@ -78,6 +80,9 @@ - #define NEXT(fsp,ch) \ - ( fsp->Nstat ? fsp->Nstat->nvec[ch] : fsp->nnexts ? next(fsp,ch) : 0 ) - -+static fa_stvec_alloc(FaStat *fsp); -+static fa_rexp(FaStat *ofsp, unsigned char *regexp, int class); -+ - static FaStat* - next1(fsp,ch) - FaStat *fsp; diff --git a/japanese/mimekit/files/patch-aa b/japanese/mimekit/files/patch-aa deleted file mode 100644 index 3d34c7b17a50..000000000000 --- a/japanese/mimekit/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Fri Sep 3 11:05:28 1999 -+++ Makefile Sun Dec 26 11:25:47 1999 -@@ -19,7 +19,7 @@ - - LIBFILE = libmimekit.a - --CFLAGS = -O -+CFLAGS ?= -O - TARGET = all - target: $(TARGET) - libx: Makefile.go diff --git a/japanese/mimekit/files/patch-html.c b/japanese/mimekit/files/patch-html.c deleted file mode 100644 index 758fbfc34a3c..000000000000 --- a/japanese/mimekit/files/patch-html.c +++ /dev/null @@ -1,22 +0,0 @@ ---- ../rary/html.c.orig 2007-11-11 18:21:43.000000000 +0900 -+++ ../rary/html.c 2007-11-11 18:25:11.000000000 +0900 -@@ -26,6 +26,8 @@ - 941002 extracted from http.c - 990331 extracted attrWithURL() and made it custmizable - //////////////////////////////////////////////////////////////////////#*/ -+#include <stdio.h> -+#include <string.h> - #include "ystring.h" - /* - #define isAlpha(ch) (isalpha(ch) || ch == '-') -@@ -38,6 +40,10 @@ - int HTMLCONV_DEBUG = 0; - int URL_SEARCH; - -+static addTAGelem(char *name); -+static addTAGattr(char *attr); -+static count_convs(int convtype); -+ - static hconv1(conv) - char *conv; - { int onoff; diff --git a/japanese/mimekit/files/patch-mime.c b/japanese/mimekit/files/patch-mime.c deleted file mode 100644 index 062b42eb60d0..000000000000 --- a/japanese/mimekit/files/patch-mime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- mime.c.orig 2007-11-11 17:58:01.000000000 +0900 -+++ mime.c 2007-11-11 17:59:42.000000000 +0900 -@@ -54,6 +54,8 @@ - static int got_EOR; - static int addQY; - -+static scan_charset(char *header, char *chset, int len); -+ - #define DEBUG syslog_DEBUG - - #define O_HEAD 1 diff --git a/japanese/mimekit/files/patch-mime.h b/japanese/mimekit/files/patch-mime.h deleted file mode 100644 index 85c493426d74..000000000000 --- a/japanese/mimekit/files/patch-mime.h +++ /dev/null @@ -1,19 +0,0 @@ ---- mime.h.orig 2007-11-11 17:53:39.000000000 +0900 -+++ mime.h 2007-11-11 17:54:14.000000000 +0900 -@@ -23,6 +23,7 @@ - extern char *MimeKit_Version; - - #include <stdio.h> -+#include <stdlib.h> - #include <ctype.h> - #include "ystring.h" - -@@ -31,8 +32,6 @@ - #endif - #define substr(s1,s2) (strncasecmp(s1,s2,strlen(s2)) == 0) - --extern char *malloc(); --extern char *realloc(); - extern char *findFieldValue(); - extern FILE *TMPFILE(); - diff --git a/japanese/mimekit/files/patch-pgp.c b/japanese/mimekit/files/patch-pgp.c deleted file mode 100644 index ca8677a09317..000000000000 --- a/japanese/mimekit/files/patch-pgp.c +++ /dev/null @@ -1,12 +0,0 @@ ---- pgp.c.orig 2007-11-11 18:01:44.000000000 +0900 -+++ pgp.c 2007-11-11 18:05:31.000000000 +0900 -@@ -47,6 +47,9 @@ - #define LEOLINE "\n" - #endif - -+static putENCRIPTED(FILE *src, FILE *dst, char *boundary, char *EOL); -+static putSIGNED(FILE *src, FILE* sign, FILE *dst, char *boundary, char *EOL); -+ - static pgp1(arg) - char *arg; - { |