[Midnightbsd-cvs] mports [17638] trunk/misc/mc: mc 4.8.13
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 28 18:45:52 EDT 2014
Revision: 17638
http://svnweb.midnightbsd.org/mports/?rev=17638
Author: laffer1
Date: 2014-09-28 18:45:51 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
mc 4.8.13
Modified Paths:
--------------
trunk/misc/mc/Makefile
trunk/misc/mc/distinfo
trunk/misc/mc/pkg-plist
Removed Paths:
-------------
trunk/misc/mc/files/patch-lib-tty-win.c
trunk/misc/mc/files/patch-mc-wrapper
Modified: trunk/misc/mc/Makefile
===================================================================
--- trunk/misc/mc/Makefile 2014-09-28 22:44:41 UTC (rev 17637)
+++ trunk/misc/mc/Makefile 2014-09-28 22:45:51 UTC (rev 17638)
@@ -1,92 +1,110 @@
-# $MidnightBSD$
+# Created by: torstenb at FreeBSD.org
+# $FreeBSD: head/misc/mc/Makefile 369159 2014-09-24 05:29:56Z nemysis $
PORTNAME= mc
-PORTVERSION= 4.8.8
+PORTVERSION= 4.8.13
PORTREVISION= 1
CATEGORIES= misc shells
-MASTER_SITES= http://ftp.osuosl.org/pub/midnightcommander/
+MASTER_SITES= http://ftp.midnight-commander.org/ \
+ http://ftp.osuosl.org/pub/midnightcommander/ \
+ SF/nemysisfreebsdp/misc/:icons
+DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
+ ${PORTNAME}.png:icons
+EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
-MAINTAINER= ports at MidnightBSD.org
+MAINTAINER= nemysis at FreeBSD.org
COMMENT= Midnight Commander, a free Norton Commander Clone
-LICENSE= gpl3
+LICENSE= GPLv3
-LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2
+LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2
CONFLICTS= mc-light-4*
-USES= gmake pkgconfig
+USES= gmake shebangfix perl5 pkgconfig tar:xz libtool
+SHEBANG_FILES= misc/mcedit.menu.in configure configure.ac \
+ ${WRKSRC}/src/vfs/extfs/helpers/Makefile.in \
+ ${WRKSRC}/src/vfs/extfs/helpers/s3+.in \
+ ${WRKSRC}/src/vfs/extfs/helpers/uc1541.in
+python_OLD_CMD= @PYTHON@
USE_GNOME= glib20
-USE_PERL5= yes
-USE_XZ= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= ZIP=${UNZIP_CMD} UNZIP=${UNZIP_CMD}
-USE_AUTOTOOLS= libtool
+CONFIGURE_ENV= ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
-PORTDATA= *
+OPTIONS_DEFINE= DOCS EDITOR ICONV NLS SMB SUBSHELL X11
-OPTIONS_DEFINE= SLANG ICONV NLS EDIT X11 SUBSHELL SMB
-EDIT_DESC= Build with internal editor
+OPTIONS_SINGLE= SCREEN
+OPTIONS_SINGLE_SCREEN= SLANG NCURSES
+
+OPTIONS_DEFAULT= EDITOR ICONV SLANG SMB SUBSHELL X11
+
+EDITOR_DESC= Build with internal editor
SUBSHELL_DESC= Build with subshell support
-OPTIONS_DEFAULT= SLANG ICONV NLS EDIT X11 SUBSHELL SMB
+OPTIONS_SUB= yes
-post-patch:
- ${REINPLACE_CMD} -e 's/SUBDIRS = intl/SUBDIRS =/' ${WRKSRC}/Makefile.in
- ${REINPLACE_CMD} -e 's/saved_CPPFLAGS="-ltermcap/saved_CPPFLAGS="/' ${WRKSRC}/configure
+EDITOR_CONFIGURE_WITH= internal-edit
-.include <bsd.mport.options.mk>
+ICONV_USES= iconv
+ICONV_CONFIGURE_ENABLE= charset
-.if ${PORT_OPTIONS:MSMB} && !defined(MINIMAL)
-CONFIGURE_ARGS+=--enable-vfs-smb --with-configdir=${LOCALBASE}/etc\
- --with-codepagedir=${LOCALBASE}/etc/codepages
-.endif
+NLS_CONFIGURE_ENABLE= nls
+NLS_USES= gettext
-.if ${PORT_OPTIONS:MICONV} && !defined(MINIMAL)
-USES+= iconv
-.else
-CONFIGURE_ARGS+=--disable-charset
-.endif
+SLANG_LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2
-.if ! ${PORT_OPTIONS:MNLS} && !defined(MINIMAL)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
+SMB_CONFIGURE_ENABLE= vfs-smb
+SMB_CONFIGURE_ON= --with-smb-configdir=${LOCALBASE}/etc \
+ --with-smb-codepagedir=${LOCALBASE}/etc/codepages
+
+SUBSHELL_CONFIGURE_WITH= subshell
+
+X11_CONFIGURE_ENABLE= x
+
+SUB_FILES= pkg-message
+
+PORTDOCS= *
+
+DOCSRCDIR1= ${WRKSRC}
+DOC_FILES1= AUTHORS NEWS README
+
+DOCSRCDIR2= ${WRKSRC}/doc
+DOCSDIR2= ${DOCSDIR}/doc
+DOC_FILES2= FAQ HACKING MAINTAINERS *.txt
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USES+= gettext
-PLIST_SUB+= NLS=""
-_MANLANG= es hu it pl ru sr
.endif
-.if ! ${PORT_OPTIONS:MX11} && !defined(MINIMAL)
-CONFIGURE_ARGS+=--without-x
-.else
+.if${PORT_OPTIONS:MX11}
USE_XORG= x11 xext
.endif
-.if ! ${PORT_OPTIONS:MEDIT} && !defined(MINIMAL)
-CONFIGURE_ARGS+=--without-edit
-PLIST_SUB+= EDITOR="@comment "
-.else
-PLIST_SUB+= EDITOR=""
+.if ${PORT_OPTIONS:MSLANG}
+CONFIGURE_ARGS+=--with-screen=slang --with-slang-includes=${LOCALBASE}/include
.endif
-.if ! ${PORT_OPTIONS:MSLANG} && !defined(MINIMAL)
+.if ${PORT_OPTIONS:MNCURSES}
CONFIGURE_ARGS+=--with-screen=ncurses
-.else
-LIB_DEPENDS+= slang:${PORTSDIR}/devel/libslang2
-CONFIGURE_ARGS+=--with-screen=slang --with-slang-includes=${LOCALBASE}/include
.endif
-.if ! ${PORT_OPTIONS:MSUBSHELL} && !defined(MINIMAL)
-CONFIGURE_ARGS+=--without-subshell
-.endif
+post-patch:
+ ${REINPLACE_CMD} -e 's|missing-parameter-type|unused-variable|; \
+ s|but-set-variable|variable|' \
+ ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|SUBDIRS = intl|SUBDIRS =|' ${WRKSRC}/Makefile.in
-MAN1= mc.1 mcedit.1 mcview.1
-_MAN1= mc.1
-.for lang in ${_MANLANG}
-_MANPAGES+= ${_MAN1:S%^%${MAN1PREFIX}/man/${lang}/man1/%}
-.endfor
+post-install:
+ ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
+ ${STAGEDIR}${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${FILESDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR2}
+ ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2}
+
.include <bsd.port.mk>
Modified: trunk/misc/mc/distinfo
===================================================================
--- trunk/misc/mc/distinfo 2014-09-28 22:44:41 UTC (rev 17637)
+++ trunk/misc/mc/distinfo 2014-09-28 22:45:51 UTC (rev 17638)
@@ -1,2 +1,4 @@
-SHA256 (mc-4.8.8.tar.xz) = b898a343b2b11274a20b2a491f9f5422b6d041e65e152c56d7255084fd04b78b
-SIZE (mc-4.8.8.tar.xz) = 2150988
+SHA256 (mc-4.8.13.tar.xz) = 36d6191a47ec5d89d3788e48846fb620c481816441ff25264add8898d277b657
+SIZE (mc-4.8.13.tar.xz) = 2231448
+SHA256 (mc.png) = 6bd935ea11c45da5c11e60542e30b4a05396d75b81401f28b3a68a82cafbf8fe
+SIZE (mc.png) = 6466
Deleted: trunk/misc/mc/files/patch-lib-tty-win.c
===================================================================
--- trunk/misc/mc/files/patch-lib-tty-win.c 2014-09-28 22:44:41 UTC (rev 17637)
+++ trunk/misc/mc/files/patch-lib-tty-win.c 2014-09-28 22:45:51 UTC (rev 17638)
@@ -1,20 +0,0 @@
---- lib/tty/win.c.old 2012-04-05 02:20:57.000000000 +0900
-+++ lib/tty/win.c 2012-04-05 02:24:53.000000000 +0900
-@@ -96,7 +96,7 @@
- void
- do_enter_ca_mode (void)
- {
-- if (mc_global.tty.xterm_flag && smcup != NULL)
-+ if (mc_global.tty.xterm_flag)
- {
- fprintf (stdout, /* ESC_STR ")0" */ ESC_STR "7" ESC_STR "[?47h");
- fflush (stdout);
-@@ -108,7 +108,7 @@
- void
- do_exit_ca_mode (void)
- {
-- if (mc_global.tty.xterm_flag && rmcup != NULL)
-+ if (mc_global.tty.xterm_flag)
- {
- fprintf (stdout, ESC_STR "[?47l" ESC_STR "8" ESC_STR "[m");
- fflush (stdout);
Deleted: trunk/misc/mc/files/patch-mc-wrapper
===================================================================
--- trunk/misc/mc/files/patch-mc-wrapper 2014-09-28 22:44:41 UTC (rev 17637)
+++ trunk/misc/mc/files/patch-mc-wrapper 2014-09-28 22:45:51 UTC (rev 17638)
@@ -1,18 +0,0 @@
---- contrib/mc-wrapper.csh.in.orig Wed Nov 6 00:46:12 2002
-+++ contrib/mc-wrapper.csh.in Tue Jun 15 03:16:29 2004
-@@ -14,5 +14,5 @@
- unsetenv MC_PWD
- endif
-
--rm -f "$MC_PWD_FILE"
-+/bin/rm -f "$MC_PWD_FILE"
- unsetenv MC_PWD_FILE
---- contrib/mc-wrapper.sh.in.orig Wed Nov 6 00:46:12 2002
-+++ contrib/mc-wrapper.sh.in Tue Jun 15 03:16:29 2004
-@@ -9,5 +9,5 @@
- unset MC_PWD
- fi
-
--rm -f "$MC_PWD_FILE"
-+/bin/rm -f "$MC_PWD_FILE"
- unset MC_PWD_FILE
Modified: trunk/misc/mc/pkg-plist
===================================================================
--- trunk/misc/mc/pkg-plist 2014-09-28 22:44:41 UTC (rev 17637)
+++ trunk/misc/mc/pkg-plist 2014-09-28 22:45:51 UTC (rev 17638)
@@ -2,16 +2,16 @@
bin/mcdiff
%%EDITOR%%bin/mcedit
bin/mcview
-%%EDITOR%%etc/mc/edit.indent.rc
-etc/mc/filehighlight.ini
-etc/mc/mc.default.keymap
-etc/mc/mc.emacs.keymap
-etc/mc/mc.ext
-etc/mc/mc.keymap
-etc/mc/mc.menu
-etc/mc/mc.menu.sr
-etc/mc/mcedit.menu
-etc/mc/sfs.ini
+%%ETCDIR%%/edit.indent.rc
+%%ETCDIR%%/filehighlight.ini
+%%ETCDIR%%/mc.default.keymap
+%%ETCDIR%%/mc.emacs.keymap
+%%ETCDIR%%/mc.ext
+%%ETCDIR%%/mc.keymap
+%%ETCDIR%%/mc.menu
+%%ETCDIR%%/mc.menu.sr
+%%ETCDIR%%/mcedit.menu
+%%ETCDIR%%/sfs.ini
libexec/mc/ext.d/archive.sh
libexec/mc/ext.d/doc.sh
libexec/mc/ext.d/image.sh
@@ -77,6 +77,16 @@
libexec/mc/mc-wrapper.sh
libexec/mc/mc.csh
libexec/mc/mc.sh
+%%NLS%%man/es/man1/mc.1.gz
+%%NLS%%man/hu/man1/mc.1.gz
+%%NLS%%man/it/man1/mc.1.gz
+man/man1/mc.1.gz
+man/man1/mcedit.1.gz
+man/man1/mcview.1.gz
+%%NLS%%man/pl/man1/mc.1.gz
+%%NLS%%man/ru/man1/mc.1.gz
+%%NLS%%man/sr/man1/mc.1.gz
+share/applications/mc.desktop
%%NLS%%share/locale/az/LC_MESSAGES/mc.mo
%%NLS%%share/locale/be/LC_MESSAGES/mc.mo
%%NLS%%share/locale/bg/LC_MESSAGES/mc.mo
@@ -86,6 +96,7 @@
%%NLS%%share/locale/de/LC_MESSAGES/mc.mo
%%NLS%%share/locale/de_CH/LC_MESSAGES/mc.mo
%%NLS%%share/locale/el/LC_MESSAGES/mc.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/mc.mo
%%NLS%%share/locale/eo/LC_MESSAGES/mc.mo
%%NLS%%share/locale/es/LC_MESSAGES/mc.mo
%%NLS%%share/locale/et/LC_MESSAGES/mc.mo
@@ -100,9 +111,9 @@
%%NLS%%share/locale/ia/LC_MESSAGES/mc.mo
%%NLS%%share/locale/id/LC_MESSAGES/mc.mo
%%NLS%%share/locale/it/LC_MESSAGES/mc.mo
-%%NLS%%share/locale/it_IT/LC_MESSAGES/mc.mo
%%NLS%%share/locale/ja/LC_MESSAGES/mc.mo
%%NLS%%share/locale/ka/LC_MESSAGES/mc.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/mc.mo
%%NLS%%share/locale/ko/LC_MESSAGES/mc.mo
%%NLS%%share/locale/lt/LC_MESSAGES/mc.mo
%%NLS%%share/locale/lv/LC_MESSAGES/mc.mo
@@ -119,6 +130,7 @@
%%NLS%%share/locale/sr/LC_MESSAGES/mc.mo
%%NLS%%share/locale/sv/LC_MESSAGES/mc.mo
%%NLS%%share/locale/sv_SE/LC_MESSAGES/mc.mo
+%%NLS%%share/locale/szl/LC_MESSAGES/mc.mo
%%NLS%%share/locale/ta/LC_MESSAGES/mc.mo
%%NLS%%share/locale/tr/LC_MESSAGES/mc.mo
%%NLS%%share/locale/uk/LC_MESSAGES/mc.mo
@@ -126,30 +138,164 @@
%%NLS%%share/locale/wa/LC_MESSAGES/mc.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/mc.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/mc.mo
-%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/sv_SE
-%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/it_IT
-%%NLS%%@dirrmtry share/locale/ia/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ia
-%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/fi_FI
-%%NLS%%@dirrmtry share/locale/de_CH/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/de_CH
- at dirrm libexec/mc/fish
- at dirrm libexec/mc/extfs.d
- at dirrm libexec/mc/ext.d
- at dirrm libexec/mc
- at dirrm etc/mc
- at dirrmtry man/sr/man1
- at dirrmtry man/sr
- at dirrmtry man/ru/man1
- at dirrmtry man/ru
- at dirrmtry man/pl/man1
- at dirrmtry man/pl
- at dirrmtry man/it/man1
- at dirrmtry man/it
- at dirrmtry man/hu/man1
- at dirrmtry man/hu
- at dirrmtry man/es/man1
- at dirrmtry man/es
+%%DATADIR%%/examples/macros.d/macro.0.sh
+%%DATADIR%%/examples/macros.d/macro.1.sh
+%%DATADIR%%/examples/macros.d/macro.3.sh
+%%DATADIR%%/examples/macros.d/macro.4.sh
+%%DATADIR%%/examples/macros.d/macro.5.sh
+%%DATADIR%%/examples/macros.d/macro.6.sh
+%%DATADIR%%/examples/macros.d/macro.7.sh
+%%DATADIR%%/help/mc.hlp
+%%NLS%%%%DATADIR%%/help/mc.hlp.es
+%%NLS%%%%DATADIR%%/help/mc.hlp.hu
+%%NLS%%%%DATADIR%%/help/mc.hlp.it
+%%NLS%%%%DATADIR%%/help/mc.hlp.pl
+%%NLS%%%%DATADIR%%/help/mc.hlp.ru
+%%NLS%%%%DATADIR%%/help/mc.hlp.sr
+%%DATADIR%%/hints/mc.hint
+%%NLS%%%%DATADIR%%/hints/mc.hint.az
+%%NLS%%%%DATADIR%%/hints/mc.hint.be
+%%NLS%%%%DATADIR%%/hints/mc.hint.bg
+%%NLS%%%%DATADIR%%/hints/mc.hint.ca
+%%NLS%%%%DATADIR%%/hints/mc.hint.cs
+%%NLS%%%%DATADIR%%/hints/mc.hint.da
+%%NLS%%%%DATADIR%%/hints/mc.hint.de
+%%NLS%%%%DATADIR%%/hints/mc.hint.de_CH
+%%NLS%%%%DATADIR%%/hints/mc.hint.el
+%%NLS%%%%DATADIR%%/hints/mc.hint.en_GB
+%%NLS%%%%DATADIR%%/hints/mc.hint.eo
+%%NLS%%%%DATADIR%%/hints/mc.hint.es
+%%NLS%%%%DATADIR%%/hints/mc.hint.et
+%%NLS%%%%DATADIR%%/hints/mc.hint.eu
+%%NLS%%%%DATADIR%%/hints/mc.hint.fa
+%%NLS%%%%DATADIR%%/hints/mc.hint.fi
+%%NLS%%%%DATADIR%%/hints/mc.hint.fr
+%%NLS%%%%DATADIR%%/hints/mc.hint.fr_CA
+%%NLS%%%%DATADIR%%/hints/mc.hint.gl
+%%NLS%%%%DATADIR%%/hints/mc.hint.hr
+%%NLS%%%%DATADIR%%/hints/mc.hint.hu
+%%NLS%%%%DATADIR%%/hints/mc.hint.ia
+%%NLS%%%%DATADIR%%/hints/mc.hint.id
+%%NLS%%%%DATADIR%%/hints/mc.hint.it
+%%NLS%%%%DATADIR%%/hints/mc.hint.it_IT
+%%NLS%%%%DATADIR%%/hints/mc.hint.ja
+%%NLS%%%%DATADIR%%/hints/mc.hint.ka
+%%NLS%%%%DATADIR%%/hints/mc.hint.kk
+%%NLS%%%%DATADIR%%/hints/mc.hint.ko
+%%NLS%%%%DATADIR%%/hints/mc.hint.lt
+%%NLS%%%%DATADIR%%/hints/mc.hint.nl
+%%NLS%%%%DATADIR%%/hints/mc.hint.pl
+%%NLS%%%%DATADIR%%/hints/mc.hint.pt
+%%NLS%%%%DATADIR%%/hints/mc.hint.pt_BR
+%%NLS%%%%DATADIR%%/hints/mc.hint.ro
+%%NLS%%%%DATADIR%%/hints/mc.hint.ru
+%%NLS%%%%DATADIR%%/hints/mc.hint.sk
+%%NLS%%%%DATADIR%%/hints/mc.hint.sl
+%%NLS%%%%DATADIR%%/hints/mc.hint.sr
+%%NLS%%%%DATADIR%%/hints/mc.hint.sv
+%%NLS%%%%DATADIR%%/hints/mc.hint.sv_SE
+%%NLS%%%%DATADIR%%/hints/mc.hint.szl
+%%NLS%%%%DATADIR%%/hints/mc.hint.te
+%%NLS%%%%DATADIR%%/hints/mc.hint.tr
+%%NLS%%%%DATADIR%%/hints/mc.hint.uk
+%%NLS%%%%DATADIR%%/hints/mc.hint.zh
+%%NLS%%%%DATADIR%%/hints/mc.hint.zh_CN
+%%ICONV%%%%DATADIR%%/mc.charsets
+%%DATADIR%%/mc.lib
+%%DATADIR%%/skins/dark.ini
+%%DATADIR%%/skins/darkfar.ini
+%%DATADIR%%/skins/default.ini
+%%DATADIR%%/skins/double-lines.ini
+%%DATADIR%%/skins/featured.ini
+%%DATADIR%%/skins/gotar.ini
+%%DATADIR%%/skins/gray-green-purple256.ini
+%%DATADIR%%/skins/gray-orange-blue256.ini
+%%DATADIR%%/skins/mc46.ini
+%%DATADIR%%/skins/modarcon16-defbg.ini
+%%DATADIR%%/skins/modarcon16.ini
+%%DATADIR%%/skins/modarcon16root-defbg.ini
+%%DATADIR%%/skins/modarcon16root.ini
+%%DATADIR%%/skins/modarin256-defbg.ini
+%%DATADIR%%/skins/modarin256.ini
+%%DATADIR%%/skins/modarin256root-defbg.ini
+%%DATADIR%%/skins/modarin256root.ini
+%%DATADIR%%/skins/nicedark.ini
+%%DATADIR%%/skins/sand256.ini
+%%DATADIR%%/skins/xoria256.ini
+%%EDITOR%%%%DATADIR%%/syntax/PKGBUILD.syntax
+%%EDITOR%%%%DATADIR%%/syntax/Syntax
+%%EDITOR%%%%DATADIR%%/syntax/ada95.syntax
+%%EDITOR%%%%DATADIR%%/syntax/as.syntax
+%%EDITOR%%%%DATADIR%%/syntax/aspx.syntax
+%%EDITOR%%%%DATADIR%%/syntax/assembler.syntax
+%%EDITOR%%%%DATADIR%%/syntax/awk.syntax
+%%EDITOR%%%%DATADIR%%/syntax/c.syntax
+%%EDITOR%%%%DATADIR%%/syntax/cabal.syntax
+%%EDITOR%%%%DATADIR%%/syntax/changelog.syntax
+%%EDITOR%%%%DATADIR%%/syntax/cmake.syntax
+%%EDITOR%%%%DATADIR%%/syntax/cs.syntax
+%%EDITOR%%%%DATADIR%%/syntax/css.syntax
+%%EDITOR%%%%DATADIR%%/syntax/cxx.syntax
+%%EDITOR%%%%DATADIR%%/syntax/cython.syntax
+%%EDITOR%%%%DATADIR%%/syntax/d.syntax
+%%EDITOR%%%%DATADIR%%/syntax/debian-changelog.syntax
+%%EDITOR%%%%DATADIR%%/syntax/debian-control.syntax
+%%EDITOR%%%%DATADIR%%/syntax/debian-description.syntax
+%%EDITOR%%%%DATADIR%%/syntax/debian-sources-list.syntax
+%%EDITOR%%%%DATADIR%%/syntax/diff.syntax
+%%EDITOR%%%%DATADIR%%/syntax/dlink.syntax
+%%EDITOR%%%%DATADIR%%/syntax/dos.syntax
+%%EDITOR%%%%DATADIR%%/syntax/ebuild.syntax
+%%EDITOR%%%%DATADIR%%/syntax/eiffel.syntax
+%%EDITOR%%%%DATADIR%%/syntax/erlang.syntax
+%%EDITOR%%%%DATADIR%%/syntax/f90.syntax
+%%EDITOR%%%%DATADIR%%/syntax/filehighlight.syntax
+%%EDITOR%%%%DATADIR%%/syntax/fortran.syntax
+%%EDITOR%%%%DATADIR%%/syntax/haskell.syntax
+%%EDITOR%%%%DATADIR%%/syntax/html.syntax
+%%EDITOR%%%%DATADIR%%/syntax/idl.syntax
+%%EDITOR%%%%DATADIR%%/syntax/ini.syntax
+%%EDITOR%%%%DATADIR%%/syntax/j.syntax
+%%EDITOR%%%%DATADIR%%/syntax/jal.syntax
+%%EDITOR%%%%DATADIR%%/syntax/java.syntax
+%%EDITOR%%%%DATADIR%%/syntax/js.syntax
+%%EDITOR%%%%DATADIR%%/syntax/latex.syntax
+%%EDITOR%%%%DATADIR%%/syntax/lisp.syntax
+%%EDITOR%%%%DATADIR%%/syntax/lkr.syntax
+%%EDITOR%%%%DATADIR%%/syntax/lsm.syntax
+%%EDITOR%%%%DATADIR%%/syntax/lua.syntax
+%%EDITOR%%%%DATADIR%%/syntax/m4.syntax
+%%EDITOR%%%%DATADIR%%/syntax/mail.syntax
+%%EDITOR%%%%DATADIR%%/syntax/makefile.syntax
+%%EDITOR%%%%DATADIR%%/syntax/ml.syntax
+%%EDITOR%%%%DATADIR%%/syntax/named.syntax
+%%EDITOR%%%%DATADIR%%/syntax/nemerle.syntax
+%%EDITOR%%%%DATADIR%%/syntax/nroff.syntax
+%%EDITOR%%%%DATADIR%%/syntax/octave.syntax
+%%EDITOR%%%%DATADIR%%/syntax/pascal.syntax
+%%EDITOR%%%%DATADIR%%/syntax/perl.syntax
+%%EDITOR%%%%DATADIR%%/syntax/php.syntax
+%%EDITOR%%%%DATADIR%%/syntax/po.syntax
+%%EDITOR%%%%DATADIR%%/syntax/povray.syntax
+%%EDITOR%%%%DATADIR%%/syntax/procmail.syntax
+%%EDITOR%%%%DATADIR%%/syntax/properties.syntax
+%%EDITOR%%%%DATADIR%%/syntax/python.syntax
+%%EDITOR%%%%DATADIR%%/syntax/ruby.syntax
+%%EDITOR%%%%DATADIR%%/syntax/sh.syntax
+%%EDITOR%%%%DATADIR%%/syntax/slang.syntax
+%%EDITOR%%%%DATADIR%%/syntax/smalltalk.syntax
+%%EDITOR%%%%DATADIR%%/syntax/spec.syntax
+%%EDITOR%%%%DATADIR%%/syntax/sql.syntax
+%%EDITOR%%%%DATADIR%%/syntax/strace.syntax
+%%EDITOR%%%%DATADIR%%/syntax/swig.syntax
+%%EDITOR%%%%DATADIR%%/syntax/syntax.syntax
+%%EDITOR%%%%DATADIR%%/syntax/tcl.syntax
+%%EDITOR%%%%DATADIR%%/syntax/texinfo.syntax
+%%EDITOR%%%%DATADIR%%/syntax/tt.syntax
+%%EDITOR%%%%DATADIR%%/syntax/unknown.syntax
+%%EDITOR%%%%DATADIR%%/syntax/verilog.syntax
+%%EDITOR%%%%DATADIR%%/syntax/vhdl.syntax
+%%EDITOR%%%%DATADIR%%/syntax/xml.syntax
+%%EDITOR%%%%DATADIR%%/syntax/yum-repo.syntax
+%%EDITOR%%%%DATADIR%%/syntax/yxx.syntax
+share/pixmaps/mc.png
More information about the Midnightbsd-cvs
mailing list