diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-17 18:34:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-03-17 18:34:27 +0000 |
commit | 8c7b68692888ad6f7fd7461fb349661c35bc5ccd (patch) | |
tree | c71b0ebf1952c2e65eb3c516a68dd0f83170027a /editors/cream | |
parent | 3f2ade6b98e6fc5fd1cd35d95172fd5e7252d1c8 (diff) | |
download | ports-8c7b68692888ad6f7fd7461fb349661c35bc5ccd.tar.gz ports-8c7b68692888ad6f7fd7461fb349661c35bc5ccd.zip |
Notes
Diffstat (limited to 'editors/cream')
-rw-r--r-- | editors/cream/Makefile | 30 | ||||
-rw-r--r-- | editors/cream/distinfo | 4 |
2 files changed, 18 insertions, 16 deletions
diff --git a/editors/cream/Makefile b/editors/cream/Makefile index f1d46ab8fe6b..4b96058c048f 100644 --- a/editors/cream/Makefile +++ b/editors/cream/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cream -# Date created: 2004-08-25 -# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> +# Date created: 2004-08-25 +# Whom: Janos Mohacsi <janos.mohacsi@bsd.hu> # # $FreeBSD$ # PORTNAME= cream -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ PLIST_FILES= bin/cream # needs updating for each major vim update. VIMRUNTIMEDIR= share/vim/vim63 -CREAM_FILES= EasyHtml.vim EnhancedCommentify.vim calendar.vim \ +CREAM_FILES= EasyHtml.vim EnhancedCommentify.vim Rndm.vim calendar.vim \ cream-abbr-eng.vim cream-abbr-fre.vim cream-abbr.vim \ cream-addon.vim cream-ascii.vim cream-autocmd.vim \ cream-behavior.vim cream-bookmarks.vim \ @@ -36,7 +36,7 @@ CREAM_FILES= EasyHtml.vim EnhancedCommentify.vim calendar.vim \ cream-conf.example.vim cream-devel.vim cream-expertmode.vim \ cream-explorer.vim cream-filetype.vim cream-find.vim \ cream-gui.vim cream-iso3166-1.vim cream-iso639.vim \ - cream-justify.vim cream-keys.vim cream-lib.vim \ + cream-justify.vim cream-keys.vim cream-lib.vim cream-loremipsum.vim \ cream-macros.vim cream-menu-developer.vim cream-menu-edit.vim \ cream-menu-file.vim cream-menu-format.vim cream-menu-help.vim \ cream-menu-insert.vim cream-menu-mru.vim cream-menu-popup.vim \ @@ -46,22 +46,24 @@ CREAM_FILES= EasyHtml.vim EnhancedCommentify.vim calendar.vim \ cream-playpen.vim cream-pop.vim cream-print.vim \ cream-replace.vim cream-replacemulti.vim cream-server.vim \ cream-settings.vim cream-showinvisibles.vim cream-spell.vim \ - cream-statusline.vim cream-window-buffer.vim cream.vim creamrc \ - genutils.vim imaps.vim multvals.vim opsplorer.vim taglist.vim + cream-statusline.vim cream-templates.vim \ + cream-window-buffer.vim cream.vim creamrc \ + genutils.vim multvals.vim opsplorer.vim taglist.vim CREAM_ADDONS= cream-colorinvert.vim cream-convert-hex.vim \ cream-cream-bugreport.vim cream-cream-ctags.vim \ cream-cream-fileformat.vim cream-cream-foldfunctions.vim \ cream-cream-keytest.vim cream-cream-release.vim \ cream-cream-update.vim cream-cream-vim-abbrev.vim \ - cream-dailyread.vim cream-debinary.vim \ + cream-cream-vim-deformat.vim cream-dailyread.vim cream-debinary.vim \ cream-email-formatter.vim cream-email-munge.vim \ cream-encrypt-algorithmic.vim cream-encrypt-h4x0r.vim \ cream-encrypt-hexme.vim cream-encrypt-rot13.vim \ cream-highlight-ctrlchars.vim cream-highlight-mbyte.vim \ cream-ispell.vim cream-sort.vim cream-spell-french.vim \ cream-stamp-filename.vim \ - cream-str-invert.vim cream-text2html.vim cream-timestamp.vim + cream-str-invert.vim cream-text2html.vim cream-timestamp.vim \ + cream-typingtutor.vim CREAM_BITMAPS= book.xpm broken_image.xpm copy_alt.xpm cut_alt.xpm exit.xpm \ font.xpm help.xpm new.xpm open.xpm paste.xpm print.xpm \ @@ -74,11 +76,11 @@ CREAM_DOCS= CHANGELOG.txt COPYING.txt DEVELOPER.txt \ KEYBOARD.txt PressRelease.txt README.txt RELEASE.txt \ TODO.txt WINDOWS.txt -CREAM_HTML= background.html contribute.html creamlogo.png \ - devel.html downloads.html faq.html favicon.png features.html \ - goals.html hate.html index.html installation.html \ - keyboardshortcuts.html license.html links.html love.html \ - maillist.html main.css otherfiles.html screenshot-arabic1.png \ +CREAM_HTML= contribute.html cream.png \ + downloads.html faq.html favicon.png features.html \ + index.html installation.html \ + keyboardshortcuts.html license.html links.html \ + maillist.html main.css otherfiles.html \ screenshot-popup.png screenshot1-thumb.png screenshot1.png \ screenshot2-thumb.png screenshot2.png screenshot3-thumb.png \ screenshot3.png screenshot4-thumb.png screenshot4.png \ diff --git a/editors/cream/distinfo b/editors/cream/distinfo index 5272b4a02d2a..858663a484c5 100644 --- a/editors/cream/distinfo +++ b/editors/cream/distinfo @@ -1,2 +1,2 @@ -MD5 (cream-0.31.tar.gz) = e1cfdde1aaa7de834f848e187984de60 -SIZE (cream-0.31.tar.gz) = 817487 +MD5 (cream-0.32.tar.gz) = 7711a523967a4bf2e57d68c91f9c4cab +SIZE (cream-0.32.tar.gz) = 814766 |