FreeBSD Bugzilla – Attachment 202683 Details for
Bug 236362
new port: sysutils/rmlint: Remove duplicates and other lint from your filesystem
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch adding sysutils/rmlint/*
rmlint.diff (text/plain), 3.62 KB, created by
Joachim Werner
on 2019-03-07 13:26:53 UTC
(
hide
)
Description:
patch adding sysutils/rmlint/*
Filename:
MIME Type:
Creator:
Joachim Werner
Created:
2019-03-07 13:26:53 UTC
Size:
3.62 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236362
:
202683
|
202687
|
202811
|
209633
|
220227
|
222295
|
222304