From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 14 16:20:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 14C0016A41F for ; Thu, 14 Jul 2005 16:20:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 560E343D4C for ; Thu, 14 Jul 2005 16:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6EGKBBP033325 for ; Thu, 14 Jul 2005 16:20:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6EGKBSF033324; Thu, 14 Jul 2005 16:20:11 GMT (envelope-from gnats) Resent-Date: Thu, 14 Jul 2005 16:20:11 GMT Resent-Message-Id: <200507141620.j6EGKBSF033324@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, Jean Milanez Melo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB1CB16A431 for ; Thu, 14 Jul 2005 16:19:04 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: from capeta.freebsdbrasil.com.br (vrrp.freebsdbrasil.com.br [200.210.70.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 18BAB43D45 for ; Thu, 14 Jul 2005 16:19:03 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 11026 invoked by uid 0); 14 Jul 2005 13:19:02 -0300 Message-Id: <20050714161902.11025.qmail@capeta.freebsdbrasil.com.br> Date: 14 Jul 2005 13:19:02 -0300 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Patrick Tracanelli Subject: ports/83469: New port: sysutils/tinybsd - Script to build embedded systems based on FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jean Milanez Melo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 16:20:12 -0000 >Number: 83469 >Category: ports >Synopsis: New port: sysutils/tinybsd - Script to build embedded systems based on FreeBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 14 16:20:10 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jean Milanez Melo >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD capeta.freebsdbrasil.com.br 5.3-STABLE FreeBSD 5.3-STABLE #5: Wed Mar 2 15:03:19 BRT 2005 eksffa@capeta.freebsdbrasil.com.br:/usr/obj/usr/src/sys/CAPETA i386 >Description: With TinyBSD you can create embedded systems based on FreeBSD 5.X and 6-CURRENT It's another alternative to PicoBSD and NanoBSD. WWW: http://www.tinybsd.org/ >How-To-Repeat: >Fix: --- tinybsd.shar begins here --- # 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: # # tinybsd # tinybsd/Makefile # tinybsd/pkg-descr # tinybsd/pkg-plist # tinybsd/distinfo # tinybsd/files # tinybsd/files/pkg-message.in # echo c - tinybsd mkdir -p tinybsd > /dev/null 2>&1 echo x - tinybsd/Makefile sed 's/^X//' >tinybsd/Makefile << 'END-of-tinybsd/Makefile' X# New ports collection makefile for: tinybsd X# Date created: 11 July 2005 X# Whom: Jean Milanez Melo X# X# $FreeBSD$ X# X XPORTNAME= tinybsd XPORTVERSION= 0.1 XCATEGORIES= sysutils XMASTER_SITES= http://www.tinybsd.org/ X XMAINTAINER= jmelo@freebsdbrasil.com.br XCOMMENT= Shell script to build embedded systems based on FreeBSD X XNO_BUILD= yes XDATADIR= ${PREFIX}/share/tinybsd XBINDIR= ${PREFIX}/bin XPKGMESSAGE= ${WRKDIR}/pkg-message XSUB_FILES= pkg-message X Xpost-install: X @${MKDIR} ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/README X @${INSTALL_DATA} ${WRKSRC}/tinybsd.basefiles ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/TINYBSD ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/TODO ${DATADIR} X @${SED} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/tinybsd > ${BINDIR}/tinybsd X @${CHMOD} 555 ${BINDIR}/tinybsd X @${CAT} ${PKGMESSAGE} X X.include END-of-tinybsd/Makefile echo x - tinybsd/pkg-descr sed 's/^X//' >tinybsd/pkg-descr << 'END-of-tinybsd/pkg-descr' XWith TinyBSD you can create embedded systems based on FreeBSD 5.X and 6-CURRENT XIt's another alternative to PicoBSD and NanoBSD. X XWWW: http://www.tinybsd.org/ END-of-tinybsd/pkg-descr echo x - tinybsd/pkg-plist sed 's/^X//' >tinybsd/pkg-plist << 'END-of-tinybsd/pkg-plist' Xshare/tinybsd/COPYRIGHT Xshare/tinybsd/README Xshare/tinybsd/tinybsd.basefiles Xshare/tinybsd/TINYBSD Xshare/tinybsd/TODO Xbin/tinybsd X@dirrm share/tinybsd X END-of-tinybsd/pkg-plist echo x - tinybsd/distinfo sed 's/^X//' >tinybsd/distinfo << 'END-of-tinybsd/distinfo' XMD5 (tinybsd-0.1.tar.gz) = 9fe49c0c4be10b7fb47b136d71a33f7b XSIZE (tinybsd-0.1.tar.gz) = 11925 END-of-tinybsd/distinfo echo c - tinybsd/files mkdir -p tinybsd/files > /dev/null 2>&1 echo x - tinybsd/files/pkg-message.in sed 's/^X//' >tinybsd/files/pkg-message.in << 'END-of-tinybsd/files/pkg-message.in' X***************************************************************************** XYou have installed the tinybsd package. X XThe configuration files is in %%PREFIX%%/share/tinybsd. X XYou can customize your tinybsd image editing X%%PREFIX%%/share/tinybsd/tinybsd.basefiles to add or to remove the system Xbinaries. X XEdit %%PREFIX%%/share/tinybsd/TINYBSD to add or to remove kernel options and Xthen run %%PREFIX%%/bin/tinybsd script to build your system according your Xdevice information. X XAfter the embedded system build is done, the resulting system will be avaliable Xin the %%PREFIX%%/share/tinybsd/tinybsd.bin file. To write this system image Xto your medium use dd(1) according to the following: X X# dd if=%%PREFIX%%/share/tinybsd/tinybsd.bin of=/dev/ad2 X XFor more information read the README file on %%PREFIX%%/share/tinybsd. END-of-tinybsd/files/pkg-message.in exit --- tinybsd.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: