Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jan 2017 18:48:35 +0000 (UTC)
From:      Nikolai Lifanov <lifanov@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432071 - in head/net: . fb
Message-ID:  <201701211848.v0LImZfh076854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Sat Jan 21 18:48:35 2017
New Revision: 432071
URL: https://svnweb.freebsd.org/changeset/ports/432071

Log:
  Add new port: net/fb - client for paste.xinu.at
  
  PR:		211374
  Submitted by:	Greg Fitzgerald <gregf@hugops.pw>
  Reviewed by:	matthew
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D9231

Added:
  head/net/fb/
  head/net/fb/Makefile   (contents, props changed)
  head/net/fb/distinfo   (contents, props changed)
  head/net/fb/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Jan 21 18:46:03 2017	(r432070)
+++ head/net/Makefile	Sat Jan 21 18:48:35 2017	(r432071)
@@ -131,6 +131,7 @@
     SUBDIR += etrace
     SUBDIR += exabgp
     SUBDIR += exaddos
+    SUBDIR += fb
     SUBDIR += findmtu
     SUBDIR += flowgrep
     SUBDIR += fonulator

Added: head/net/fb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fb/Makefile	Sat Jan 21 18:48:35 2017	(r432071)
@@ -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>

Added: head/net/fb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fb/distinfo	Sat Jan 21 18:48:35 2017	(r432071)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1484757087
+SHA256 (fb-2.0.3.tar.gz) = dd318de67c1581e6dfa6b6c84e8c8e995b27d115fed86d81d5579aa9a2358114
+SIZE (fb-2.0.3.tar.gz) = 22684

Added: head/net/fb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/fb/pkg-descr	Sat Jan 21 18:48:35 2017	(r432071)
@@ -0,0 +1,3 @@
+Client for paste.xinu.at
+
+WWW: https://paste.xinu.at



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211848.v0LImZfh076854>