Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 May 2000 12:06:45 -0500 (CDT)
From:      "Scott A. Moberly" <smoberly@xavier.dyndns.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18412: powershell port
Message-ID:  <200005061706.MAA29953@xavier.dyndns.org>

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

>Number:         18412
>Category:       ports
>Synopsis:       New port
>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:   Sun May 07 01:10:14 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Scott A. Moberly
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:
>Description:

	New port for gnome/x11 - powershell

# 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:
#
#	powershell
#	powershell/Makefile
#	powershell/files
#	powershell/files/md5
#	powershell/pkg
#	powershell/pkg/PLIST
#	powershell/pkg/DESCR
#	powershell/pkg/COMMENT
#	powershell/patches
#	powershell/patches/patch-ab
#	powershell/patches/patch-aa
#
echo c - powershell
mkdir -p powershell > /dev/null 2>&1
echo x - powershell/Makefile
sed 's/^X//' >powershell/Makefile << 'END-of-powershell/Makefile'
X# Ports collection Makefile for:        powershell
X# Date created:                         05/06/2000
X# Whom:                                 smoberly@xavier.dyndns.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=               powershell
XPORTVERSION=            0.8
XCATEGORIES=             x11 gnome
XMASTER_SITES=           http://powershell.sourceforge.net/download/
X
XMAINTAINER=             smoberly@xavier.dyndns.org
X
XLIB_DEPENDS=            intl.1:${PORTSDIR}/devel/gettext\
X			gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
X			gnome.3:${PORTSDIR}/x11/gnomelibs \
X			gdk_imlib:${PORTSDIR}/graphics/imlib
X
XGTK_CONFIG?=            ${X11BASE}/bin/gtk12-config
X
XALL_TARGET=		powershell
XUSE_X_PREFIX=           YES
XUSE_AUTOCONF=		YES
XCONFIGURE_ENV=          GTK_CONFIG="${GTK_CONFIG}"
XCONFIGURE_ARGS=         --datadir=${PREFIX}/share/gnome
XMAKE_ENV=		${CONFIGURE_ENV}
X
X.include <bsd.port.mk>
END-of-powershell/Makefile
echo c - powershell/files
mkdir -p powershell/files > /dev/null 2>&1
echo x - powershell/files/md5
sed 's/^X//' >powershell/files/md5 << 'END-of-powershell/files/md5'
XMD5 (powershell-0.8.tar.gz) = 25380001352cef5f61e627fabe7465be
END-of-powershell/files/md5
echo c - powershell/pkg
mkdir -p powershell/pkg > /dev/null 2>&1
echo x - powershell/pkg/PLIST
sed 's/^X//' >powershell/pkg/PLIST << 'END-of-powershell/pkg/PLIST'
Xbin/powershell 
Xshare/gnome/help/powershell/C/a246.htm
Xshare/gnome/help/powershell/C/book1.htm
Xshare/gnome/help/powershell/C/c154.htm
Xshare/gnome/help/powershell/C/c41.htm
Xshare/gnome/help/powershell/C/c74.htm
Xshare/gnome/help/powershell/C/f12.htm
Xshare/gnome/help/powershell/C/f17.htm
Xshare/gnome/help/powershell/C/topic.dat
Xshare/gnome/help/powershell/C/x124.htm
Xshare/gnome/help/powershell/C/x136.htm
Xshare/gnome/help/powershell/C/x175.htm
Xshare/gnome/help/powershell/C/x240.htm
Xshare/gnome/help/powershell/C/x281.htm
Xshare/gnome/help/powershell/C/x67.htm
X@dirrm share/gnome/help/powershell/C
X@dirrm share/gnome/help/powershell
END-of-powershell/pkg/PLIST
echo x - powershell/pkg/DESCR
sed 's/^X//' >powershell/pkg/DESCR << 'END-of-powershell/pkg/DESCR'
XPowerShell is a terminal emulator for the X11 Window System.  It is built
Xon top of the GTK+ Toolkit (www.gtk.org) and GNOME (www.gnome.org).  It
Xsupports many very useful features such as the ability to have many
Xterminals embedded in a single window, separated by notebook tabs.
X
XWWW: http://powershell.sourceforge.net
X
XScott Moberly <smoberly@xavier.dyndns.org>
END-of-powershell/pkg/DESCR
echo x - powershell/pkg/COMMENT
sed 's/^X//' >powershell/pkg/COMMENT << 'END-of-powershell/pkg/COMMENT'
XPowerShell is a terminal emulator for the X11 Window System
END-of-powershell/pkg/COMMENT
echo c - powershell/patches
mkdir -p powershell/patches > /dev/null 2>&1
echo x - powershell/patches/patch-ab
sed 's/^X//' >powershell/patches/patch-ab << 'END-of-powershell/patches/patch-ab'
X*** Makefile.in.orig	Thu Feb 17 18:47:27 2000
X--- Makefile.in	Sat May  6 11:16:43 2000
X***************
X*** 15,21 ****
X  CC = @CC@
X  CPPFLAGS = @CPPFLAGS@
X  CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
X! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `gtk-config --libs`
X  LIBS = @LIBS@ -lgdk_imlib -lzvt
X  INSTALL = @INSTALL@
X  
X--- 15,21 ----
X  CC = @CC@
X  CPPFLAGS = @CPPFLAGS@
X  CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui`
X! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `${GTK_CONFIG} --libs`
X  LIBS = @LIBS@ -lgdk_imlib -lzvt
X  INSTALL = @INSTALL@
X  
END-of-powershell/patches/patch-ab
echo x - powershell/patches/patch-aa
sed 's/^X//' >powershell/patches/patch-aa << 'END-of-powershell/patches/patch-aa'
X*** configure.in.orig	Sun Jan 23 17:13:12 2000
X--- configure.in	Fri May  5 06:56:50 2000
X***************
X*** 3,20 ****
X  AC_CONFIG_HEADER(config.h)
X  
X  
X! GTK_EXTRA_LIBS="`gtk-config --libs` -lgdk_imlib -lutil"
X  
X! VERSION=`gtk-config --version`
X! MAJOR=`echo $VERSION | cut -f 1 -d . -`
X! MINOR=`echo $VERSION | cut -f 2 -d . -`
X! MICRO=`echo $VERSION | cut -f 3 -d . -`
X  
X  GNOMEVERSION=`gnome-config --version`
X! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " " -`
X! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d . -`
X! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d . -`
X! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d . -`
X  
X  dnl Checks for programs.
X  AC_PROG_CC
X--- 3,20 ----
X  AC_CONFIG_HEADER(config.h)
X  
X  
X! GTK_EXTRA_LIBS="`$GTK_CONFIG --libs` -lgdk_imlib -lutil"
X  
X! VERSION=`$GTK_CONFIG --version`
X! MAJOR=`echo $VERSION | cut -f 1 -d .`
X! MINOR=`echo $VERSION | cut -f 2 -d .`
X! MICRO=`echo $VERSION | cut -f 3 -d .`
X  
X  GNOMEVERSION=`gnome-config --version`
X! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " "`
X! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d .`
X! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d .`
X! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d .`
X  
X  dnl Checks for programs.
X  AC_PROG_CC
X***************
X*** 42,48 ****
X  fi
X  
X  if let $(($GNOMEMINOR < 1)); then
X! 	if let $((GNOMEMICRO < 13)); then
X  		AC_MSG_ERROR([Gnome 1.0.13 or greater required!])
X  	fi
X  fi
X--- 42,48 ----
X  fi
X  
X  if let $(($GNOMEMINOR < 1)); then
X! 	if let $(($GNOMEMICRO < 13)); then
X  		AC_MSG_ERROR([Gnome 1.0.13 or greater required!])
X  	fi
X  fi
END-of-powershell/patches/patch-aa
exit


>How-To-Repeat:
>Fix:
>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?200005061706.MAA29953>