Revision: 3033 http://gar.svn.sourceforge.net/gar/?rev=3033&view=rev Author: harpchad Date: 2009-02-09 17:48:29 +0000 (Mon, 09 Feb 2009)
Log Message: ----------- Convert to dynamic gspec Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gvim/trunk/files/COPYING Removed Paths: ------------- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/Makefile 2009-02-09 17:48:29 UTC (rev 3033) @@ -13,17 +13,18 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -#DEPENDS = utils/mktemp lib/ncurses +PACKAGES = CSWgvim +CATALOGNAME_CSWgvim = gvim MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/ MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/ -DISTFILES = $(call admfiles,CSWgvim,) -DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2 +DISTFILES = $(GARNAME)-$(DISTVERSION).tar.bz2 DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz DISTFILES += gvim.desktop +DISTFILES += COPYING PATCHFILES = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T)) PATCHFILES += vimtutor.patch Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/checksums 2009-02-09 17:48:29 UTC (rev 3033) @@ -101,9 +101,9 @@ 65e59923311b136306284319521d70d7 download/7.2.101 42e2274c6a3152279720d8623f7916ad download/7.2.102 6619235ca793edf41831be1b1f9f63db download/fix-alignment64-spell.c.diff -3d2b62d6810417d562ed17aaada29868 download/CSWgvim.gspec 47396843634a6e3c05d4f5d6b4bf8a72 download/gvim.desktop 35e04482f07c57221c9a751aaa3b8dac download/vim-7.2-extra.tar.gz d8884786979e0e520c112faf2e176f05 download/vim-7.2-lang.tar.gz f0901284b338e448bfd79ccca0041254 download/vim-7.2.tar.bz2 582717146f6bbd5b73db83a2f62e62a5 download/vimtutor.patch +73612b6658c597ee478abf27a0a89ed5 download/COPYING Added: csw/mgar/pkg/gvim/trunk/files/COPYING =================================================================== --- csw/mgar/pkg/gvim/trunk/files/COPYING (rev 0) +++ csw/mgar/pkg/gvim/trunk/files/COPYING 2009-02-09 17:48:29 UTC (rev 3033) @@ -0,0 +1,78 @@ +VIM LICENSE + +I) There are no restrictions on distributing unmodified copies of Vim except + that they must include this license text. You can also distribute + unmodified parts of Vim, likewise unrestricted except that they must + include this license text. You are also allowed to include executables + that you made from the unmodified Vim sources, plus your own usage + examples and Vim scripts. + +II) It is allowed to distribute a modified (or extended) version of Vim, + including executables and/or source code, when the following four + conditions are met: + 1) This license text must be included unmodified. + 2) The modified Vim must be distributed in one of the following five ways: + a) If you make changes to Vim yourself, you must clearly describe in + the distribution how to contact you. When the maintainer asks you + (in any way) for a copy of the modified Vim you distributed, you + must make your changes, including source code, available to the + maintainer without fee. The maintainer reserves the right to + include your changes in the official version of Vim. What the + maintainer will do with your changes and under what license they + will be distributed is negotiable. If there has been no negotiation + then this license, or a later version, also applies to your changes. + The current maintainer is Bram Moolenaar <b...@vim.org>. If this + changes it will be announced in appropriate places (most likely + vim.sf.net, www.vim.org and/or comp.editors). When it is completely + impossible to contact the maintainer, the obligation to send him + your changes ceases. Once the maintainer has confirmed that he has + received your changes they will not have to be sent again. + b) If you have received a modified Vim that was distributed as + mentioned under a) you are allowed to further distribute it + unmodified, as mentioned at I). If you make additional changes the + text under a) applies to those changes. + c) Provide all the changes, including source code, with every copy of + the modified Vim you distribute. This may be done in the form of a + context diff. You can choose what license to use for new code you + add. The changes and their license must not restrict others from + making their own changes to the official version of Vim. + d) When you have a modified Vim which includes changes as mentioned + under c), you can distribute it without the source code for the + changes if the following three conditions are met: + - The license that applies to the changes permits you to distribute + the changes to the Vim maintainer without fee or restriction, and + permits the Vim maintainer to include the changes in the official + version of Vim without fee or restriction. + - You keep the changes for at least three years after last + distributing the corresponding modified Vim. When the maintainer + or someone who you distributed the modified Vim to asks you (in + any way) for the changes within this period, you must make them + available to him. + - You clearly describe in the distribution how to contact you. This + contact information must remain valid for at least three years + after last distributing the corresponding modified Vim, or as long + as possible. + e) When the GNU General Public License (GPL) applies to the changes, + you can distribute the modified Vim under the GNU GPL version 2 or + any later version. + 3) A message must be added, at least in the output of the ":version" + command and in the intro screen, such that the user of the modified Vim + is able to see that it was modified. When distributing as mentioned + under 2)e) adding the message is only required for as far as this does + not conflict with the license used for the changes. + 4) The contact information as required under 2)a) and 2)d) must not be + removed or changed, except that the person himself can make + corrections. + +III) If you distribute a modified version of Vim, you are encouraged to use + the Vim license for your changes and make them available to the + maintainer, including the source code. The preferred way to do this is + by e-mail or by uploading the files to a server and e-mailing the URL. + If the number of changes is small (e.g., a modified Makefile) e-mailing a + context diff will do. The e-mail address to be used is + <maintai...@vim.org> + +IV) It is not allowed to remove this license from the distribution of the Vim + sources, parts of it or from a modified version. You may use this + license for previous Vim releases instead of the license that they came + with, at your option. Deleted: csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec =================================================================== --- csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:41:13 UTC (rev 3032) +++ csw/mgar/pkg/gvim/trunk/files/CSWgvim.gspec 2009-02-09 17:48:29 UTC (rev 3033) @@ -1,13 +0,0 @@ -%var bitname gvim -%var pkgname CSWgvim -%include url file://%{PKGLIB}/csw_dyndepend.gspec -%copyright -Vim is Charityware. You can use and copy it as much as you like, but you are -encouraged to make a donation to orphans in Uganda. Please read the file -"runtime/doc/uganda.txt" for details (do ":help uganda" inside Vim). - -Summary of the license: There are no restrictions on using or distributing an -unmodified copy of Vim. Parts of Vim may also be distributed, but the license -text must always be included. For modified versions a few restrictions apply. -The license is GPL compatible, you may compile Vim with GPL libraries and -distribute it. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel