New port: Plan9 compatibility libraries

This is 9libs, a package of Plan 9 compatibility libraries
	derived from the X11 version of Rob Pike's editor, sam.

	This release differs from the Bell Labs release.

PR:		ports/48694
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
This commit is contained in:
Edwin Groothuis 2003-10-06 02:39:22 +00:00
parent 2c5367af51
commit 59216d2e22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90356
5 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: 9libs
# Date created: 15 February 2003
# Whom: gagnon__s@videotron.ca
#
# $FreeBSD$
#
PORTNAME= 9libs
PORTVERSION= 1.0
CATEGORIES= x11-toolkits plan9
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/
MAINTAINER= gagnon__s@videotron.ca
COMMENT= Plan9 compatibility libraries
USE_XLIB= YES
GNU_CONFIGURE= YES
MAN3= add.3 balloc.3 bitblt.3 cachechars.3 event.3 frame.3 graphics.3 rgbpix.3 rune.3
MAN4= font.4 keyboard.4 utf.4
MAN6= bitmap.6 regexp.6
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (9libs-1.0.tar.gz) = e1402cfdfed4a45bf7dcb4789c5063cc

View File

@ -0,0 +1,3 @@
This is 9libs, a package of Plan 9 compatibility libraries derived from
the X11 version of Rob Pike's editor, sam.
This release differs from the Bell Labs release.

View File

@ -0,0 +1,14 @@
include/frame.h
include/libc.h
include/libg.h
include/regexp.h
include/u.h
lib/9libs/include/conf9libs.h
lib/libXg.a
lib/libXg.la
lib/libframe.a
lib/libframe.la
lib/libplan9c.a
lib/libplan9c.la
@dirrm lib/9libs/include
@dirrm lib/9libs

View File

@ -1,6 +1,7 @@
# $FreeBSD$
#
SUBDIR += 9libs
SUBDIR += SoXt
SUBDIR += Xaw3d
SUBDIR += XawPlus