mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.83
- Add LICENSE - Cleanup the port - While here, add NO_ARCH PR: 202331 Submitted by: eserte12@yahoo.de Approved by: maintainer timeout (slaven@rezic.de, 2 weeks)
This commit is contained in:
parent
084314bf56
commit
3f9fec83ec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395941
2 changed files with 9 additions and 20 deletions
|
@ -2,36 +2,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lesspipe
|
||||
PORTVERSION= 1.55
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.83
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= slaven@rezic.de
|
||||
COMMENT= Preprocessor for less
|
||||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
LICENSE= GPLv2
|
||||
|
||||
.if defined(WITH_FANCY)
|
||||
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
|
||||
rpm:${PORTSDIR}/archivers/rpm4 \
|
||||
dpkg:${PORTSDIR}/archivers/dpkg \
|
||||
antiword:${PORTSDIR}/textproc/antiword \
|
||||
lynx:${PORTSDIR}/www/lynx \
|
||||
pdftotext:${PORTSDIR}/graphics/xpdf \
|
||||
unrtf:${PORTSDIR}/textproc/unrtf \
|
||||
dvi2tty:${PORTSDIR}/print/dvi2tty \
|
||||
pstotext:${PORTSDIR}/print/pstotext \
|
||||
mp3info:${PORTSDIR}/audio/mp3info \
|
||||
cabextract:${PORTSDIR}/archivers/cabextract \
|
||||
cdrecord:${PORTSDIR}/sysutils/cdrtools
|
||||
.endif
|
||||
MY_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
BUILD_DEPENDS= ${MY_DEPENDS}
|
||||
RUN_DEPENDS= ${MY_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --default --prefix=${PREFIX}
|
||||
CONFIGURE_ARGS= --yes --prefix=${PREFIX}
|
||||
|
||||
PLIST_FILES= bin/lesspipe.sh bin/code2color man/man1/lesspipe.1.gz
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (lesspipe-1.55.tar.gz) = 7491a6ef59ebe9396ce6de1c98f8cdee41a75f0ce72fa6ab46f82d171079be04
|
||||
SIZE (lesspipe-1.55.tar.gz) = 95391
|
||||
SHA256 (lesspipe-1.83.tar.gz) = d616f0d51852e60fb0d0801eec9c31b10e0acc6fdfdc62ec46ef7bfd60ce675e
|
||||
SIZE (lesspipe-1.83.tar.gz) = 115129
|
||||
|
|
Loading…
Add table
Reference in a new issue