From owner-svn-ports-head@FreeBSD.ORG Wed May 15 01:23:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 51B6D39E; Wed, 15 May 2013 01:23:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 443C5BD9; Wed, 15 May 2013 01:23:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4F1NE1U087195; Wed, 15 May 2013 01:23:14 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4F1NDPJ087193; Wed, 15 May 2013 01:23:13 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201305150123.r4F1NDPJ087193@svn.freebsd.org> From: Martin Wilke Date: Wed, 15 May 2013 01:23:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318212 - head/sysutils/dim X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2013 01:23:14 -0000 Author: miwi Date: Wed May 15 01:23:13 2013 New Revision: 318212 URL: http://svnweb.freebsd.org/changeset/ports/318212 Log: - Update MASTER_SITES and WWW: line - Switch to shebangfix - Trim header - Add LICENSE PR: 178582 Submitted by: Ports Fury Modified: head/sysutils/dim/Makefile (contents, props changed) head/sysutils/dim/pkg-descr (contents, props changed) Modified: head/sysutils/dim/Makefile ============================================================================== --- head/sysutils/dim/Makefile Wed May 15 00:29:31 2013 (r318211) +++ head/sysutils/dim/Makefile Wed May 15 01:23:13 2013 (r318212) @@ -1,27 +1,26 @@ -# New ports collection makefile for: dim -# Date created: Apr 13, 2001 -# Whom: Mark Pulford -# +# Created by: Mark Pulford # $FreeBSD$ -# PORTNAME= dim PORTVERSION= 1.1 CATEGORIES= sysutils -MASTER_SITES= http://theory.org/~matt/dim/ +MASTER_SITES= https://glyphobet.net/dim/ DISTNAME= dim EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org -COMMENT= A directory lister which sorts the file list in 2D +COMMENT= Directory lister which sorts the file list in 2D + +LICENSE= GPLv2 # (or later) -USE_PERL5_RUN= yes NO_WRKSUBDIR= yes NO_BUILD= yes -PLIST_FILES= bin/dim -post-patch: - ${REINPLACE_CMD} -E "s|^#!.+|#!${PERL}|" ${WRKSRC}/dim.pl +USES= shebangfix +SHEBANG_FILES= dim.pl +USE_PERL5_RUN= yes + +PLIST_FILES= bin/dim do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim Modified: head/sysutils/dim/pkg-descr ============================================================================== --- head/sysutils/dim/pkg-descr Wed May 15 00:29:31 2013 (r318211) +++ head/sysutils/dim/pkg-descr Wed May 15 01:23:13 2013 (r318212) @@ -1,4 +1,4 @@ Dim displays the files in a directory by grouping them visually, making it easy to see what files are related at a glance. -WWW: http://www.theory.org/~matt/dim/dim.html +WWW: https://glyphobet.net/dim/dim.html