#!/bin/sh PATH=/bin:/usr/sbin case $2 in POST-INSTALL) USER=mysql GROUP=${USER} UID=88 GID=${UID} if pw group show "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." else if pw groupadd ${GROUP} -g ${GID}; then echo "Added group \"${GROUP}\"." else echo "Adding group \"${GROUP}\" failed..." exit 1 fi fi if pw user show "${USER}" 2>/dev/null; then echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ -d /nonexistent -s /sbin/nologin -c "MySQL Daemon" then echo "Added user \"${USER}\"." else echo "Adding user \"${USER}\" failed..." exit 1 fi fi ;; esac Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/print/scribus-devel
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
* Reset maintainership for ports not staged with no pending PRbapt2014-07-251-1/+1
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portstijl2014-07-051-1/+1
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
* Chase boost and icu bumpbapt2014-02-071-1/+1
* Update poppler to 0.24.4.kwm2013-12-281-1/+1
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-14/+14
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* Fix package name collisionbapt2013-10-141-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
* - Update poppler to 0.22.2.mezz2013-03-211-1/+1
* - Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationlwhsu2013-03-031-2/+2
* - Update to svn revision 17820, unbreakak2013-02-123-2369/+2425
* Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-051-0/+2
* Chase boost updatebapt2013-01-311-6/+2
* - Mark BROKEN: incorrect plist (%%DATADIR%% followed with literal value ofpav2012-06-101-0/+2
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
* - update png to 1.5.10dinoex2012-06-011-1/+2
* - Update to 1.5.0beech2012-05-296-1658/+3057
* Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0
* - Fix build with new cupspav2011-10-142-0/+20
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
* Update to 1.3.8 for Qt4 [1]makc2011-01-216-491/+1664
* - Fix of buildsylvio2010-03-311-4/+4
* - Update to 1.3.3.14sylvio2010-03-313-200/+233
* - update to 1.4.1dinoex2010-03-281-2/+2
* - update to jpeg-8dinoex2010-02-051-2/+2
* - Fix problem with can not find plugin "libsvgimplugin.so: Undefined symbol"sylvio2010-02-032-9/+14
* - Update my mail address to FreeBSDsylvio2009-11-281-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-0/+1
* - update to jpeg7dinoex2009-07-181-1/+2
* Change maintainer to scjamorim@bsd.com.brskreuzer2009-07-161-1/+1
* - Update to 1.3.3.13amdmi32009-06-296-981/+773
* - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-122/+120
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-4/+0
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+0
* - Update to 1.3.3.11miwi2008-01-214-734/+844
* - Add build dependency on perlpav2007-12-171-0/+1
* - Update to 1.3.3.8rafan2007-08-263-40/+94
* - Reorder pkg-plist for upcoming update and unbreakrafan2007-08-261-43/+43
* BROKEN: Incorrect pkg-plistkris2007-08-181-0/+2
* - Unbreakmiwi2007-07-031-9/+2
* Reset rainer.alves@gmail.com by request due to current lack of time tolinimon2007-06-301-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* BROKEN on 7.0: Broken objformat handlingkris2007-04-221-0/+4
* - Update to 1.3.3.4miwi2006-11-063-88/+97
* Update to version 1.3.3.2markus2006-06-253-4/+117
* - Update to 1.3.3.1;thierry2006-05-014-389/+574
* Conversion to a single libtool environment.ade2006-02-232-23/+24
* - Update to 1.2.4.1pav2006-01-085-36/+116
* The substitution command s|2\.3|${PYTHON_VERSION:S/^python//}|g inehaupt2005-12-271-4/+6
* - Add SHA256pav2005-11-261-0/+1
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* - Update to 1.2.3garga2005-09-163-7/+20
* Update to version 1.2.2.1.thierry2005-07-1712-135/+119
* Add MASTER_SITE_SOURCEFORGE to MASTER_SITESkrion2005-02-251-2/+3
* Update to version 1.2.1krion2005-01-1311-95/+367
* Fix build without imake.lesi2004-12-121-0/+1
* Fix buildkrion2004-12-121-3/+3
* BROKEN: Broken pkg-plistkrion2004-12-091-0/+2
* Update to version 1.2krion2004-08-306-198/+252
* Fix buildmarkus2004-06-141-12/+0
* - Update to version 1.1.7markus2004-06-079-231/+202
* - Update to 1.1.6markus2004-04-29