Bug 90919 - [NEW PORT] www/p5-WebService-NoPaste: Post to Paste Web Pages
Summary: [NEW PORT] www/p5-WebService-NoPaste: Post to Paste Web Pages
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 11:00 UTC by gslin
Modified: 2005-12-28 21:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-WebService-NoPaste-0.03.shar (5.16 KB, text/plain)
2005-12-26 11:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2005-12-26 11:00:17 UTC
When online chatting it is problematic to paste an entire 300 line
file.  Yes paste?  No.  NoPaste!

Posting to a paste host is preferred.  These servers are just web
forms that accept input from a big text field, and temporarily house
them as web pages.

This script/module is for those who find it tedious to switch to a
web browser, load the page, and then paste.  Why use the mouse when
you can use the keyboard? ;)    When online chatting it is problematic
to paste an entire 300 line file.  Yes paste?  No.  NoPaste!

Posting to a paste host is preferred.  These servers are just web
forms that accept input from a big text field, and temporarily house
them as web pages.

This script/module is for those who find it tedious to switch to a
web browser, load the page, and then paste.  Why use the mouse when
you can use the keyboard? ;)

Author:	Ryan King <rking@panoptic.com>
WWW:	http://search.cpan.org/dist/WebService-NoPaste/

Generated with FreeBSD Port Tools 0.63
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-26 16:02:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Take.
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-26 16:30:23 UTC
It seems you forgot to add nox11patch-lib-WebService-NoPaste.pm to the shar:

===>  Found saved configuration for p5-WebService-NoPaste-0.03
===>  Extracting for p5-WebService-NoPaste-0.03
=> MD5 Checksum OK for WebService-NoPaste-0.03.tar.gz.
=> SHA256 Checksum OK for WebService-NoPaste-0.03.tar.gz.
===>   p5-WebService-NoPaste-0.03 depends on file: /usr/local/bin/perl5.8.7 - found
===>  Patching for p5-WebService-NoPaste-0.03
===>   p5-WebService-NoPaste-0.03 depends on file: /usr/local/bin/perl5.8.7 - found
===>  Applying extra patch /usr/local/space/portstrees/FreeBSD/ports/www/p5-WebService-NoPaste/files/nox11patch-lib-WebService-NoPaste.pm
cannot open /usr/local/space/portstrees/FreeBSD/ports/www/p5-WebService-NoPaste/files/nox11patch-lib-WebService-NoPaste.pm: No such file or directory
*** Error code 2

Stop in /usr/local/space/portstrees/FreeBSD/ports/www/p5-WebService-NoPaste.
*** Error code 1

Stop in /usr/local/space/portstrees/FreeBSD/ports/www/p5-WebService-NoPaste.


-- 
GnuPG key id: 0x55E67774         Download: http://pgp.mit.edu:11371
Key fingerprint: 17B3 FD8F BA68 4AB4 10FD  A9D1 AD52 6588 55E6 7774
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-26 16:30:50 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 4 gslin 2005-12-26 21:52:00 UTC
Hello,

  It's because FreeBSD's sh can't handle long string (in fact, 79 chars)
after '<<', could you modify last part in p5-WebService-NoPaste.shar and
run "sh p5-WebService-NoPaste.shar again" ?

On Mon, Dec 26, 2005 at 05:30:23PM +0100, Emanuel Haupt wrote:
> It seems you forgot to add nox11patch-lib-WebService-NoPaste.pm to the shar:


-- 
* Gea-Suan Lin  (public key: Using https://keyserver.pgp.com/ to search)
* If you cannot convince them, confuse them.           -- Harry S Truman
Comment 5 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-27 10:11:59 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 6 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-27 12:51:50 UTC
Thanks, bash did the job.

Could you please fix the following issues:

- perl modules need 'perl5' as secondary category
- since devel/p5-IO-All requires PERL_LEVEL 500601 please mark
  it accordingly with an IGNORE statement
- re-format pkg-descr (remove chat smilies, double spaces, repetitive
  sentences)
- fix the packing list:

	not present before this port was installed but present after it was
        deinstalled:

	usr/local/bin/nopaste
	usr/local/lib/perl5/5.8.7/man/man3/WebService::NoPaste.3
	usr/local/lib/perl5/site_perl/5.8.7/WebService
	usr/local/lib/perl5/site_perl/5.8.7/WebService/NoPaste.pm.orig

-- 
GnuPG key id: 0x55E67774         Download: http://pgp.mit.edu:11371
Key fingerprint: 17B3 FD8F BA68 4AB4 10FD  A9D1 AD52 6588 55E6 7774
Comment 7 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-27 12:52:46 UTC
State Changed
From-To: open->feedback

Awaiting feedback.
Comment 8 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-27 20:29:40 UTC
State Changed
From-To: feedback->open

Feedback received.
Comment 9 Emanuel Haupt freebsd_committer freebsd_triage 2005-12-28 21:00:07 UTC
State Changed
From-To: open->closed

New port added with a few modifications, thanks!