diff options
Diffstat (limited to 'net/fb')
-rw-r--r-- | net/fb/Makefile | 30 | ||||
-rw-r--r-- | net/fb/distinfo | 3 | ||||
-rw-r--r-- | net/fb/pkg-descr | 3 |
3 files changed, 36 insertions, 0 deletions
diff --git a/net/fb/Makefile b/net/fb/Makefile new file mode 100644 index 000000000000..9ec41f82c19e --- /dev/null +++ b/net/fb/Makefile @@ -0,0 +1,30 @@ +# Created by: Greg Fitzgerald <gregf@hugops.pw> +# $FreeBSD$ + +PORTNAME= fb +PORTVERSION= 2.0.3 +CATEGORIES= net python +MASTER_SITES= http://paste.xinu.at/data/client/ + +MAINTAINER= gregf@hugops.pw +COMMENT= Client for paste.xinu.at + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyliblzma>0:archivers/py-pyliblzma \ + ${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl \ + ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg + +USES= python shebangfix +NO_ARCH= yes + +SHEBANG_FILES= ${WRKSRC}/fb + +PLIST_FILES= bin/fb man/man1/fb.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + 's|PREFIX=/usr|PREFIX=${LOCALBASE}|g ; \ + s|share/man|man|g' ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/net/fb/distinfo b/net/fb/distinfo new file mode 100644 index 000000000000..b7379ecf5543 --- /dev/null +++ b/net/fb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1484757087 +SHA256 (fb-2.0.3.tar.gz) = dd318de67c1581e6dfa6b6c84e8c8e995b27d115fed86d81d5579aa9a2358114 +SIZE (fb-2.0.3.tar.gz) = 22684 diff --git a/net/fb/pkg-descr b/net/fb/pkg-descr new file mode 100644 index 000000000000..8cd4f6cc6acf --- /dev/null +++ b/net/fb/pkg-descr @@ -0,0 +1,3 @@ +Client for paste.xinu.at + +WWW: https://paste.xinu.at |