svn commit: r309145 - head/archivers/wzip

Alexey Dokuchaev danfe at FreeBSD.org
Tue Dec 18 06:41:27 UTC 2012


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 at gmail.com>
-#
+# Created by: Yonatan <onatan at 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 at 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


More information about the svn-ports-head mailing list