From c2bb41d00d0acb85490248ca252f26b928b2508b Mon Sep 17 00:00:00 2001 From: kitoy Date: Thu, 6 Jul 2023 16:04:40 +0200 Subject: [PATCH] Premier commit --- .gitignore | 1 + www/flask-bcrypt/Makefile | 25 +++++++++++++ www/flask-bcrypt/distinfo | 2 ++ www/flask-bcrypt/pkg/DESCR | 2 ++ www/flask-bcrypt/pkg/PLIST | 10 ++++++ www/movim/Makefile | 74 ++++++++++++++++++++++++++++++++++++++ www/movim/distinfo | 2 ++ www/movim/pkg/DESCR | 1 + www/movim/pkg/PLIST | 2 ++ www/movim/pkg/README | 4 +++ 10 files changed, 123 insertions(+) create mode 100644 .gitignore create mode 100644 www/flask-bcrypt/Makefile create mode 100644 www/flask-bcrypt/distinfo create mode 100644 www/flask-bcrypt/pkg/DESCR create mode 100644 www/flask-bcrypt/pkg/PLIST create mode 100644 www/movim/Makefile create mode 100644 www/movim/distinfo create mode 100644 www/movim/pkg/DESCR create mode 100644 www/movim/pkg/PLIST create mode 100644 www/movim/pkg/README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/www/flask-bcrypt/Makefile b/www/flask-bcrypt/Makefile new file mode 100644 index 0000000..c62656b --- /dev/null +++ b/www/flask-bcrypt/Makefile @@ -0,0 +1,25 @@ +COMMENT= Flask extension provides bcrypt hashing utilities. + +MODPY_EGG_VERSION=1.0.1 +DISTNAME= Flask-Bcrypt-${MODPY_EGG_VERSION} +PKGNAME= py-${DISTNAME:L} +CATEGORIES= www + +# BSD +PERMIT_PACKAGE= Yes + +MODULES= lang/python + +MODPY_PI= Yes +MODPY_PYBUILD = setuptools +FLAVORS= python3 +FLAVOR= python3 + +RUN_DEPENDS= www/py-flask${MODPY_FLAVOR} + +# Could also use various unported eggs, Flask-Babel, speaklater +#TEST_DEPENDS= devel/py-nose + +USE_GMAKE= Yes + +.include diff --git a/www/flask-bcrypt/distinfo b/www/flask-bcrypt/distinfo new file mode 100644 index 0000000..78ecd8f --- /dev/null +++ b/www/flask-bcrypt/distinfo @@ -0,0 +1,2 @@ +SHA256 (Flask-Bcrypt-1.0.1.tar.gz) = 8HtmuBFBfqZOsYiuZFWwtwink9lm4agM7sSiO8QqQ2k= +SIZE (Flask-Bcrypt-1.0.1.tar.gz) = 5996 diff --git a/www/flask-bcrypt/pkg/DESCR b/www/flask-bcrypt/pkg/DESCR new file mode 100644 index 0000000..63039e4 --- /dev/null +++ b/www/flask-bcrypt/pkg/DESCR @@ -0,0 +1,2 @@ +Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for your application. +For sensitive data that must be protected, such as passwords, bcrypt is an advisable choice. \ No newline at end of file diff --git a/www/flask-bcrypt/pkg/PLIST b/www/flask-bcrypt/pkg/PLIST new file mode 100644 index 0000000..640f689 --- /dev/null +++ b/www/flask-bcrypt/pkg/PLIST @@ -0,0 +1,10 @@ +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/ +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/LICENSE +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/METADATA +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/RECORD +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/WHEEL +lib/python${MODPY_VERSION}/site-packages/Flask_Bcrypt-${MODPY_EGG_VERSION}.dist-info/top_level.txt +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/ +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}flask_bcrypt.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION} +lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}flask_bcrypt.${MODPY_PYC_MAGIC_TAG}pyc +lib/python${MODPY_VERSION}/site-packages/flask_bcrypt.py diff --git a/www/movim/Makefile b/www/movim/Makefile new file mode 100644 index 0000000..184d757 --- /dev/null +++ b/www/movim/Makefile @@ -0,0 +1,74 @@ +COMMENT = Movim XMMP font-end + +V = 0.21.1 +DISTNAME = movim-$V +PKGNAME= movim-${V} + + +GH_ACCOUNT = movim +GH_PROJECT = movim +GH_TAGNAME = v0.21.1 + +EXTRACT_SUFX = .tar.gz + +CATEGORIES= www + +HOMEPAGE= https://mov.im/ + +MAINTAINER= Kitoy + +# AGPLv3 (GNU Affero Public License) +# jQuery: MIT / GPLv3 +# HTTP: 3 clause BSD +# MDB2: BSD-like +# User: AGPL +# XML/RPC: MIT / PHP +# Silk icons: Creative Commons Attribution +PERMIT_PACKAGE= Yes + + +MODULES= lang/php + +NO_BUILD= Yes +NO_TEST= Yes +PKG_ARCH= * + +WRKDIST= ${WRKDIR}/movim + +PREFIX= ${VARBASE}/www +INSTDIR= ${PREFIX}/movim +TINSTDIR= ${TRUEPREFIX}/movim +VR= ${V:R} +MAJOR= ${VR:R} +SUBST_VARS= INSTDIR TINSTDIR VR MAJOR + +RUN_DEPENDS= www/composer \ + lang/php/${MODPHP_VERSION},-gd \ + ${MODPHP_PDO_DEPENDS} + +# http user authentication +RUN_DEPENDS += lang/php/${MODPHP_VERSION},-curl + +# apps extraction +RUN_DEPENDS += lang/php/${MODPHP_VERSION},-bz2 + +# sorting of non-ASCII characters +RUN_DEPENDS += lang/php/${MODPHP_VERSION},-intl + +# Postgresql module +RUN_DEPENDS += lang/php/${MODPHP_VERSION},-pgsql + +# image processing +RUN_DEPENDS += graphics/pecl-imagick${MODPHP_FLAVOR} + +# image processing +RUN_DEPENDS += www/composer + + +do-install: + cp -Rp ${WRKSRC} ${INSTDIR} + find ${INSTDIR} -name '*.orig' -delete + ${SUBST_DATA} ${.CURDIR}/pkg/README \ + ${WRKINST}${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM} + +.include diff --git a/www/movim/distinfo b/www/movim/distinfo new file mode 100644 index 0000000..432f25b --- /dev/null +++ b/www/movim/distinfo @@ -0,0 +1,2 @@ +SHA256 (movim-0.21.1.tar.gz) = jbt8a7BuhoMo2wsS5rM/9u9pVZbqHQoNfJq8NEM3d94= +SIZE (movim-0.21.1.tar.gz) = 11305732 diff --git a/www/movim/pkg/DESCR b/www/movim/pkg/DESCR new file mode 100644 index 0000000..cb70df8 --- /dev/null +++ b/www/movim/pkg/DESCR @@ -0,0 +1 @@ +A social platform based on XMPP. diff --git a/www/movim/pkg/PLIST b/www/movim/pkg/PLIST new file mode 100644 index 0000000..bf15f38 --- /dev/null +++ b/www/movim/pkg/PLIST @@ -0,0 +1,2 @@ +movim/ +movim/movim/ diff --git a/www/movim/pkg/README b/www/movim/pkg/README new file mode 100644 index 0000000..566b2bd --- /dev/null +++ b/www/movim/pkg/README @@ -0,0 +1,4 @@ +# For finish the movim install +# go to /var/www/movim directory and lauch the command: + +composer install \ No newline at end of file