Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2007 07:49:37 GMT
From:      Sunghyuk Do <sunghyuk@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118809: New port: databases/ptop, top clone for postgresql
Message-ID:  <200712180749.lBI7nbMt042711@www.freebsd.org>
Resent-Message-ID: <200712180750.lBI7o1oX018333@freefall.freebsd.org>

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

>Number:         118809
>Category:       ports
>Synopsis:       New port: databases/ptop, top clone for postgresql
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 07:50:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Sunghyuk Do
>Release:        FreeBSD 6.3-PRERELEASE i386
>Organization:
Daum
>Environment:
FreeBSD sunghyuk-bsd 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #0: Tue Dec 11 13:47:02 KST 2007     root@sunghyuk-bsd:/usr/obj/usr/src/sys/SUNGHYUK  i386
>Description:
ptop is top clone for postgresql database server.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	ptop
#	ptop/Makefile
#	ptop/pkg-descr
#	ptop/distinfo
#
echo c - ptop
mkdir -p ptop > /dev/null 2>&1
echo x - ptop/Makefile
sed 's/^X//' >ptop/Makefile << 'END-of-ptop/Makefile'
X# New ports collection makefile for:   ptop
X# Date created:        18 December 2007
X# Whom:                sunghyuk
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ptop
XPORTVERSION=	3.6.1b2
XCATEGORIES=	databases
XMASTER_SITES=	http://pgfoundry.org/frs/download.php/1538/
X
XMAINTAINER=	sunghyuk@gmail.com
XCOMMENT=	Top clone for postgresql
X
XWRKSRC=	${WRKDIR}/ptop-3.6.1-beta2
X
XMAN1=	ptop.1
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
X
XPLIST_FILES=	bin/ptop
X
X.include <bsd.port.mk>
END-of-ptop/Makefile
echo x - ptop/pkg-descr
sed 's/^X//' >ptop/pkg-descr << 'END-of-ptop/pkg-descr'
XPtop is top clone for PostgreSQL.
XSimilar to top, ptop allows you to monitor PostgreSQL processes.
XIt also allows you to:
X
X    * View currently running SQL statement of a process.
X    * View query plan of a currently running SELECT statement.
X    * View locks held by a process.
X    * View user table statistics.
X    * View user index statistics.
X
X
XWWW: http://ptop.projects.postgresql.org/
END-of-ptop/pkg-descr
echo x - ptop/distinfo
sed 's/^X//' >ptop/distinfo << 'END-of-ptop/distinfo'
XMD5 (ptop-3.6.1b2.tar.gz) = f5b5124e98edcf62a4e3b38c4ff9b769
XSHA256 (ptop-3.6.1b2.tar.gz) = 4a5ed5a8e7efca20ab7d80f6633a082a1637119c9a098c66e5969e6ce4239ac2
XSIZE (ptop-3.6.1b2.tar.gz) = 275111
END-of-ptop/distinfo
exit



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



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