diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-16 16:31:11 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2010-12-16 16:31:11 +0000 |
commit | 872654feb263e5bb75ef56fcd3fd1facb1e5f878 (patch) | |
tree | 9c53d57d7d06f7325e9fbeb297ed07d87b3d146a /sysutils/moreutils | |
parent | 7d363c06195be91979f7494565e8959627f422dc (diff) | |
download | ports-872654feb263e5bb75ef56fcd3fd1facb1e5f878.tar.gz ports-872654feb263e5bb75ef56fcd3fd1facb1e5f878.zip |
Notes
Diffstat (limited to 'sysutils/moreutils')
-rw-r--r-- | sysutils/moreutils/Makefile | 28 | ||||
-rw-r--r-- | sysutils/moreutils/files/patch-Makefile | 4 | ||||
-rw-r--r-- | sysutils/moreutils/pkg-descr | 1 |
3 files changed, 11 insertions, 22 deletions
diff --git a/sysutils/moreutils/Makefile b/sysutils/moreutils/Makefile index 075243bb3541..75d3daa355ec 100644 --- a/sysutils/moreutils/Makefile +++ b/sysutils/moreutils/Makefile @@ -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}/ diff --git a/sysutils/moreutils/files/patch-Makefile b/sysutils/moreutils/files/patch-Makefile index 695974329b22..07f9b25835fa 100644 --- a/sysutils/moreutils/files/patch-Makefile +++ b/sysutils/moreutils/files/patch-Makefile @@ -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 diff --git a/sysutils/moreutils/pkg-descr b/sysutils/moreutils/pkg-descr index 0eb150255478..eba7500165da 100644 --- a/sysutils/moreutils/pkg-descr +++ b/sysutils/moreutils/pkg-descr @@ -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 |