Bug 148382 - New port: multimedia/p5-Audio-M4P
Summary: New port: multimedia/p5-Audio-M4P
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 17:40 UTC by Christopher Key
Modified: 2010-07-07 16:05 UTC (History)
0 users

See Also:


Attachments
p5-Audio-M4P.sh (2.49 KB, text/plain)
2010-07-05 17:40 UTC, Christopher Key
no flags Details
p5-Audio-M4P-2.sh (2.33 KB, application/x-sh)
2010-07-06 14:43 UTC, Christopher Key
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Key 2010-07-05 17:40:04 UTC
Audio::M4P is a perl library for manipulating metadata in mp4 files.
Comment 1 Ashish SHUKLA freebsd_committer freebsd_triage 2010-07-05 19:04:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

I'll take it.
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2010-07-05 21:52:07 UTC
Hi Christopher,

Could you please fix the following warnings reported by portlint ?

#v+
WARN: /usr/home/abbe/tinderbox/ports/multimedia/p5-Audio-M4P/pkg-descr: includes lines that exceed 80 characters.
WARN: Makefile: COMMENT exceeds 70 characters limit.
WARN: Makefile: "RUN_DEPENDS" has to appear earlier.
WARN: Makefile: do not set RUN_DEPENDS to ${BUILD_DEPENDS}. Instead, explicity list out required RUN_DEPENDS dependencies.
WARN: Makefile: wrong dependency value for RUN_DEPENDS. RUN_DEPENDS requires 2 or 3 colon-separated tuples.
0 fatal errors and 5 warnings found.
#v-

And please use command (shar `find p5-Audio-M4P`) to generate the shar file,
i.e. no need to include the 'multimedia' parent directory.

Thanks
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

âBeware of altruism. It is based on self-deception, the root of all
evil.â (Robert A. Heinlein, 1973)
Comment 3 Christopher Key 2010-07-06 14:43:51 UTC
  Updated patch, portlint clean.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-07 15:43:37 UTC
ashish      2010-07-07 14:43:26 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/p5-Audio-M4P Makefile distinfo pkg-descr pkg-plist 
  Log:
  Slice, dice, deconstruct, markup, and decrypt
  MP4 / M4P / M4V / M4A (Apple Quicktime) audio and video.
  
  WWW:    http://search.cpan.org/dist/Audio-M4P/
  
  PR:             ports/148382
  Submitted by:   Christopher Key <cjk32 at cam.ac.uk>
  Approved by:    pgj (mentor)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.378     +1 -0      ports/multimedia/Makefile
  1.1       +33 -0     ports/multimedia/p5-Audio-M4P/Makefile (new)
  1.1       +3 -0      ports/multimedia/p5-Audio-M4P/distinfo (new)
  1.1       +4 -0      ports/multimedia/p5-Audio-M4P/pkg-descr (new)
  1.1       +10 -0     ports/multimedia/p5-Audio-M4P/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 5 Ashish SHUKLA freebsd_committer freebsd_triage 2010-07-07 16:05:36 UTC
State Changed
From-To: open->closed

New port added. Thanks!