diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-31 20:57:11 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-31 20:57:11 +0000 |
commit | 13d11dcce0fd62a9860bd3fb7b56237d6f7fff94 (patch) | |
tree | 31cb9404570ab0249d01f31c3ad054cd17cd5f5c /x11-fm/gnomemc | |
parent | 441bb908fdd4917d9c1b9e8d2a9c53a7e491631a (diff) | |
download | FreeBSD-ports-13d11dcce0fd62a9860bd3fb7b56237d6f7fff94.zip FreeBSD-ports-13d11dcce0fd62a9860bd3fb7b56237d6f7fff94.tar.gz |
iThat's gnome base filemanager.
PR: ports/9821
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'x11-fm/gnomemc')
-rw-r--r-- | x11-fm/gnomemc/Makefile | 34 | ||||
-rw-r--r-- | x11-fm/gnomemc/distinfo | 1 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-aa | 42 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ab | 27 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ac | 22 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-af | 54 | ||||
-rw-r--r-- | x11-fm/gnomemc/files/patch-ag | 177 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-comment | 1 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-descr | 5 | ||||
-rw-r--r-- | x11-fm/gnomemc/pkg-plist | 95 |
10 files changed, 458 insertions, 0 deletions
diff --git a/x11-fm/gnomemc/Makefile b/x11-fm/gnomemc/Makefile new file mode 100644 index 0000000..72544df --- /dev/null +++ b/x11-fm/gnomemc/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomemc +# Version required: 4.5.9 +# Date created: 26 Jnuary 1999 +# Whom: Jeremy Lea <reg@shale.csir.co.za> +# +# $Id$ +# + +DISTNAME= mc-4.5.9 +PKGNAME= gnomemc-4.5.9 +CATEGORIES= x11-fm gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= mc + +MAINTAINER= reg@shale.csir.co.za + +BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore + +# implicit dependencies: +# gettext, glib11-devel, xpm, gnomelibs + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome \ + --without-edit -with-ncurses +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + MAKE="gmake" \ + GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4" + +.include <bsd.port.mk> diff --git a/x11-fm/gnomemc/distinfo b/x11-fm/gnomemc/distinfo new file mode 100644 index 0000000..57c0053 --- /dev/null +++ b/x11-fm/gnomemc/distinfo @@ -0,0 +1 @@ +MD5 (mc-4.5.9.tar.gz) = a16de52c4454eaaf10d7fe94d34c4aeb diff --git a/x11-fm/gnomemc/files/patch-aa b/x11-fm/gnomemc/files/patch-aa new file mode 100644 index 0000000..9fea13f --- /dev/null +++ b/x11-fm/gnomemc/files/patch-aa @@ -0,0 +1,42 @@ +--- configure.orig Wed Jan 27 00:01:05 1999 ++++ configure Wed Jan 27 00:01:25 1999 +@@ -3188,15 +3188,15 @@ + fi + + +- USE_INCLUDED_LIBINTL=yes ++# USE_INCLUDED_LIBINTL=yes + CATOBJEXT=.gmo + INSTOBJEXT=.mo + DATADIRNAME=share +- INTLDEPS='$(top_builddir)/intl/libintl.a' +- INTLLIBS=$INTLDEPS +- LIBS=`echo $LIBS | sed -e 's/-lintl//'` +- nls_cv_header_intl=intl/libintl.h +- nls_cv_header_libgt=intl/libgettext.h ++# INTLDEPS='$(top_builddir)/intl/libintl.a' ++# INTLLIBS=$INTLDEPS ++# LIBS=`echo $LIBS | sed -e 's/-lintl//'` ++# nls_cv_header_intl=intl/libintl.h ++# nls_cv_header_libgt=intl/libgettext.h + fi + + if test "$XGETTEXT" != ":"; then +@@ -10362,7 +10362,7 @@ + if test -f /usr/include/ncurses.h + then + echo "$ac_t""Found ncurses on /usr/include/ncurses.h" 1>&6 +- CURSES_LIBS="-lncurses" ++ CURSES_LIBS="-lncurses -lmytinfo" + CURSES_INCLUDEDIR="" + search_ncurses=false + screen_manager="ncurses on /usr/include" +@@ -10676,6 +10676,8 @@ + fi + done + ++CFLAGS="$CFLAGS $CURSES_INCLUDEDIR" ++LIBS="$LIBS $CURSES_LIBS" + + if test "x$screen_manager" = "xunknown"; then + cat >> confdefs.h <<\EOF diff --git a/x11-fm/gnomemc/files/patch-ab b/x11-fm/gnomemc/files/patch-ab new file mode 100644 index 0000000..27071b7 --- /dev/null +++ b/x11-fm/gnomemc/files/patch-ab @@ -0,0 +1,27 @@ +--- vfs/Make-mc.in.orig Tue Jan 19 00:44:08 1999 ++++ vfs/Make-mc.in Wed Jan 27 00:28:32 1999 +@@ -179,21 +179,18 @@ + -$(RMF) $(srcdir)/Makefile + + install: @mcserv@ install.extfs +- -(if test x@mcserv@ != x; then \ +- $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(bindir)/$(binprefix)mcserv; \ +- fi) + + install.extfs: + for I in $(EXTFS_MISC); do \ +- $(INSTALL_DATA) $(srcdir)/extfs/$$I \ ++ $(INSTALL_DATA) extfs/$$I \ + $(DESTDIR)$(libdir)/extfs/$$I; \ + done + for I in $(EXTFS_CONST) ; do \ +- $(INSTALL_PROGRAM) $(srcdir)/extfs/$$I \ ++ $(INSTALL_DATA) -m 555 extfs/$$I \ + $(DESTDIR)$(libdir)/extfs/$$I; \ + done + for I in $(EXTFS_OUT) ; do \ +- $(INSTALL_PROGRAM) $(builddir)/vfs/extfs/$$I \ ++ $(INSTALL_DATA) -m 555 extfs/$$I \ + $(DESTDIR)$(libdir)/extfs/$$I; \ + done + diff --git a/x11-fm/gnomemc/files/patch-ac b/x11-fm/gnomemc/files/patch-ac new file mode 100644 index 0000000..92961fd --- /dev/null +++ b/x11-fm/gnomemc/files/patch-ac @@ -0,0 +1,22 @@ +--- Make.common.in.orig Tue Jan 26 22:36:55 1999 ++++ Make.common.in Tue Jan 26 22:40:12 1999 +@@ -19,15 +19,15 @@ + bindir = @bindir@ + sysconfdir = @sysconfdir@ + corbadir = $(sysconfdir)/CORBA/servers +-libdir = $(exec_prefix)/lib/mc ++libdir = @localstatedir@/mc +-idldir = $(prefix)/share/idl ++idldir = @localstatedir@/idl + suppbindir = $(libdir)/bin +-gnewdir = $(prefix)/share/mc/templates ++gnewdir = $(libdir)/templates + tidir = $(libdir)/term + extfsdir = $(libdir)/extfs + datadir = @datadir@ + icondir = $(datadir)/pixmaps/mc +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + basemandir = @mandir@ + mandir = $(basemandir)/man1 + manext = 1 diff --git a/x11-fm/gnomemc/files/patch-af b/x11-fm/gnomemc/files/patch-af new file mode 100644 index 0000000..59c51ac --- /dev/null +++ b/x11-fm/gnomemc/files/patch-af @@ -0,0 +1,54 @@ +--- Makefile.in.orig Tue Jan 26 19:51:29 1999 ++++ Makefile.in Tue Jan 26 19:54:31 1999 +@@ -5,7 +5,7 @@ + @MCFGR@@MCF@ + + foreigndirs=pc +-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl ++codedirs=vfs lib gtkedit gnome new_icons icons idl + unixdirs=intl $(codedirs) @POSUB@ + alldirs=$(unixdirs) $(foreigndirs) + subdirs=$(alldirs) +@@ -46,8 +46,6 @@ + install: installdirs @vcs@ + @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done + $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ +- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install +- chmod +x $(DESTDIR)$(suppbindir)/mcfn_install + @echo "Please verify that the configuration values are correctly" + @echo "set in the mc.ext file in $(libdir)" + +@@ -58,12 +56,9 @@ + installdirs: + $(mcsrcdir)/xmkdir $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) + $(mcsrcdir)/xmkdir $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir) +- $(mcsrcdir)/xmkdir $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir) +- $(mcsrcdir)/xmkdir $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir) ++ $(mcsrcdir)/xmkdir $(DESTDIR)$(icondir) ++ $(mcsrcdir)/xmkdir $(DESTDIR)$(extfsdir) + $(mcsrcdir)/xmkdir $(DESTDIR)$(idldir) +- +-mcfninstall: +- -/bin/sh ./mcfn_install + + uninstall: + @for I in $(unixdirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done +--- lib/Makefile.in.orig Tue Jan 19 00:44:08 1999 ++++ lib/Makefile.in Thu Jan 28 15:45:04 1999 +@@ -15,7 +15,6 @@ + LIBFILES_IN = mc.ext.in mc-gnome.ext.in + LIBFILES_OUT = mc.ext mc-gnome.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) \ + Makefile.in tdiff xnc.hlp ncurses.h mc.sh mc.csh mcserv.init \ + mcserv.pamd tkmc.wmconfig mc.ext.in.qnx.diff mc.menu.qnx.diff +@@ -42,8 +41,6 @@ + do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(libdir)/$$I; done + for I in $(LIBFILES_OUT); \ + do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(libdir)/$$I; done +- for I in $(TIFILES); \ +- do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done + + uninstall: + for I in $(LIBFILES_OUT) $(LIBFILES_CONST); \ diff --git a/x11-fm/gnomemc/files/patch-ag b/x11-fm/gnomemc/files/patch-ag new file mode 100644 index 0000000..db4fed2 --- /dev/null +++ b/x11-fm/gnomemc/files/patch-ag @@ -0,0 +1,177 @@ +--- lib/mc.ext.in.orig Thu Jan 28 14:19:18 1999 ++++ lib/mc.ext.in Thu Jan 28 14:21:05 1999 +@@ -367,57 +367,58 @@ + Icon=core.xpm + + type/PostScript +- Open=gv %f ++ Open=ggv %f + Icon=postscript.xpm ++ View=ggv %f + View with GhostView=gv %f + + type/GIF\ image +- Open=ee %f ++ Open=ElectricEyes %f + Icon=gif.xpm + Include=image-options + + type/GIF\ picture +- Open=ee %f ++ Open=ElectricEyes %f + Icon=gif.xpm + Include=image-options + + type/JPEG\ picture +- Open=ee %f ++ Open=ElectricEyes %f + Icon=jpeg.xpm + Include=image-options + + type/PC\ bitmap +- Open=ee %f ++ Open=ElectricEyes %f + Icon=bitmap.xpm + Include=image-options + + type/PNG\ image +- Open=ee %f ++ Open=ElectricEyes %f + Icon=gif.xpm + Include=image-options + + type/JPEG\ image +- Open=ee %f ++ Open=ElectricEyes %f + Icon=jpeg.xpm + Include=image-options + + type/TIFF\ file +- Open=ee %f ++ Open=ElectricEyes %f + Icon=tiff.xpm + Include=image-options + + type/PBM +- Open=ee %f ++ Open=ElectricEyes %f + Icon=pbm.xpm + Include=image-options + + type/PGM +- Open=ee %f ++ Open=ElectricEyes %f + Icon=pgm.xpm + Include=image-options + + type/PPM +- Open=ee %f ++ Open=ElectricEyes %f + Icon=ppm.xpm + Include=image-options + +@@ -426,14 +427,14 @@ + Icon=xbm.xpm + + shell/.xpm +- Open=ee %f ++ Open=ElectricEyes %f + View=sxpm %f + Include=image-options + Icon=xpm.xpm + + include/image-options + Set root window to this image=background-properties --setwallpaper %f & +- Display this file=ee %f & ++ Display this file=ElectricEyes %f & + + # Sound files + shell/.mod +--- lib/mc-gnome.ext.in.orig Thu Jan 28 14:21:23 1999 ++++ lib/mc-gnome.ext.in Thu Jan 28 14:21:59 1999 +@@ -271,60 +271,60 @@ + View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@ + + type/PostScript +- Open=gv %f +- View with GhostView=gv %f ++ Open=ggv %f ++ View with GhostView=ggv %f + + type/GIF\ image +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/GIF\ picture +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/JPEG\ picture +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/PC\ bitmap +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/PNG\ image +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/JPEG\ image +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/TIFF\ file +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/PBM +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/PGM +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + type/PPM +- Open=ee %f ++ Open=ElectricEyes %f + Include=image-options + + shell/.xbm + Open=bitmap %f + + shell/.xpm +- Open=ee %f ++ Open=ElectricEyes %f + View=sxpm %f + Include=image-options + + include/image-options + Set root window to this image=background-properties --setwallpaper %f & +- Display this file=ee %f & ++ Display this file=ElectricEyes %f & + + # Sound files + shell/.mod +--- gnome/mc.keys.in.in.orig Tue Jan 19 00:44:12 1999 ++++ gnome/mc.keys.in.in Thu Jan 28 11:54:32 1999 +@@ -86,7 +86,7 @@ + icon-filename=@icondir@/tex.xpm + + application/postscript: +- open=gv %f ++ open=ggv %f + icon-filename=@icondir@/postscript.xpm + + application/x-object-file: diff --git a/x11-fm/gnomemc/pkg-comment b/x11-fm/gnomemc/pkg-comment new file mode 100644 index 0000000..c5c0796 --- /dev/null +++ b/x11-fm/gnomemc/pkg-comment @@ -0,0 +1 @@ +A windows explorer work-a-like for the GNOME Desktop Environment diff --git a/x11-fm/gnomemc/pkg-descr b/x11-fm/gnomemc/pkg-descr new file mode 100644 index 0000000..404733f --- /dev/null +++ b/x11-fm/gnomemc/pkg-descr @@ -0,0 +1,5 @@ +A Windows Explorer work-a-like File Manager for the GNOME Desktop +Environment. + +Despite sharing code and a name with Midnight Commander, the two don't look +at all like one another, or work in a similar fashion. diff --git a/x11-fm/gnomemc/pkg-plist b/x11-fm/gnomemc/pkg-plist new file mode 100644 index 0000000..34e56db --- /dev/null +++ b/x11-fm/gnomemc/pkg-plist @@ -0,0 +1,95 @@ +bin/corba-gmc +bin/gmc +etc/CORBA/servers/gmc.gnorba +share/gnome/idl/FileManager.idl +share/gnome/idl/Makefile.in +share/gnome/mc/FAQ +share/gnome/mc/extfs/README +share/gnome/mc/extfs/a +share/gnome/mc/extfs/deb +share/gnome/mc/extfs/extfs.ini +share/gnome/mc/extfs/ftplist +share/gnome/mc/extfs/hp48 +share/gnome/mc/extfs/lslR +share/gnome/mc/extfs/mailfs +share/gnome/mc/extfs/patchfs +share/gnome/mc/extfs/rpm +share/gnome/mc/extfs/sfs.ini +share/gnome/mc/extfs/uar +share/gnome/mc/extfs/ucpio +share/gnome/mc/extfs/ulha +share/gnome/mc/extfs/urar +share/gnome/mc/extfs/uzip +share/gnome/mc/extfs/uzoo +share/gnome/mc/layout +share/gnome/mc/mc-gnome.ext +share/gnome/mc/mc.ext +share/gnome/mc/mc.hint +share/gnome/mc/mc.lib +share/gnome/mc/mc.menu +share/gnome/mc/templates/application.x-gnumeric.desktop +share/gnome/mc/templates/gimp.image.desktop +share/gnome/mime-info/mc.keys +share/gnome/pixmaps/mc/c.xpm +share/gnome/pixmaps/mc/calendar.xpm +share/gnome/pixmaps/mc/cc.xpm +share/gnome/pixmaps/mc/compressed.xpm +share/gnome/pixmaps/mc/directory.xpm +share/gnome/pixmaps/mc/gnome-http-url.png +share/gnome/pixmaps/mc/gnome-image-bmp.png +share/gnome/pixmaps/mc/gnome-image-generic.png +share/gnome/pixmaps/mc/gnome-image-gif.png +share/gnome/pixmaps/mc/gnome-image-ief.png +share/gnome/pixmaps/mc/gnome-image-jpeg.png +share/gnome/pixmaps/mc/gnome-image-pbm.png +share/gnome/pixmaps/mc/gnome-image-pgm.png +share/gnome/pixmaps/mc/gnome-image-png.png +share/gnome/pixmaps/mc/gnome-image-pnm.png +share/gnome/pixmaps/mc/gnome-image-ppm.png +share/gnome/pixmaps/mc/gnome-image-ras.png +share/gnome/pixmaps/mc/gnome-image-rgb.png +share/gnome/pixmaps/mc/gnome-image-tga.png +share/gnome/pixmaps/mc/gnome-image-tiff.png +share/gnome/pixmaps/mc/gnome-image-xbm.png +share/gnome/pixmaps/mc/gnome-image-xpm.png +share/gnome/pixmaps/mc/gnome-image-xwd.png +share/gnome/pixmaps/mc/gnome-pack-deb.png +share/gnome/pixmaps/mc/gnome-pack-rpm.png +share/gnome/pixmaps/mc/gnome-text-html.png +share/gnome/pixmaps/mc/gnome-video-mpeg.png +share/gnome/pixmaps/mc/gnome-video-quicktime.png +share/gnome/pixmaps/mc/gnome-video-x-msvideo.png +share/gnome/pixmaps/mc/h.xpm +share/gnome/pixmaps/mc/html.xpm +share/gnome/pixmaps/mc/i-blockdev.png +share/gnome/pixmaps/mc/i-chardev.png +share/gnome/pixmaps/mc/i-core.png +share/gnome/pixmaps/mc/i-dirclosed.png +share/gnome/pixmaps/mc/i-directory.png +share/gnome/pixmaps/mc/i-executable.png +share/gnome/pixmaps/mc/i-regular.png +share/gnome/pixmaps/mc/i-sock.png +share/gnome/pixmaps/mc/i-stalled.png +share/gnome/pixmaps/mc/i-symlink.png +share/gnome/pixmaps/mc/makefile.xpm +share/gnome/pixmaps/mc/man.xpm +share/gnome/pixmaps/mc/o.xpm +share/gnome/pixmaps/mc/postscript.xpm +share/gnome/pixmaps/mc/sound.xpm +share/gnome/pixmaps/mc/tex.xpm +share/gnome/pixmaps/mc/text.xpm +share/gnome/pixmaps/mc/trash.xpm +share/gnome/pixmaps/mc/word.xpm +share/gnome/pixmaps/mc/zip.xpm +share/locale/de/LC_MESSAGES/mc.mo +share/locale/es/LC_MESSAGES/mc.mo +share/locale/fr/LC_MESSAGES/mc.mo +share/locale/it/LC_MESSAGES/mc.mo +share/locale/ko/LC_MESSAGES/mc.mo +share/locale/no/LC_MESSAGES/mc.mo +share/locale/pl/LC_MESSAGES/mc.mo +share/locale/ru/LC_MESSAGES/mc.mo +@dirrm share/gnome/pixmaps/mc +@dirrm share/gnome/mc/extfs +@dirrm share/gnome/mc/templates +@dirrm share/gnome/mc |