diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-13 14:01:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-13 14:01:04 +0800 |
commit | b431c0abd8361e7410a6875ffd14bbac4f850cdf (patch) | |
tree | fa4e41a4d4426cff373eace8f511b7d872a22c2e /www/peacock | |
parent | 8cd9909f391159c0779c4e73b0556c03ee3305a8 (diff) | |
download | marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.gz marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.bz2 marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.lz marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.xz marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.tar.zst marcuscom-ports-b431c0abd8361e7410a6875ffd14bbac4f850cdf.zip |
Chase the gtkhtml3 internal version change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8544 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/peacock')
-rw-r--r-- | www/peacock/Makefile | 27 | ||||
-rw-r--r-- | www/peacock/distinfo | 3 | ||||
-rw-r--r-- | www/peacock/pkg-descr | 5 | ||||
-rw-r--r-- | www/peacock/pkg-plist | 8 |
4 files changed, 43 insertions, 0 deletions
diff --git a/www/peacock/Makefile b/www/peacock/Makefile new file mode 100644 index 000000000..43ff0eecd --- /dev/null +++ b/www/peacock/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: peacock +# Date created: 21st April 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD: ports/www/peacock/Makefile,v 1.27 2006/02/23 10:39:43 ade Exp $ +# + +PORTNAME= peacock +PORTVERSION= 1.9.1 +PORTREVISION= 8 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= pav@FreeBSD.org +COMMENT= A GUI-based HTML Editor for GTK+/GNOME + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui gtksourceview gtkhtml3 +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/www/peacock/distinfo b/www/peacock/distinfo new file mode 100644 index 000000000..a058127a1 --- /dev/null +++ b/www/peacock/distinfo @@ -0,0 +1,3 @@ +MD5 (peacock-1.9.1.tar.gz) = 85283f1c5f6e271ed7f977b18d7504b0 +SHA256 (peacock-1.9.1.tar.gz) = 2e7045cd0b0cba4b2ffe8e056e9a213c4bab63bc946398bbd79e31d44f3fe81a +SIZE (peacock-1.9.1.tar.gz) = 146327 diff --git a/www/peacock/pkg-descr b/www/peacock/pkg-descr new file mode 100644 index 000000000..2d1aad772 --- /dev/null +++ b/www/peacock/pkg-descr @@ -0,0 +1,5 @@ +Peacock is a GUI-based HTML Editor for GNOME 2. It is a WYSIWYG HTML +editor, using GtkHTML control known from Evolution. It supports most +of HTML 4.0 standards, templates for documents, styles and images. + +WWW: http://peacock.sourceforge.net/ diff --git a/www/peacock/pkg-plist b/www/peacock/pkg-plist new file mode 100644 index 000000000..cf58da995 --- /dev/null +++ b/www/peacock/pkg-plist @@ -0,0 +1,8 @@ +bin/peacock-2 +share/gnome/peacock-2/glade/dialogs.glade +share/gnome/peacock-2/pixmaps/peacock-logo.png +share/gnome/peacock-2/ui/peacock-ui.xml +@dirrm share/gnome/peacock-2/ui +@dirrm share/gnome/peacock-2/pixmaps +@dirrm share/gnome/peacock-2/glade +@dirrm share/gnome/peacock-2 |