Import of palm-bookmarks-0.2
Transforms Netscape bookmarks tree into a ListDB file. http://www.liacs.nl/~jvhemert/scripts/palm-bookmarks/
This commit is contained in:
parent
df63ea081f
commit
84952ab5b6
27
palm/palm-bookmarks/Makefile
Normal file
27
palm/palm-bookmarks/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/02 06:59:46 pvalchev Exp $
|
||||
|
||||
COMMENT= "bookmarks on your palm"
|
||||
|
||||
DISTNAME= palm-bookmarks-0.2
|
||||
CATEGORIES= palm textproc
|
||||
NEED_VERSION= 1.433
|
||||
|
||||
HOMEPAGE= http://www.liacs.nl/~jvhemert/scripts/palm-bookmarks/
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
NO_BUILD= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/palm-bookmarks.cgi ${PREFIX}/bin/palm-bookmarks
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/palm-bookmarks
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/palm-bookmarks
|
||||
|
||||
.include <bsd.port.mk>
|
3
palm/palm-bookmarks/files/md5
Normal file
3
palm/palm-bookmarks/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (palm-bookmarks-0.2.tar.gz) = a5b5d41374e56404fa050ad178dd178d
|
||||
RMD160 (palm-bookmarks-0.2.tar.gz) = 3fe9dfc608ddc51b9dabf58280f974e3cbf84d6d
|
||||
SHA1 (palm-bookmarks-0.2.tar.gz) = 614f12e8de3ad779e434a3565fc51540b5b93500
|
12
palm/palm-bookmarks/patches/patch-palm-bookmarks_cgi
Normal file
12
palm/palm-bookmarks/patches/patch-palm-bookmarks_cgi
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-palm-bookmarks_cgi,v 1.1.1.1 2001/08/02 06:59:46 pvalchev Exp $
|
||||
--- palm-bookmarks.cgi.orig Tue Mar 27 01:48:01 2001
|
||||
+++ palm-bookmarks.cgi Wed Aug 1 20:24:49 2001
|
||||
@@ -54,7 +54,7 @@ under certain conditions, see the file C
|
||||
For more information read the documentation that comes with the
|
||||
distribution.
|
||||
|
||||
-Usage: palm-bookmarks.cgi bookmarks.html > bookmarks.pdb
|
||||
+Usage: '.$0.' bookmarks.html > bookmarks.pdb
|
||||
|
||||
Alternatively this script can be used through a webserver, see
|
||||
the documentation for details.
|
12
palm/palm-bookmarks/pkg/DESCR
Normal file
12
palm/palm-bookmarks/pkg/DESCR
Normal file
@ -0,0 +1,12 @@
|
||||
Palm-Bookmarks transforms a bookmarks tree into a list of records
|
||||
where each record looks like this: category, name, location,
|
||||
description. The name, location and description are directly
|
||||
copied from Netscape terminology. Each record corresponds to one
|
||||
bookmark. The category is determined by the first list of folders
|
||||
(the ones you see when you click down the bookmarks menu). A
|
||||
record gets as a category the name of the folder from this list
|
||||
it is placed in. This way information is lost as subfolders are
|
||||
ignored. The reason for this is that the program ListDB on the
|
||||
palm support only one level of categorisation.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
4
palm/palm-bookmarks/pkg/PLIST
Normal file
4
palm/palm-bookmarks/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/02 06:59:46 pvalchev Exp $
|
||||
bin/palm-bookmarks
|
||||
share/doc/palm-bookmarks/README
|
||||
@dirrm share/doc/palm-bookmarks
|
Loading…
Reference in New Issue
Block a user