#! /bin/sh # mkinstalldirs --- make directory hierarchy # Author: Noah Friedman # Created: 1993-05-16 # Public domain # $Id: mkinstalldirs,v 1.1 2000/04/18 18:17:02 alves Exp $ errstatus=0 for file do set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` shift pathcomp= for d do pathcomp="$pathcomp$d" case "$pathcomp" in -* ) pathcomp=./$pathcomp ;; esac if test ! -d "$pathcomp"; then echo "mkdir $pathcomp" 1>&2 mkdir "$pathcomp" || lasterr=$? if test ! -d "$pathcomp"; then errstatus=$lasterr fi fi pathcomp="$pathcomp/" done done exit $errstatus # mkinstalldirs ends herecs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Looks like they re-rolled the atk tarball to re-include the API documentation.marcus2003-10-213-1/+33
* Update to 0.8.4.marcus2003-10-144-18/+53
* Update to 1.3.8.marcus2003-10-142-2/+2
* Remove a patch forgotten in the last commit.marcus2003-10-101-27/+0
* Update to 1.4.1.adamw2003-10-106-38/+6
* Update to 0.7.1.marcus2003-10-083-10/+10
* Correct some obsolete MASTER_SITESmarcus2003-10-061-1/+1
* Fix build under -STABLE.adamw2003-09-301-0/+16
* Update to 0.8.3.marcus2003-09-303-53/+3
* Add gnopernicus, and accessibility launcher for the GNOME desktop.marcus2003-09-185-0/+591
* Add gnomespeech, a library that facilitates text-to-speech for the GNOMEmarcus2003-09-1810-0/+220
* Remove a patch forgotten in the last commit.marcus2003-09-181-0/+0
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-1818-141/+220
* Update to 0.10.3.adamw2003-09-096-4/+42
* Update to 1.2.1.marcus2003-07-164-15/+6
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-122-8/+0
* Update to 0.7.5.adamw2003-06-073-2/+5
* Update to 0.7.4.marcus2003-06-034-6/+70
* Update to 1.2.2.marcus2003-05-132-2/+2
* Update to 1.2.4.marcus2003-05-133-2/+8
* Add gnomemag, the GNOME screen magnifier.marcus2003-05-1210-0/+164
* * Update to 0.7.1marcus2003-05-083-60/+62
* Remove an extra directory.marcus2003-05-071-0/+1
* Convert to new GNOME infrastructure.marcus2003-04-221-5/+1
* atspi implies atk.adamw2003-04-211-1/+1
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Update to 1.2.1.marcus2003-04-172-7/+3
* * Update to 1.2.3marcus2003-04-163-9/+28
* The GNOME On-Screen Keyboard (GOK) is an accessability interfaceadamw2003-04-154-0/+166
* Clear moonlight beckons.ade2003-03-076-3/+3
* GC empty files.sobomax2003-02-241-0/+0
* Update to GNOME 2.2.marcus2003-02-0812-49/+106
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-213-3/+3
* Update to 1.0.2.marcus2002-08-295-32/+4
* Update to 1.0.3.marcus2002-08-042-3/+3
* * Fix packaging error on bentomarcus2002-07-292-12/+3
* Chase gailutil's version bump.marcus2002-07-241-1/+2
* Add patch forgotten in the last commit.marcus2002-07-241-0/+11
* Update to 0.17.marcus2002-07-243-4/+11
* Use USE_REINPLACE.sobomax2002-07-191-2/+3
* Use USE_REINPLACE.sobomax2002-07-111-2/+3
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.marcus2002-07-013-3/+3
* Update to GNOME 2.0 RC2.marcus2002-06-263-3/+3
* Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.marcus2002-06-157-11/+12
* Finish up the '\' tag team with sobomax, and hopefully get atk buildingmarcus2002-06-111-1/+1
* Kill offending `\'.sobomax2002-06-111-1/+1
* Update to the latest GNOME 2 snapshot. This will be done it two parts.marcus2002-06-1110-66/+19
* Make gail use X prefix. Bump PORTREVISION as this is required for glade2marcus2002-06-031-0/+2
* Update to 1.0.2.marcus2002-06-022-3/+4
* Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.marcus2002-05-29