From owner-svn-ports-head@FreeBSD.ORG Wed Dec 19 00:49:35 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BBB2E13A; Wed, 19 Dec 2012 00:49:35 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A09C48FC12; Wed, 19 Dec 2012 00:49:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJ0nZrl068354; Wed, 19 Dec 2012 00:49:35 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJ0nYTV068349; Wed, 19 Dec 2012 00:49:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212190049.qBJ0nYTV068349@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 19 Dec 2012 00:49:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309213 - in head/devel: . deforaos-libsystem X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 00:49:35 -0000 Author: bapt Date: Wed Dec 19 00:49:34 2012 New Revision: 309213 URL: http://svnweb.freebsd.org/changeset/ports/309213 Log: DeforaOS system library PR: ports/172987 Submitted by: Olivier Cochard-Labbe Added: head/devel/deforaos-libsystem/ head/devel/deforaos-libsystem/Makefile (contents, props changed) head/devel/deforaos-libsystem/distinfo (contents, props changed) head/devel/deforaos-libsystem/pkg-descr (contents, props changed) head/devel/deforaos-libsystem/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 19 00:30:32 2012 (r309212) +++ head/devel/Makefile Wed Dec 19 00:49:34 2012 (r309213) @@ -321,6 +321,7 @@ SUBDIR += dcmtk SUBDIR += dconf SUBDIR += ddd + SUBDIR += deforaos-libsystem SUBDIR += deheader SUBDIR += delta SUBDIR += deputy Added: head/devel/deforaos-libsystem/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/deforaos-libsystem/Makefile Wed Dec 19 00:49:34 2012 (r309213) @@ -0,0 +1,23 @@ +# Created by: Olivier Cochard-Labbe +# $FreeBSD$ + +PORTNAME= libsystem +PORTVERSION= 0.1.6 +CATEGORIES= devel +MASTER_SITES= http://www.defora.org/os/download/download/3527/ +DISTNAME= libSystem-${PORTVERSION} +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= DeforaOS core system library + +LICENSE= GPLv3 + +USE_LDCONFIG= yes +USE_PKGCONFIG= build + +post-patch: + ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \ + ${WRKSRC}/data/pkgconfig.sh + +.include Added: head/devel/deforaos-libsystem/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/deforaos-libsystem/distinfo Wed Dec 19 00:49:34 2012 (r309213) @@ -0,0 +1,2 @@ +SHA256 (libSystem-0.1.6.tar.gz) = 6eb4ffa278072c8e1e0aeb5cb27a204af6c35a4d63387d495113d7ca8a8ae69f +SIZE (libSystem-0.1.6.tar.gz) = 44092 Added: head/devel/deforaos-libsystem/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/deforaos-libsystem/pkg-descr Wed Dec 19 00:49:34 2012 (r309213) @@ -0,0 +1,3 @@ +DeforaOS system library + +WWW: http://www.defora.org/ Added: head/devel/deforaos-libsystem/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/deforaos-libsystem/pkg-plist Wed Dec 19 00:49:34 2012 (r309213) @@ -0,0 +1,22 @@ +bin/AppBroker +include/System.h +include/System/appclient.h +include/System/appserver.h +include/System/array.h +include/System/buffer.h +include/System/config.h +include/System/error.h +include/System/event.h +include/System/file.h +include/System/hash.h +include/System/object.h +include/System/parser.h +include/System/plugin.h +include/System/string.h +include/System/token.h +lib/libSystem.a +lib/libSystem.so +lib/libSystem.so.0 +lib/libSystem.so.0.0 +libdata/pkgconfig/libSystem.pc +@dirrm include/System