Date: Mon, 5 Mar 2001 08:39:55 +0100 From: Ernst de Haan <ernst@jollem.com> 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> In-Reply-To: <200103041740.f24HeQL31031@freefall.freebsd.org>; from dannyboy@FreeBSD.org on Sun, Mar 04, 2001 at 09:40:26AM -0800 References: <200103041740.f24HeQL31031@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <ernst@jollem.com> 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 <bsd.port.pre.mk> 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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010305083955.A818>