# $FreeBSD$ # 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 += editors SUBDIR += emulators SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += irc SUBDIR += japanese SUBDIR += java SUBDIR += korean SUBDIR += lang SUBDIR += mail SUBDIR += math SUBDIR += mbone SUBDIR += misc SUBDIR += net SUBDIR += news SUBDIR += palm SUBDIR += print SUBDIR += russian SUBDIR += security SUBDIR += shells SUBDIR += sysutils SUBDIR += textproc SUBDIR += vietnamese SUBDIR += www SUBDIR += x11 SUBDIR += x11-clocks SUBDIR += x11-fm SUBDIR += x11-fonts SUBDIR += x11-servers SUBDIR += x11-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/INDEX @cd ${.CURDIR} && make ${.CURDIR}/INDEX ${.CURDIR}/INDEX: @echo -n "Generating INDEX - please wait.." @cd ${.CURDIR} && make describe ECHO_MSG="echo > /dev/null" | \ perl ${.CURDIR}/Tools/make_index > ${.CURDIR}/INDEX .if !defined(INDEX_NOSORT) @sed -e 's./..g' ${.CURDIR}/INDEX | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${.CURDIR}/INDEX.tmp @mv -f ${.CURDIR}/INDEX.tmp ${.CURDIR}/INDEX .endif @echo " Done." print-index: ${.CURDIR}/INDEX @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\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/INDEX parallel: ${.CURDIR}/INDEX .for dir in ${SUBDIR} @echo "all:: ${dir}-all" .endfor @sed -e 's/|/.tgz|/' ${.CURDIR}/INDEX | awk -F '|' '{me=$$1; here=$$2; bdep=$$8; rdep=$$9; split(here, tmp, "/"); if (bdep != "") { gsub("$$", ".tgz", bdep); gsub(" ", ".tgz ", bdep); } if (rdep != "") { gsub("$$", ".tgz", rdep); gsub(" ", ".tgz ", rdep); } print tmp[4] "-all:: " me; print me ": " bdep " " rdep; printf("\t@/a/asami/portbuild/scripts/pdispatch /a/asami/portbuild/scripts/portbuild %s %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' CVS?= cvs update: .if defined(SUP_UPDATE) .if !defined(PORTSSUPFILE) @${ECHO_MSG} "Error: Please define PORTSSUPFILE before doing make update." @exit 1 .endif @echo "--------------------------------------------------------------" @echo ">>> Running ${SUP}" @echo "--------------------------------------------------------------" @${SUP} ${SUPFLAGS} ${PORTSSUPFILE} .elif defined(CVS_UPDATE) @echo "--------------------------------------------------------------" @echo ">>> Updating ${.CURDIR} from cvs repository" ${CVSROOT} @echo "--------------------------------------------------------------" cd ${.CURDIR}; ${CVS} -q update -P -d .else @${ECHO_MSG} "Error: Please define either SUP_UPDATE or CVS_UPDATE first." .endif ~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/log/ports-mgmt'>
path: root/ports-mgmt
Commit message (Expand)AuthorAgeFilesLines
* Bump the version number of the port for the new version of the scriptdougb2006-05-201-1/+1
* 1. Implemented recursive 'make config' at the beginning of the run, so it'sdougb2006-05-202-139/+336
* Update to 0.1.1. [1]lawrance2006-05-153-6/+6
* Make bpm capable of handling ports with OPTIONS by using zenity tolawrance2006-05-142-2/+22
* Remove USE_REINPLACE from all categories starting with Sedwin2006-05-136-6/+0
* Depend on the right databases/p5-DBD-mysqlitetcu2006-05-122-6/+20
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
* Convert MAINTAINER to my freebsd.org account.stefan2006-05-071-1/+1
* - Update to 0.77:sergei2006-05-062-4/+4
* - Update to 0.76 (bugfix release, see NEWS for the list of changes)sergei2006-05-024-56/+6
* Update from 1.2.2 to 1.2.3:vd2006-05-022-4/+4
* - Update to 0.75:sergei2006-05-013-6/+9
* - Update to 20060430, which uses pkg_delete instead of pkg_deinstallpav2006-05-012-8/+5
* Track Mk/bsd.port.mk r1.530.linimon2006-04-301-2/+2
* [patch] Clarify using instructions for sysutils/newportsversioncheckedwin2006-04-211-1/+1
* Avoid unnecessary invocations of pkg_info by checking whether thesimon2006-04-162-1/+5
* Perform the hand-merge.linimon2006-04-151-30/+182
* Backout previous commit because all changes here should be merged bykrion2006-04-151-183/+139
* Merge changes for the next experimental build.krion2006-04-141-139/+183
* Remove USE_REINPLACE to give portlint a better self-image.marcus2006-04-071-1/+0
* - Update to 20060403sem2006-04-053-8/+8
* - Add some messages in pkg-message that were missing.jmelo2006-04-052-2/+4
* Bring these up to the level that was committed to the master files onlinimon2006-03-202-87/+56
* Update to 2.8.7.marcus2006-03-132-4/+4
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-0/+1
* - Update to 1.1garga2006-03-012-4/+4
* Try to clean up lib/compat and lib/compat/pkg at deinstall.kris2006-02-262-2/+4
* Update to 2.8.6, and sync with my own CVS repo.marcus2006-02-252-5/+4
* Move maintainership to andreas@syndrom23.deedwin2006-02-242-2/+2
* Conversion to a single libtool environment.ade2006-02-232-9/+1
* Back out PERL_(BUILD|RUN)_DEPENDS pending reimplementationkris2006-02-233-14/+13
* - Add a patch to fix a crash when trying to remove a MOVED port with -y optionehaupt2006-02-232-2/+13
* Improve the description, and add a WWW link.dougb2006-02-211-6/+22
* Add my portmaster utility. This is a shell script to manage portsdougb2006-02-214-0/+765
* Add psearch.jylefort2006-02-183-0/+36
* Update to 2.8.5.marcus2006-02-142-10/+41
* fix pkg-plistedwin2006-02-134-18/+22
* Update to 2.8.4.marcus2006-02-122-6/+42
* Update port: misc/tinderbox to 2.3.0 + enhancementsedwin2006-02-116-156/+160
* - Update to version 20060207az2006-02-082-4/+4
* - Package Frontend is a ncurses based, graphical front-end to manageaz2006-02-033-0/+37
* Add new port sysutils/portsearchvd2006-02-013-0/+32
* Update sysutils/portsnap to version 1.0, to match the version in thecperciva2006-01-312-4/+4
* Fix PERL_RUN_DEPENDS syntax.edwin2006-01-301-2/+2
* Update to 1.5anray2006-01-302-4/+4
* Incorporate 1.63 from the master.linimon2006-01-281-5/+9
* Incorporate 1.523 from the master.linimon2006-01-281-1/+1
* SHA256ify (manually checked)edwin2006-01-241-0/+1
* SHA256ifyedwin2006-01-241-0/+1
* SHA256ifyedwin2006-01-2412-0/+12
* - Drop maintainership. ENOTIME for ports, so let someone else take better carepav2006-01-241-1/+1
* Update to the latest patches running on the cluster.linimon2006-01-231-5/+18
* Reflect a bug found in the latest patchset.linimon2006-01-231-1/+2
* SHA256ifyedwin2006-01-221-0/+1
* SHA256ifyedwin2006-01-221-0/+1
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
* Incorporate the emergency fix from ports/92128.linimon2006-01-221-2/+2
* Update these two to the next set of 5-exp patches.linimon2006-01-222-35/+476
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-226-13/+13
* Update to 2.8.3.marcus2006-01-222-4/+4
* Bring this up to date with respect to the master copy.linimon2006-01-221-27/+30
* Remove files committed to /usr/ports/Mk in the latest patchset and/or oneslinimon2006-01-2215-4068/+0
* Implement PERL_BUILD_DEPENDS / PERL_RUN_DEPENDS for my ports.edwin2006-01-223-13/+14
* Implement @dirrmtry for my ports.edwin2006-01-223-7/+7
* Update to 2.8.2.marcus2006-01-22