# New ports collection makefile for: moodle # Date created: 30 September 2005 # Whom: Javier Martin Rueda # # $FreeBSD$ # PORTNAME= moodle PORTVERSION= 1.5.4 CATEGORIES= www MASTER_SITES= http://download.moodle.org/stable15/ EXTRACT_SUFX= .tgz MAINTAINER= jmrueda@diatel.upm.es COMMENT= Course management system based on social constructionism USE_PHP= session gd pcre WRKSRC= ${WRKDIR}/moodle .if defined(WITH_MYSQL) USE_PHP+= mysql .endif .if defined(WITH_PGSQL) USE_PHP+= pgsql .endif .if defined(WITH_LDAP) USE_PHP+= ldap .endif .include NO_BUILD= yes PLIST= ${WRKDIR}/plist SUB_FILES= pkg-message SUB_LIST= MOODLEDIR=${MOODLEDIR} \ MOODLEDATADIR=${MOODLEDATADIR} MOODLEDIR?= www/moodle MOODLEDATADIR?= www/moodledata pre-everything:: @${ECHO_CMD} "===> You can use the following options:" @${ECHO_CMD} "" @${ECHO_CMD} "o WITH_MYSQL - Use a MySQL database" @${ECHO_CMD} "o WITH_PGSQL - Use a pgSQL database" @${ECHO_CMD} "o WITH_LDAP - Ensure your PHP has ldap extension" @${ECHO_CMD} "" pre-install: @${FIND} -s -d ${WRKSRC} -type f | ${SED} "s?${WRKSRC}?${MOODLEDIR}?g" >${PLIST} @${FIND} -s -d ${WRKSRC} -type d | ${SED} "s?${WRKSRC}?@dirrm ${MOODLEDIR}?g" >> ${PLIST} @${ECHO} @dirrm ${MOODLEDATADIR} >> ${PLIST} do-install: ${INSTALL_DATA} -d ${PREFIX}/${MOODLEDIR} ${CP} -Rn ${WRKSRC}/* ${PREFIX}/${MOODLEDIR} ${FIND} ${PREFIX}/${MOODLEDIR} -type d -exec ${CHMOD} a+x {} \; ${MKDIR} ${PREFIX}/${MOODLEDATADIR} ${CHOWN} www ${PREFIX}/${MOODLEDATADIR} ${CHMOD} 755 ${PREFIX}/${MOODLEDATADIR} post-install: @${CAT} ${PKGMESSAGE} .include arn/devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/rsync
Commit message (Expand)AuthorAgeFilesLines
* - update to version 2.6.0eik2004-01-202-4/+4
* Security update to rsync 2.5.7. This fixes a remotely-exploitablekris2003-12-042-3/+2
* - add rc.subr(8) start/stop scripteik2003-11-175-33/+77
* Reset maintainer to ports@ since rsync is not written in Haskell ;o)obraun2003-05-111-1/+1
* Bump PORTREVISION due to my last commit.obraun2003-03-041-0/+1
* * Add rsyncd.conf.sample and rsyncd.sh.sample.obraun2003-03-045-4/+241
* De-pkg-comment and make portlint a little bit happier.obraun2003-02-182-1/+1
* Aaaaarrgggg, I have destroyed the Makefile just between testing and the commit.obraun2003-01-291-1/+1
* Upgrade to 2.5.6.obraun2003-01-297-62/+16
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-1/+1
* Use PORTCOMMENT variable instead of pkg-comment file.obraun2002-11-062-1/+1
* * Add knob WITH_POPT_PORT to build rsync with devel/popt.obraun2002-08-311-2/+15
* Change MAINTAINER to my FreeBSD address.obraun2002-08-211-1/+1
* Dont remove .bak filespat2002-06-201-2/+0
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
* Remove perl dependencypat2002-06-191-1/+0
* fix REINPLACE_CMD last commitijliao2002-06-171-0/+2
* Replace ${PERL} with ${REINPLACE_CMD}.ijliao2002-06-141-3/+3
* Needs perl to build.obrien2002-05-171-0/+1
* Use popt in portsdwcjr2002-04-271-0/+4
* Revoke previous changes to fix -z (compress) option in favor of a GCCanders2002-04-222-5/+21
* Make port set -O2 in CFLAGS. Necessary for -z (compress) option to workanders2002-04-211-1/+6
* Remove #include <malloc.h>pat2002-04-041-0/+2
* Update to 2.5.5 and give maintainership to Oliver Braun (the submitter).roam2002-04-022-3/+3
* Upgrade to version 2.5.4.obrien2002-03-152-4/+4
* This vendor security fix, was part of 2.5.3 and later.obrien2002-03-151-27/+0
* Rsync has updated its copy of zlib from 1.1.2 to 1.1.4, so we don't needobrien2002-03-151-1276/+0
* Add vendor patch to correctly drop group privileges when changing uid.obrien2002-02-222-1/+28
* Update to 2.5.2obrien2002-01-263-318/+3
* Fix a signedness security vunerability discovered by Todd@openbsd.org whereobrien2002-01-242-0/+316
* Update to 2.5.1.sobomax2002-01-212-3/+2
* Add "--disable-debug" to $CONFIGURE_ARGS to avoid unwanted warning messages.kuriyama2001-12-251-3/+3
* Upgrade to 2.5.0.obrien2001-12-044-21/+4
* Spell rsync correctly.steve2001-12-031-1/+1
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-05-201-0/+1276
* Upgrade the bundled zlib from 1.1.2 to 1.1.3. This should fix the hangingobrien2001-05-201-1/+1
* Numerically note the rsync w/ssh as rsh problem was fixed.obrien2001-04-101-1/+1
* rsync sometimes freezes during execution if it is run over ssh.obrien2001-04-082-4/+12
* Change the default remote protocol from RSH to SSH.obrien2001-03-086-0/+58
* Put back my editor hints that were removed w/o permission.obrien2001-02-071-0/+1
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-4/+3
* Add a missing \obrien2001-01-101-1/+1
* Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-3/+2
* Remove Y2k. Satoshi said it wasn't needed any more.obrien2000-12-221-2/+0
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
* Enable IPv6 supporting.sumikawa2000-09-142-1/+2
* Update to 2.4.6.obrien2000-09-092-4/+3
* use latest IPv6 patch.sumikawa2000-09-012-2/+2
* Enable IPv6 patch.sumikawa2000-08-262-1/+2
* Uprade to version 2.4.5.obrien2000-08-262-3/+2
* Upgrade to version 2.4.4.obrien2000-08-092-3/+3
* Re-enable IPv6 supporting.sumikawa2000-07-192-1/+6