aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-11-18 13:08:01 +0000
committerRene Ladan <rene@FreeBSD.org>2013-11-18 13:08:01 +0000
commit15257dc0133eb15a47510512bbd2cc3e011f2065 (patch)
treea61448ebf46fdb4162c7d98de682d775d577b6cc /sysutils
parente48bd32e3d759512d0a1fce76ab99d82bc19874d (diff)
downloadports-15257dc0133eb15a47510512bbd2cc3e011f2065.tar.gz
ports-15257dc0133eb15a47510512bbd2cc3e011f2065.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/dircomp/Makefile35
-rw-r--r--sysutils/dircomp/distinfo2
-rw-r--r--sysutils/dircomp/pkg-descr7
4 files changed, 0 insertions, 45 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 0f3b8adc95a7..ea732d6e3c98 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -177,7 +177,6 @@
SUBDIR += dfc
SUBDIR += di
SUBDIR += dim
- SUBDIR += dircomp
SUBDIR += dirdiff
SUBDIR += dirvish
SUBDIR += diskcheckd
diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile
deleted file mode 100644
index 315ccd890c7a..000000000000
--- a/sysutils/dircomp/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= DirComp
-PORTVERSION= 1.3.11
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Compare two directories
-
-LICENSE= GPLv2
-
-.ifndef WITHOUT_X11
-LIB_DEPENDS= XGP:${PORTSDIR}/devel/libXGP
-PLIST_FILES+= bin/XDirComp
-.else
-MK_PATCH+= s/@MYSUBDIRS@/Common/g;
-.endif
-LIB_DEPENDS+= YGP:${PORTSDIR}/devel/libYGP
-
-GNU_CONFIGURE= yes
-USES= gettext
-CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --disable-rpath
-PLIST_FILES+= bin/DirComp \
- share/locale/de/LC_MESSAGES/DirComp.mo \
- share/locale/en/LC_MESSAGES/DirComp.mo \
- share/locale/es/LC_MESSAGES/DirComp.mo
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -Ee 's/^(SUBDIRS.*)doc/\1/;${MK_PATCH}' ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/sysutils/dircomp/distinfo b/sysutils/dircomp/distinfo
deleted file mode 100644
index 8001b8bf8c2a..000000000000
--- a/sysutils/dircomp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (DirComp-1.3.11.tar.gz) = 19c8299efac3c4b5b09bd9df0a1f4c743f9567c9d7d2bc91905094578ea87e8f
-SIZE (DirComp-1.3.11.tar.gz) = 514024
diff --git a/sysutils/dircomp/pkg-descr b/sysutils/dircomp/pkg-descr
deleted file mode 100644
index eed9ac2bd8a1..000000000000
--- a/sysutils/dircomp/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-The utility DirComp compares two directories (and - if specified - their
-subdirectories), where the comparison can be done both by existence and
-by date (of change) or contents. This comparison can be limited to
-certain files and and/directories matching specified name- or time-of-
-change restrictions.
-
-WWW: http://dircomp.sourceforge.net/