Date: Sun, 3 Nov 2002 21:07:17 +0100 From: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> To: gnome@FreeBSD.org Subject: please help me with that... (apotheke) Message-ID: <20021103200717.GE665@martin.kdrache.org>
next in thread | raw e-mail | index | archive | help
--W/nzBZO5zC0uMSeA Content-Type: text/plain; format=flowed; charset=ISO-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit Hello, I tryed to create the port for apotheke, but I can't figure out how I can get all this files to be installed on the right place. I think I have got some dirty things now in my /usr/X11R6 tree, which I should drop out. My port is attached, please, if someone has some time left, look at that... Thanks, Martin --W/nzBZO5zC0uMSeA Content-Type: text/x-sh; charset=us-ascii Content-Disposition: attachment; filename="apotheke.sh" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # apotheke # apotheke/Makefile # apotheke/distinfo # apotheke/pkg-comment # apotheke/pkg-descr # apotheke/pkg-plist # apotheke/files # apotheke/files/patch-aa # echo c - apotheke mkdir -p apotheke > /dev/null 2>&1 echo x - apotheke/Makefile sed 's/^X//' >apotheke/Makefile << 'END-of-apotheke/Makefile' X# New ports collection makefile for: apotheke X# Date created: 3 November 2002 X# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> X# X# $FreeBSD$ X# X XPORTNAME= apotheke XPORTVERSION= 0.2 XCATEGORIES= devel XMASTER_SITES= ftp://ftp.berlios.de/pub/apotheke/ X XMAINTAINER= martin.klaffenboeck@gmx.at X XLIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 X XUSE_GNOMENG= yes XUSE_X_PREFIX= yes XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_LIBTOOL= yes X XCONFIGURE_ARGS+= --prefix=${PREFIX} \ X --sysconfdir=${PREFIX}/etc XCONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} X X.include <bsd.port.mk> END-of-apotheke/Makefile echo x - apotheke/distinfo sed 's/^X//' >apotheke/distinfo << 'END-of-apotheke/distinfo' XMD5 (apotheke-0.2.tar.gz) = 305af33d98fd6b195fa02468f9a8f2a3 END-of-apotheke/distinfo echo x - apotheke/pkg-comment sed 's/^X//' >apotheke/pkg-comment << 'END-of-apotheke/pkg-comment' XA CVS view for Nautilus END-of-apotheke/pkg-comment echo x - apotheke/pkg-descr sed 's/^X//' >apotheke/pkg-descr << 'END-of-apotheke/pkg-descr' XApotheke is a separate Nautilus view, which gives you Xdetailed information about CVS managed directories. X XWWW: http://apotheke.berlios.de/ X- Martin Klaffenboeck <martin.klaffenboeck@gmx.at> END-of-apotheke/pkg-descr echo x - apotheke/pkg-plist sed 's/^X//' >apotheke/pkg-plist << 'END-of-apotheke/pkg-plist' Xbin/apotheke-view Xetc/gconf/gconf.xml.defaults/apps/apotheke/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/apotheke/commit/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/apotheke/diff/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/apotheke/update/%gconf.xml Xetc/gconf/gconf.xml.defaults/apps/apotheke/view/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/apotheke/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/apotheke/commit/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/apotheke/diff/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/apotheke/update/%gconf.xml Xetc/gconf/gconf.xml.defaults/schemas/apps/apotheke/view/%gconf.xml Xlib/bonobo/servers/Apotheke_View.server Xshare/gnome/gnome-2.0/ui/apotheke-view-ui.xml Xshare/pixmaps/apotheke/cvs-directory.png Xshare/pixmaps/apotheke/cvs-file-conflict.png Xshare/pixmaps/apotheke/cvs-file-missing.png Xshare/pixmaps/apotheke/cvs-file-modified.png Xshare/pixmaps/apotheke/cvs-file.png X@dirrm share/pixmaps/apotheke X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/apotheke/view X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/apotheke/update X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/apotheke/diff X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/apotheke/commit X@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/apotheke X@dirrm etc/gconf/gconf.xml.defaults/apps/apotheke/view X@dirrm etc/gconf/gconf.xml.defaults/apps/apotheke/update X@dirrm etc/gconf/gconf.xml.defaults/apps/apotheke/diff X@dirrm etc/gconf/gconf.xml.defaults/apps/apotheke/commit X@dirrm etc/gconf/gconf.xml.defaults/apps/apotheke END-of-apotheke/pkg-plist echo c - apotheke/files mkdir -p apotheke/files > /dev/null 2>&1 echo x - apotheke/files/patch-aa sed 's/^X//' >apotheke/files/patch-aa << 'END-of-apotheke/files/patch-aa' X--- src/Makefile.in.orig Sun Nov 3 20:33:45 2002 X+++ src/Makefile.in Sun Nov 3 20:34:15 2002 X@@ -117,7 +117,7 @@ X gladedir = $(pkgdatadir)/glade X glade_DATA = apotheke.glade X X-uidir = $(datadir)/gnome-2.0/ui X+uidir = $(datadir)/gnome/gnome-2.0/ui X ui_in_files = apotheke-view-ui.xml.in X ui_DATA = $(ui_in_files:.xml.in=.xml) X END-of-apotheke/files/patch-aa exit --W/nzBZO5zC0uMSeA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021103200717.GE665>