From owner-svn-soc-all@FreeBSD.ORG Wed Sep 4 18:26:31 2013 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DE74F992 for ; Wed, 4 Sep 2013 18:26:30 +0000 (UTC) (envelope-from mattbw@FreeBSD.org) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBF842A5E for ; Wed, 4 Sep 2013 18:26:30 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84IQU3q047846 for ; Wed, 4 Sep 2013 18:26:30 GMT (envelope-from mattbw@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.7/8.14.6/Submit) id r84IQUx5047832 for svn-soc-all@FreeBSD.org; Wed, 4 Sep 2013 18:26:30 GMT (envelope-from mattbw@FreeBSD.org) Date: Wed, 4 Sep 2013 18:26:30 GMT Message-Id: <201309041826.r84IQUx5047832@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to mattbw@FreeBSD.org using -f From: mattbw@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r256904 - soc2013/mattbw/port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 18:26:31 -0000 Author: mattbw Date: Wed Sep 4 18:26:30 2013 New Revision: 256904 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=256904 Log: Add (experimental) port. This currently uses a tarball in my university web-space, which is a rather precarious place in which to put it. This will probably change soon. Added: soc2013/mattbw/port/ soc2013/mattbw/port/Makefile soc2013/mattbw/port/distinfo soc2013/mattbw/port/pkg-descr soc2013/mattbw/port/pkg-message soc2013/mattbw/port/pkg-plist Added: soc2013/mattbw/port/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/port/Makefile Wed Sep 4 18:26:30 2013 (r256904) @@ -0,0 +1,19 @@ +# %FREEBSD$ + +PORTNAME= pkgpackagekit +PORTVERSION= 0.1 +CATEGORIES= ports-mgmt +MASTER_SITES= http://www-student.cs.york.ac.uk/~mbw500/ + +MAINTAINER= mattbw@FreeBSD.org +COMMENT= PackageKit backend for pkgng + +LIB_DEPENDS= libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit \ + libpkg.so:${PORTSDIR}/ports-mgmt/pkg + +WRKSRC= ${WRKDIR}/backend + +post-install: + cat pkg-message + +.include Added: soc2013/mattbw/port/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/port/distinfo Wed Sep 4 18:26:30 2013 (r256904) @@ -0,0 +1,2 @@ +SHA256 (pkgpackagekit-0.1.tar.gz) = 85562b2fbd783579a97eddd3616fdf1f511618a85dcf89743f7483d8b06823e1 +SIZE (pkgpackagekit-0.1.tar.gz) = 40960 Added: soc2013/mattbw/port/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/port/pkg-descr Wed Sep 4 18:26:30 2013 (r256904) @@ -0,0 +1,6 @@ +This is an experimental PackageKit backend for pkgng, the FreeBSD next +generation package manager. In conjunction with PackageKit frontends such as +Apper and GPackageKit, it allows for maintenance of the pkgng system inside a +graphical user environment. + +WWW: http://wiki.FreeBSD.org/SummerOfCode2013/pkgPackagekit Added: soc2013/mattbw/port/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/port/pkg-message Wed Sep 4 18:26:30 2013 (r256904) @@ -0,0 +1,11 @@ +In order to enable this backend by default, you will need to change the file +/usr/local/etc/PackageKit/PackageKit.conf, replacing the line: + +< DefaultBackend=ports + +with: + +> DefaultBackend=pkgng + +Otherwise, PackageKit will default to using the ports backend unless you +explicitly launch packagekitd with a different backend. Added: soc2013/mattbw/port/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ soc2013/mattbw/port/pkg-plist Wed Sep 4 18:26:30 2013 (r256904) @@ -0,0 +1 @@ +lib/packagekit-backend/libpk_backend_pkgng.so