diff options
author | steve <steve@FreeBSD.org> | 1999-12-27 10:03:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-27 10:03:58 +0800 |
commit | 8b0cd41bf07acefbafb0dceece7082052818624b (patch) | |
tree | 7fff6c101352696d5146e68246e722589a4c4e21 /textproc | |
parent | 54a001c27b24df64435131c2db5483cc051b7422 (diff) | |
download | freebsd-ports-gnome-8b0cd41bf07acefbafb0dceece7082052818624b.tar.gz freebsd-ports-gnome-8b0cd41bf07acefbafb0dceece7082052818624b.tar.zst freebsd-ports-gnome-8b0cd41bf07acefbafb0dceece7082052818624b.zip |
Adding gtkdiff version 1.0.1.
A frontend program for diff(1) written for GNOME.
PR: 14945
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/Makefile | 26 | ||||
-rw-r--r-- | textproc/gtkdiff/distinfo | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-plist | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d5252b8a0ec2..d211762f02f4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -23,6 +23,7 @@ SUBDIR += gdict SUBDIR += glimpse SUBDIR += grap + SUBDIR += gtkdiff SUBDIR += gxditview SUBDIR += hevea SUBDIR += htdig diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile new file mode 100644 index 000000000000..fbfa98437bc2 --- /dev/null +++ b/textproc/gtkdiff/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gtkdiff +# Version required: 1.0.1 +# Date created: 17 November 1999 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +DISTNAME= gtkdiff-1.0.1 +CATEGORIES= textproc gnome +MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/ + +MAINTAINER= sobomax@altavista.net + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/textproc/gtkdiff/distinfo b/textproc/gtkdiff/distinfo new file mode 100644 index 000000000000..b8365bf0e255 --- /dev/null +++ b/textproc/gtkdiff/distinfo @@ -0,0 +1 @@ +MD5 (gtkdiff-1.0.1.tar.gz) = 44841828c177f7bb1ae111a7a94c6495 diff --git a/textproc/gtkdiff/pkg-comment b/textproc/gtkdiff/pkg-comment new file mode 100644 index 000000000000..fb6b1afcfa9c --- /dev/null +++ b/textproc/gtkdiff/pkg-comment @@ -0,0 +1 @@ +A frontend program for diff(1) written for GNOME diff --git a/textproc/gtkdiff/pkg-descr b/textproc/gtkdiff/pkg-descr new file mode 100644 index 000000000000..e57163bd1f15 --- /dev/null +++ b/textproc/gtkdiff/pkg-descr @@ -0,0 +1,4 @@ +gtkdiff is a frontend program for diff. It's written with GTK+ and +requires GNOME. + +WWW: http://www.ainet.or.jp/~inoue/software/gtkdiff/index-e.html diff --git a/textproc/gtkdiff/pkg-plist b/textproc/gtkdiff/pkg-plist new file mode 100644 index 000000000000..4f99c416b4bf --- /dev/null +++ b/textproc/gtkdiff/pkg-plist @@ -0,0 +1,4 @@ +bin/gtkdiff +share/gnome/apps/Utilities/gtkdiff.desktop +share/gtkdiff/gtkdiffrc +@dirrm share/gtkdiff |