ports/56603: New port: deskutils/basket

Markus Brueffer brueffer at phoenix-systems.de
Mon Sep 8 18:40:19 UTC 2003


>Number:         56603
>Category:       ports
>Synopsis:       New port: deskutils/basket
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 08 11:40:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Markus Brueffer
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sethos.phoenix 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #11: Thu Sep 4 16:51:15 CEST 2003 root at sethos.phoenix:/usr/obj/usr/src/sys/SETHOS i386

>Description:
	New port: deskutils/basket

	BasKet is a desktop organization tool. It uses baskets / drawers ("baskets")
	to organize objects, such as text, URLs, images, sounds or other documents.
	Objects in a basket can be edited, copied, moved, dragged, etc.

>How-To-Repeat:
>Fix:

--- basket.shar begins here ---
# 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:
#
#	basket
#	basket/files
#	basket/files/patch-configaction.cpp
#	basket/files/patch-configaction.h
#	basket/pkg-plist
#	basket/pkg-descr
#	basket/distinfo
#	basket/Makefile
#
echo c - basket
mkdir -p basket > /dev/null 2>&1
echo c - basket/files
mkdir -p basket/files > /dev/null 2>&1
echo x - basket/files/patch-configaction.cpp
sed 's/^X//' >basket/files/patch-configaction.cpp << 'END-of-basket/files/patch-configaction.cpp'
X--- basket/configaction.cpp.orig	Mon Sep  8 19:22:28 2003
X+++ basket/configaction.cpp	Mon Sep  8 19:22:55 2003
X@@ -38,16 +38,6 @@
X {
X }
X 
X-int ConfigAction::action()
X-{
X-	return m_action;
X-}
X-
X-QString ConfigAction::runCommand()
X-{
X-	return m_runCommand;
X-}
X-
X void ConfigAction::setAction(int action)
X {
X 	m_action = action;
END-of-basket/files/patch-configaction.cpp
echo x - basket/files/patch-configaction.h
sed 's/^X//' >basket/files/patch-configaction.h << 'END-of-basket/files/patch-configaction.h'
X--- basket/configaction.h.orig	Mon Sep  8 19:21:02 2003
X+++ basket/configaction.h	Mon Sep  8 19:22:16 2003
X@@ -35,8 +35,8 @@
X   public:
X 	ConfigAction(int action = 0, QString runCommand = "");
X 	~ConfigAction();
X-	inline int action();
X-	inline QString runCommand();
X+	inline int action() { return m_action; };
X+	inline QString runCommand() { return m_runCommand; };
X 	inline void setAction(int action);
X 	inline void setRunCommand(QString runCommand);
X   private:
END-of-basket/files/patch-configaction.h
echo x - basket/pkg-plist
sed 's/^X//' >basket/pkg-plist << 'END-of-basket/pkg-plist'
Xbin/basket
Xshare/applnk/Applications/basket.desktop
Xshare/icons/locolor/16x16/apps/basket.png
Xshare/icons/locolor/32x32/apps/basket.png
X at unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
X at unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
X at unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
X at unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
X at unexec rmdir %D/share/icons/locolor 2>/dev/null || true
X at unexec rmdir %D/share/icons 2>/dev/null || true
X at unexec rmdir %D/share/applnk/Applications 2>/dev/null || true
X at unexec rmdir %D/share/applnk 2>/dev/null || true
END-of-basket/pkg-plist
echo x - basket/pkg-descr
sed 's/^X//' >basket/pkg-descr << 'END-of-basket/pkg-descr'
XBasKet is a desktop organization tool. It uses baskets / drawers ("baskets")
Xto organize objects, such as text, URLs, images, sounds or other documents.
XObjects in a basket can be edited, copied, moved, dragged, etc. 
X
XAuthor: Sebastien Laout <sebastien.laout at tuxfamily.org>
XWWW: http://www.sebastien.laout.tuxfamily.org/basket
END-of-basket/pkg-descr
echo x - basket/distinfo
sed 's/^X//' >basket/distinfo << 'END-of-basket/distinfo'
XMD5 (basket-0.3.tar.gz) = 2a72ade0ba1a16c7e7d26a15cbc0cef6
END-of-basket/distinfo
echo x - basket/Makefile
sed 's/^X//' >basket/Makefile << 'END-of-basket/Makefile'
X# New ports collection makefile for:	basket
X# Date created:			Mon Sep  8 19:32:42 CEST 2003
X# Whom:				Markus Brueffer <brueffer at phoenix-systems.de>
X#
X# $FreeBSD$
X
XPORTNAME=		basket
XPORTVERSION=		0.3
XCATEGORIES=		deskutils kde
XMASTER_SITES=		http://www.sebastien.laout.tuxfamily.org/basket/
X
XMAINTAINER=		brueffer at phoenix-systems.de
XCOMMENT=		Desktop organization tool
X
XUSE_KDELIBS_VER=	3
XUSE_GMAKE=		yes
XGNU_CONFIGURE=		yes
XUSE_REINPLACE=		yes
X
XCONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's/-O2//g; s/-lpthread/${PTHREAD_LIBS}/g' \
X		${WRKSRC}/${CONFIGURE_SCRIPT}
X
X.include <bsd.port.mk>
END-of-basket/Makefile
exit
--- basket.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list