update to 0.11

This commit is contained in:
couderc 2003-08-02 15:26:19 +00:00
parent 0730155c10
commit f6f52f23ed
8 changed files with 72 additions and 40 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.24 2003/03/29 15:22:14 couderc Exp $
# $OpenBSD: Makefile,v 1.25 2003/08/02 15:26:19 couderc Exp $
COMMENT= "HTML editor for experienced web designers"
VERSION= 0.9
VERSION= 0.11
DISTNAME= bluefish-${VERSION}
CATEGORIES= www
HOMEPAGE= http://bluefish.openoffice.nl/
@ -25,6 +25,7 @@ LIB_DEPENDS= gtk-x11-2.0.=0,gdk-x11-2.0.=0::x11/gtk+2 \
aspell::textproc/aspell
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-icon-path=${PREFIX}/share/pixmaps/
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,3 +1,3 @@
MD5 (bluefish-0.9.tar.gz) = a8ac6246a33404797b9c08782ac74739
RMD160 (bluefish-0.9.tar.gz) = 6aa8bbd47514d378fa584a7aad5b2cf0c4180a55
SHA1 (bluefish-0.9.tar.gz) = fde0f0ccdc4d76e082d18697c9b2dbd2859d77e0
MD5 (bluefish-0.11.tar.gz) = c7a2e2d268f5fcf2665e38bf4957d332
RMD160 (bluefish-0.11.tar.gz) = 9064ed045fba17c8e4b74d03bf21cef8a4518ecf
SHA1 (bluefish-0.11.tar.gz) = ec503146cfeafdde18c58d6f3cf8c06db6384dcd

View File

@ -1,19 +1,20 @@
$OpenBSD: patch-Makefile_in,v 1.4 2003/03/29 15:22:14 couderc Exp $
--- Makefile.in.orig Sun Feb 16 12:16:29 2003
+++ Makefile.in Fri Feb 21 21:52:02 2003
@@ -65,12 +65,10 @@ distclean:
$OpenBSD: patch-Makefile_in,v 1.5 2003/08/02 15:26:19 couderc Exp $
--- Makefile.in.orig 2003-07-27 17:26:59.000000000 +0200
+++ Makefile.in 2003-08-02 17:00:20.000000000 +0200
@@ -70,12 +70,11 @@ distclean:
install: src/bluefish
pkgdatadir=@pkgdatadir@
- $(INSTALL_DIR) $(pkgdatadir)
- $(INSTALL_DATA) images/bluefish_splash.png $(pkgdatadir)
+ $(INSTALL_DIR) $(DESTDIR)$(pkgdatadir)
+ $(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)$(pkgdatadir)
+ $(INSTALL_DIR) $(DESTDIR)/$(pkgdatadir)
+ $(INSTALL_DATA) images/bluefish_splash.png $(DESTDIR)/$(pkgdatadir)
@cd icons/ && $(MAKE) install
- if [ -d /usr/share/pixmaps ]; then \
- $(INSTALL_DATA) inline_images/bluefish_icon1.png /usr/share/pixmaps/bluefish-icon.png ;\
- if [ -d $(iconpath) ]; then \
- $(INSTALL_DATA) inline_images/bluefish_icon1.png $(iconpath)/bluefish-icon.png ;\
- fi
+ $(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)$(pkgdatadir)
+ $(INSTALL_DIR) $(DESTDIR)/$(iconpath)
+ $(INSTALL_DATA) inline_images/bluefish_icon1.png $(DESTDIR)/$(iconpath)/bluefish-icon.png
@cd src/ && $(MAKE) install
@cd po/ && $(MAKE) install
@cd data/ && $(MAKE) install
if [ "${USE_NLS}" == "yes" ]; then \
cd po/ && $(MAKE) install;\

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-data_Makefile_in,v 1.1 2003/03/29 15:22:14 couderc Exp $
--- data/Makefile.in.orig Sat Feb 22 01:16:01 2003
+++ data/Makefile.in Sat Feb 22 01:17:16 2003
@@ -30,7 +30,7 @@ all: $(DEFAULTFILES)
$OpenBSD: patch-data_Makefile_in,v 1.2 2003/08/02 15:26:19 couderc Exp $
--- data/Makefile.in.orig 2003-07-27 17:26:59.000000000 +0200
+++ data/Makefile.in 2003-08-02 16:40:23.000000000 +0200
@@ -37,7 +37,7 @@ all: $(DEFAULTFILES)
install: all
$(INSTALL_DIR) $(pkgdatadir)
@for file in $(DEFAULTFILES) ; do \
- $(INSTALL_DATA) $$file $(pkgdatadir)/$$file ;\
+ $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$file ;\
done
if [ -d /usr/share/applications ] ; then \
$(INSTALL_DATA) bluefish.desktop /usr/share/applications/ ;\
@for file in $(FUNCREFFILES) ; do \
$(INSTALL_DATA) $$file $(pkgdatadir)/$$file ;\

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-icons_Makefile_in,v 1.1 2003/03/29 15:22:14 couderc Exp $
--- icons/Makefile.in.orig Fri Dec 27 23:42:52 2002
+++ icons/Makefile.in Thu Feb 20 23:13:22 2003
@@ -49,9 +49,9 @@ all: bluefish
$OpenBSD: patch-icons_Makefile_in,v 1.2 2003/08/02 15:26:19 couderc Exp $
--- icons/Makefile.in.orig 2003-07-27 17:26:59.000000000 +0200
+++ icons/Makefile.in 2003-08-02 16:40:23.000000000 +0200
@@ -52,9 +52,9 @@ all: bluefish
bluefish:
install: all

View File

@ -1,16 +1,16 @@
$OpenBSD: patch-po_Makefile_in,v 1.1 2003/03/29 15:22:14 couderc Exp $
--- po/Makefile.in.orig Sat Feb 22 01:18:45 2003
+++ po/Makefile.in Sat Feb 22 01:19:39 2003
$OpenBSD: patch-po_Makefile_in,v 1.2 2003/08/02 15:26:19 couderc Exp $
--- po/Makefile.in.orig 2003-07-27 17:26:57.000000000 +0200
+++ po/Makefile.in 2003-08-02 16:51:55.000000000 +0200
@@ -40,9 +40,9 @@ all-no:
install:
@for file in $(FINISHED_CATALOGS) ; do \
lang=`echo $${file} | sed -e 's/\.gmo$$//'`;\
@for file in $(SRCS) ; do \
lang=`echo $${file} | sed -e 's/\.po$$//'`;\
- $(INSTALL_DIR) $(localedir)/$${lang}/ ;\
- $(INSTALL_DIR) $(localedir)/$${lang}/LC_MESSAGES/ ;\
- $(INSTALL_DATA) $${lang}.gmo $(localedir)/$${lang}/LC_MESSAGES/${PACKAGE}.mo;\
+ $(INSTALL_DIR) $(DESTDIR)$(localedir)/$${lang}/ ;\
+ $(INSTALL_DIR) $(DESTDIR)$(localedir)/$${lang}/LC_MESSAGES/ ;\
+ $(INSTALL_DATA) $${lang}.gmo $(DESTDIR)$(localedir)/$${lang}/LC_MESSAGES/${PACKAGE}.mo;\
+ $(INSTALL_DIR) $(DESTDIR)/$(localedir)/$${lang}/ ;\
+ $(INSTALL_DIR) $(DESTDIR)/$(localedir)/$${lang}/LC_MESSAGES/ ;\
+ $(INSTALL_DATA) $${lang}.gmo $(DESTDIR)/$(localedir)/$${lang}/LC_MESSAGES/${PACKAGE}.mo;\
done
uninstall:

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2003/03/29 15:22:14 couderc Exp $
--- src/Makefile.in.orig Fri Feb 7 18:53:10 2003
+++ src/Makefile.in Thu Feb 20 23:13:22 2003
@@ -89,8 +89,8 @@ distclean: patchclean
$OpenBSD: patch-src_Makefile_in,v 1.3 2003/08/02 15:26:19 couderc Exp $
--- src/Makefile.in.orig 2003-07-27 17:26:58.000000000 +0200
+++ src/Makefile.in 2003-08-02 16:40:23.000000000 +0200
@@ -90,8 +90,8 @@ distclean: patchclean
rm -f config.h Makefile *~ *.bak core
install: all

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.7 2003/03/29 15:22:14 couderc Exp $
@comment $OpenBSD: PLIST,v 1.8 2003/08/02 15:26:19 couderc Exp $
bin/bluefish
share/bluefish/bluefish_icon1.png
share/bluefish/bluefish_splash.png
share/bluefish/custom_menu.default
share/bluefish/encodings.default
share/bluefish/filetypes.default
share/bluefish/highlighting.default
@ -11,16 +11,46 @@ share/bluefish/icon_dir.png
share/bluefish/icon_html.png
share/bluefish/icon_image.png
share/bluefish/icon_java.png
share/bluefish/icon_pascal.png
share/bluefish/icon_php.png
share/bluefish/icon_python.png
share/bluefish/icon_r.png
share/bluefish/icon_unknown.png
share/bluefish/icon_xml.png
share/locale/da/LC_MESSAGES/bluefish.mo
share/locale/de/LC_MESSAGES/bluefish.mo
share/locale/es/LC_MESSAGES/bluefish.mo
share/locale/fr/LC_MESSAGES/bluefish.mo
share/locale/hu/LC_MESSAGES/bluefish.mo
share/locale/it/LC_MESSAGES/bluefish.mo
share/locale/ja/LC_MESSAGES/bluefish.mo
share/locale/no/LC_MESSAGES/bluefish.mo
share/locale/pl/LC_MESSAGES/bluefish.mo
share/locale/ru/LC_MESSAGES/bluefish.mo
share/locale/sv/LC_MESSAGES/bluefish.mo
share/pixmaps/bluefish-icon.png
@comment @dirrm share/pixmaps
@comment @dirrm share/locale/sv/LC_MESSAGES
@comment @dirrm share/locale/sv
@comment @dirrm share/locale/ru/LC_MESSAGES
@comment @dirrm share/locale/ru
@comment @dirrm share/locale/pl/LC_MESSAGES
@comment @dirrm share/locale/pl
@comment @dirrm share/locale/no/LC_MESSAGES
@comment @dirrm share/locale/no
@comment @dirrm share/locale/ja/LC_MESSAGES
@comment @dirrm share/locale/ja
@comment @dirrm share/locale/it/LC_MESSAGES
@comment @dirrm share/locale/it
@comment @dirrm share/locale/hu/LC_MESSAGES
@comment @dirrm share/locale/hu
@comment @dirrm share/locale/fr/LC_MESSAGES
@comment @dirrm share/locale/fr
@comment @dirrm share/locale/es/LC_MESSAGES
@comment @dirrm share/locale/es
@comment @dirrm share/locale/de/LC_MESSAGES
@comment @dirrm share/locale/de
@comment @dirrm share/locale/da/LC_MESSAGES
@comment @dirrm share/locale/da
@comment @dirrm share/locale
@dirrm share/bluefish