From 2415ce21efd1698a5d480cecb9d9dcde1e825d65 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 29 Aug 2005 16:32:05 +0000 Subject: Add ppmd 20050811, a fast archiver with a good compression ratio. PR: ports/84796 Submitted by: Emanuel Haupt --- archivers/ppmd/Makefile | 29 +++++++++++++++++++++++++++++ archivers/ppmd/distinfo | 2 ++ archivers/ppmd/pkg-descr | 10 ++++++++++ 3 files changed, 41 insertions(+) create mode 100644 archivers/ppmd/Makefile create mode 100644 archivers/ppmd/distinfo create mode 100644 archivers/ppmd/pkg-descr (limited to 'archivers/ppmd') diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile new file mode 100644 index 000000000000..ab334fb894fa --- /dev/null +++ b/archivers/ppmd/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: ppmd +# Date created: 11 Aug 2005 +# Whom: Emanuel Haupt +# +# $FreeBSD$ +# + +PORTNAME= ppmd +PORTVERSION= 20050811 +CATEGORIES= archivers +MASTER_SITES= http://critical.ch/distfiles/ + +MAINTAINER= ehaupt@critical.ch +COMMENT= A fast archiver with a good compression ratio + +MAN1= ppmd.1 +PORTDOCS= read_me.txt +PLIST_FILES= bin/ppmd + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + +.include diff --git a/archivers/ppmd/distinfo b/archivers/ppmd/distinfo new file mode 100644 index 000000000000..568f5ddb6e09 --- /dev/null +++ b/archivers/ppmd/distinfo @@ -0,0 +1,2 @@ +MD5 (ppmd-20050811.tar.gz) = 59727053ba0ec35ba83f3547f55c0bbc +SIZE (ppmd-20050811.tar.gz) = 19910 diff --git a/archivers/ppmd/pkg-descr b/archivers/ppmd/pkg-descr new file mode 100644 index 000000000000..81194748233d --- /dev/null +++ b/archivers/ppmd/pkg-descr @@ -0,0 +1,10 @@ +PPMD is a fast archiver with a good compression ratio. It is written for +embedding in user programs mainly it is not intended for immediate use. + +Speed and performance improvements of abstract PPM model 1-6 are the main +goal. + +WWW: http://packages.debian.org/unstable/utils/ppmd + +- ehaupt +ehaupt@critical.ch -- cgit v1.2.3