# $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 += 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 += news SUBDIR += palm SUBDIR += picobsd 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-toolkits SUBDIR += x11-wm PORTSTOP= yes .include index: @rm -f ${.CURDIR}/${INDEXFILE} @cd ${.CURDIR} && make ${.CURDIR}/${INDEXFILE} ${.CURDIR}/${INDEXFILE}: @echo -n "Generating ${INDEXFILE} - please wait.."; \ export LOCALBASE=/nonexistentlocal; \ export X11BASE=/nonexistentx; \ cd ${.CURDIR} && make describe ECHO_MSG="echo > /dev/null" | \ perl ${.CURDIR}/Tools/make_index | \ sed -e 's/ */ /g' -e 's/| */|/g' -e 's/ *|/|/g' -e "s,$${LOCALBASE},/usr/local," -e "s,$${X11BASE},/usr/X11R6," > ${INDEXFILE} .if !defined(INDEX_NOSORT) @sed -e 's./..g' ${.CURDIR}/${INDEXFILE} | \ sort -t '|' +1 -2 | \ sed -e 's../.g' > ${.CURDIR}/${INDEXFILE}.tmp; \ mv -f ${.CURDIR}/${INDEXFILE}.tmp ${.CURDIR}/${INDEXFILE} .endif @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\n\n", $$1, $$2, $$4, $$6, $$7, $$8, $$9); }' < ${.CURDIR}/${INDEXFILE} parallel: ${.CURDIR}/${INDEXFILE} .if !defined(branch) @echo "The parallel target requires a branch parameter," @echo "e.g.: \"make parallel branch=X\"" @false .endif .for dir in ${SUBDIR} @echo "all: ${dir}-all" .endfor @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 ".tgz"; print me ": " me ".tgz"; print me ".tgz: " bdep " " rdep; printf("\t@/var/portbuild/scripts/pdispatch ${branch} /var/portbuild/scripts/portbuild %s.tgz %s", me, here); if (bdep != "") printf(" %s", bdep); if (rdep != "") printf(" %s", rdep); printf("\n")}' < ${.CURDIR}/${INDEXFILE} CVS?= cvs .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} -q update -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 ontent'>
Commit message (Expand)AuthorAgeFilesLines
* Fix build with gcc-3.4krion2004-08-194-30/+122
* BROKEN on 5.x: Does not compile with gcc 3.4.2kris2004-08-161-1/+7
* Updated to 1.36skv2004-08-154-16/+23
* Updated to 1.000002skv2004-08-154-16/+17
* Fix plist.krion2004-08-151-0/+11
* Fix build with gcc-3.4krion2004-08-132-1/+90
* Factor out all but one of the build switches of the KDE main module portslofi2004-08-115-175/+79
* BROKEN: Size mismatchkris2004-08-101-0/+2
* Change maintainer's email.krion2004-08-082-2/+2
* Fix statistic read and write.krion2004-08-073-1/+31
* Update to 0.4.99.7vs2004-08-062-4/+5
* Update to 0.7.3krion2004-08-042-4/+4
* Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15ade2004-08-042-0/+14
* Update to 2.2.9.mezz2004-08-032-3/+3
* Correct a configure-misdetection which went unnoticed until now, but causeslofi2004-08-011-0/+4
* Update to version 0.0.7markus2004-07-303-19/+9
* - Fix build with gcc-3.4pav2004-07-304-0/+81
* - Really fix build in mpeg4ip presencepav2004-07-291-4/+3
* Use tty_close() and ttygone() where it need instead ofosa2004-07-282-23/+27
* Add Klog, an amateur radio logging program for KDEarved2004-07-256-0/+51
* fix build when mpeg4ip is installedsem2004-07-241-2/+13
* Update to 0.7.2arved2004-07-234-18/+21
* Realy fix "link_elf: symbol ttyclose undefined" error andosa2004-07-232-4/+4
* Fix detection of the bluetooth stackvs2004-07-222-8/+9
* 1) Merge two patches for ${WRKSRC}/sys/dev/ltmdm/ltmdmsio.c into one patchosa2004-07-224-231/+232
* Revert back wrong changes, because port have strangeosa2004-07-222-239/+174
* Fix run on recent -CURRENT by removing ttyclose() calls.osa2004-07-222-174/+239
* - Update to 1.3, which brings a non-interactive send/getpav2004-07-182-3/+3
* - Update to 0.6.4pav2004-07-177-81/+225
* Reset undeliverable maintainer address:kris2004-07-161-1/+1
* Add cutecom 0.0.5, a graphical serial terminal.markus2004-07-158-0/+138
* Add linrad, Amateur Radio DSP utility (SDR)pav2004-07-1515-0/+714
* Enable this port on non-i386 architectures on -current after 9 July.vs2004-07-131-3/+5
* Support WITHOUT_NLSkrion2004-07-112-2/+9
* Support WITHOUT_NLSkrion2004-07-112-11/+18
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-104-4/+4
* Fix for gnome-libs induced breakage.vs2004-07-092-0/+14
* Update to 0.5vs2004-07-083-9/+11
* Update to 0.6.3krion2004-07-085-34/+40
* . SIZEify.glewis2004-07-081-0/+1
* Add xastir, a hamradio orientated GIS package designed to handle APRS.pav2004-07-066-0/+237
* - Unbreak on 4.x: pass threading library to linkerpav2004-07-052-10/+13
* - Unbreak plist: fix perl man page installationpav2004-07-052-8/+2
* - Unbreak on 5.x (multiline literal)pav2004-07-051-0/+52
* Add nasawash, Amateur Radio program for cleaning NASA format keplerianpav2004-07-054-0/+49
* - Update to 2.2.8apav2004-07-053-69/+3
* Add echolinux, an EchoLink client for UNIX.pav2004-07-0512-0/+246
* Add nokryptia, a program to convert music files like MP3 to workpav2004-07-034-0/+36
* Chase fixes in TTY source.edwin2004-07-012-14/+119
* Add cdr_read 1.09, utility for reading of the call detail records fromvs2004-06-304-0/+44
* Update to 0.54.1vs2004-06-282-3/+3
* - Update to 2.2.8pav2004-06-287-39/+73
* Add thebridge, an amateur radio EchoLink compatible conference bridgepav2004-06-279-0/+115
* - Add astro as secondary categorypav2004-06-261-1/+1
* Add predict, a ncurses application to predict and track positions of amateurpav2004-06-266-0/+82
* - Update AT&T service with new URLpav2004-06-262-3/+13
* Remove expired ports, plus the three ports that depended on them.kris2004-06-215-32/+0
* Support new option '-m' to show sysop mail address.krion2004-06-202-1/+49
* BROKEN on amd64: Shared libraries must be compiled with -fPICkris2004-06-191-1/+7
* Update to handle systems after linesw was changed to an array ofedwin2004-06-163-44/+150
* Include a default configuration file for voice.jmz2004-06-162-1/+6
* - Update to version 0.54krion2004-06-152-3/+3
* Add pstngw 1.2.2, simple H.323-PSTN (POTS) gateway.vs2004-06-144-0/+42
* Fix build with gcc34arved2004-06-131-0/+10
* Update to version 3.2.3lofi2004-06-103-14/+3
* - Update to 0.53.1pav2004-06-082-3/+3
* - Axe indirect dependencypav2004-06-051-1/+1
* - Drop indirect dependencypav2004-06-052-5/+1
* Sync with new bsd.autotools.mkade2004-06-054-8/+21
* - Add patch to fix sending HUP to daemonpav2004-06-055-2/+94
* - Give maintainership to volunteerpav2004-06-041-1/+1
* - Update to 0.9.6 and unbreakpav2004-06-035-53/+33
* - Put a copy on MASTER_SITE_LOCAL as qsl.net diedpav2004-06-031-1/+3
* Upgrade to 8.1.7.kuriyama2004-06-032-4/+4
* Putting commit bit in storage. I don't have the timepatrick2004-06-033-3/+3
* Add qicosi after repocopy from qico. Qicosi is ifcico-like ftn mailer,pav2004-06-025-45/+54
* - Update to 0.49.10.3pav2004-05-3110-178/+20
* - Tweak config pathpav2004-05-302-15/+17
* - Update to 0.22.8.7pav2004-05-306-5/+144
* - Update WWWpav2004-05-302-2/+2
* Cleanup CC/CFLAGS handling & patch.vs2004-05-282-18/+10
* - Rework the port a littlepav2004-05-278-214/+435
* - Update to version 0.7.1krion2004-05-252-3/+3
* Add xdx, a DX cluster client with the same look and feel as xlog.pav2004-05-235-0/+46
* - make it run by the user uucp;thierry2004-05-183-4/+16
* - Fix build on sparc64 (don't include header files for i386 specific functionspav2004-05-142-4/+12
* Drop maintainership.eik2004-05-111-1/+1
* Fix the build that the new hamlib port (1.2) has a change in themezz2004-05-112-1/+14
* Upgrade to 8.1.5.kuriyama2004-05-092-3/+3
* Fix build on -STABLE.vs2004-05-063-11/+23
* - Fix pkg-message processing for people whom ${PKGDIR} != ${.CURDIR}pav2004-05-031-1/+1
* - Fix dependencies in WITHOUT_X11 casepav2004-05-021-1/+1
* - Update to 0.7.0pav2004-04-293-5/+19
* - Fix build on 4-xkrion2004-04-221-1/+1
* - Update to 1.2.0pav2004-04-204-31/+99
* Update to KDE 3.2.2lofi2004-04-202-2/+13
* Back out previous commit, the port was recently fixed.kris2004-04-191-2/+0
* BROKEN: Does not compilekris2004-04-191-0/+2
* BROKEN: Does not compilekris2004-04-191-0/+2
* - Distfile was rerolled with a change specific to Mac OS X and updatepav2004-04-181-2/+2
* - Fix build on 4-xkrion2004-04-181-0/+4
* Unbreak after recent gtk update.vs2004-04-171-0/+11
* Add efax-gtk 2.2.5, GUI front end for the efax fax program.clement2004-04-179-0/+109
* - Update to version 0.6.1krion2004-04-154-13/+15
* - Update to 8.0.211: bugfix release.naddy2004-04-152-6/+5
* Upgrade to 8.1.4 (minor fixes).kuriyama2004-04-142-3/+3
* - Update to 1.2pav2004-04-135-43/+6
* Tidy up whitespace.trevor2004-04-113-3/+3
* Trim whitespace.trevor2004-04-112-2/+2
* - Update to 0.94.0krion2004-04-088-36/+8
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-055-4/+5
* Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2
* SIZEify (maintainer timeout)trevor2004-03-3134-0/+34
* - Use USE_ICONV knobkrion2004-03-311-2/+1
* - Mark ONLY_FOR_ARCHS=i386 for nowpav2004-03-301-0/+3
* Add aldo, a Morse code tutor. At the moment it has four kinds ofpav2004-03-305-0/+58
* Upgrade to 8.1.3 (small '^Ec;' bugfix).kuriyama2004-03-252-3/+3
* - Always use libusbpav2004-03-255-33/+33
* Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)pav2004-03-247-0/+90
* Add openobex, a library for OBEX (Object Exchange), a protocol to exchangepav2004-03-2415-0/+363
* Add SIZE data to distinfo files.se2004-03-231-0/+1
* Add SIZE data.knu2004-03-222-0/+2
* My last attempt to fix 5.x was incorrect for 4.x. Move a #endif around soscottl2004-03-211-1/+1
* Add size data, approved by maintainers.trevor2004-03-213-0/+3
* BROKEN on alpha 4.x: Does not compilekris2004-03-201-0/+4
* Add size data, approved by maintainers.trevor2004-03-193-0/+3
* Add size data, approved by maintainers.trevor2004-03-193-0/+3
* BROKEN on 4.x: Configure failskris2004-03-181-1/+7
* - SIZEify.mich2004-03-181-0/+1
* Add SIZE data.perky2004-03-181-0/+1
* Add SIZE.cy2004-03-181-0/+1
* Add size data.trevor2004-03-185-0/+5
* Upgrade 8.1.2.kuriyama2004-03-142-3/+3
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-147-8/+8
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-1/+1
* . Re-add the Savannah mirrors to MASTER_SITES.glewis2004-03-101-1/+2
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-104-29/+19
* - Update MASTER_SITES and pkg-descrkrion2004-03-082-8/+9
* - add SIZEdinoex2004-02-262-0/+2
* - Fix INDEX buildkrion2004-02-251-8/+9
* Merge in port changespatrick2004-02-251-3/+7
* Change WWW addresspatrick2004-02-251-1/+1
* - Update to 0.6.0pav2004-02-242-3/+3
* BROKEN on !i386: Does not compilekris2004-02-241-1/+7
* - Chase checksum (changes to documentation, minor change to gkermit.h)pav2004-02-242-4/+3
* - Try to fix this on Bento. Configure script is needlessly picky about warningspav2004-02-231-1/+1
* - Chase download location againpav2004-02-231-2/+1
* Catch up to the cdevsw changes in 5-current.scottl2004-02-221-9/+14
* BROKEN: Checksum mismatchkris2004-02-221-0/+2
* - Remove unneeded reference to -lcipher, which was removed from -CURRENTpav2004-02-171-8/+2
* BROKEN on 5.x: configure failskris2004-02-171-1/+7
* BROKEN with perl != 5.6.1: broken plistkris2004-02-171-1/+7
* Fix plist & unmark broken.mikeh2004-02-172-3/+0
* BROKEN: Broken pkg-plistkris2004-02-171-0/+2
* - Teach included libtool to not be clever about -lc_rpav2004-02-151-0/+15
* - Update to 0.5.10pav2004-02-146-63/+45
* Upgrade to 8.1.1.kuriyama2004-02-112-2/+3
* Respect CFLAGS; utilize USE_GETOPT_LONG; utilize USE_LIBTOOL.linimon2004-02-113-45/+24
* Enable kdepasswd, depend on kdebase, fix plist.bas*, bump PORTREVISION.lofi2004-02-103-7/+79
* Create a new port for xtt516, a GUI for controlling the TenTec 516 ham radiopatrick2004-02-085-0/+32
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-064-2/+2
* Use PLIST_FILES.trevor2004-02-064-2/+2
* RUN_DEPENDS on gnupg, CONFLICTS with kgpg.lofi2004-02-051-1/+5
* Update to KDE 3.2.0lofi2004-02-0510-115/+253
* Remove unneeded patch files for version 0.9.1 to make it compile.patrick2004-02-053-44/+0
* Update to 0.9.1patrick2004-02-054-40/+37
* Set {WANT,USE}_GNOME correctly to make these ports compatible with the newmarcus2004-02-041-0/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0427-2/+27
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-8/+9
* Fix build on AMD64arved2004-01-311-1/+1
* Should have read all my mail before committing.pav2004-01-291-1/+2
* - Update MASTER_SITESpav2004-01-291-1/+1
* SIZEify.trevor2004-01-2916-0/+16
* - Update to 0.6.4.1pav2004-01-272-3/+3
* Upgrade to version 2.5jmz2004-01-243-15/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4
* Grig is a graphical front-end to the Ham Radio librariespav2004-01-235-0/+50
* Gpredict is a satellite tracking and prediction applicationpav2004-01-235-0/+87
* - Update to 2.0pav2004-01-224-5/+15
* Use the new ghostscript options.marcus2004-01-211-6/+1
* A better fix for the buffer overflow problem.jmz2004-01-202-2/+2
* - Update to 0.92.0, now with FreeBSD Bluetooth stack supportpav2004-01-144-6/+6
* Fix a buffer overflow problem.jmz2004-01-132-1/+2
* Reset maintainer from me@FreeBSD.org to ports@FreeBSD.org. Apparentlylinimon2004-01-121-1/+1
* update to 4.1.8mharo2004-01-112-2/+2
* Nitpicks for the comms/qpage portedwin2004-01-104-0/+50
* - Update to 0.5.8 [1]sergei2004-01-096-79/+15
* Add port for py-lirc 0.0.4,perky2004-01-075-0/+38
* The port did not build on many systems due to conflicting and missinglinimon2003-12-297-8/+78
* Fix build on 5.x.linimon2003-12-29