Bug 211374

Summary: [new port] net/fb: client for paste.xinu.at
Product: Ports & Packages Reporter: Greg Fitzgerald <gregf>
Component: Individual Port(s)Assignee: Nikolai Lifanov <lifanov>
Status: Closed FIXED    
Severity: Affects Only Me CC: lifanov
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Client for paste.xinu.at
none
updated shar none

Description Greg Fitzgerald 2016-07-26 01:55:08 UTC
Created attachment 172981 [details]
Client for paste.xinu.at

New port: net/fb Client for paste.xinu.at
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-18 16:32:15 UTC
I made just a few minor changes:

1) fix RUN_DEPENDS (curl -> pycurl)
2) replace spaces after = with tabs (required)
3) fix shebang on "fb", which shebangfix only did for fb.py
4) un-hardcode "/usr/local" with "LOCALBASE"
5) roll pkg-plist into PLIST_FILES, which is recommended if it has <6 entries
6) added python to CATEGORIES
7) updated the submission to 2.0.3, which is the latest at the time of writing

Please let me know if this version is OK.
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-18 16:34:11 UTC
Also, fix spelling of PREFIX for pycurl
Comment 3 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-18 16:35:15 UTC
Created attachment 179039 [details]
updated shar
Comment 4 commit-hook freebsd_committer freebsd_triage 2017-01-21 18:48:48 UTC
A commit references this bug:

Author: lifanov
Date: Sat Jan 21 18:48:35 UTC 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

Changes:
  head/net/Makefile
  head/net/fb/
  head/net/fb/Makefile
  head/net/fb/distinfo
  head/net/fb/pkg-descr
Comment 5 Nikolai Lifanov freebsd_committer freebsd_triage 2017-01-21 18:52:47 UTC
Committed with changes, thanks!