Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20933 - bk_edit-0.6.15.ebuild (New package) This is cross-browser bookmark organizer that I like
Summary: bk_edit-0.6.15.ebuild (New package) This is cross-browser bookmark organizer ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: EBUILD
: 45536 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-13 10:01 UTC by Serhij S. Stasyuk
Modified: 2006-10-23 00:05 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (bk_edit.tar.bz2,1.29 KB, application/x-bzip2)
2003-05-13 10:03 UTC, Serhij S. Stasyuk
Details
BK_Edit 0.6.17 (bk_edit-0.6.17.tar.gz,1.21 KB, application/unix-tar)
2003-05-19 18:13 UTC, Gonzo Nimmersatt
Details
Ebuild for bk_edit-0.6.18 (bk_edit-0.6.18.tar.bz2,1.59 KB, application/unix-tar)
2003-05-26 13:03 UTC, Serhij S. Stasyuk
Details
Corrected 0.6.23 ebuild. (bk_edit-0.6.23.ebuild.Z,967 bytes, application/octet-stream)
2004-02-25 11:11 UTC, Michael Labhard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Serhij S. Stasyuk 2003-05-13 10:01:13 UTC
Hi!
bk_edit is simple but powerfull bookmark organizer. This is info from README:

bk_edit is an easy to use bookmark manager and editor. The program can read,
write, edit, create, manage and convert the bookmarks of the most popular
browsers. There is also a simple Drag & Drop interface for adding new bookmarks
from a running browser in a very comfortable way. At the moment there are
plugins for the browsers listed below.
                                                                               
                     * Opera 6, 7 (http://www.opera.com/)
     * Mozilla 1.0, 1.1, 1.2, 1.3 (http://www.mozilla.org/)
     * Galeon 1.2.5/XBEL[1] (http://galeon.sourceforge.net/)
     * Netscape Navigator 6+ (http://www.netscape.com/download/)
     * Netscape Navigator 4+ (http://www.netscape.com/download/)
     * Netscape Navigator 3+ (ftp://archive.netscape.com/archive/)
     * Phoenix 0.5+ (http://www.mozilla.org/projects/phoenix/, D&D)
     * Konqueror 3+ (http://www.konqueror.org/, D&D)
                                                                               
                
I suggest net-www/bk_edit.

Stas

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Serhij S. Stasyuk 2003-05-13 10:03:34 UTC
Created attachment 11901 [details]
ebuild
Comment 2 Gonzo Nimmersatt 2003-05-19 18:13:26 UTC
Created attachment 12178 [details]
BK_Edit 0.6.17

it seems you forgot to include a part of the url in the ebuild - i've included
the path and changed to the more recent version 0.6.17
Comment 3 Serhij S. Stasyuk 2003-05-26 13:03:13 UTC
Created attachment 12422 [details]
Ebuild for bk_edit-0.6.18
Comment 4 Laurent Maestracci 2003-11-13 09:56:54 UTC
just bump the version to 0.6.21 and you have the latest version !
Comment 5 Michael Labhard 2004-02-10 15:50:57 UTC
New ebuild for version 0.6.23.  No patch file required.  Patch done by the script:

# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: M Labhard<m.labhard@comcast.net>
# $Header:$

# This ebuild was generated by Ebuilder v0.4.

S="${WORKDIR}/${P}"
DESCRIPTION="bk_edit is an easy to use bookmark manager and editor."
SRC_URI="http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/${P}.tar.gz"
HOMEPAGE="http://www2.fht-esslingen.de/~clfuit00/sasnt/bk_edit/"
LICENSE="GPL-2"
DEPEND=">=sys-devel/flex-2.5.4a-r5
        >=sys-devel/bison
        >=x11-libs/gtk+-2.2.4-r1
        >=dev-libs/libxml2-2.6.3"
KEYWORDS="x86"

src_unpack() {
        unpack "${P}.tar.gz"
        cd "${S}"
}

src_compile() {
        econf

        echo "Modifying the Makefile to avoid absolute paths to /usr/{bin,share}."
        sed -e 's/^\(.*\$(INSTALL).*\)\/usr\/bin\(.*\)$/\1usr\/bin\2/g' \
                -e 's/^\(.*\$(INSTALL).*\)\/usr\/share\(.*\)$/\1usr\/share\2/' \
                src/Makefile > src/Makefile.new
        mv src/Makefile src/Makefile.old
        mv src/Makefile.new src/Makefile

        emake || die
}

src_install () {
        make DESTDIR=${D} install || die
        dodoc ChangeLog COPYING INSTALL README
}

pkg_config() {
        echo "Performing configuration routines for ${P}."
}
Comment 6 Michael Labhard 2004-02-25 11:11:17 UTC
Created attachment 26336 [details]
Corrected 0.6.23 ebuild.
Comment 7 Chris White (RETIRED) gentoo-dev 2004-10-31 09:01:57 UTC
Phew, there we go.  Now in cvs :).
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2006-10-23 00:05:14 UTC
*** Bug 45536 has been marked as a duplicate of this bug. ***