From owner-cvs-usrbin Mon Dec 30 12:06:29 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA15259 for cvs-usrbin-outgoing; Mon, 30 Dec 1996 12:06:29 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA15252; Mon, 30 Dec 1996 12:06:20 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.4/8.6.9) with ESMTP id MAA15615; Mon, 30 Dec 1996 12:06:03 -0800 (PST) To: Peter Wemm cc: Peter Wemm , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/vi Makefile In-reply-to: Your message of "Mon, 30 Dec 1996 17:38:30 +0800." <199612300938.RAA02449@spinner.DIALix.COM> Date: Mon, 30 Dec 1996 12:06:03 -0800 Message-ID: <15611.851976363@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > BTW, the tcl stuff seems to be accessed with ":tcl source ", but > unlike the perl extension it doesn't seem to search it's /usr/share/vi/tcl > directory by default, I don't know why. (I don't know tcl at all, it > kinda annoys me that we have tcl in the tree and and can use it with vi, > but we don't have perl5) I was just going to comment that perhaps its time to throw out perl4 and adopt perl5 in our main tree. Yes, I know it's 3 times larger, but this way we would at least be supporting the version of perl that everyone seems to be migrating to, we could get rid of the perl5 port, and we could also start using and supporting some of perl5's optional packages. I think it's worth the bloat if we're going to be supporting perl as a standard component at all. Jordan