Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 20:24:02 -0600 (CST)
From:      Leif Pedersen <bilbo@hobbiton.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118563: Update editors/puff from 1.0 to 1.0.1 so it works with GCC 4, FreeBSD 7.0, and amd64
Message-ID:  <20071212022402.94114130C60@smaug.hobbiton.org>
Resent-Message-ID: <200712120250.lBC2o4ia085922@freefall.freebsd.org>

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

>Number:         118563
>Category:       ports
>Synopsis:       Update editors/puff from 1.0 to 1.0.1 so it works with GCC 4, FreeBSD 7.0, and amd64
>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:   Wed Dec 12 02:50:04 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Leif Pedersen
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:

>Description:

This updates the port to version 1.0.1, removes the broken mark, and
switches the maintainer to me.

Version 1.0.1 fixes just a couple lines of code so that Puff works
with GCC 4 and amd64.  This means it should no longer be marked as
broken.

I'd also like to resume maintainership, as shown in the new Makefile,
since as the author of puff I should be notified when the port fails
to compile so I can fix it quicker.  I'm also the original author of
the port.

Thanks!

>How-To-Repeat:
>Fix:

# 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:
#
#	ports/editors/puff
#	ports/editors/puff/Makefile
#	ports/editors/puff/distinfo
#	ports/editors/puff/pkg-descr
#
echo c - ports/editors/puff
mkdir -p ports/editors/puff > /dev/null 2>&1
echo x - ports/editors/puff/Makefile
sed 's/^X//' >ports/editors/puff/Makefile << 'END-of-ports/editors/puff/Makefile'
X# New ports collection makefile for:   puff
X# Date created:        10 April 2003
X# Whom:                Leif Pedersen <bilbo@hobbiton.org>
X#
X# $FreeBSD: ports/editors/puff/Makefile,v 1.13 2007/04/03 16:23:48 jmelo Exp $
X#
X
XPORTNAME=	puff
XPORTVERSION=	1.0.1
XCATEGORIES=	editors
XMASTER_SITES=	http://devpit.org/puff/ \
X		http://www.freebsdbrasil.com.br/~jmelo/
X
XMAINTAINER=	bilbo@hobbiton.org
XCOMMENT=	Simple and efficient text editor
X
XPLIST_FILES=	bin/puff etc/puff.conf.sample
X
X.include <bsd.port.mk>
END-of-ports/editors/puff/Makefile
echo x - ports/editors/puff/distinfo
sed 's/^X//' >ports/editors/puff/distinfo << 'END-of-ports/editors/puff/distinfo'
XMD5 (puff-1.0.1.tar.gz) = 5862fb0a30a5b89255e4f76d9c36e00a
XSHA256 (puff-1.0.1.tar.gz) = 2a5793c2c9ac17b72818004235020e236b3bdb8648bb8018a032c228f38db06c
XSIZE (puff-1.0.1.tar.gz) = 35135
END-of-ports/editors/puff/distinfo
echo x - ports/editors/puff/pkg-descr
sed 's/^X//' >ports/editors/puff/pkg-descr << 'END-of-ports/editors/puff/pkg-descr'
XPuff is an editor that is named after "Puff the fractal dragon" (see fortune).
XPrimary features:
X - Simple and lightweight
X - Can open multiple files
X - Clipboard is an open file
X - Keys may be reassigned
X - Source is easy to extend
X
XAuthor: Leif Pedersen <bilbo@devpit.org>
XWWW: http://devpit.org/puff/
END-of-ports/editors/puff/pkg-descr
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



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