# New ports collection makefile for: roundcube # Date created: Oct 21 2005 # Whom: Florent Thoumie # # $FreeBSD$ # PORTNAME= roundcube DISTVERSION= 0.8.1 PORTEPOCH= 1 CATEGORIES?= mail www MASTER_SITES= SF/${PORTNAME}mail/${PORTNAME}mail/${DISTVERSION:U} DISTNAME= ${PORTNAME}mail-${DISTVERSION} MAINTAINER?= ale@FreeBSD.org COMMENT= Fully skinnable XHTML/CSS webmail written in PHP LICENSE= GPLv3 NO_BUILD= yes CONFLICTS= ja-roundcube-[0-9]* RCUBECOMP= .htaccess SQL config index.php installer logs plugins program robots.txt skins temp PORTDOCS= CHANGELOG INSTALL README.md UPGRADING SCRIPTS_ENV= SHAREOWN=${SHAREOWN} SHAREGRP=${SHAREGRP} \ WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} \ WWWDIR=${WWWDIR} WANT_PHP_WEB= yes USE_PHP= pcre mbstring session iconv dom xml json intl IGNORE_WITH_PHP=4 OPTIONS_DEFINE= SSL LDAP GD PSPELL NSC OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE OPTIONS_DEFAULT=MYSQL MYSQL_DESC= Use MySQL backend PGSQL_DESC= Use PostgreSQL backend SQLITE_DESC= Use SQLite backend (needs PHP 5.3 or below) SSL_DESC= Enable SSL support (imaps or google spellcheck) LDAP_DESC= Enable LDAP support (address book) GD_DESC= Enable GD support (image convertion) PSPELL_DESC= Enable PSpell support (internal spellcheck) NSC_DESC= Install network spellchecker .include .if ${PORT_OPTIONS:MMYSQL} USE_PHP+= mysql .endif .if ${PORT_OPTIONS:MPGSQL} USE_PHP+= pgsql .endif .if ${PORT_OPTIONS:MSQLITE} USE_PHP+= sqlite .endif .if ${PORT_OPTIONS:MSSL} USE_PHP+= openssl .endif .if ${PORT_OPTIONS:MLDAP} USE_PHP+= ldap .endif .if ${PORT_OPTIONS:MGD} USE_PHP+= gd .endif .if ${PORT_OPTIONS:MPSPELL} || ${PORT_OPTIONS:MNSC} USE_PHP+= pspell .endif .if ${PORT_OPTIONS:MNSC} RCUBECOMP+= spellchecker.php USE_PHP+= simplexml PLIST_SUB+= SPELLCHECK="" .else PLIST_SUB+= SPELLCHECK="@comment " .endif .if ${PORT_OPTIONS:MNSC} post-extract: @${CP} ${FILESDIR}/spellchecker.php ${WRKSRC} .endif post-patch: @${FIND} ${WRKSRC} -name \*.orig -type f -delete do-install: -${MKDIR} ${WWWDIR} @cd ${WRKSRC} && ${COPYTREE_BIN} bin ${WWWDIR} .for i in ${RCUBECOMP} @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR} .endfor @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/logs ${WWWDIR}/temp .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor .endif @(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -not -type d) | ${SORT} | \ ${SED} -ne 's,^,${WWWDIR_REL}/,p' >> ${TMPPLIST} @(cd ${WRKSRC}; ${FIND} bin ${RCUBECOMP} -type d) | ${SORT} -r | \ ${SED} -ne 's,^,@dirrm ${WWWDIR_REL}/,p' >> ${TMPPLIST} @${ECHO_CMD} '@dirrm ${WWWDIR_REL}' >> ${TMPPLIST} post-install: @${CAT} ${PKGMESSAGE} .include files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sync with shared library version bump of textproc/uim.nobutaka2010-11-272-3/+3
* - Update to 1.6.0.nobutaka2010-11-278-96/+1
* Fix depend on asterisk 1.4.fjoe2010-11-232-2/+2
* - Reset maintainer:beat2010-11-221-1/+1
* Update to 2.1.1.nork2010-11-163-9/+8
* - Mark DEPRECATED: Depends on obsolete port www/mozillabeat2010-11-131-0/+2
* - github is redirecting all these to https nowpgollucci2010-11-113-3/+3
* - Fix build by letting configure come up with it's own value of ${CPP}pav2010-11-081-0/+1
* Update mozc to 0.13.523.102daichi2010-11-0672-274/+165
* KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-041-3/+2
* Update to 20101029.kuriyama2010-11-022-7/+5
* Upgrade to 4.1.0 after repocopy to flex-sdk35.kuriyama2010-11-021-2/+2
* - Upgrade to 0.05.kuriyama2010-10-302-6/+3
* - Upgrade to 0.60.kuriyama2010-10-302-4/+3
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longererwin2010-10-297-7/+7
* Update japanese/ibus-anthy to 1.2.4daichi2010-10-267-14/+14
* - Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta infopgollucci2010-10-203-3/+3
* - Unbreak INDEXgarga2010-10-184-52/+0
* Update to 1.3.2makc2010-10-163-4/+5
* Punt autoconf267->autoconf268ade2010-10-1616-20/+20
* Update ibus-anthy from 1.2.1 to 1.2.2.20101015daichi2010-10-167-66/+49
* Update mozc relative ports from 0.13.481.102 to 0.13.499.102daichi2010-10-1668-152/+148
* Improve handing of LD_LIBRARY_PATH when doing non-standard LOCALBASE builds.kmoore2010-10-161-1/+1
* - Some clean upspgollucci2010-10-102-7/+4
* japanese/p5-jcode.pl is a duplicate port of japanese/jcode.plpgollucci2010-10-105-51/+0
* - Update to 5.2.1 [1]tota2010-10-103-56/+20
* - Update MT (Moveable Type) to 5.0.31 and all language packspgollucci2010-10-081-1/+1
* Fix MASTER_SITES and WWW, update maintainer address.lx2010-10-081-1/+1
* Migration of final set of working ports from automake{19,110} -> 111ade2010-10-074-6/+6
* Round one migration of ports from automake{19,110} to automake111ade2010-10-069-9/+9
* KDE FreeBSD team presents KDE SC 4.5.2.makc2010-10-061-3/+3
* Reduce amount of patch, pointed by Google mozc dev team.daichi2010-10-038-84/+24
* Fix PREFIX/LOCALBASE confusion.hrs2010-10-0119-78/+60
* Update to 419.hrs2010-10-012-6/+6
* Fix typo in WWWehaupt2010-09-291-1/+1
* Add Debug build knob, WITH_DEBUG_CODEdaichi2010-09-274-12/+36
* - Update to 0.48wen2010-09-272-4/+4
* Update mozc to 0.13.481.102daichi2010-09-2572-190/+192
* Migrate from devel/automake15 to devel/automake19ade2010-09-241-1/+1
* Migrate from devel/automake15 to devel/automake14 (legacy)ade2010-09-242-2/+2
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-247-7/+0
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autopgollucci2010-09-242-1/+1
* - Mark MAKE_JOBS_UNSAFE=yespgollucci2010-09-241-0/+2
* - Fix typo from last commitmm2010-09-211-1/+3
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-2/+5
* - Bump PORTREVISIONtota2010-09-201-0/+16
* - Add a new port: japanese/rubygem-jpmobile-terminfotota2010-09-194-0/+31
* - Add a new port: japanese/rubygem-jpmobile-ipaddressestota2010-09-194-0/+28
* Update mozc to 0.13.464.102daichi2010-09-1868-430/+625
* - Update to 0.1.2tota2010-09-182-4/+4
* - Update to 0.47wen2010-09-182-4/+4
* - Update to 0.07wen2010-09-182-4/+4
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-1618-37/+36
* - Remove japanese/tdiary-devel, doesn't make sense to keep -devel porttota2010-09-122-17/+0
* - Update to 0.1.1tota2010-09-102-4/+4
* - Update to 1.0.0pgollucci2010-09-102-4/+4
* audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintainedpgollucci2010-09-0817-280/+0
* - Update to 3.6.2tota2010-09-064-12/+14
* Added some mozc improvements for FreeBSD:daichi2010-09-0512-4/+344
* - Update to 0.1.0tota2010-09-043-7/+5
* Update to 20100831.kuriyama2010-09-042-7/+7
* Update Mozc (Japanese Input Method Editor)daichi2010-09-0486-305/+828
* KDE FreeBSD team presents KDE SC 4.5.1.makc2010-09-032-72/+66
* Update to 9.3.4.hrs2010-08-291-3/+3
* Update KOffice l10n ports to 2.2.2makc2010-08-282-3/+12
* - Update to 2.7.0lwhsu2010-08-252-6/+6
* - Update to 2.8.7.rel1lwhsu2010-08-225-26/+88
* - Update to 2.8.8.dev3lwhsu2010-08-224-18/+67
* Update to 4.2.2. Changes since 4.1.45 can be found at:hrs2010-08-221-2/+1
* - Update to 3.3.1lwhsu2010-08-229-199/+140
* - s|rc.d/canna.sh|rc.d/canna|g in README.FreeBSD file[*].hrs2010-08-225-16/+17
* Update distinfo. The distfiles have been re-rolled for some reason.hrs2010-08-161-3/+3
* Mark as broken on sparc64.linimon2010-08-141-0/+4
* - Rename net/p5-IO-INET6 to net/p5-IO-Socket-INET6.nemoliu2010-08-091-1/+1
* - Update to 0.46amdmi32010-08-053-5/+8
* - Update to 0.0.8lwhsu2010-08-043-5/+7
* - Upgrade to 20100730.kuriyama2010-08-012-11/+8
* Update to 417.hrs2010-08-012-6/+6
* Add japanese/font-migmix, a Japanese TrueType fontset which consists ofhrs2010-08-018-0/+265
* Update to 2.2.4.031 (TESTFLIGHT 031).hrs2010-08-012-7/+7
* - Use $SUB_FILES to dynamically adjust pkg-messagetota2010-07-284-12/+18
* - Add a new port japanese/asterisk16-soundstota2010-07-286-0/+324
* - Update to 0.45sylvio2010-07-273-4/+7
* Update to 20100630.kuriyama2010-07-192-7/+7
* - Update to 0.20009wen2010-07-105-24/+51
* - Update to 3.6.1tota2010-07-064-12/+10
* Refactor localized versions support, prepare for "russian" version.skv2010-07-021-3/+7
* Present KDE SC 4.4.5 for FreeBSD.makc2010-06-302-3/+16
* Add a new port scim-mozc:daichi2010-06-2615-0/+276
* Update to 0.11.383.102daichi2010-06-2613-153/+58
* Add a new port: mozc-tooldaichi2010-06-2612-0/+180
* Add a new port: mozc-serverdaichi2010-06-2612-0/+223
* fix a mtree errordaichi2010-06-262-0/+3
* Add a new port: mozc-additionsdaichi2010-06-265-0/+43
* Fix BROKEN in 9.0-current with new utmpx.motoyuki2010-06-233-4/+111
* Reset jmelo@FreeBSD.org due to many months of inactivity and no responselinimon2010-06-191-1/+1
* - Update KOffice (and its l10n packs) to 2.2.0 releasefluffy2010-06-192-3/+5
* Connect gimp-help portsmakc2010-06-151-0/+1
* Add new ports for GIMP Manual:makc2010-06-151-0/+18
* - add Qt components dependencies to fix build fail reported by QATdaichi2010-06-141-3/+2
* BROKEN should not be quoted.erwin2010-06-132-2/+2
* - update to mozc-0.11.365.102daichi2010-06-1213-86/+137
* - fix a wrong depend: (thanks pgollucci).daichi2010-06-111-4/+4
* - add devel/py-notify to RUN_DEPENDS to get rundaichi2010-06-111-2/+3
* build fix reported by QATdaichi2010-06-111-0/+1
* Chase with ibus shilb change.daichi2010-06-111-2/+2
* Chase with ibus shilb change.daichi2010-06-112-5/+5
* - Mark BROKEN: does not build ('::posix_spawn' has not been declared)pav2010-06-101-0/+2
* - sort the pkg-plits in prep for updatepgollucci2010-06-081-12/+12
* - Convert to RF macropgollucci2010-06-081-1/+1
* - Update to 0.0.7tota2010-06-062-6/+5
* LICENSE GPLv2dinoex2010-06-041-1/+1
* LICENSE GPLv2dinoex2010-06-041-0/+2
* - Introduce a new USE_XZ knob that handles lzma/xz compressed distfilespav2010-06-041-10/+2
* Reset yoichi@FreeBSD since his commit bit was taken in for safekeeping.linimon2010-06-046-6/+6
* Present KDE SC 4.4.4 for FreeBSD.makc2010-06-022-3/+5
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-3116-16/+17
* - drop USE_GNUSTEP_PREFIXdinoex2010-05-302-26/+25
* fix typo failing installdaichi2010-05-301-6/+6
* Update to mozc r28daichi2010-05-2913-108/+144
* Fix build error on clangbsdnork2010-05-291-0/+15
* - Update to 0.44wen2010-05-272-4/+4
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portspgollucci2010-05-271-1/+1
* - Add pkg-plisttota2010-05-2510-62/+582
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-242-2/+2
* Add new port japanese/ibus-mozcdaichi2010-05-2312-0/+286
* - Upgrade to 0.27.kuriyama2010-05-223-4/+10
* The xz utils and lzma library have been imported into base, so makenaddy2010-05-221-3/+10
* Update to 0.47.knu2010-05-212-4/+4
* Encode::JP::Emoji - Emoji encodings and cross-mapping tables in pure Perl.kuriyama2010-05-195-0/+49
* - Chase devel/apr -> devel/apr1 shufflingpgollucci2010-05-181-1/+1
* - Update KOffice to 2.1.2 releasefluffy2010-05-112-4/+3
* - The FreeBSD KDE team is pleased to announce KDE SC 4.4.3 for FreeBSDfluffy2010-05-113-26/+49
* o Add support .xz/.lzma (required xz and lzma commands).nork2010-05-103-9/+28
* o Remove debugging use only code by no longer support #$nork2010-05-102-4/+16
* - Update to 2.6.5miwi2010-05-092-7/+6
* - Mark BROKEN: bad distinfopav2010-05-071-0/+2
* 4/5: Chase devel/apr shlib bumppgollucci2010-05-061-0/+1
* - Update to 0.41sahil2010-05-032-4/+5
* Update to 20100212.ume2010-04-303-5/+8
* Update to TESTFLIGHT-030.hrs2010-04-282-7/+7
* Update to 1.2.1daichi2010-04-279-67/+20
* Update to 20100416.hrs2010-04-252-5/+5
* Update to 414.hrs2010-04-252-5/+8
* Update to TESTFLIGHT-029.hrs2010-04-252-7/+7
* - Renew Bugzilla-ja-3.6-template-rel02.tar.bz2tota2010-04-244-8/+8
* - Update to 3.6 template-rel02tota2010-04-234-10/+10
* - update to 1.7dinoex2010-04-23