View | Details | Raw Unified | Return to bug 236362 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/rmlint/Makefile (+36 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	rmlint
4
PORTVERSION=	2.8.0
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://pianojockl.org/
7
8
MAINTAINER=	jockl@pianojockl.org
9
COMMENT=	Remove duplicates and other lint from your filesystem
10
11
LICENSE=	GPLv3
12
13
LIB_DEPENDS=	libelf.so:devel/libelf
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 git:devel/git sphinx-build:textproc/py-sphinx pkgconf:devel/pkgconf gettext:devel/gettext
15
16
USES=		scons gettext-runtime gnome
17
USE_GNOME=	glib20
18
19
MAKE_ARGS=	--without-gui --prefix=${STAGEDIR}${PREFIX}
20
21
.include <bsd.port.pre.mk>
22
23
post-patch:
24
	${REINPLACE_CMD} -e 's|lseek64|lseek|g' ${WRKSRC}/lib/utilities.h
25
26
dist:
27
	${FETCH_CMD} -o- https://codeload.github.com/sahib/rmlint/zip/v${PORTVERSION} | tar xfv -
28
	# printf "all:\n\ninstall:\n\tscons --prefix=STAGEDIR/usr/local install" > rmlint-${PORTVERSION}/Makefile
29
	tar cfzv rmlint-${PORTVERSION}.tar.gz rmlint-${PORTVERSION}
30
	${RM} -r rmlint-${PORTVERSION}
31
	@${ECHO_CMD}
32
	@${ECHO_CMD} '======================================='
33
	@${ECHO_CMD} ' UPLOAD THE DISTFILE BEFORE YOU FORGET '
34
	@${ECHO_CMD} '======================================='
35
36
.include <bsd.port.post.mk>
(-)sysutils/rmlint/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1547841981
2
SHA256 (rmlint-2.8.0.tar.gz) = cfaed4ed007756cc2a49eb6cbe836cfa5c0648573673514a441f28e5db093ba2
3
SIZE (rmlint-2.8.0.tar.gz) = 2485481
(-)sysutils/rmlint/pkg-descr (+5 lines)
Line 0 Link Here
1
rmlint is an "extremely fast tool to remove duplicates and other lint 
2
from your filesystem."
3
This port includes the CLI utility only, not the GUI.
4
5
WWW: https://rmlint.rtfd.org/
(-)sysutils/rmlint/pkg-plist (+2 lines)
Line 0 Link Here
1
bin/rmlint
2
share/man/man1/rmlint.1.gz

Return to bug 236362