mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
450c345a8c
commit
262cefb037
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432071
4 changed files with 37 additions and 0 deletions
|
@ -131,6 +131,7 @@
|
||||||
SUBDIR += etrace
|
SUBDIR += etrace
|
||||||
SUBDIR += exabgp
|
SUBDIR += exabgp
|
||||||
SUBDIR += exaddos
|
SUBDIR += exaddos
|
||||||
|
SUBDIR += fb
|
||||||
SUBDIR += findmtu
|
SUBDIR += findmtu
|
||||||
SUBDIR += flowgrep
|
SUBDIR += flowgrep
|
||||||
SUBDIR += fonulator
|
SUBDIR += fonulator
|
||||||
|
|
30
net/fb/Makefile
Normal file
30
net/fb/Makefile
Normal file
|
@ -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>
|
3
net/fb/distinfo
Normal file
3
net/fb/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1484757087
|
||||||
|
SHA256 (fb-2.0.3.tar.gz) = dd318de67c1581e6dfa6b6c84e8c8e995b27d115fed86d81d5579aa9a2358114
|
||||||
|
SIZE (fb-2.0.3.tar.gz) = 22684
|
3
net/fb/pkg-descr
Normal file
3
net/fb/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Client for paste.xinu.at
|
||||||
|
|
||||||
|
WWW: https://paste.xinu.at
|
Loading…
Add table
Reference in a new issue