svn commit: r463959 - in head/devel/plan9port: . files

Tobias Kortkamp tobik at FreeBSD.org
Fri Mar 9 13:39:34 UTC 2018


Author: tobik
Date: Fri Mar  9 13:39:33 2018
New Revision: 463959
URL: https://svnweb.freebsd.org/changeset/ports/463959

Log:
  devel/plan9port: Update to latest commit
  
  - Cleanup and simplify the port
  - Remove all no-op REINPLACE_CMD
  - Add a plist
  - Update pkg-descr and WWW
  - Take maintainership
  - Install dictionary and thesaurus files for dict(1)
  - Install data files for scat(1)
  - Copy pkg-message from the OpenBSD port

Added:
  head/devel/plan9port/pkg-plist   (contents, props changed)
Deleted:
  head/devel/plan9port/files/patch-src-cmd-auxstats-FreeBSD.c
Modified:
  head/devel/plan9port/Makefile
  head/devel/plan9port/distinfo
  head/devel/plan9port/files/pkg-message.in
  head/devel/plan9port/pkg-descr

Modified: head/devel/plan9port/Makefile
==============================================================================
--- head/devel/plan9port/Makefile	Fri Mar  9 12:54:40 2018	(r463958)
+++ head/devel/plan9port/Makefile	Fri Mar  9 13:39:33 2018	(r463959)
@@ -2,225 +2,84 @@
 # $FreeBSD$
 
 PORTNAME=	plan9port
-PORTVERSION=	20170723
+PORTVERSION=	20180205
 CATEGORIES=	devel plan9
+DIST_SUBDIR=	plan9port
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
-MAINTAINER=	ports at FreeBSD.org
-COMMENT=	Port of many Plan 9 programs to Unix-like operating systems
+MAINTAINER=	tobik at FreeBSD.org
+COMMENT=	Plan 9 from User Space
 
 LICENSE=	LUCENT
 LICENSE_NAME=	Lucent Public License Version 1.02
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-GH_ACCOUNT=	9fans
-GH_TAGNAME=	4a8c0c7
-USE_GITHUB=	yes
-
-DIST_SUBDIR=	${PORTNAME}
-
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libfontconfig.so:x11-fonts/fontconfig
 
-BROKEN_sparc64=	does not install: cleanname not found
-
-OPTIONS_DEFINE=	SRC
-OPTIONS_DEFAULT=
-OPTIONS_SUB=	yes
-
-SRC_DESC=	Install sources
-
-USES=		perl5 shebangfix tar:tgz
-USE_XORG=	x11 xt xi xaw xext
+USES=		localbase:ldflags perl5 shebangfix
+USE_GITHUB=	yes
+GH_ACCOUNT=	9fans
+GH_TAGNAME=	4798a8a5560552480efde5fe8b1f7963a25a96d3
 USE_PERL5=	build
+USE_XORG=	x11 xt xext
 
+SHEBANG_GLOB=	*
 SHEBANG_LANG=	rc
 rc_OLD_CMD=	/bin/rc /usr/local/plan9/bin/rc
-rc_CMD=		${PLAN9}/bin/rc
-# /usr/bin/perl
-SHEBANG_FILES=	unix/man/fixurls
-# /bin/rc
-SHEBANG_FILES+=	acid/transcript \
-		acid/window \
-		mac/9term.app/Contents/MacOS/9term \
-		mac/Plumb.app/Contents/MacOS/plumb \
-		src/cmd/9660/mk9660.rc \
-		src/cmd/acme/mail/mkbox \
-		src/cmd/dict/egfix \
-		src/cmd/dict/egfix2 \
-		src/cmd/dict/gefix \
-		src/cmd/dict/getneeds \
-		src/cmd/lp/lpsend.rc \
-		src/cmd/map/map.rc \
-		src/cmd/map/mapdemo.rc \
-		src/cmd/postscript/hardcopy/hardcopy.rc \
-		src/cmd/postscript/psencoding/psencoding.rc \
-		src/cmd/spell/spell.rc \
-		src/cmd/upas/filterkit/pipefrom.sample \
-		src/cmd/upas/filterkit/pipeto.sample-hold \
-		src/cmd/upas/filterkit/pipeto.sample \
-		tmac/sendcover \
-		troff/font/devutf/mkMAP
-# /usr/local/plan9/bin/rc
-SHEBANG_FILES+=	bin/codereview \
-		bin/quote1 \
-		bin/quote2 \
-		bin/ssam \
-		bin/upas/isspam \
-		bin/upas/msgcat \
-		bin/upas/spam \
-		bin/upas/spambox \
-		bin/upas/unspam \
-		bin/upas/unspambox \
-		lp/bin/lpsend.rc \
-		lp/bin/UNLOCK \
-		lp/daemon/generic \
-		lp/daemon/gsdev \
-		lp/daemon/psdev \
-		lp/kill/generic \
-		lp/process/dvipost \
-		lp/process/g3post \
-		lp/process/generic \
-		lp/process/gifpost \
-		lp/process/hpost \
-		lp/process/jpgpost \
-		lp/process/noproc \
-		lp/process/p9bitpost \
-		lp/process/pdfgs \
-		lp/process/pdfpost \
-		lp/process/post \
-		lp/process/ppost \
-		lp/process/psextract \
-		lp/process/tr2post \
-		lp/sched/FIFO \
-		lp/spooler/generic \
-		lp/spooler/lpdspool \
-		lp/spooler/nospool \
-		lp/stat/generic \
-		lp/stat/lpd \
-		mail/lib/validateattachment \
-		man/secindex \
-		src/cmd/fossil/conf.rc \
-		src/cmd/lp/lp.rc \
-		src/cmd/netfiles/netfileget \
-		src/cmd/netfiles/netfileput \
-		src/cmd/netfiles/netfilestat \
-		src/cmd/postscript/printfont/printfont.rc \
-		src/cmd/upas/misc/mail.rc \
-		src/cmd/upas/misc/qmail \
-		src/cmd/upas/misc/remotemail \
-		src/cmd/venti/srv/conf.rc
+rc_CMD=		${PREFIX}/plan9/bin/rc
 
-WRKSRC=		${WRKDIR}/plan9
-PLIST=		${WRKDIR}/.PLIST
 SUB_FILES=	pkg-message
-REINPLACE_ARGS=	-i ""		# necessary since installs via recursive copy
+SUB_LIST=	OPSYS=${OPSYS}
 
-PLAN9=		${PREFIX}/plan9
+OPTIONS_DEFINE=	DATA
+OPTIONS_DEFAULT=	DATA
+OPTIONS_SUB=	yes
 
-EMPTY_DIRS=	plan9/mail/queue \
-		plan9/log \
-		plan9/bin/lpbin
+DATA_DESC=	Install dictionary, thesaurus, and other data files
 
-post-extract:
-	${MV} ${WRKDIR}/plan9port-${GH_TAGNAME} ${WRKDIR}/plan9
+DATA_MASTER_SITES=	https://9fans.github.io/plan9port/dist/
+DATA_DISTFILES=		pgw.tar.bz2 roget.tar.bz2 scat.tgz
 
+post-extract-DATA-on:
+	@cd ${WRKSRC}/dict && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/pgw.tar.bz2
+	@cd ${WRKSRC}/dict && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/roget.tar.bz2
+	@cd ${WRKSRC}/sky && ${TAR} -xf ${DISTDIR}/${DIST_SUBDIR}/scat.tgz
+
 post-patch:
-	@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
-		| ${XARGS} ${REINPLACE_CMD} -e 's|\\\*9|${PLAN9}|'
-	@${REINPLACE_CMD} -e 's|X11=/usr/X11R6|X11=${LOCALBASE}|' \
-		${WRKSRC}/bin/9l ${WRKSRC}/src/cmd/devdraw/mkwsysrules.sh
 	@${REINPLACE_CMD} -e 's|\[5-9\]\.||' ${WRKSRC}/bin/9l
-	@${REINPLACE_CMD} -e 's|/lib/font/bit|${PLAN9}/font|' \
+	@${REINPLACE_CMD} -e 's|/lib/font/bit|${PREFIX}/plan9/font|' \
 		${WRKSRC}/src/cmd/acme/acme.c
-	@${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \
-		> ${WRKSRC}/src/cmd/9term/${OPSYS}.c
-	@${REINPLACE_CMD} -e 's|, swizz(void)|&, swizz8(void)|' \
-		${WRKSRC}/src/cmd/xd.c
-	@${REINPLACE_CMD} -e '/^cd $$PLAN9/d' ${WRKSRC}/lib/moveplan9.sh
-	@${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' ${WRKSRC}/bin/macedit
-	@${REINPLACE_CMD} -e 's|#!/bin/rc|#!${PLAN9}/bin/rc|' \
+	@${REINPLACE_CMD} -e 's|#!/bin/rc|#!${PREFIX}/plan9/bin/rc|' \
 		${WRKSRC}/src/cmd/upas/ml/mlmgr.c \
 		${WRKSRC}/src/cmd/tcs/font/mkfile
-	@${REINPLACE_CMD} -e '/<sys\/termios.h>/d' \
-		${WRKSRC}/src/lib9/readcons.c \
-		${WRKSRC}/src/cmd/9term/bsdpty.c
-	@${REINPLACE_CMD} -e 's|<sys/termios.h>|<termios.h>|' \
-		${WRKSRC}/src/cmd/draw/mc.c
 	@${REINPLACE_CMD} -e 's|ulong|u64int|' ${WRKSRC}/src/libmach/FreeBSD.c
-	@${REINPLACE_CMD} -e \
-		'/[Rr]enaming hard-coded.*paths\./!s|/usr/local/|${PREFIX}/|' \
-		${WRKSRC}/INSTALL
-	@${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}/|g' \
-		${WRKSRC}/bin/codereview \
-		${WRKSRC}/bin/macedit \
-		${WRKSRC}/lib/moveplan9.sh \
-		${WRKSRC}/man/lookman.index \
-		${WRKSRC}/plumb/basic \
-		${WRKSRC}/src/cmd/9pfuse/errstr.c \
-		${WRKSRC}/src/cmd/devdraw/mkwsysrules.sh \
-		${WRKSRC}/src/cmd/fossil/mkfile \
-		${WRKSRC}/src/cmd/lp/lp.rc \
-		${WRKSRC}/src/cmd/postscript/printfont/printfont.rc \
-		${WRKSRC}/src/cmd/sam/sam.c \
-		${WRKSRC}/src/cmd/upas/nfs/imap.c \
-		${WRKSRC}/src/cmd/venti/srv/mkfile \
-		${WRKSRC}/src/lib9/_p9translate.c \
-		${WRKSRC}/src/lib9/get9root.c \
-		${WRKSRC}/src/libregexp/mkfile
+# Fix 9term: no ptys
+	@${SED} -e 's|util\.h|lib&|' ${WRKSRC}/src/cmd/9term/OpenBSD.c \
+		> ${WRKSRC}/src/cmd/9term/${OPSYS}.c
 
+do-configure:
+	@${ECHO_CMD} 'CFLAGS="${CFLAGS}"' > ${WRKSRC}/LOCAL.config
+	@${ECHO_CMD} 'LDFLAGS="${LDFLAGS}"' >> ${WRKSRC}/LOCAL.config
+
 do-build:
-	@cd ${WRKSRC} && { \
-		export PLAN9_TARGET="${PLAN9}" CC9="${CC}"; \
-		if [ ! -t 1 ]; then \
-			export winid=1; \
-		fi; \
-		./INSTALL; \
-	}
+	@cd ${WRKSRC} && ${SETENV} CC9=${CC} ./INSTALL -b
 
-post-build:
-	@${FIND} ${WRKSRC} -name .cvsignore -o -name .gitignore -delete
-	@${RM} ${WRKSRC}/configure ${WRKSRC}/config ${WRKSRC}/install.log \
-		${WRKSRC}/install.sum
-	@( cd ${WRKDIR} ; \
-	  ${FIND} plan9 -type f; \
-	  ${ECHO_CMD} "@dir(,,1777) plan9/news"; \
-	  for D in ${EMPTY_DIRS}; do \
-	    ${ECHO_CMD} "@dir $${D}"; \
-	  done; \
-	 ) | sed -e 's|^plan9/bin/auxstats|@(,kmem,2755) &|' \
-		-e 's|^plan9/mac|%%SRC%%&|' \
-		-e 's|^plan9/unix|%%SRC%%&|' \
-		-e 's|^plan9/bin/macedit|%%SRC%%&|' \
-		-e 's|^plan9/bin/osxvers|%%SRC%%&|' \
-		-e '/^plan9\/dist\//{/spaceglenda100\.png/!s/^/%%SRC%%/;}' \
-		-e '/^plan9\/src\//{/src\/mk/!s/^/%%SRC%%/;}' > ${PLIST}
-
 do-install:
-	${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}
+.for l in .cvsignore .hg .hgignore .hgtags .gitignore .gitkeep *.bak *.orig *.beforesubst .travis.yml
+	@${FIND} ${WRKSRC} -name "${l}" -delete
+.endfor
+	@cd ${WRKSRC} && ${SED} -i '' 's#/usr/local#${PREFIX}#' \
+		`${CAT} lib/moveplan9.files`
+	@${MKDIR} ${STAGEDIR}${PREFIX}/plan9
+	@cd ${WRKSRC} && ${PAX} -rw . ${STAGEDIR}${PREFIX}/plan9
+	@${RLN} ${STAGEDIR}${PREFIX}/plan9/bin/9 ${STAGEDIR}${PREFIX}/bin/9
 
-do-install-SRC-off:
-	@${RM} -r ${STAGEDIR}${PLAN9}/mac ${STAGEDIR}${PLAN9}/unix \
-		${STAGEDIR}${PLAN9}/bin/osxvers ${STAGEDIR}${PLAN9}/bin/macedit
-	@${FIND} ${STAGEDIR}${PLAN9}/dist ! -name spaceglenda100.png -delete
-	@${FIND} ${STAGEDIR}${PLAN9}/src ! -path '${STAGEDIR}${PLAN9}/src/mk*' \
-		-delete
-
 post-install:
-	@${FIND} ${STAGEDIR}${PLAN9}/bin -type f | \
-		while read file; do \
-			case "$$(file -- "$$file")" in \
-				*ELF*) \
-					${STRIP_CMD} -- "$$file"; \
-					;; \
-			esac \
+	@cd ${STAGEDIR}${PREFIX}/plan9 && \
+		for f in bin/* bin/disk/* bin/fossil/* bin/fs/* bin/venti/* src/cmd/devdraw/o.devdraw; do \
+			${STRIP_CMD} $$f > /dev/null 2>&1 || ${TRUE}; \
 		done
-
-post-install-SRC-on:
-	@${STRIP_CMD} -- ${STAGEDIR}${PLAN9}/src/cmd/devdraw/o.devdraw
-
-install-user:
-	@${MKDIR} ${HOME}/lib
-	${INSTALL_DATA} ${PLAN9}/plumb/initial.plumbing ${HOME}/lib/plumbing
 
 .include <bsd.port.mk>

Modified: head/devel/plan9port/distinfo
==============================================================================
--- head/devel/plan9port/distinfo	Fri Mar  9 12:54:40 2018	(r463958)
+++ head/devel/plan9port/distinfo	Fri Mar  9 13:39:33 2018	(r463959)
@@ -1,3 +1,9 @@
-TIMESTAMP = 1501722772
-SHA256 (plan9port/9fans-plan9port-20170723-4a8c0c7_GH0.tar.gz) = 0b48f908f4212a7b5c266d369f5ee38640f72cceecdedea324e8fd2ec4207089
-SIZE (plan9port/9fans-plan9port-20170723-4a8c0c7_GH0.tar.gz) = 23469932
+TIMESTAMP = 1520599448
+SHA256 (plan9port/pgw.tar.bz2) = de3af82012b3380612b56fa0c1a2ed8daf619a0215189fc59eab9919ec47ea15
+SIZE (plan9port/pgw.tar.bz2) = 9406367
+SHA256 (plan9port/roget.tar.bz2) = b24f051354dabe58f1d825e29db386091c84aec98125dbe499adeca51a32a836
+SIZE (plan9port/roget.tar.bz2) = 482956
+SHA256 (plan9port/scat.tgz) = a995f52544a712f2bdb87f531638d4c846224fa9212d034e3bd8e809cb99be1e
+SIZE (plan9port/scat.tgz) = 5145346
+SHA256 (plan9port/9fans-plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3_GH0.tar.gz) = 4bbc118d699924760079c57f81d71d743d6ccf58827bce17bc2844a71faf3564
+SIZE (plan9port/9fans-plan9port-20180205-4798a8a5560552480efde5fe8b1f7963a25a96d3_GH0.tar.gz) = 23434357

Modified: head/devel/plan9port/files/pkg-message.in
==============================================================================
--- head/devel/plan9port/files/pkg-message.in	Fri Mar  9 12:54:40 2018	(r463958)
+++ head/devel/plan9port/files/pkg-message.in	Fri Mar  9 13:39:33 2018	(r463959)
@@ -1,30 +1,8 @@
-You should benefit from adding these to your profile environment (example
-for sh/bash, adjust for tcsh as appropriate):
+The plan9port tools consist of many small binaries intimately tied
+together, some of them conflicting with %%OPSYS%% base utilities.  To
+avoid runtime conflicts, you may wish to append
+%%PREFIX%%/plan9/bin to your PATH.
 
-	PLAN9=%%PREFIX%%/plan9; export PLAN9
-	PATH=$PATH:$PLAN9/bin; export PATH
+Alternatively, plan9port tools can be run with %%PREFIX%%/bin/9
 
-You can also install a default plumbing file if you want:
-
-	$ mkdir -p ${HOME}/lib
-	$ %%PREFIX%%/plan9/plumb/initial.plumbing ${HOME}/lib/plumbing
-
-When installing from the port (as your normal user), you can simply type
-(while in the port directory) to do the same:
-
-	make install-user
-
-BEWARE:  This port can cause some problems if you try to install certain
-software (including, but not limited to our Ports Collection):
-
-  - Ports that require `archivers/zip' to build (e.g. `www/mozilla').  If
-   `$PLAN9/bin/zip' would be found as `zip' command (via $PATH) and used,
-    it could easily fail since it does not share options with "standard"
-   `zip' (at least not all of them)
-
-  - `x11/kdebase3' build can result in crash in `fish.cpp' file if you try
-    to build it with $PLAN9.  We suggest you to unset PLAN9 before building
-    any ports that fail with similar symptoms (or unset it for all ports
-    just to be on the safe side)
-
-  - venti/fmt* commands work only with normal files
+    9 man 1 intro

Modified: head/devel/plan9port/pkg-descr
==============================================================================
--- head/devel/plan9port/pkg-descr	Fri Mar  9 12:54:40 2018	(r463958)
+++ head/devel/plan9port/pkg-descr	Fri Mar  9 13:39:33 2018	(r463959)
@@ -1,22 +1,9 @@
-This is a port of the bulk of the Plan 9 software build environment to Unix.
-It tries to reproduce the Plan 9 build environment as faithfully as possible,
-providing u.h and libc.h, and blithely redefining tokens such as open, dup,
-and accept in order to provide implementations that better mimic the Plan 9
-semantics.  The result is a somewhat more complicated and less Unix-friendly
-environment, but Plan 9 programs can typically be compiled with little or no
-changes.
+Plan 9 is a distributed computing environment built at Bell Labs
+starting in the late 1980s.  Plan 9 became a convenient platform for
+experimenting with new ideas, applications, and services.
 
-The port includes the following:
+Plan 9 from User Space (aka plan9port) is a port of many Plan 9
+programs from their native Plan 9 environment to Unix-like operating
+systems.
 
-  - Sources for Linux, FreeBSD, and SunOS
-
-  - lib9 (nee libc), libString, libbin, libbio, libcomplete, libdraw,
-    liblibflate, frame, libfs, libhtml, libhttpd, libip, libmux, libplumb,
-    liblibregexp, libsec, thread, and libventi
-
-  - 9term, acme, hoc, plumber, rio (nee 9wm), sam, and samterm, along with
-    many small utilities and manual pages
-
-  - Plan 9 bitmap fonts
-
-WWW: http://swtch.com/plan9port/
+WWW: https://9fans.github.io/plan9port/

Added: head/devel/plan9port/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/plan9port/pkg-plist	Fri Mar  9 13:39:33 2018	(r463959)
@@ -0,0 +1,7830 @@
+bin/9
+plan9/CHANGES
+plan9/CONTRIBUTING.md
+plan9/CONTRIBUTORS
+plan9/INSTALL
+plan9/LICENSE
+plan9/LOCAL.config
+plan9/Makefile
+plan9/README.md
+plan9/TODO
+plan9/acid/386
+plan9/acid/68020
+plan9/acid/acme
+plan9/acid/alef
+plan9/acid/alpha
+plan9/acid/amd64
+plan9/acid/arm
+plan9/acid/coverage
+plan9/acid/kernel
+plan9/acid/leak
+plan9/acid/mips
+plan9/acid/network
+plan9/acid/pool
+plan9/acid/port
+plan9/acid/power
+plan9/acid/pthread-linux-386
+plan9/acid/sparc
+plan9/acid/syscall
+plan9/acid/thread
+plan9/acid/transcript
+plan9/acid/trump
+plan9/acid/truss
+plan9/acid/venti
+plan9/acid/window
+plan9/bin/"
+plan9/bin/""
+plan9/bin/9
+plan9/bin/9.rc
+plan9/bin/9660srv
+plan9/bin/9a
+plan9/bin/9ar
+plan9/bin/9c
+plan9/bin/9fs
+plan9/bin/9import
+plan9/bin/9l
+plan9/bin/9p
+plan9/bin/9pfuse
+plan9/bin/9pserve
+plan9/bin/9term
+plan9/bin/B
+plan9/bin/E
+plan9/bin/Getdir
+plan9/bin/Mail
+plan9/bin/Netfiles
+plan9/bin/acid
+plan9/bin/acidtypes
+plan9/bin/acme
+plan9/bin/acmeevent
+plan9/bin/adict
+plan9/bin/aescbc
+plan9/bin/ascii
+plan9/bin/asn12dsa
+plan9/bin/asn12rsa
+plan9/bin/astro
+plan9/bin/auxclog
+plan9/bin/auxstats
+plan9/bin/awd
+plan9/bin/awk
+plan9/bin/basename
+plan9/bin/bc
+plan9/bin/bmp
+plan9/bin/bundle
+plan9/bin/bunzip2
+plan9/bin/bzip2
+plan9/bin/cal
+plan9/bin/calendar
+plan9/bin/cat
+plan9/bin/cb
+plan9/bin/cleanname
+plan9/bin/cmapcube
+plan9/bin/cmp
+plan9/bin/col
+plan9/bin/colors
+plan9/bin/comm
+plan9/bin/core
+plan9/bin/crop
+plan9/bin/date
+plan9/bin/db
+plan9/bin/dc
+plan9/bin/dd
+plan9/bin/delatex
+plan9/bin/deroff
+plan9/bin/devdraw
+plan9/bin/dial
+plan9/bin/dict
+plan9/bin/diff
+plan9/bin/disk/.placeholder
+plan9/bin/disk/mkext
+plan9/bin/disk/mkfs
+plan9/bin/disknfs
+plan9/bin/dns
+plan9/bin/dnsdebug
+plan9/bin/dnsquery
+plan9/bin/dnstcp
+plan9/bin/doctype
+plan9/bin/dsa2pub
+plan9/bin/dsa2ssh
+plan9/bin/dsagen
+plan9/bin/dsasign
+plan9/bin/du
+plan9/bin/dump9660
+plan9/bin/echo
+plan9/bin/ed
+plan9/bin/eqn
+plan9/bin/factor
+plan9/bin/factotum
+plan9/bin/file
+plan9/bin/fmt
+plan9/bin/fontsrv
+plan9/bin/fortune
+plan9/bin/fossil/conf
+plan9/bin/fossil/flchk
+plan9/bin/fossil/flfmt
+plan9/bin/fossil/fossil
+plan9/bin/fossil/last
+plan9/bin/fossil/view
+plan9/bin/freq
+plan9/bin/fs/32vfs
+plan9/bin/fs/cpiofs
+plan9/bin/fs/tapfs
+plan9/bin/fs/tarfs
+plan9/bin/fs/tpfs
+plan9/bin/fs/v10fs
+plan9/bin/fs/v6fs
+plan9/bin/fs/zipfs
+plan9/bin/fsize
+plan9/bin/g
+plan9/bin/getflags
+plan9/bin/gif
+plan9/bin/grap
+plan9/bin/graph
+plan9/bin/grep
+plan9/bin/gunzip
+plan9/bin/gview
+plan9/bin/gzip
+plan9/bin/hget
+plan9/bin/hist
+plan9/bin/hoc
+plan9/bin/htmlfmt
+plan9/bin/htmlroff
+plan9/bin/ico
+plan9/bin/iconv
+plan9/bin/idiff
+plan9/bin/img
+plan9/bin/import
+plan9/bin/ipso
+plan9/bin/join
+plan9/bin/jpg
+plan9/bin/kill
+plan9/bin/label
+plan9/bin/lc
+plan9/bin/lex
+plan9/bin/listen1
+plan9/bin/look
+plan9/bin/lookman
+plan9/bin/ls
+plan9/bin/macedit
+plan9/bin/man
+plan9/bin/mapd
+plan9/bin/mc
+plan9/bin/md5sum
+plan9/bin/mk
+plan9/bin/mk9660
+plan9/bin/mkdir
+plan9/bin/mklatinkbd
+plan9/bin/mount
+plan9/bin/mtime
+plan9/bin/namespace
+plan9/bin/ndbipquery
+plan9/bin/ndbmkdb
+plan9/bin/ndbmkhash
+plan9/bin/ndbmkhosts
+plan9/bin/ndbquery
+plan9/bin/netfileget
+plan9/bin/netfilelib.rc
+plan9/bin/netfileput
+plan9/bin/netfilestat
+plan9/bin/netkey
+plan9/bin/news
+plan9/bin/nobs
+plan9/bin/nroff
+plan9/bin/osxvers
+plan9/bin/p
+plan9/bin/page
+plan9/bin/passwd
+plan9/bin/pbd
+plan9/bin/pemdecode
+plan9/bin/pemencode
+plan9/bin/pic
+plan9/bin/plot
+plan9/bin/plumb
+plan9/bin/plumber
+plan9/bin/png
+plan9/bin/ppm
+plan9/bin/pr
+plan9/bin/primes
+plan9/bin/proof
+plan9/bin/ps
+plan9/bin/psdownload
+plan9/bin/psfonts
+plan9/bin/psu
+plan9/bin/psv
+plan9/bin/quote1
+plan9/bin/quote2
+plan9/bin/ramfs
+plan9/bin/rc
+plan9/bin/read
+plan9/bin/readcons
+plan9/bin/resample
+plan9/bin/rio
+plan9/bin/rm
+plan9/bin/rsa2csr
+plan9/bin/rsa2pub
+plan9/bin/rsa2ssh
+plan9/bin/rsa2x509
+plan9/bin/rsafill
+plan9/bin/rsagen
+plan9/bin/sam
+plan9/bin/samsave
+plan9/bin/samterm
+plan9/bin/scat
+plan9/bin/secstore
+plan9/bin/secstored
+plan9/bin/secuser
+plan9/bin/sed
+plan9/bin/seq
+plan9/bin/sftpcache
+plan9/bin/sha1sum
+plan9/bin/sig
+plan9/bin/slay
+plan9/bin/sleep
+plan9/bin/sort
+plan9/bin/spell
+plan9/bin/split
+plan9/bin/sprog
+plan9/bin/src
+plan9/bin/srv
+plan9/bin/ssam
+plan9/bin/ssh-agent
+plan9/bin/stack
+plan9/bin/start
+plan9/bin/stats
+plan9/bin/statusbar
+plan9/bin/stop
+plan9/bin/strings
+plan9/bin/sum
+plan9/bin/svgpic
+plan9/bin/tail
+plan9/bin/tar
+plan9/bin/tbl
+plan9/bin/tcolors
+plan9/bin/tcs
+plan9/bin/tee
+plan9/bin/test
+plan9/bin/time
+plan9/bin/togif
+plan9/bin/toico
+plan9/bin/topng
+plan9/bin/toppm
+plan9/bin/touch
+plan9/bin/tpic
+plan9/bin/tr
+plan9/bin/tr2post
+plan9/bin/tref
+plan9/bin/troff
+plan9/bin/troff2html
+plan9/bin/troff2png
+plan9/bin/tweak
+plan9/bin/u
+plan9/bin/u.rc
+plan9/bin/unicode
+plan9/bin/uniq
+plan9/bin/units
+plan9/bin/unmount
+plan9/bin/unutf
+plan9/bin/unvac
+plan9/bin/unzip
+plan9/bin/upas/isspam
+plan9/bin/upas/msgcat
+plan9/bin/upas/spam
+plan9/bin/upas/spambox
+plan9/bin/upas/unspam
+plan9/bin/upas/unspambox
+plan9/bin/usage
+plan9/bin/vac
+plan9/bin/vacfs
+plan9/bin/vbackup
+plan9/bin/vcat
+plan9/bin/venti/buildindex
+plan9/bin/venti/checkarenas
+plan9/bin/venti/checkindex
+plan9/bin/venti/clumpstats
+plan9/bin/venti/conf
+plan9/bin/venti/copy
+plan9/bin/venti/dump
+plan9/bin/venti/findscore
+plan9/bin/venti/fixarenas
+plan9/bin/venti/fmtarenas
+plan9/bin/venti/fmtbloom
+plan9/bin/venti/fmtindex
+plan9/bin/venti/fmtisect
+plan9/bin/venti/mirrorarenas
+plan9/bin/venti/printarena
+plan9/bin/venti/printarenapart
+plan9/bin/venti/rdarena
+plan9/bin/venti/read
+plan9/bin/venti/ro
+plan9/bin/venti/sync
+plan9/bin/venti/syncindex
+plan9/bin/venti/venti
+plan9/bin/venti/verifyarena
+plan9/bin/venti/wrarena
+plan9/bin/venti/write
+plan9/bin/vmount
+plan9/bin/vmount0
+plan9/bin/vnfs
+plan9/bin/vwhois
+plan9/bin/wc
+plan9/bin/web
+plan9/bin/win
+plan9/bin/wintext
+plan9/bin/wmail
+plan9/bin/xd
+plan9/bin/xshove
+plan9/bin/yacc
+plan9/bin/yesterday
+plan9/bin/yuv
+plan9/bin/zerotrunc
+plan9/bin/zip
+plan9/config
+plan9/configure
+plan9/dict/README
+%%DATA%%plan9/dict/pgw
+%%DATA%%plan9/dict/pgwindex
+%%DATA%%plan9/dict/roget
+%%DATA%%plan9/dict/rogetindex
+plan9/dist/README
+plan9/dist/addsrclinks
+plan9/dist/buildmk
+plan9/dist/checkman.awk
+plan9/dist/deb.html
+plan9/dist/debian/Release.testing
+plan9/dist/debian/Release.top
+plan9/dist/debian/mkpkg
+plan9/dist/debian/mkrep
+plan9/dist/fixurls
+plan9/dist/glendacircle.png
+plan9/dist/isum
+plan9/dist/isum.awk
+plan9/dist/main.html
+plan9/dist/maketarball
+plan9/dist/manindexbottom.html
+plan9/dist/manindextop.html
+plan9/dist/mantrailer.html
+plan9/dist/manweb
+plan9/dist/mkdirlist
+plan9/dist/mkfile
+plan9/dist/mkfilelist
+plan9/dist/pkg/base
+plan9/dist/pkg/bin
+plan9/dist/pkg/bin24
+plan9/dist/pkg/bin26
+plan9/dist/pkg/devel
+plan9/dist/pkg/dict
+plan9/dist/pkg/dist
+plan9/dist/pkg/faces
+plan9/dist/pkg/font-asian
+plan9/dist/pkg/font-bh
+plan9/dist/pkg/font-core
+plan9/dist/pkg/font-proof
+plan9/dist/pkg/lib
+plan9/dist/pkg/lp
+plan9/dist/pkg/main
+plan9/dist/pkg/minimal
+plan9/dist/pkg/postscript
+plan9/dist/pkg/postscript-bh
+plan9/dist/pkg/sky
+plan9/dist/pkg/sky-data
+plan9/dist/pkg/src
+plan9/dist/pkg/troff
+plan9/dist/pkg/unixdist
+plan9/dist/publish
+plan9/dist/spaceglenda100.png
+plan9/dist/ss.html
+plan9/dist/troff/README
+plan9/dist/troff/afm2troff.c
+plan9/dist/troff/devutf.sam
+plan9/dist/troff/mono.sam
+plan9/dist/troff/tfont
+plan9/dist/unix.html
+plan9/face/.machinelist
+plan9/face/48x48x1/.dict
+plan9/face/48x48x2/.dict
+plan9/face/48x48x2/u/unknown.1
+plan9/face/48x48x4/.dict
+plan9/font/LICENSE
+plan9/font/MAP
+plan9/font/big5/4e00.16
+plan9/font/big5/5000.16
+plan9/font/big5/5200.16
+plan9/font/big5/5400.16
+plan9/font/big5/5600.16
+plan9/font/big5/5800.16
+plan9/font/big5/5a00.16
+plan9/font/big5/5c00.16
+plan9/font/big5/5e00.16
+plan9/font/big5/6000.16
+plan9/font/big5/6200.16
+plan9/font/big5/6400.16
+plan9/font/big5/6600.16
+plan9/font/big5/6800.16
+plan9/font/big5/6a00.16
+plan9/font/big5/6c00.16
+plan9/font/big5/6e00.16
+plan9/font/big5/7000.16
+plan9/font/big5/7200.16
+plan9/font/big5/7400.16
+plan9/font/big5/7600.16
+plan9/font/big5/7800.16
+plan9/font/big5/7a00.16
+plan9/font/big5/7c00.16
+plan9/font/big5/7e00.16
+plan9/font/big5/8000.16
+plan9/font/big5/8200.16
+plan9/font/big5/8400.16
+plan9/font/big5/8600.16
+plan9/font/big5/8800.16
+plan9/font/big5/8a00.16
+plan9/font/big5/8c00.16
+plan9/font/big5/8e00.16
+plan9/font/big5/9000.16
+plan9/font/big5/9200.16
+plan9/font/big5/9400.16
+plan9/font/big5/9600.16
+plan9/font/big5/9800.16
+plan9/font/big5/9a00.16
+plan9/font/big5/9c00.16
+plan9/font/big5/9e00.16
+plan9/font/big5/README
+plan9/font/fixed/10x20.0000
+plan9/font/fixed/10x20.0100
+plan9/font/fixed/10x20.0200
+plan9/font/fixed/10x20.0300
+plan9/font/fixed/10x20.0400
+plan9/font/fixed/10x20.0500
+plan9/font/fixed/10x20.0600
+plan9/font/fixed/10x20.0E00
+plan9/font/fixed/10x20.1000
+plan9/font/fixed/10x20.1200
+plan9/font/fixed/10x20.1300
+plan9/font/fixed/10x20.1600
+plan9/font/fixed/10x20.1D00
+plan9/font/fixed/10x20.1E00
+plan9/font/fixed/10x20.1F00
+plan9/font/fixed/10x20.2000
+plan9/font/fixed/10x20.2100
+plan9/font/fixed/10x20.2200
+plan9/font/fixed/10x20.2300
+plan9/font/fixed/10x20.2400
+plan9/font/fixed/10x20.2500
+plan9/font/fixed/10x20.2600
+plan9/font/fixed/10x20.2700
+plan9/font/fixed/10x20.2800
+plan9/font/fixed/10x20.2A00
+plan9/font/fixed/10x20.2B00
+plan9/font/fixed/10x20.3000
+plan9/font/fixed/10x20.4D00
+plan9/font/fixed/10x20.FB00
+plan9/font/fixed/10x20.FC00
+plan9/font/fixed/10x20.FD00
+plan9/font/fixed/10x20.FE00
+plan9/font/fixed/10x20.FF00
+plan9/font/fixed/4x6.0000
+plan9/font/fixed/4x6.0100
+plan9/font/fixed/4x6.0200
+plan9/font/fixed/4x6.0300
+plan9/font/fixed/4x6.0400
+plan9/font/fixed/4x6.0500
+plan9/font/fixed/4x6.1E00
+plan9/font/fixed/4x6.2000
+plan9/font/fixed/4x6.2100
+plan9/font/fixed/4x6.2200
+plan9/font/fixed/4x6.2300
+plan9/font/fixed/4x6.2400
+plan9/font/fixed/4x6.2500
+plan9/font/fixed/4x6.2600
+plan9/font/fixed/4x6.FF00
+plan9/font/fixed/5x7.0000
+plan9/font/fixed/5x7.0100
+plan9/font/fixed/5x7.0200
+plan9/font/fixed/5x7.0300
+plan9/font/fixed/5x7.0400
+plan9/font/fixed/5x7.0500
+plan9/font/fixed/5x7.1600
+plan9/font/fixed/5x7.1E00
+plan9/font/fixed/5x7.1F00
+plan9/font/fixed/5x7.2000
+plan9/font/fixed/5x7.2100
+plan9/font/fixed/5x7.2200
+plan9/font/fixed/5x7.2300
+plan9/font/fixed/5x7.2400
+plan9/font/fixed/5x7.2500
+plan9/font/fixed/5x7.2600
+plan9/font/fixed/5x7.2800
+plan9/font/fixed/5x7.FB00
+plan9/font/fixed/5x7.FF00
+plan9/font/fixed/5x8.0000
+plan9/font/fixed/5x8.0100
+plan9/font/fixed/5x8.0200
+plan9/font/fixed/5x8.0300
+plan9/font/fixed/5x8.0400
+plan9/font/fixed/5x8.0500
+plan9/font/fixed/5x8.1E00
+plan9/font/fixed/5x8.2000
+plan9/font/fixed/5x8.2100
+plan9/font/fixed/5x8.2200
+plan9/font/fixed/5x8.2300
+plan9/font/fixed/5x8.2400
+plan9/font/fixed/5x8.2500
+plan9/font/fixed/5x8.2600
+plan9/font/fixed/5x8.2800
+plan9/font/fixed/5x8.FB00
+plan9/font/fixed/5x8.FF00
+plan9/font/fixed/6x10.0000
+plan9/font/fixed/6x10.0100
+plan9/font/fixed/6x10.0200
+plan9/font/fixed/6x10.0300
+plan9/font/fixed/6x10.0400
+plan9/font/fixed/6x10.0500
+plan9/font/fixed/6x10.1600
+plan9/font/fixed/6x10.1E00
+plan9/font/fixed/6x10.1F00
+plan9/font/fixed/6x10.2000
+plan9/font/fixed/6x10.2100
+plan9/font/fixed/6x10.2200
+plan9/font/fixed/6x10.2300
+plan9/font/fixed/6x10.2400
+plan9/font/fixed/6x10.2500
+plan9/font/fixed/6x10.2600
+plan9/font/fixed/6x10.2800
+plan9/font/fixed/6x10.FB00
+plan9/font/fixed/6x10.FF00
+plan9/font/fixed/6x12.0000
+plan9/font/fixed/6x12.0100
+plan9/font/fixed/6x12.0200
+plan9/font/fixed/6x12.0300
+plan9/font/fixed/6x12.0400
+plan9/font/fixed/6x12.0500
+plan9/font/fixed/6x12.1E00
+plan9/font/fixed/6x12.2000
+plan9/font/fixed/6x12.2100
+plan9/font/fixed/6x12.2200
+plan9/font/fixed/6x12.2300
+plan9/font/fixed/6x12.2400
+plan9/font/fixed/6x12.2500
+plan9/font/fixed/6x12.2600
+plan9/font/fixed/6x12.2800
+plan9/font/fixed/6x12.FB00
+plan9/font/fixed/6x12.FE00
+plan9/font/fixed/6x12.FF00
+plan9/font/fixed/6x13.0000
+plan9/font/fixed/6x13.0100
+plan9/font/fixed/6x13.0200
+plan9/font/fixed/6x13.0300
+plan9/font/fixed/6x13.0400
+plan9/font/fixed/6x13.0500
+plan9/font/fixed/6x13.0E00
+plan9/font/fixed/6x13.1000
+plan9/font/fixed/6x13.1100
+plan9/font/fixed/6x13.1600
+plan9/font/fixed/6x13.1E00
+plan9/font/fixed/6x13.1F00
+plan9/font/fixed/6x13.2000
+plan9/font/fixed/6x13.2100
+plan9/font/fixed/6x13.2200
+plan9/font/fixed/6x13.2300
+plan9/font/fixed/6x13.2400
+plan9/font/fixed/6x13.2500
+plan9/font/fixed/6x13.2600
+plan9/font/fixed/6x13.2700
+plan9/font/fixed/6x13.2800
+plan9/font/fixed/6x13.2900
+plan9/font/fixed/6x13.2A00
+plan9/font/fixed/6x13.3000
+plan9/font/fixed/6x13.3100
+plan9/font/fixed/6x13.E000
+plan9/font/fixed/6x13.FB00
+plan9/font/fixed/6x13.FE00
+plan9/font/fixed/6x13.FF00
+plan9/font/fixed/6x13B.0000
+plan9/font/fixed/6x13B.0100
+plan9/font/fixed/6x13B.0200
+plan9/font/fixed/6x13B.0300
+plan9/font/fixed/6x13B.0400
+plan9/font/fixed/6x13B.0500
+plan9/font/fixed/6x13B.1E00
+plan9/font/fixed/6x13B.1F00
+plan9/font/fixed/6x13B.2000
+plan9/font/fixed/6x13B.2100
+plan9/font/fixed/6x13B.2200
+plan9/font/fixed/6x13B.2300
+plan9/font/fixed/6x13B.2400
+plan9/font/fixed/6x13B.2500
+plan9/font/fixed/6x13B.2600
+plan9/font/fixed/6x13B.FF00
+plan9/font/fixed/6x13O.0000
+plan9/font/fixed/6x13O.0100
+plan9/font/fixed/6x13O.0200
+plan9/font/fixed/6x13O.0300
+plan9/font/fixed/6x13O.0400
+plan9/font/fixed/6x13O.1E00
+plan9/font/fixed/6x13O.2000
+plan9/font/fixed/6x13O.2100
+plan9/font/fixed/6x13O.2200
+plan9/font/fixed/6x13O.2400
+plan9/font/fixed/6x13O.2600
+plan9/font/fixed/6x13O.FB00
+plan9/font/fixed/6x13O.FE00
+plan9/font/fixed/6x13O.FF00
+plan9/font/fixed/6x9.0000
+plan9/font/fixed/6x9.0100
+plan9/font/fixed/6x9.0200
+plan9/font/fixed/6x9.0300
+plan9/font/fixed/6x9.0400
+plan9/font/fixed/6x9.0500
+plan9/font/fixed/6x9.1E00
+plan9/font/fixed/6x9.2000
+plan9/font/fixed/6x9.2100

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list