# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # samefile/Makefile # samefile/distinfo # samefile/pkg-descr # samefile/pkg-plist # echo x - samefile/Makefile sed 's/^X//' >samefile/Makefile << 'ffdf9b386d0c0e33a818bda6fc9202b8' X# $FreeBSD: head/sysutils/samefile/Makefile 340722 2014-01-22 17:00:46Z mat $ X XPORTNAME= samefile XPORTVERSION= 2.15 XCATEGORIES= sysutils XMASTER_SITES= http://www.schweikhardt.net/ X XMAINTAINER= schweikh@FreeBSD.org XCOMMENT= Find files with identical contents X XCONFLICTS= samesame-[0-9]* X XGNU_CONFIGURE= yes X XCFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long X Xpost-build: X @${ECHO_MSG} " >>>> <<<<" X @${ECHO_MSG} " >>>> Running the test suite <<<<" X @${ECHO_MSG} " >>>> <<<<" X cd ${WRKSRC}; ${MAKE} test X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/samefile X X.include ffdf9b386d0c0e33a818bda6fc9202b8 echo x - samefile/distinfo sed 's/^X//' >samefile/distinfo << 'b12c13f6248d56ed685659d1b421ca3b' XSHA256 (samefile-2.15.tar.gz) = 26d322e3445ff7273867332311c33a90c8ef037cbd6b19d9468e1742833ea4b6 XSIZE (samefile-2.15.tar.gz) = 66804 b12c13f6248d56ed685659d1b421ca3b echo x - samefile/pkg-descr sed 's/^X//' >samefile/pkg-descr << '6017e84f052586c11e41e3f24c5cb2d0' XThe samefile program finds files with identical contents (independent of Xfile name). Typical usage would be X X find / -print | samefile X Xturning up megabytes of wasted disk space due to duplicates. Try it, Xyou'll be baffled. X XWWW: http://www.schweikhardt.net/samefile/ 6017e84f052586c11e41e3f24c5cb2d0 echo x - samefile/pkg-plist sed 's/^X//' >samefile/pkg-plist << '9da93f5d321e9e6be2089315f7a8cfe3' Xbin/samefile Xman/man1/samefile.1.gz 9da93f5d321e9e6be2089315f7a8cfe3 exit