X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; q=dns; s= default; b=LtR1RoqhIcLBrPlYnGrx2gJhaDUf5fh8X421HGHLBKiuAd8z1Tbtk mPYs8KgS8nTcwFu7hKZEdQxBMfvtP76MgycgFqPUlXQ9129Trd5jHRy8qNpZL8PD 03uhgNyW4c5eKu0kDzQGF8TaIN9lRs/MMd/3equrGuUC6BhqG553VA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id :content-type:content-transfer-encoding:mime-version; s=default; bh=CaiMAmTFNaP8fU5NHrk4HL6D8YI=; b=wISMFXNsQ+c3efRor9cF7zHooduS jJ7IK7GgT4YUgusnNyKDvoyXUe4At1AlIiMtDAKm9MCM25j/gjjKT8lJJWoDI1Ng sqyD38apA2BnSljPPKHWQB75CF0/IoGgKhSFDTYExLjfpcCbr8Hw4NzP4dZtRL/g IhaaC5Djs0Rwcls= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_MED,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,TW_BG,TW_BX,TW_IB,TW_XX autolearn=ham version=3.3.1 X-IronPortListener: Outbound_SMTP X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkFAOGiilGcKEen/2dsb2JhbABSgwe8boJfehZtB4IhAQQSFRM/EgEIDRUULxMmAQQODRqHaqZImzGOdzGCe2EDjhuPSop8gw+CJw From: "Buchbinder, Barry (NIH/NIAID) [E]" To: "cygwin AT cygwin DOT com" CC: Rick Patterson Subject: RE: Installing VIM installs lots of other stuff Date: Wed, 8 May 2013 19:12:52 +0000 Message-ID: <6CF2FC1279D0844C9357664DC5A08BA20A812F@MLBXV06.nih.gov> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r48JD9XK026209 Rick Patterson sent the following at Tuesday, May 07, 2013 10:09 PM >I am wondering why installing VIm installs so many other things: After >doing a default install of Cygwin, and then not finding VIm, I added VIM >to the install as well, but found it greatly increased my Cygwin install >as follows. > >Dependencies listed to be installed: > >crypt >libdb4.5 >libgbdm4 >libopenssl100 >libssp0 >perl >vim-common >xxl > >After vi install: 439 M, 19349 files, 1941 folders >Before vi install: 275 M, 11602 files, 921 folders > Change to get vim: 164 M, 7747 files, 1020 folders >%Change to get vim: +60%M, 66.7% files, +110% folders > >So, my Cygwin gets 60% bigger just to install VIm? Evidently. ;-> You need to look recursively at the '^requires: ' line of setup.ini. Vim: alternatives bash libiconv2 libintl8 libncursesw10 vim-common => vim-common: bash gawk perl xxd => perl: libssp0 libgcc1 libgdbm4 libdb4.5 crypt libbz2_1 perl_vendor _autorebase => perl_vendor: perl libssp0 libgcc1 libbz2_1 zlib0 libopenssl100 libncurses10 libreadline7 libncursesw10 libxml2 libiconv2 libexpat1 _autorebase Etc. Doing a complete analysis is left as an exercise for [ the reader | insomniacs | the masochistic ]. (That's why we let setup do it.) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple