Date: Thu, 7 Oct 1999 21:26:13 -0400 (EDT) From: Will Andrews <andrews@technologist.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/14199: new port: www/w3m Message-ID: <199910080126.VAA84556@shadow.blackdawn.com>
next in thread | raw e-mail | index | archive | help
>Number: 14199 >Category: ports >Synopsis: new port: www/w3m >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: Thu Oct 7 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-STABLE FreeBSD 3.3-STABLE #0: Mon Oct 4 19:40:23 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: w3m is a nifty lynx-like text-only web browser. fun! I've done my best to make sure that it will compile under all circumstances on FreeBSD. I even tested the mouse feature.. kewl ;-) As for the interactive stuff, I think I will fix that later by patching the configure script to take arguments so the user won't have to work with the configure script.. >How-To-Repeat: Use the shar below to import the w3m port to the ports tree. >Fix: # 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/pkg # w3m/pkg/PLIST # w3m/pkg/DESCR # w3m/pkg/COMMENT # w3m/files # w3m/files/md5 # w3m/Makefile # echo c - w3m mkdir -p w3m > /dev/null 2>&1 echo c - w3m/pkg mkdir -p w3m/pkg > /dev/null 2>&1 echo x - w3m/pkg/PLIST sed 's/^X//' >w3m/pkg/PLIST << 'END-of-w3m/pkg/PLIST' Xbin/w3m Xshare/w3m/w3mhelp_en.html Xshare/w3m/w3mhelp_ja.html Xshare/w3m/w3mhelp-lynx_en.html Xshare/w3m/w3mhelp-lynx_ja.html Xshare/w3m/w3mhelp.html END-of-w3m/pkg/PLIST echo x - w3m/pkg/DESCR sed 's/^X//' >w3m/pkg/DESCR << 'END-of-w3m/pkg/DESCR' XGreat Lynx-like text-only web browser here. It supports Xcolor, mouse (in xterm etc.), and has several other nifty Xfeatures. X XSee the webpage for more information. X XWWW: http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/ XAuthor: Akinori Ito <aito@ei5sun.yz.yamagata-u.ac.jp> X X- Will <andrews@technologist.com> END-of-w3m/pkg/DESCR echo x - w3m/pkg/COMMENT sed 's/^X//' >w3m/pkg/COMMENT << 'END-of-w3m/pkg/COMMENT' XLynx-like text-only web browser. END-of-w3m/pkg/COMMENT 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-990928.tar.gz) = c1a2c8af0be16bb8b2b159461a6d7979 END-of-w3m/files/md5 echo x - w3m/Makefile sed 's/^X//' >w3m/Makefile << 'END-of-w3m/Makefile' X# New ports collection makefile for: w3m X# Version required: beta-990928 X# Date created: 07 Oct 1999 X# Whom: Will Andrews <andrews@technologist.com> X# X# $FreeBSD$ X# X XDISTNAME= w3m-990928 XPKGNAME= w3m-1.0 XCATEGORIES= www XMASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/ \ X ftp://ftp.firedrake.org/w3m/ X XMAINTAINER= andrews@technologist.com X XWRKSRC= ${WRKDIR}/w3m XHAS_CONFIGURE= YES XIS_INTERACTIVE= YES XCONFIGURE_ENV= "pref_lang=2" "def_bindir=${PREFIX}/bin" \ X "def_helpdir=${PREFIX}/share/w3m" X Xpre-configure: X @${ECHO} X @${ECHO} "In this port, there is an interactive configure" X @${ECHO} "script. The defaults should work fine for you in" X @${ECHO} "most cases. (i.e., just press enter for most of the" X @${ECHO} "questions..)" X @${ECHO} X X.include <bsd.port.mk> END-of-w3m/Makefile exit >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?199910080126.VAA84556>