Update to 0.9.20030424
PR: 51599 Submitted by: maintainer
This commit is contained in:
parent
7dd5e79bdf
commit
fe1983bd12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80549
4 changed files with 13 additions and 19 deletions
|
@ -6,31 +6,28 @@
|
|||
#
|
||||
|
||||
PORTNAME= bluefish
|
||||
PORTVERSION= 0.9.20030308
|
||||
PORTVERSION= 0.9.20030424
|
||||
CATEGORIES= www editors
|
||||
MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/${DOWNLOAD}/ \
|
||||
ftp://bluefish.advancecreations.com/pub/bluefish/${DOWNLOAD}/ \
|
||||
http://bluefish.mrball.net/${DOWNLOAD}/ \
|
||||
ftp://ftp.ratisbona.com/pub/bluefish/${DOWNLOAD}/ \
|
||||
http://bluefish.shellhung.org/${DOWNLOAD}/
|
||||
DISTNAME= ${PORTNAME}-gtk2port-2003-03-08
|
||||
EXTRACT_SUFX= .tgz
|
||||
DISTNAME= ${PORTNAME}-2003-04-24
|
||||
|
||||
MAINTAINER= einekoai@chello.nl
|
||||
COMMENT= HTML editor designed for the experienced web designer
|
||||
|
||||
LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \
|
||||
pcre.0:${PORTSDIR}/devel/pcre \
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
||||
aspell.15:${PORTSDIR}/textproc/aspell
|
||||
RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
|
||||
|
||||
DOWNLOAD= snapshots
|
||||
WRKSRC= ${WRKDIR}/bluefish-gtk2
|
||||
NO_LATEST_LINK= yes
|
||||
#USE_BZIP2= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehier
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnomehier gtk20
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (bluefish-gtk2port-2003-03-08.tgz) = 3e648b1885aaf638336582cdc9f9df0a
|
||||
MD5 (bluefish-2003-04-24.tar.bz2) = abc7b4f8b6d9b010f66c94dd45467ac0
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- src/bluefish.c.orig Sat Mar 8 04:55:40 2003
|
||||
+++ src/bluefish.c Thu Apr 17 23:04:31 2003
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <gtk/gtk.h>
|
||||
#include <unistd.h> /* getopt() */
|
||||
#include <stdlib.h> /* getopt() exit() and abort() on Solaris */
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#include "bluefish.h"
|
||||
|
|
@ -1,7 +1,10 @@
|
|||
bin/bluefish
|
||||
share/bluefish/bluefish_splash.png
|
||||
share/bluefish/custom_menu.default
|
||||
share/bluefish/encodings.default
|
||||
share/bluefish/filetypes.default
|
||||
share/bluefish/funcref_html.xml
|
||||
share/bluefish/funcref_php.xml
|
||||
share/bluefish/highlighting.default
|
||||
share/bluefish/icon_c.png
|
||||
share/bluefish/icon_cfml.png
|
||||
|
@ -9,11 +12,15 @@ 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/gnome/apps/Applications/bluefish.desktop
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue