From ca45e6fe0c6cc191a9921c8ef59ae69e8258de3f Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 11 Jun 2001 20:58:32 +0000 Subject: * update manedit to 0.4j + Version 0.4.0j Mon Mar 26 19:43:26 PST 2001 -Added Find string in current loaded manual page on viewer. Keyboard keys SPACE, b, HOME, and END now work properly on viewer. -Fixed GTK+ `main breaking behavour' work-around made on the viewer's GtkText widget. + Version 0.4.0i Thu Feb 22 17:31:41 PST 2001 -Fixed Additional compiling bugs for FreeBSD and also directory defaults on FreeBSD. * pass maintainership to packages@netbsd.org * don't bother fixing manpages any more (author should fix that, not me) -- changing "preferances" to "preferences" to match the reality every time new version is out isn't something I like --- editors/manedit/Makefile | 18 ++++---------- editors/manedit/distinfo | 14 ++++------- editors/manedit/patches/patch-aa | 8 +++--- editors/manedit/patches/patch-ab | 41 +++++++++--------------------- editors/manedit/patches/patch-ac | 36 --------------------------- editors/manedit/patches/patch-ad | 19 -------------- editors/manedit/patches/patch-ae | 54 ---------------------------------------- editors/manedit/patches/patch-af | 18 -------------- 8 files changed, 26 insertions(+), 182 deletions(-) delete mode 100644 editors/manedit/patches/patch-ac delete mode 100644 editors/manedit/patches/patch-ad delete mode 100644 editors/manedit/patches/patch-ae delete mode 100644 editors/manedit/patches/patch-af (limited to 'editors/manedit') diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index b2461e8eeec..99578b8ffc4 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2001/06/11 20:05:18 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/11 20:58:32 zuntum Exp $ # DISTNAME= ${PKGNAME:S,manedit-,manedit,} -PKGNAME= manedit-0.4h +PKGNAME= manedit-0.4j CATEGORIES= editors -MASTER_SITES= ftp://fox.mit.edu/pub/xsw/ -EXTRACT_SUFX= .tgz +MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ +EXTRACT_SUFX= .tar.bz2 -MAINTAINER= zuntum@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://wolfpack.twu.net/ManEdit/ COMMENT= UNIX Manual (man, manpage) page editor, viewer, and browser for X11 @@ -17,14 +17,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/manedit MAKE_ENV+= CPP="${CXX}" -post-patch: - ${SED} -e "s,@PREFIX@,${PREFIX},g" ${WRKSRC}/manedit.1 \ - > ${WRKSRC}/manedit.1.done - ${MV} ${WRKSRC}/manedit.1.done ${WRKSRC}/manedit.1 - ${SED} -e "s,gtk-config,${X11BASE}/bin/gtk-config,g" \ - ${WRKSRC}/Makefile > ${WRKSRC}/Makefile.done - ${MV} ${WRKSRC}/Makefile.done ${WRKSRC}/Makefile - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/manedit ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/manedit \ diff --git a/editors/manedit/distinfo b/editors/manedit/distinfo index 201bc52a756..55bc992cb48 100644 --- a/editors/manedit/distinfo +++ b/editors/manedit/distinfo @@ -1,10 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:01:02 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/11 20:58:32 zuntum Exp $ -SHA1 (manedit0.4h.tgz) = 8af5fc53e1dd05baab7e3d3545354a0fcb77ea4e -Size (manedit0.4h.tgz) = 361965 bytes -SHA1 (patch-aa) = f418077f58c9a74760cdffc542a6fb85fc0d50a9 -SHA1 (patch-ab) = 051d7bc5fea25f02dc83396f4e923e4d21d33108 -SHA1 (patch-ac) = 7dd2089b22901ce1c11f530532db37ad1dca4018 -SHA1 (patch-ad) = 605e399073208cc36afa92814d6ec46a4b5f8211 -SHA1 (patch-ae) = 7735111af883fb2f5a2bf4aca344a30262760191 -SHA1 (patch-af) = 7f8bd359f8c049b1debb4c443cfe6ffafc51452a +SHA1 (manedit0.4j.tar.bz2) = 2ad39c64817a23d42f2f2604d4dd6dd616e2d98b +Size (manedit0.4j.tar.bz2) = 280083 bytes +SHA1 (patch-aa) = 604594962ead90efb5640fdf28af9c7bf56b7fd0 +SHA1 (patch-ab) = 2a914d2cb0be0954d674058d35197336750eb251 diff --git a/editors/manedit/patches/patch-aa b/editors/manedit/patches/patch-aa index c0901dce101..a33b88882fb 100644 --- a/editors/manedit/patches/patch-aa +++ b/editors/manedit/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $ +$NetBSD: patch-aa,v 1.2 2001/06/11 20:58:33 zuntum Exp $ ---- ../include/xsw_ctype.h.orig Sat Jan 20 12:39:31 2001 +--- ../include/xsw_ctype.h.orig Tue Mar 27 03:39:01 2001 +++ ../include/xsw_ctype.h -@@ -4,7 +4,6 @@ - #if defined(__cplusplus) || defined(c_plusplus) +@@ -5,7 +5,6 @@ + # if defined(__cplusplus) || defined(c_plusplus) extern bool isblank(char c); -extern bool isblank(int c); diff --git a/editors/manedit/patches/patch-ab b/editors/manedit/patches/patch-ab index 87b0e944b56..b65a43431fb 100644 --- a/editors/manedit/patches/patch-ab +++ b/editors/manedit/patches/patch-ab @@ -1,30 +1,13 @@ -$NetBSD: patch-ab,v 1.2 2001/02/10 00:07:41 hubertf Exp $ +$NetBSD: patch-ab,v 1.3 2001/06/11 20:58:33 zuntum Exp $ ---- Makefile.orig Fri Feb 9 01:18:25 2001 -+++ Makefile -@@ -18,7 +18,6 @@ - # You may modify any value as needed. Change only the ones you are - # absolutly sure that requires modification. - # --PREFIX = /usr - - - # ######################################################################## -@@ -49,7 +48,7 @@ - # to debug the program. - # - #CFLAGS = `gtk-config --cflags` -g -efence -Wall --CFLAGS = `gtk-config --cflags` -O2 -Wall -+CFLAGS+= `gtk-config --cflags` -Wall - - CPPFLAGS = -D__cplusplus -Dc_plusplus - -@@ -95,8 +94,6 @@ - # - include Makefile.srclist - --CC = gcc --CPP = g++ - BIN = manedit - OBJ_C = $(SRC_C:.c=.o) - OBJ_CPP = $(SRC_CPP:.cpp=.o) +--- ../include/os.h.orig Tue Mar 27 03:39:01 2001 ++++ ../include/os.h +@@ -58,7 +58,7 @@ + # define _PATH_DEVNULL "/dev/null" + #endif + +-#if !defined(_AIX) && !defined(__FreeBSD__) ++#if !defined(_AIX) && !defined(__FreeBSD__) && !defined(__NetBSD__) + # ifndef _PATH_MAILDIR + # define _PATH_MAILDIR "/var/spool/mail" + # endif diff --git a/editors/manedit/patches/patch-ac b/editors/manedit/patches/patch-ac deleted file mode 100644 index d00e32934ba..00000000000 --- a/editors/manedit/patches/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $ - ---- manedit.1.orig Sat Jan 20 12:39:31 2001 -+++ manedit.1 -+@@ -50,16 +50,14 @@ -+ Output version information and exit. -+ .LP -+ Most other customizations can be performed in the -+-preferances menu. -++preferences menu. -+ .SH "FILES" -@@ -55,11 +55,9 @@ - .LP - \fI$HOME/.maneditrc\fP - .br --\fI/usr/share/manedit/\fP -+\fI@PREFIX@/share/manedit/\fP - .br --\fI/usr/share/manedit/help/\fP --.br --\fI/usr/share/manedit/templates/\fP -+\fI@PREFIX@/share/manedit/templates/\fP - .SH "ENVIRONMENT VARIABLES" - .TP - \fBHOME\fP -@@ -84,5 +82,9 @@ - .LP - WolfPack Entertainment \- http://wolfpack.twu.net/contacts.html - .SH "SEE ALSO" --.LP -+.LP - ManEdit's home page at http://wolfpack.twu.net/ManEdit/ -+.LP -+manpage_writing_procedures(7) -+.br -+manpage_xml_reference(7) diff --git a/editors/manedit/patches/patch-ad b/editors/manedit/patches/patch-ad deleted file mode 100644 index db636894c0c..00000000000 --- a/editors/manedit/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $ - ---- help/manpage_xml_referance.orig Sat Jan 20 05:39:30 2001 -+++ help/manpage_xml_referance Sun Jan 21 11:28:54 2001 -@@ -1,6 +1,6 @@ --.TH "ManPage XML Referance" "5" "Release 0.0.0" "WolfPack Entertainment" "File Formats" -+.TH "ManPage XML Reference" "5" "Release 0.0.0" "WolfPack Entertainment" "File Formats" - .SH "NAME" --\fBManPage XML Referance\fR \- Tags and symbolic representations list -+\fBManPage XML Reference\fR \- Tags and symbolic representations list - .SH "DESCRIPTION" - .LP - Contains a (mostly complete) list of UNIX Manual Page format -@@ -87,4 +87,4 @@ - \fB>\fR - Greater than (the > character). - .SH "SEE ALSO" --manpage_writing_procedures(5) -+manpage_writing_procedures(7) diff --git a/editors/manedit/patches/patch-ae b/editors/manedit/patches/patch-ae deleted file mode 100644 index a8469d8268b..00000000000 --- a/editors/manedit/patches/patch-ae +++ /dev/null @@ -1,54 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 2001/01/21 18:18:04 fredb Exp $ - ---- help/manpage_writing_procedures.orig Sat Jan 20 05:39:30 2001 -+++ help/manpage_writing_procedures Sun Jan 21 11:29:24 2001 -@@ -120,7 +120,7 @@ - \fBSYMREP\fR). - .LP - For a list of tags and symbolic representations see --manpage_xml_referance(5). -+manpage_xml_reference(7). - .LP - The following sections deal with using XML tags to create - common styles and formats seen in most manual pages. -@@ -162,7 +162,7 @@ - the right amount of line spacing. - .LP - However in XML you need to use XML tags to control line --spacing. To ensure that a sentance in a paragraph -+spacing. To ensure that a sentence in a paragraph - starts on a new line, you need to use the tag - \fB
\fR. For instance: - .LP -@@ -176,13 +176,13 @@ - Create a section with the above text and click on the - preview button. You will notice that after the - \fB
\fR --the sentance will be placed on a new line. -+the sentence will be placed on a new line. - .LP - One draw back is that multiple uses of \fB
\fR - does not produce multiple lines. So incase you would have - to ensure that there is an empty line between two --sentances, you would have to use \fB\fR. --That would effectivly separate the two sentances as two -+sentences, you would have to use \fB\fR. -+That would effectivly separate the two sentences as two - paragraphs. - .SH "STYLES" - .LP -@@ -273,7 +273,7 @@ - .LP - Which would produce a \fB<\fR character. - Complete list of symbolic representations --are in page_xml_referance(5). -+are in page_xml_reference(7). - .LP - One last important symbolic representation to point out - is the \fB&\fR character. Its symbolic representation -@@ -281,4 +281,4 @@ - .LP - \fB&\fR - .SH "SEE ALSO" --manpage_xml_referance(5) -+manpage_xml_reference(7) diff --git a/editors/manedit/patches/patch-af b/editors/manedit/patches/patch-af deleted file mode 100644 index ce06c1815f2..00000000000 --- a/editors/manedit/patches/patch-af +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/02/10 00:07:42 hubertf Exp $ - ---- ../include/os.h.orig Fri Feb 9 01:18:26 2001 -+++ ../include/os.h -@@ -58,11 +58,11 @@ - # define _PATH_DEVNULL "/dev/null" - #endif - --#ifndef _AIX -+#if !defined(_AIX) && !defined(__NetBSD__) - # ifndef _PATH_MAILDIR - # define _PATH_MAILDIR "/var/spool/mail" - # endif --#endif /* _AIX */ -+#endif /* _AIX || __NetBSD__ */ - - /* Apparently VI has become the standard editor for UNIX. */ - #if !defined(_PATH_VI) && !defined(__MSW__) -- cgit v1.2.3