# $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} -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 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.1.12.marcus2002-11-175-12/+31
* upgrade to 2.1.39ijliao2002-11-176-6/+36
* update distinfo to 1.6.0ijliao2002-11-163-3/+3
* Made math/scilab building on -current againedwin2002-11-151-3/+50
* Fix platform detection for non-i386 case.naddy2002-11-132-2/+23
* Fix "billenium" bug.naddy2002-11-132-0/+25
* Bump PORTREVISION after the gal version bump.marcus2002-11-122-1/+2
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-11114-114/+57
* Update to 1.1.11.marcus2002-11-092-2/+2
* The unixstat port has a typo in the list of manual pages.edwin2002-11-081-3/+3
* (1) Remove dependency on and support for linking with gd. Gnuplot is onlyglewis2002-11-081-6/+4
* ports/math/asir2000 do not build. This probrem has two reasons.edwin2002-11-075-25/+33
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-0712-12/+6
* Update 1.5.1 -> 1.6.0kiri2002-11-076-7212/+19209
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07128-65/+126
* . Respect WITHOUT_X11 setting.glewis2002-11-062-2/+13
* . Update to 3.7.2.glewis2002-11-052-4/+4
* Upgrade to version 2.11.5t4.5jmz2002-11-055-14/+15
* PERL -> REINPLACEedwin2002-11-041-0/+1
* PERL -> REINPLACEedwin2002-11-041-1/+3
* PERL -> REINPLACEedwin2002-11-041-1/+2
* Port needs PERL to build.edwin2002-11-041-0/+1
* upgrade to 1.0.12ijliao2002-10-313-3/+3
* Update my Emailaddressarved2002-10-301-1/+1
* Fix Build on -CURRENTarved2002-10-3015-0/+364
* Upgrade to 3.36.obraun2002-10-292-2/+2
* 1. upgrade to 2.5.1ijliao2002-10-293-1516/+1397
* upgrade to 20021009ijliao2002-10-293-3/+8
* Correct a typodes2002-10-291-1/+1
* Add a master sitedes2002-10-291-1/+2
* Update to 2.6.tobez2002-10-283-2/+4
* Update to 1.63.tobez2002-10-282-2/+2
* Update to 0.20101.tobez2002-10-282-2/+2
* Update to 6.3, add WWW.tobez2002-10-283-2/+3
* Update to 1.1.10.marcus2002-10-283-11/+289
* Update to 0.4.knu2002-10-283-12/+10
* Update to 0.03.knu2002-10-283-5/+4
* Update to xgobi 2002.06.20kris2002-10-273-19/+10
* Mark BROKEN on 5.0kris2002-10-261-1/+7
* Add linux-relview, an interactive tool for computer-supportedobraun2002-10-266-0/+53
* Remove #include <values.h> to partially fix build on -current (stillkris2002-10-252-1/+18
* Partially fix build on -current (remove #include <malloc.h>). This stillkris2002-10-251-0/+11
* Release all my ports.nsayer2002-10-211-1/+1
* Fix -current build.jmz2002-10-202-24/+65
* Sign over maintainership to gnome@. gcalctool will be part of the GNOME 2.2marcus2002-10-201-1/+1
* Upgrade to 2.2.4.kuriyama2002-10-194-12/+18
* Add a second md5 sum; distfile was repacked on master site with no changeskris2002-10-191-0/+1
* Upgrade to 0.5.1.obraun2002-10-193-4/+55
* Add checksums for Python-2.2.2.perky2002-10-171-1/+1
* Upgrade to 0.5.0.obraun2002-10-173-3/+12
* BROKEN -> IGNORE to prevent package buildkris2002-10-131-1/+1
* Update to superlu 2.0.20020923 (lots of code changes, no vendorkris2002-10-132-4/+3
* change maintainer emailijliao2002-10-131-1/+1
* add py-probstat 0.912ijliao2002-10-126-0/+35
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-33/+28
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-101-2/+2
* add blitz++ 0.6ijliao2002-10-108-0/+379
* upgrade to 2.5ijliao2002-10-104-242/+281
* Remove http://www.ruby-lang.org/~knu/backup/ from MASTER_SITES, nowknu2002-10-081-2/+1
* Upgrade to 1.1. Unfortunately, the tar file is not versioned.des2002-10-083-193/+198
* Update to 1.0.10.marcus2002-10-082-2/+2
* Use RUBY_MOD*.knu2002-10-0716-390/+390
* Unbreak this port by correcting REINPLACE_CMD invocations.kris2002-10-061-4/+2
* BROKEN: Does not compilekris2002-10-061-0/+2
* BROKEN: Does not compilekris2002-10-061-0/+2
* Fix build without <values.h> presentkris2002-10-062-0/+61
* Fix build by disabling use of <values.h>kris2002-10-061-10/+1
* Update to 1.1.9.marcus2002-10-064-8/+94
* Set USE_X_PREFIX=yes to fix buildkris2002-10-021-2/+2
* 1. Bump PORTREVISION to 1.alane2002-10-022-10/+23
* make the patch work on both -current and -stableijliao2002-10-011-25/+10
* make the patch work on both -current and -stableijliao2002-10-011-6/+12
* find->${FIND},xargs->${XARGS}ijliao2002-09-291-1/+1
* Fix plistkris2002-09-291-1/+0
* Correct pkg-plistkris2002-09-291-9/+0
* bump gsl lib versionijliao2002-09-251-1/+1
* fix build problem by upgrading it to 2.3.4ijliao2002-09-257-426/+64
* Update to 3.2.1 and unbreak.demon2002-09-223-10/+12
* upgrade to 3.0ijliao2002-09-215-7/+9
* BROKEN: Does not installkris2002-09-211-0/+2
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-214-4/+4
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-203-2/+24
* - Support CFLAGS/CXXFLAGS properlyijliao2002-09-201-1/+1
* Upgrade to 20020910 and unbroken.kuriyama2002-09-206-42/+54
* upgrade to 0.999ijliao2002-09-208-95/+118
* upgrade to 1.0.11ijliao2002-09-193-3/+3
* BROKEN: Does not buildkris2002-09-191-0/+2
* Add a full dependency on libgda2. Bump PORTREVISION.marcus2002-09-191-7/+2
* Update to 6.2.tobez2002-09-182-2/+2
* fix build on -currentijliao2002-09-172-0/+43
* Prevent breakage when both gal1 and gal2 are installed.sobomax2002-09-162-1/+11
* fix patch pathijliao2002-09-162-4/+4
* fix build on -currentijliao2002-09-162-0/+48
* Add gnumeric2 after a repo copy from gnumeric. Gnumeric2 is a sreadsheetmarcus2002-09-1617-873/+278
* Fix build on -current by adding USE_LIBTOOL, and respect CFLAGSkris2002-09-092-0/+11
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-1/+2
* Deploy USE_GNOMENG infrastructurelioux2002-09-011-3/+4
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-312-2/+0
* Deploy USE_GNOMENG infrastructurelioux2002-08-304-4/+8
* Update to 4.1.9.marcus2002-08-303-21/+10
* Update to version 6.3.16sanpei2002-08-301-0/+3
* Directory layouts of py-gtk and py-gnome packages have been changed, so thatsobomax2002-08-292-2/+2
* Update to version 6.3.16sanpei2002-08-274-9/+8
* o) Update to 5.1.9lkoeller2002-08-266-38/+44
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-252-15/+2
* Switch to GNOMENG framework for Gtk.naddy2002-08-241-1/+2
* Add missing .pyo files to each pkg-plistperky2002-08-233-0/+32
* MASTER_SITES changed.obraun2002-08-221-1/+1
* Update to 1.3.13. Changes in this release:naddy2002-08-202-2/+2
* Fix build on alpha.naddy2002-08-204-12/+56
* Add entropy 1.0, calculate data entropy to benchmark compressionpetef2002-08-116-0/+25
* Update to 5.3pat2002-08-083-3/+3
* Bump shared library version after pari-devel updatepat2002-08-081-1/+1
* Update to 2.2.3.apat2002-08-085-19/+19
* add tcl and tk dependenciesijliao2002-08-053-0/+12
* upgrade to 1.5.1ijliao2002-08-039-594/+1092
* Chase shlib rev of devel/gettextade2002-08-022-2/+2
* upgrade to 0.998aijliao2002-07-317-77/+83
* upgrade to 1.1.5ijliao2002-07-316-60/+65
* upgrade to 1.0.10ijliao2002-07-303-3/+3
* Update to 1.3.12, which has various minor enhancements and fixes.naddy2002-07-292-2/+2
* Update to 1.60.tobez2002-07-282-2/+2
* Update to 1.01.tobez2002-07-283-2/+7
* add tvmet 0.4.0ijliao2002-07-256-0/+55
* * Unbreak build of FORTRAN parts.naddy2002-07-245-75/+95
* shlib version bump for ports depending on math/gslpat2002-07-242-2/+2
* Update to 1.2pat2002-07-243-5/+7
* - Do not install .la filesijliao2002-07-218-22/+48
* Update to 1.0.9.sobomax2002-07-206-856/+850
* Remove obsolete MASTER_SITE.demon2002-07-181-2/+1
* Upgrade to version 3.2demon2002-07-183-17/+4
* upgrade to 2.10.1ijliao2002-07-175-363/+372
* upgrade to 2.5.0ijliao2002-07-165-641/+1454
* Changes in release 1.3.11:naddy2002-07-162-2/+2
* Use $PYNUMERIC in the dependencies.tg2002-07-154-15/+6
* fix on p4 architectureijliao2002-07-152-4/+12
* Update to 4.3 bugfix level 1.keith2002-07-133-3/+4
* Add new port gdcalc: Gnome-based scientific calculatorpat2002-07-137-0/+71
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-12