diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-08-01 05:24:51 +0000 |
commit | f32b4a646d57ce481b4dd7fe5833576a69aa79d5 (patch) | |
tree | 6c82ba3db072751cdb149734b14210803e71bfa2 /korean/linuxdoc-sgml/files/patch-ab | |
parent | Remove gnomeicu: expired port (diff) |
Bye bye abandonwares (part 4)
2011-08-01 korean/a2ps: Looks like an abandonware, no more public distfiles
2011-08-01 korean/bitchx: Look like an abandonware, no more public distifles
2011-08-01 korean/elm: Look like an abandonware, no more public distifles
2011-08-01 korean/linuxdoc-sgml: Look like an abandonware, no more public distifles
2011-08-01 korean/mod_url: Look like an abandonware, no more public distifles
2011-08-01 korean/nh2ps: Look like an abandonware, no more public distifles
2011-08-01 korean/pinetreefonts: No more public distfile
2011-08-01 mail/bincimap: No more public distfile
2011-08-01 mail/cmail: No more public distfile
2011-08-01 math/hexcalc: Look like an abandonware, no more public distifles
2011-08-01 math/qgfe: Look like an abandonware, no more public distifles
2011-08-01 misc/ewipe: Look like an abandonware, no more public distifles
2011-08-01 misc/gkrellmfmonitor2: Look like an abandonware, no more public distifles
2011-08-01 misc/gkx86info: Look like an abandonware, no more public distifles
2011-08-01 multimedia/goggles: Abandonware, see: http://www.fifthplanet.net/2010/01/dead-projects-goggles-dvd-player.html
2011-08-01 multimedia/ldvd: Abandonware
2011-08-01 multimedia/linux-divx4linux: No more needed
2011-08-01 multimedia/linux-divx4linux4: No more needed
2011-08-01 multimedia/ogle: Abandonware
2011-08-01 multimedia/ogle-gui: Abandonware
2011-08-01 multimedia/okle: Abandonware
2011-08-01 multimedia/subconv: Look like an abandonware, no more public distifles
2011-08-01 net/callgen323: Look like an abandonware, no more public distifles
2011-08-01 net/lyntin: No longer under active development
2011-08-01 net/py-rt: No more public distfiles, looks like an abandonware
2011-08-01 net/rwhoisd: Looks like an abandonware, no more public distfiles
2011-08-01 net/traffic: Looks like an abandonware, no more public distfiles
2011-07-23 net-im/gnomeicu: No longer maintain by upstream, use net-im/empathy instead
2011-08-01 net-mgmt/trafd: Look like an abandonware, no more public distifles
2011-08-01 net-p2p/gkrellm-gift: Look like an abandonware, no more public distifles
2011-08-01 news/bgrab: Looks like an abandonware, no more public distfiles
2011-08-01 news/rkive: Looks like an abandonware, no more public distfiles
2011-08-01 polish/sap: Looks like an abandonware, no more public distfiles
2011-08-01 print/nenscript: Looks like an abandonware, no more public distfiles
Notes
Notes:
svn path=/head/; revision=278683
Diffstat (limited to 'korean/linuxdoc-sgml/files/patch-ab')
-rw-r--r-- | korean/linuxdoc-sgml/files/patch-ab | 120 |
1 files changed, 0 insertions, 120 deletions
diff --git a/korean/linuxdoc-sgml/files/patch-ab b/korean/linuxdoc-sgml/files/patch-ab deleted file mode 100644 index a92266e649d2..000000000000 --- a/korean/linuxdoc-sgml/files/patch-ab +++ /dev/null @@ -1,120 +0,0 @@ -*** html-fix/html2html.l.orig Mon Feb 26 13:13:21 1996 ---- html-fix/html2html.l Fri May 24 02:18:11 2002 -*************** -*** 59,71 **** - - %{ - -! #include <malloc.h> - #include <stdio.h> - #include <string.h> - - /* #define DEBUG */ - -! FILE *out = stdout; - - char *html_extension = "html"; /* Use Unix style ".html" by default */ - ---- 59,71 ---- - - %{ - -! #include <stdlib.h> - #include <stdio.h> - #include <string.h> - - /* #define DEBUG */ - -! FILE *out; - - char *html_extension = "html"; /* Use Unix style ".html" by default */ - -*************** -*** 767,776 **** - - %% - -! void - main( int argc, unsigned char **argv ) - { - int i; - - strcpy( firstname, "$$" ); - language[0]='\0'; ---- 767,778 ---- - - %% - -! int - main( int argc, unsigned char **argv ) - { - int i; -+ -+ out = stdout; - - strcpy( firstname, "$$" ); - language[0]='\0'; -*** rtf-fix/rtf2rtf.l.orig Tue Jan 16 21:46:56 1996 ---- rtf-fix/rtf2rtf.l Fri May 24 02:19:01 2002 -*************** -*** 20,26 **** - - %{ - -! #include <malloc.h> - #include <stdio.h> - #include <string.h> - ---- 20,26 ---- - - %{ - -! #include <stdlib.h> - #include <stdio.h> - #include <string.h> - -*************** -*** 51,58 **** - int section_id = 0; /* used for TOC hyperlinks */ - int in_appendix = 0; - -! FILE *out = stdout; -! FILE *idx_fp = stdout; - - char buf[2048], sectname[256], labeltxt[256]; - char firstname[256], outname[256]; ---- 51,58 ---- - int section_id = 0; /* used for TOC hyperlinks */ - int in_appendix = 0; - -! FILE *out; -! FILE *idx_fp; - - char buf[2048], sectname[256], labeltxt[256]; - char firstname[256], outname[256]; -*************** -*** 379,388 **** - - %% - -! void - main( int argc, char **argv ) - { - int i; - - strcpy( firstname, "RTF" ); - ---- 379,391 ---- - - %% - -! int - main( int argc, char **argv ) - { - int i; -+ -+ out = stdout; -+ idx_fp = stdout; - - strcpy( firstname, "RTF" ); - |