#!/bin/sh USER=agk UID=172 GROUP=${USER} GID=${UID} ask() { local question default answer question=$1 default=$2 if [ -z "${PACKAGE_BUILDING}" ]; then read -p "${question} [${default}]? " answer fi if [ x${answer} = x ]; then answer=${default} fi echo ${answer} } yesno() { local dflt question answer question=$1 dflt=$2 while :; do answer=$(ask "${question}" "${dflt}") case "${answer}" in [Yy]*) return 0;; [Nn]*) return 1;; esac echo "Please answer yes or no." done } make_account() { local u g uid gid gcos u=$1 uid=$2 g=$3 gid=$4 gcos=$5 if pw group show "${g}" >/dev/null 2>&1; then echo "You already have a group \"${g}\", so I will use it." else echo "You need a group \"${g}\"." if which -s pw && yesno "Would you like me to create it" y; then pw groupadd -n ${g} -g ${gid} || exit echo "Done." else echo "Please create it, and try again." if ! grep -q "^${u}:" /etc/passwd; then echo "While you're at it, please create a user \"${u}\" too," echo "with a default group of \"${g}\"." fi exit 1 fi fi if pw user show "${u}" >/dev/null 2>&1; then echo "You already have a user \"${u}\", so I will use it." else echo "You need a user \"${u}\"." if which -s pw && yesno "Would you like me to create it" y; then pw useradd -n ${u} -u ${uid} -g ${g} -h - -d /nonexistent \ -s /nonexistent -c "${gcos}" || exit echo "Done." else echo "Please create it, and try again." exit 1 fi fi } [ "$2" = POST-INSTALL ] || exit 0 make_account ${USER} ${UID} ${GROUP} ${GID} "AquaGateKeeper" es/elliptic-6.5.3'>dependabot/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/deskutils
Commit message (Expand)AuthorAgeFilesLines
* Dlume is a tiny GTK2 addressbook with an XML backend and a completelyadamw2003-11-085-0/+35
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2
* - Update to version 1.92.2krion2003-11-073-16/+31
* Problem reported by Lewis Thompson: if you run Apache 2, htpasswdjeh2003-11-063-9/+27
* DragStacK, inspired by the drop stack of the PathFinder filekrion2003-11-065-0/+48
* - Update to 0.6.2 revision 2,dinoex2003-11-063-41/+170
* - Update to 0.8.7 [1].fjoe2003-11-052-4/+5
* Chase wxgtk library name (and version) change.fjoe2003-11-051-1/+1
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+1
* In the spirt of graphics/librsvg2, try to be safer when overwritingmarcus2003-11-042-2/+3
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1
* Add ${LOCALBASE} to CPPFLAGS and LIBS, allowing i18n.adamw2003-11-032-0/+10
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
* - update to 0.6.2dinoex2003-10-303-205/+37
* Fix .dtd files so after recent libxml2 update MrProject still be able tobland2003-10-303-1/+15
* - Make Python bindings build optional.bland2003-10-292-8/+25
* Fix plist by adding missing file, and removing hardwiring of Pythonlinimon2003-10-291-1/+2
* - Update to version 0.5.6krion2003-10-277-45/+36
* Update to 1.0.28.petef2003-10-272-2/+2
* Add a missing dependency on py-gtk2.marcus2003-10-261-1/+4
* Bump PORTREVISION for the last commit.marcus2003-10-261-0/+1
* Add a patch to properly obtain the character set on -STABLE.marcus2003-10-261-0/+17
* - Update to version 1.0.5krion2003-10-246-80/+56
* utilize SITE_PERLijliao2003-10-241-2/+2
* Update to 2.4.1.marcus2003-10-214-4/+4
* - update to 0.6dinoex2003-10-193-225/+45
* - Layout for GnuSTEP 1.8.0dinoex2003-10-192-358/+264
* Upgrade to 0.9.14.007.olgeni2003-10-196-6/+168
* - Fix build on -stablekrion2003-10-181-0/+19
* Update to 0.23.adamw2003-10-189-36/+61
* - Add missing dependencykrion2003-10-171-1/+1
* Add a missing dependency on libxslt.marcus2003-10-171-2/+2
* Add back previous maintainer: it seems the mail bounce was caused bykris2003-10-161-1/+1
* Reset bouncing maintainer addresskris2003-10-161-1/+1
* Update MASTER_SITES and WWW.adamw2003-10-162-2/+2
* I give up - the the configure test is so totally bogus with a ISO-C++ compiler,obrien2003-10-161-2/+40
* update deskutils/basket: 0.3.1 -> 0.3.2daichi2003-10-143-11/+20
* - Reaarange USE_GNOMEkrion2003-10-121-13/+9
* - use EXAMPLESDIRdinoex2003-10-121-12/+12
* Update port: deskutils/xfce4-notes update to 0.9.5edwin2003-10-126-14/+8
* - Update to 0.13.5.krion2003-10-104-5/+9
* [new port] deskutils/multi-backgrounds-daemonedwin2003-10-106-0/+55
* Add xfce4-notes 0.9, sticky notes panel plugin for XFce4.oliver2003-10-0811-0/+127
* Make desktutils/xpad compile on 4.8edwin2003-10-061-0/+18
* install_man -> install_dataedwin2003-10-061-2/+2
* New port: A virtual note-pad system for your X11 desktopedwin2003-10-066-0/+77
* * Update to 2.1.7marcus2003-10-053-5/+7
* - Update to version 0.3.1krion2003-10-054-34/+2
* Add xchm 0.8.4, windows HTML Help (.chm) viewer for UNIX.krion2003-10-045-0/+39
* Add finance category to the following ports.edwin2003-10-044-4/+4
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-048-12/+8
* BasKet is a desktop organization tool. It uses baskets /krion2003-10-047-0/+78
* Add gnome-blog.adamw2003-10-019-0/+195
* IA64s do not have apm.arved2003-09-301-2/+2
* Update to 0.13.4 with all FreeBSD patches merged.marcus2003-09-306-71/+2
* Update to 0.13.2.marcus2003-09-307-30/+31
* Update to 0.22.1.netchild2003-09-292-2/+2
* Add gToDo, a todo list application for the GNOME desktop. The goal of themarcus2003-09-299-0/+109
* ECHO -> ECHO_MSGedwin2003-09-271-1/+1
* Upgrade to 1.9.4 (python 2.3 compatibility fix).olgeni2003-09-262-2/+2
* An eye candy starter bar with hopping icons (when a program starts).netchild2003-09-269-0/+173
* A very eye candy desklet which displays the most recently used items.netchild2003-09-267-0/+97
* Update to 0.22.netchild2003-09-2612