debian/0000750000000000000000000000000011744266501007167 5ustar debian/cream.manpages0000640000000000000000000000001711744262352011772 0ustar debian/cream.1 debian/cream-user.vim0000640000000000000000000000007111744262352011746 0ustar " System-wide settings for cream " "let g:cream_dev = 1 debian/patches/0000750000000000000000000000000011744265000010607 5ustar debian/patches/01_docs-html-css.patch0000640000000000000000000003177211744265000014623 0ustar Description: PHP-free stylesheet for HTML docs The supplied stylesheet (docs-html/css.php) contains PHP code. This patch adds a PHP-free version (docs-html/style.css) and updates the references in all HTML files. Author: Jeroen Schot Last-Update: 2012-04-02 --- cream-0.43.orig/docs-html/keyboardshortcuts.html +++ cream-0.43/docs-html/keyboardshortcuts.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- /dev/null +++ cream-0.43/docs-html/style.css @@ -0,0 +1,326 @@ + +/* Common {{{1 +*/ + +BODY { + font-family: "Arial", "Helvetica", sans-serif; + background-color: #eee; + color: #fff; + margin: 0; + padding: 0; + padding-top: 20px; + font-size: small; +} + +P,BR { + font-size: small; +} + +TD { + vertical-align: top; + font-size: small; +} + +LI { + font-size: small; + margin-left: 0; +} + +UL, OL { + padding-left: 1em; +} + +TT, PRE { + font-family: "Andale Mono", "Courier New", "Courier", monospace; + font-size: small; +} + +CODE { + font-family: "Andale Mono", "Courier New", "Courier", monospace; + /*background-color: #f0f9fc;*/ + white-space: nowrap; + font-size: small; +} + +DIV { + font-size: small; +} + +FORM, INPUT, BUTTON { + margin-top: 0; + margin-bottom: 0; + height: 1.8em; +} + +BLOCKQUOTE { + margin-left: 1em; + font-size: small; +} + +HR { + height: 1px; + margin-top: 0; + margin-bottom: 0; + border-top: 0px; /* Mozilla work-around to eliminate "groove" */ +} +IMG {border: 0;} + +A:link {color: #fff; text-decoration: underline; font-weight:normal;} +A:visited {color: #fff; text-decoration: underline; font-weight:normal;} +A:hover {color: #fff; text-decoration: none; font-weight:normal;} +A:active {color: #fff; text-decoration: none; font-weight:normal;} + +H1 { + font-family: "Verdana", "DejaVu Sans", "Arial Bold", "Arial", "Helvetica", sans-serif; + font-weight: bold; + font-size: large; + vertical-align: top; + margin-top: 0; + color: #234; +} +H2 { + font-weight: bolder; + font-style: italic; + font-size: 140%; + margin-top: 0; + padding-top: 0; +} +H3 { + font-weight: bold; + font-size: 130%; + margin-top: 1.1em; +} +H4 { + font-weight: bold; + font-style: italic; + font-size: 120%; + margin-top: 2em; + margin-bottom: 0; +} +H5 { + font-size: 110%; + font-weight: bold; + font-style: italic; + margin-top: 0em; + margin-bottom: 0; +} +H6 { + font-size: 110%; + font-weight: normal; + font-style: italic; + margin-left: 0.8em; + margin-top: 1.3em; + margin-bottom: 0; +} + +/* Custom {{{1 +*/ + +.main { + border: 2px solid #e6e6e6; + background-color: #fff; + width: 740; + min-height: 550px; + padding: 18px; + padding-bottom: 5px; + padding-top: 10px; +} + +/* header */ +.header { + height: 28px; + margin: 0px; + padding: 5px; + width: 100%; +} +.title { + float: left; + padding-left: 0; +} + +.logo { + vertical-align: middle; + font-family: "Verdana", "DejaVu Sans", "Arial Bold", sans-serif; + font-size: large; + font-weight: bold; + letter-spacing: 0.2em; + padding: 5px; +} +.logo:link { background-color: transparent; color: #234; text-decoration: none;} +.logo:visited { background-color: transparent; color: #234; text-decoration: none;} +.logo:hover { background-color: #eee; color: #345; text-decoration: none;} +.logo:active { background-color: #eee; color: #345; text-decoration: none;} + +.tagline { + vertical-align: middle; + padding-top: 1px; + color: #679; + font-size: small; + font-weight: bold; +} + +/* search */ +.searchform { + float: right; + margin-top: 2px; + padding-right: 10px; +} +.searchbtn { + font-size: xx-small; + height: 1.7em; + vertical-align: middle; + width: 25%; + font-family: sans-serif; + color: #234; + margin-bottom: 2px; + background: #fff; +} +.searchbox { + font-size: xx-small; + height: 1.7em; + width: 70%; + vertical-align: middle; + color: #234; + font-family: sans-serif; + background-color: #fff; +} + + +/* 4square */ +.home, .feat, .down, .about { + margin: 1px; + padding: 20px; + border: 5px solid #fff; + color: #fff; + text-align: left; +} +.home { + float: left; + background-color: #234; +} +.feat { + float: right; + background-color:#882; +} +.down { + float: left; + background-color:#473; +} +.about { + float: right; + background-color:#754; +} + +/* section titles */ +.sectitleleft, .sectitleright { + width: 100%; + font-size: large; + margin: 0; + margin-top: 0; + margin-bottom: 0; + padding: 0; + letter-spacing: 0.1em; +} +.sectitleleft { + text-align: left; +} +.sectitleright { + text-align: right; +} + +A.sec { + color: #fff; +} +A.sec:link { + text-decoration: none; +} +A.sec:visited { + text-decoration: none; +} +A.sec:hover { + text-decoration: underline; +} +A.sec:active { + text-decoration: underline; +} +A.secoff { + color: #fff; + font-weight: normal; + font-size: small; + letter-spacing: 0.1em; +} +A.secoff:link { + text-decoration: none; +} +A.secoff:visited { + text-decoration: none; +} +A.secoff:hover { + text-decoration: underline; +} +A.secoff:active { + text-decoration: underline; +} + +/* footer */ +.footer { + width: 100%; + vertical-align: middle; + padding: 0; + color: #679; +} +.sflogo { + vertical-align: middle; +} +A.footer:link { color: #789; font-weight: normal; } +A.footer:visited { color: #789; font-weight: normal; } +A.footer:hover { color: #789; font-weight: normal; } +A.footer:active { color: #789; font-weight: normal; } + + +/* general markup */ + +.news-home, .news-about, .news-down { + float: right; + width: 300px; + padding: 1em; + margin-top: 1em; + margin-left: 1em; + margin-bottom: 1em; +} +.news-home { background-color: #345;} +.news-about { background-color: #865;} +.news-down { background-color: #584;} + +.nolead { + margin-top: 0; +} + +.lesslead { + margin-top: -1em; +} + +.medium { + font-size: medium; +} +.small { + font-size: small; +} +.xsmall { + font-size: x-small; +} +.xxsmall { + font-size: xx-small; +} + +.byline { + font-style: italic; + font-size: small; + text-align: right; + /* matches H4 bottom margin */ + margin-top: -1.3em; +} + +/* 1}}} + vim:foldmethod=marker:filetype=css +*/ --- cream-0.43.orig/docs-html/installation.html +++ cream-0.43/docs-html/installation.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/features.html +++ cream-0.43/docs-html/features.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/screenshot3.html +++ cream-0.43/docs-html/screenshot3.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/about.html +++ cream-0.43/docs-html/about.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/statusline.html +++ cream-0.43/docs-html/statusline.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/download.html +++ cream-0.43/docs-html/download.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/vim.html +++ cream-0.43/docs-html/vim.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/featurelist.html +++ cream-0.43/docs-html/featurelist.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/contributors.html +++ cream-0.43/docs-html/contributors.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/index.html +++ cream-0.43/docs-html/index.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/screenshot1.html +++ cream-0.43/docs-html/screenshot1.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/faq.html +++ cream-0.43/docs-html/faq.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/home.html +++ cream-0.43/docs-html/home.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + --- cream-0.43.orig/docs-html/screenshot2.html +++ cream-0.43/docs-html/screenshot2.html @@ -3,7 +3,7 @@ Cream :: a modern configuration of the Vim text editor - + debian/patches/series0000640000000000000000000000002711744264436012040 0ustar 01_docs-html-css.patch debian/dirs0000640000000000000000000000017011744262352010052 0ustar etc/cream usr/bin usr/share/vim/cream usr/share/vim/cream/bitmaps usr/share/doc/cream usr/share/pixmaps usr/share/cream debian/menu0000640000000000000000000000026611744262352010063 0ustar ?package(cream):needs="X11" \ section="Applications/Editors" \ title="Cream" \ longtitle="Cream, VIM made easy" \ command="/usr/bin/cream" \ icon="/usr/share/pixmaps/cream.xpm" debian/postinst0000640000000000000000000000111511744262352010774 0ustar #!/bin/sh # postinst script for cream set -e case "$1" in configure) # Register as an alternative for the editor command. Priority value of # zero for now to prevent automatic selection. A better value should be # coordinated with the other editor providers. update-alternatives --install /usr/bin/editor editor /usr/bin/cream 0 \ --slave /usr/share/man/man1/editor.1.gz editor.1.gz \ /usr/share/man/man1/cream.1.gz ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/cream.ucf0000640000000000000000000000016411744262352010757 0ustar /usr/share/cream/cream-user.vim /etc/cream/cream-user.vim /usr/share/cream/cream-conf.vim /etc/cream/cream-conf.vim debian/prerm0000640000000000000000000000060111744262352010235 0ustar #!/bin/sh # prerm script for cream set -e case "$1" in remove) # Deregister as editor alternative. Must only be done for the remove # action to prevent breaking manual selection. update-alternatives --remove editor /usr/bin/cream ;; upgrade|deconfigure|failed-upgrade) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac #DEBHELPER# exit 0 debian/control0000640000000000000000000000155111744265676010611 0ustar Source: cream Section: editors Priority: optional Maintainer: Jeroen Schot Uploaders: Christoph Haas Build-Depends: debhelper (>= 8.9.5) Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/cream.git Vcs-Git: git://git.debian.org/collab-maint/cream.git Homepage: http://cream.sf.net Package: cream Architecture: all Depends: ${misc:Depends}, gvim Description: VIM macros that make the VIM easier to use for beginners Cream's motto is "Cream makes the powerful Vim text editor easy!". It brings a completely different look and feel to the VIM for those who are used to more intuitive editors while still preserving the more powerful features of VIM. It features pull-down menus, color themes, bookmarking, auto spellcheck and more. It leaves the default VIM untouched and is started by running 'cream'. debian/changelog0000640000000000000000000002421511744266367011060 0ustar cream (0.43-3) unstable; urgency=low * Replace stylesheet of HTML documentation with a PHP-free version. * Raise debhelper version to 8.9.5 for dh_ucf bugfix. * Bump policy version to 3.9.3 (no changes needed). * Update debian/copyright to machine-readable format 1.0. -- Jeroen Schot Fri, 20 Apr 2012 16:03:53 +0200 cream (0.43-2) unstable; urgency=low * Move homepage from Description to Homepage field * Add Vcs-* info pointing to git repository at Alioth Collab Maint * Update debian/copyright to GPL-3+ and DEP-5-like format * Update source format to '3.0 (quilt)' * Switch debian/rules to dh format with 7.0.50 override targets * Register HTML documentation with doc-base * Provide alternative for editor command as required by policy * Add ${misc:Depends}, bump policy version to 3.9.2 * Removed Conflicts: cream-doc, existed in 2006 and never part of a release * Added lintian override for depends on virtual package gvim * Handle ucf with the new dh_ucf program from debhelper 8.1.6 * Removed Provides: editor; not an official virtual package -- Jeroen Schot Fri, 29 Apr 2011 14:14:02 +0200 cream (0.43-1) unstable; urgency=low * New upstream release * New maintainer (closes: #616446) * Bump debhelper build-dep and debian/compat from deprecated version 4 to 8 * Remove call to deprecated dh_desktop -- Jeroen Schot Tue, 05 Apr 2011 13:48:58 +0200 cream (0.42-1) unstable; urgency=low * New upstream release (closes: #509078) -- Christoph Haas Sat, 05 Sep 2009 14:31:04 +0200 cream (0.41-2) unstable; urgency=low * Fixed minor lintian warnings. -- Christoph Haas Thu, 18 Sep 2008 22:24:10 +0200 cream (0.41-1) unstable; urgency=low * New upstream release. -- Christoph Haas Sun, 20 Apr 2008 21:19:50 +0200 cream (0.40-1) unstable; urgency=low * New upstream release. -- Christoph Haas Sun, 20 Apr 2008 21:19:47 +0200 cream (0.39-3) unstable; urgency=low * Fixed desktop and menu files -- Christoph Haas Mon, 12 Nov 2007 22:01:37 +0100 cream (0.39-2) unstable; urgency=low * Desktop file now sets icon into "text editors" category -- Christoph Haas Tue, 05 Jun 2007 19:52:40 +0200 cream (0.39-1) unstable; urgency=low * New upstream release -- Christoph Haas Mon, 04 Jun 2007 23:14:59 +0200 cream (0.38-2) unstable; urgency=low * Now also provides the 'editor' virtual package (closes:#398744) -- Christoph Haas Wed, 15 Nov 2006 21:51:32 +0100 cream (0.38-1) unstable; urgency=low * New upstream release -- Christoph Haas Sat, 28 Oct 2006 19:16:15 +0200 cream (0.37-1) unstable; urgency=low * New upstream release -- Christoph Haas Sun, 22 Oct 2006 12:44:38 +0200 cream (0.36-3) unstable; urgency=low * Fixed online help. (closes:#393337) -- Christoph Haas Mon, 16 Oct 2006 22:32:41 +0200 cream (0.36-2) unstable; urgency=low * New upstream release was accidentally uploaded to 'experimental' instead of 'unstable'. (closes: #389044) -- Christoph Haas Sat, 23 Sep 2006 19:00:10 +0200 cream (0.36-1) experimental; urgency=low * New upstream release -- Christoph Haas Mon, 19 Jun 2006 19:10:41 +0200 cream (0.35+0.36beta2-1) experimental; urgency=low * New beta upstream test release. Only meant for 'experimental'. -- Christoph Haas Wed, 10 May 2006 11:48:06 +0200 cream (0.35+0.36beta1-2) experimental; urgency=low * Fixed wrong path for bitmaps. -- Christoph Haas Thu, 27 Apr 2006 15:09:46 +0200 cream (0.35+0.36beta1-1) experimental; urgency=low * Beta upstream release. Only meant for 'experimental'. -- Christoph Haas Wed, 26 Apr 2006 23:05:16 +0200 cream (0.35-2) unstable; urgency=low * Fixed a spelling error. (closes: #363216) -- Christoph Haas Tue, 18 Apr 2006 21:33:01 +0200 cream (0.35-1) unstable; urgency=low * New upstream release. -- Christoph Haas Fri, 7 Apr 2006 00:04:03 +0200 cream (0.34-3) unstable; urgency=low * Splitting the package turned out to cause trouble and be rather unnecessary considering the size of the documentation. Package is re-joined to just 'cream'. 'cream-doc' is no longer. * Fixed dependency on 'gvim'. -- Christoph Haas Fri, 10 Mar 2006 23:11:52 +0100 cream (0.34-2) unstable; urgency=low * Added 'Conflicts:' from cream-doc against older cream package to prevent conflicts in documentation files from older package versions. * Removed dependency on kvim which is deprecated. -- Christoph Haas Fri, 10 Mar 2006 00:03:43 +0100 cream (0.34-1) unstable; urgency=low * New upstream release * Package split. 'cream-doc' now contains the HTML documentation. -- Christoph Haas Sat, 18 Feb 2006 21:59:06 +0100 cream (0.33.1-1) unstable; urgency=low * New upstream release. -- Christoph Haas Sat, 15 Oct 2005 15:08:47 +0200 cream (0.33-1) unstable; urgency=low * New upstream release. * Added configuration file handling through ucf. * Added /usr/share/cream to store default config files for ucf. -- Christoph Haas Wed, 5 Oct 2005 20:52:31 +0200 cream (0.32-2) unstable; urgency=low * Added dh_desktop to debian/rules to update the menu entry correctly. -- Christoph Haas Fri, 25 Feb 2005 20:43:08 +0100 cream (0.32-1) unstable; urgency=low * New upstream release. * .desktop file now only proposes to use cream for the text/plain MIME type (closes: #284616) -- Christoph Haas Fri, 31 Dec 2004 19:04:06 +0100 cream (0.31cvs20041104-1) unstable; urgency=low * Used CVS version as it fixes support for cream-conf.vim files. * Added cream-conf.vim as an "early" configuration file which is loaded before cream starts. * Created an .xpm icon for cream as there was none. * Fixed the .menu entry to read 'X11' instead of 'text'. -- Christoph Haas Tue, 2 Nov 2004 20:30:34 +0100 cream (0.31-1) unstable; urgency=low * New upstream version. * cream-user.vim no longer listed in conffiles. dh_installdeb does this automatically. * Added lintian override for 'menu-icon-missing' which appears due a borrowed icon from the vim package. * Removed redundant copyright file COPYING.txt from the doc directory. * Added category 'TextEditor' to desktop file. -- Christoph Haas Sun, 31 Oct 2004 23:02:40 +0100 cream (0.30-4) unstable; urgency=low * Bashism removed from wrapper file. (closes: #265884) -- Christoph Haas Tue, 17 Aug 2004 19:34:33 +0200 cream (0.30-3) unstable; urgency=low * Added the configuration file cream-user.vim to conffiles. -- Christoph Haas Mon, 12 Jul 2004 13:09:57 +0200 cream (0.30-2) unstable; urgency=low * Fixed the dependencies. There was a versioned dependency on the virtual package 'gvim'. (Thanks to Ben Armstrong.) -- Christoph Haas Mon, 12 Jul 2004 12:24:59 +0200 cream (0.30-1) unstable; urgency=low * New upstream release. * Removed console mode. Only gvim and kvim will be be supported in the future. Changed the 'cream' wrapper to reflect this change. See README.Debian. (closes: #257891) * New system-wide configuration file /etc/cream/cream-user.vim -- Christoph Haas Sun, 4 Jul 2004 15:08:16 +0200 cream (0.29-3) unstable; urgency=low * Included a patch from CVS that fixes a bug where the slashes in the path to init files are accidentally substituted by backslashes. (Thanks to Thomas de Grenier de Latour) * Start script wrapper drastically simplified as much of the housekeeping is already done by cream itself since version 0.29. -- Christoph Haas Sun, 16 May 2004 19:16:43 +0200 cream (0.29-2) unstable; urgency=low * Reduced the dependencies to just 'vim' because all other vim-related packages depend on 'vim' anyway. * Removed duplicate check for the $DISPLAY variable from the launcher script for 'kvim'. * The user's subdirectories in ~/.cream-user are now only created if they not yet existed. * Changed the multiple dh_link, dh_install and dh_installchangelogs calls to one call and a new cream.* files. -- Christoph Haas Fri, 14 May 2004 23:55:05 +0200 cream (0.29-1) unstable; urgency=low * New upstream release. * Described the use of 'gcream' and 'kcream' in the README.Debian. -- Christoph Haas Wed, 28 Apr 2004 20:35:51 +0200 cream (0.28-1) unstable; urgency=low * New upstream release. * Added the URL to the upstream home page to the descriptioin. -- Christoph Haas Sun, 4 Apr 2004 20:50:42 +0200 cream (0.26a-3) unstable; urgency=low * The changelog.html in the html directory is not compressed any longer. (Now calling dh_compress with '-X changelog.html'.) * The directory /usr/share/doc/vim-cream was created accidentally as this was the prior name of this package. (Typo in the 'dirs' file.) -- Christoph Haas Fri, 12 Dec 2003 15:22:53 +0100 cream (0.26a-2) unstable; urgency=low * Directory structure of the upstream tarball is now kept intact (hint by Joe Nahmias ) * improved environment detection in the wrapper script now runs gvim, kvim or vim * added SEE ALSO section for vim to man page (hint by Joe Nahmias ) * added .desktop menu item (hint by Joe Nahmias ) -- Christoph Haas Wed, 10 Dec 2003 21:45:12 +0100 cream (0.26a-1) unstable; urgency=low * New upstream release. -- Christoph Haas Thu, 30 Nov 2003 22:21:39 +0200 cream (0.24-1) unstable; urgency=low * Initial Release. (closes: #178955) -- Christoph Haas Fri, 24 Oct 2003 23:06:09 +0200 debian/README.Debian0000640000000000000000000000207511744262352011235 0ustar cream for Debian -------------------- 'cream' is an addon to the GUI variants of vim (gvim, kvim). You can start it by running 'cream'. The wrapper script will decide automatically if kvim or a vim-* package providing gvim is installed and run it. All common vim options are still available on the command line. The formerly used console mode (running 'cream' from a text terminal compared to 'gcream' and 'kcream') introduced in version 0.29 is deprecated. The upstream author states [1] that due to limitations of common terminals and key mapping collisions cream is only supported in the X11 GUIs. This package either needs kvim (available as a package) or gvim (a virtual package provided by all vim-* packages that provide the 'gvim' binary). In /etc/cream you will find two configuration files: - cream-conf.vim Changes variables that influence how cream is loaded (early config). - cream-user.vim System-wide configuration options (late config). [1] http://cream.sourceforge.net/faq.html#0204 -- Christoph Haas , Fri, 24 Oct 2003 23:06:09 +0200 debian/cream.lintian-overrides0000640000000000000000000000006511744262352013640 0ustar virtual-package-depends-without-real-package-depends debian/cream.links0000640000000000000000000000036211744262352011322 0ustar etc/cream/cream-conf.vim usr/share/vim/cream/cream-conf.vim etc/cream/cream-user.vim usr/share/vim/cream/cream-user.vim usr/share/doc/cream/html usr/share/vim/cream/docs-html usr/share/doc/cream/copyright usr/share/vim/cream/docs/COPYING.txt debian/rules0000751000000000000000000000026211744263703010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: # install global config file for ucf cp -a ./cream-conf.example.vim debian/cream/usr/share/cream/cream-conf.vim dh_install debian/cream.desktop0000640000000000000000000000065111744262352011654 0ustar [Desktop Entry] Type=Application Version=0.9.4 Name=Cream GenericName=Text Editor Comment=Cream (for Vim) text editor MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; Exec=cream Icon=cream Terminal=0 X-Desktop-File-Install-Version=0.4 Categories=Utility;TextEditor; debian/watch0000640000000000000000000000010111744262352010211 0ustar version=3 http://sf.net/cream/cream-(.+)\.tar\.gz debian uupdate debian/source/0000750000000000000000000000000011744262352010467 5ustar debian/source/format0000640000000000000000000000001411744262352011676 0ustar 3.0 (quilt) debian/copyright0000640000000000000000000000210211744266050011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2002-2011 Steve Hall License: GPL-3+ Files: debian/* Copyright: 2003-2010 Christoph Haas 2011-2012 Jeroen Schot License: GPL-3+ License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/cream.10000640000000000000000000000270311744262352010343 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH CREAM 1 "Oct 25, 2003" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME cream \- a set of macros that makes the VIM easier to use for beginners .SH SYNOPSIS .B cream [ any VIM options ] .SH DESCRIPTION .B cream is a set of macros for the popular VIM editor that makes it a lot more intuitive to beginners. Cream is useful for users who want to take advantage of the great VIM features but don't know how to control them (yet). .PP Please note that due to limitation to text consoles/terminals cream can only run in X11. .SH OPTIONS You can provide any options from the VIM manpage. See there. .SH SEE ALSO vim(1) .SH AUTHORS The original program was written by Steve Hall and others. This manual page was provided by Christoph Haas for the Debian GNU/Linux system but may freely be used by anyone. debian/cream.doc-base0000640000000000000000000000042511744262352011657 0ustar Document: cream Title: Cream - a modern configuration of the Vim text editor Author: Steve Hall Section: Editors Abstract: A local copy of the Cream homepage for offline viewing. Format: HTML Index: /usr/share/doc/cream/html/index.html Files: /usr/share/doc/cream/html/*.html debian/install0000640000000000000000000000107611744264045010566 0ustar *.vim usr/share/vim/cream creamrc usr/share/vim/cream addons usr/share/vim/cream bitmaps/*.xpm usr/share/vim/cream/bitmaps help usr/share/vim/cream lang usr/share/vim/cream filetypes usr/share/vim/cream debian/cream.desktop usr/share/applications debian/cream.run/cream usr/bin debian/cream.xpm usr/share/pixmaps debian/cream-user.vim usr/share/cream docs-html/*.html usr/share/doc/cream/html docs-html/*.png usr/share/doc/cream/html docs-html/external.gif usr/share/doc/cream/html docs-html/favicon.ico usr/share/doc/cream/html docs-html/style.css usr/share/doc/cream/html debian/docs0000640000000000000000000000013111744262352010036 0ustar docs/KEYBOARD.txt docs/PressRelease.txt docs/README.txt docs/DEVELOPER.txt docs/TODO.txt debian/compat0000640000000000000000000000000211744262352010366 0ustar 8 debian/cream.xpm0000640000000000000000000001214511744262352011010 0ustar /* XPM */ static char * cream_xpm[] = { "32 32 187 2", " c None", ". c #222221", "+ c #525351", "@ c #696967", "# c #666764", "$ c #3E3F3E", "% c #1E1F1E", "& c #1D1C1C", "* c #676764", "= c #CBCBC7", "- c #E2E2DF", "; c #EBEBE9", "> c #EAEAE8", ", c #D7D7D4", "' c #AFAFAB", ") c #3A3A39", "! c #191818", "~ c #9F9F9B", "{ c #E9E9E7", "] c #FCFCFC", "^ c #FEFEFE", "/ c #FDFDFD", "( c #D6D5D2", "_ c #B6B5B1", ": c #191918", "< c #161616", "[ c #A5A4A0", "} c #EFEEED", "| c #D5D4D1", "1 c #C2C1BC", "2 c #1E1E1D", "3 c #131414", "4 c #989794", "5 c #ECECEA", "6 c #FDFDFC", "7 c #CBCAC6", "8 c #626360", "9 c #E5E4E3", "0 c #F5F5F4", "a c #C3C2BD", "b c #2F302F", "c c #D4D5D2", "d c #F8F8F7", "e c #F2F2F0", "f c #F1F1F0", "g c #F8F8F8", "h c #DBDAD7", "i c #C1C0BB", "j c #1D1D1D", "k c #070707", "l c #A9AAA7", "m c #FAFAF9", "n c #F9F9F8", "o c #E0E1DE", "p c #A6A5A2", "q c #8A8C89", "r c #7D807D", "s c #868886", "t c #BDBCB8", "u c #B8B7B3", "v c #191919", "w c #464746", "x c #EFEFEE", "y c #E2E2E1", "z c #7E7F7D", "A c #3A3B39", "B c #434342", "C c #A7A6A2", "D c #9D9E9A", "E c #0D0E0E", "F c #050504", "G c #B5B6B3", "H c #B4B5B2", "I c #323433", "J c #2E2F2E", "K c #727371", "L c #484847", "M c #F0F1EF", "N c #969A99", "O c #111212", "P c #1C1D1D", "Q c #8A8A88", "R c #B9BBBA", "S c #000000", "T c #161716", "U c #BDBEBC", "V c #424241", "W c #353535", "X c #848482", "Y c #61615E", "Z c #171918", "` c #666767", " . c #545452", ".. c #666663", "+. c #898A86", "@. c #373837", "#. c #BEBEBD", "$. c #9C9E9D", "%. c #525250", "&. c #8E8D89", "*. c #777774", "=. c #141514", "-. c #151616", ";. c #383938", ">. c #9E9F9E", ",. c #F4F4F2", "'. c #505151", "). c #20201F", "!. c #9C9B97", "~. c #D7D7D3", "{. c #D0D0CC", "]. c #A5A5A1", "^. c #535452", "/. c #2C2D2C", "(. c #171818", "_. c #3F403E", ":. c #414140", "<. c #737472", "[. c #B3B4B2", "}. c #EBEAE9", "|. c #D1D2D0", "1. c #090909", "2. c #ECECEB", "3. c #FBFBFA", "4. c #E8E8E6", "5. c #D4D3CF", "6. c #B9B9B5", "7. c #A3A29E", "8. c #B2B1AD", "9. c #CFCFCB", "0. c #E1E1DF", "a. c #F2F2F1", "b. c #7D7E7D", "c. c #F6F6F5", "d. c #FEFEFD", "e. c #F7F6F7", "f. c #FBFBFB", "g. c #E9E9E8", "h. c #C4C3BF", "i. c #A7A7A5", "j. c #262726", "k. c #BABAB6", "l. c #575856", "m. c #80807D", "n. c #D2D2D0", "o. c #202020", "p. c #303130", "q. c #CFD0CD", "r. c #7F7F7D", "s. c #6B6B69", "t. c #DEDEDB", "u. c #434341", "v. c #0D0D0D", "w. c #A5A5A3", "x. c #FCFCFB", "y. c #C4C3BD", "z. c #1B1B1A", "A. c #141413", "B. c #9F9F9C", "C. c #E3E3E0", "D. c #F1F1F1", "E. c #FAF9F9", "F. c #D7D6D3", "G. c #A6A8A3", "H. c #121212", "I. c #787977", "J. c #C6C6C1", "K. c #C9C8C4", "L. c #CBCAC5", "M. c #C9C8C3", "N. c #C5C4BF", "O. c #7E7D7A", "P. c #BABAB4", "Q. c #717270", "R. c #242423", "S. c #797976", "T. c #B6B6B1", "U. c #5C5E5B", "V. c #2A2A29", "W. c #6F706E", "X. c #A3A39F", "Y. c #3C3C3A", "Z. c #151615", "`. c #252524", " + c #565856", ".+ c #6E6D6A", "++ c #272726", " . + @ # $ % ", " & * = - ; > , ' ) ", " ! ~ { ] ^ ^ ^ / ( _ : ", " < [ } ^ ^ ^ ^ ^ ^ | 1 2 ", " 3 4 5 ^ ^ ^ ^ ^ ^ 6 7 1 2 ", " 8 9 ^ ^ ^ ^ ^ ^ ^ 0 a 1 2 ", " b c / ^ ^ ] d e f g h 1 i j ", " k l m ^ n o p q r s 4 t 1 u v ", " w x ^ y z A B C D E ", " F G ] H I J K ", " L M N O P ", " Q R S ", " T U V ", " W X S ", " + Y B Z ` ", " ...+.S @.#.$. ", " %.&.1 *.=. -.;.>.,.6 '. ", " ).!.~.{.].^./. (._.:.<.[.}./ ^ |.1. ", " 2 1 2.3.4.5.6.7.7.7.8.9.0.a.] ^ ^ / b. ", " 2 1 c.^ ^ d./ m e.f./ d.^ ^ ^ ^ ^ g./. ", " 2 h.d ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ d.i. ", " j.k.c.^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ c.l. ", " m.5 ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ n.o. ", " p.q.^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ g r. ", " s.c.^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ t.u. ", " v.w.x.^ ^ ^ ^ ^ ^ ^ ^ d.x y.z. ", " A.B.C.D.c.g E.d 0 ; F.a G.H. ", " =.I.a J.K.L.M.N.1 1 1 O. ", " l.P.1 1 1 1 1 1 1 Q. ", " R.S.T.1 1 1 1 1 U. ", " V.W.X.i 1 1 Y. ", " Z.`. +.+++ "}; debian/cream.run/0000750000000000000000000000000011744262352011061 5ustar debian/cream.run/cream0000640000000000000000000000115011744262352012071 0ustar #!/bin/sh # # This wrapper script is part of the "cream" Debian GNU/Linux package # maintained by Christoph Haas . # Exit on error set -e CREAM=/usr/share/vim/cream/ export CREAM # Due to limitations of text consoles/terminals cream can only run # as a GUI variant. if [ "$DISPLAY" = "" ] ; then echo "Sorry. 'cream' can only be run in an X environment." exit 10; fi # Run kvim or gvim - whichever is available. if [ -x /usr/bin/gvim ] ; then exec /usr/bin/gvim --servername "CREAM" -U NONE -u "\$VIM/cream/creamrc" "$@" else echo "You need 'gvim' installed to run 'cream'." exit 10; fi