Page MenuHomeFreeBSD

D9231.diff
No OneTemporary

D9231.diff

Index: head/net/Makefile
===================================================================
--- head/net/Makefile
+++ head/net/Makefile
@@ -131,6 +131,7 @@
SUBDIR += etrace
SUBDIR += exabgp
SUBDIR += exaddos
+ SUBDIR += fb
SUBDIR += findmtu
SUBDIR += flowgrep
SUBDIR += fonulator
Index: head/net/fb/Makefile
===================================================================
--- head/net/fb/Makefile
+++ head/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>
Index: head/net/fb/distinfo
===================================================================
--- head/net/fb/distinfo
+++ head/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
Index: head/net/fb/pkg-descr
===================================================================
--- head/net/fb/pkg-descr
+++ head/net/fb/pkg-descr
@@ -0,0 +1,3 @@
+Client for paste.xinu.at
+
+WWW: https://paste.xinu.at

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 14, 9:27 AM (1 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14628039
Default Alt Text
D9231.diff (1 KB)

Event Timeline