From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 6 11:50:59 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87DA016A4D0 for ; Tue, 6 Jan 2004 11:50:59 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 011FE43D69 for ; Tue, 6 Jan 2004 11:50:20 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i06JoKFR017520 for ; Tue, 6 Jan 2004 11:50:20 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i06JoKcJ017519; Tue, 6 Jan 2004 11:50:20 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 6 Jan 2004 11:50:20 -0800 (PST) Resent-Message-Id: <200401061950.i06JoKcJ017519@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heiner Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55A2016A4CE for ; Tue, 6 Jan 2004 11:48:01 -0800 (PST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 59FF843D31 for ; Tue, 6 Jan 2004 11:47:57 -0800 (PST) (envelope-from h.eichmann@gmx.de) Received: (qmail 2153 invoked by uid 65534); 6 Jan 2004 19:47:55 -0000 Received: from pD9EC2B4F.dip.t-dialin.net (EHLO 7of9.unimatrix-zero.borg) (217.236.43.79) by mail.gmx.net (mp025) with SMTP; 06 Jan 2004 20:47:55 +0100 Message-Id: <200401062048.13548.h.eichmann@gmx.de> Date: Tue, 6 Jan 2004 20:48:13 +0100 From: Heiner To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/60990: New Port: kde_api_reference_31, the kde api reference X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 19:50:59 -0000 >Number: 60990 >Category: ports >Synopsis: New Port: kde_api_reference_31, the kde api reference >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 11:50:20 PST 2004 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann >Release: FreeBSD 4.9-STABLE i386 >Organization: Sirius Cybernetics Corp. >Environment: =46reeBSD 7of9.unimatrix-zero.borg 4.9-STABLE FreeBSD 4.9-STABLE #0: Tue De= c 30 09:19:53 CET 2003 =A0 =A0 root@7of9.unimatrix-zero.borg:/usr/obj/usr/s= rc/sys/MYKERNEL =A0i386 >Description: API reference for KDE 3.1 >How-To-Repeat: >Fix: --Boundary-00=_9Dx+/m3I4rn8Kv/ Content-Type: text/plain; charset="iso-8859-1"; name="port" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="port" # 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: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: kde_api_reference_31 X# Date created: 2004/01/02 X# Whom: Heiner X# X# $FreeBSD$ X# X XPORTNAME= kde_api_reference_31 XPORTVERSION= 3.1 XCATEGORIES= devel kde XMASTER_SITES= http://developer.kde.org/documentation/library/3.1-api/ XDISTNAME= 3.1-api X XMAINTAINER= h.eichmann@gmx.de XCOMMENT= API reference for KDE 3.1 X XIGNOREFILES= ${ALLFILES} XUSE_BZIP2= yes X XPLIST= ${WRKDIR}/plist X Xdo-build: X @cd ${WRKSRC} ; ${FIND} * -type f | ${SED} -e "s#^#share/doc/kdeapi31/#" > ${WRKDIR}/plist X @cd ${WRKSRC} ; ${FIND} * -type d | sort -r | ${SED} -e "s#^#@dirrm share/doc/kdeapi31/#" >> ${WRKDIR}/plist X @${ECHO} "@dirrm share/doc/kdeapi31" >> ${WRKDIR}/plist X Xdo-install: X @${MKDIR} ${PREFIX}/share || true X @${MKDIR} ${PREFIX}/share/doc || true X @${MKDIR} ${PREFIX}/share/doc/kdeapi31 X @${CP} -r ${WRKSRC}/* ${PREFIX}/share/doc/kdeapi31 X X.include END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (3.1-api.tar.bz2) = IGNORE END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XAPI reference for KDE 3.1 X XWWW: http://developer.kde.org/documentation/library/3.1-api/ END-of-pkg-descr exit --Boundary-00=_9Dx+/m3I4rn8Kv/-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_9Dx+/m3I4rn8Kv/ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline