Packaged DeforaOS libSystem 0.1.7, which:
* proposes documentation generated with gtk-doc * removes code for the DeforaOS distirbuted framework (moved to libApp) * switches to the LGPL license * introduces a Python binding (not built by default) * fixes some build and installation issues (newer Makefiles...)
This commit is contained in:
parent
5b902281cb
commit
d44db45ba4
3 changed files with 35 additions and 23 deletions
|
@ -1,29 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/12/29 16:54:48 khorben Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2013/12/29 17:25:36 khorben Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libSystem-0.1.6
|
||||
PKGNAME= deforaos-libsystem-0.1.6
|
||||
DISTNAME= libSystem-0.1.7
|
||||
PKGNAME= deforaos-libsystem-0.1.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3527/
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/4321/
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= http://www.defora.org/
|
||||
COMMENT= DeforaOS core system library
|
||||
|
||||
LICENSE= gnu-gpl-v3
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
MAKE_FLAGS+= PREFIX=${PREFIX}
|
||||
MAKE_FLAGS+= DESTDIR=${DESTDIR}
|
||||
MAKE_FLAGS+= INSTALL=${INSTALL}
|
||||
|
||||
# Don't use non-portable ${INSTALL} arguments
|
||||
SUBST_CLASSES+= nodashes
|
||||
SUBST_STAGE.nodashes= pre-configure
|
||||
SUBST_FILES.nodashes= include/Makefile include/System/Makefile
|
||||
SUBST_FILES.nodashes+= src/Makefile tools/Makefile
|
||||
SUBST_SED.nodashes= -e '/INSTALL/s/ -- / /'
|
||||
|
||||
LDFLAGS.SunOS+= -lresolv
|
||||
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../textproc/gtk-doc/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2013/12/29 16:54:48 khorben Exp $
|
||||
bin/AppBroker
|
||||
@comment $NetBSD: PLIST,v 1.6 2013/12/29 17:25:36 khorben Exp $
|
||||
include/System.h
|
||||
include/System/appclient.h
|
||||
include/System/appserver.h
|
||||
include/System/array.h
|
||||
include/System/buffer.h
|
||||
include/System/config.h
|
||||
|
@ -15,8 +12,32 @@ include/System/parser.h
|
|||
include/System/plugin.h
|
||||
include/System/string.h
|
||||
include/System/token.h
|
||||
include/System/variable.h
|
||||
lib/libSystem.a
|
||||
lib/libSystem.so
|
||||
lib/libSystem.so.0
|
||||
lib/libSystem.so.0.0
|
||||
lib/pkgconfig/libSystem.pc
|
||||
share/gtk-doc/html/libSystem/api-index-full.html
|
||||
share/gtk-doc/html/libSystem/ch01.html
|
||||
share/gtk-doc/html/libSystem/deprecated-api-index.html
|
||||
share/gtk-doc/html/libSystem/home.png
|
||||
share/gtk-doc/html/libSystem/index.html
|
||||
share/gtk-doc/html/libSystem/index.sgml
|
||||
share/gtk-doc/html/libSystem/left.png
|
||||
share/gtk-doc/html/libSystem/libSystem-array.html
|
||||
share/gtk-doc/html/libSystem/libSystem-buffer.html
|
||||
share/gtk-doc/html/libSystem/libSystem-config.html
|
||||
share/gtk-doc/html/libSystem/libSystem-error.html
|
||||
share/gtk-doc/html/libSystem/libSystem-event.html
|
||||
share/gtk-doc/html/libSystem/libSystem-file.html
|
||||
share/gtk-doc/html/libSystem/libSystem-hash.html
|
||||
share/gtk-doc/html/libSystem/libSystem-object.html
|
||||
share/gtk-doc/html/libSystem/libSystem-parser.html
|
||||
share/gtk-doc/html/libSystem/libSystem-plugin.html
|
||||
share/gtk-doc/html/libSystem/libSystem-string.html
|
||||
share/gtk-doc/html/libSystem/libSystem-token.html
|
||||
share/gtk-doc/html/libSystem/libSystem.devhelp2
|
||||
share/gtk-doc/html/libSystem/right.png
|
||||
share/gtk-doc/html/libSystem/style.css
|
||||
share/gtk-doc/html/libSystem/up.png
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2013/12/29 16:54:48 khorben Exp $
|
||||
$NetBSD: distinfo,v 1.8 2013/12/29 17:25:36 khorben Exp $
|
||||
|
||||
SHA1 (libSystem-0.1.6.tar.gz) = 228108534a536e3e35739b66614bc762ff3ea1ee
|
||||
RMD160 (libSystem-0.1.6.tar.gz) = 4f85b891b3491747d5599113a5eac5838f93a40b
|
||||
Size (libSystem-0.1.6.tar.gz) = 44092 bytes
|
||||
SHA1 (libSystem-0.1.7.tar.gz) = ba80e9382694b2a08e0a067af5fad941a3ac99ab
|
||||
RMD160 (libSystem-0.1.7.tar.gz) = 807085177367067e080b92c6b37adef472c5caa1
|
||||
Size (libSystem-0.1.7.tar.gz) = 42933 bytes
|
||||
|
|
Loading…
Reference in a new issue