You are not logged in.

#1 2005-01-08 19:10:08

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

[NEW] phpeclipse : plugin for eclipse

Here is PKGBUILD for phpeclipse :

#Contributor: Benoît Chesneau <benoitc@archlinuxfr.org>
pkgdesc="Eclipse PHP IDE"
url="http://www.phpeclipse.de/"
license="CPL"
depends=('eclipse')
source=(http://ovh.dl.sourceforge.net/sourceforge/phpeclipse/PHPEclipse1.1.2-2004-12-04.zip)
md5sums=('df9d4854ba0f8a09a692faa7d63bf04d')

build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/opt/eclipse
  cp -R features $startdir/pkg/opt/eclipse
  cp -R plugins $startdir/pkg/opt/eclipse
}

Offline

#2 2005-01-08 19:47:32

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: [NEW] phpeclipse : plugin for eclipse

last time I tried phpeclipse, it was VERY much beta. How is it these days?


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#3 2005-01-09 03:47:23

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [NEW] phpeclipse : plugin for eclipse

Your package wasn't entirely complete - I was forced to modify it some, to make it work.
Here's my version:

#Contributor: Benoît Chesneau <benoitc@archlinuxfr.org> 
pkgname=phpeclipse
pkgver=1.1.2
pkgrel=1
pkgdesc="Eclipse PHP IDE" 
url="http://www.phpeclipse.de/" 
license="CPL" 
depends=('eclipse') 
source=(http://ovh.dl.sourceforge.net/sourceforge/phpeclipse/PHPEclipse1.1.2-2004-12-04.zip) 
md5sums=('df9d4854ba0f8a09a692faa7d63bf04d') 

build() { 
  cd $startdir/src/ 
  mkdir -p $startdir/pkg/opt/eclipse 
  cp -R features $startdir/pkg/opt/eclipse 
  cp -R plugins $startdir/pkg/opt/eclipse 
}

To err is human... to really foul up requires the root password.

Offline

#4 2005-01-10 16:04:05

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: [NEW] phpeclipse : plugin for eclipse

oscar wrote:

Your package wasn't entirely complete - I was forced to modify it some, to make it work.

Yes sorry for this. Bad copy/paste.

Offline

#5 2005-01-10 16:04:42

benoitc
Member
Registered: 2004-11-11
Posts: 62
Website

Re: [NEW] phpeclipse : plugin for eclipse

cactus wrote:

last time I tried phpeclipse, it was VERY much beta. How is it these days?

I use it daily and it works like a charm smile

Offline

#6 2005-01-13 17:23:09

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [NEW] phpeclipse : plugin for eclipse

#Contributor: Benoît Chesneau <benoitc@archlinuxfr.org>
pkgname=phpeclipse
pkgver=1.1.2
pkgrel=1
pkgdesc="Eclipse PHP IDE"
url="http://www.phpeclipse.de/"
license="CPL"
depends=('eclipse')
makedepends=('unzip')
source=(http://ovh.dl.sourceforge.net/sourceforge/phpeclipse/PHPEclipse1.1.2-2004-12-04.zip)
md5sums=('df9d4854ba0f8a09a692faa7d63bf04d')

build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/opt/eclipse
  cp -R features $startdir/pkg/opt/eclipse
  cp -R plugins $startdir/pkg/opt/eclipse
}

You need unzip to unpack the files, so I added unzip to the dependencies smile


To err is human... to really foul up requires the root password.

Offline

#7 2005-03-04 17:39:00

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [NEW] phpeclipse : plugin for eclipse

pkgname=phpeclipse
pkgver=1.1.3
pkgrel=1
pkgdesc="Eclipse PHP IDE"
url="http://www.phpeclipse.de/"
license="CPL"
depends=('eclipse')
makedepends=('unzip')
source=(http://belnet.dl.sourceforge.net/sourceforge/phpeclipse/PHPEclipse1.1.3-2005-01-29.zip)
md5sums=('a73cbf6c0862de5caf90d848b3f58302')
build() {
  cd $startdir/src/
  mkdir -p $startdir/pkg/opt/eclipse
  cp -R features $startdir/pkg/opt/eclipse
  cp -R plugins $startdir/pkg/opt/eclipse
}

Latest version.
Have fun!


To err is human... to really foul up requires the root password.

Offline

#8 2005-03-04 21:52:57

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: [NEW] phpeclipse : plugin for eclipse

cactus wrote:

last time I tried phpeclipse, it was VERY much beta. How is it these days?

beta? I don't know when this came out exactly, but I swore I was using "phpeclipse" on a Winbox sometime last year, around February.  It worked great then.  Maybe I'm confusing that with just "eclipse" and another "php" plugin.  Whatever it was, it worked like a charm with Microsoft SQL Server 2000.

Offline

#9 2005-03-04 22:47:15

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [NEW] phpeclipse : plugin for eclipse

skoal wrote:

beta? I don't know when this came out exactly, but I swore I was using "phpeclipse" on a Winbox sometime last year, around February.  It worked great then.  Maybe I'm confusing that with just "eclipse" and another "php" plugin.  Whatever it was, it worked like a charm with Microsoft SQL Server 2000.

ROFL!

Come now have you ever looked at the versioning of xcdroast? It has be alpha for, hmmmm how long have i been using linux now hmm, years.


AKA uknowme

I am not your friend

Offline

#10 2005-03-04 23:01:43

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: [NEW] phpeclipse : plugin for eclipse

sarah31 wrote:

Come now have you ever looked at the versioning of xcdroast? It has be alpha for, hmmmm how long have i been using linux now hmm, years.

touche again...

Offline

#11 2005-03-04 23:20:09

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: [NEW] phpeclipse : plugin for eclipse

Have you guys ever used wine?
It's been alpha for the latest...13 years?


To err is human... to really foul up requires the root password.

Offline

Board footer

Powered by FluxBB