diff options
author | ade <ade@FreeBSD.org> | 2000-05-03 22:26:01 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-03 22:26:01 +0800 |
commit | 17b6d50d9630ab7429fe48945b32049566487092 (patch) | |
tree | 35bfc7a54b94308d7986964134cdf5d132c15db6 /www/peacock | |
parent | 6bd7be0f114e41159e3155bc11257dc016794584 (diff) | |
download | freebsd-ports-graphics-17b6d50d9630ab7429fe48945b32049566487092.tar.gz freebsd-ports-graphics-17b6d50d9630ab7429fe48945b32049566487092.tar.zst freebsd-ports-graphics-17b6d50d9630ab7429fe48945b32049566487092.zip |
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).
Diffstat (limited to 'www/peacock')
-rw-r--r-- | www/peacock/Makefile | 28 | ||||
-rw-r--r-- | www/peacock/distinfo | 1 | ||||
-rw-r--r-- | www/peacock/pkg-comment | 1 | ||||
-rw-r--r-- | www/peacock/pkg-descr | 9 | ||||
-rw-r--r-- | www/peacock/pkg-plist | 27 |
5 files changed, 66 insertions, 0 deletions
diff --git a/www/peacock/Makefile b/www/peacock/Makefile new file mode 100644 index 00000000000..b540a7c71d8 --- /dev/null +++ b/www/peacock/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: peacock +# Date created: 21st April 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $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 <bsd.port.mk> diff --git a/www/peacock/distinfo b/www/peacock/distinfo new file mode 100644 index 00000000000..a4bed5a1a8a --- /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 00000000000..580f3da71f4 --- /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 00000000000..ae377fb09dd --- /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 00000000000..88c6729b9fc --- /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 |