diff options
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r-- | textproc/xxdiff/Makefile | 39 | ||||
-rw-r--r-- | textproc/xxdiff/distinfo | 3 | ||||
-rw-r--r-- | textproc/xxdiff/pkg-descr | 22 |
3 files changed, 0 insertions, 64 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile deleted file mode 100644 index 6dbdd3cebf06..000000000000 --- a/textproc/xxdiff/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Pete Fritchman <petef@databits.net> -# $FreeBSD$ - -PORTNAME= xxdiff -PORTVERSION= 4.0.1 -CATEGORIES= textproc -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical file and directories comparator and merge tool - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= bison gmake qt:4 tar:bz2 -USE_QT= gui moc_build qmake_build uic_build - -BUILD_WRKSRC= ${WRKSRC}/src - -PLIST_FILES= bin/xxdiff -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -pre-build: - @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} QMAKE=${QMAKE} \ - ${MAKE_CMD} -f Makefile.bootstrap ${MAKE_ARGS} Makefile) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${STAGEDIR}${PREFIX}/bin - -do-install-DOCS-on: - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS} ! -name Makefile" \ - ${STAGEDIR}/${DOCSDIR} - -.include <bsd.port.mk> diff --git a/textproc/xxdiff/distinfo b/textproc/xxdiff/distinfo deleted file mode 100644 index 7902564be209..000000000000 --- a/textproc/xxdiff/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1463407091 -SHA256 (xxdiff-4.0.1.tar.bz2) = bf58ddda9d7a887f4f5cae20070ed5f2e0d65f575af20860738c6e2742c3a000 -SIZE (xxdiff-4.0.1.tar.bz2) = 1981869 diff --git a/textproc/xxdiff/pkg-descr b/textproc/xxdiff/pkg-descr deleted file mode 100644 index 612c5c1b6376..000000000000 --- a/textproc/xxdiff/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -xxdiff is a graphical tool for viewing the differences between two or three -files, or between two directories, and can produce a merged version thereof. - -Some of its features: - - - Comparing two files, three files, or two directories (shallow and - recursive) - - Horizontal diffs highlighting - - Files can be merged interactively and resulting output visualized - and saved - - Has features to assist in performing merge reviews/policing - - Can unmerge CVS conflicts in automatically merged file and display - them as two files, to help resolve conflicts - - Uses external diff program to compute differences: works with GNU - diff, SGI diff and ClearCase's cleardiff, and any other diff whose - output is similar to those - - Fully customizable with a resource file - - Look-and-feel similar to Rudy Wortel's/SGI xdiff; it is desktop - agnostic (i.e. will work equally well with KDE or GNOME) - - Features and output that ease integration with scripts - -WWW: http://furius.ca/xxdiff/ |