Version: 1.0, Package name: 9libs-1.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This is 9libs, a package of Plan 9 compatibility libraries derived from the X11 version of Rob Pike's editor, sam. The package consists of: * libXg, an X11 implementation of Plan 9's libg graphics library. The library's declarations are in include/libg.h * libframe, a library which implements rectangular text areas using libXg. Declarations are in include/frame.h * libplan9c, a library which aims to provide implementations of some of the more general-purpose parts of the Plan 9 C library. This includes the libregexp library from recent sam distributions. Declarations are in include/u.h and include/libc.h, which are the first things included by Plan 9 C files. Declarations for the regular expression components of the library are in regexp.h. * Documentation for the libraries, as manual pages in the doc directory. |
Filesize: 195.328 KB |
Version History (View Complete History) |
|
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-06-02 16:41:28 by Ingo Schwarze | Files touched by this commit (1) |
Log message: no relevant formatting differences, drop USE_GROFF and bump; committing from i386 |
2016-09-01 04:53:27 by Jasper Lievisse Adriaanse | Files touched by this commit (36) |
Log message: retire sparc |
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message: garbage collect CONFIGURE_SHARED |
2015-03-19 06:12:20 by Christian Weisgerber | Files touched by this commit (16) |
Log message: fold lib-only PFRAG.shared into PLIST |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2014-10-22 07:51:09 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: reset maintainer, cannings@ hasn't been around for quite a while |
2010-11-20 02:48:40 by Marc Espie | Files touched by this commit (96) |
Log message: new depends |
2010-10-24 15:31:50 by Antoine Jacoutot | Files touched by this commit (7) |
Log message: Remove USE_X11. |
2010-10-18 15:25:09 by Marc Espie | Files touched by this commit (100) |
Log message: USE_GROFF=Yes |
2010-07-24 09:29:47 by Christian Weisgerber | Files touched by this commit (7) |
Log message: switch to REVISION/EPOCH |
2009-11-01 15:39:53 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - use ONLY_FOR_ARCHS instead of BROKEN here. |
2009-08-10 00:33:44 by Matthias Kilian | Files touched by this commit (52) |
Log message: WANTLIB changes after xcb addition and bump. |
2008-05-30 03:41:21 by Federico G. Schwindt | Files touched by this commit (4) |
Log message: sync WANTLIB. bump package. |
2007-09-15 13:00:55 by Steven Mestdagh | Files touched by this commit (16) |
Log message: remove surrounding quotes in COMMENT/PERMIT*/BROKEN |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2006-12-16 12:34:14 by Peter Valchev | Files touched by this commit (1) |
Log message: Mark as broken on architectures other than i386/sparc*, due to incorrect use of varargs and other unportable constructs (that nobody has stepped up to fix in years). |
2005-12-25 10:40:49 by Nikolay Sturm | Files touched by this commit (2) |
Log message: SHARED_LIBS |
2005-09-27 15:07:55 by Aleksander Piotrowski | Files touched by this commit (1) |
Log message: - Add WANTLIB marker - USE_LIBTOOL=Yes - Bump PKGNAME |
2005-08-17 10:10:05 by Marc Espie | Files touched by this commit (29) |
Log message: those packages have not changed names since 3.6, even though their packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@ |
2005-01-05 10:21:59 by Christian Weisgerber | Files touched by this commit (68) |
Log message: SIZE |
2004-09-15 12:23:11 by Marc Espie | Files touched by this commit (10) |
Log message: new plists |
2004-02-21 12:19:35 by Marc Espie | Files touched by this commit (2) |
Log message: spelling. Rich, don't get contaminated by Theo, soon you'll be spelling implimentation along with compatability. |
2003-12-15 14:55:58 by Christian Weisgerber | Files touched by this commit (479) |
Log message: remove WWW lines |
2003-08-26 11:24:20 by Christian Weisgerber | Files touched by this commit (1) |
Log message: skip rune.3 to avoid conflict with devel/libutf |
2003-05-24 13:42:22 by Peter Valchev | Files touched by this commit (1) |
Log message: bump PKGNAME after last change to distinguish the move |
2003-05-24 13:38:47 by Peter Valchev | Files touched by this commit (3) |
Log message: move includes into LOCALBASE/include/9libs, to avoid conflicts (regexp.h conflicted w/ the one in /usr/include) |