From owner-freebsd-ports Thu Feb 22 20: 0:25 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1629737B698 for ; Thu, 22 Feb 2001 20:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1N402790617; Thu, 22 Feb 2001 20:00:02 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1316C37B4EC for ; Thu, 22 Feb 2001 19:57:36 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1N3vam90382; Thu, 22 Feb 2001 19:57:36 -0800 (PST) (envelope-from nobody) Message-Id: <200102230357.f1N3vam90382@freefall.freebsd.org> Date: Thu, 22 Feb 2001 19:57:36 -0800 (PST) From: sergeiga@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/25294: vide-0.2.6 port update to the vide-0.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 25294 >Category: ports >Synopsis: vide-0.2.6 port update to the vide-0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 22 20:00:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergei Gnezdov >Release: 4.2-RELEASE >Organization: n/a >Environment: FreeBSD name.group 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC i386 >Description: My previous submission has incorrect pkg-descr file (contact information). >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # x11-fm/vide # x11-fm/vide/Makefile # x11-fm/vide/distinfo # x11-fm/vide/pkg-comment # x11-fm/vide/pkg-descr # x11-fm/vide/pkg-plist # x11-fm/vide/files # x11-fm/vide/files/patch-search_mode.c # x11-fm/vide/files/patch-vide.c # x11-fm/vide/files/patch-config_files.c # echo c - x11-fm/vide mkdir -p x11-fm/vide > /dev/null 2>&1 echo x - x11-fm/vide/Makefile sed 's/^X//' >x11-fm/vide/Makefile << 'END-of-x11-fm/vide/Makefile' X# New ports collection makefile for: vide X# Date created: May 17 2000 X# Whom: careilly X# X# $FreeBSD: ports/x11-fm/vide/Makefile,v 1.3 2000/10/05 06:42:35 reg Exp $ X# X XPORTNAME= vide XPORTVERSION= 0.5 XCATEGORIES= x11-fm XMASTER_SITES= http://vide.sourceforge.net/ X XMAINTAINER= sergeiga@yahoo.com X XRUN_DEPENDS= vim:${PORTSDIR}/editors/vim5 XUSE_X_PREFIX= yes XUSE_GMAKE= yes XUSE_GTK= yes XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" X XPLIST_SUB= VERSION=${PORTVERSION} X XPATCH_WRKSRC= ${WRKSRC}/src X Xpost-patch: X @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c X X.include END-of-x11-fm/vide/Makefile echo x - x11-fm/vide/distinfo sed 's/^X//' >x11-fm/vide/distinfo << 'END-of-x11-fm/vide/distinfo' XMD5 (vide-0.5.tar.gz) = c70e1dc051f913b232f8af02d01a5dc2 END-of-x11-fm/vide/distinfo echo x - x11-fm/vide/pkg-comment sed 's/^X//' >x11-fm/vide/pkg-comment << 'END-of-x11-fm/vide/pkg-comment' XSimple Gtk+ based filemanager with vi keybindings END-of-x11-fm/vide/pkg-comment echo x - x11-fm/vide/pkg-descr sed 's/^X//' >x11-fm/vide/pkg-descr << 'END-of-x11-fm/vide/pkg-descr' XVide is a simple filemanager with vi keybindings. If you already Xuse vi, Vide enables you to have complete keyboard control over Xyour filemanager without having to learn a new set of commands. X XVide runs under X11 and is based on Gtk+ X XWWW: http://vide.sourceforge.net/ X X- Sergei Gnezdov Xsergeiga@yahoo.com END-of-x11-fm/vide/pkg-descr echo x - x11-fm/vide/pkg-plist sed 's/^X//' >x11-fm/vide/pkg-plist << 'END-of-x11-fm/vide/pkg-plist' Xbin/pauseme Xbin/vide Xshare/vide/vide%%VERSION%%.txt X@dirrm share/vide END-of-x11-fm/vide/pkg-plist echo c - x11-fm/vide/files mkdir -p x11-fm/vide/files > /dev/null 2>&1 echo x - x11-fm/vide/files/patch-search_mode.c sed 's/^X//' >x11-fm/vide/files/patch-search_mode.c << 'END-of-x11-fm/vide/files/patch-search_mode.c' X*** search_mode.c.orig Tue Feb 20 00:14:47 2001 X--- search_mode.c Tue Feb 20 00:05:23 2001 X*************** X*** 16,21 **** X--- 16,27 ---- X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA X */ X X+ #include X+ #if (defined(BSD) && (BSD>=199103)) X+ /* Required by regex.h on FreeBSD 4.2 at least. */ X+ #include X+ #endif X+ X #include X #include X #include END-of-x11-fm/vide/files/patch-search_mode.c echo x - x11-fm/vide/files/patch-vide.c sed 's/^X//' >x11-fm/vide/files/patch-vide.c << 'END-of-x11-fm/vide/files/patch-vide.c' X*** vide.c.orig Wed Feb 21 22:20:33 2001 X--- vide.c Wed Feb 21 22:21:03 2001 X*************** X*** 16,22 **** X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA X */ X X! X X #include X #include X--- 16,29 ---- X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA X */ X X! #include X! #if defined(__FreeBSD_version) X! #define RXVT_VIM "xterm -e vim" X! #define RXVT "xterm" X! #else X! #define RXVT_VIM "rxvt -e vim" X! #define RXVT "rxvt" X! #endif X X #include X #include X*************** X*** 280,285 **** X--- 287,294 ---- X X getcwd(current_dir, sizeof(current_dir)); X X+ /* i18n support */ X+ gtk_set_locale(); X X /* Set up handler for sigchild so that we don't get zombies */ X new_action.sa_handler = received_sigchild; X*************** X*** 329,335 **** X cfg.start_with_cwd = FALSE; X strncpy(cfg.vi_clone, "vim", sizeof(cfg.vi_clone)); X strncpy(cfg.vi_command, "vim", sizeof(cfg.vi_command)); X! strncpy (cfg.viewer_command, "rxvt -e vim", X sizeof (cfg.viewer_command)); X cfg.window_width = 640; X cfg.window_height = 480; X--- 338,344 ---- X cfg.start_with_cwd = FALSE; X strncpy(cfg.vi_clone, "vim", sizeof(cfg.vi_clone)); X strncpy(cfg.vi_command, "vim", sizeof(cfg.vi_command)); X! strncpy (cfg.viewer_command, RXVT_VIM, X sizeof (cfg.viewer_command)); X cfg.window_width = 640; X cfg.window_height = 480; X*************** X*** 337,343 **** X cfg.window_ypos = 0; X cfg.dir_history_max_length = 15; X cfg.command_history_max_length = 10; X! strncpy (cfg.xterm_command, "rxvt", sizeof (cfg.xterm_command)); X chdir (getenv ("HOME")); X getcwd (app.left_view.dir, PATH_MAX); X strncpy (app.right_view.dir, app.left_view.dir, PATH_MAX); X--- 346,352 ---- X cfg.window_ypos = 0; X cfg.dir_history_max_length = 15; X cfg.command_history_max_length = 10; X! strncpy (cfg.xterm_command, RXVT, sizeof (cfg.xterm_command)); X chdir (getenv ("HOME")); X getcwd (app.left_view.dir, PATH_MAX); X strncpy (app.right_view.dir, app.left_view.dir, PATH_MAX); END-of-x11-fm/vide/files/patch-vide.c echo x - x11-fm/vide/files/patch-config_files.c sed 's/^X//' >x11-fm/vide/files/patch-config_files.c << 'END-of-x11-fm/vide/files/patch-config_files.c' X*** config_files.c.orig Wed Feb 21 22:23:30 2001 X--- config_files.c Wed Feb 21 22:24:42 2001 X*************** X*** 16,21 **** X--- 16,27 ---- X * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA X */ X X+ #include X+ #if defined(__FreeBSD_version) X+ #define CP_HELP "cp %%PREFIX%%/share/vide/vide%s.txt %s" X+ #else X+ #define CP_HELP "cp /usr/local/share/vide/vide%s.txt %s" X+ #endif X X #include X #include X*************** X*** 60,67 **** X { X gchar command[PATH_MAX]; X X! g_snprintf(command, sizeof(command), "cp /usr/local/share/vide/vide%s.txt %s", X! VERSION, help_file); X file_exec(command); X X } X--- 66,72 ---- X { X gchar command[PATH_MAX]; X X! g_snprintf(command, sizeof(command), CP_HELP, VERSION, help_file); X file_exec(command); X X } END-of-x11-fm/vide/files/patch-config_files.c exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message