Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 1997 09:12:32 -0400
From:      Paul Fox <pgf@foxharp.boston.ma.us>
To:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   update to vile/xvile enclosed
Message-ID:  <2319.861455552@foxharp.boston.ma.us>

next in thread | raw e-mail | index | archive | help
hello -- i'm hoping someone can bring the freebsd ports of vile and
xvile up to date.  attached is a shar of two separate patch files,
one for each of the two ports dirs.  each should be applied from the
"editors" directory of the ports tree.

this moves the vile port version from 6.3 to 7.0.

since i can no longer test ports, all i did was change vile version
numbers in the Makefile for this update.  if the ports format has
changed lately, i'm afraid that might not be sufficient.  i hope it
is.

(btw, i looked in incoming on ftp.freebsd.org, intending to put these there,
but got confused.  there are patch files there for x/vile-6.0, which
i uploaded a year ago.  they can be removed, if anyone cares...)

thanks!

paul

[ i should mention what vile is:  it's a multi-window, multi-buffer,
X11-aware vi workalike, with a lot of other good stuff thrown in...  ]

---------------------
    paul fox, pgf@foxharp.boston.ma.us (arlington, ma)


[ sigh -- i had to insert a single space at the front of every line
 to keep mhn from trying to parse this...  sorry.  -pgf ]
 
 #!/bin/sh
 # This is a shell archive (produced by GNU sharutils 4.1).
 # To extract the files from this archive, save it to some FILE, remove
 # everything before the `!/bin/sh' line above, then type `sh FILE'.
 #
 # Made on 1997-04-18 10:33 EDT by <pgf@gutso>.
 # Source directory was `/usr2/foxharp/src/pgf/vile/freebsd/editors'.
 #
 # Existing files will *not* be overwritten unless `-c' is specified.
 #
 # This shar contains:
 # length mode       name
 # ------ ---------- ------------------------------------------
 #    841 -rw-rw-r-- vile.patch
 #    883 -rw-rw-r-- xvile.patch
 #
 touch -am 1231235999 $$.touch >/dev/null 2>&1
 if test ! -f 1231235999 && test -f $$.touch; then
   shar_touch=touch
 else
   shar_touch=:
   echo
   echo 'WARNING: not restoring timestamps.  Consider getting and'
   echo "installing GNU \`touch', distributed in GNU File Utilities..."
   echo
 fi
 rm -f 1231235999 $$.touch
 #
 # ============= vile.patch ==============
 if test -f 'vile.patch' && test X"$1" != X"-c"; then
   echo 'x - skipping vile.patch (file already exists)'
 else
   echo 'x - extracting vile.patch (text)'
   sed 's/^X//' << 'SHAR_EOF' > 'vile.patch' &&
 Index: Makefile
 Prereq:  1.11 
 *** vile.old/Makefile	Tue Dec  3 18:21:03 1996
 --- vile/Makefile	Fri Apr 18 10:30:56 1997
 ***************
 *** 1,12 ****
 X  # New ports collection makefile for:    vile
 ! # Version required:     6.3
 ! # Date created:         Wed Nov 26, 1996
 X  # Whom:                 pgf
 X  #
 X  # $Id: Makefile,v 1.11 1996/12/03 12:53:30 obrien Exp $
 X  #
 X  
 ! DISTNAME=	vile-6.3
 X  CATEGORIES=	editors
 X  MASTER_SITES=   ftp://ftp.clark.net/pub/dickey/vile/
 X  EXTRACT_SUFX=	.tgz
 --- 1,12 ----
 X  # New ports collection makefile for:    vile
 ! # Version required:     7.0
 ! # Date created:         Fri Apr 18, 1997
 X  # Whom:                 pgf
 X  #
 X  # $Id: Makefile,v 1.11 1996/12/03 12:53:30 obrien Exp $
 X  #
 X  
 ! DISTNAME=	vile-7.0
 X  CATEGORIES=	editors
 X  MASTER_SITES=   ftp://ftp.clark.net/pub/dickey/vile/
 X  EXTRACT_SUFX=	.tgz
 SHAR_EOF
   $shar_touch -am 0418103397 'vile.patch' &&
   chmod 0664 'vile.patch' ||
   echo 'restore of vile.patch failed'
   shar_count="`wc -c < 'vile.patch'`"
   test 841 -eq "$shar_count" ||
     echo "vile.patch: original size 841, current size $shar_count"
 fi
 # ============= xvile.patch ==============
 if test -f 'xvile.patch' && test X"$1" != X"-c"; then
   echo 'x - skipping xvile.patch (file already exists)'
 else
   echo 'x - extracting xvile.patch (text)'
   sed 's/^X//' << 'SHAR_EOF' > 'xvile.patch' &&
 Index: Makefile
 Prereq:  1.11 
 *** xvile.old/Makefile	Tue Dec  3 18:21:11 1996
 --- xvile/Makefile	Fri Apr 18 10:31:20 1997
 ***************
 *** 1,13 ****
 X  # New ports collection makefile for:    xvile
 ! # Version required:     6.3
 ! # Date created:         Wed Nov 26, 1996
 X  # Whom:                 pgf
 X  #
 X  # $Id: Makefile,v 1.11 1996/12/03 12:53:38 obrien Exp $
 X  #
 X  
 ! DISTNAME=	vile-6.3
 ! PKGNAME=	xvile-6.3
 X  CATEGORIES=	editors
 X  MASTER_SITES=	ftp://ftp.clark.net/pub/dickey/vile/
 X  EXTRACT_SUFX=	.tgz
 --- 1,13 ----
 X  # New ports collection makefile for:    xvile
 ! # Version required:     7.0
 ! # Date created:         Fri Apr 18, 1997
 X  # Whom:                 pgf
 X  #
 X  # $Id: Makefile,v 1.11 1996/12/03 12:53:38 obrien Exp $
 X  #
 X  
 ! DISTNAME=	vile-7.0
 ! PKGNAME=	xvile-7.0
 X  CATEGORIES=	editors
 X  MASTER_SITES=	ftp://ftp.clark.net/pub/dickey/vile/
 X  EXTRACT_SUFX=	.tgz
 SHAR_EOF
   $shar_touch -am 0418103397 'xvile.patch' &&
   chmod 0664 'xvile.patch' ||
   echo 'restore of xvile.patch failed'
   shar_count="`wc -c < 'xvile.patch'`"
   test 883 -eq "$shar_count" ||
     echo "xvile.patch: original size 883, current size $shar_count"
 fi
 exit 0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2319.861455552>