From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 12 18:30:18 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 814F516A41C for ; Tue, 12 Jul 2005 18:30:18 +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 E625043D46 for ; Tue, 12 Jul 2005 18:30:17 +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 j6CIUHL1068358 for ; Tue, 12 Jul 2005 18:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6CIUHta068357; Tue, 12 Jul 2005 18:30:17 GMT (envelope-from gnats) Resent-Date: Tue, 12 Jul 2005 18:30:17 GMT Resent-Message-Id: <200507121830.j6CIUHta068357@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 518A716A41C for ; Tue, 12 Jul 2005 18:27:40 +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 6313143D46 for ; Tue, 12 Jul 2005 18:27:38 +0000 (GMT) (envelope-from root@capeta.freebsdbrasil.com.br) Received: (qmail 71676 invoked by uid 0); 12 Jul 2005 15:27:37 -0300 Message-Id: <20050712182737.71675.qmail@capeta.freebsdbrasil.com.br> Date: 12 Jul 2005 15:27:37 -0300 From: Jean Milanez Melo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Patrick Tracanelli Subject: ports/83341: New port: sysutils/tinybsd 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: Tue, 12 Jul 2005 18:30:18 -0000 >Number: 83341 >Category: ports >Synopsis: New port: sysutils/tinybsd >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: Tue Jul 12 18:30:17 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/pkg-message # 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 XMAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ X INSTALL_SCRIPT="${INSTALL_SCRIPT}" X Xpost-install: 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' Xtinybsd/COPYRIGHT Xtinybsd/README Xtinybsd/tinybsd.basefiles Xtinybsd/TINYBSD Xtinybsd/TODO Xtinybsd/tinybsd.sh X@dirrm 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) = d2eeaf80f0c3470c898905d279dbd562 XSIZE (tinybsd-0.1.tar.gz) = 11872 END-of-tinybsd/distinfo echo x - tinybsd/pkg-message sed 's/^X//' >tinybsd/pkg-message << 'END-of-tinybsd/pkg-message' X***************************************************************************** XYou have installed the tinybsd package. X XThe configuration files is in /usr/local/tinybsd. X XYou can customize your tinybsd image editing X/usr/local/tinybsd/tinybsd.basefiles to add or to remove the system binaries. X XEdit /usr/local/tinybsd/TINYBSD to add or to remove kernel options and then Xrun tinybsd.sh script to build your system according your device information. X XAfter the embedded system build is done, the resulting system will be avaliable Xin the /usr/local/tinybsd/tinybsd.bin file. To write this system image to Xyour medium use dd(1) according to the following: X X# dd if=/usr/local/tinybsd/tinybsd.bin of=/dev/ad2 X XFor more information read the README file on /usr/local/tinybsd. END-of-tinybsd/pkg-message exit --- tinybsd.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: