Bug 122450 - devel/php5-phing redesign
Summary: devel/php5-phing redesign
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-04 18:00 UTC by Brian A. Seklecki
Modified: 2008-08-16 09:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brian A. Seklecki 2008-04-04 18:00:09 UTC
The FreeBSD port of PHING needs to be converted to use ${PORTSDIR}/devel/pear/bsd.pear.mk

I have done some initial conversion, but there are problems infrastructure / design problems.

Fix: 

TBD in the lists.  This ticket is open for tracking & discussion.
How-To-Repeat: * Install PHING from ports.
* Listen to developers complain incessantly.  
* Realize that the line-count of "pear list-files phing" is nearly 50 more 
  than pkg_info(8) -L against the FreeBSD port.
* Realize that the PEAR package is installing some kind of shell-script
  wrapper around /usr/local/bin/phing
* Realize that the Port doesn't register the PEAR package on install
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-04-04 18:00:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Brian A. Seklecki 2008-04-06 23:03:49 UTC
A draft revision of the revised port:
 
http://people.collaborativefusion.com/~seklecki/phing-2.3.0-CFI1.tar

I would note that there is a 20-line file-contents line count.


$ phing -v
Phing version 2.3.0

$ pkg_info -L pear-phing-2.3.0_1|wc -l
     289

v.s.:

$ sudo pear list-files channel://pear.phing.info/phing|wc -l
     309

~BAS

On Fri, 2008-04-04 at 17:00 +0000, FreeBSD-gnats-submit@FreeBSD.org
wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/122450'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=122450
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       devel/php5-phing redesign
> >Arrival-Date:   Fri Apr 04 17:00:09 UTC 2008




IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system.
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2008-08-16 09:11:27 UTC
State Changed
From-To: open->closed

Finally committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-08-16 09:11:45 UTC
kuriyama    2008-08-16 08:10:35 UTC

  FreeBSD ports repository

  Modified files:
    devel/php5-phing     Makefile distinfo 
  Added files:
    devel/php5-phing/files pear-deinstall.in pear-install.in 
  Removed files:
    devel/php5-phing     pkg-plist 
    devel/php5-phing/files patch-phing 
  Log:
  - Redesign whole of this port.
  - Release maintainership.
  
  PR:             ports/122450
  Submitted by:   "Brian A. Seklecki" <bseklecki@collaborativefusion.com>
  Related to:     ports/121791
  
  Revision  Changes    Path
  1.4       +217 -18   ports/devel/php5-phing/Makefile
  1.3       +6 -3      ports/devel/php5-phing/distinfo
  1.2       +0 -11     ports/devel/php5-phing/files/patch-phing (dead)
  1.1       +27 -0     ports/devel/php5-phing/files/pear-deinstall.in (new)
  1.1       +19 -0     ports/devel/php5-phing/files/pear-install.in (new)
  1.3       +0 -302    ports/devel/php5-phing/pkg-plist (dead)
_______________________________________________
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"