Bug 211374 - [new port] net/fb: client for paste.xinu.at
Summary: [new port] net/fb: client for paste.xinu.at
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 01:55 UTC by Greg Fitzgerald
Modified: 2017-01-21 18:52 UTC (History)
1 user (show)

See Also:


Attachments
Client for paste.xinu.at (1.65 KB, text/plain)
2016-07-26 01:55 UTC, Greg Fitzgerald
no flags Details
updated shar (1.17 KB, text/plain)
2017-01-18 16:35 UTC, Nikolai Lifanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!