mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Move parallel and its manpage to sysutils/moreutils-parallel
- Remove CONFLICTS - Bump PORTREVISION PR: ports/152971 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer)
This commit is contained in:
parent
7d363c0619
commit
872654feb2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266432
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= moreutils
|
||||
PORTVERSION= 0.43
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
@ -15,8 +16,6 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
MAINTAINER= corky1951@comcast.net
|
||||
COMMENT= Additional Unix utilities
|
||||
|
||||
CONFLICTS= parallel-[0-9]*
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run
|
||||
|
||||
USE_PERL5= yes
|
||||
@ -27,7 +26,6 @@ PLIST_FILES= bin/chronic \
|
||||
bin/isutf8 \
|
||||
bin/lckdo \
|
||||
bin/mispipe \
|
||||
bin/parallel \
|
||||
bin/pee \
|
||||
bin/sponge \
|
||||
bin/ts \
|
||||
@ -40,30 +38,22 @@ ALL_TARGET= bins
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= chronic.1 \
|
||||
combine.1 \
|
||||
ifne.1 \
|
||||
isutf8.1 \
|
||||
lckdo.1 \
|
||||
mispipe.1 \
|
||||
parallel.1 \
|
||||
pee.1 \
|
||||
sponge.1 \
|
||||
ts.1 \
|
||||
vidir.1 \
|
||||
vipe.1 \
|
||||
zrun.1
|
||||
|
||||
ALL_TARGET+= mans extraman
|
||||
MANCOMPRESSED= no
|
||||
|
||||
CANNED_MAN= ifne.1 \
|
||||
isutf8.1 \
|
||||
lckdo.1 \
|
||||
mispipe.1 \
|
||||
parallel.1 \
|
||||
pee.1 \
|
||||
sponge.1
|
||||
MAN1= chronic.1 \
|
||||
combine.1 \
|
||||
ts.1 \
|
||||
vidir.1 \
|
||||
vipe.1 \
|
||||
zrun.1 \
|
||||
${CANNED_MAN}
|
||||
MANCOMPRESSED= no
|
||||
|
||||
post-patch:
|
||||
cd ${FILESDIR} && ${CP} ${CANNED_MAN} ${WRKSRC}/
|
||||
|
@ -2,11 +2,11 @@
|
||||
+++ ./Makefile 2010-11-17 16:02:08.000000000 -0800
|
||||
@@ -1,51 +1,35 @@
|
||||
-BINS=isutf8 ifdata ifne pee sponge mispipe lckdo parallel
|
||||
+BINS=isutf8 ifne pee sponge mispipe lckdo parallel
|
||||
+BINS=isutf8 ifne pee sponge mispipe lckdo
|
||||
PERLSCRIPTS=vidir vipe ts combine zrun chronic
|
||||
-MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1
|
||||
-CFLAGS=-O2 -g -Wall
|
||||
+MANS=sponge.1 isutf8.1 ifne.1 pee.1 mispipe.1 lckdo.1 parallel.1
|
||||
+MANS=sponge.1 isutf8.1 ifne.1 pee.1 mispipe.1 lckdo.1
|
||||
+CFLAGS+= -Wall
|
||||
INSTALL_BIN?=install -s
|
||||
-PREFIX=/usr
|
||||
|
@ -8,7 +8,6 @@ So far, it includes the following utilities:
|
||||
- isutf8: check if a file or standard input is utf-8
|
||||
- lckdo: execute a program with a lock held
|
||||
- mispipe: pipe two commands, returning the exit status of the first
|
||||
- parallel: run multiple jobs at once
|
||||
- pee: tee standard input to pipes
|
||||
- sponge: soak up standard input and write to a file
|
||||
- ts: timestamp standard input
|
||||
|
Loading…
Reference in New Issue
Block a user