# $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 += french SUBDIR += ftp SUBDIR += games SUBDIR += german SUBDIR += graphics SUBDIR += hebrew 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 += picobsd 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}/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 .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 @cat ${.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 ".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")}' 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 on value='dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron6/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/science/gwyddion
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to 2.40.vanilla2015-02-173-9/+21
* - Update to version 2.38pawel2014-11-033-68/+42
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
* math/fftw3:tijl2014-09-011-1/+1
* Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1
* science/gwyddion: update 2.36 -> 2.37robak2014-07-093-64/+81
* - Update to 2.36miwi2014-05-173-15/+25
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-132-235/+15
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
* - Update to 2.35miwi2014-03-113-11/+18
* - Update from 2.33 to 2.34danilo2014-01-033-20/+21
* - Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)nemysis2013-11-201-1/+1
* graphics/ilmbasenemysis2013-10-311-0/+1
* - Update to version 2.33pawel2013-10-314-50/+54
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Convert to new perl frameworkaz2013-08-031-1/+1
* Convert to USES to update-desktop-database on package install and uninstallantoine2013-07-012-4/+2
* . remove shlib ABI version from LIB_DEPENDS;bsam2013-06-201-2/+2
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1
* Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-281-1/+2
* - Update to 2.31miwi2013-03-023-23/+20
* - Chase lib version changes from ilmbase and OpenEXR updatesswills2013-01-181-1/+1
* Update PCRE to 8.32mm2012-12-111-0/+1
* Update to version 2.30pawel2012-11-114-218/+370
* - Reassign to the heap at maintainer's requesttabthorpe2012-09-241-6/+2
* - update png to 1.5.10dinoex2012-06-012-0/+12
* - Update to 2.27miwi2012-05-034-16/+92
* - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-2/+2
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
* - remove MD5ohauer2011-07-031-1/+0
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirror...amdmi32009-09-021-2/+1
* - Update to 2.16miwi2009-07-284-268/+324
* - Chase fftw3 updatepav2009-05-181-2/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* - Update to 2.9miwi2007-12-163-5/+21
* Regular update to a new backward compatible upstream version 2.8 withitetcu2007-09-053-4/+10
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-2/+1
* - Update to 2.7miwi2007-06-304-43/+29
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to 2.5miwi2007-03-164-19/+72
* - Update to 2.4miwi2007-02-092-4/+4
* - Update to 2.3rafan2007-01-223-8/+16
* - Update to 2.2miwi2006-12-223-15/+20
* - Fix build on big-endian platformrafan2006-11-262-0/+8
* - Update to 2.1rafan2006-11-083-8/+12
* - Update to 2.0clsung2006-10-043-24/+29
* - Update to 1.99.9rafan2006-09-123-10/+17