diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/easydiff/Makefile | 50 | ||||
-rw-r--r-- | textproc/easydiff/distinfo | 1 | ||||
-rw-r--r-- | textproc/easydiff/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/easydiff/pkg-plist | 14 |
5 files changed, 71 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index aa4297b5d049..0cf35109b472 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -63,6 +63,7 @@ SUBDIR += dtd2relax SUBDIR += dtdinst SUBDIR += dtdparse + SUBDIR += easydiff SUBDIR += el-aspell SUBDIR += eo-aspell SUBDIR += eruby diff --git a/textproc/easydiff/Makefile b/textproc/easydiff/Makefile new file mode 100644 index 000000000000..2ba9420f56da --- /dev/null +++ b/textproc/easydiff/Makefile @@ -0,0 +1,50 @@ +# New ports collection makefile for: easydiff +# Date created: 15 Mar 2003 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= easydiff +PORTVERSION= 0.1 +CATEGORIES= textproc +# outdated: http://www.rivaille.net/EasyDiff/ +MASTER_SITES= http://debian.uni-essen.de/misc/GNUstep/Apps/EasyDiff/ +DISTNAME= EasyDiff-${PORTVERSION} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= GNUstep graphical diff + +BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall +RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back + +PREFIX= ${LOCALBASE}/GNUstep +WRKSRC= ${WRKDIR}/EasyDiff +GUN_CONFIGURE= yes +USE_GMAKE= yes +MAKEFILE= GNUmakefile +ALL_TARGET= +NO_MTREE= yes + +BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu + +.include <bsd.port.pre.mk> + +.if ${MACHINE_ARCH} == "i386" +GNU_ARCH= ix86 +.else +GNU_ARCH= ${MACHINE_ARCH} +.endif + +PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} + +do-build: + @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) + +do-install: + @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) + +.include <bsd.port.post.mk> diff --git a/textproc/easydiff/distinfo b/textproc/easydiff/distinfo new file mode 100644 index 000000000000..70b1983e5c2f --- /dev/null +++ b/textproc/easydiff/distinfo @@ -0,0 +1 @@ +MD5 (EasyDiff-0.1.tar.gz) = 728972275d2324cb215819a0a333d6e3 diff --git a/textproc/easydiff/pkg-descr b/textproc/easydiff/pkg-descr new file mode 100644 index 000000000000..ae503d6c811b --- /dev/null +++ b/textproc/easydiff/pkg-descr @@ -0,0 +1,5 @@ +EasyDiff is a GNUstep application that lets you easily see the +differences between two text files. + +Author: +Pierre-Yves Rivaille diff --git a/textproc/easydiff/pkg-plist b/textproc/easydiff/pkg-plist new file mode 100644 index 000000000000..65e03d5feb34 --- /dev/null +++ b/textproc/easydiff/pkg-plist @@ -0,0 +1,14 @@ +Local/Applications/EasyDiff.app/EasyDiff +Local/Applications/EasyDiff.app/Resources/DiffWindow.gorm +Local/Applications/EasyDiff.app/Resources/EasyDiff.desktop +Local/Applications/EasyDiff.app/Resources/EasyDiff.gorm +Local/Applications/EasyDiff.app/Resources/EasyDiffInfo.plist +Local/Applications/EasyDiff.app/Resources/Info-gnustep.plist +Local/Applications/EasyDiff.app/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/EasyDiff +Local/Applications/EasyDiff.app/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu/library_paths.openapp +Local/Applications/EasyDiff.app/stamp.make +@dirrm Local/Applications/EasyDiff.app/%%GNU_ARCH%%/%%OPSYS%%/gnu-gnu-gnu +@dirrm Local/Applications/EasyDiff.app/%%GNU_ARCH%%/%%OPSYS%% +@dirrm Local/Applications/EasyDiff.app/%%GNU_ARCH%% +@dirrm Local/Applications/EasyDiff.app/Resources +@dirrm Local/Applications/EasyDiff.app |