aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-09-09 08:09:05 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-09-09 08:09:05 +0800
commit0754417eaa01ef1d0f8c9d9b72a783ec45e3c19a (patch)
tree4f4aaf4a023adf4fefc86105c83c989eb486642a /sysutils
parent01a0e8aca83f81b68f781ddd2ff6fc3b9f36e333 (diff)
downloadfreebsd-ports-gnome-0754417eaa01ef1d0f8c9d9b72a783ec45e3c19a.tar.gz
freebsd-ports-gnome-0754417eaa01ef1d0f8c9d9b72a783ec45e3c19a.tar.zst
freebsd-ports-gnome-0754417eaa01ef1d0f8c9d9b72a783ec45e3c19a.zip
- Update to 1.5
PR: 138590 Submitted by: Alex de Kruijff <samesame@akruijff.dds.nl> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/samesame/Makefile22
-rw-r--r--sysutils/samesame/distinfo6
-rw-r--r--sysutils/samesame/pkg-descr22
3 files changed, 28 insertions, 22 deletions
diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile
index 75cfaedd789a..391c7c5c1605 100644
--- a/sysutils/samesame/Makefile
+++ b/sysutils/samesame/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= samesame
-PORTVERSION= 1.4
+PORTVERSION= 1.5
CATEGORIES= sysutils
MASTER_SITES= http://samesame.kruijff.org/ \
${MASTER_SITE_LOCAL}
@@ -16,12 +16,13 @@ COMMENT= Find identical files and optionally link them together
CONFLICTS= samefile-[0-9]*
-MAN1= samearchive.1 samearchive-lite.1 samefile.1 samelink.1
+MAN1= samesame.1 samearchive.1 samearchive-lite.1 samefile.1 sameln.1 \
+ samecp.1 samemv.1 samerm.1
MANCOMPRESSED= no
-PLIST_FILES= bin/samearchive bin/samefile \
- bin/samearchive-lite bin/samelink \
- etc/rc.d/samesame.sh
+PLIST_FILES= bin/samearchive bin/samefile bin/samecp \
+ bin/samearchive-lite bin/sameln bin/samemv \
+ etc/rc.d/samesame.sh bin/samerm
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --mandir="${MANPREFIX}/man" --prefix="${PREFIX}" \
@@ -47,10 +48,10 @@ CONFIGURE_ARGS+= --enable-disk-storage
CONFIGURE_ARGS+= --disable-logic
.endif
-test: build
+regression-test: build
@cd ${WRKSRC}; ${MAKE} check
-pre-install:
+post-build:
.if defined(WITH_TEST)
@cd ${WRKSRC}; ${MAKE} check
.endif
@@ -58,12 +59,17 @@ pre-install:
post-install:
.if defined(WITHOUT_DEBUG)
${STRIP_CMD} ${PREFIX}/bin/samefile
- ${STRIP_CMD} ${PREFIX}/bin/samelink
${STRIP_CMD} ${PREFIX}/bin/samearchive
${STRIP_CMD} ${PREFIX}/bin/samearchive-lite
+ ${STRIP_CMD} ${PREFIX}/bin/samecp
+ ${STRIP_CMD} ${PREFIX}/bin/sameln
+ ${STRIP_CMD} ${PREFIX}/bin/samemv
+ ${STRIP_CMD} ${PREFIX}/bin/samerm
.endif
${INSTALL_SCRIPT} ${FILESDIR}/samesame.sh ${PREFIX}/etc/rc.d/
+ @${ECHO}
@${CAT} pkg-message
+ @${ECHO}
.include <bsd.port.post.mk>
diff --git a/sysutils/samesame/distinfo b/sysutils/samesame/distinfo
index ef543c94b242..bb052624c707 100644
--- a/sysutils/samesame/distinfo
+++ b/sysutils/samesame/distinfo
@@ -1,3 +1,3 @@
-MD5 (samesame-1.4.tar.bz2) = 7bb9f3cf03f5252dd554b9bb5b8c9cab
-SHA256 (samesame-1.4.tar.bz2) = d248032e60c3ceb0736a021ea1a7bff5697a7349584cc3612c2d2d9a56536c6c
-SIZE (samesame-1.4.tar.bz2) = 103311
+MD5 (samesame-1.5.tar.bz2) = 5443c04b1d9c624f4aff39b5acaa38ef
+SHA256 (samesame-1.5.tar.bz2) = e91a94d05a23b378269d6408d3f3102f3216a47a4d0408013ac124dc65796e54
+SIZE (samesame-1.5.tar.bz2) = 109837
diff --git a/sysutils/samesame/pkg-descr b/sysutils/samesame/pkg-descr
index 5dcf7e9b5e11..5b02805fe5e9 100644
--- a/sysutils/samesame/pkg-descr
+++ b/sysutils/samesame/pkg-descr
@@ -1,4 +1,4 @@
-Samesame is a collection of tools that fall in to the category of file
+SameSame is a collection of tools that fall in to the category 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.
@@ -7,17 +7,17 @@ This collection 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.
+This port containt two set of application: the first are duplicate files
+finder search for identical files and the second are duplicate file
+removers perform some kind of action based on those results.
-Typical usage would be:
-
- find / | samefile -i | samelink
+Typical usage would be: find / | samefile -i | sameln
This would search for identical files and clean up wasted disk space by
-linking them together. Add the option -vn after samelink for a verbose
-dry-run.
+linking them together. If you prefer removing one of the identical file,
+then you should replace sameln with samerm. You can add the option -vn
+after both application for a verbose dry-run.
+
+Please see the man page samesame for a introduction to all applications.
-WWW: http://samesame.kruijff.org/
+WWW: http://samesame.kruijff.org/