mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Add bookmarkbridge, bookmarks synchronizer between different browsers.
PR: ports/61908 Submitted by: Marco Molteni <molter@tin.it>
This commit is contained in:
parent
08beeff6ce
commit
8c0a52c161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99143
@ -38,6 +38,7 @@
|
||||
SUBDIR += bluefish
|
||||
SUBDIR += bluefish-devel
|
||||
SUBDIR += boa
|
||||
SUBDIR += bookmarkbridge
|
||||
SUBDIR += bozohttpd
|
||||
SUBDIR += cadaver
|
||||
SUBDIR += calamaris
|
||||
|
27
www/bookmarkbridge/Makefile
Normal file
27
www/bookmarkbridge/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: bookmarkbridge
|
||||
# Date Created: January 2004
|
||||
# Whom: Marco Molteni <molter@gufi.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= bookmarkbridge
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= /bookmarkbridge
|
||||
|
||||
MAINTAINER= molter@gufi.org
|
||||
COMMENT= Synchronize bookmarks between multiple browsers
|
||||
|
||||
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
|
||||
|
||||
USE_QT_VER= 3
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS=-lcipher
|
||||
CONFIGURE_ARGS= --enable-mt --program-prefix=""
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/bookmarkbridge/distinfo
Normal file
1
www/bookmarkbridge/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (bookmarkbridge-0.70.tar.gz) = 99ce1b6d418e4251d02a67b62ee15b47
|
11
www/bookmarkbridge/files/patch-configure
Normal file
11
www/bookmarkbridge/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.marco.orig Sun Jan 25 21:11:32 2004
|
||||
+++ configure Sun Jan 25 21:12:38 2004
|
||||
@@ -5536,7 +5536,7 @@
|
||||
|
||||
|
||||
|
||||
-CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/include/libxml2"
|
||||
+CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS -I/usr/local/include/libxml2"
|
||||
# Check whether --enable-shared or --disable-shared was given.
|
||||
if test "${enable_shared+set}" = set; then
|
||||
enableval="$enable_shared"
|
10
www/bookmarkbridge/pkg-descr
Normal file
10
www/bookmarkbridge/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
BookmarkBridge synchronizes bookmarks between multiple browsers.
|
||||
|
||||
BookmarkBridge is a small, easy to use, multi-platform, GUI or
|
||||
command-line bookmark manager that allows the user to share/synchronize
|
||||
bookmarks between all his browsers.
|
||||
|
||||
WWW: http://bookmarkbridge.sourceforge.net/
|
||||
|
||||
- Marco
|
||||
molter@gufi.org
|
27
www/bookmarkbridge/pkg-plist
Normal file
27
www/bookmarkbridge/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
bin/bookmarkbridge
|
||||
share/bookmarkbridge/about_bookmarkbridge.html
|
||||
share/bookmarkbridge/bookmarkbridge_settings.html
|
||||
share/bookmarkbridge/bookmarkbridgelogosmall.png
|
||||
share/bookmarkbridge/bookmarkbridges_web_sites.html
|
||||
share/bookmarkbridge/command_line_operation.html
|
||||
share/bookmarkbridge/compiling_bookmarkbridge_from_source.html
|
||||
share/bookmarkbridge/configuration_files.html
|
||||
share/bookmarkbridge/end_user_license_agreement.html
|
||||
share/bookmarkbridge/hacking_bookmarkbridge_source.html
|
||||
share/bookmarkbridge/index.html
|
||||
share/bookmarkbridge/installing_bookmarkbridge.html
|
||||
share/bookmarkbridge/main_screen.png
|
||||
share/bookmarkbridge/merging_your_bookmarks.html
|
||||
share/bookmarkbridge/obtaining_help.html
|
||||
share/bookmarkbridge/online_help.html
|
||||
share/bookmarkbridge/running_bookmarkbridge_for_the_first_time.html
|
||||
share/bookmarkbridge/settings_screen.png
|
||||
share/bookmarkbridge/source_code_roadmap.html
|
||||
share/bookmarkbridge/system_requirements.html
|
||||
share/bookmarkbridge/the_main_window.html
|
||||
share/bookmarkbridge/theory_of_operation.html
|
||||
share/bookmarkbridge/view_bookmarks.png
|
||||
share/bookmarkbridge/viewing_your_bookmarks.html
|
||||
share/bookmarkbridge/where_to_find_bookmarkbridge.html
|
||||
share/bookmarkbridge/why_bookmarkbridge_is_free.html
|
||||
@dirrm share/bookmarkbridge
|
Loading…
x
Reference in New Issue
Block a user