Index: head/sysutils/samesame/Makefile =================================================================== --- head/sysutils/samesame/Makefile (revision 234675) +++ head/sysutils/samesame/Makefile (revision 234676) @@ -1,72 +1,71 @@ # New ports collection makefile for: samesame # Date created: 14 April 2009 # Whom: Alex de Kruijff # # $FreeBSD$ PORTNAME= samesame -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= sysutils -MASTER_SITES= http://www.akruijff.dds.nl/samesame/ \ +MASTER_SITES= http://samesame.kruijff.org/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dhn MAINTAINER= samesame@akruijff.dds.nl COMMENT= Find identical files and optionally link them together CONFLICTS= samefile-[0-9]* MAN1= samearchive.1 samearchive-lite.1 samefile.1 samelink.1 MANCOMPRESSED= yes PLIST_FILES= bin/samearchive bin/samefile \ bin/samearchive-lite bin/samelink \ etc/rc.d/samesame.sh USE_BZIP2= yes OPTIONS= DEBUG "Enables debugging support" Off \ DISK_STORAGE "Allow temporarily storage paths on disk" On \ LOGIC "Determine results by using logic when posible" On \ - TEST "Run quality assurance test" On + TEST "Run quality assurance test" Off .include -.if ${OSVERSION} >= 800064 -BROKEN= does not build -.endif - .if defined(WITH_DEBUG) CFLAGS+= -DDEBUG .endif .if defined(WITH_DISK_STORAGE) CFLAGS+= -DWITH_DISK_STORAGE .endif .if defined(WITHOUT_LOGIC) CFLAGS+= -DWITHOUT_LOGIC .endif CFLAGS+= -DWITH_MMAP CFLAGS+= -D'TEMP_STORAGE_DIR=\"/tmp\"' CFLAGS+= -DPATH_INIT=256 CFLAGS+= -DSTATIC_CACHE_CAPACITY=8192 + +post-patch: + @${REINPLACE_CMD} -e 's|@||g' ${WRKSRC}/Makefile post-build: .if defined(WITH_TEST) cd ${WRKSRC}; ${MAKE} test .endif pre-install: .if defined(WITH_TEST) cd ${WRKSRC}; ${MAKE} test .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/samefile ${STRIP_CMD} ${PREFIX}/bin/samelink ${STRIP_CMD} ${PREFIX}/bin/samearchive ${STRIP_CMD} ${PREFIX}/bin/samearchive-lite ${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/ .include Property changes on: head/sysutils/samesame/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/sysutils/samesame/distinfo =================================================================== --- head/sysutils/samesame/distinfo (revision 234675) +++ head/sysutils/samesame/distinfo (revision 234676) @@ -1,3 +1,3 @@ -MD5 (samesame-1.1.tar.bz2) = ccf866260bc59df9a663c8746572901a -SHA256 (samesame-1.1.tar.bz2) = 668e409e114ec524391761307e4a044ec152bf7b1179f54944bf917374344f93 -SIZE (samesame-1.1.tar.bz2) = 41378 +MD5 (samesame-1.2.tar.bz2) = 062147688d2e836b779360e4aeac3234 +SHA256 (samesame-1.2.tar.bz2) = 7303f8073d45bae609f3140dfa7a41f880166d357b918b1584c26f78e57deb19 +SIZE (samesame-1.2.tar.bz2) = 42654 Property changes on: head/sysutils/samesame/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/samesame/pkg-descr =================================================================== --- head/sysutils/samesame/pkg-descr (revision 234675) +++ head/sysutils/samesame/pkg-descr (revision 234676) @@ -1,22 +1,22 @@ Samesame is a collection of tools that fall in to the categorie of file management software. These tools will prevent that you need to delete files or buy more disk space. Instead they solve low disk space problems by linking identical files together and thus free up waisted disk space. This collaction was inspired by the application samefile written by Jens Schweikhardt. The collection comes with its own version of samefile that is noticeable faster and is able to process a much larger file list. This port contains the applications: samefile, samelink and samearchive. The latter does the same as samefile but for file-based archives. The port also contains a version that uses just 10% of the resources compared to samearchive. The application samelink hard link identical files for you. Typical usage would be: find / | samefile -i | samelink This would search for identical files and clean up wasted disk space by linking them together. Add the option -n after samelink for a dry-run. -WWW: http://www.akruijff.dds.nl/samesame/ +WWW: http://www.akruijff.dds.nl/samesame/ Property changes on: head/sysutils/samesame/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property