diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-09-16 09:14:45 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-09-16 09:14:45 +0000 |
commit | 74beb9901ff7a93ff1b8dc2e585c38286a5786c6 (patch) | |
tree | 4086c411954ba99393d96f380d77e166e2b8bd71 /www | |
parent | 82f35e4c8df463d4ea9211e6e340680521f6d704 (diff) | |
download | ports-74beb9901ff7a93ff1b8dc2e585c38286a5786c6.tar.gz ports-74beb9901ff7a93ff1b8dc2e585c38286a5786c6.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 2 | ||||
-rw-r--r-- | www/bookmarkbridge/Makefile | 29 | ||||
-rw-r--r-- | www/bookmarkbridge/distinfo | 2 | ||||
-rw-r--r-- | www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h | 9 | ||||
-rw-r--r-- | www/bookmarkbridge/files/patch-configure.ac | 38 | ||||
-rw-r--r-- | www/bookmarkbridge/pkg-descr | 7 | ||||
-rw-r--r-- | www/bookmarkbridge/pkg-plist | 29 | ||||
-rw-r--r-- | www/hs-hS3/Makefile | 25 | ||||
-rw-r--r-- | www/hs-hS3/distinfo | 3 | ||||
-rw-r--r-- | www/hs-hS3/pkg-descr | 5 |
10 files changed, 0 insertions, 149 deletions
diff --git a/www/Makefile b/www/Makefile index 6c03cbdb72b8..0c7d8b5fea20 100644 --- a/www/Makefile +++ b/www/Makefile @@ -53,7 +53,6 @@ SUBDIR += bluefish SUBDIR += boa SUBDIR += bolt - SUBDIR += bookmarkbridge SUBDIR += bozohttpd SUBDIR += buku SUBDIR += butterfly @@ -260,7 +259,6 @@ SUBDIR += hs-css-text SUBDIR += hs-fastcgi SUBDIR += hs-gitit - SUBDIR += hs-hS3 SUBDIR += hs-happstack SUBDIR += hs-happstack-server SUBDIR += hs-heist diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile deleted file mode 100644 index d8ce9af2abc1..000000000000 --- a/www/bookmarkbridge/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Marco Molteni <molter@gufi.org> -# $FreeBSD$ - -PORTNAME= bookmarkbridge -PORTVERSION= 0.76 -PORTREVISION= 6 -CATEGORIES= www -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Synchronize bookmarks between multiple browsers - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained. Unlikely to work correctly with modern browsers -EXPIRATION_DATE= 2018-09-15 - -USES= autoreconf gmake perl5 pkgconfig qt:4 shebangfix -USE_CXXSTD= gnu++98 -SHEBANG_FILES= bookmarkbridge/docs/autodocs.pl -USE_XORG= x11 ice xext -USE_QT= corelib gui qt3support moc_build rcc_build uic_build -USE_GNOME= libxml2 -GNU_CONFIGURE= yes - -DESKTOP_ENTRIES="BookmarkBridge" "" "" "${PORTNAME}" "Qt;Network;" "" - -.include <bsd.port.mk> diff --git a/www/bookmarkbridge/distinfo b/www/bookmarkbridge/distinfo deleted file mode 100644 index ec395f8e0264..000000000000 --- a/www/bookmarkbridge/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bookmarkbridge-0.76.tar.gz) = c8cda442fee64b3f6a49ba42d289eea08c97ba08d5f4ccd324be87a431b93fc3 -SIZE (bookmarkbridge-0.76.tar.gz) = 309224 diff --git a/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h b/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h deleted file mode 100644 index 3bc3320efdb8..000000000000 --- a/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h +++ /dev/null @@ -1,9 +0,0 @@ ---- bookmarkbridge/bridgecfg.h.orig 2013-12-06 03:29:29.000000000 +0900 -+++ bookmarkbridge/bridgecfg.h 2013-12-06 03:29:46.000000000 +0900 -@@ -31,6 +31,7 @@ - #include "bknode.h" - #include "bkexcept.h" - -+#include <cstdlib> - #include <vector> - #include <qstring.h> diff --git a/www/bookmarkbridge/files/patch-configure.ac b/www/bookmarkbridge/files/patch-configure.ac deleted file mode 100644 index be00b21616ca..000000000000 --- a/www/bookmarkbridge/files/patch-configure.ac +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.ac.orig Thu Mar 30 11:04:26 2006 -+++ configure.ac Wed Dec 26 22:24:30 2007 -@@ -4,7 +4,7 @@ - - AC_PROG_CXX - --PKG_CHECK_MODULES(QT, QtGui >= 4.0.1) -+PKG_CHECK_MODULES(QT, QtCore QtGui >= 4.0.1) - - dnl Check needed because in some cases the QtGui includedir - dnl doesn't contain the subsystems dir -@@ -23,22 +23,11 @@ - AC_CHECK_PROG(RCC, [rcc], [rcc]) - AC_CHECK_PROG(PERL, [perl], [perl]) - --dnl Specify libxml2 include path --AC_ARG_WITH(libxml2-include, -- [ --with-libxml2-include=path -- specify libxml2 include path -- (default is /usr/include/libxml2) ], -- [ libxml_includes="-I$withval" ], -- [ libxml_includes="-I/usr/include/libxml2"]) --CXXFLAGS="$CXXFLAGS $libxml_includes" --AC_SUBST(CXXFLAGS) -+dnl Check for libxml2 -+PKG_CHECK_MODULES(LIBXML2, [libxml-2.0]) - --AC_CHECK_LIB(xml2, xmlNewParserCtxt, [], [ -- "You must have the libxml2 development files installed" -- exit -1 -- ]) -- --QT_CFLAGS="$QT_CFLAGS $libxml_includes -DDATADIR='\"$datadir\"'" -+QT_CFLAGS="$QT_CFLAGS $LIBXML2_CFLAGS -DDATADIR='\"$datadir\"'" -+QT_LIBS="$QT_LIBS $LIBXML2_LIBS" - - AC_SUBST(QT_CFLAGS) - AC_SUBST(QT_LIBS) diff --git a/www/bookmarkbridge/pkg-descr b/www/bookmarkbridge/pkg-descr deleted file mode 100644 index bb43a854c31a..000000000000 --- a/www/bookmarkbridge/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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/ diff --git a/www/bookmarkbridge/pkg-plist b/www/bookmarkbridge/pkg-plist deleted file mode 100644 index 5218b82673b0..000000000000 --- a/www/bookmarkbridge/pkg-plist +++ /dev/null @@ -1,29 +0,0 @@ -bin/bookmarkbridge -%%DATADIR%%/about_bookmarkbridge.html -%%DATADIR%%/autodocs.pl -%%DATADIR%%/bookmarkbridge_settings.html -%%DATADIR%%/bookmarkbridgelogo.png -%%DATADIR%%/bookmarkbridgelogosmall.png -%%DATADIR%%/bookmarkbridges_web_sites.html -%%DATADIR%%/command_line_operation.html -%%DATADIR%%/compiling_bookmarkbridge_from_source.html -%%DATADIR%%/configuration_files.html -%%DATADIR%%/end_user_license_agreement.html -%%DATADIR%%/hacking_bookmarkbridge_source.html -%%DATADIR%%/index.html -%%DATADIR%%/installing_bookmarkbridge.html -%%DATADIR%%/main_screen.png -%%DATADIR%%/merging_your_bookmarks.html -%%DATADIR%%/obtaining_help.html -%%DATADIR%%/online_help.html -%%DATADIR%%/osi-certified-72x60.png -%%DATADIR%%/running_bookmarkbridge_for_the_first_time.html -%%DATADIR%%/settings_screen.png -%%DATADIR%%/source_code_roadmap.html -%%DATADIR%%/system_requirements.html -%%DATADIR%%/the_main_window.html -%%DATADIR%%/theory_of_operation.html -%%DATADIR%%/view_bookmarks.png -%%DATADIR%%/viewing_your_bookmarks.html -%%DATADIR%%/where_to_find_bookmarkbridge.html -%%DATADIR%%/why_bookmarkbridge_is_free.html diff --git a/www/hs-hS3/Makefile b/www/hs-hS3/Makefile deleted file mode 100644 index ee42ff343bf1..000000000000 --- a/www/hs-hS3/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= hS3 -PORTVERSION= 0.5.9 -PORTREVISION= 4 -CATEGORIES= www haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Interface to Amazon's Simple Storage Service (S3) - -LICENSE= BSD3CLAUSE - -DEPRECATED= Not being developed upstream -EXPIRATION_DATE= 2018-09-15 - -USE_CABAL= Crypto>=4.1.0 dataenc HTTP>=4000.0.0 hxt>=9.0.0 \ - MissingH>=0.18.6 network>=2.6 network-uri>=2.6 random \ - regex-compat utf8-string - -EXECUTABLE= hs3 - -FLAGS_ENABLE= network-uri - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/www/hs-hS3/distinfo b/www/hs-hS3/distinfo deleted file mode 100644 index e017b13482db..000000000000 --- a/www/hs-hS3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499625373 -SHA256 (cabal/hS3-0.5.9.tar.gz) = 7ee0ba24b01cdefc02f683aef16d33ac146928ae75a00e566673be12960cc759 -SIZE (cabal/hS3-0.5.9.tar.gz) = 19981 diff --git a/www/hs-hS3/pkg-descr b/www/hs-hS3/pkg-descr deleted file mode 100644 index 97e7acd51b46..000000000000 --- a/www/hs-hS3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the Haskell S3 library. It provides an interface to Amazon's Simple -Storage Service (S3), allowing Haskell developers to reliably store and -retrieve arbitrary amounts of data from anywhere on the Internet. - -WWW: http://gregheartsfield.com/hS3/ |