Date: 12 Jul 2005 15:27:37 -0300 From: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> Subject: ports/83341: New port: sysutils/tinybsd Message-ID: <20050712182737.71675.qmail@capeta.freebsdbrasil.com.br> Resent-Message-ID: <200507121830.j6CIUHta068357@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <jmelo@freebsdbrasil.com.br> 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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050712182737.71675.qmail>