mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.1.8.
- Assign maintainership to submitter. PR: 95399 Submitted by: Dominic Fandrey <lon_kamikaze@gmx.de> Approved by: arved (mentor) maintainer timeout (>3 months)
This commit is contained in:
parent
1a1040c4cb
commit
3112fe0e98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170466
4 changed files with 642 additions and 1415 deletions
|
@ -6,15 +6,19 @@
|
|||
#
|
||||
|
||||
PORTNAME= phpeclipse
|
||||
PORTVERSION= 1.1.4
|
||||
PORTVERSION= 1.1.8
|
||||
CATEGORIES= java editors devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= PHPeclipse-${PORTVERSION}-features
|
||||
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}.bin.dist
|
||||
|
||||
MAINTAINER= rtdean@cytherianage.net
|
||||
MAINTAINER= lon_kamikaze@gmx.de
|
||||
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
||||
PLUGIN_PATHS= features plugins
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -23,16 +27,28 @@ NO_WRKSUBDIR= yes
|
|||
|
||||
ECLIPSE= ${PREFIX}/eclipse
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \
|
||||
QVER=com.quantum.Quantum_2.4.5 TEAMVER=3.0.0 \
|
||||
OTS=org.tigris.subversion OTSVER=0.9.30 UIVER=1.1.2 \
|
||||
TIDYVER=1.2.1 HTMLVER=1.1.3 UNITVER=phpunit_1.0.0
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${ECLIPSE}/features
|
||||
@${MKDIR} ${ECLIPSE}/plugins
|
||||
@${CP} -r ${WRKSRC}/eclipse/features/* ${ECLIPSE}/features
|
||||
@${CP} -r ${WRKSRC}/eclipse/plugins/* ${ECLIPSE}/plugins
|
||||
.for _path in ${PLUGIN_PATHS}
|
||||
@${MKDIR} ${ECLIPSE}/${_path}
|
||||
@${CP} -r ${WRKSRC}/${_path}/* ${ECLIPSE}/${_path}/
|
||||
.endfor
|
||||
|
||||
plist: patch
|
||||
@${ECHO} "===> Rebuilding PLIST."
|
||||
@${TOUCH} ${PLIST}
|
||||
@${RM} ${PLIST}
|
||||
.for _path in ${PLUGIN_PATHS}
|
||||
@${FIND} ${WRKSRC}/${_path}/ -type f \
|
||||
| ${SED} "s|${WRKSRC}|eclipse|1" \
|
||||
| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
|
||||
>> ${PLIST}
|
||||
@${FIND} -d ${WRKSRC}/${_path}/ -mindepth 1 -type d \
|
||||
| ${SED} "s|${WRKSRC}|@dirrm eclipse|1" \
|
||||
| ${SED} "s|${PORTVERSION}|%%VER%%|g" \
|
||||
>> ${PLIST}
|
||||
@${ECHO} "@dirrmtry eclipse/${_path}" >> ${PLIST}
|
||||
.endfor
|
||||
@${ECHO} "@dirrmtry eclipse" >> ${PLIST}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (PHPeclipse-1.1.4-features.zip) = 9fd1b3758e815095f44663b752f34838
|
||||
SHA256 (PHPeclipse-1.1.4-features.zip) = b6d09ea2e245c91e4e28ff9ca2e18a9a03341d6a4c062dfd37d54719e6747b3a
|
||||
SIZE (PHPeclipse-1.1.4-features.zip) = 22060927
|
||||
MD5 (net.sourceforge.phpeclipse_1.1.8.bin.dist.zip) = 75a49aa19b3f1c22131a69ffa172a1ed
|
||||
SHA256 (net.sourceforge.phpeclipse_1.1.8.bin.dist.zip) = 28f1b4770f5ab7078fb00f73f370b3a1de03f2bbe47e6afef04c764296fda159
|
||||
SIZE (net.sourceforge.phpeclipse_1.1.8.bin.dist.zip) = 9700339
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
Eclipse 3.x caches all plugin.xml files into a single repository for quicker
|
||||
loading.
|
||||
|
||||
If you used eclipse before installing PHPeclipse, you should start eclipse
|
||||
once with the -clean option. This -clean forces Eclipse to rebuild that
|
||||
repository.
|
||||
|
||||
Please delete your old project.index files and run menu Project->Clean for
|
||||
all projects to create the new project.index files.
|
||||
------------------------------------------------------------------------------
|
||||
If you are experiencing problems while saving files or opening HTML files
|
||||
please select
|
||||
"Window->Preferences->PHPeclipse Web Development->Browser Preview Defaults"
|
||||
and uncheck all checkboxes.
|
||||
------------------------------------------------------------------------------
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue