Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 12:56:11 +1000 (EST)
From:      jim@blues.ghis.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/12799: new port: bluefish-0.3.2
Message-ID:  <199907250256.MAA97750@blues.ghis.net>

next in thread | raw e-mail | index | archive | help

>Number:         12799
>Category:       ports
>Synopsis:       new port: bluefish-0.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 24 20:00:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jim Mock
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
>Environment:

	

>Description:

New port of bluefish, which is an HTML editor that uses gtk.  Future
versions will possibly include gnome support and it will be added to the
Makefile if/when it happens.

>How-To-Repeat:

	

>Fix:
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	bluefish
#	bluefish/pkg
#	bluefish/pkg/PLIST
#	bluefish/pkg/COMMENT
#	bluefish/pkg/DESCR
#	bluefish/patches
#	bluefish/patches/patch-aa
#	bluefish/Makefile
#	bluefish/files
#	bluefish/files/md5
#
echo c - bluefish
mkdir -p bluefish > /dev/null 2>&1
echo c - bluefish/pkg
mkdir -p bluefish/pkg > /dev/null 2>&1
echo x - bluefish/pkg/PLIST
sed 's/^X//' >bluefish/pkg/PLIST << 'END-of-bluefish/pkg/PLIST'
Xbin/bluefish
Xlib/bluefish/php3_functions
Xlib/bluefish/ssi_functions
Xlib/bluefish/rxml_functions
Xshare/doc/bluefish/README
X@dirrm lib/bluefish
X@dirrm share/doc/bluefish
END-of-bluefish/pkg/PLIST
echo x - bluefish/pkg/COMMENT
sed 's/^X//' >bluefish/pkg/COMMENT << 'END-of-bluefish/pkg/COMMENT'
XBluefish is an HTML editor designed for the experienced web designer
END-of-bluefish/pkg/COMMENT
echo x - bluefish/pkg/DESCR
sed 's/^X//' >bluefish/pkg/DESCR << 'END-of-bluefish/pkg/DESCR'
XBluefish is an advanced HTML editor that contains functionality for
XPHP, SSI, and RXML.  It is designed for the experienced web designer.
X
XWWW:	http://bluefish.linuxbox.com/
X
X- Jim <jim@blues.ghis.net>
END-of-bluefish/pkg/DESCR
echo c - bluefish/patches
mkdir -p bluefish/patches > /dev/null 2>&1
echo x - bluefish/patches/patch-aa
sed 's/^X//' >bluefish/patches/patch-aa << 'END-of-bluefish/patches/patch-aa'
X--- configure.orig	Tue Jul  6 16:57:38 1999
X+++ configure	Sun Jul 25 09:46:50 1999
X@@ -841,8 +841,8 @@
X   x_includes="/usr/include"
X fi
X 
X-LIBS=`gtk-config --libs`
X-CFLAGS=`gtk-config --cflags`
X+LIBS=`${GTK_CONFIG} --libs`
X+CFLAGS=`${GTK_CONFIG} --cflags`
X 
X # Check whether --with-gtk-prefix or --without-gtk-prefix was given.
X if test "${with_gtk_prefix+set}" = set; then
X@@ -872,18 +872,18 @@
X   if test x$gtk_config_exec_prefix != x ; then
X      gtk_config_args="$gtk_config_args --exec-prefix=$gtk_config_exec_prefix"
X      if test x${GTK_CONFIG+set} != xset ; then
X-        GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
X+        GTK_CONFIG=$gtk_config_exec_prefix/bin/${GTK_CONFIG}
X      fi
X   fi
X   if test x$gtk_config_prefix != x ; then
X      gtk_config_args="$gtk_config_args --prefix=$gtk_config_prefix"
X      if test x${GTK_CONFIG+set} != xset ; then
X-        GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
X+        GTK_CONFIG=$gtk_config_prefix/bin/${GTK_CONFIG}
X      fi
X   fi
X 
X-  # Extract the first word of "gtk-config", so it can be a program name with args.
X-set dummy gtk-config; ac_word=$2
X+  # Extract the first word of "${GTK_CONFIG}", so it can be a program name with args.
X+set dummy ${GTK_CONFIG}; ac_word=$2
X echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
X echo "configure:889: checking for $ac_word" >&5
X if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
X@@ -1019,10 +1019,10 @@
X   else
X      echo "$ac_t""no" 1>&6
X #     if test "$GTK_CONFIG" = "no" ; then
X-#       echo "*** The gtk-config script installed by GTK could not be found"
X+#       echo "*** The ${GTK_CONFIG} script installed by GTK could not be found"
X #       echo "*** If GTK was installed in PREFIX, make sure PREFIX/bin is in"
X #       echo "*** your path, or set the GTK_CONFIG environment variable to the"
X-#       echo "*** full path to gtk-config."
X+#       echo "*** full path to ${GTK_CONFIG}."
X #     else
X #       if test -f conf.gtktest ; then
X #        :
X@@ -1051,7 +1051,7 @@
X #        [ echo "*** The test program failed to compile or link. See the file config.log for the"
X #          echo "*** exact error that occured. This usually means GTK was incorrectly installed"
X #          echo "*** or that you have moved GTK since it was installed. In the latter case, you"
X-#          echo "*** may want to edit the gtk-config script: $GTK_CONFIG" ])
X+#          echo "*** may want to edit the ${GTK_CONFIG} script: $GTK_CONFIG" ])
X #          CFLAGS="$ac_save_CFLAGS"
X #          LIBS="$ac_save_LIBS"
X #       fi
X@@ -1070,7 +1070,7 @@
X fi
X 
X echo -n "checking where to put bluefish library files... "
X-install_location=/usr/local/lib/bluefish
X+install_location=/usr/X11R6/lib/bluefish
X # Check whether --with-install-location or --without-install-location was given.
X if test "${with_install_location+set}" = set; then
X   withval="$with_install_location"
END-of-bluefish/patches/patch-aa
echo x - bluefish/Makefile
sed 's/^X//' >bluefish/Makefile << 'END-of-bluefish/Makefile'
X# New ports collection makefile for:	bluefish
X# Version required:		0.3.2
X# Date created:			25 July 1999
X# Whom:				Jim Mock <jim@blues.ghis.net>
X#
X# $Id$
X#
X
XDISTNAME=	bluefish-0.3.2
XCATEGORIES=	www editors
XMASTER_SITES=	http://bluefish.linuxbox.com/download/ \
X		http://student.wau.nl/~olivier/bluefish/download/ \
X		http://ha-pc.cheque.uq.edu.au/download/
X
XMAINTAINER=	jim@blues.ghis.net
X
XLIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
X
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
X
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
X
Xpost-install:
X	@strip ${PREFIX}/bin/bluefish
X.if !defined(NOPORTDOCS)
X	@${ECHO} "===>   Installing bluefish docs in ${PREFIX}/share/doc/bluefish"
X	@${ECHO} "===>   A manual is available online at http://bluefish.linuxbox.com/manual/"
X	@${MKDIR} ${PREFIX}/share/doc/bluefish && chmod a+rx ${PREFIX}/share/doc/bluefish
X	@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bluefish
X.endif
X
X.include <bsd.port.mk>
END-of-bluefish/Makefile
echo c - bluefish/files
mkdir -p bluefish/files > /dev/null 2>&1
echo x - bluefish/files/md5
sed 's/^X//' >bluefish/files/md5 << 'END-of-bluefish/files/md5'
XMD5 (bluefish-0.3.2.tar.gz) = 4debcd19a28b715056384af44cba9c5a
END-of-bluefish/files/md5
exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907250256.MAA97750>