diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 16:53:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-14 16:53:58 +0800 |
commit | 98213ff99dc6723b10c6f62976529471240ec87f (patch) | |
tree | 069705f06c715d5636d2881051401267e810d568 /archivers/grzip | |
parent | 06071169d83cd92a53df089e5a5c1941b9a9bba4 (diff) | |
download | freebsd-ports-gnome-98213ff99dc6723b10c6f62976529471240ec87f.tar.gz freebsd-ports-gnome-98213ff99dc6723b10c6f62976529471240ec87f.tar.zst freebsd-ports-gnome-98213ff99dc6723b10c6f62976529471240ec87f.zip |
- Cleanup Makefile header
- Remove Author line
Diffstat (limited to 'archivers/grzip')
-rw-r--r-- | archivers/grzip/Makefile | 6 | ||||
-rw-r--r-- | archivers/grzip/pkg-descr | 1 |
2 files changed, 1 insertions, 6 deletions
diff --git a/archivers/grzip/Makefile b/archivers/grzip/Makefile index 2f8c23472366..91ec1c22347c 100644 --- a/archivers/grzip/Makefile +++ b/archivers/grzip/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: grzip -# Date created: 02 February 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= grzip PORTVERSION= 0.3.0 diff --git a/archivers/grzip/pkg-descr b/archivers/grzip/pkg-descr index f3a6942bfa86..b9480811dd27 100644 --- a/archivers/grzip/pkg-descr +++ b/archivers/grzip/pkg-descr @@ -6,5 +6,4 @@ simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters. -Author: Ilya Grebnov WWW: http://magicssoft.ru/?folder=projects&page=GRZipII |