diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 16:32:05 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-08-29 16:32:05 +0000 |
commit | 2415ce21efd1698a5d480cecb9d9dcde1e825d65 (patch) | |
tree | 364891c0a06c27a496480ac197b052bb2e3abbdb /archivers/ppmd | |
parent | 090b82c080886c9564582a1a6378435e9fae70e5 (diff) |
Notes
Diffstat (limited to 'archivers/ppmd')
-rw-r--r-- | archivers/ppmd/Makefile | 29 | ||||
-rw-r--r-- | archivers/ppmd/distinfo | 2 | ||||
-rw-r--r-- | archivers/ppmd/pkg-descr | 10 |
3 files changed, 41 insertions, 0 deletions
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 <ehaupt@critical.ch> +# +# $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 <bsd.port.mk> 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 |