Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Aug 2001 00:11:12 +1000 (EST)
From:      edwin@mavetju.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30029: new port: net/papaya-plugins (plugins for the papaya mud-client)
Message-ID:  <20010824141112.8CC15303@k7.mavetju.org>

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

>Number:         30029
>Category:       ports
>Synopsis:       new port: net/papaya-plugins (plugins for the papaya mud-client)
>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:   Fri Aug 24 07:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
-
>Environment:

n/a

>Description:

Plugins for the Papaya mud-client

>How-To-Repeat:

n/a

>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:
#
#	/usr/ports/net/papaya-plugins/
#	/usr/ports/net/papaya-plugins/Makefile
#	/usr/ports/net/papaya-plugins/distinfo
#	/usr/ports/net/papaya-plugins/scripts
#	/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins
#	/usr/ports/net/papaya-plugins/scripts/add-plugins
#	/usr/ports/net/papaya-plugins/Makefile.inc
#	/usr/ports/net/papaya-plugins/pkg-comment
#	/usr/ports/net/papaya-plugins/pkg-plist
#	/usr/ports/net/papaya-plugins/pkg-descr
#	/usr/ports/net/papaya-plugins/files
#	/usr/ports/net/papaya-plugins/files/patch-Makefile.in
#
echo c - /usr/ports/net/papaya-plugins/
mkdir -p /usr/ports/net/papaya-plugins/ > /dev/null 2>&1
echo x - /usr/ports/net/papaya-plugins/Makefile
sed 's/^X//' >/usr/ports/net/papaya-plugins/Makefile << 'END-of-/usr/ports/net/papaya-plugins/Makefile'
X# New ports collection makefile for:	papaya-plugins
X# Date created:		23 August 2001
X# Whom:			Edwin Groothuis (edwin@mavetju.org)
X#
X# $FreeBSD$
X#
X
XPORTNAME=	papaya-plugins
XPORTVERSION=	0.84
XCATEGORIES=	net
XMASTER_SITES=	http://www.gtk-papaya.org/downloads/plugins/source/
XDISTNAME=	papaya-plugins-src-${PORTVERSION}
X
XMAINTAINER=	edwin@mavetju.org
X
XBUILD_DEPENDS=	${PORTSDIR}/net/papaya/work/papaya-src-${PORTVERSION}/src/h:${PORTSDIR}/net/papaya
X
XUSE_GMAKE=	yes
XUSE_GTK=	yes
XHAS_CONFIGURE=	yes
X
Xpre-extract:
X	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.papaya-plugins
X
Xpost-configure:
X	${LN} -fs ${PORTSDIR}/net/papaya/work/papaya-src-${PORTVERSION}/src/h ${WRKSRC}/h
X
Xpost-build:
X	@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/add-plugins
X
X.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)
X.include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc"
X.endif
X
X.include <bsd.port.mk>
END-of-/usr/ports/net/papaya-plugins/Makefile
echo x - /usr/ports/net/papaya-plugins/distinfo
sed 's/^X//' >/usr/ports/net/papaya-plugins/distinfo << 'END-of-/usr/ports/net/papaya-plugins/distinfo'
XMD5 (papaya-plugins-src-0.84.tar.gz) = 8a2f36f66751eabae30fb98ccac06386
END-of-/usr/ports/net/papaya-plugins/distinfo
echo c - /usr/ports/net/papaya-plugins/scripts
mkdir -p /usr/ports/net/papaya-plugins/scripts > /dev/null 2>&1
echo x - /usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins
sed 's/^X//' >/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins << 'END-of-/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins'
X#!/bin/sh
X# $FreeBSD$
X
Xtempfile=`mktemp -t checklist`
X
Xif [ "${BATCH}" = "yes" ]; then
X	set \"common\"
Xelse
X	/usr/bin/dialog --title "Postfix configuration options" --clear \
X			--checklist "\n\
XPlease select desired options:" -1 -1 8 \
Xcommon		"Enable common generic plugins" ON \
Xextra		"Enable extra generic plugins" OFF \
Xturf		"Enable the TurfProtocol plugin" OFF \
Xturf-common	"Enable common Turf plugins" OFF \
Xturf-extra	"Enable extra Turf plugins" OFF \
Xall		"Overrides above" OFF \
Xdebugging	"Compile with debugging symbols" OFF \
X2> $tempfile
X
X	retval=$?
X
X	if [ -s $tempfile ]; then
X		set `cat $tempfile`
X	fi
X	rm -f $tempfile
X
X	case $retval in
X		0)	if [ -z "$*" ]; then
X				echo "Nothing selected"
X			fi
X			;;
X		1)	echo "Cancel pressed."
X			exit 1
X			;;
X	esac
Xfi
X
Xexec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc
X
Xwhile [ "$1" ]; do
X	echo "CONFIGURE_ARGS+=	--enable-`echo $1 | sed -e 's/"//g'`"
X	shift
Xdone
X
END-of-/usr/ports/net/papaya-plugins/scripts/configure.papaya-plugins
echo x - /usr/ports/net/papaya-plugins/scripts/add-plugins
sed 's/^X//' >/usr/ports/net/papaya-plugins/scripts/add-plugins << 'END-of-/usr/ports/net/papaya-plugins/scripts/add-plugins'
X#!/bin/sh
X
Xfiles=`ls ${WRKSRC}/o/ | sed -e 's/^.*\/o\///g'`
X
X> pkg-plist
Xfor f in $files; do
X	echo share/papaya/plugins/$f >> pkg-plist
Xdone
X
Xecho "@dirrm share/papaya/plugins" >> pkg-plist
END-of-/usr/ports/net/papaya-plugins/scripts/add-plugins
echo x - /usr/ports/net/papaya-plugins/Makefile.inc
sed 's/^X//' >/usr/ports/net/papaya-plugins/Makefile.inc << 'END-of-/usr/ports/net/papaya-plugins/Makefile.inc'
XCONFIGURE_ARGS+=	--enable-common
XCONFIGURE_ARGS+=	--enable-turf
XCONFIGURE_ARGS+=	--enable-turf-extra
END-of-/usr/ports/net/papaya-plugins/Makefile.inc
echo x - /usr/ports/net/papaya-plugins/pkg-comment
sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-comment << 'END-of-/usr/ports/net/papaya-plugins/pkg-comment'
XGraphical GTK mud client with plugin support - plugins
END-of-/usr/ports/net/papaya-plugins/pkg-comment
echo x - /usr/ports/net/papaya-plugins/pkg-plist
sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-plist << 'END-of-/usr/ports/net/papaya-plugins/pkg-plist'
Xshare/papaya/plugins/Clock.so
Xshare/papaya/plugins/ConnectionTimer.so
Xshare/papaya/plugins/Fraction.so
Xshare/papaya/plugins/LoginTracker.so
Xshare/papaya/plugins/MudLog.so
Xshare/papaya/plugins/PapayaUsers.so
Xshare/papaya/plugins/PromptPlugin.so
Xshare/papaya/plugins/Speedwalk.so
Xshare/papaya/plugins/TurfProtocol.so
Xshare/papaya/plugins/Who.so
X@dirrm share/papaya/plugins
END-of-/usr/ports/net/papaya-plugins/pkg-plist
echo x - /usr/ports/net/papaya-plugins/pkg-descr
sed 's/^X//' >/usr/ports/net/papaya-plugins/pkg-descr << 'END-of-/usr/ports/net/papaya-plugins/pkg-descr'
XPapaya is a MUD client. A MUD client is a program like telnet, but
Xcustomised for playing MUDs with. Papaya has a number of features
Xdesigned to make playing MUDs more enjoyable. Papaya makes use of
XGnome to provide a graphical interface.
X
XThis section is only the plugins.
X
XWWW: http://www.gtk-papaya.org/
END-of-/usr/ports/net/papaya-plugins/pkg-descr
echo c - /usr/ports/net/papaya-plugins/files
mkdir -p /usr/ports/net/papaya-plugins/files > /dev/null 2>&1
echo x - /usr/ports/net/papaya-plugins/files/patch-Makefile.in
sed 's/^X//' >/usr/ports/net/papaya-plugins/files/patch-Makefile.in << 'END-of-/usr/ports/net/papaya-plugins/files/patch-Makefile.in'
X--- Makefile.in.orig	Fri Aug 24 23:13:23 2001
X+++ Makefile.in	Fri Aug 24 23:13:48 2001
X@@ -47,7 +47,7 @@
X # should select the correct LFLAGS line.
X ##
X 
X-C++FLAGS = -I/usr/local/include $(POSTGRES_INC) `glib-config --cflags` `gtk-config --cflags` -fno-exceptions -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(MIDI) -Ih `gnome-config --cflags gnomeui`
X+C++FLAGS = -I/usr/local/include $(POSTGRES_INC) `${GLIB_CONFIG} --cflags` `${GTK_CONFIG} --cflags` -fno-exceptions -fno-rtti -fno-inline @DEBUG@ -DUNIX -Wall $(MIDI) -Ih `gnome-config --cflags gnomeui`
X 
X all: $(MODULES)
X 
END-of-/usr/ports/net/papaya-plugins/files/patch-Makefile.in
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?20010824141112.8CC15303>