diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-05-03 14:26:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-05-03 14:26:01 +0000 |
commit | 87d31418b0baa4dcb9edf1700bb4dac1b3e2fbb0 (patch) | |
tree | 8d3e03df896fa3bd1202f874860905f7cfe58efd /www/peacock | |
parent | b409f2585087e244bff3f22b3f7cefc9a62cadf2 (diff) | |
download | ports-87d31418b0baa4dcb9edf1700bb4dac1b3e2fbb0.tar.gz ports-87d31418b0baa4dcb9edf1700bb4dac1b3e2fbb0.zip |
Notes
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 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 <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 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 |