# $FreeBSD$ # SUBDIR += accessibility SUBDIR += arabic SUBDIR += archivers SUBDIR += astro SUBDIR += audio SUBDIR += benchmarks SUBDIR += biology SUBDIR += cad SUBDIR += chinese SUBDIR += comms SUBDIR += converters SUBDIR += databases SUBDIR += deskutils SUBDIR += devel SUBDIR += dns SUBDIR += editors SUBDIR += emulators SUBDIR += finance SUBDIR += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew SUBDIR += hungarian SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += multimedia SUBDIR += net SUBDIR += net-mgmt SUBDIR += news SUBDIR += palm SUBDIR += polish SUBDIR += portuguese SUBDIR += print SUBDIR += russian SUBDIR += science SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += ukrainian SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-themes SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} fetchindex: @cd ${.CURDIR} && ${FETCHINDEX} ${MASTER_SITE_INDEX}/${INDEXFILE}.bz2 && bunzip2 -f ${INDEXFILE}.bz2 && chmod a+r ${INDEXFILE} MASTER_SITE_INDEX?= http://www.FreeBSD.org/ports/ FETCHINDEX?= fetch -am INDEX_JOBS?= 2 .if !defined(INDEX_VERBOSE) INDEX_ECHO_MSG= echo > /dev/null INDEX_ECHO_1ST= echo -n .else INDEX_ECHO_MSG= echo 1>&2 INDEX_ECHO_1ST= echo .endif ${.CURDIR}/${INDEXFILE}: @${INDEX_ECHO_1ST} "Generating ${INDEXFILE} - please wait.."; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ export LOCALBASE=/nonexistentlocal; \ export X11BASE=/nonexistentx; \ fi; \ tmpdir=`/usr/bin/mktemp -d -t index` || exit 1; \ trap "rm -rf $${tmpdir}; exit 1" 1 2 3 5 10 13 15; \ ( cd ${.CURDIR} && make -j${INDEX_JOBS} INDEX_TMPDIR=$${tmpdir} BUILDING_INDEX=1 \ ECHO_MSG="${INDEX_ECHO_MSG}" describe ) || \ (rm -rf $${tmpdir} ; \ if [ "${INDEX_QUIET}" = "" ]; then \ echo; \ echo "********************************************************************"; \ echo "Before reporting this error, verify that you are running a supported"; \ echo "version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you"; \ echo "have a complete and up-to-date ports collection. (INDEX builds are"; \ echo "not supported with partial or out-of-date ports collections -- in"; \ echo "particular, if you are using cvsup, you must cvsup the \"ports-all\""; \ echo "collection, and have no \"refuse\" files.) If that is the case, then"; \ echo "report the failure to ports@FreeBSD.org together with relevant"; \ echo "details of your ports configuration (including FreeBSD version,"; \ echo "your architecture, your environment, and your /etc/make.conf"; \ echo "settings, especially compiler flags and WITH/WITHOUT settings)."; \ echo; \ echo "Note: the latest pre-generated version of INDEX may be fetched"; \ echo "automatically with \"make fetchindex\"."; \ echo "********************************************************************"; \ echo; \ fi; \ exit 1); \ cat $${tmpdir}/${INDEXFILE}.desc.* | perl ${.CURDIR}/Tools/make_index | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e 's./..g' | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${.CURDIR}/${INDEXFILE}.tmp; \ if [ "${INDEX_PRISTINE}" != "" ]; then \ sed -e "s,$${LOCALBASE},/usr/local," -e "s,$${X11BASE},/usr/X11R6," \ ${.CURDIR}/${INDEXFILE}.tmp > ${.CURDIR}/${INDEXFILE}; \ else \ mv ${.CURDIR}/${INDEXFILE}.tmp ${.CURDIR}/${INDEXFILE}; \ fi; \ rm -rf $${tmpdir}; \ echo " Done." print-index: ${.CURDIR}/${INDEXFILE} @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nB-deps:\t%s\nR-deps:\t%s\nE-deps:\t%s\nP-deps:\t%s\nF-deps:\t%s\nWWW:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9, $$11, $$12, $$13, $$10); }' < ${.CURDIR}/${INDEXFILE} CVS?= cvs SUP?= cvsup .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} .endif update: .if defined(SUP_UPDATE) && defined(PORTSSUPFILE) @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -R -q update -A -P -d .elif defined(SUP_UPDATE) && !defined(PORTSSUPFILE) @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." @exit 1 .else @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif te-1.22'>mate-1.22 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-URI-Sequin/distinfo
an title='2006-04-03 12:41:59 +0800'>2006-04-03
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.2.tobez2003-12-231-1/+1
1-2/+2
* Clean up linprocfs on amd64 as well.kris2006-04-031-1/+1
* jdk is buildable on amd64, so we need to also mount linprocfs there.kris2006-04-031-2/+2
* This script preserves packages that will be removed by the restricted.shkris2006-04-031-0/+11
* Temporarily back out the pre.log change, it doesn't work properly.kris2006-03-131-6/+6
* Mount the md image async here tookris2006-03-131-1/+1
* Add some more directories temporarily until these ports can be made tokris2006-03-131-4/+8
* Add a mechanism for reporting client machine error conditions back to thekris2006-02-151-1/+14
* Trim some unused cruftkris2006-02-151-69/+12
* Save the output of portbuild run on the client to a temporary log file.kris2006-02-151-1/+11
* Add some sanity checking of the build environment:kris2006-02-151-1/+30
* * Don't try to pkg_delete packages that are not installed (the usualkris2006-02-151-6/+9
* Add support for 6-exp builds (FreeBSD 6.x is our new reference platform)kris2006-02-154-4/+14
* * Switch back to using pkg_delete -f; we are not yet ready to dealkris2006-02-141-25/+26
* * In kill_procs(), pass in the directory and mountpoint as separatekris2006-02-111-2/+8
* Support for building ports in a jail instead of a chroot. If use_jail=1kris2006-02-111-9/+14
* * Use ${mailto} portbuild.conf variable instead of hard-coded list [1]kris2006-02-111-4/+7
* Use ${mailto} portbuild.conf variable instead of hard-coded listkris2006-02-111-1/+1
* Checkpoint a major round of changes:kris2006-02-111-64/+201
* Flip from noclean to cleankris2006-02-041-3/+3
* Don't bother chowning the client /var/portbuild/, it just takes too longkris2006-02-041-3/+0
* Use clean-chroot with clean=2 to remove the chroot instead of duplicatingkris2006-02-041-5/+1
* Flip "noclean" to "clean"kris2006-02-041-3/+3
* Instead of passing in a "noclean" boolean, pass in a "clean" level:kris2006-02-041-4/+11
* Also look for chroots that are marked 'dirty' (previous build left chrootkris2006-02-041-1/+5
* Don't try to remove the lock file now that we use lockf to manage itkris2006-02-041-2/+0
* Fix bogus comments. No code change.linimon2006-02-021-5/+5
* Correctly set SRCBASE; the version inherited from buildenv is wrong forkris2006-01-281-0/+1
* Don't try to rsync docs, we no longer need to distribute themkris2006-01-281-1/+0
* Update the list of quickportskris2006-01-281-1/+1
* Warn if there are duplicate MD5/SHA256/SIZE statements for a single fileedwin2006-01-251-3/+33
* Small tool to check the necessary lines in the distinfo files, basededwin2006-01-241-0/+105
* Support 7.x INDEX buildskris2006-01-231-16/+37
* Don't bother mounting doc tree, it's not needed by any portskris2006-01-221-12/+8
* Remove -nodoccvs option, it turns out mounting the doc tree is notkris2006-01-221-14/+1
* Also clean up linprocfs mountskris2006-01-221-0/+1
* Pull in buildenv for LOCALBASE/X11BASE locationskris2006-01-221-2/+4
* Use LOCALBASE and X11BASE from buildenvkris2006-01-221-1/+4
* Allow for the possibility of overriding LOCALBASE and X11BASEkris2006-01-221-0/+2
* Exit with the correct error code when a make target failskris2006-01-151-3/+3
* Back out last commit, it was the wrong filekris2006-01-151-17/+15
* Exit with the correct error code when a make target failskris2006-01-151-15/+17
* Add portsvar.sh schell script into Tools/scripts.daichi2006-01-111-0/+133
* This script may be run on a client machine to force it to flush its squidkris2005-12-111-0/+15
* Bump the file size limit to 300MB now that openoffice distfiles exceedkris2005-12-111-5/+5
* Shuffle the order of a cdkris2005-12-111-2/+1
* Remove 0-sized entries to avoid misbehaviourkris2005-12-111-0/+4
* Don't use a lockfile, the script will be called with lockf -t0 instead tokris2005-12-112-16/+0
* Don't use a lockfile, the script will be called with lockf -t0 insteadkris2005-12-111-6/+0
* Update the list of quickportskris2005-12-111-1/+1
* Don't set -nocopy when -norsync is set, otherwise the setupnode scriptkris2005-12-111-1/+1
* Don't use a lock file, the script will be called with lockf -t 0 instead.kris2005-12-111-6/+0
* Mount the md image async since this gives much better performancekris2005-12-111-1/+1
* Utility: A tool to identify similar pkg-descr filesedwin2005-11-261-0/+24
* Remove, don't comment out, unused variableskris2005-10-111-2/+0
* Remove unused variables. Don't bother protecting against negativekris2005-10-111-4/+2
* Update lockf to lockf -k in example usagekris2005-10-111-1/+1
* Update the lockf command to add -k in example usagekris2005-10-111-1/+1
* When -norsync is set, don't bother to run md5 over the bindist.tarkris2005-10-111-3/+9
* Change lockf to lockf -k in a commented-out command, just in case it'skris2005-10-111-1/+1
* Add support for use_md_swapkris2005-10-111-0/+5
* Add support for use_md_swap. When this variable is set in akris2005-10-111-4/+18
* No need to hold the queue lock while polling client loadkris2005-10-111-1/+1
* * Use lockf -k instead of lockf. If there is ever contention from >1kris2005-10-111-5/+5
* * Add support for use_md_swapkris2005-10-111-12/+22
* * Unmount linprocfs around pkg_adding dependencies, to try and workkris2005-10-111-3/+41
* * Finish flipping the switch on -noplistcheck - this is activated bykris2005-10-111-11/+6
* * Remove support for the unused -nodummy functionkris2005-10-111-65/+66
* * Remove unused -nodummy argumentkris2005-10-111-34/+6
* Silence some possible errors from chflags -Rkris2005-10-111-1/+1
* Silence possible errors from some recursive commandskris2005-10-111-2/+2
* - Add a new option -L, it works like -l but uses pkg-descr to creategarga2005-10-051-17/+30
* Remove some hardcoded values to hopefully stop random users from shootingkris2005-09-091-12/+27
* - Handle different INDEX filename on 5.X and abovepav2005-09-051-2/+5
* Check for extra files on !i386 alsokris2005-07-251-6/+4
* Support FreeBSD 7.xkris2005-07-255-5/+15
* Drop the removed openoffice 1.0 ports from the quickports listkris2005-07-251-1/+1
* Correct typokris2005-07-251-1/+1
* Add prototypes for all the subroutines which fixes compilation withmarcus2005-07-111-9/+20
* Fix typosvs2005-04-181-3/+3
* As discussed on the cvs-ports-list, make 'addport' print a warning if the dir...vs2005-04-121-0/+1
* Add a splitpatch.pl utility, a small script to convert multi-filetobez2005-04-122-0/+112
* - Add bump_revision.pl, a small script to bump the PORTREVISION variableflz2005-04-122-1/+193
* - Replace pkg-comment with COMMENT to reflect latest (*sigh*) changesflz2005-04-121-2/+2
* Use WRKDIRPREFIX instead of hardcoded value.kris2005-04-121-1/+3
* Change rsync -l to -L for the tarballs/ directory (so that danglingkris2005-04-031-1/+1
* Build packages with WRKDIRPREFIX=/work (which does not exist bykris2005-04-031-1/+9
* Increase the nc poll timeout to better deal with network latencies.kris2005-04-031-1/+1
* Flip over the -plistcheck switch to -noplistcheck since we now want tokris2005-04-031-5/+5
* Update the list of files and directories to filter from the plist checking.kris2005-04-031-1/+3
* Checkout Templates from CVS as well since ports with GNU_CONFIGURE willvs2005-03-211-0/+2
* Put $FreeBSD$ for ident(1)'ing.krion2005-03-131-0/+1
* Hopefully last try to fix readmes build.krion2005-03-121-1/+2
* Fix problems with quoting if PORTSTOP is specified.krion2005-03-101-1/+1
* * Add info files to TMPPLIST, only if INFO is specified. [1]krion2005-03-011-1/+1
* * Instead of using umount -f to unmount things, first use fstat tokris2005-02-121-6/+44
* Only try to chown the portbuild directory if we are a disconnected clientkris2005-02-121-1/+1
* Instead of using umount -f to unmount things, first use fstat to look forkris2005-02-121-1/+35
* * Instead of using umount -f to unmount things, first use fstat tokris2005-02-121-7/+44