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:
parent
2c5367af51
commit
59216d2e22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90356
23
x11-toolkits/9libs/Makefile
Normal file
23
x11-toolkits/9libs/Makefile
Normal 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>
|
1
x11-toolkits/9libs/distinfo
Normal file
1
x11-toolkits/9libs/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (9libs-1.0.tar.gz) = e1402cfdfed4a45bf7dcb4789c5063cc
|
3
x11-toolkits/9libs/pkg-descr
Normal file
3
x11-toolkits/9libs/pkg-descr
Normal 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.
|
14
x11-toolkits/9libs/pkg-plist
Normal file
14
x11-toolkits/9libs/pkg-plist
Normal 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
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
SUBDIR += 9libs
|
||||
SUBDIR += SoXt
|
||||
SUBDIR += Xaw3d
|
||||
SUBDIR += XawPlus
|
||||
|
Loading…
Reference in New Issue
Block a user