ports/88520: [MAINTAINER] editors/cream: update to 0.33.1
Janos Mohacsi
janos.mohacsi at niif.hu
Sat Nov 5 12:50:11 UTC 2005
>Number: 88520
>Category: ports
>Synopsis: [MAINTAINER] editors/cream: update to 0.33.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 05 12:50:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Janos Mohacsi
>Release: FreeBSD 6.0-RC1 i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.0-RC1 FreeBSD 6.0-RC1 #6: Tue Oct 18 17:13:43 CEST 2005
>Description:
Maintainer Update to editors/cream to version 0.33.1
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:
--- cream-0.33.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/cream.orig/Makefile /usr/ports/editors/cream/Makefile
--- /usr/ports/editors/cream.orig/Makefile Thu Mar 17 19:34:27 2005
+++ /usr/ports/editors/cream/Makefile Sat Nov 5 13:38:36 2005
@@ -6,7 +6,7 @@
#
PORTNAME= cream
-PORTVERSION= 0.32
+PORTVERSION= 0.33.1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,22 +21,22 @@
PLIST_FILES= bin/cream
# needs updating for each major vim update.
-VIMRUNTIMEDIR= share/vim/vim63
+VIMRUNTIMEDIR= share/vim/vim64
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 \
- cream-capitalization.vim cream-colors-blackwhite.vim \
- cream-colors-chocolateliquor.vim cream-colors-dawn.vim \
- cream-colors-default.vim cream-colors-navajo-night.vim \
- cream-colors-navajo.vim cream-colors-night.vim \
- cream-colors-oceandeep.vim cream-colors-terminal.vim \
- cream-colors-zenburn.vim cream-colors.vim cream-columns.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-loremipsum.vim \
+ cream-behavior.vim cream-bookmarks.vim cream-capitalization.vim \
+ cream-colors-blackwhite.vim cream-colors-chocolateliquor.vim \
+ cream-colors-dawn.vim cream-colors-default.vim \
+ cream-colors-navajo-night.vim cream-colors-navajo.vim \
+ cream-colors-night.vim cream-colors-oceandeep.vim \
+ cream-colors-terminal.vim cream-colors-zenburn.vim \
+ cream-colors.vim cream-columns.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-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 \
@@ -47,23 +47,23 @@
cream-replace.vim cream-replacemulti.vim cream-server.vim \
cream-settings.vim cream-showinvisibles.vim cream-spell.vim \
cream-statusline.vim cream-templates.vim \
- cream-window-buffer.vim cream.vim creamrc \
- genutils.vim multvals.vim opsplorer.vim taglist.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-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-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-helptags.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-typingtutor.vim
+ cream-stamp-filename.vim cream-str-invert.vim cream-table.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 \
@@ -98,6 +98,12 @@
CREAM_HELP= EnhancedCommentify.txt opsplorer.txt
+CREAM_LANG= menu_chinese_gb.936.vim menu_en_us.utf-8.vim \
+ menu_fr_fr.latin1.vim menu_zh.cp936.vim menu_zh.cp950.vim \
+ menu_zh.gb2312.vim menu_zh_cn.18030.vim menu_zh_cn.cp936.vim \
+ menu_zh_cn.gb2312.vim menu_zh_cn.gbk.vim menu_zh_cn.utf-8.vim \
+ strings_en_us.utf-8.vim
+
CREAM_SPELL= cream-spell-dict-eng-s-GB_1.vim \
cream-spell-dict-eng-s-GB_2.vim \
cream-spell-dict-eng-s-GB_3.vim \
@@ -125,6 +131,7 @@
${MKDIR} ${PREFIX}/${VIMRUNTIMEDIR}/cream/docs-html/
${MKDIR} ${PREFIX}/${VIMRUNTIMEDIR}/cream/filetypes/
${MKDIR} ${PREFIX}/${VIMRUNTIMEDIR}/cream/help/
+ ${MKDIR} ${PREFIX}/${VIMRUNTIMEDIR}/cream/lang/
${MKDIR} ${PREFIX}/${VIMRUNTIMEDIR}/cream/spelldicts/
#installing files
.for f in ${CREAM_FILES}
@@ -154,6 +161,10 @@
${INSTALL_DATA} ${WRKSRC}/help/${f} \
${PREFIX}/${VIMRUNTIMEDIR}/cream/help/
.endfor
+.for f in ${CREAM_LANG}
+ ${INSTALL_DATA} ${WRKSRC}/lang/${f} \
+ ${PREFIX}/${VIMRUNTIMEDIR}/cream/lang/
+.endfor
.for f in ${CREAM_SPELL}
${INSTALL_DATA} ${WRKSRC}/spelldicts/${f} \
${PREFIX}/${VIMRUNTIMEDIR}/cream/spelldicts/
@@ -183,6 +194,9 @@
.for f in ${CREAM_HELP}
${ECHO} ${VIMRUNTIMEDIR}/cream/help/${f} >>${TMPPLIST}
.endfor
+.for f in ${CREAM_LANG}
+ ${ECHO} ${VIMRUNTIMEDIR}/cream/lang/${f} >>${TMPPLIST}
+.endfor
.for f in ${CREAM_SPELL}
${ECHO} ${VIMRUNTIMEDIR}/cream/spelldicts/${f} >>${TMPPLIST}
.endfor
@@ -192,6 +206,7 @@
${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream/docs-html" >>${TMPPLIST}
${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream/filetypes" >>${TMPPLIST}
${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream/help" >>${TMPPLIST}
+ ${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream/lang" >>${TMPPLIST}
${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream/spelldicts" >>${TMPPLIST}
${ECHO} "@dirrm ${VIMRUNTIMEDIR}/cream" >>${TMPPLIST}
diff -ruN --exclude=CVS /usr/ports/editors/cream.orig/distinfo /usr/ports/editors/cream/distinfo
--- /usr/ports/editors/cream.orig/distinfo Thu Mar 17 14:18:37 2005
+++ /usr/ports/editors/cream/distinfo Sat Nov 5 13:14:43 2005
@@ -1,2 +1,2 @@
-MD5 (cream-0.32.tar.gz) = 7711a523967a4bf2e57d68c91f9c4cab
-SIZE (cream-0.32.tar.gz) = 814766
+MD5 (cream-0.33.1.tar.gz) = 82ef1c0472caf6cfda9b28ac16c7f1bf
+SIZE (cream-0.33.1.tar.gz) = 842597
--- cream-0.33.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list