Bug 136411 - [new port] www/wgetpaste: Paste to several pastebin services via bash script
Summary: [new port] www/wgetpaste: Paste to several pastebin services via bash script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 10:20 UTC by GNATS administrator
Modified: 2009-07-13 23:50 UTC (History)
0 users

See Also:


Attachments
wgetpaste.diff (3.62 KB, patch)
2009-07-07 10:20 UTC, GNATS administrator
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description GNATS administrator freebsd_committer freebsd_triage 2009-07-07 10:20:03 UTC
A Script that automates pasting to a number of pastebin services
relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee)
and wget

WWW: http://wgetpaste.zlin.dk/

How-To-Repeat: $ cd /usr/ports
$ patch -s -p0 -i /path/to/wgetpaste.diff
$ cd www/wgetpaste
$ make install clean
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2009-07-08 04:20:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2009-07-13 23:44:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-13 23:44:35 UTC
pgollucci    2009-07-13 22:44:25 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/wgetpaste        Makefile distinfo pkg-descr pkg-plist 
  Log:
  A Script that automates pasting to a number of pastebin services
  relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee)
  and wget
  
  WWW: http://wgetpaste.zlin.dk/
  
  PR:             ports/136411
  Submitted by:   Anonymous
  
  Revision  Changes    Path
  1.2399    +1 -0      ports/www/Makefile
  1.1       +42 -0     ports/www/wgetpaste/Makefile (new)
  1.1       +9 -0      ports/www/wgetpaste/distinfo (new)
  1.1       +5 -0      ports/www/wgetpaste/pkg-descr (new)
  1.1       +7 -0      ports/www/wgetpaste/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"