# Ports collection makefile for: jffnms # Date created: Aug 21 2003 # Whom: Sergey Akifyev # # $FreeBSD$ # PORTNAME= jffnms PORTVERSION= 0.7.5 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= asa@gascom.ru COMMENT= Very advanced network monitoring and control system RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz \ rrdtool:${PORTSDIR}/net/rrdtool \ php:${PORTSDIR}/lang/php4-nms \ nmap:${PORTSDIR}/security/nmap \ ${LOCALBASE}/sbin/tmpwatch:${PORTSDIR}/sysutils/tmpwatch USE_MYSQL= yes USE_REINPLACE= yes JFFNMSDIR?= share/jffnms CRONTAB?= /usr/bin/crontab PLIST_SUB= JFFNMSDIR=${JFFNMSDIR} do-build: @${REINPLACE_CMD} -e 's|/opt/jffnms|${PREFIX}/${JFFNMSDIR}|g' \ -e 's|/usr/bin/php|${LOCALBASE}/bin/php|g' \ -e 's|/usr/bin/rrdtool|${LOCALBASE}/bin/rrdtool|g' \ -e 's|/usr/bin/nmap|${LOCALBASE}/bin/nmap|g' \ -e 's|/usr/bin/neato|${LOCALBASE}/bin/neato|g' \ -e 's| /jffnms| /htdocs|g' \ ${WRKSRC}/conf/config.ini do-install: @-${RM} ${WRKSRC}/engine/tmpwatch.sh.orig > /dev/null 2>&1 @${MKDIR} ${PREFIX}/${JFFNMSDIR} @${CP} -R ${WRKSRC}/* ${PREFIX}/${JFFNMSDIR} @${CHOWN} -R www:www ${PREFIX}/${JFFNMSDIR} @${SED} -e 's|%LOCALBASE%|${PREFIX}|g' \ -e 's|%JFFNMSDIR%|${PREFIX}/${JFFNMSDIR}|g' ${FILESDIR}/jffnms.cron \ > ${PREFIX}/${JFFNMSDIR}/jffnms.cron @${SED} -e 's|%JFFNMSDIR%|${PREFIX}/${JFFNMSDIR}|g' \ -e 's|%JFFNMS%|${DISTNAME}|g' ${FILESDIR}/jffnms_db.sh \ > ${PREFIX}/${JFFNMSDIR}/jffnms_db.sh @${CRONTAB} -u www ${PREFIX}/${JFFNMSDIR}/jffnms.cron @${SED} -e 's|%JFFNMSDIR%|${PREFIX}/${JFFNMSDIR}|g' ${PKGMESSAGE} .include endabot/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/math
Commit message (Expand)AuthorAgeFilesLines
* Use USES=pathfix where applicable.mat2016-10-2112-48/+15
* math/ocamlgsl: update 1.15.1 -> 1.19.1pi2016-10-214-218/+588
* ${RM} already has -f.mat2016-10-2185-95/+95
* math/cadabra2: update 2.0.816 -> 2.0.930pi2016-10-216-28/+153
* - Mark broken on 9.x:amdmi32016-10-211-2/+3
* Remove expired PHP5.5 ports.rene2016-10-212-22/+0
* Unlink expired PHP5.5 ports.rene2016-10-211-2/+0
* Reassign makc's ports back to the pool.rakuco2016-10-2012-12/+12
* Fix build on 9.xjhale2016-10-201-1/+2
* - Update devel/tbb to version 2017.1martymac2016-10-191-1/+1
* Introduce new extensible virtual categories for KDEtcberner2016-10-198-24/+8
* Adjust TEST_WRKSRC for USES=[cq]make:outsourcejbeich2016-10-181-2/+0
* - Update to 7.500.0danilo2016-10-183-5/+5
* - Update to 1.1.9.4wen2016-10-172-4/+4
* Remove math/libRjrm2016-10-173-22/+0
* math/ceres-solver: disable EIGENSPARSE by default like upstreamjbeich2016-10-171-2/+5
* Add missing pkgconfig dependencyjhale2016-10-161-1/+1
* - Fix licenseamdmi32016-10-162-7/+18
* - Update to 7.3tota2016-10-162-4/+4
* math/ceres-solver: minor sorting nitjbeich2016-10-161-1/+1
* math/ceres-solver: oops, fix a typojbeich2016-10-161-4/+4
* math/ceres-solver: add new portjbeich2016-10-165-0/+174
* Fix build:jhale2016-10-151-1/+1
* Update math/libqalculate to 0.9.10jhale2016-10-1514-187/+110
* - Update to 4.9wen2016-10-135-58/+91
* - Update to version 5.2.1 [1]pawel2016-10-133-10/+20
* Update to 2.017, and strip XS modules and the pdl binary.adamw2016-10-132-6/+8
* - Update to version 3.12.6 [1]pawel2016-10-123-10/+33
* - Update to 7.400.4danilo2016-10-113-5/+5
* Extension for PHP that provides few dozens routines for statisticalrm2016-10-114-0/+31
* - Update to 2.12.2wen2016-10-105-7/+8
* - Add new port: math/R-cran-numDerivtota2016-10-104-0/+29
* - Update to 2.1.2tota2016-10-102-4/+4
* Update to 1.04, sort plist, add NO_ARCH, and remove unnecessaryadamw2016-10-093-12/+11
* Update to 2.13, and add NO_ARCH.adamw2016-10-092-3/+9
* - Update to 0.6-8tota2016-10-092-6/+8
* - Switch to options helpersamdmi32016-10-081-15/+9
* - Fix LICENSEamdmi32016-10-072-8/+10
* Update to 1.11.2olivierd2016-10-073-8/+12
* Update eigen3 to 3.2.10tcberner2016-10-052-6/+5
* math/eigen3: unbreak consumers on 9.x after r421231jbeich2016-10-052-0/+64
* - Add LICENSE.stephen2016-10-052-3/+8
* - Add LICENSEamdmi32016-10-042-9/+17
* Silence check-plist, there is already PORTDOCS=*mat2016-10-041-7/+0
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-042-4/+5
* Allow selection of optimised BLAS implementations via OPTIONsriggs2016-10-031-17/+16
* math/openfst: unbreak on 9.xjbeich2016-10-031-0/+1
* - Add LICENSE.stephen2016-10-031-0/+5
* - Update to 3.1.1.stephen2016-10-032-5/+5
* - Update to 2.4.2.stephen2016-10-032-3/+4
* - Update to 1.0.14.stephen2016-10-032-3/+4
* - Update to 1.5.2.stephen2016-10-032-3/+4
* math/pecl-stats: configure PORTSCOUTrm2016-10-022-2/+4
* Deprecate ports broken for more than 6 monthsantoine2016-10-016-0/+12
* - Update to 7.400.3danilo2016-10-012-4/+4
* Remove expired ports:rene2016-10-018-285/+0
* Five omnibus tests for testing the composite hypothesis of normality.wen2016-09-304-0/+24
* Density, distribution function, quantile function, random generationwen2016-09-304-0/+25
* Comment out PATCH_DEPENDS.ale2016-09-281-1/+1
* Update to 3.1.5 release.ale2016-09-283-9/+8
* - Update devel/doxygen to 1.8.12antoine2016-09-282-3/+3
* - Update to 1.2.1wen2016-09-272-4/+4
* - Update to 3.31.2wen2016-09-272-4/+4
* math/mpexpr: update to 1.2 (official) releasegahr2016-09-275-61/+4
* - Update devel/icu to 57.1.tijl2016-09-242-1/+2
* Update email address to jrm@FreeBSD.org for ports that I maintainjrm2016-09-241-1/+1
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-232-2/+0
* Even if upstream thinks clang does not support openmp we will soon know how tobapt2016-09-221-0/+1
* - Update to 1.1.0amdmi32016-09-222-4/+4
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-212-2/+0
* - Update to 5.38.1wen2016-09-214-13/+186
* Mark as broken on sparc64.linimon2016-09-181-0/+1
* Mark broken on sparc64.linimon2016-09-181-0/+2
* Mark broken on sparc64.linimon2016-09-181-0/+2
* - Update to 7.2tota2016-09-172-5/+8
* - Update to 0.1.2.stephen2016-09-172-4/+4
* - Update to 1.0.5amdmi32016-09-172-6/+7
* math/mpexpr: update to 1.2gahr2016-09-169-127/+39
* math/R-cran-stabledist: updated to version 0.7-1dbn2016-09-16