Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 06:41:27 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309145 - head/archivers/wzip
Message-ID:  <201212180641.qBI6fRUJ075133@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Dec 18 06:41:26 2012
New Revision: 309145
URL: http://svnweb.freebsd.org/changeset/ports/309145

Log:
  Cleanup Makefile and port description.

Modified:
  head/archivers/wzip/Makefile
  head/archivers/wzip/pkg-descr

Modified: head/archivers/wzip/Makefile
==============================================================================
--- head/archivers/wzip/Makefile	Tue Dec 18 06:30:32 2012	(r309144)
+++ head/archivers/wzip/Makefile	Tue Dec 18 06:41:26 2012	(r309145)
@@ -1,30 +1,25 @@
-# New ports collection makefile for:    wzip
-# Date created:		06 Jan 2003
-# Whom:			Yonatan <onatan@gmail.com>
-#
+# Created by: Yonatan <onatan@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	wzip
 PORTVERSION=	1.1.1
 CATEGORIES=	archivers
 MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
-DISTNAME=	wzip_${PORTVERSION}
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	onatan@gmail.com
-COMMENT=	A preprocessor for lossy data compression
+COMMENT=	Preprocessor for lossy data compression
 
-ALL_TARGET=	wzip
-WRKSRC=		${WRKDIR}/wzip-${PORTVERSION}
-MAN1=		wzip.1
-PLIST_FILES=	bin/wzip
+ALL_TARGET=	${PORTNAME}
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+MAN1=		${PORTNAME}.1
+PLIST_FILES=	bin/${PORTNAME}
 
 post-patch:
-	@${REINPLACE_CMD} 's|gcc|${CC}|' \
-		${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} 's|gcc|${CC}|' ${WRKSRC}/${MAKEFILE}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/wzip ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/wzip.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/archivers/wzip/pkg-descr
==============================================================================
--- head/archivers/wzip/pkg-descr	Tue Dec 18 06:30:32 2012	(r309144)
+++ head/archivers/wzip/pkg-descr	Tue Dec 18 06:41:26 2012	(r309145)
@@ -1,10 +1,7 @@
-The program wzip is a preprocessor for lossy data compression. A
-sequence of ascii floating-point numbers is transformed into a
-sequence of small integers ready for effective compression with e.g.
-gzip. The program can also be used for effective but time consuming
-denoising of measurement data. Wzip was originally written for the
-processing of EDX-linescans.
+The program wzip is a preprocessor for lossy data compression. A sequence of
+ASCII floating-point numbers is transformed into a sequence of small integers
+ready for effective compression with e.g. gzip.  The program can also be used
+for effective but time consuming denoising of measurement data.  Wzip was
+originally written for the processing of EDX-linescans.
 
-wzip is originally written for inclusion into the Debian GNU/Linux system.
-
-WWW: http://packages.qa.debian.org/wzip
+WWW: http://packages.qa.debian.org/w/wzip.html



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