From 73c56fd948ae2f53441d4d45cc2b8d908ba96dcb Mon Sep 17 00:00:00 2001 From: dhn Date: Sun, 20 Mar 2011 19:28:37 +0000 Subject: Light-weight and fast realization of progress-bar for pipe. WWW: http://code.google.com/p/pipe-progress/ PR: ports/155722 Submitted by: Artem Zaytsev --- sysutils/pp/Makefile | 22 ++++++++++++++++++++++ sysutils/pp/distinfo | 2 ++ sysutils/pp/pkg-descr | 3 +++ 3 files changed, 27 insertions(+) create mode 100644 sysutils/pp/Makefile create mode 100644 sysutils/pp/distinfo create mode 100644 sysutils/pp/pkg-descr (limited to 'sysutils/pp') diff --git a/sysutils/pp/Makefile b/sysutils/pp/Makefile new file mode 100644 index 000000000000..facc02f91908 --- /dev/null +++ b/sysutils/pp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pp +# Date created: 20 March 2011 +# Whom: Artem Zaytsev +# +# $FreeBSD$ +# + +PORTNAME= pp +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= http://pipe-progress.googlecode.com/files/ + +MAINTAINER= a.arepo@gmail.com +COMMENT= Small and fast progressbar for pipe + +USE_BZIP2= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +PLIST_FILES= bin/pp + +.include diff --git a/sysutils/pp/distinfo b/sysutils/pp/distinfo new file mode 100644 index 000000000000..2e680fba52e8 --- /dev/null +++ b/sysutils/pp/distinfo @@ -0,0 +1,2 @@ +SHA256 (pp-1.0.tar.bz2) = efb9c08f015d5935e9c81f3eb9267144c76e8ca52aabb390c97316619461b237 +SIZE (pp-1.0.tar.bz2) = 70142 diff --git a/sysutils/pp/pkg-descr b/sysutils/pp/pkg-descr new file mode 100644 index 000000000000..10570f477a8f --- /dev/null +++ b/sysutils/pp/pkg-descr @@ -0,0 +1,3 @@ +Light-weight and fast realization of progress-bar for pipe. + +WWW: http://code.google.com/p/pipe-progress/ -- cgit