mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
This is a small shell script intended to be used in portable Unix install
scripts for showing progress bars. PR: ports/81216 Submitted by: Erik Greenwald <erik@smluc.org>
This commit is contained in:
parent
dbcd1fc8e9
commit
907c955c07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135725
@ -20,6 +20,7 @@
|
||||
SUBDIR += asm2html
|
||||
SUBDIR += aspell
|
||||
SUBDIR += az-aspell
|
||||
SUBDIR += bar
|
||||
SUBDIR += be-aspell
|
||||
SUBDIR += bedic-data
|
||||
SUBDIR += bg-aspell
|
||||
|
25
textproc/bar/Makefile
Normal file
25
textproc/bar/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: bar
|
||||
# Date created: Wed May 18 2005
|
||||
# Whom: Erik Greenwald <erik@smluc.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bar
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.theiling.de/downloads/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
||||
MAINTAINER= erik@smluc.org
|
||||
COMMENT= Cat with ASCII progress bar
|
||||
|
||||
USE_BZIP2= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/bar
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bar ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/bar/distinfo
Normal file
2
textproc/bar/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (bar-1.2-src.tar.bz2) = 2f5d5667b08f2a70ea12f2a58a66cefb
|
||||
SIZE (bar-1.2-src.tar.bz2) = 4860
|
14
textproc/bar/pkg-descr
Normal file
14
textproc/bar/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This is a small shell script intended to be used in portable Unix install
|
||||
scripts for showing progress bars.
|
||||
|
||||
The overall goal is to write a minimally complex shell script (thus a program
|
||||
that needs no compilation) that is as robust as possible to work on as many
|
||||
Bourne shells and operating systems as possible, and that implements 'cat'
|
||||
with an ASCII progress bar and some other nifty features.
|
||||
|
||||
This is pure Bourne shell code. (For sh, ash, ksh, zsh, bash, ...)
|
||||
|
||||
The script is mainly indented to be used in portable install scripts, where
|
||||
you can use the body of the script.
|
||||
|
||||
WWW: http://www.theiling.de/projects/bar.html
|
Loading…
Reference in New Issue
Block a user