aboutsummaryrefslogtreecommitdiff
path: root/textproc/xxdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-26 19:19:20 +0000
commit66fee909266a1dedf3dfc1f03bb0841380d78805 (patch)
tree4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /textproc/xxdiff
parenteec2cb8d7407c5628cc8016e7349abbee6c98e3f (diff)
downloadports-66fee909266a1dedf3dfc1f03bb0841380d78805.tar.gz
ports-66fee909266a1dedf3dfc1f03bb0841380d78805.zip
Notes
Diffstat (limited to 'textproc/xxdiff')
-rw-r--r--textproc/xxdiff/Makefile55
-rw-r--r--textproc/xxdiff/distinfo2
-rw-r--r--textproc/xxdiff/pkg-descr5
3 files changed, 0 insertions, 62 deletions
diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile
deleted file mode 100644
index a40e42a4d777..000000000000
--- a/textproc/xxdiff/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-# Created by: Pete Fritchman <petef@databits.net>
-# $FreeBSD$
-
-PORTNAME= xxdiff
-PORTVERSION= 3.2
-PORTREVISION= 7
-CATEGORIES= textproc
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= QT interface to view/merge differences between 2 or 3 files
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake \
- ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
-
-DEPRECATED= Depends on QT3; unmaintained
-EXPIRATION_DATE= 2013-07-01
-
-QMAKE= ${LOCALBASE}/bin/qmake
-SPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-USE_BZIP2= yes
-USES= bison
-USE_GMAKE= yes
-USE_QT_VER= 3
-MAKE_ENV+= QTDIR=${QT_PREFIX}
-BUILD_WRKSRC= ${WRKSRC}/src
-
-DOCFILES= xxdiff-doc.html xxdiff-integration.html xxdiff-scripts.html xxdiff-secrets.html \
- equals.png horiz.png perhunk.png rma.png screenshot-sql-schema-compare.png select.png
-SSDIR= ${DOCSDIR}/screenshots
-SSFILES= allindex.cidx allindex.html dirindex.html sortindex.html \
- ${SSNAPS_EXT:S/^/xxdiff-snap-/}
-SSNAPS= about dirs2 doc files2 files3 merged opt1 opt2 opt3 opt4 opt5
-SSNAPS_EXT= ${SSNAPS:S/$/--thumb.jpg/} ${SSNAPS:S/$/.desc/} \
- ${SSNAPS:S/$/.html/} ${SSNAPS:S/$/.jpg/}
-
-PLIST_FILES= bin/xxdiff
-PORTDOCS= *
-
-post-patch:
- @${REINPLACE_CMD} -e 's!flex!${LOCALBASE}/bin/flex!' ${BUILD_WRKSRC}/xxdiff.pro
- @${REINPLACE_CMD} -e 's!?= /usr/qt/3!= ${LOCALBASE}!' ${BUILD_WRKSRC}/Makefile.bootstrap
-
-pre-build:
- @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} QMAKESPEC=${SPEC} ${MAKE} -f Makefile.bootstrap ${MAKE_ARGS} Makefile)
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- @${INSTALL} -d ${DOCSDIR} ${SSDIR}
- ${INSTALL_DATA} ${DOCFILES:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/
- ${INSTALL_DATA} ${SSFILES:S,^,${WRKSRC}/doc/screenshots/,} ${SSDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/textproc/xxdiff/distinfo b/textproc/xxdiff/distinfo
deleted file mode 100644
index 58903d8e30f4..000000000000
--- a/textproc/xxdiff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xxdiff-3.2.tar.bz2) = 965534bab462aea8aacb6c35c0683c1079f06d055ff13820584ac862134db2b8
-SIZE (xxdiff-3.2.tar.bz2) = 1341967
diff --git a/textproc/xxdiff/pkg-descr b/textproc/xxdiff/pkg-descr
deleted file mode 100644
index 648d4a86182a..000000000000
--- a/textproc/xxdiff/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-xxdiff is a graphical browser for viewing the differences between
-two or three files, or between two directories, and can be used to
-produce a merged version.
-
-WWW: http://furius.ca/xxdiff/