diff options
author | salo <salo> | 2003-03-11 03:07:36 +0000 |
---|---|---|
committer | salo <salo> | 2003-03-11 03:07:36 +0000 |
commit | 911f01a7fb16453a9b5cdc53acbdbe1d0ca0f54b (patch) | |
tree | 38cd36d3e09fe8c2ccfa914da546a9146a5411d7 /net/etherape/PLIST | |
parent | d5741663f4251372e37efe3ab8d6cef9c78dc0b6 (diff) | |
download | pkgsrc-911f01a7fb16453a9b5cdc53acbdbe1d0ca0f54b.tar.gz |
Updated to version 0.9.0.
Initial patch provided by Adrian Portelli via PR pkg/20630 modified by me.
Changes:
- follow PKG_SYSCONFDIR
- install locales into PKGLOCALEDIR
0.9.0:
======
- 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 Gorkem 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
Diffstat (limited to 'net/etherape/PLIST')
-rw-r--r-- | net/etherape/PLIST | 49 |
1 files changed, 9 insertions, 40 deletions
diff --git a/net/etherape/PLIST b/net/etherape/PLIST index f202396e92c..a2e477735eb 100644 --- a/net/etherape/PLIST +++ b/net/etherape/PLIST @@ -1,50 +1,19 @@ -@comment $NetBSD: PLIST,v 1.2 2002/10/06 03:00:41 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/11 03:07:36 salo Exp $ 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 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 +@exec ${MKDIR} %D/share/examples/etherape +share/examples/etherape/services 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 +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/etherape.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/etherape.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/etherape.mo +${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/etherape.mo 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/examples/etherape @dirrm share/etherape/glade @dirrm share/etherape -@dirrm lib/locale/nl/LC_MESSAGES -@dirrm lib/locale/nl -@dirrm lib/locale/fr/LC_MESSAGES -@dirrm lib/locale/fr -@dirrm lib/locale/es/LC_MESSAGES -@dirrm lib/locale/es -@dirrm lib/locale -@dirrm etc/etherape |