Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 1998 21:48:31 +0100 (BST)
From:      Adrian Wontroba <aw1@stade.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7787: updated port: Xlogmaster-1.4.3
Message-ID:  <199808302048.VAA09000@titus.stade.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         7787
>Category:       ports
>Synopsis:       updated port: Xlogmaster-1.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 30 14:30:00 PDT 1998
>Last-Modified:
>Originator:     Adrian Wontroba
>Organization:
Stade Computers Ltd, UK
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

Current

>Description:

Updated port of xlogmaster. Now with info files, assorted fixes and
facilities.  1.5 is on the horizon (8-)

>How-To-Repeat:


>Fix:

Diffs (excluding CVS directories) follow:

diff -urN --exclude CVS ../xlogmaster/Makefile ./Makefile
--- ../xlogmaster/Makefile	Sun Aug  9 08:27:41 1998
+++ ./Makefile	Sun Aug 30 21:05:43 1998
@@ -1,32 +1,39 @@
 # New ports collection makefile for:	xlogmaster
-# Version required:	1.4.1
-# Date created:		11 July 1998
+# Version required:	1.4.3
+# Date created:		1 August 1998
 # Whom:			Adrian Wontroba <aw1@stade.co.uk>
 #
-# $Id: Makefile,v 1.4 1998/08/09 00:20:55 steve Exp $
+# $Id$
 #
 
-DISTNAME=	xlogmaster-1.4.1
+DISTNAME=	xlogmaster-1.4.3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.fusebox.hanse.de/xlogmaster/\
-		http://porter.desy.de/~greve/xlogmaster/
-EXTRACT_SUFX=	.src.tar.gz
+MASTER_SITES=	ftp://sunsite.doc.ic.ac.uk/packages/gnu/\
+		${MASTER_SITE_GNU}\
+		http://www.fusebox.hanse.de/xlogmaster/development/\
+		http://porter.desy.de/~greve/xlogmaster/development/
 
 MAINTAINER=	aw1@stade.co.uk
 
 LIB_DEPENDS=	gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
 
+HAS_CONFIGURE=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
+
 USE_GMAKE=	yes
 
 MAN1=		xlogmaster.1
-USE_X_PREFIX=	yes
-NO_PACKAGE=	ignores cflags
+USE_X11=	yes
+
+post-patch:
+	cd ${WRKSRC}/doc && ln -s tutorial.texinfo xlogmaster.texinfo
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${PREFIX}/share/doc/xlogmaster
-	${INSTALL_MAN} ${WRKSRC}/doc/tutorial.txt ${PREFIX}/share/doc/xlogmaster
-.endif
+	@if [ ! -f ${PREFIX}/info/dir ]; then \
+	  ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
+	 fi
+	@install-info ${PREFIX}/info/xlogmaster.info ${PREFIX}/info/dir
+	@install-info ${PREFIX}/info/xlogmaster_faq.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
diff -urN --exclude CVS ../xlogmaster/files/md5 ./files/md5
--- ../xlogmaster/files/md5	Sun Aug  9 08:27:42 1998
+++ ./files/md5	Tue Aug 25 03:32:16 1998
@@ -1 +1 @@
-MD5 (xlogmaster-1.4.1.src.tar.gz) = 8e42a80cb46b7d1212320e555fa8a37d
+MD5 (xlogmaster-1.4.3.tar.gz) = d39c7da403626128e04a73ace3df3d90
diff -urN --exclude CVS ../xlogmaster/patches/patch-aa ./patches/patch-aa
--- ../xlogmaster/patches/patch-aa	Thu Jan  1 01:00:00 1970
+++ ./patches/patch-aa	Sun Aug 30 18:50:01 1998
@@ -0,0 +1,13 @@
+--- doc/tutorial.texinfo.orig	Mon Aug 24 13:43:46 1998
++++ doc/tutorial.texinfo	Sun Aug 30 18:46:01 1998
+@@ -6,6 +6,10 @@
+ @settitle Xlogmaster
+ @setchapternewpage on
+ @c %**end of header
++@dircategory Miscellaneous
++@direntry
++* Xlogmaster: (xlogmaster).		quick & easy monitoring of logfiles and devices
++@end direntry
+ 
+ @set EDITION 0.5
+ @set VERSION 1.4.2
diff -urN --exclude CVS ../xlogmaster/patches/patch-ab ./patches/patch-ab
--- ../xlogmaster/patches/patch-ab	Thu Jan  1 01:00:00 1970
+++ ./patches/patch-ab	Sun Aug 30 20:45:42 1998
@@ -0,0 +1,24 @@
+--- doc/Makefile.in.orig	Mon Aug 24 13:43:46 1998
++++ doc/Makefile.in	Sun Aug 30 20:45:24 1998
+@@ -81,7 +81,7 @@
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES = 
+ TEXI2DVI = texi2dvi
+-INFO_DEPS = xlogmaster.info
++INFO_DEPS = xlogmaster.info xlogmaster_faq.info
+ DVIS = tutorial.dvi
+ TEXINFOS = tutorial.texinfo
+ man1dir = $(mandir)/man1
+@@ -170,12 +170,6 @@
+ 	  done; \
+ 	done
+ 	@$(POST_INSTALL)
+-	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+-	  for file in $(INFO_DEPS); do \
+-	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
+-	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
+-	  done; \
+-	else : ; fi
+ 
+ uninstall-info:
+ 	$(PRE_UNINSTALL)
diff -urN --exclude CVS ../xlogmaster/patches/patch-ac ./patches/patch-ac
--- ../xlogmaster/patches/patch-ac	Thu Jan  1 01:00:00 1970
+++ ./patches/patch-ac	Sun Aug 30 20:37:41 1998
@@ -0,0 +1,13 @@
+--- doc/xlogmaster_faq.texinfo.orig	Mon Aug 24 13:43:46 1998
++++ doc/xlogmaster_faq.texinfo	Sun Aug 30 20:35:29 1998
+@@ -6,6 +6,10 @@
+ @settitle Frequently asked questions about the Xlogmaster
+ @setchapternewpage off
+ @c %**end of header
++@dircategory Miscellaneous
++@direntry
++* Xlogmaster_FAQ: (xlogmaster_faq).		Frequently asked questions about the Xlogmaster
++@end direntry
+ 
+ @set EDITION 0.5
+ @set UPDATED 24.8.1998
diff -urN --exclude CVS ../xlogmaster/pkg/PLIST ./pkg/PLIST
--- ../xlogmaster/pkg/PLIST	Thu Aug 20 08:22:23 1998
+++ ./pkg/PLIST	Sun Aug 30 21:14:59 1998
@@ -14,8 +14,13 @@
 etc/xlogmaster/sound/uniconify
 etc/xlogmaster/steelblue.gtkrc
 etc/xlogmaster/xlogmaster.gtkrc
-share/doc/xlogmaster/tutorial.txt
 @dirrm etc/xlogmaster/scripts
 @dirrm etc/xlogmaster/sound
 @dirrm etc/xlogmaster
-@dirrm share/doc/xlogmaster
+@unexec install-info --delete %D/info/xlogmaster.info %D/info/dir
+@unexec install-info --delete %D/info/xlogmaster_faq.info %D/info/dir
+info/xlogmaster.info
+info/xlogmaster_faq.info
+@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
+@exec install-info %D/info/xlogmaster.info %D/info/dir
+@exec install-info %D/info/xlogmaster_faq.info %D/info/dir
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808302048.VAA09000>