diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-24 20:14:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-24 20:14:48 +0000 |
commit | 4c1a9d6a1c0d823607cbee48b0cd245d7c3989ca (patch) | |
tree | 9c48aa02b5008070ff8e664303c9c1a2b68f433a /www | |
parent | 0f2b2832837a7bf068f0d0bfc78cb47767f48acc (diff) | |
download | pkgsrc-4c1a9d6a1c0d823607cbee48b0cd245d7c3989ca.tar.gz |
Initial import of bkedit, a bookmark editor.
bkedit 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.
Diffstat (limited to 'www')
-rw-r--r-- | www/bkedit/DESCR | 5 | ||||
-rw-r--r-- | www/bkedit/Makefile | 19 | ||||
-rw-r--r-- | www/bkedit/PLIST | 14 | ||||
-rw-r--r-- | www/bkedit/distinfo | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/www/bkedit/DESCR b/www/bkedit/DESCR new file mode 100644 index 00000000000..7cb848e0d36 --- /dev/null +++ b/www/bkedit/DESCR @@ -0,0 +1,5 @@ +bkedit 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. diff --git a/www/bkedit/Makefile b/www/bkedit/Makefile new file mode 100644 index 00000000000..5edde6f9006 --- /dev/null +++ b/www/bkedit/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 20:14:48 wiz Exp $ +# + +DISTNAME= bk_edit-0.6.21 +PKGNAME= ${DISTNAME:S/_//} +CATEGORIES= www +MASTER_SITES= http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www2.fht-esslingen.de/~clfuit00/sasnt/bk_edit/ +COMMENT= Bookmark manager and editor + +USE_BUILDLINK2= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/bkedit/PLIST b/www/bkedit/PLIST new file mode 100644 index 00000000000..96db23493ce --- /dev/null +++ b/www/bkedit/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/24 20:14:48 wiz Exp $ +bin/bkedit +share/bkedit/all_edit.so +share/bkedit/galeon.so +share/bkedit/html.so +share/bkedit/links2.so +share/bkedit/moz.so +share/bkedit/nn4.so +share/bkedit/opera.so +share/bkedit/opera7.so +share/bkedit/sitebar.so +share/bkedit/wikilinks.so +share/bkedit/xbel.so +@dirrm share/bkedit diff --git a/www/bkedit/distinfo b/www/bkedit/distinfo new file mode 100644 index 00000000000..9d973baeb2e --- /dev/null +++ b/www/bkedit/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/24 20:14:48 wiz Exp $ + +SHA1 (bk_edit-0.6.21.tar.gz) = 38637c05b2080c3e08a0af076e60913b5ba7a5c7 +Size (bk_edit-0.6.21.tar.gz) = 113090 bytes |