Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2001 10:12:10 -0600 (CST)
From:      twschulz@cord.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24573: addition of qtpkg Port
Message-ID:  <200101231612.f0NGCAx04936@archmage.wcta.net>

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

>Number:         24573
>Category:       ports
>Synopsis:       addition of qtpkg Port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 23 08:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Trenton Schulz
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

>Description:

	I have made a little gui for handling packages installed on my system.
I did this because I had the hardest time remembering version numbers and
things like that, so I created a little fronted to pkg_delete and have
rolled a port for it, which I'm submitting here.

>How-To-Repeat:


>Fix:

	Use this shell archive:

# 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:
#
#	qtpkg
#	qtpkg/pkg-descr
#	qtpkg/pkg-comment
#	qtpkg/distinfo
#	qtpkg/pkg-plist
#	qtpkg/Makefile
#
echo c - qtpkg
mkdir -p qtpkg > /dev/null 2>&1
echo x - qtpkg/pkg-descr
sed 's/^X//' >qtpkg/pkg-descr << 'END-of-qtpkg/pkg-descr'
Xqtpkg simplifies the removal of packages by simulating the add/remove
Xprograms dialog as seen in Windows.  Handy when you can't remember the
Xcorrect version number.  It also allows you to read the description of the
Xpackage and its packing list.
END-of-qtpkg/pkg-descr
echo x - qtpkg/pkg-comment
sed 's/^X//' >qtpkg/pkg-comment << 'END-of-qtpkg/pkg-comment'
XA Qt based package removal tool
END-of-qtpkg/pkg-comment
echo x - qtpkg/distinfo
sed 's/^X//' >qtpkg/distinfo << 'END-of-qtpkg/distinfo'
XMD5 (qtpkg.tar.gz) = 0910416a0c23240e3f71d77f825618da
END-of-qtpkg/distinfo
echo x - qtpkg/pkg-plist
sed 's/^X//' >qtpkg/pkg-plist << 'END-of-qtpkg/pkg-plist'
Xsbin/qtpkg
END-of-qtpkg/pkg-plist
echo x - qtpkg/Makefile
sed 's/^X//' >qtpkg/Makefile << 'END-of-qtpkg/Makefile'
X# New ports collection makefile for:	qtpkg
X# Date created:				Wed Jan 3 2001
X# Whom:					twschulz
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qtpkg
XPORTVERSION= 	1.0
XCATEGORIES=	sysutils
XMASTER_SITES=	http://gauss.cord.edu/homepages/twschulz/demo/
XDISTNAME=	qtpkg
X
XMAINTAINER=	twschulz@gloria.cord.edu
X
XUSE_QT2=	yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/qtpkg ${PREFIX}/sbin
X
X.include <bsd.port.mk>
END-of-qtpkg/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?200101231612.f0NGCAx04936>