From owner-freebsd-ports Sun Mar 4 23:40:59 2001 Delivered-To: freebsd-ports@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id E7BA137B718; Sun, 4 Mar 2001 23:40:48 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f257dtq01105; Mon, 5 Mar 2001 08:39:55 +0100 (CET) (envelope-from ernst) Date: Mon, 5 Mar 2001 08:39:55 +0100 From: Ernst de Haan To: dannyboy@FreeBSD.org Cc: ernst@heinz.jollem.com, freebsd-ports@FreeBSD.org Subject: Re: ports/25219: New port: plist-builder Message-ID: <20010305083955.A818@c187104187.telekabel.chello.nl> References: <200103041740.f24HeQL31031@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="OgqxwSJOaUobr8KG" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103041740.f24HeQL31031@freefall.freebsd.org>; from dannyboy@FreeBSD.org on Sun, Mar 04, 2001 at 09:40:26AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline An intermediary update of the port. Should I commit a new PR or can you just do a make makesum? :) Anyway, I attached a new shar file. -- Ernst dannyboy@FreeBSD.org wrote: > Synopsis: New port: plist-builder > > State-Changed-From-To: open->feedback > State-Changed-By: dannyboy > State-Changed-When: Sun Mar 4 09:38:50 PST 2001 > State-Changed-Why: > >> Checksum mismatch for plist-builder1.0.tar.gz. > The md5 in distinfo is bf7d52064f578ae547357d6e22dafd0d ; > the md5 of the file downloaded is 38bdf29be8ed3bd7b59d405f6af31e45. > Why the checksum change? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=25219 > --OgqxwSJOaUobr8KG Content-Type: application/x-sh Content-Disposition: attachment; filename="plist-builder_port.sh" # 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: # # plist-builder # plist-builder/Makefile # plist-builder/distinfo # plist-builder/pkg-comment # plist-builder/pkg-descr # plist-builder/pkg-plist # echo c - plist-builder mkdir -p plist-builder > /dev/null 2>&1 echo x - plist-builder/Makefile sed 's/^X//' >plist-builder/Makefile << 'END-of-plist-builder/Makefile' X# New ports collection makefile for: orion X# Date created: 20 February 2001 X# Whom: Ernst de Haan X# X# $FreeBSD: ports/java/orion/Makefile,v 1.1 2001/01/03 19:52:29 patrick Exp $ X# X XPORTNAME= plist-builder XPORTVERSION= 1.0 XCATEGORIES= devel XMASTER_SITES= http://www.jollem.com/~ernst/ XDISTNAME= ${PORTNAME}${PORTVERSION} X XMAINTAINER= ernst@jollem.com X X#USE_ZIP= YES XNO_BUILD= YES X XWRKSRC= ${WRKDIR}/${PORTNAME} XPORTTITLE= The pkg-plist builder XSCRIPT_NAME= build-plist X X.include X Xdo-install: X @${CP} ${WRKSRC}/${SCRIPT_NAME} ${PREFIX}/bin/ X @${CP} ${WRKSRC}/purge.pl ${PREFIX}/bin/ X Xpost-install: X @echo "${PORTTITLE} has been installed in as ${PREFIX}/bin/${SCRIPT_NAME}." X X.include END-of-plist-builder/Makefile echo x - plist-builder/distinfo sed 's/^X//' >plist-builder/distinfo << 'END-of-plist-builder/distinfo' XMD5 (plist-builder1.0.tar.gz) = 38bdf29be8ed3bd7b59d405f6af31e45 END-of-plist-builder/distinfo echo x - plist-builder/pkg-comment sed 's/^X//' >plist-builder/pkg-comment << 'END-of-plist-builder/pkg-comment' XThe pkg-plist builder END-of-plist-builder/pkg-comment echo x - plist-builder/pkg-descr sed 's/^X//' >plist-builder/pkg-descr << 'END-of-plist-builder/pkg-descr' XThe pkg-plist file builder. This script helps during the Xdevelopment of a port by creating a pkg-plist file for the Xport author or maintainer. X XThe script will be installed as ${PREFIX}/bin/build-plist. XRun it from the directory that contains the port that is Xbeing created, pass the name of the port of the argument. END-of-plist-builder/pkg-descr echo x - plist-builder/pkg-plist sed 's/^X//' >plist-builder/pkg-plist << 'END-of-plist-builder/pkg-plist' Xbin/build-plist Xbin/purge.pl END-of-plist-builder/pkg-plist exit --OgqxwSJOaUobr8KG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message