# 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: # # puff # puff/Makefile # puff/pkg-descr # puff/pkg-plist # puff/distinfo # echo c - puff mkdir -p puff > /dev/null 2>&1 echo x - puff/Makefile sed 's/^X//' >puff/Makefile << 'END-of-puff/Makefile' X# New ports collection makefile for: puff X# Date created: 10 April 2003 X# Whom: Leif Pedersen X# X# $FreeBSD$ X# X XPORTNAME= puff XPORTVERSION= 0.42 XCATEGORIES= editors XMASTER_SITES= ftp://ftp.developerpit.com/puff/ X XMAINTAINER= bilbo@developerpit.com XCOMMENT= Simple and efficient text editor X XWRKSRC= ${WRKDIR}/puff X X.include END-of-puff/Makefile echo x - puff/pkg-descr sed 's/^X//' >puff/pkg-descr << 'END-of-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 END-of-puff/pkg-descr echo x - puff/pkg-plist sed 's/^X//' >puff/pkg-plist << 'END-of-puff/pkg-plist' Xbin/puff Xetc/puff.conf.sample END-of-puff/pkg-plist echo x - puff/distinfo sed 's/^X//' >puff/distinfo << 'END-of-puff/distinfo' XMD5 (puff-0.42.tar.gz) = 17e5637c78415fbbc6116170d979af8b END-of-puff/distinfo exit