socsvn commit: r256904 - soc2013/mattbw/port

mattbw at FreeBSD.org mattbw at FreeBSD.org
Wed Sep 4 18:26:31 UTC 2013


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 at 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<bsd.port.mk>

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


More information about the svn-soc-all mailing list