From 8873617acec7685de9d27b51ed0b17b9356016df Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Fri, 31 Aug 2018 22:18:48 +0000 Subject: - Move from www/py-buku to www/buku. The port is written in python but is not a python module/library that needs flavors. - Update to 3.9 --- MOVED | 1 + www/Makefile | 2 +- www/buku/Makefile | 33 +++++++++++++++++++++++++++++++++ www/buku/distinfo | 3 +++ www/buku/pkg-descr | 11 +++++++++++ www/py-buku/Makefile | 34 ---------------------------------- www/py-buku/distinfo | 3 --- www/py-buku/pkg-descr | 11 ----------- 8 files changed, 49 insertions(+), 49 deletions(-) create mode 100644 www/buku/Makefile create mode 100644 www/buku/distinfo create mode 100644 www/buku/pkg-descr delete mode 100644 www/py-buku/Makefile delete mode 100644 www/py-buku/distinfo delete mode 100644 www/py-buku/pkg-descr diff --git a/MOVED b/MOVED index 39505f74fdfb..9f6d09b599ae 100644 --- a/MOVED +++ b/MOVED @@ -10497,3 +10497,4 @@ x11-themes/qt4-style-Kvantum|x11-themes/Kvantum@qt4|2018-08-26|Moved to flavored x11-themes/qt5-style-Kvantum|x11-themes/Kvantum@qt5|2018-08-26|Moved to flavored version devel/gps||2018-08-28|Has expired: Depends on obsolete LLVM 3.8. net-mgmt/ocsinventory-ng|net-mgmt/ocsinventory-server|2018-08-26|split port +www/py-buku|www/buku|2018-09-01|Moved to correct directory, port is not a python library diff --git a/www/Makefile b/www/Makefile index 88b413d7b264..3ae31430fdc7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -55,6 +55,7 @@ SUBDIR += bolt SUBDIR += bookmarkbridge SUBDIR += bozohttpd + SUBDIR += buku SUBDIR += butterfly SUBDIR += c-icap SUBDIR += c-icap-modules @@ -1524,7 +1525,6 @@ SUBDIR += py-bottle SUBDIR += py-bottle-cork SUBDIR += py-branca - SUBDIR += py-buku SUBDIR += py-cachecontrol SUBDIR += py-caldav SUBDIR += py-cheroot diff --git a/www/buku/Makefile b/www/buku/Makefile new file mode 100644 index 000000000000..2f459d4c06fa --- /dev/null +++ b/www/buku/Makefile @@ -0,0 +1,33 @@ +# Created by: Emanuel Haupt +# $FreeBSD$ + +PORTNAME= buku +PORTVERSION= 3.9 +DISTVERSIONPREFIX= v +CATEGORIES= www python + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Powerful command-line bookmark manager + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} + +USES= python:3.4+ +USE_GITHUB= yes +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +GH_ACCOUNT= jarun +GH_PROJECT= Buku + +PLIST_FILES= man/man1/buku.1.gz + +post-install: + ${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +.include diff --git a/www/buku/distinfo b/www/buku/distinfo new file mode 100644 index 000000000000..e6baa9d07ee8 --- /dev/null +++ b/www/buku/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1535752203 +SHA256 (jarun-Buku-v3.9_GH0.tar.gz) = eb756901634f08dc294e511c69021e3c8bc24b34d16209e46e5cd3f6007d42be +SIZE (jarun-Buku-v3.9_GH0.tar.gz) = 205011 diff --git a/www/buku/pkg-descr b/www/buku/pkg-descr new file mode 100644 index 000000000000..669cd36b9912 --- /dev/null +++ b/www/buku/pkg-descr @@ -0,0 +1,11 @@ +Powerful bookmark manager written in Python3 and SQLite3. A flexible cmdline +solution with a private, portable, merge-able database along with browser +integration. + +buku fetches the title of a bookmarked web page and stores it along with any +additional comments and tags. You can use your favourite editor to compose and +update bookmarks. With multiple search options, including regex and a deep scan +mode (particularly for URLs), it can find any bookmark instantly. Multiple +search results can be opened in the browser at once. + +WWW: https://github.com/jarun/Buku diff --git a/www/py-buku/Makefile b/www/py-buku/Makefile deleted file mode 100644 index cf13bfd3ae65..000000000000 --- a/www/py-buku/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Emanuel Haupt -# $FreeBSD$ - -PORTNAME= buku -PORTVERSION= 3.8 -DISTVERSIONPREFIX= v -CATEGORIES= www python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Powerful command-line bookmark manager - -LICENSE= GPLv3 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.0:www/py-beautifulsoup@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>=1.21.1:net/py-urllib3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} - -USES= python:3.4+ -USE_GITHUB= yes -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -GH_ACCOUNT= jarun -GH_PROJECT= Buku - -PLIST_FILES= man/man1/buku.1.gz - -post-install: - ${INSTALL_MAN} ${WRKSRC}/buku.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include diff --git a/www/py-buku/distinfo b/www/py-buku/distinfo deleted file mode 100644 index be8905b0644e..000000000000 --- a/www/py-buku/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1527162554 -SHA256 (jarun-Buku-v3.8_GH0.tar.gz) = bca35fe1b7dbf88ed3af07e0daa4bc0a736d2f85b3103efcb18d542eebb2eebe -SIZE (jarun-Buku-v3.8_GH0.tar.gz) = 147434 diff --git a/www/py-buku/pkg-descr b/www/py-buku/pkg-descr deleted file mode 100644 index 669cd36b9912..000000000000 --- a/www/py-buku/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Powerful bookmark manager written in Python3 and SQLite3. A flexible cmdline -solution with a private, portable, merge-able database along with browser -integration. - -buku fetches the title of a bookmarked web page and stores it along with any -additional comments and tags. You can use your favourite editor to compose and -update bookmarks. With multiple search options, including regex and a deep scan -mode (particularly for URLs), it can find any bookmark instantly. Multiple -search results can be opened in the browser at once. - -WWW: https://github.com/jarun/Buku -- cgit v1.2.3