summaryrefslogtreecommitdiff
path: root/misc/mc
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1999-10-09 18:50:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1999-10-09 18:50:35 +0000
commitfccd8aba6c3091021499f94b5c6fc1e7db9dcfd7 (patch)
tree327939f0f61ca8363df85e91ae4077fcffddcf48 /misc/mc
parentUpgrade to 1.2.5. (diff)
Upgrade to 4.5.40.
Notes
Notes: svn path=/head/; revision=22286
Diffstat (limited to 'misc/mc')
-rw-r--r--misc/mc/Makefile6
-rw-r--r--misc/mc/distinfo2
-rw-r--r--misc/mc/files/patch-af54
-rw-r--r--misc/mc/files/patch-ag66
-rw-r--r--misc/mc/pkg-plist22
5 files changed, 94 insertions, 56 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile
index fc8337abdcba..5d28aceea647 100644
--- a/misc/mc/Makefile
+++ b/misc/mc/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: mc
-# Version required: 4.5.31
+# Version required: 4.5.40
# Date created: 15 Jul 1995
# Whom: torstenb@FreeBSD.org
#
# $FreeBSD$
#
-DISTNAME= mc-4.5.31
+DISTNAME= mc-4.5.40
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/mc
MAINTAINER= reg@shale.csir.co.za
-LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
+LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
intl.1:${PORTSDIR}/devel/gettext
.if defined(USE_NCURSES_PORT)
diff --git a/misc/mc/distinfo b/misc/mc/distinfo
index 02beb026322a..edc670ac2828 100644
--- a/misc/mc/distinfo
+++ b/misc/mc/distinfo
@@ -1 +1 @@
-MD5 (mc-4.5.31.tar.gz) = ac1e86c7cba7584c7ab7dd1ef5fc28cf
+MD5 (mc-4.5.40.tar.gz) = 83498d806f0823bcfa067c0d715fc5b5
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af
index f4770ab8eec5..c517d57b6b99 100644
--- a/misc/mc/files/patch-af
+++ b/misc/mc/files/patch-af
@@ -1,15 +1,16 @@
---- Makefile.in.orig Tue Mar 30 08:34:33 1999
-+++ Makefile.in Wed Apr 7 23:48:54 1999
-@@ -5,7 +5,7 @@
+--- Makefile.in.orig Thu Sep 30 04:39:33 1999
++++ Makefile.in Sat Oct 9 15:23:23 1999
+@@ -5,14 +5,15 @@
@MCFGR@@MCF@
foreigndirs=pc
-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax
+-unixdirs=intl $(codedirs) doc-gnome @POSUB@
+codedirs=vfs lib doc slang edit src syntax
- unixdirs=intl $(codedirs) @POSUB@
++unixdirs=intl $(codedirs) @POSUB@
alldirs=$(unixdirs) $(foreigndirs)
subdirs=$(alldirs)
-@@ -13,6 +13,7 @@
+
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
@@ -17,7 +18,7 @@
DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
Makefile.in FAQ COPYING create_vcs install-sh \
-@@ -46,7 +47,7 @@
+@@ -45,7 +46,7 @@
install: installdirs
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ
@@ -26,7 +27,7 @@
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
@echo "Please verify that the configuration values are correctly"
@echo "set in the mc.ext file in $(mclibdir)"
-@@ -58,9 +59,9 @@
+@@ -57,9 +58,9 @@
installdirs:
$(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)
@@ -38,8 +39,8 @@
mcfninstall:
-/bin/sh ./mcfn_install
---- src/Makefile.in.orig Sun Dec 6 12:08:54 1998
-+++ src/Makefile.in Sun Dec 6 12:09:24 1998
+--- src/Makefile.in.orig Thu Sep 30 04:39:39 1999
++++ src/Makefile.in Sat Oct 9 15:03:45 1999
@@ -130,7 +130,7 @@
-$(RMF) $(srcdir)/Makefile
@@ -47,10 +48,10 @@
- $(INSTALL_PROGRAM) mc $(DESTDIR)$(bindir)/$(binprefix)mc
+ $(INSTALL_PROGRAM) mc $(DESTDIR)$(bindir)/$(binprefix)midc
$(INSTALL_PROGRAM) mcmfmt $(DESTDIR)$(bindir)/$(binprefix)mcmfmt
- $(SEDCMD2) < $(srcdir)/mc.hlp > $(DESTDIR)$(libdir)/$(libprefix)mc.hlp
+ $(SEDCMD2) < $(srcdir)/mc.hlp > $(DESTDIR)$(mclibdir)/$(libprefix)mc.hlp
---- doc/Makefile.in.orig Sat Feb 27 02:25:12 1999
-+++ doc/Makefile.in Sat Feb 27 21:03:37 1999
+--- doc/Makefile.in.orig Thu Sep 30 04:39:38 1999
++++ doc/Makefile.in Sat Oct 9 15:03:45 1999
@@ -17,7 +17,7 @@
install:
$(MKINSTALLDIRS) $(DESTDIR)/$(man1dir)
@@ -60,14 +61,25 @@
-$(SEDCMD2) < mcedit.1 > $(DESTDIR)$(man1dir)/$(manprefix)mcedit.$(manext)
-$(SEDCMD2) < mcserv.8 > $(DESTDIR)$(man8dir)/$(manprefix)mcserv.$(man8ext)
---- lib/Makefile.in.orig Wed Jan 27 01:10:33 1999
-+++ lib/Makefile.in Wed Jan 27 01:10:59 1999
-@@ -13,7 +13,7 @@
+--- lib/Makefile.in.orig Thu Sep 30 04:39:38 1999
++++ lib/Makefile.in Sat Oct 9 15:03:45 1999
+@@ -12,8 +12,8 @@
+ # Distribution variables
#
- LIBFILES_IN = mc.ext.in mc-gnome.ext.in
--LIBFILES_OUT = mc.ext mc-gnome.ext
-+LIBFILES_OUT = mc.ext
- LIBFILES_CONST = mc.hint mc.lib mc.menu
- TIFILES = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
- DISTLIB = $(LIBFILES_IN) $(LIBFILES_CONST) $(TIFILES) \
+-LIBFILES_IN = mc.ext.in mc-gnome.ext.in
+-LIBFILES_OUT = mc.ext mc-gnome.ext mc.csh mc.sh
++LIBFILES_IN = mc.ext.in
++LIBFILES_OUT = mc.ext mc.csh mc.sh
+ LIBFILES_CONST = mc.hint mc.hint.es mc.lib mc.menu
+ SUPPBIN_IN = mc.csh.in mc.sh.in
+ SUPPBIN_OUT = mc.csh mc.sh
+@@ -62,7 +62,7 @@
+ for I in $(LIBFILES_OUT); \
+ do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(mclibdir)/$$I; done
+ for I in $(SUPPBIN_OUT); \
+- do $(INSTALL_PROGRAM) -m 755 $(builddir)/lib/$$I $(DESTDIR)$(suppbindir)//$$I; done
++ do $(INSTALL_DATA) -m 755 $(builddir)/lib/$$I $(DESTDIR)$(suppbindir)//$$I; done
+ for I in $(TIFILES); \
+ do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done
+ $(MKINSTALLDIRS) $(DESTDIR)$(confdir)
diff --git a/misc/mc/files/patch-ag b/misc/mc/files/patch-ag
index ebc0bc551c9b..b1a554447b71 100644
--- a/misc/mc/files/patch-ag
+++ b/misc/mc/files/patch-ag
@@ -1,6 +1,6 @@
---- lib/mc.ext.in.orig Wed Jan 13 05:38:06 1999
-+++ lib/mc.ext.in Sat Jan 16 23:41:24 1999
-@@ -265,7 +265,7 @@
+--- lib/mc.ext.in.orig Fri Sep 24 01:01:11 1999
++++ lib/mc.ext.in Sat Oct 9 12:15:10 1999
+@@ -258,7 +258,7 @@
# ar library
regex/\.s?a$
Open=%cd %p#uar
@@ -9,7 +9,7 @@
# C
shell/.c
-@@ -327,8 +327,8 @@
+@@ -320,8 +320,8 @@
# ar library
regex/\.s?a$
@@ -20,7 +20,7 @@
Icon=a.xpm
# .so libraries are not manual pages
-@@ -338,26 +338,26 @@
+@@ -336,26 +336,26 @@
# Manual page
regex/(([^0-9]|^[^\.]*)\.([1-9][A-Za-z]*|n)|\.man)$
@@ -48,14 +48,14 @@
# Manual page - compressed
regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.g?[Zz]$
-- Open=gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
-- View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@
-+ Open=gunzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
-+ View=%view{ascii,nroff} gunzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@
+- Open=gzip -dc %f | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
+- View=%view{ascii,nroff} gzip -dc %f | nroff @TROFFASCII@ @MANDOC@
++ Open=gzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@ | %var{PAGER:more}
++ View=%view{ascii,nroff} gzip -dc '%d/%p' | nroff @TROFFASCII@ @MANDOC@
Icon=man.xpm
- regex/(read\.?me$)|(README)
-@@ -372,52 +372,52 @@
+ regex/([^0-9]|^[^\.]*)\.([1-9][a-z]?|n)\.bz$
+@@ -380,52 +380,52 @@
View with GhostView=gv %f
type/GIF\ image
@@ -118,7 +118,7 @@
Icon=ppm.xpm
Include=image-options
-@@ -426,14 +426,14 @@
+@@ -434,14 +434,14 @@
Icon=xbm.xpm
shell/.xpm
@@ -135,19 +135,7 @@
# Sound files
shell/.mod
-@@ -448,9 +448,9 @@
- Icon=framemaker.xpm
-
- type/mail
-- Open=elm -f %f
-+ Open=mutt -f '%d/%p'
- Icon=mail.xpm
-- View=%view{ascii} mcmfmt < %f
-+ View=%view{ascii} mcmfmt < '%d/%p'
-
- # gzipped
- type/gzip
-@@ -531,14 +531,14 @@
+@@ -525,21 +525,21 @@
Icon=rexx.xpm
# Microsoft Word Document
@@ -168,12 +156,28 @@
# cpio rules
-@@ -551,7 +551,7 @@
- shell/.cpio.gz
+ shell/.cpio.Z
Open=%cd %d/%p#ucpio/
- View=%view{ascii} gzip -dc '%f' | cpio -ictv
-- Extract=gzip -dc '%f' | cpio -ic
-+ Extract=gzip -dc '%d/%p' | cpio -ic
+ View=%view{ascii} compress -dc '%f' | cpio -ictv
+- Extract=compress -dc '%f' | cpio -ic
++ Extract=compress -dc '%d/%p' | cpio -ic
Icon=compressed.xpm
- shell/.cpio
+ shell/.cpio.gz
+--- lib/mc.csh.in.orig Sat Oct 9 15:08:10 1999
++++ lib/mc.csh.in Sat Oct 9 15:08:28 1999
+@@ -1,2 +1,2 @@
+-alias mc 'setenv MC `@prefix@/bin/mc -P \!*`; cd $MC; unsetenv MC'
++alias mc 'setenv MC `@prefix@/bin/midc -P \!*`; cd $MC; unsetenv MC'
+
+--- lib/mc.sh.in.orig Sat Oct 9 15:08:13 1999
++++ lib/mc.sh.in Sat Oct 9 15:08:39 1999
+@@ -3,7 +3,7 @@
+ mkdir -p ~/.mc/tmp 2> /dev/null
+ chmod 700 ~/.mc/tmp
+ MC=~/.mc/tmp/mc-$$
+- @prefix@/bin/mc -P "$@" > "$MC"
++ @prefix@/bin/midc -P "$@" > "$MC"
+ cd "`cat $MC`"
+ rm "$MC"
+ unset MC;
diff --git a/misc/mc/pkg-plist b/misc/mc/pkg-plist
index 41a7c13f9eec..380e2c4643ed 100644
--- a/misc/mc/pkg-plist
+++ b/misc/mc/pkg-plist
@@ -2,17 +2,33 @@ bin/mcmfmt
bin/midc
etc/mc.global
sbin/mcserv
+share/locale/ca/LC_MESSAGES/mc.mo
share/locale/cs/LC_MESSAGES/mc.mo
share/locale/da/LC_MESSAGES/mc.mo
share/locale/de/LC_MESSAGES/mc.mo
+share/locale/el/LC_MESSAGES/mc.mo
share/locale/es/LC_MESSAGES/mc.mo
+share/locale/es_ES/LC_MESSAGES/mc.mo
+share/locale/fi/LC_MESSAGES/mc.mo
share/locale/fr/LC_MESSAGES/mc.mo
+share/locale/hu/LC_MESSAGES/mc.mo
share/locale/it/LC_MESSAGES/mc.mo
+share/locale/ja/LC_MESSAGES/mc.mo
share/locale/ko/LC_MESSAGES/mc.mo
+share/locale/nl/LC_MESSAGES/mc.mo
share/locale/no/LC_MESSAGES/mc.mo
share/locale/pl/LC_MESSAGES/mc.mo
+share/locale/pt_BR/LC_MESSAGES/mc.mo
+share/locale/ro/LC_MESSAGES/mc.mo
share/locale/ru/LC_MESSAGES/mc.mo
+share/locale/sv/LC_MESSAGES/mc.mo
+share/locale/wa/LC_MESSAGES/mc.mo
+share/locale/zh_TW.Big5/LC_MESSAGES/mc.mo
share/mc/FAQ
+share/mc/mc.csh
+share/mc/mc.sh
+share/mc/bin/mc.csh
+share/mc/bin/mc.sh
share/mc/bin/mcfn_install
share/mc/desktop-scripts/README.desktop
share/mc/desktop-scripts/startup.links
@@ -40,9 +56,11 @@ share/mc/extfs/uzip
share/mc/extfs/uzoo
share/mc/mc.ext
share/mc/mc.hint
+share/mc/mc.hint.es
share/mc/mc.hlp
share/mc/mc.lib
share/mc/mc.menu
+share/mc/syntax/ada95.syntax
share/mc/syntax/c.syntax
share/mc/syntax/changelog.syntax
share/mc/syntax/diff.syntax
@@ -51,6 +69,7 @@ share/mc/syntax/html.syntax
share/mc/syntax/java.syntax
share/mc/syntax/latex.syntax
share/mc/syntax/lsm.syntax
+share/mc/syntax/mail.syntax
share/mc/syntax/makefile.syntax
share/mc/syntax/ml.syntax
share/mc/syntax/nroff.syntax
@@ -59,6 +78,9 @@ share/mc/syntax/perl.syntax
share/mc/syntax/python.syntax
share/mc/syntax/sh.syntax
share/mc/syntax/smalltalk.syntax
+share/mc/syntax/swig.syntax
+share/mc/syntax/texinfo.syntax
+share/mc/syntax/unknown.syntax
share/mc/term/README.xterm
share/mc/term/ansi.ti
share/mc/term/linux.ti