pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/apotheke Initial import of apotheke-0.2, via ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48651e3dfd7f
branches:  trunk
changeset: 465410:48651e3dfd7f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Dec 29 14:06:35 2003 +0000

description:
Initial import of apotheke-0.2, via pkgsrc-wip.

Apotheke is a separate Nautilus view, which gives you
detailed information about CVS managed directories.

diffstat:

 sysutils/apotheke/DESCR            |   2 ++
 sysutils/apotheke/Makefile         |  22 ++++++++++++++++++++++
 sysutils/apotheke/PLIST            |  14 ++++++++++++++
 sysutils/apotheke/distinfo         |   5 +++++
 sysutils/apotheke/patches/patch-aa |  13 +++++++++++++
 5 files changed, 56 insertions(+), 0 deletions(-)

diffs (76 lines):

diff -r 8ee52fff3100 -r 48651e3dfd7f sysutils/apotheke/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/apotheke/DESCR   Mon Dec 29 14:06:35 2003 +0000
@@ -0,0 +1,2 @@
+Apotheke is a separate Nautilus view, which gives you
+detailed information about CVS managed directories.
diff -r 8ee52fff3100 -r 48651e3dfd7f sysutils/apotheke/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/apotheke/Makefile        Mon Dec 29 14:06:35 2003 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+#
+
+DISTNAME=      apotheke-0.2
+CATEGORIES=    sysutils gnome
+MASTER_SITES=  ftp://ftp.berlios.de/pub/apotheke/
+
+MAINTAINER=    xtraeme%NetBSD.org@localhost
+HOMEPAGE=      http://apotheke.berlios.de/
+COMMENT=       CVS view for Nautilus
+
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_X11=               yes
+USE_GMAKE=             yes
+
+GCONF2_SCHEMAS+=       apotheke.schemas
+
+.include "../../devel/GConf2/schemas.mk"
+.include "../../sysutils/nautilus/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8ee52fff3100 -r 48651e3dfd7f sysutils/apotheke/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/apotheke/PLIST   Mon Dec 29 14:06:35 2003 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+bin/apotheke-view
+lib/bonobo/servers/Apotheke_View.server
+share/apotheke/glade/apotheke.glade
+share/gnome-2.0/ui/apotheke-view-ui.xml
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/apotheke.mo
+share/pixmaps/apotheke/cvs-directory.png
+share/pixmaps/apotheke/cvs-file-conflict.png
+share/pixmaps/apotheke/cvs-file-missing.png
+share/pixmaps/apotheke/cvs-file-modified.png
+share/pixmaps/apotheke/cvs-file.png
+@dirrm share/pixmaps/apotheke
+@dirrm share/apotheke/glade
+@dirrm share/apotheke
diff -r 8ee52fff3100 -r 48651e3dfd7f sysutils/apotheke/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/apotheke/distinfo        Mon Dec 29 14:06:35 2003 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+
+SHA1 (apotheke-0.2.tar.gz) = 562b4ba352ff37cb78d7d51fd14adb7d091f9b01
+Size (apotheke-0.2.tar.gz) = 124617 bytes
+SHA1 (patch-aa) = 4697d425e7c4d2ebd4de55f92c3ac6de160a292d
diff -r 8ee52fff3100 -r 48651e3dfd7f sysutils/apotheke/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/apotheke/patches/patch-aa        Mon Dec 29 14:06:35 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
+
+--- Makefile.in.orig   2003-08-17 09:03:38.000000000 +0200
++++ Makefile.in        2003-08-17 09:04:19.000000000 +0200
+@@ -105,7 +105,7 @@
+ EXTRA_DIST =          $(schema_DATA)         intltool-extract.in         intltool-merge.in           intltool-update.in
+ 
+ 
+-schemadir = $(sysconfdir)/gconf/schemas
++schemadir = $(datadir)/gconf/schemas
+ schema_DATA = apotheke.schemas
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs



Home | Main Index | Thread Index | Old Index