From 0c48c8cd46942e80fdd2a5b25d772deed5a82830 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sat, 2 Sep 2000 12:54:08 +0000 Subject: Add gmanedit - a manpages editor for GNOME. --- editors/gmanedit/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ editors/gmanedit/distinfo | 1 + editors/gmanedit/pkg-comment | 1 + editors/gmanedit/pkg-descr | 7 +++++++ editors/gmanedit/pkg-plist | 15 +++++++++++++++ 5 files changed, 67 insertions(+) create mode 100644 editors/gmanedit/Makefile create mode 100644 editors/gmanedit/distinfo create mode 100644 editors/gmanedit/pkg-comment create mode 100644 editors/gmanedit/pkg-descr create mode 100644 editors/gmanedit/pkg-plist (limited to 'editors/gmanedit') diff --git a/editors/gmanedit/Makefile b/editors/gmanedit/Makefile new file mode 100644 index 0000000..c91fda4 --- /dev/null +++ b/editors/gmanedit/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gmanedit +# Date created: 12 July 2000 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= gmanedit +PORTVERSION= 0.3.1 +CATEGORIES= editors gnome +MASTER_SITES= http://gmanedit.sourceforge.net/files/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= sobomax@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ + GTK_CONFIG="${GTK_CONFIG}" \ + CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ + --datadir=${PREFIX}/share/gnome +ALL_TARGET= clean all + +post-extract: + @${RM} -rf ${WRKSRC}/config.cache + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include diff --git a/editors/gmanedit/distinfo b/editors/gmanedit/distinfo new file mode 100644 index 0000000..8e6a695 --- /dev/null +++ b/editors/gmanedit/distinfo @@ -0,0 +1 @@ +MD5 (gmanedit-0.3.1.tar.bz2) = 4d942401d61e8461ec739ddbaeab90d6 diff --git a/editors/gmanedit/pkg-comment b/editors/gmanedit/pkg-comment new file mode 100644 index 0000000..75ed99b --- /dev/null +++ b/editors/gmanedit/pkg-comment @@ -0,0 +1 @@ +A GNOME manpages editor diff --git a/editors/gmanedit/pkg-descr b/editors/gmanedit/pkg-descr new file mode 100644 index 0000000..43a6873 --- /dev/null +++ b/editors/gmanedit/pkg-descr @@ -0,0 +1,7 @@ +Gmanedit is the GNOME manpages editor. + +It's an editor for man pages that runs on X with GTK. It's like most common +HTML editors but more easy. You need to know manpages format. You can learn it +from 'man(7)'. + +WWW: http://gmanedit.sourceforge.net/ diff --git a/editors/gmanedit/pkg-plist b/editors/gmanedit/pkg-plist new file mode 100644 index 0000000..3e63d10 --- /dev/null +++ b/editors/gmanedit/pkg-plist @@ -0,0 +1,15 @@ +bin/gmanedit +share/gnome/pixmaps/gmanedit/arrow.xpm +share/gnome/pixmaps/gmanedit/button.xpm +share/gnome/pixmaps/gmanedit/exit.xpm +share/gnome/pixmaps/gmanedit/gmanedit.png +share/gnome/pixmaps/gmanedit/new.xpm +share/gnome/pixmaps/gmanedit/no.xpm +share/gnome/pixmaps/gmanedit/open.xpm +share/gnome/pixmaps/gmanedit/save.xpm +share/gnome/pixmaps/gmanedit/spinbutton.xpm +share/locale/es/LC_MESSAGES/gmanedit.mo +share/locale/gl/LC_MESSAGES/gmanedit.mo +share/locale/ja/LC_MESSAGES/gmanedit.mo +share/locale/ko/LC_MESSAGES/gmanedit.mo +@dirrm share/gnome/pixmaps/gmanedit -- cgit v1.1