Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 17:05:37 +0100 (CET)
From:      dirk@modus-operandi.cx
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15417: New port
Message-ID:  <199912111605.RAA19153@titan.modus-operandi.cx>

next in thread | raw e-mail | index | archive | help

>Number:         15417
>Category:       ports
>Synopsis:       New port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 11 08:10:02 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Kemper
>Release:        FreeBSD 3.3-RELEASE i386
>Organization:
modus-operandi
>Environment:

	

>Description:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	w3m
#	w3m/Makefile
#	w3m/files
#	w3m/files/md5
#	w3m/patches
#	w3m/patches/patch-config.h
#	w3m/pkg
#	w3m/pkg/COMMENT
#	w3m/pkg/DESCR
#	w3m/pkg/PLIST
#
echo c - w3m
mkdir -p w3m > /dev/null 2>&1
echo x - w3m/Makefile
sed 's/^X//' >w3m/Makefile << 'END-of-w3m/Makefile'
X# New ports collection makefile for:  w3m 
X# Version required:    991203
X# Date created:        11 December 1999
X# Whom:                Dirk Kemper <dirk@modus-operandi.cx>
X#
X# $FreeBSD$
X#
X
XDISTNAME=	w3m-991203
XPKGNAME=	w3m-991203
XCATEGORIES=	www
XMASTER_SITES=	ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/
X
XMAINTAINER=	dirk@modus-operandi.cx
X
XWRKSRC=		${WRKDIR}/w3m
X
X.include <bsd.port.mk>
END-of-w3m/Makefile
echo c - w3m/files
mkdir -p w3m/files > /dev/null 2>&1
echo x - w3m/files/md5
sed 's/^X//' >w3m/files/md5 << 'END-of-w3m/files/md5'
XMD5 (w3m-991203.tar.gz) = 26339b5854d53ac185cf7904fa903c18
END-of-w3m/files/md5
echo c - w3m/patches
mkdir -p w3m/patches > /dev/null 2>&1
echo x - w3m/patches/patch-config.h
sed 's/^X//' >w3m/patches/patch-config.h << 'END-of-w3m/patches/patch-config.h'
X*** config.h.old	Sat Dec 11 15:56:02 1999
X--- config.h	Sat Dec 11 15:56:21 1999
X***************
X*** 51,85 ****
X  
X  BIN_DIR = /usr/local/bin
X  HELP_DIR = /usr/local/lib/w3m
X! HELP_FILE = w3mhelp_ja.html
X! SYS_LIBRARIES = -lgpm  -lbsd -lncurses 
X  LOCAL_LIBRARIES = 
X  CC = gcc
X! MYCFLAGS = -g -I./gc
X! KEYBIND_SRC = keybind.c
X! KEYBIND_OBJ = keybind.o
X  EXT=
X  GCLIB=gc/gc.a
X  GCTARGET=gc/gc.a
X  #else
X  
X  
X! #define DISPLAY_CODE 'E'
X  
X  #define JA 0
X  #define EN 1
X! #define LANG JA
X! #define KANJI_SYMBOLS
X  #define COLOR
X  #define MOUSE
X! #define USE_GPM
X  #define MENU
X  #define USE_COOKIE
X  #undef USE_SSL
X  
X! #define DEF_EDITOR "/bin/vi"
X! #define DEF_MAILER "/bin/mail"
X! #define DEF_EXT_BROWSER "/usr/local/bin/netscape"
X  
X  #define LIB_DIR      "/usr/local/lib/w3m"
X  #define HELP_FILE    "w3mhelp.html"
X--- 51,85 ----
X  
X  BIN_DIR = /usr/local/bin
X  HELP_DIR = /usr/local/lib/w3m
X! HELP_FILE = w3mhelp-lynx_en.html
X! SYS_LIBRARIES =   -lncurses 
X  LOCAL_LIBRARIES = 
X  CC = gcc
X! MYCFLAGS = -O -I./gc  
X! KEYBIND_SRC = keybind_lynx.c
X! KEYBIND_OBJ = keybind_lynx.o
X  EXT=
X  GCLIB=gc/gc.a
X  GCTARGET=gc/gc.a
X  #else
X  
X  
X! #define DISPLAY_CODE 'x'
X  
X  #define JA 0
X  #define EN 1
X! #define LANG EN
X! #undef KANJI_SYMBOLS
X  #define COLOR
X  #define MOUSE
X! 
X  #define MENU
X  #define USE_COOKIE
X  #undef USE_SSL
X  
X! #define DEF_EDITOR "/usr/bin/vi"
X! #define DEF_MAILER "/usr/bin/mail"
X! #define DEF_EXT_BROWSER "/usr/local/bin/lynx"
X  
X  #define LIB_DIR      "/usr/local/lib/w3m"
X  #define HELP_FILE    "w3mhelp.html"
END-of-w3m/patches/patch-config.h
echo c - w3m/pkg
mkdir -p w3m/pkg > /dev/null 2>&1
echo x - w3m/pkg/COMMENT
sed 's/^X//' >w3m/pkg/COMMENT << 'END-of-w3m/pkg/COMMENT'
XAn advanced pager/text-based WWW browser.
END-of-w3m/pkg/COMMENT
echo x - w3m/pkg/DESCR
sed 's/^X//' >w3m/pkg/DESCR << 'END-of-w3m/pkg/DESCR'
XAn advanced pager/text-based WWW browser. It is a similar application to Lynx, 
Xbut it has several features Lynx doesn't have, such as:
X* Table rendering
X* Frame rendering (it converts frames to tables)
X* Coloured output
X* Small binary size
X* Mouse support with GPM
X
XWWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/
X
X-- Dirk Kemper                        dirk@modus-operandi.cx
END-of-w3m/pkg/DESCR
echo x - w3m/pkg/PLIST
sed 's/^X//' >w3m/pkg/PLIST << 'END-of-w3m/pkg/PLIST'
Xbin/w3m
Xlib/w3m/dirlist.cgi
Xlib/w3m/w3mbookmark
Xlib/w3m/w3mhelp_en.html
Xlib/w3m/w3mhelp_ja.html
Xlib/w3m/w3mhelp-lynx_en.html
Xlib/w3m/w3mhelp-lynx_ja.html
Xlib/w3m/w3mhelp.html
X@dirrm lib/w3m
END-of-w3m/pkg/PLIST
exit

>How-To-Repeat:

	

>Fix:
	
	


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912111605.RAA19153>