From 59216d2e22c9a83a0f8d787e636c8d2eb87dc52a Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 6 Oct 2003 02:39:22 +0000 Subject: [PATCH] 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 --- x11-toolkits/9libs/Makefile | 23 +++++++++++++++++++++++ x11-toolkits/9libs/distinfo | 1 + x11-toolkits/9libs/pkg-descr | 3 +++ x11-toolkits/9libs/pkg-plist | 14 ++++++++++++++ x11-toolkits/Makefile | 1 + 5 files changed, 42 insertions(+) create mode 100644 x11-toolkits/9libs/Makefile create mode 100644 x11-toolkits/9libs/distinfo create mode 100644 x11-toolkits/9libs/pkg-descr create mode 100644 x11-toolkits/9libs/pkg-plist 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 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