diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 23:21:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-24 23:21:07 +0000 |
commit | 9dd642663884210ca5cce041ea859fc1d7784c59 (patch) | |
tree | 41472502f135a5cfa8f16193abb024544f788c2d /sysutils/samesame | |
parent | 20c88bd534e6f35870bd721229e43a2d7df20077 (diff) |
Notes
Diffstat (limited to 'sysutils/samesame')
-rw-r--r-- | sysutils/samesame/Makefile | 19 | ||||
-rw-r--r-- | sysutils/samesame/distinfo | 6 |
2 files changed, 17 insertions, 8 deletions
diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile index c7014a52eb5a..aa5256648b78 100644 --- a/sysutils/samesame/Makefile +++ b/sysutils/samesame/Makefile @@ -5,24 +5,25 @@ # $FreeBSD$ PORTNAME= samesame -PORTVERSION= 1.7 +PORTVERSION= 1.8 CATEGORIES= sysutils 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 +COMMENT= Find duplicate files and optionally link them together CONFLICTS= samefile-[0-9]* MAN1= samesame.1 samearchive.1 samearchive-lite.1 samefile.1 sameln.1 \ - samecp.1 samemv.1 samerm.1 + samecp.1 samemv.1 samerm.1 samechflags.1 samechmod.1 samechown.1 MANCOMPRESSED= no PLIST_FILES= bin/samearchive bin/samefile bin/samecp \ bin/samearchive-lite bin/sameln bin/samemv \ - etc/rc.d/samesame.sh bin/samerm + etc/rc.d/samesame.sh bin/samerm bin/samechflags \ + bin/samechmod bin/samechown HAS_CONFIGURE= yes CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \ @@ -32,6 +33,7 @@ USE_BZIP2= yes OPTIONS= DEBUG "Enables debugging support" Off \ DISK_STORAGE "Allows temporarily storage on disk" Off \ LOW_MEMORY_PROFILE "Low memory profile reduces functionality" Off \ + EXPERIMENTAL "Enables experimental functionality" Off \ TEST "Run quality assurance test" Off .include <bsd.port.pre.mk> @@ -44,8 +46,12 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --enable-disk-storage .endif +.if defined(WITH_EXPERIMENTAL) +CONFIGURE_ARGS+= --enable-experimental +.endif + .if defined(WITH_LOW_MEMORY_PROFILE) -CONFIGURE_ARGS+= --enable-low-memory-profile +CONFIGURE_ARGS+= --enable-low-memory-profile --disable-read-onces .endif regression-test: build @@ -62,6 +68,9 @@ post-install: ${STRIP_CMD} ${PREFIX}/bin/samearchive ${STRIP_CMD} ${PREFIX}/bin/samearchive-lite ${STRIP_CMD} ${PREFIX}/bin/samecp + ${STRIP_CMD} ${PREFIX}/bin/samechflags + ${STRIP_CMD} ${PREFIX}/bin/samechmod + ${STRIP_CMD} ${PREFIX}/bin/samechown ${STRIP_CMD} ${PREFIX}/bin/sameln ${STRIP_CMD} ${PREFIX}/bin/samemv ${STRIP_CMD} ${PREFIX}/bin/samerm diff --git a/sysutils/samesame/distinfo b/sysutils/samesame/distinfo index f92a578fe100..aafe56519202 100644 --- a/sysutils/samesame/distinfo +++ b/sysutils/samesame/distinfo @@ -1,3 +1,3 @@ -MD5 (samesame-1.7.tar.bz2) = 596a64f4592313f9559c7309c6fb2aad -SHA256 (samesame-1.7.tar.bz2) = 5f98b1557d34d718b87b9f625a0ecf03f38fcf1d21e0c0283f31da017ebeb544 -SIZE (samesame-1.7.tar.bz2) = 111059 +MD5 (samesame-1.8.tar.bz2) = a38ea450ef1e752b99032db8c046e420 +SHA256 (samesame-1.8.tar.bz2) = 23cd53ff8c6cebbf14d69247cc8cb717f11d56f71eea0b452987a953d91c723d +SIZE (samesame-1.8.tar.bz2) = 114984 |