From owner-freebsd-questions@FreeBSD.ORG Tue Dec 4 09:59:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53BC116A468 for ; Tue, 4 Dec 2007 09:59:27 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id B3ECA13C45D for ; Tue, 4 Dec 2007 09:59:26 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id lB49xOC7056855 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Dec 2007 16:59:24 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id lB49xO7X017624; Tue, 4 Dec 2007 16:59:24 +0700 (ICT) Date: Tue, 4 Dec 2007 16:59:24 +0700 (ICT) Message-Id: <200712040959.lB49xO7X017624@banyan.cs.ait.ac.th> From: Olivier Nicole To: aryeh.friedman@gmail.com, freebsd-questions@freebsd.org In-reply-to: <47541063.4010101@gmail.com> References: <47541063.4010101@gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: Subject: Re: [RFC/P] Port System Re-Engineering (Repost from -ports@) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 09:59:27 -0000 > As has been hashed out in -ports@ over the last few days there is at > least a need to examine weither or not the current ports system should > remain as is or potentially be re-engineered in the future (estimates > if and when needed vary from ASAP to 10-15 years). I have > volunteered to undertake a feasibility/pilot project to examine what > changes (if any) are needed in the system (for the purposes of this > thread I will not venture any of my own suggestions). I have the > following broad questions for people: > > 1. What is more important to your personal use of FreeBSD (the ports > system, the underlaying OS, some other aspect)? OS first and ports second, I came using the ports after few years building from source. > 2. How frequently do you interact with the ports systems and what is > the most common interaction you have with it? Weekly? Installing and upgrading when needed. It really depends on the machine too. > 3. What is the single best aspect of the current system? It is very consistent regarding the installation hierarchy. It may be different from the default used by one very product (example Apache under /usr/local/apache by default, but in /usr/local/etc/apache in FreeBSD), but it is consistent inside FreeBSD. > 4. What is the single worst aspect of the current system? Some problem of compatibility in dependencies when the system has 1000+ ports. > 5. If you where a new FreeBSD user how would your answers above > change? If you where brand new to UNIX how whould they change? Dunno, I am not new :) > 6. Assuming that there was no additional work on your behalf would you > use a new system if it corrected your answer to number 4? Yes. > 7. Same as question 6 but for your answer on question 3? ??? > 8. How long have you used FreeBSD and/or UNIX in general? Unix: 15+ years, FreeBSD: hummm, 8 years? > 9. That is your primary use(s) for your FreeBSD machine(s) (name upto 3)? Production servers for every thing (web, mail, file, DNS...) > 10. Assuming there is no functional difference what is your preferred > installation method for 3rd party software? portinstall or sudo make. When there are problem of compatibility I always end up doing the install manually. > 11. On a scale from 1 to 10 (10 being the best) please rate the > importance of the following aspects of the ports system? > > a. User Interface 3 > b. Consistency of behaviors and interactions 9 > c. Accuracy in dependant port installations 10 > d. Internal record keeping 9 > e. Granularity's of the port management system 8 > 12. Please rate your personal technical skill level? Medium to high. Bests, Olivier