head	1.11;
access;
symbols
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.6
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.4
	v990928:1.1.1.1
	NOBUTAKA:1.1.1;
locks; strict;
comment	@# @;


1.11
date	2001.10.11.12.24.04;	author ijliao;	state dead;
branches;
next	1.10;

1.10
date	2001.08.27.23.45.07;	author sf;	state Exp;
branches;
next	1.9;

1.9
date	2001.07.21.18.21.56;	author sf;	state Exp;
branches;
next	1.8;

1.8
date	2001.03.26.02.26.14;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2000.07.08.07.52.16;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2000.04.22.02.50.41;	author will;	state Exp;
branches;
next	1.5;

1.5
date	2000.01.30.16.23.53;	author imura;	state Exp;
branches;
next	1.4;

1.4
date	99.12.07.16.41.52;	author sumikawa;	state Exp;
branches;
next	1.3;

1.3
date	99.11.14.02.01.59;	author steve;	state Exp;
branches;
next	1.2;

1.2
date	99.10.11.19.00.29;	author sada;	state Exp;
branches;
next	1.1;

1.1
date	99.10.08.15.32.48;	author sada;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.10.08.15.32.48;	author sada;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Update to 0.2.1-inu-1.4 and www/w3m-img port to 0.2.1-inu-1.4-img-1.11

PR:		31124
Submitted by:	MAINTAINER
@
text
@--- config.h.orig	Fri Mar 23 11:49:44 2001
+++ config.h	Mon Aug 27 15:16:50 2001
@@@@ -20,3 +20,3 @@@@
 */
-#undef USE_MARK
+#define USE_MARK
 
@@@@ -36,3 +36,3 @@@@
  */
-#undef VIEW_UNSEENOBJECTS
+#define VIEW_UNSEENOBJECTS
 
@@@@ -51,3 +51,3 @@@@
  */
-#undef USE_GOPHER
+#define USE_GOPHER
 
@@@@ -86,3 +86,3 @@@@
  */
-#undef EMACS_LIKE_LINEEDIT
+#define EMACS_LIKE_LINEEDIT
 
@@@@ -96,11 +96,10 @@@@
 
-BIN_DIR = /usr/local/bin
-HELP_DIR = /usr/local/lib/w3m
-LIB_DIR = /usr/local/lib/w3m
+PREFIX = %%PREFIX%%
+BIN_DIR = %%PREFIX%%/bin
+HELP_DIR = %%PREFIX%%/share/doc/w3m
+HELP_DIR_JA = %%PREFIX%%/share/doc/ja/w3m
+LIB_DIR = %%PREFIX%%/libexec/w3m
 HELP_FILE = w3mhelp-w3m_ja.html
-SYS_LIBRARIES = -lgpm  -lbsd -lnsl -ltermcap  -L/usr/local/ssl/lib -lssl -lcrypto 
+SYS_LIBRARIES = -lncurses
 LOCAL_LIBRARIES = 
-CC = gcc
-MYCFLAGS = -g -Wall -I./gc/include  -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
-GCCFLAGS = -g -Wall -I./gc/include -DATOMIC_UNCOLLECTABLE -DNO_EXECUTE_PERMISSION -DALL_INTERIOR_POINTERS -DSILENT -DNO_DEBUGGING #-DNO_SIGNALS
 KEYBIND_SRC = keybind.c
@@@@ -109,4 +108,2 @@@@
 MATHLIB=-lm
-GCLIB=gc/gc.a
-GCTARGET=gc/gc.a
 RANLIB=ranlib
@@@@ -122,12 +119,19 @@@@
 #define EN 1
+#undef JAPANESE
+#ifdef JAPANESE
 #define LANG JA
 #define KANJI_SYMBOLS
+#else
+#define LANG EN
+#undef KANJI_SYMBOLS
+#endif
+
 #define COLOR
 #define MOUSE
-#define USE_GPM
-#undef USE_SYSMOUSE
+#undef USE_GPM
+#define USE_SYSMOUSE
 #define MENU
 #define USE_COOKIE
-#define USE_SSL
-#define USE_SSL_VERIFY
+#undef USE_SSL
+#undef USE_SSL_VERIFY
 #define FTPPASS_HOSTNAMEGEN
@@@@ -135,9 +139,15 @@@@
 
-#define DEF_EDITOR "/bin/vi"
-#define DEF_MAILER "/bin/mail"
-#define DEF_EXT_BROWSER "/usr/X11R6/bin/netscape"
-
-#define LIB_DIR      "/usr/local/lib/w3m"
-#define HELP_DIR     "/usr/local/lib/w3m"
-#define HELP_FILE    "w3mhelp.html"
+#define DEF_EDITOR "/usr/bin/vi"
+#define DEF_MAILER "/usr/bin/mail"
+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape"
+
+#define IMGSIZE "w3mimgsize"
+#define IMGDISPLAY "w3mimgdisplay"
+
+#define LIB_DIR      "%%PREFIX%%/libexec/w3m"
+#ifdef JAPANESE
+#define HELP_FILE    "%%PREFIX%%/share/doc/ja/w3m/w3mhelp-w3m_ja.html"
+#else
+#define HELP_FILE    "%%PREFIX%%/share/doc/w3m/w3mhelp-w3m_en.html"
+#endif
 #define W3MCONFIG    "w3mconfig"
@


1.10
log
@o rename w3m-image -> w3m-img after repository copy by the author's request.
o update w3m-img to 1.10.
o make PORTREVISION overridable from slave ports.
o change PORTVERSION style for w3m-img. (suggedted by knu)

PR:		29226
Submitted by:	maintainer
@
text
@@


1.9
log
@o add w3m-image, w3m with Imlib-based inline image browsing capability.
o remove w3m-ssl, w3m has SSL support by default now.

PR:		28996, 28997, 28998
Submitted by:	maintainer
@
text
@d1 3
a3 5
--- config.h.orig	Mon Jul 16 11:23:48 2001
+++ config.h	Mon Jul 16 11:24:21 2001
@@@@ -18,7 +18,7 @@@@
    goto-next-mark (ESC p), goto-next-mark (ESC n) and
    mark-by-regexp (").
d8 1
a8 5
 /*
    If you want to load and save URL history.
@@@@ -34,7 +34,7 @@@@
    VIEW_UNSEENOBJECTS enables w3m to make a link to unseen objects.
    e.g. background image.
d13 1
a13 5
 /*
    VI_PREC_NUM enables vi-like behavior for '2 SPC' or '2 b'
@@@@ -49,7 +49,7 @@@@
 /*
  * Support Gopher protocol
d18 1
a18 5
 /*
  * Support NNTP
@@@@ -84,7 +84,7 @@@@
 /*
  * Use Emacs-like key binding for file name completion
d23 1
a23 5
 /*
  * Remove line trailing spaces in html buffer.
@@@@ -94,21 +94,16 @@@@
 /**********************************************************/
 #ifdef makefile_parameter
d28 1
a28 2
-HELP_FILE = w3mhelp-w3m_ja.html
-SYS_LIBRARIES = -lgpm  -lbsd -lnsl -ltermcap  -L/usr/local/ssl/lib -lssl -lcrypto 
d33 2
d41 1
a41 2
 KEYBIND_OBJ = keybind.o
 EXT=
d46 1
a46 5
 MKDIR=mkdir -p
 VERSION=0.2.1
@@@@ -120,26 +115,39 @@@@
 
 #define JA 0
d70 1
a70 1
 #define SHOW_PARAMS
a92 2
 
 #define RC_DIR       "~/.w3m/"
@


1.8
log
@Update to 0.2.1.

Submitted by:	nobutaka@@nobutaka.com (maintainer)
PR:		ports/26040
@
text
@d1 2
a2 2
--- config.h.orig	Fri Mar 23 11:49:44 2001
+++ config.h	Fri Mar 23 15:20:22 2001
d66 1
a66 1
@@@@ -120,26 +115,36 @@@@
d104 3
@


1.7
log
@Update to 0.1.11-pre.

PR:		ports/19779
Submitted by:	Maintainer
@
text
@d1 39
a39 3
--- config.h.orig	Wed Jun 14 19:49:48 2000
+++ config.h	Fri Jul  7 18:59:48 2000
@@@@ -69,20 +69,16 @@@@
d47 1
a47 1
-SYS_LIBRARIES = -lgpm  -lbsd -lnsl -lncurses  -L/usr/local/ssl/lib -lssl -lcrypto 
d55 2
a56 1
-MYCFLAGS = -O -I./gc  -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
d65 2
a66 2
 VERSION=0.1.11-pre
@@@@ -94,26 +90,34 @@@@
d76 1
d78 1
d88 1
d90 3
a92 3
 #undef USE_SSL_VERIFY
 #undef FTPPASS_HOSTNAMEGEN
 #undef SHOW_PARAMS
d97 4
d104 1
a104 4
 
-#define LIB_DIR      "/usr/local/lib/w3m"
-#define HELP_DIR     "/usr/local/lib/w3m"
-#define HELP_FILE    "w3mhelp.html"
@


1.6
log
@Update w3m to 0.1.9.

PR:		18149
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- config.h.orig	Fri Apr 21 12:37:50 2000
+++ config.h	Sat Apr 22 06:22:36 2000
@@@@ -64,20 +64,16 @@@@
d11 1
a11 1
-SYS_LIBRARIES = -lgpm  -lbsd -lnsl -lncurses  -L/usr/local/ssl/lib -lssl -lcrypto
d28 2
a29 2
 VERSION=0.1.9
@@@@ -89,26 +85,34 @@@@
a48 1
-#define USE_SSL_VERIFY
d50 1
a50 1
+#undef USE_SSL_VERIFY
d52 1
a52 1
 
d57 4
a60 1
-
a63 4
+#define DEF_EDITOR "/usr/bin/vi"
+#define DEF_MAILER "/usr/bin/mail"
+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape"
+
@


1.5
log
@Update to version 0.1.7.

PR:		16448
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- config.h.orig	Fri Jan 28 09:48:51 2000
+++ config.h	Fri Jan 28 18:53:34 2000
@@@@ -59,19 +59,16 @@@@
d10 2
a11 2
-HELP_FILE = w3mhelp_ja.html
-SYS_LIBRARIES = -lgpm  -lbsd -lncurses  -L/usr/local/ssl/lib -lssl -lcrypto
a15 1
+HELP_FILE = w3mhelp_en.html
d19 1
a19 1
-MYCFLAGS = -g -I./gc  -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include
d23 1
d28 2
a29 2
 #else
@@@@ -81,23 +78,31 @@@@
d49 1
d51 2
d54 2
a55 1
 #define DEF_EDITOR "/usr/bin/vi"
d57 2
a58 4
-#define DEF_EXT_BROWSER "/usr/local/bin/netscape"
+#define DEF_MAILER "/usr/bin/mail"
+#define DEF_EXT_BROWSER "%%PREFIX%%/bin/netscape"
 
d62 4
d68 1
a68 1
+#define HELP_FILE    "%%PREFIX%%/share/doc/ja/w3m/w3mhelp_ja.html"
d70 1
a70 1
+#define HELP_FILE    "%%PREFIX%%/share/doc/w3m/w3mhelp_en.html"
@


1.4
log
@Upgrade to 991203.

PR:		15283
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- config.h.orig	Thu Dec  2 13:12:36 1999
+++ config.h	Mon Dec  6 03:21:06 1999
@@@@ -49,18 +49,20 @@@@
d9 1
d11 1
a11 1
-SYS_LIBRARIES = -lgpm  -lbsd -lncurses 
a12 1
+LIB_DIR = %%PREFIX%%/libexec/w3m
d15 1
d20 1
a20 3
-MYCFLAGS = -g -I./gc
+#CC = gcc
+#MYCFLAGS = -g -I./gc
d26 2
a27 2
+#GCLIB=gc/gc.a
+#GCTARGET=gc/gc.a
d29 1
a29 3
 
 
@@@@ -68,21 +70,30 @@@@
d43 1
d45 1
d48 2
a49 1
 #undef USE_SSL
d51 1
a51 1
-#define DEF_EDITOR "/bin/vi"
a53 1
+#define DEF_EDITOR "/usr/bin/vi"
d58 1
@


1.3
log
@Update to version 991028-2.

PR:		14691
Submitted by:	maintainer
@
text
@d1 3
a3 3
--- config.h.orig	Wed Oct 27 07:04:00 1999
+++ config.h	Tue Nov  2 17:14:55 1999
@@@@ -28,18 +28,19 @@@@
d10 1
a10 1
-SYS_LIBRARIES =  -lbsd -lnsl -lncurses 
d12 1
d16 1
a16 1
+SYS_LIBRARIES =  -ltermcap
d19 1
a19 1
-MYCFLAGS = -g -I./gc  
d21 1
a21 1
+#MYCFLAGS = -g -I./gc  
d32 1
a32 1
@@@@ -47,19 +48,28 @@@@
d44 3
a46 2
-#undef MOUSE
+#define MOUSE
d48 1
a48 2
-#undef USE_COOKIE
+#define USE_COOKIE
d53 1
a53 3
-#define DEF_EXT_BROWSER "/usr/bin/lynx"
-#define LIB_DIR "/usr/local/lib/w3m"
-#define HELP_FILE "/usr/local/lib/w3m/w3mhelp.html"
d57 4
a60 1
+#define LIB_DIR "%%PREFIX%%/lib/w3m"
d62 1
a62 1
+#define HELP_FILE "%%PREFIX%%/share/doc/ja/w3m/w3mhelp_ja.html"
d64 1
a64 1
+#define HELP_FILE "%%PREFIX%%/share/doc/w3m/w3mhelp_en.html"
d66 3
a68 3
 #define BOOKMARK "~/.w3m/bookmark.html"
 #define KEYMAP_FILE  "~/.w3m/keymap"
 #define MENU_FILE    "~/.w3m/menu"
@


1.2
log
@Enable user's CFLAGS and CC environments.

Submitted by:	Christian Weisgerber and the maintainer
@
text
@d1 3
a3 3
--- config.h.orig	Tue Sep 28 03:58:56 1999
+++ config.h	Mon Oct 11 17:35:48 1999
@@@@ -28,13 +28,13 @@@@
d8 1
a8 1
-HELP_DIR = /usr/local/lib
d10 1
a10 1
-SYS_LIBRARIES =  -lbsd -lnsl -ltermcap
d13 1
d18 1
a18 1
-MYCFLAGS = -g -I./gc 
d20 1
a20 1
+MYCFLAGS = -I./gc 
d24 9
a32 1
@@@@ -48,15 +48,19 @@@@
d35 2
d38 4
a41 1
-#define KANJI_SYMBOLS
d43 2
a44 2
-#define MOUSE
+#undef MOUSE
d46 3
a48 5
+#undef JAPANESE_MSG
+
+#ifdef JAPANESE_MSG
+#define KANJI_SYMBOLS
+#endif
d53 2
a54 1
-#define HELP_FILE "/usr/local/lib/w3mhelp.html"
d57 7
a63 2
+#define DEF_EXT_BROWSER "%%LOCALBASE%%/bin/netscape"
+#define HELP_FILE "%%LOCALBASE%%/share/doc/w3m/w3mhelp.html"
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- config.h.orig	Tue Sep 28 10:58:56 1999
+++ config.h	Fri Oct  8 02:26:28 1999
d16 1
a16 1
 CC = gcc
d18 1
@


1.1.1.1
log
@W3M is a text based http user agent.
It is alike Lynx but could represent table elements.

Submitted by:	MANTANI Nobutaka <nobutaka@@nobutaka.com>
@
text
@@
