9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Ports tree for Plan 9
@ 2015-05-12  5:45 mveety
  2015-05-12 10:26 ` Jens Staal
  2015-05-14  7:05 ` Jens Staal
  0 siblings, 2 replies; 59+ messages in thread
From: mveety @ 2015-05-12  5:45 UTC (permalink / raw)
  To: 9fans

Thanks Jens!  I can add you to the bitbucket if you wish so you can
contribute at your leisure. Also, if anyone else wants commit access,
just ask.  :) (I think bitbucket has some dumb limited commit bit
thing though.  Hopefully I'll get off it soon.)

--
Veety




^ permalink raw reply	[flat|nested] 59+ messages in thread
* Re: [9fans] Ports tree for Plan 9
@ 2015-05-31  0:41 sl
  0 siblings, 0 replies; 59+ messages in thread
From: sl @ 2015-05-31  0:41 UTC (permalink / raw)
  To: 9fans

> this doesn't seem like motiviation to rewrite awk.  there must be another reason?

I think "rewrite" is a mischaracterization (nobody is talking about re-
implementing the awk interpreter), so arguing against that seems to be beside
the point. Probably, "port awk to Plan 9 without using APE" is more accurate.

>From memory, the "awk is not a native Plan 9 program" problem has been discussed
a few times on 9fans. Googling, I found the following message, which describes
some of the issues raised:

	https://www.mail-archive.com/9fans@cse.psu.edu/msg17798.html


> by the way, thinking a bit bigger, what i'd like to see is x, where x is to awk as rc is to the
> bourne shell.

The ssam (stream interface to sam) script from plan9port is heavier than
awk by itself, but can be useful for a lot of the same tasks.

sl



^ permalink raw reply	[flat|nested] 59+ messages in thread
* Re: [9fans] Ports tree for Plan 9
@ 2015-05-15  4:49 mveety
  0 siblings, 0 replies; 59+ messages in thread
From: mveety @ 2015-05-15  4:49 UTC (permalink / raw)
  To: 9fans

I tried out the sbase zip on my system. That seems to work fine. Heres the log:

cpu% lc
sbase-master.zip
cpu% unzip -f sbase-master.zip
cpu% lc
sbase-master/		sbase-master.zip
cpu% cd sbase-master/
cpu% lc
LICENSE		comm.1		find.1		md5.h		readlink.c	split.c		uname.c
Makefile	comm.c		find.c		md5sum.1	renice.1	sponge.1	unexpand.1
README		compat.h	fold.1		md5sum.c	renice.c	sponge.c	unexpand.c
TODO		config.mk	fold.c		mkdir.1		rm.1		strings.1	uniq.1
arg.h		cp.1		fs.h		mkdir.c		rm.c		strings.c	uniq.c
basename.1	cp.c		grep.1		mkfifo.1	rmdir.1		sync.1		unlink.1
basename.c	cron.1		grep.c		mkfifo.c	rmdir.c		sync.c		unlink.c
cal.1		cron.c		head.1		mktemp.1	sed.1		tail.1		utf.h
cal.c		crypt.h		head.c		mktemp.c	sed.c		tail.c		util.h
cat.1		cut.1		hostname.1	mv.1		seq.1		tar.1		uudecode.1
cat.c		cut.c		hostname.c	mv.c		seq.c		tar.c		uudecode.c
chgrp.1		date.1		join.1		nice.1		setsid.1	tee.1		uuencode.1
chgrp.c		date.c		join.c		nice.c		setsid.c	tee.c		uuencode.c
chmod.1		dirname.1	kill.1		nl.1		sha1.h		test.1		wc.1
chmod.c		dirname.c	kill.c		nl.c		sha1sum.1	test.c		wc.c
chown.1		du.1		libutf/		nohup.1		sha1sum.c	text.h		which.1
chown.c		du.c		libutil/	nohup.c		sha256.h	time.1		which.c
chroot.1	echo.1		link.1		paste.1		sha256sum.1	time.c		xargs.1
chroot.c	echo.c		link.c		paste.c		sha256sum.c	touch.1		xargs.c
cksum.1		env.1		ln.1		printenv.1	sha512.h	touch.c		yes.1
cksum.c		env.c		ln.c		printenv.c	sha512sum.1	tr.1		yes.c
cmp.1		expand.1	logger.1	printf.1	sha512sum.c	tr.c
cmp.c		expand.c	logger.c	printf.c	sleep.1		true.1
col.1		expr.1		logname.1	pwd.1		sleep.c		true.c
col.c		expr.c		logname.c	pwd.c		sort.1		tty.1
cols.1		false.1		ls.1		queue.h		sort.c		tty.c
cols.c		false.c		ls.c		readlink.1	split.1		uname.1

--
Veety



^ permalink raw reply	[flat|nested] 59+ messages in thread
* [9fans] Ports tree for Plan 9
@ 2015-05-12  2:02 mveety
  2015-05-12  4:16 ` Jens Staal
                   ` (2 more replies)
  0 siblings, 3 replies; 59+ messages in thread
From: mveety @ 2015-05-12  2:02 UTC (permalink / raw)
  To: 9fans

Hey 9fans,
	I wrote a ports tree for 9front, but it should work fine on
labs Plan 9. It's a bit light on software and probably has bugs,
so I would really love comments on it and mkfiles for new software.
Take a look at the code, try it out, tell me what you think!

Ports repo: https://bitbucket.org/mveety/9front-ports , install it by
running install.rc . It installs to /sys/ports/ .

--
Veety



^ permalink raw reply	[flat|nested] 59+ messages in thread

end of thread, other threads:[~2015-05-31 14:12 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-12  5:45 [9fans] Ports tree for Plan 9 mveety
2015-05-12 10:26 ` Jens Staal
2015-05-14  7:05 ` Jens Staal
2015-05-14  8:46   ` cinap_lenrek
2015-05-14 10:42     ` Jens Staal
2015-05-14 10:47       ` cinap_lenrek
2015-05-14 10:52       ` cinap_lenrek
2015-05-14 11:10         ` Jens Staal
2015-05-14 11:49           ` Jens Staal
2015-05-14 11:59             ` cinap_lenrek
2015-05-14 12:13             ` cinap_lenrek
2015-05-14 12:36             ` cinap_lenrek
2015-05-14 11:50           ` cinap_lenrek
2015-05-14 13:32             ` Steffen Nurpmeso
2015-05-14 14:37               ` cinap_lenrek
2015-05-15  4:43                 ` Jens Staal
2015-05-15  5:21                   ` cinap_lenrek
2015-05-15  5:53                   ` cinap_lenrek
2015-05-15  7:08                     ` Jens Staal
2015-05-18 15:57                     ` Jens Staal
2015-05-27 19:49                       ` cinap_lenrek
2015-05-29 21:01                         ` erik quanstrom
2015-05-29 21:12                           ` Kurt H Maier
2015-05-30  5:11                             ` lucio
2015-05-30  5:57                               ` Álvaro Jurado
2015-05-30  6:36                                 ` lucio
2015-05-30  6:13                               ` Kurt H Maier
2015-05-30  6:39                                 ` lucio
2015-05-30  6:59                                   ` Kurt H Maier
2015-05-30  7:04                                     ` Kurt H Maier
2015-05-30  8:36                                     ` lucio
2015-05-30 15:54                                     ` erik quanstrom
2015-05-30 16:17                                       ` Kurt H Maier
2015-05-30 16:27                                         ` Jeff Sickel
2015-05-30 20:30                                           ` Stanley Lieber
2015-05-30 20:32                                       ` Stanley Lieber
2015-05-31  0:16                                         ` erik quanstrom
2015-05-31  3:04                                     ` arnold
2015-05-31  4:40                                       ` Kurt H Maier
2015-05-31  4:55                                         ` erik quanstrom
2015-05-31  5:01                                           ` erik quanstrom
2015-05-31  5:17                                           ` Kurt H Maier
2015-05-31 14:00                                         ` arnold
2015-05-31 14:12                                           ` erik quanstrom
2015-05-31  5:08                                       ` lucio
2015-05-31 14:03                                         ` arnold
2015-05-30  7:21                                   ` Jens Staal
2015-05-30  8:21                                     ` Charles Forsyth
2015-05-30  8:35                                       ` Jens Staal
2015-05-30  8:41                                         ` lucio
2015-05-30 15:57                                 ` erik quanstrom
2015-05-29 21:25                           ` cinap_lenrek
2015-05-30  3:02                             ` erik quanstrom
  -- strict thread matches above, loose matches on Subject: below --
2015-05-31  0:41 sl
2015-05-15  4:49 mveety
2015-05-12  2:02 mveety
2015-05-12  4:16 ` Jens Staal
2015-05-12  6:19 ` Ori Bernstein
2015-05-14  1:03 ` Adrian Regenfuss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).