Index: sysutils/rmlint/Makefile =================================================================== --- sysutils/rmlint/Makefile (nonexistent) +++ sysutils/rmlint/Makefile (working copy) @@ -0,0 +1,39 @@ +# $FreeBSD$ + +PORTNAME= rmlint +DISTVERSIONPREFIX= v +DISTVERSION= 2.8.0 +CATEGORIES= sysutils + +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 +USES_GNOME= glib20 +USE_GITHUB= yes +GH_ACCOUNT= sahib +GH_PROJECT= rmlint + +MAKE_ARGS= --without-gui --prefix=${STAGEDIR}${PREFIX} + +.include + +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 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 = 1552391901 +SHA256 (sahib-rmlint-v2.8.0_GH0.tar.gz) = 196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253 +SIZE (sahib-rmlint-v2.8.0_GH0.tar.gz) = 2476463 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." + +WWW: https://rmlint.rtfd.org/ +WWW: https://github.com/sahib/rmlint 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