#!/bin/sh PKGNAME=$1 case $2 in PRE-INSTALL) ;; POST-INSTALL) echo "==> Post-installation configuration of ${PKGNAME}" echo "" echo " o you DO need running nameservice to start and run ${PKGNAME}" echo "" echo " o use the ${PKGNAME} proxy and caching WWW Server by" echo " configuring your WWW Navigator (Netscape, Mosaic,...)" echo " to use it as a proxy server." echo "" echo "==> Press Enter to edit the ${PKGNAME} config file." echo " (The defaults are reasonable; and the file is well commented)" tput md echo " You'd certainly like to pay attention to the" echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!" tput me if [ -z "${PACKAGE_BUILDING}" ]; then read skip; fi chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf* chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf* [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \ cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \ ${PREFIX:-/usr/local}/etc/squid/squid.conf [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \ cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \ ${PREFIX:-/usr/local}/etc/squid/mime.conf ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \ ${PREFIX:-/usr/local}/etc/squid/mime.conf ;; *) echo "Unexpected Argument $2!!!" exit 1 ;; esac exit 0 a66da'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/science/gnudatalanguage/Makefile
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.10.0Sunpoet Po-Chuan Hsieh2016-04-211-1/+1
* - Update to 1.14.7Sunpoet Po-Chuan Hsieh2016-04-181-0/+1
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-16/+16
* Upgrade to 0.9.6v2.Thierry Thomas2016-01-081-6/+12
* graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22John Marino2015-10-121-1/+1
* graphics/GraphicsMagick: Upgrade version 1.3.20 => 1.3.21John Marino2015-10-101-1/+1
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-171-1/+1
* - Update to 1.8.15Sunpoet Po-Chuan Hsieh2015-05-241-1/+1
* - Upgrade math/plplot to 5.11.0Thierry Thomas2015-04-231-2/+2
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+1
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+2
* - Update to 1.8.14Sunpoet Po-Chuan Hsieh2015-01-181-1/+1
* Bump portrevision after png updateBaptiste Daroussin2014-12-261-0/+1
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-261-1/+1
* - Upgrade to 0.9.5Thierry Thomas2014-10-121-81/+55
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-11