diff options
author | sat <sat@FreeBSD.org> | 2007-03-05 03:48:57 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-05 03:48:57 +0800 |
commit | 6f28bb55a61804933fcf8130435af8f8555d9539 (patch) | |
tree | 04517898af1f883f46cd10ab09aa0643cd4331f1 /devel | |
parent | 7d2c283509dfe322de1ac1a44d83419730b70168 (diff) | |
download | freebsd-ports-gnome-6f28bb55a61804933fcf8130435af8f8555d9539.tar.gz freebsd-ports-gnome-6f28bb55a61804933fcf8130435af8f8555d9539.tar.zst freebsd-ports-gnome-6f28bb55a61804933fcf8130435af8f8555d9539.zip |
Add port devel/9base:
This is a port of various original plan9 tools to Unix based on
plan9ports [1], mk-with-libs.tgz [2] and wmii [3].
[1] http://www.swtch.com/plan9port/
[2] http://swtch.com/plan9port/unix/
[3] http://www.suckless.org/wiki/wmii
WWW: http://www.suckless.org/wiki/wmii/download
Diffstat (limited to 'devel')
-rw-r--r-- | devel/9base/Makefile | 36 | ||||
-rw-r--r-- | devel/9base/distinfo | 3 | ||||
-rw-r--r-- | devel/9base/pkg-descr | 8 | ||||
-rw-r--r-- | devel/9base/pkg-message | 8 | ||||
-rw-r--r-- | devel/Makefile | 1 |
5 files changed, 56 insertions, 0 deletions
diff --git a/devel/9base/Makefile b/devel/9base/Makefile new file mode 100644 index 000000000000..0fc9121294ad --- /dev/null +++ b/devel/9base/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: 9base +# Date created: 4 March 2007 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= 9base +DISTVERSION= b20060209 +CATEGORIES= devel +MASTER_SITES= CSME +#http://www.suckless.org/cgi-bin/hgwebdir.cgi/9base/ + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Port of various original plan9 tools + +USE_BZIP2= yes +CFLAGS+= -I. -c +LDFLAGS+= -L. +MANPREFIX= ${PREFIX}/9 +MAKE_ARGS= PREFIX="${PREFIX}/9" CC="${CC}" MANPREFIX="${MANPREFIX}/man" \ + CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +APPS= awk basename bc cat cleanname date dc echo grep ls mk rc read sed seq\ + sleep sort tee test touch tr uniq yacc +#MAN1= ${APPS:S|$|.1|} +PLIST_FILES= ${APPS:S|^|9/bin/|} ${APPS:S|^|9/man/man1/|:S|$|.1|} 9/man/man7/regexp.7 9/etc/rcmain +PLIST_DIRS= 9/bin 9/etc 9/man/man1 9/man/man7 9/man 9 + +post-patch: + @${REINPLACE_CMD} -e 's|PREFIX|"${PREFIX}/9"|' ${WRKSRC}/rc/plan9ish.c + @${REINPLACE_CMD} -e '/OBJTYPE!=/s|!=.*|=${ARCH:S,i386,386,:S,amd64,x86_64,:S,sparc64,sun4u,}|' ${WRKSRC}/lib9/Makefile + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/devel/9base/distinfo b/devel/9base/distinfo new file mode 100644 index 000000000000..f875c8f45e41 --- /dev/null +++ b/devel/9base/distinfo @@ -0,0 +1,3 @@ +MD5 (9base-b20060209.tar.bz2) = 104599556fc8e2920b75d62058681047 +SHA256 (9base-b20060209.tar.bz2) = 23a939c76c2313d4eb8a1022f5adae99f0625569683da998a5bcdad436ca31ce +SIZE (9base-b20060209.tar.bz2) = 245770 diff --git a/devel/9base/pkg-descr b/devel/9base/pkg-descr new file mode 100644 index 000000000000..e38be9b6d2ef --- /dev/null +++ b/devel/9base/pkg-descr @@ -0,0 +1,8 @@ +This is a port of various original plan9 tools to Unix based on +plan9ports [1], mk-with-libs.tgz [2] and wmii [3]. + +[1] http://www.swtch.com/plan9port/ +[2] http://swtch.com/plan9port/unix/ +[3] http://www.suckless.org/wiki/wmii + +WWW: http://www.suckless.org/wiki/wmii/download diff --git a/devel/9base/pkg-message b/devel/9base/pkg-message new file mode 100644 index 000000000000..fe788013769d --- /dev/null +++ b/devel/9base/pkg-message @@ -0,0 +1,8 @@ +====================================================== + +Some of 9base tools require fdescfs to be mounted. +Place "fdescfs /dev/fd fdescfs rw 0 0" into your +fstab(5) file and run "mount /dev/fd". See fdescfs(5) +for more. + +====================================================== diff --git a/devel/Makefile b/devel/Makefile index 44987823ae08..a7968353c928 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3,6 +3,7 @@ COMMENT = Development utilities + SUBDIR += 9base SUBDIR += ElectricFence SUBDIR += ORBit SUBDIR += ORBit2 |