Bug 106273 - [NEW PORT] multimedia/gpac-mp4box MP4 merge
Summary: [NEW PORT] multimedia/gpac-mp4box MP4 merge
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: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-03 17:50 UTC by Pascal Vizeli
Modified: 2007-02-06 12:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.06 KB, text/plain)
2006-12-03 17:50 UTC, Pascal Vizeli
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Vizeli 2006-12-03 17:50:13 UTC
mp4box is a mp4 container merge tool from gpac.

Documentation here:
http://gpac.sourceforge.net/doc_mp4box.php

WWW: http://gpac.sourceforge.net/
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-06 20:39:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

Take.
Comment 2 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-10 16:31:36 UTC
Dear Submitter,

this port is not quite good in some aspects:

- there are lots of blank line in the Makefile and patch-Makefile
- PORTEPOCH should not be used here
- we don't have USE_CONFIGURE, just HAS_CONFIGURE and GNU_CONFIGURE, 
which should only be defined if the port has a configure script
- the dist Makefile can be patched directly instead of removing the old 
one and adding the new one, this makes the port simpler
- PLIST_BIN should be used instead of a pkg-plist file if the port only 
installs few files
- tabs should be used instead of spaces where possible

Could you fix the above issues, please? A good starting point would be 
Porter's Handbook from the FreeBSD website:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html
Also, please check your port with sysutils/portlint before submitting 
it, you can find more information about this in PH as well.

Thanks for your effort to working on this port. I'm looking forward to 
receive a fix from you. :)

Regards,
Gabor
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2006-12-10 16:32:54 UTC
State Changed
From-To: open->feedback

Ask for submitter fix.
Comment 4 Gabor Kovesdan freebsd_committer freebsd_triage 2007-01-04 15:06:50 UTC
State Changed
From-To: feedback->closed

Feedback timeout. If you feel like continue working on this 
new port, please feel free to submit a follow-up to this PR. 

Regards, 
Gabor
Comment 5 Gabor Kovesdan freebsd_committer freebsd_triage 2007-01-23 20:36:21 UTC
State Changed
From-To: closed->open

Feedback received.
Comment 6 Gabor Kovesdan freebsd_committer freebsd_triage 2007-01-23 20:41:20 UTC
State Changed
From-To: open->feedback

The shell archive has been corrupted by your mail client, could you 
resend it in a private mail to me, or (more preferably) upload it 
to somewhere, please? 

Regards, 
Gabor
Comment 7 dfilter service freebsd_committer freebsd_triage 2007-02-06 12:33:49 UTC
gabor       2007-02-06 12:33:43 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/gpac-mp4box Makefile distinfo pkg-descr 
    multimedia/gpac-mp4box/files patch-Makefile 
  Log:
  mp4box is a mp4 container merge tool from gpac.
  
  Documentation here:
  http://gpac.sourceforge.net/doc_mp4box.php
  
  WWW: http://gpac.sourceforge.net/
  
  PR:             ports/106273
  Submitted by:   Pascal Vizeli <pvizeli at yahoo.de>
  Approved by:    erwin (mentor)
  
  Revision  Changes    Path
  1.208     +1 -0      ports/multimedia/Makefile
  1.1       +24 -0     ports/multimedia/gpac-mp4box/Makefile (new)
  1.1       +3 -0      ports/multimedia/gpac-mp4box/distinfo (new)
  1.1       +92 -0     ports/multimedia/gpac-mp4box/files/patch-Makefile (new)
  1.1       +6 -0      ports/multimedia/gpac-mp4box/pkg-descr (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 8 Gabor Kovesdan freebsd_committer freebsd_triage 2007-02-06 12:46:45 UTC
State Changed
From-To: feedback->closed

Port committed with slight modifications, thanks! 
CC, CFLAGS and PREFIX should be respected, this means we should give the opportunity 
to the user to override these. I've modified patch-Makefile to do this. 
FreeBSD 4.X are not suppoted any more, thus we don't have to add BROKEN for <5.X.