Bug 74204

Summary: [ new port ] editors/gphpedit: PHP/HTML/CSS editor for Gnome
Product: Ports & Packages Reporter: Roman Bogorodskiy <bogorodskiy>
Component: Individual Port(s)Assignee: Jeremy Messenger <mezz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
port.gphpedit.new none

Description Roman Bogorodskiy 2004-11-21 15:30:26 UTC
	gphpedit is a PHP/HTML/CSS Development Environment for Gnome.

	http://www.gphpedit.org/
Comment 1 Jeremy Messenger freebsd_committer freebsd_triage 2004-12-18 19:17:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mezz

I'll take this.
Comment 2 Jeremy Messenger freebsd_committer freebsd_triage 2004-12-18 21:57:32 UTC
State Changed
From-To: open->feedback

Hello Roman, 

I have my own old gphpedit port from Feb, but I never want to maintain it so I 
keep it in http://people.freebsd.org/~mezz/shar/gphpedit.shar . Now I saw this 
PR and I figured why not to merge with your port and let you maintain this 
port. Here are what I have done by tweak your port: 

- Improvement on COMMENT and pkg-descr. 
- GNU_CONFIGURE -> USE_LIBTOOL_VER=15. 
- Remove intlhack, because there is no intltool-merge.in. 
- Add -I${LOCALBASE}/include and -L${LOCALBASE}/lib to find stuff 
better and correct. 
- Fix the gphpedit.desktop by remove redhat and hardcore path, now it 
works well in GNOME menu. 
- Fix several hardcore paths of images, plugins and PHP manual. That 
should kill some complains of missing or can't find stuff. 
- Add patch-src::gtkscintilla2::* that was compied from scintilla and 
gtkscintilla ports, but still keep it as static. This should fix for 
like amd64 build, respect CFLAGS/CC, add gthread-2.0 for pthread and 
etc. 

http://people.freebsd.org/~mezz/shar/gphpedit-new.shar 

Let me know what you think of this changes. There are two more issues that 
need to be deal with that I haven't done anything with those yet. 

1) Add php as dependency with WITHOUT_PHP knob. 
2) Add php_doc as dependency with WITHOUT_PHPDOC knob. 

I think, php and php_doc above should be enable by default with WITHOUT_* 
knob. The php is more like should be php-cli. Any thought?
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2004-12-22 07:31:21 UTC
State Changed
From-To: feedback->closed

Committed, thanks!