Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2002 04:35:13 +0100 (CET)
From:      Palle Girgensohn <girgen@partitur.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34859: new port databases/postgresql-pltcl
Message-ID:  <200202120335.g1C3ZDp66352@palle.girgensohn.se>

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

>Number:         34859
>Category:       ports
>Synopsis:       new port databases/postgresql-pltcl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 11 19:50:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn <girgen@partitur.se>
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
Partitur
>Environment:
System: FreeBSD palle.girgensohn.se 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #11: Fri Dec 28 17:22:10 CET 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386


	
>Description:
	
This is a port of the PL/Tcl module of the postgresql-7.2 distribution.
>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:
#
#	postgresql-pltcl
#	postgresql-pltcl/pkg-comment
#	postgresql-pltcl/pkg-descr
#	postgresql-pltcl/pkg-plist
#	postgresql-pltcl/pkg-message
#	postgresql-pltcl/Makefile
#
echo c - postgresql-pltcl
mkdir -p postgresql-pltcl > /dev/null 2>&1
echo x - postgresql-pltcl/pkg-comment
sed 's/^X//' >postgresql-pltcl/pkg-comment << 'END-of-postgresql-pltcl/pkg-comment'
XA module for using Tcl to write SQL functions
END-of-postgresql-pltcl/pkg-comment
echo x - postgresql-pltcl/pkg-descr
sed 's/^X//' >postgresql-pltcl/pkg-descr << 'END-of-postgresql-pltcl/pkg-descr'
XPL/Tcl allows you to write PostgreSQL stored functions and procedures
Xin Tcl.
X
XThis software is part of the standard PostgreSQL distribution.
X
XWWW: http://www.postgresql.org/
END-of-postgresql-pltcl/pkg-descr
echo x - postgresql-pltcl/pkg-plist
sed 's/^X//' >postgresql-pltcl/pkg-plist << 'END-of-postgresql-pltcl/pkg-plist'
Xlib/postgresql/pltcl.so
X@unexec rmdir %D/lib/postgresql 2>/dev/null || true
Xbin/pltcl_loadmod
Xbin/pltcl_delmod
Xbin/pltcl_listmod
Xshare/postgresql/unknown.pltcl
X@unexec rmdir %D/share/postgresql 2>/dev/null || true
END-of-postgresql-pltcl/pkg-plist
echo x - postgresql-pltcl/pkg-message
sed 's/^X//' >postgresql-pltcl/pkg-message << 'END-of-postgresql-pltcl/pkg-message'
XPL/Tcl has been  installed. Check the createlang(l) manpage for more
Xinfo. You can install pltcl as trusted or untrusted, by using either
X"createlang pltcl" or "createlang pltclu".
END-of-postgresql-pltcl/pkg-message
echo x - postgresql-pltcl/Makefile
sed 's/^X//' >postgresql-pltcl/Makefile << 'END-of-postgresql-pltcl/Makefile'
X# New ports collection makefile for:	PostgreSQL PL/Tcl
X# Date created:		January 14, 2002
X# Whom:			Palle Girgensohn <girgen@partitur.se>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	postgresql-pltcl
XPORTVERSION=	7.2
XCATEGORIES=	databases tcl83
X
XMAINTAINER=	girgen@partitur.se
X
XPOSTGRESQL_SUBPORT=YES
X.include <${.CURDIR}/../postgresql7/Makefile>
X
XLIB_DEPENDS=	tcl${TCLVERSION:S/.//}:${PORTSDIR}/lang/tcl${TCLVERSION:S/.//}
XRUN_DEPENDS=	postgres:${PORTSDIR}/databases/postgresql7
X
X# you can use "make TCLVERSION=8.4" or similar for your favourite tcl version
XTCLVERSION?=	8.3
XCONFIGURE_ARGS=	--with-tcl --without-tk \
X		--with-tclconfig="${TCLCONFIG}" \
X		--with-includes="${TCL_INCDIR}"
X
XTCL_INCDIR=	${LOCALBASE}/include/tcl${TCLVERSION}
XTCLCONFIG=	${LOCALBASE}/lib/tcl${TCLVERSION}
XMAKE_ARGS+=	-C src/pl/tcl
XMAKE_ENV+=	TCL_INCDIR=${TCL_INCDIR}
X
Xpost-install:
X	@ ${CAT} ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-postgresql-pltcl/Makefile
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?200202120335.g1C3ZDp66352>