From 87d31418b0baa4dcb9edf1700bb4dac1b3e2fbb0 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Wed, 3 May 2000 14:26:01 +0000 Subject: Add peacock, an HTML editor (not WYSIWYG) for GTK/GNOME, similar to Homesite for Win32 or Bluefish for GTK. Basic functionality only, no bells or whistles (yet). --- www/peacock/Makefile | 28 ++++++++++++++++++++++++++++ www/peacock/distinfo | 1 + www/peacock/pkg-comment | 1 + www/peacock/pkg-descr | 9 +++++++++ www/peacock/pkg-plist | 27 +++++++++++++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 www/peacock/Makefile create mode 100644 www/peacock/distinfo create mode 100644 www/peacock/pkg-comment create mode 100644 www/peacock/pkg-descr create mode 100644 www/peacock/pkg-plist (limited to 'www/peacock') diff --git a/www/peacock/Makefile b/www/peacock/Makefile new file mode 100644 index 000000000000..b540a7c71d8d --- /dev/null +++ b/www/peacock/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: peacock +# Date created: 21st April 2000 +# Whom: Ade Lovett +# +# $FreeBSD$ +# + +PORTNAME= peacock +PORTVERSION= 0.1 +CATEGORIES= www gnome +MASTER_SITES= http://peacock.sourceforge.net/sources/ + +MAINTAINER= ade@FreeBSD.org + +LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" \ + GTK_CONFIG="${GTK_CONFIG}" + +.include diff --git a/www/peacock/distinfo b/www/peacock/distinfo new file mode 100644 index 000000000000..a4bed5a1a8aa --- /dev/null +++ b/www/peacock/distinfo @@ -0,0 +1 @@ +MD5 (peacock-0.1.tar.gz) = 4d0fd2447e1349b672f2d5f050d00a49 diff --git a/www/peacock/pkg-comment b/www/peacock/pkg-comment new file mode 100644 index 000000000000..580f3da71f42 --- /dev/null +++ b/www/peacock/pkg-comment @@ -0,0 +1 @@ +A GUI-based HTML Editor for GTK+/GNOME diff --git a/www/peacock/pkg-descr b/www/peacock/pkg-descr new file mode 100644 index 000000000000..ae377fb09dd2 --- /dev/null +++ b/www/peacock/pkg-descr @@ -0,0 +1,9 @@ +Peacock is a GUI-based HTML Editor for GTK+/GNOME. +Its still in its infancy. Very, very alpha. +The version number speaks for itself. Its not a WYSIWYG HTML Editor. +Its like Homesite for Win32 (or much closer to home), Bluefish for GTK+. +You have to type your HTML yourself. But there are these 'HTML Toolbars' +which allow easy and quick entry of commonly used tags, thus saving you +time and keystrokes. + +http://peacock.sourceforge.net/ diff --git a/www/peacock/pkg-plist b/www/peacock/pkg-plist new file mode 100644 index 000000000000..88c6729b9fc1 --- /dev/null +++ b/www/peacock/pkg-plist @@ -0,0 +1,27 @@ +bin/peacock +share/gnome/apps/Development/peacock.desktop +share/gnome/help/peacock/C/docbook.css +share/gnome/help/peacock/C/peacock.html +share/gnome/help/peacock/C/topic.dat +share/gnome/pixmaps/peacock/anchor.xpm +share/gnome/pixmaps/peacock/br.xpm +share/gnome/pixmaps/peacock/font_base.xpm +share/gnome/pixmaps/peacock/font_minus.xpm +share/gnome/pixmaps/peacock/font_plus.xpm +share/gnome/pixmaps/peacock/font_sub.xpm +share/gnome/pixmaps/peacock/font_sup.xpm +share/gnome/pixmaps/peacock/h1.xpm +share/gnome/pixmaps/peacock/h2.xpm +share/gnome/pixmaps/peacock/h3.xpm +share/gnome/pixmaps/peacock/h4.xpm +share/gnome/pixmaps/peacock/h5.xpm +share/gnome/pixmaps/peacock/h6.xpm +share/gnome/pixmaps/peacock/help.xpm +share/gnome/pixmaps/peacock/hr.xpm +share/gnome/pixmaps/peacock/image.xpm +share/gnome/pixmaps/peacock/nbsp.xpm +share/gnome/pixmaps/peacock/paragraph.xpm +@dirrm share/gnome/pixmaps/peacock +@dirrm share/gnome/help/peacock/C/images +@dirrm share/gnome/help/peacock/C +@dirrm share/gnome/help/peacock -- cgit v1.2.3