Index: sysutils/rmlint/Makefile =================================================================== --- sysutils/rmlint/Makefile (nonexistent) +++ sysutils/rmlint/Makefile (working copy) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= rmlint +PORTVERSION= 2.8.0 +CATEGORIES= sysutils +MASTER_SITES= https://pianojockl.org/ + +MAINTAINER= jockl@pianojockl.org +COMMENT= Remove duplicates and other lint from your filesystem + +LICENSE= GPLv3 + +LIB_DEPENDS= libelf.so:devel/libelf +BUILD_DEPENDS= ${LOCALBASE}/lib/libglib-2.0.so:devel/glib20 git:devel/git sphinx-build:textproc/py-sphinx pkgconf:devel/pkgconf gettext:devel/gettext + +USES= scons + +MAKE_ARGS= --without-gui --prefix=${STAGEDIR}${PREFIX} + +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} -e 's|lseek64|lseek|g' ${WRKSRC}/lib/utilities.h + +dist: + ${FETCH_CMD} -o- https://codeload.github.com/sahib/rmlint/zip/v${PORTVERSION} | tar xfv - + # printf "all:\n\ninstall:\n\tscons --prefix=STAGEDIR/usr/local install" > rmlint-${PORTVERSION}/Makefile + tar cfzv rmlint-${PORTVERSION}.tar.gz rmlint-${PORTVERSION} + ${RM} -r rmlint-${PORTVERSION} + @${ECHO_CMD} + @${ECHO_CMD} '=======================================' + @${ECHO_CMD} ' UPLOAD THE DISTFILE BEFORE YOU FORGET ' + @${ECHO_CMD} '=======================================' + +.include <bsd.port.post.mk> Property changes on: sysutils/rmlint/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/rmlint/distinfo =================================================================== --- sysutils/rmlint/distinfo (nonexistent) +++ sysutils/rmlint/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547841981 +SHA256 (rmlint-2.8.0.tar.gz) = cfaed4ed007756cc2a49eb6cbe836cfa5c0648573673514a441f28e5db093ba2 +SIZE (rmlint-2.8.0.tar.gz) = 2485481 Property changes on: sysutils/rmlint/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/rmlint/pkg-descr =================================================================== --- sysutils/rmlint/pkg-descr (nonexistent) +++ sysutils/rmlint/pkg-descr (working copy) @@ -0,0 +1,5 @@ +rmlint is an "extremely fast tool to remove duplicates and other lint +from your filesystem." +This port includes the CLI utility only, not the GUI. + +WWW: https://rmlint.rtfd.org/ Property changes on: sysutils/rmlint/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: sysutils/rmlint/pkg-plist =================================================================== --- sysutils/rmlint/pkg-plist (nonexistent) +++ sysutils/rmlint/pkg-plist (working copy) @@ -0,0 +1,2 @@ +bin/rmlint +share/man/man1/rmlint.1.gz Property changes on: sysutils/rmlint/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property