#!/bin/sh case "$2" in INSTALL|BUILD) echo '**********************************************************************' echo '* WARNING!!! *' echo '* Youbin has potential security problem!! *' echo '* It is discouraged to use this program to avoid any security *' echo '* problem. *' echo '**********************************************************************' if [ ! -z "${PACKAGE_BUILDING}" -o ! -z "${BATCH}" ]; then exit 0 fi read -p 'Would you like to proceed (y/n)? ' ans case "X$ans" in Xy*|XY*) exit 0 ;; *) exit 1 ;; esac ;; esac l='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/evolvotron
Commit message (Expand)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - add documenttion, icons, pkg-plistbeech2013-03-063-16/+75
* - remove empty filesrm2013-02-151-0/+0
* - Update to 0.6.3miwi2013-02-105-25/+73
* Chase boost updatebapt2013-01-311-6/+3
* - Reset MAINTAINER due to unrecoverable bouncezi2012-12-051-1/+1
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-1/+1
* -remove MD5ohauer2011-07-031-1/+0
* - update to 1.4.1dinoex2010-03-281-0/+1
* Update to 0.6.1makc2010-02-196-108/+15
* - update to jpeg-8dinoex2010-02-051-1/+1
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* Reset dyeske@gmail.com at his request.linimon2009-02-032-4/+1
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Fix build with gcc42beech2007-08-192-6/+40
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-062-3/+3
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1
* - Update to 0.4.0miwi2006-10-314-16/+20
* Remove USE_REINPLACE for categories starting with a Gedwin2006-05-081-1/+0