Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 1995 01:44:44 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        obrien@cs.ucdavis.edu
Cc:        ports@FreeBSD.ORG
Subject:   Re: Vim FreeBSD 2.1.0 port/package
Message-ID:  <199512040944.BAA11844@silvia.HIP.Berkeley.EDU>
In-Reply-To: <9512040339.AA09142@toadflax.cs.ucdavis.edu> (obrien@cs.ucdavis.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
 * Hello, I have submitted vim-3.0*.tgz.* in freefall.cdrom.com:/incoming as a
 * FreeBSD port/package candidate.

Thanks, I took a look and committed it.  I'll append my changes below.
Overall, and excellent work, I should say!

I removed scripts/configure, there is no need to rename the Makefile:
there's a variable for it (see diff below).

Also, no need to submit a package (or a distfile, as some people do),
we will fetch/build a package by ourselves.

Thanks!

Satoshi
=======
diff -ru vim/Makefile vim-new/Makefile
--- vim/Makefile	Sun Dec  3 19:24:48 1995
+++ vim-new/Makefile	Mon Dec  4 01:24:19 1995
@@ -1,22 +1,25 @@
 # New ports collection makefile for:    vim
 # Version required:     3.0
 # Date created:         Fri Dec 01, 1995
-# Whom:                 deo
+# Whom:                 David O'Brien (obrien@cs.ucdavis.edu)
 #
 # $Id: Makefile,v 1.5 1995/04/24 03:38:04 asami Exp $
 #
 
 DISTNAME=	vim-3.0
-PKGNAME=	vim-3.0
 CATEGORIES+=	editors
-MASTER_SITES=	ftp://ftp.fu-berlin.de/pub/misc/editors/vim/unix/
+MASTER_SITES=	ftp://dutepp0.et.tudelft.nl/pub/Unix/Editors/ \
+		ftp://ftp.fu-berlin.de/pub/misc/editors/vim/unix/
 
 MAINTAINER=     obrien@cs.ucdavis.edu
 
 WRKSRC=		${WRKDIR}/vim/src
 ALL_TARGET=	vim
+MAKEFILE=	makefile.unix
 
 post-install:
+.if !defined(NOMANCOMPRESS)
 	gzip -9nf ${PREFIX}/man/man1/vim.1
+.endif
 
 .include <bsd.port.mk>
diff -ru vim/pkg/COMMENT vim-new/pkg/COMMENT
--- vim/pkg/COMMENT	Sat Dec  2 03:45:07 1995
+++ vim-new/pkg/COMMENT	Mon Dec  4 00:07:10 1995
@@ -1 +1 @@
-vim - Vi IMproved v3.0.  a vi "workalike", with many additional features.
+A vi "workalike", with many additional features.
diff -ru vim/pkg/DESCR vim-new/pkg/DESCR
--- vim/pkg/DESCR	Sat Dec  2 03:58:34 1995
+++ vim-new/pkg/DESCR	Mon Dec  4 00:07:28 1995
@@ -1,4 +1,3 @@
-
 Vim is an almost compatible version of the UNIX text editor vi.  Only the 'Q'
 command is missing (you don't need it).
 
@@ -10,5 +9,4 @@
 Portability to all UNIX platforms, Amiga DOS, MS-DOS, MS-Windows NT, and
     Archimedes.
 
-This is version 3.0.
 -- David	(obrien@cs.ucdavis.edu)
diff -ru vim/pkg/PLIST vim-new/pkg/PLIST
--- vim/pkg/PLIST	Sat Dec  2 02:06:30 1995
+++ vim-new/pkg/PLIST	Mon Dec  4 00:06:54 1995
@@ -1,7 +1,3 @@
-@cd /usr/local
-@owner bin
-@mode 555
 bin/vim
-@mode 444
 lib/vim.hlp
 man/man1/vim.1.gz
Only in vim: scripts



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