Subject: pkg/20630: Updated package: net/etherape
To: None <gnats-bugs@gnats.netbsd.org>
From: None <adrianp@stindustries.net>
List: netbsd-bugs
Date: 03/08/2003 22:07:34
>Number:         20630
>Category:       pkg
>Synopsis:       Updated package: net/etherape
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 08 22:08:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Adrian Portelli
>Release:        NetBSD 1.6 i386
>Organization:
STIndustries
>Environment:
NetBSD abe.mdc.stindustries.net 1.6 NetBSD 1.6 (ABE) #0: Sat Feb  8 19:21:42 EST 2003     root@abe.mdc.stindustries.net:/usr/src/sys/arch/i386/compile/ABE i386
>Description:
etherape is at version 0.8.2 in pkgsrc and 0.9.0 is now available.  This is in the pkgsrc/doc/TODO list.

Please note: This package now requires a _lot_ more dependencies than before.

Changes include:

Gnome 2 preliminary support, including a new option for an antialiased diagram.
Gcc 3.2 compile support
Some bug and potential bug fixes
New Turkish translation, by Gôrkem Cetin
Several fixes to assure proper compilation with newer autotools
Resolved memory bug by limiting resolved names to 1024 entries and arranging them in a simple LRU cache
>How-To-Repeat:
cd pkgsrc/net/etherape && make show-var VARNAME=DISTNAME
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/etherape/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	2002/10/06 03:02:07	1.3
+++ Makefile	2003/03/09 05:53:23
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2002/10/06 03:02:07 wiz Exp $
 
-DISTNAME=	etherape-0.8.2
-PKGREVISION=	1
+DISTNAME=	etherape-0.9.0
 CATEGORIES=	gnome net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=etherape/}
 
@@ -16,5 +15,7 @@
 CONFIGURE_ARGS+=	--prefix ${PREFIX}
 PLIST_SUBST+=		MKDIR='${MKDIR}'
 
+.include "../../devel/libgnomeui/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
 .include "../../devel/libglade/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/etherape/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	2002/10/06 03:00:41	1.2
+++ PLIST	2003/03/09 05:53:23
@@ -1,45 +1,22 @@
-@comment $NetBSD: PLIST,v 1.2 2002/10/06 03:00:41 wiz Exp $
+@comment $NetBSD$
 bin/etherape
 etc/etherape/services
 lib/locale/es/LC_MESSAGES/etherape.mo
 lib/locale/fr/LC_MESSAGES/etherape.mo
 lib/locale/nl/LC_MESSAGES/etherape.mo
+lib/locale/tr/LC_MESSAGES/etherape.mo
 man/man1/etherape.1
-share/etherape/glade/etherape.glade
+share/etherape/glade/etherape.glade2
 share/etherape/glade/etherape.png
 share/etherape/glade/pause.xpm
 share/etherape/glade/play.xpm
 share/etherape/glade/stop.xpm
 share/gnome/apps/Applications/etherape.desktop
-share/gnome/help/etherape/C/authors.html
-share/gnome/help/etherape/C/bugs.html
-share/gnome/help/etherape/C/docbook.css
-share/gnome/help/etherape/C/index.html
-share/gnome/help/etherape/C/license.html
-share/gnome/help/etherape/C/ln7.html
-share/gnome/help/etherape/C/prefs.html
-share/gnome/help/etherape/C/stylesheet-images/caution.gif
-share/gnome/help/etherape/C/stylesheet-images/home.gif
-share/gnome/help/etherape/C/stylesheet-images/important.gif
-share/gnome/help/etherape/C/stylesheet-images/next.gif
-share/gnome/help/etherape/C/stylesheet-images/note.gif
-share/gnome/help/etherape/C/stylesheet-images/prev.gif
-share/gnome/help/etherape/C/stylesheet-images/tip.gif
-share/gnome/help/etherape/C/stylesheet-images/toc-blank.gif
-share/gnome/help/etherape/C/stylesheet-images/toc-minus.gif
-share/gnome/help/etherape/C/stylesheet-images/toc-plus.gif
-share/gnome/help/etherape/C/stylesheet-images/up.gif
-share/gnome/help/etherape/C/stylesheet-images/warning.gif
-share/gnome/help/etherape/C/topic.dat
-share/gnome/help/etherape/C/usage.html
 share/pixmaps/etherape.png
-@dirrm share/gnome/help/etherape/C/stylesheet-images
-@dirrm share/gnome/help/etherape/C
-@dirrm share/gnome/help/etherape
-@unexec ${RMDIR} %D/share/gnome/help 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/share/gnome/apps/Applications 2>/dev/null || ${TRUE}
 @dirrm share/etherape/glade
 @dirrm share/etherape
+@dirrm lib/locale/tr/LC_MESSAGES
+@dirrm lib/locale/tr
 @dirrm lib/locale/nl/LC_MESSAGES
 @dirrm lib/locale/nl
 @dirrm lib/locale/fr/LC_MESSAGES
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/etherape/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	2001/11/11 22:06:45	1.1.1.1
+++ distinfo	2003/03/09 05:53:23
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/11/11 22:06:45 damon Exp $
+$NetBSD$
 
-SHA1 (etherape-0.8.2.tar.gz) = bbcaf88da3784dc5fbdeca577113d20438fa1dab
-Size (etherape-0.8.2.tar.gz) = 421861 bytes
+SHA1 (etherape-0.9.0.tar.gz) = f47a9289464b3bca15d8ea09e20fb5f632da416d
+Size (etherape-0.9.0.tar.gz) = 406667 bytes

>Release-Note:
>Audit-Trail:
>Unformatted: