diff options
author | wulf <wulf@pkgsrc.org> | 2000-12-28 14:07:18 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-12-28 14:07:18 +0000 |
commit | 9d0897c87858fd4ceb8608e06e59beda5fcfaa24 (patch) | |
tree | 42b84d245aee8271e73259f2f4891a459b328153 /www | |
parent | 4586b8c3d1cb71a4bfd61bf94222823354820c61 (diff) | |
download | pkgsrc-9d0897c87858fd4ceb8608e06e59beda5fcfaa24.tar.gz |
Updated bluefish to 0.6: lots of bugfixes, integration of filebrowser into
main window, new CSS dialog, new java script toolbar
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/files/md5 | 4 | ||||
-rw-r--r-- | www/bluefish/files/patch-sum | 5 | ||||
-rw-r--r-- | www/bluefish/patches/patch-aa | 14 | ||||
-rw-r--r-- | www/bluefish/patches/patch-ac | 25 | ||||
-rw-r--r-- | www/bluefish/pkg/PLIST | 119 |
5 files changed, 113 insertions, 54 deletions
diff --git a/www/bluefish/files/md5 b/www/bluefish/files/md5 index 22d81a57d48..0cb19ace31b 100644 --- a/www/bluefish/files/md5 +++ b/www/bluefish/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/08/23 12:39:37 jlam Exp $ +$NetBSD: md5,v 1.4 2000/12/28 14:07:18 wulf Exp $ -MD5 (bluefish-0.5.tar.bz2) = ea338dafa61d7c82482322ae96a2bef7 +MD5 (bluefish-0.6.tar.bz2) = 29b2da00d3bd72d8bd79e1d7f525e02a diff --git a/www/bluefish/files/patch-sum b/www/bluefish/files/patch-sum index 5b25f87d323..a9ef0c05225 100644 --- a/www/bluefish/files/patch-sum +++ b/www/bluefish/files/patch-sum @@ -1,4 +1,5 @@ -$NetBSD: patch-sum,v 1.8 2000/08/25 05:51:14 jlam Exp $ +$NetBSD: patch-sum,v 1.9 2000/12/28 14:07:18 wulf Exp $ -MD5 (patch-aa) = bed0de291c9b13d6654b303e9f78facf +MD5 (patch-aa) = f205980d1346f171c2aaba306e7c0769 MD5 (patch-ab) = 92c35899f1cdc3ae84f2401bd09858f4 +MD5 (patch-ac) = f71e9ea2eabe170955a182964dd785e2 diff --git a/www/bluefish/patches/patch-aa b/www/bluefish/patches/patch-aa index 5c1a3a144d0..6db53972b7b 100644 --- a/www/bluefish/patches/patch-aa +++ b/www/bluefish/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.5 2000/08/23 12:39:37 jlam Exp $ +$NetBSD: patch-aa,v 1.6 2000/12/28 14:07:19 wulf Exp $ ---- configure.in.orig Mon Aug 21 04:15:51 2000 -+++ configure.in -@@ -80,6 +80,11 @@ - AC_DEFINE (ENABLE_NLS) +--- configure.in.orig Sun Dec 24 08:21:52 2000 ++++ configure.in Thu Dec 28 11:20:10 2000 +@@ -97,6 +97,11 @@ + AC_DEFINE(ENABLE_NLS) fi +dnl NetBSD: set DATADIRNAME to "share" @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.5 2000/08/23 12:39:37 jlam Exp $ LIBS="$LIBS `gtk-config --libs`" CFLAGS="$CFLAGS `gtk-config --cflags`" -@@ -110,6 +115,7 @@ +@@ -127,6 +132,7 @@ ) @@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.5 2000/08/23 12:39:37 jlam Exp $ dnl Check if system supports the graphical libraries AC_CHECK_LIB(ungif, main, GLIBS="-lungif", AC_CHECK_LIB(gif,main, GLIBS="-lgif")) -@@ -124,6 +130,13 @@ +@@ -141,6 +147,13 @@ AC_DEFINE(HAVE_LIBGDK_IMLIB,1) ] ,AC_DEFINE(HAVE_LIBGDK_IMLIB,0) ,$GLIBS) diff --git a/www/bluefish/patches/patch-ac b/www/bluefish/patches/patch-ac new file mode 100644 index 00000000000..a21c0b2e30f --- /dev/null +++ b/www/bluefish/patches/patch-ac @@ -0,0 +1,25 @@ +$NetBSD: patch-ac,v 1.1 2000/12/28 14:07:19 wulf Exp $ + +--- man/Makefile.in.orig Thu Dec 28 11:52:38 2000 ++++ man/Makefile.in Thu Dec 28 11:56:21 2000 +@@ -25,11 +25,10 @@ + top_srcdir = @top_srcdir@ + srcdir = @srcdir@ + prefix = @prefix@ +-mandirprefix = @mandir@ + exec_prefix = @exec_prefix@ + bindir = $(exec_prefix)/bin + infodir = $(prefix)/info +-mandir = $(mandirprefix)/man/man1 ++mandir = @mandir@ + localedir = @localedir@ + gnulocaledir = $(prefix)/share/locale + aliaspath = $(localedir):. +@@ -54,5 +53,5 @@ + distclean: patchclean + + install: all +- $(INSTALL) -d -m 755 $(mandir) +- $(INSTALL) -m 644 ./$(OBJS) $(mandir)/$(OBJS) ++ $(INSTALL) -d -m 755 $(mandir)/man1 ++ $(INSTALL) -m 644 ./$(OBJS) $(mandir)/man1/$(OBJS) diff --git a/www/bluefish/pkg/PLIST b/www/bluefish/pkg/PLIST index 6a38f204bbb..4bef9c9197d 100644 --- a/www/bluefish/pkg/PLIST +++ b/www/bluefish/pkg/PLIST @@ -1,59 +1,92 @@ -@comment $NetBSD: PLIST,v 1.4 2000/08/23 12:39:37 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/12/28 14:07:19 wulf Exp $ bin/bluefish man/man1/bluefish.1 share/bluefish/php3_functions +share/bluefish/php4_functions share/bluefish/rxml_functions share/bluefish/ssi_functions share/pixmaps/bluefish_icon.xpm -share/doc/html/bluefish/bluefish.gif -share/doc/html/bluefish/bluefish.png -share/doc/html/bluefish/button_close.gif -share/doc/html/bluefish/button_config.gif -share/doc/html/bluefish/button_copy.gif -share/doc/html/bluefish/button_cut.gif -share/doc/html/bluefish/button_new.gif -share/doc/html/bluefish/button_new.png -share/doc/html/bluefish/button_open.gif -share/doc/html/bluefish/button_paste.gif -share/doc/html/bluefish/button_print.gif -share/doc/html/bluefish/button_quickstart.gif -share/doc/html/bluefish/button_redo.gif -share/doc/html/bluefish/button_replace.gif -share/doc/html/bluefish/button_save.gif -share/doc/html/bluefish/button_saveas.gif -share/doc/html/bluefish/button_search.gif -share/doc/html/bluefish/button_undo.gif -share/doc/html/bluefish/chapter1.html -share/doc/html/bluefish/chapter2.html -share/doc/html/bluefish/chapter3.html -share/doc/html/bluefish/chapter4.html -share/doc/html/bluefish/config_editor.png -share/doc/html/bluefish/config_external.png -share/doc/html/bluefish/config_gui.png -share/doc/html/bluefish/config_html.png -share/doc/html/bluefish/config_img.png -share/doc/html/bluefish/editarea.gif -share/doc/html/bluefish/float.gif +share/doc/html/bluefish/images/germany.gif +share/doc/html/bluefish/images/hungary.gif +share/doc/html/bluefish/images/italy.gif +share/doc/html/bluefish/images/uk.gif +share/doc/html/bluefish/images/project_edit.png +share/doc/html/bluefish/images/project_edit_files.png +share/doc/html/bluefish/images/project_edit_lists.png +share/doc/html/bluefish/images/bluefish.gif +share/doc/html/bluefish/images/bluefish.png +share/doc/html/bluefish/images/button_close.gif +share/doc/html/bluefish/images/button_config.gif +share/doc/html/bluefish/images/button_copy.gif +share/doc/html/bluefish/images/button_cut.gif +share/doc/html/bluefish/images/button_new.gif +share/doc/html/bluefish/images/button_new.png +share/doc/html/bluefish/images/button_open.gif +share/doc/html/bluefish/images/button_paste.gif +share/doc/html/bluefish/images/button_print.gif +share/doc/html/bluefish/images/button_quickstart.gif +share/doc/html/bluefish/images/button_redo.gif +share/doc/html/bluefish/images/button_replace.gif +share/doc/html/bluefish/images/button_save.gif +share/doc/html/bluefish/images/button_saveas.gif +share/doc/html/bluefish/images/button_search.gif +share/doc/html/bluefish/images/button_undo.gif +share/doc/html/bluefish/images/config_editor.png +share/doc/html/bluefish/images/config_external.png +share/doc/html/bluefish/images/config_gui.png +share/doc/html/bluefish/images/config_html.png +share/doc/html/bluefish/images/config_img.png +share/doc/html/bluefish/images/mainscreen.gif +share/doc/html/bluefish/images/mainscreen.png +share/doc/html/bluefish/images/float.gif +share/doc/html/bluefish/images/tfilemenu.gif +share/doc/html/bluefish/images/tfilemenu.png +share/doc/html/bluefish/images/editarea.gif +share/doc/html/bluefish/de/chapter1.html +share/doc/html/bluefish/de/chapter2.html +share/doc/html/bluefish/de/chapter3.html +share/doc/html/bluefish/de/chapter4.html +share/doc/html/bluefish/de/manual.book +share/doc/html/bluefish/de/preface.html +share/doc/html/bluefish/de/index.html +share/doc/html/bluefish/en/chapter1.html +share/doc/html/bluefish/en/chapter2.html +share/doc/html/bluefish/en/chapter3.html +share/doc/html/bluefish/en/chapter4.html +share/doc/html/bluefish/en/manual.book +share/doc/html/bluefish/en/preface.html +share/doc/html/bluefish/en/index.html +share/doc/html/bluefish/it/chapter1.html +share/doc/html/bluefish/it/chapter2.html +share/doc/html/bluefish/it/chapter3.html +share/doc/html/bluefish/hu/chapter1.html +share/doc/html/bluefish/hu/chapter2.html +share/doc/html/bluefish/hu/chapter3.html +share/doc/html/bluefish/hu/chapter4.html +share/doc/html/bluefish/hu/preface.html +share/doc/html/bluefish/hu/index.html share/doc/html/bluefish/index.html -share/doc/html/bluefish/mainscreen.gif -share/doc/html/bluefish/mainscreen.png -share/doc/html/bluefish/manual.book share/doc/html/bluefish/manual.css -share/doc/html/bluefish/preface.html -share/doc/html/bluefish/tfilemenu.gif -share/doc/html/bluefish/tfilemenu.png -share/locale/cs/LC_MESSAGES/bluefish.mo -share/locale/da/LC_MESSAGES/bluefish.mo share/locale/de/LC_MESSAGES/bluefish.mo +share/locale/da/LC_MESSAGES/bluefish.mo +share/locale/fr/LC_MESSAGES/bluefish.mo +share/locale/ru/LC_MESSAGES/bluefish.mo +share/locale/ro/LC_MESSAGES/bluefish.mo +share/locale/cs/LC_MESSAGES/bluefish.mo +share/locale/es/LC_MESSAGES/bluefish.mo share/locale/el/LC_MESSAGES/bluefish.mo share/locale/en/LC_MESSAGES/bluefish.mo -share/locale/es/LC_MESSAGES/bluefish.mo -share/locale/fr/LC_MESSAGES/bluefish.mo -share/locale/it/LC_MESSAGES/bluefish.mo share/locale/ja/LC_MESSAGES/bluefish.mo -share/locale/ro/LC_MESSAGES/bluefish.mo -share/locale/ru/LC_MESSAGES/bluefish.mo +share/locale/it/LC_MESSAGES/bluefish.mo share/locale/sv/LC_MESSAGES/bluefish.mo +share/locale/br/LC_MESSAGES/bluefish.mo +share/locale/hu/LC_MESSAGES/bluefish.mo +share/locale/pl/LC_MESSAGES/bluefish.mo @unexec rmdir -p %D/share/pixmaps 2>/dev/null || true +@dirrm share/doc/html/bluefish/de +@dirrm share/doc/html/bluefish/en +@dirrm share/doc/html/bluefish/it +@dirrm share/doc/html/bluefish/hu +@dirrm share/doc/html/bluefish/images @dirrm share/doc/html/bluefish @dirrm share/bluefish |