update to version 0.4
submitted by Sean Cavanaugh <seanc@cginfo.sk.ca>
This commit is contained in:
parent
a89422ff7f
commit
dd0ccee3d5
@ -1,31 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2000/06/19 03:14:04 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2000/07/13 21:36:53 naddy Exp $
|
||||
|
||||
DISTNAME= bluefish-0.3.6
|
||||
DISTNAME= bluefish-0.4
|
||||
CATEGORIES= www
|
||||
NEED_VERSION= 1.234
|
||||
MASTER_SITES= http://bluefish.openoffice.nl/download/ \
|
||||
http://www.student.wau.nl/~olivier/bluefish/download/
|
||||
NEED_VERSION= 1.312
|
||||
|
||||
RUN_DEPENDS= weblint::www/weblint
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
gdk_imlib::graphics/imlib
|
||||
HOMEPAGE= http://bluefish.openoffice.nl/
|
||||
|
||||
MAINTAINER= seanc@cginfo.sk.ca
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/download/ \
|
||||
http://www.student.wau.nl/~olivier/bluefish/download/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
FAKE= Yes
|
||||
FAKE_FLAGS= DESTDIR="${WRKINST}" install_location='$${prefix}/lib/bluefish'
|
||||
RUN_DEPENDS= weblint::www/weblint
|
||||
LIB_DEPENDS= gtk.1.2::x11/gtk+ \
|
||||
gdk_imlib::graphics/imlib
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
||||
LDFLAGS='-L${LOCALBASE}/lib'
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bluefish
|
||||
@chmod a+rx ${PREFIX}/share/doc/bluefish
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
|
||||
MANCOMPRESSED= Yes
|
||||
MAN1= bluefish.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (bluefish-0.3.6.tar.gz) = 1dfd21dd74a7f3e98d720ffb657f745d
|
||||
RMD160 (bluefish-0.3.6.tar.gz) = 8bd255faacb9287eec051b149fc785a3d65b305d
|
||||
SHA1 (bluefish-0.3.6.tar.gz) = 86a310c63877f733f25edeae48ef12f1ca926571
|
||||
MD5 (bluefish-0.4.tar.gz) = 9b0d528e1489224cbd56749e67157cb4
|
||||
RMD160 (bluefish-0.4.tar.gz) = b946f593a98546b456781f1161a9fadf640a02b6
|
||||
SHA1 (bluefish-0.4.tar.gz) = ff6344f52474300f1d20a6be37be16cafea572aa
|
||||
|
@ -1,13 +1,21 @@
|
||||
--- Makefile.in.orig Sun Apr 2 01:51:13 2000
|
||||
+++ Makefile.in Sun Apr 2 01:53:53 2000
|
||||
@@ -34,15 +34,15 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2000/07/13 21:36:54 naddy Exp $
|
||||
--- Makefile.in.orig Mon Apr 17 23:31:14 2000
|
||||
+++ Makefile.in Wed Jul 12 16:49:24 2000
|
||||
@@ -29,21 +29,21 @@ exec_prefix = @exec_prefix@
|
||||
bindir = @bindir@
|
||||
datadir = @datadir@
|
||||
pkgdatadir = @pkgdatadir@
|
||||
-pixmapsdir = /usr/share/pixmaps
|
||||
+pixmapsdir = @pkgdatadir@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
|
||||
bluefish:all
|
||||
all:
|
||||
- @$(MAKE) -C intl all
|
||||
- @$(MAKE) -C po all
|
||||
- @$(MAKE) -C man all
|
||||
+ @cd intl; $(MAKE) all
|
||||
+ @cd intl; $(MAKE) all
|
||||
+ @cd po; $(MAKE) all
|
||||
+ @cd man; $(MAKE) all
|
||||
@cd ${srcdir}/ && $(MAKE) all
|
||||
@ -22,7 +30,7 @@
|
||||
rm -f core *~
|
||||
@cd ${srcdir}/ && $(MAKE) clean
|
||||
|
||||
@@ -51,16 +51,16 @@
|
||||
@@ -52,16 +52,16 @@ patchclean: clean
|
||||
@cd ${srcdir}/ && $(MAKE) patchclean
|
||||
|
||||
distclean:
|
||||
@ -33,7 +41,7 @@
|
||||
+ @cd po; $(MAKE) distclean
|
||||
+ @cd man; $(MAKE) distclean
|
||||
@cd ${srcdir}/ && $(MAKE) distclean
|
||||
rm -f Makefile ${srcdir}/Makefile config.status config.cache config.log
|
||||
rm -f Makefile ${srcdir}/Makefile ${srcdir}/.depends config.status config.cache config.log
|
||||
rm -f *.orig *.rej
|
||||
|
||||
install:
|
||||
@ -41,13 +49,13 @@
|
||||
- @$(MAKE) -C man install
|
||||
+ @cd po; $(MAKE) install
|
||||
+ @cd man; $(MAKE) install
|
||||
$(INSTALL) -d -m 755 $(install_location)
|
||||
$(INSTALL) -m 644 ./data/php3_functions $(install_location)/php3_functions
|
||||
$(INSTALL) -m 644 ./data/ssi_functions $(install_location)/ssi_functions
|
||||
@@ -72,7 +72,7 @@
|
||||
rm $(install_location)/php3_functions
|
||||
rm $(install_location)/ssi_functions
|
||||
rm $(install_location)/rxml_functions
|
||||
$(INSTALL) -d -m 755 $(datadir)
|
||||
$(INSTALL) -d -m 755 $(pkgdatadir)
|
||||
$(INSTALL) -d -m 755 $(pixmapsdir)
|
||||
@@ -76,7 +76,7 @@ uninstall:
|
||||
rm $(pkgdatadir)/php3_functions
|
||||
rm $(pkgdatadir)/ssi_functions
|
||||
rm $(pkgdatadir)/rxml_functions
|
||||
- @$(MAKE) -C man uninstall
|
||||
+ @cd man; $(MAKE) uninstall
|
||||
rm -f $(install_location)
|
12
www/bluefish/patches/patch-src-Makefile_in
Normal file
12
www/bluefish/patches/patch-src-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src-Makefile_in,v 1.1 2000/07/13 21:36:54 naddy Exp $
|
||||
--- src/Makefile.in.orig Thu Jul 13 16:56:47 2000
|
||||
+++ src/Makefile.in Thu Jul 13 16:57:14 2000
|
||||
@@ -59,7 +59,7 @@ clean:
|
||||
|
||||
.depends: $(SRCS) Makefile
|
||||
$(CC) -M $(CFLAGS) $(SRCS) > .depends
|
||||
-include .depends
|
||||
+#include .depends
|
||||
|
||||
patchclean: clean
|
||||
rm -f *.orig *.rej
|
@ -1 +1 @@
|
||||
HTML editor designed for the experienced web designer
|
||||
HTML editor for experienced web designers
|
||||
|
@ -1,6 +1,4 @@
|
||||
Bluefish is an advanced HTML editor that contains functionality for
|
||||
PHP, SSI, and RXML. It is designed for the experienced web designer.
|
||||
|
||||
WWW: http://bluefish.linuxbox.com/
|
||||
|
||||
- Jim <jim@FreeBSD.org>
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,12 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2000/07/13 21:36:55 naddy Exp $
|
||||
bin/bluefish
|
||||
share/doc/bluefish/README
|
||||
man/man1/bluefish.1
|
||||
share/bluefish/bluefish_icon.xpm
|
||||
share/bluefish/php3_functions
|
||||
share/bluefish/rxml_functions
|
||||
share/bluefish/ssi_functions
|
||||
share/locale/cs/LC_MESSAGES/bluefish.mo
|
||||
share/locale/da/LC_MESSAGES/bluefish.mo
|
||||
share/locale/de/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
|
||||
lib/bluefish/php3_functions
|
||||
lib/bluefish/rxml_functions
|
||||
lib/bluefish/ssi_functions
|
||||
@dirrm lib/bluefish
|
||||
@dirrm share/doc/bluefish
|
||||
@dirrm share/bluefish
|
||||
|
Loading…
Reference in New Issue
Block a user