#!/bin/sh # $FreeBSD$ # based on original from op port, written by Cyrille Lefevre # [ $# != 2 ] && exit 1 PKGNAME=$1 ACTION=$2 CONF_DIR=${PKG_PREFIX}/etc/qpopper CONF_FILE=popusers CONF_OWN=pop CONF_GRP=daemon CONF_MODE=444 SAMP_SUFX=.sample INSTALL=install CMP=cmp RM=rm case "$ACTION" in POST-INSTALL) if [ -f ${CONF_DIR}/${CONF_FILE} ]; then echo "$PKGNAME: Will not overwrite existing ${CONF_DIR}/${CONF_FILE} file." else ${INSTALL} -c -o ${CONF_OWN} -g ${CONF_GRP} -m ${CONF_MODE} \ ${CONF_DIR}/${CONF_FILE}${SAMP_SUFX} \ ${CONF_DIR}/${CONF_FILE} fi ;; DEINSTALL) if ${CMP} -s ${CONF_DIR}/${CONF_FILE}${SAMP_SUFX} \ ${CONF_DIR}/${CONF_FILE}; then ${RM} -f ${CONF_DIR}/${CONF_FILE} else echo "$PKGNAME: Will not remove existing ${CONF_DIR}/${CONF_FILE} file." fi ;; PRE-INSTALL|POST-DEINSTALL) ;; *) exit 1 ;; esac exit > cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/finance
Commit message (Expand)AuthorAgeFilesLines
* Fix properties on pkg-plistbapt2014-01-222-2/+0
* Python cleanup:rene2014-01-145-5/+5
* Update to 1.0.kwm2014-01-131-0/+1
* Stage supportantoine2014-01-081-9/+7
* Stage supportantoine2014-01-082-4/+1
* Stage supportantoine2014-01-081-4/+2
* - Stage supportantoine2014-01-082-6/+6
* - Stage supportantoine2014-01-081-7/+6
* - support stageaz2014-01-052-3/+1
* - stage supportaz2014-01-056-9/+4
* - Update to 1.44jhale2014-01-023-4/+4
* - Update to 1.5-0tota2014-01-012-4/+3
* - Update to 1.4-0tota2014-01-012-4/+3
* Also update gnucash docs to 2.6.0.kwm2013-12-313-702/+741
* Update to 2.6.0.kwm2013-12-314-274/+350
* Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-2816-32/+16
* Remove expired ports:rene2013-12-228-1253/+0
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-1/+1
* - Update to 6.0.0sunpoet2013-12-063-7/+9
* Remove forgotten patchpawel2013-12-031-14/+0
* Update to version 4.2.1pawel2013-12-033-6/+6
* Remove expired ports:rene2013-12-015-96/+0
* Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).dbn2013-11-2816-16/+0
* - Wrap up cd && foo in parenthesis, it'd break with bmake -jmat2013-11-251-2/+2
* - Update to 1.5-0tota2013-11-232-4/+3
* Deprecated ports broken for more than 6 monthbapt2013-11-221-0/+3
* - Remove now needless qmake_build from USE_QT4makc2013-11-221-2/+1
* . svn copy tryton -> tryton28 ports;bsam2013-11-21324-60/+6530
* Restore "created by" header missing at some trytond* ports (in preparationbsam2013-11-1839-0/+39
* Support STAGE (in preparation to commit PR/181691)..bsam2013-11-1860-69/+4
* Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;bf2013-11-1316-16/+16
* Deprecate and expire in 3 weeks.rakuco2013-11-111-0/+3
* - resolve conflicts after last two commitsaz2013-11-046-13/+4
* - resolve conflicts after last two commitsaz2013-11-042-13/+4
* Support STAGEDIR.vanilla2013-11-0328-68/+81
* - support STAGEDIRaz2013-11-0324-33/+21
* - support STAGEDIRaz2013-11-0329-54/+34
* - Fix pkg-plist with OPTIONS_SUBjhale2013-11-032-24/+20
* - Support stagingjhale2013-11-032-31/+24
* - Update to version 4.2pawel2013-11-022-22/+14
* - Fix LIB_DEPENDS stylezi2013-11-021-3/+3
* New port: finance/vanitygen:zi2013-11-014-0/+43
* - Add stage supportswills2013-10-301-1/+0
* finance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignmentkoobs2013-10-261-1/+1
* finance/py-stripe: Update to 1.9.8koobs2013-10-262-3/+3
* finance/py-stripe: Python bindings for Stripe.com [NEW PORT]koobs2013-10-264-0/+38
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-2618-13/+18
* Try and be consistent with what commands are silent and not in *install.mat2013-10-231-1/+1
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-225-5/+0
* - Support stagingjhale2013-10-192-13/+5
* - Update to 2.13.0decke2013-10-173-46/+62
* - Convert unmaintained ports to USES=qmakemakc2013-10-131-20/+23
* - Update to 1.20culot2013-10-093-18/+15
* - Support stagingmadpilot2013-10-092-51/+21
* Finish gnofin removalantoine2013-10-081-1/+0
* - Fix build with libc++ [1]jhale2013-10-084-0/+11
* Remove some ports depending on gnome1bapt2013-10-077-117/+0
* - Convert last bit of the QUOTES option to newly addedjhale2013-10-061-6/+1
* - Update to 0.751betanemysis2013-10-065-38/+67
* - Update to 4.6.4jhale2013-10-065-32/+32
* - Update finance/libofx to 0.9.9jhale2013-10-0410-50/+46
* - Support stagingjhale2013-10-042-55/+35
* - Support stagingjhale2013-10-041-5/+2
* - Update to version 4.5.4pawel2013-10-033-11/+5
* - Support STAGEDIRsunpoet2013-10-012-48/+46
* finance/libofx: add <unistd.h> for modern compilersmarino2013-09-261-0/+10
* - Remove NO_STAGE as these have been tested to be safebdrewery2013-09-251-1/+0
* Update to version 4.5.3pawel2013-09-222-3/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21162-134/+188
* Add an explicit dependency on pkgconfbapt2013-09-181-6/+2
* - convert to the new perl5 frameworkaz2013-09-142-2/+4
* - convert to the new perl5 frameworkaz2013-09-121-2/+1
* - Update to 1.43jhale2013-09-123-5/+5
* Add an explicit dependency on pkgconfantoine2013-09-111-2/+1
* Needs pkgconfig to buildpawel2013-09-051-1/+1
* Fix build without libstdc++bapt2013-09-051-5/+4
* - Reassign to the heap at maintainer's requesttabthorpe2013-09-041-1/+1
* Add an explicit dependency on pkgconfantoine2013-09-041-1/+1
* Add an explicit dependency on pkgconfbapt2013-09-031-3/+1
* - convert to the new perl5 frameworkaz2013-09-024-4/+8
* - convert to the new perl5 frameworkaz2013-09-023-3/+5
* - Switch to new LIB_DEPENDS formatpawel2013-08-291-2/+2
* - Use single space after WWW:sunpoet2013-08-292-2/+2
* - Convert to new perl frameworksunpoet2013-08-211-1/+2
* Update to 0.06000mat2013-08-212-5/+3
* - Update to 0.2.1tota2013-08-212-4/+3
* Update to version 4.5.2pawel2013-08-203-30/+9
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-157-7/+0
* - Update to 0.3.1tota2013-08-143-38/+3
* finance/trytond_sale_shipment_cost: update to 2.4.1wg2013-08-102-4/+5
* finance/trytond_stock_split: update to 2.4.1wg2013-08-102-4/+5
* finance/trytond_timesheet: update to 2.4.2wg2013-08-102-4/+5
* finance/trytond_stock_supply: update to 2.4.4wg2013-08-102-4/+5
* finance/trytond_stock_lot: update to 2.4.1wg2013-08-102-4/+5
* finance/trytond_stock_supply_forecast: update to 2.4.1wg2013-08-102-4/+5
* finance/trytond_stock: update to 2.4.6wg2013-08-102-4/+5
* finance/trytond_stock_forecast: update to 2.4.1wg2013-08-102-5/+5
* finance/trytond_production: update to 2.4.3wg2013-08-102-4/+5
* finance/trytond_sale: update to 2.4.3wg2013-08-102-4/+5
* finance/trytond_purchase_shipment_cost: update to 2.4.2wg2013-08-102-4/+5
* finance/trytond_project_plan: update to 2.4.2wg2013-08-102-4/+5
* finance/trytond_purchase: update to 2.4.4wg2013-08-102-4/+5
* finance/trytond_party_vcarddav: update to 2.4.2wg2013-08-102-4/+5