From owner-freebsd-ports Thu Oct 7 18:30: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1733314D08 for ; Thu, 7 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA81468; Thu, 7 Oct 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id CEE2E14BD5 for ; Thu, 7 Oct 1999 18:26:18 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@FreeBSD.ORG id 11ZOnY-0003aG-00; Thu, 7 Oct 1999 18:26:17 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id VAA84556; Thu, 7 Oct 1999 21:26:13 -0400 (EDT) (envelope-from will) Message-Id: <199910080126.VAA84556@shadow.blackdawn.com> Date: Thu, 7 Oct 1999 21:26:13 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/14199: new port: www/w3m Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 X X- Will 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 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 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