summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:39:22 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:39:22 +0000
commit59216d2e22c9a83a0f8d787e636c8d2eb87dc52a (patch)
tree64252d1f251cd35ae444882efdb3f371807cf478 /x11-toolkits
parentNew port: orca text data grapher (uses rrdtool) (diff)
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>
Notes
Notes: svn path=/head/; revision=90356
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/9libs/Makefile23
-rw-r--r--x11-toolkits/9libs/distinfo1
-rw-r--r--x11-toolkits/9libs/pkg-descr3
-rw-r--r--x11-toolkits/9libs/pkg-plist14
-rw-r--r--x11-toolkits/Makefile1
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-toolkits/9libs/Makefile b/x11-toolkits/9libs/Makefile
new file mode 100644
index 000000000000..fbee79c23f88
--- /dev/null
+++ b/x11-toolkits/9libs/Makefile
@@ -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>
diff --git a/x11-toolkits/9libs/distinfo b/x11-toolkits/9libs/distinfo
new file mode 100644
index 000000000000..bcfb33a79500
--- /dev/null
+++ b/x11-toolkits/9libs/distinfo
@@ -0,0 +1 @@
+MD5 (9libs-1.0.tar.gz) = e1402cfdfed4a45bf7dcb4789c5063cc
diff --git a/x11-toolkits/9libs/pkg-descr b/x11-toolkits/9libs/pkg-descr
new file mode 100644
index 000000000000..586f3711fcaa
--- /dev/null
+++ b/x11-toolkits/9libs/pkg-descr
@@ -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.
diff --git a/x11-toolkits/9libs/pkg-plist b/x11-toolkits/9libs/pkg-plist
new file mode 100644
index 000000000000..9752ecdab4de
--- /dev/null
+++ b/x11-toolkits/9libs/pkg-plist
@@ -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
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index abfe5730f44e..17bff4941378 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
#
+ SUBDIR += 9libs
SUBDIR += SoXt
SUBDIR += Xaw3d
SUBDIR += XawPlus