diff options
author | marcus <marcus@FreeBSD.org> | 2003-01-27 05:26:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-01-27 05:26:49 +0800 |
commit | aa5cf583e233178dd84e9d61b2142a1144986d8c (patch) | |
tree | b9426b95587cae1198bb880dca4bc2f8166ee70b /www/bluefish-devel | |
parent | 8dc8f3d4dea64a419d30d32ca462f805ade2cfa3 (diff) | |
download | freebsd-ports-gnome-aa5cf583e233178dd84e9d61b2142a1144986d8c.tar.gz freebsd-ports-gnome-aa5cf583e233178dd84e9d61b2142a1144986d8c.tar.zst freebsd-ports-gnome-aa5cf583e233178dd84e9d61b2142a1144986d8c.zip |
Add bluefish-devel, the development, GTK-2 based, branch for the Bluefish
HTML editor.
Submitted by: Koop Mast <einekoai@chello.nl>
Diffstat (limited to 'www/bluefish-devel')
-rw-r--r-- | www/bluefish-devel/Makefile | 31 | ||||
-rw-r--r-- | www/bluefish-devel/distinfo | 1 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-comment | 1 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-descr | 15 | ||||
-rw-r--r-- | www/bluefish-devel/pkg-plist | 31 |
5 files changed, 79 insertions, 0 deletions
diff --git a/www/bluefish-devel/Makefile b/www/bluefish-devel/Makefile new file mode 100644 index 000000000000..967662050043 --- /dev/null +++ b/www/bluefish-devel/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bluefish +# Date created: 23 January 2003 +# Whom: Koop Mast <einekoai@chello.nl> +# +# $FreeBSD$ +# + +PORTNAME= bluefish +PORTVERSION= 0.8.20030113 +CATEGORIES= www editors +MASTER_SITES= http://pkedu.fbt.eitn.wau.nl/~olivier/snapshots/ \ + ftp://bluefish.advancecreations.com/pub/bluefish/snapshots/ \ + http://bluefish.mrball.net/snapshots/ \ + ftp://ftp.ratisbona.com/pub/bluefish/snapshots/ \ + http://bluefish.shellhung.org/snapshots/ +DISTNAME= ${PORTNAME}-gtk2port-2003-01-13 +EXTRACT_SUFX= .tgz + +MAINTAINER= einekoai@chello.nl + +LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ + pcre.0:${PORTSDIR}/devel/pcre +RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint + +WRKSRC= ${WRKDIR}/bluefish-gtk2 +USE_GMAKE= yes +USE_PERL5_BUILD= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/bluefish-devel/distinfo b/www/bluefish-devel/distinfo new file mode 100644 index 000000000000..ea6f4233c585 --- /dev/null +++ b/www/bluefish-devel/distinfo @@ -0,0 +1 @@ +MD5 (bluefish-gtk2port-2003-01-13.tgz) = 225925daba74d0636046eabce94a8dde diff --git a/www/bluefish-devel/pkg-comment b/www/bluefish-devel/pkg-comment new file mode 100644 index 000000000000..dffa2bcc760b --- /dev/null +++ b/www/bluefish-devel/pkg-comment @@ -0,0 +1 @@ +HTML editor designed for the experienced web designer diff --git a/www/bluefish-devel/pkg-descr b/www/bluefish-devel/pkg-descr new file mode 100644 index 000000000000..6784ce71f127 --- /dev/null +++ b/www/bluefish-devel/pkg-descr @@ -0,0 +1,15 @@ +Bluefish is an advanced HTML editor that contains functionality for +PHP, SSI, and RXML. It is designed for the experienced web designer. + +Note: +This is the development version for bluefish using gtk2. +It will be released as 1.0 when it contains all of the features +of 0.7 (gtk1 version). + +[taken from porting file] +- Translations are still in the works. +- Some people prefer the old style file browser, need to rethink that. +- function references for php etc. are not done yet. +- WML support is not yet ported. + +WWW: http://bluefish.openoffice.nl/ diff --git a/www/bluefish-devel/pkg-plist b/www/bluefish-devel/pkg-plist new file mode 100644 index 000000000000..7ac0f3dd19cf --- /dev/null +++ b/www/bluefish-devel/pkg-plist @@ -0,0 +1,31 @@ +bin/bluefish +share/bluefish/bluefish_splash.png +share/bluefish/encodings.default +share/bluefish/filetypes.default +share/bluefish/highlighting.default +share/bluefish/icon_c.png +share/bluefish/icon_cfml.png +share/bluefish/icon_dir.png +share/bluefish/icon_html.png +share/bluefish/icon_image.png +share/bluefish/icon_java.png +share/bluefish/icon_php.png +share/bluefish/icon_unknown.png +share/bluefish/icon_xml.png +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/hu/LC_MESSAGES/bluefish.mo +share/locale/it/LC_MESSAGES/bluefish.mo +share/locale/ja/LC_MESSAGES/bluefish.mo +share/locale/nl/LC_MESSAGES/bluefish.mo +share/locale/no/LC_MESSAGES/bluefish.mo +share/locale/pl/LC_MESSAGES/bluefish.mo +share/locale/pt_BR/LC_MESSAGES/bluefish.mo +share/locale/ro/LC_MESSAGES/bluefish.mo +share/locale/sv/LC_MESSAGES/bluefish.mo +@dirrm share/bluefish |