Bug 160644 - [new port] print/p5-Net-CUPS Interface to the CUPS API
Summary: [new port] print/p5-Net-CUPS Interface to the CUPS API
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-10 23:30 UTC by Veniamin
Modified: 2011-09-13 09:40 UTC (History)
0 users

See Also:


Attachments
file.shar (2.96 KB, text/plain)
2011-09-10 23:30 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2011-09-10 23:30:09 UTC
Previous versions of this module attempted to provide a Perl interface
layer similar to the C interface of CUPS.  This was fine for power users,
but most people were not looking for this type of interface.

This module has now been converted to use an object oriented paradigm
to facilitate quicker development and ease of use.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-10 23:30:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-13 09:26:30 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-09-13 09:38:10 UTC
sunpoet     2011-09-13 08:37:57 UTC

  FreeBSD ports repository

  Modified files:
    print                Makefile 
  Added files:
    print/p5-Net-CUPS    Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Net-CUPS 0.61
  
  Previous versions of this module attempted to provide a Perl interface
  layer similar to the C interface of CUPS.  This was fine for power users,
  but most people were not looking for this type of interface.
  
  This module has now been converted to use an object oriented paradigm
  to facilitate quicker development and ease of use.
  
  WWW: http://search.cpan.org/dist/Net-CUPS/
  
  PR:             ports/160644
  Submitted by:   Veniamin Gvozdikov <g.veniamin@googlemail.com>
  
  Revision  Changes    Path
  1.518     +1 -0      ports/print/Makefile
  1.1       +27 -0     ports/print/p5-Net-CUPS/Makefile (new)
  1.1       +2 -0      ports/print/p5-Net-CUPS/distinfo (new)
  1.1       +8 -0      ports/print/p5-Net-CUPS/pkg-descr (new)
  1.1       +18 -0     ports/print/p5-Net-CUPS/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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-09-13 09:38:14 UTC
State Changed
From-To: open->closed

New port added. Thanks!