summaryrefslogtreecommitdiff
path: root/sysutils/tinybsd
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-16 21:35:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-16 21:35:38 +0000
commit9374af5489f3307bd512a29ed035af8bd4489710 (patch)
treea82049326877a6ea0ca8976663af9ff65fbdb6b0 /sysutils/tinybsd
parentUpdate to version 1.2.2.1. (diff)
With TinyBSD you can create embedded systems based on FreeBSD 5.X and 6-CURRENT
It's another alternative to PicoBSD and NanoBSD. PR: ports/83469 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes: svn path=/head/; revision=139366
Diffstat (limited to 'sysutils/tinybsd')
-rw-r--r--sysutils/tinybsd/Makefile30
-rw-r--r--sysutils/tinybsd/distinfo2
-rw-r--r--sysutils/tinybsd/files/pkg-message.in20
-rw-r--r--sysutils/tinybsd/pkg-descr4
-rw-r--r--sysutils/tinybsd/pkg-plist8
5 files changed, 64 insertions, 0 deletions
diff --git a/sysutils/tinybsd/Makefile b/sysutils/tinybsd/Makefile
new file mode 100644
index 000000000000..93bebeda1548
--- /dev/null
+++ b/sysutils/tinybsd/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: tinybsd
+# Date created: 11 July 2005
+# Whom: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tinybsd
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://www.tinybsd.org/
+
+MAINTAINER= jmelo@freebsdbrasil.com.br
+COMMENT= Shell script to build embedded systems based on FreeBSD
+
+NO_BUILD= yes
+SUB_FILES= pkg-message
+
+post-install:
+ ${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}/README
+ ${INSTALL_DATA} ${WRKSRC}/tinybsd.basefiles ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/TINYBSD ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/TODO ${DATADIR}
+ ${SED} "s|/usr/local|${PREFIX}|g" ${WRKSRC}/tinybsd > ${PREFIX}/bin/tinybsd
+ ${CHMOD} 555 ${PREFIX}/bin/tinybsd
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/sysutils/tinybsd/distinfo b/sysutils/tinybsd/distinfo
new file mode 100644
index 000000000000..2f1945fb0790
--- /dev/null
+++ b/sysutils/tinybsd/distinfo
@@ -0,0 +1,2 @@
+MD5 (tinybsd-0.1.tar.gz) = 9fe49c0c4be10b7fb47b136d71a33f7b
+SIZE (tinybsd-0.1.tar.gz) = 11925
diff --git a/sysutils/tinybsd/files/pkg-message.in b/sysutils/tinybsd/files/pkg-message.in
new file mode 100644
index 000000000000..83eaf3112b52
--- /dev/null
+++ b/sysutils/tinybsd/files/pkg-message.in
@@ -0,0 +1,20 @@
+*****************************************************************************
+You have installed the tinybsd package.
+
+The configuration files is in %%PREFIX%%/share/tinybsd.
+
+You can customize your tinybsd image editing
+%%PREFIX%%/share/tinybsd/tinybsd.basefiles to add or to remove the system
+binaries.
+
+Edit %%PREFIX%%/share/tinybsd/TINYBSD to add or to remove kernel options and
+then run %%PREFIX%%/bin/tinybsd script to build your system according your
+device information.
+
+After the embedded system build is done, the resulting system will be avaliable
+in the %%PREFIX%%/share/tinybsd/tinybsd.bin file. To write this system image
+to your medium use dd(1) according to the following:
+
+# dd if=%%PREFIX%%/share/tinybsd/tinybsd.bin of=/dev/ad2
+
+For more information read the README file on %%PREFIX%%/share/tinybsd.
diff --git a/sysutils/tinybsd/pkg-descr b/sysutils/tinybsd/pkg-descr
new file mode 100644
index 000000000000..56e08a87ec7d
--- /dev/null
+++ b/sysutils/tinybsd/pkg-descr
@@ -0,0 +1,4 @@
+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/
diff --git a/sysutils/tinybsd/pkg-plist b/sysutils/tinybsd/pkg-plist
new file mode 100644
index 000000000000..eae6ce9f75f3
--- /dev/null
+++ b/sysutils/tinybsd/pkg-plist
@@ -0,0 +1,8 @@
+share/tinybsd/COPYRIGHT
+share/tinybsd/README
+share/tinybsd/tinybsd.basefiles
+share/tinybsd/TINYBSD
+share/tinybsd/TODO
+bin/tinybsd
+@dirrm share/tinybsd
+