aboutsummaryrefslogtreecommitdiffstats
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* The obspy.wav package contains methods in order to read and writeWen Heping2011-03-215-0/+73
| | | | | | | | | | | | | | seismogram files in the WAV(audio) format. The data are squeezed to audible frequencies. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/
* h5utils is a set of utilities for visualization and conversion ofSteve Wills2011-03-195-0/+71
| | | | | | | | | | | | | | scientific data in the free, portable HDF5 format. Besides providing a simple tool for batch visualization as PNG images, h5utils also includes programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and VTK). WWW: http://ab-initio.mit.edu/wiki/index.php/H5utils PR: ports/155482 Submitted by: Klaus Aehlig <aehlig at linta.de>
* - Fix CoredumpMartin Wilke2011-03-183-2/+11
| | | | | PR: 155654 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* Update to 2.7Max Brazhnikov2011-03-183-5/+7
| | | | | PR: ports/155584 Submitted by: Rob Farmer (maintainer)
* - Mark ports that have been broken for six month or more, or never compiled onPav Lucistnik2011-03-172-7/+7
| | | | 7.X and up, for removal in one month
* - Remove py-obspy.core because the default cvsupd configuration (cvsignore ↵Wen Heping2011-03-165-124/+0
| | | | | | to be exact) prevents the download of files named *.core, use py-obspy-core instead Thanks to: dougb@, cperciva@, demelier.david@gmail.com
* - Update DEPENDSWen Heping2011-03-163-4/+7
|
* The obspy.core package contains common methods and classesWen Heping2011-03-165-0/+126
| | | | | | | | | | | | | | | for ObsPy. It includes UTCDateTime, Stats, Stream and Trace classes and methods for reading seismograms. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/
* The obspy.signal package contains signal processing routinesWen Heping2011-03-145-0/+208
| | | | | | | | | | | | | | for seismology. Capabilities include filtering, triggering, rotation, instrument correction and coordinate transformations. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/
* This module contains Python wrappers for gse_functions - The GSE2 libraryWen Heping2011-03-145-0/+100
| | | | | | | | | of Stefan Stange (http://www.orfeus-eu.org/Software/softwarelib.html#gse). Currently CM6 compressed GSE2 files are supported, this should be sufficient for most cases. Gse_functions are written in C and interfaced via Python ctypes. WWW: http://www.obspy.org/
* This module contains Python wrappers for libmseed - The MiniSeedWen Heping2011-03-145-0/+199
| | | | | | | library of Chad Trabant. Libmseed is written in C and interfaced via Python ctypes. WWW: http://www.obspy.org/
* The obspy.core package contains common methods and classesWen Heping2011-03-145-0/+124
| | | | | | | | | | | | | | | for ObsPy. It includes UTCDateTime, Stats, Stream and Trace classes and methods for reading seismograms. ObsPy is an open-source project dedicated to provide a Python framework for processing seismological data. It provides parsers for common file formats and seismological signal processing routines which allow the manipulation of seismological time series (see Beyreuther et. al. 2010). The goal of the ObsPy project is to facilitate rapid application development for seismology. WWW: http://www.obspy.org/
* Deprecate unmaintained ports from science where upstream disapear and/orBaptiste Daroussin2011-03-143-0/+9
| | | | where no distfiles can be found and are not used by maintained ports
* - Update to 1.8.6Frederic Culot2011-03-123-10/+28
| | | | | | | Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/155458 Submitted by: Rob Farmer <rfarmer AT predatorlabs.net> Approved by: Quincey Koziol <koziol AT hdfgroup.org> (maintainer)
* Apparently builds on amd64, but not i386 (an unusual case).Mark Linimon2011-03-121-2/+4
| | | | Noticed by: "Klaus T. Aehlig" <aehlig at linta dot de>
* Update to 1.3.0Max Brazhnikov2011-03-112-3/+3
|
* BUFR = Binary Universal Form for the Representation of meteorological data.Wen Heping2011-03-105-0/+70
| | | | | | | | | | | | | | | | | | BUFR is approved by WMO (World Meteorological Organization) as the standard universal exchange format for meteorological observations, gradually replacing a lot of older alphanumeric data formats. This module provides methods for decoding and encoding BUFR messages, and for displaying information in BUFR B and D tables and in BUFR flag and code tables. Installing this module also installs some programs: bufrread.pl, bufrresolve.pl, bufrencode.pl, bufr_reencode.pl and bufralter.pl. See https://wiki.met.no/bufr.pm/start for examples of use. For the majority of potential users of Geo::BUFR I would expect these programs to be all that you will need Geo::BUFR for. WWW: http://search.cpan.org/dist/Geo-BUFR/
* Upgrade to 2011.03.06.Thierry Thomas2011-03-082-6/+5
|
* bayesm covers many important models used in marketing and micro-econometricsWen Heping2011-03-074-0/+39
| | | | | | | | | | | | | | | | | | applications. The package includes: Bayes Regression (univariate or multivariate dep var), Bayes Seemingly Unrelated Regression (SUR), Binary and Ordinal Probit, Multinomial Logit (MNL) and Multinomial Probit (MNP), Multivariate Probit, Negative Binomial (Poisson) Regression, Multivariate Mixtures of Normals (including clustering), Dirichlet Process Prior Density Estimation with normal base, Hierarchical Linear Models with normal prior and covariates, Hierarchical Linear Models with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a mixture of normals prior and covariates, Hierarchical Multinomial Logits with a Dirichlet Process prior and covariates, Hierarchical Negative Binomial Regression Models, Bayesian analysis of choice-based conjoint data, Bayesian treatment of linear instrumental variables models, and Analysis of Multivariate Ordinal survey data with scale usage heterogeneity (as in Rossi et al, JASA (01)). WWW: http://www.perossi.org/home/bsm-1
* R-cran-AMORE was born to release the TAO robust neural network algorithmWen Heping2011-03-074-0/+29
| | | | | | | | to the R users. It has grown and I think it can be of interest for the users wanting to implement their own training algorithms as well as for those others whose needs lye only in the "user space". WWW: http://rwiki.sciviews.org/doku.php?id=packages:cran:amore
* - Chase math/plplot shlib bumpMartin Wilke2011-03-041-1/+2
|
* - Chase ginac shlib bumpMartin Wilke2011-03-041-1/+1
|
* Return these ports to the pool.Mark Linimon2011-03-031-1/+1
| | | | | PR: ports/155217 Submitted by: maintainer
* Fix the previous commit.Thierry Thomas2011-03-021-1/+1
| | | | | Reported by: pointyhat via Pav PR: ports/154736
* - Update to 1.63.03Wen Heping2011-03-013-197/+301
|
* - Update to 1.4.7Sunpoet Po-Chuan Hsieh2011-03-016-28/+20
| | | | Changes: https://code.zmaw.de/news/41
* - Fixed fetch of portSylvio Cesar Teixeira2011-02-282-4/+4
|
* Update to 0.12.6.Koop Mast2011-02-283-11/+6
| | | | | | | Pick up maintainer [1] Remove broken check for 6.x. Approved by: pav@ [1] (previous maintainer)
* Chase the upgrade of science/cgnslib to 2.5-5; this implies toThierry Thomas2011-02-263-5/+4
| | | | | | | | | | switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736
* - Upgrade to 2.5-5.Thierry Thomas2011-02-262-7/+10
| | | | | | | | | Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_2.5/Release%205/> - Set the license. PR: ports/154735
* Chase the upgrade of MPICH2.Thierry Thomas2011-02-2610-12/+5
| | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715
* Mark BROKEN: does not buildErwin Lansing2011-02-251-0/+2
|
* - Move to py25 or aboveMartin Wilke2011-02-255-5/+6
| | | | - While here kick md5 support
* - Fix fetchWen Heping2011-02-221-1/+1
| | | | Reported by: pointyhat
* - Update to 1.3.0Wen Heping2011-02-213-64/+144
|
* - Update to 0.6.5Cheng-Lung Sung2011-02-202-4/+3
|
* The SciMath project includes packages to support scientific andWen Heping2011-02-205-0/+317
| | | | | | | | | | | | mathematical calculations, beyond the capabilities offered by SciPy. * enthought.interpolate * enthought.mathematics * enthought.units WWW: http://pypi.python.org/pypi/SciMath/ PR: ports/154351 Submitted by: Wen Heping (myself)
* - Update to 0.10Wen Heping2011-02-142-4/+4
| | | | ChangeLog: http://search.cpan.org/src/YAPPO/Geo-Coordinates-Converter-0.10/Changes
* - Update to 0.8.4Martin Wilke2011-02-053-17/+16
| | | | | | PR: 154481 Submitted by: chris petrik <c.petrik.sosa@gmail.com> (maintainer) Feature safe: yes
* - Update to 2.1.21Sunpoet Po-Chuan Hsieh2011-02-052-6/+5
| | | | | | | | | | | Changes: - Eliminate expectation and use of leading scale factor in the "have" unit of udunits2(1). - Add verification of commit status to "make ftp". - Add dependency of documentation on version. - Add "force" flag to tagging rule in makefile. Feature safe: yes
* NO_CDROM is redundant when RESTRICTED is set.Mark Linimon2011-01-241-2/+1
| | | | | | | While here, pet portlint. Hat: portmgr Feature safe: yes
* - Fix fetch errorWen Heping2011-01-162-2/+1
| | | | | Reported by: QAT@ Feature safe: yes
* - Update to 1.8.5 patch 1Sunpoet Po-Chuan Hsieh2011-01-093-76/+113
| | | | | | | | | - Add option: DEBUG Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/153400 (based on) Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer (timeout, 17 days)
* Veusz is a GUI scientific plotting and graphing package. ItWen Heping2011-01-065-0/+510
| | | | | | | | | | | | | | is designed to produce publication-ready Postscript or PDF output. SVG, EMF and bitmap formats export are also supported. The program runs under Unix/Linux, Windows or Mac OS X, and binaries are provided. Data can be read from text, CSV or FITS files, and data can be manipulated or examined from within the application. WWW: http://home.gna.org/veusz/ PR: ports/153686 Submitted by: Stas Timokhin <devel@stasyan.com>
* - Bump PORTREVISION to chase the update of astro/cfitsioWen Heping2011-01-052-2/+2
|
* - Update to 0.08Wen Heping2011-01-042-3/+3
| | | | ChangeLog: http://search.cpan.org/src/YAPPO/Geo-Coordinates-Converter-0.08/Changes
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-303-3/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* Geo::Coordinates::Converter is a simple converter of geo coordinates, theWen Heping2010-12-295-0/+61
| | | | | | | | format and datum of geo coordinates are simply converted. when it is insufficient in the coordinate system and the format of the standard, it is possible to add it easily. WWW: http://search.cpan.org/dist/Geo-Coordinates-Converter/
* - change MAINTAINER to my @FreeBSD.org addressFlorian Smeets2010-12-281-1/+1
| | | | Approved by: jadawin (mentor)
* - Update to 2.1.20Sunpoet Po-Chuan Hsieh2010-12-272-4/+3
| | | | | | Changes: - Added "fahrenheit" as an alias for "degrees fahrenheit". - Added hyperlinks from HTML documentation to XML files of the units database.
* - Update to 2.2.2Wen Heping2010-12-234-6/+29
|
* - Fix run error because of lacking cpow() function in FreeBSD.Wen Heping2010-12-213-1/+18
| | | | | | | - Remove MD5 PR: ports/153299 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
* - Add files/patch-bin_vmd.csh, files/patch-bin_vmd.shNicola Vitale2010-12-184-4/+32
| | | | | | | | | | to fix a runtime error (the "ARCH" value is not set) - Bump PORTREVISION - Remove MD5 checksum from distinfo - Set ONLY_FOR_ARCHS (i386 and amd64) PR: ports/152955 Submitted by: Benjamin Kaduk <kaduk-fbsd at mit.edu> (maintainer)
* - Update to 3.8.1.Alberto Villa2010-12-173-31/+60
| | | | | | | | | | | - Disable broken Mangled Mesa support. - Add GL2PS knob. - Disable conflict with vtk 5. - Use bsd.port.options.mk. - Fix COMMENT. PR: ports/153163 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer)
* - Fix plist and unbreak - do not overwrite file installed by shared-mime-infoPav Lucistnik2010-12-093-3/+20
| | | | | Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Anders Troback <freebsd@troback.com> (maintainer)
* - Mark BROKEN: incorrect plist (this port overwrites a file installed by one ofPav Lucistnik2010-12-091-0/+2
| | | | | | it's dependencies) Reported by: pointyhat
* Clean up "current" versions of autotools components to further reduceAde Lovett2010-12-091-2/+2
| | | | tree-churn on updates.
* - Fix build with new tixPav Lucistnik2010-12-071-2/+2
|
* Sync to new bsd.autotools.mkAde Lovett2010-12-0421-21/+21
|
* Update to 0.8.3Max Brazhnikov2010-11-304-71/+51
| | | | | | | Pass maintainerhsip to submitter PR: ports/151753 Submitted by: Chris Petrik <c.petrik.sosa at gmail.com>
* Fix pkg-plistBeech Rintoul2010-11-301-0/+1
| | | | Approved by: itetcu (implicit)
* Chase the goffice and gnumeric versions.Joe Marcus Clarke2010-11-291-1/+2
|
* Update to 3.2.5, fix LICENSE entry.Beech Rintoul2010-11-293-12/+10
| | | | | | | | | Remove stale warning. PR: ports/152372 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Anders Troback <freebsd@troback.com> (maintainer) itetcu (implicit)
* Fix build with gcc-4.5.2.20101118.Thierry Thomas2010-11-261-0/+49
| | | | Reported by: pointyhat and QAT
* Upgrade to 3.5.2.Thierry Thomas2010-11-252-5/+3
| | | | | It corrects some minor mistakes including XSF file format, colourisation issues or node duplication.
* Tarball was rerolled to update version string.Max Brazhnikov2010-11-242-2/+3
| | | | | | Bump PORTREVISION Reported by: QAT, pointyhat
* Update goffice to 0.8.11.Joe Marcus Clarke2010-11-221-1/+1
|
* Update to 2.0.2Max Brazhnikov2010-11-224-4/+21
|
* - Update to 4.5.3Pav Lucistnik2010-11-187-146/+610
| | | | | PR: ports/151888 Submitted by: Florian Smeets <flo@smeets.im> (maintainer)
* - Welcome to fpc 2.4.2Jose Alonso Cardenas Marquez2010-11-162-2/+2
| | | | - Bump PORTREVISIOON
* Chase the upgrade of MPICH2.Thierry Thomas2010-11-152-3/+5
|
* Chase the upgrade of MPICH2.Thierry Thomas2010-11-157-23/+112
| | | | | PR: ports/151868 Approved by: maho (maintainer)
* Connect py-biolcccMax Brazhnikov2010-11-141-0/+1
|
* Add new port science/py-biolccc:Max Brazhnikov2010-11-144-0/+38
| | | | | | | | | | | libBioLCCC is an open source library for prediction of peptide and protein retention time in liquid chromatography. It is based on BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical Conditions). pyBioLCCC is set of Python wrappings around libBioLCCC. WWW: http://theorchromo.ru/lib/
* - Update to 2.1.0.1Dennis Herrmann2010-11-132-4/+4
|
* - Use INSTALL_LIB when installing shared lib and create symlink so configureRong-En Fan2010-11-102-1/+6
| | | | | | | | script can find it - Install header file for svm library so others can use - Bump PORTREVISION Submitted by: jsa@
* - Update to 3.2.4Pav Lucistnik2010-11-093-5/+6
| | | | | | PR: ports/151700 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: Anders Troback <freebsd@troback.com> (maintainer)
* Fix configure when HDF was built with SZIP support [1]Max Brazhnikov2010-11-043-1/+37
| | | | | | | | | Fix configure to allow build by non-root user (it tests if /usr/local is writable) Remove MD5 from distinfo PR: ports/151883 Submitted by: Rob Farmer (maintainer) Reported & tested by: Wasp <wasp at gmx.ch> [1]
* - Update to 0.9.3Wen Heping2010-10-292-4/+4
|
* - Update to 2.2.1Wen Heping2010-10-283-28/+47
|
* Drop maintainership for ports I can't maintain anymore.Edward Tomasz Napierala2010-10-261-1/+1
|
* - Do not run cdotest on 6.xSunpoet Po-Chuan Hsieh2010-10-211-2/+2
| | | | | Reported by: pointyhat Approved by: pgollucci (mentor, implicit)
* - Update to 3.7.1Wen Heping2010-10-212-4/+4
|
* Update my MAINTAINER address to culot@FreeBSD.org.Frederic Culot2010-10-202-2/+2
| | | | Approved by: sahil@ (mentor)
* - Update to 1.2.1Wen Heping2010-10-203-50/+137
|
* Upgrade to 2010.06.14, aka 3.0a.Thierry Thomas2010-10-176-98/+48
| | | | We are now allowed by the author to distribute the sources.
* Punt autoconf267->autoconf268Ade Lovett2010-10-166-6/+6
|
* - Update to 0.8.0Philip M. Gollucci2010-10-102-4/+4
| | | | | PR: ports/151233 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
* - Updated to 3.7.0Greg Larkin2010-10-092-6/+6
| | | | | | | | - Passed maintainership to submitter - Switched to BSD license to adhere to upstream package PR: ports/151178 Submitted by: Carlo Strub <c-s at c-s dot li>
* - Update to 1.4.6Sunpoet Po-Chuan Hsieh2010-10-063-10/+11
| | | | | | | | | | | | | | | | | | | | | | Changes: https://code.zmaw.de/news/32 New features: - Using libtool for linking (rpath) - Changed predefined gaussian grid names from t<RES>grid to n<N> - Use n80 instead of t106grid to define a Gaussian N80 grid - Changed percentile parameter type from integer to float New operators: - bandpass: Bandpass filtering - lowpass: Lowpass filtering - highpass: Highpass filtering Changed operators: - eca_gsl: adjust implementation to fit definition by ECA - expr, exprf: added missing values support Fixed bugs: - sellevel: copy zaxis meta data name and units - seldate: open output file only when time steps found Approved by: pgollucci (mentor)
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-064-3/+10
|
* - Use LOCAL/sunpoet as backup MASTER_SITESSunpoet Po-Chuan Hsieh2010-10-014-4/+4
| | | | Approved by: pgollucci (mentor)
* Make fetchable again.Thierry Thomas2010-09-301-1/+1
| | | | Reported by: pointyhat via Erwin
* Mark BROKEN only with the old binutils.Thierry Thomas2010-09-281-2/+4
|
* - Update to 0.9.2Wen Heping2010-09-252-4/+4
|
* - Extend the brokedness to 8.X tooPav Lucistnik2010-09-251-4/+2
| | | | Reported by: pointyhat
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* - /mach/ -> /%%PERL_ARCH%%/Philip M. Gollucci2010-09-2419-57/+57
| | | | With Hat: perl@
* Mark BROKEN on FreeBSD-7, untill a fix is found.Thierry Thomas2010-09-241-0/+4
| | | | Reported by: pointyhat, via Pav & Erwin
* Purge 3 outdated, old-and-busted, versions of automake as part ofAde Lovett2010-09-233-18/+84
| | | | | | ongoing cleanup to find sanity in the world. Feature safe: yes (surprisingly)
* - Update maintainer email address flo@kasimir.com -> flo@smeets.imPhilip M. Gollucci2010-09-231-1/+1
| | | | | PR: ports/150855 Submitted by: maintainer
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-236-6/+6
| | | | Approved by: pgollucci (mentor)
* Fix build.Maho Nakata2010-09-193-44/+168
|
* Update to 1.2.0Max Brazhnikov2010-09-182-7/+7
| | | | | PR: ports/150665 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-167-13/+18
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Upgrade to 0.9.Thierry Thomas2010-09-153-91/+171
|
* - Update to 1.7Rong-En Fan2010-09-132-4/+4
|
* - Update to 3.0Rong-En Fan2010-09-133-6/+6
|
* Update to 0.12.3.Koop Mast2010-09-133-12/+13
| | | | | | Chase goffice, and gnumeric version bumps. Approved by: pav (maintainer)
* Objects of class Physics::Unit define units of measurement that correspondSahil Tandon2010-09-095-0/+68
| | | | | | | | | | | to physical quantities. This module allows you to manipulate these units, generate new derived units from other units, and convert from one unit to another. WWW: http://search.cpan.org/dist/Physics-Unit/ PR: ports/150245 Submitted by: Frederic Culot <frederic@culot.org>
* epte is a curses-based periodic table of the elements. It provides aSahil Tandon2010-09-0812-0/+146
| | | | | | | | | | set of examples of the basic sets of constants and procedures needed to understand the behavior of matter. WWW: http://www.toddmiller.com/epte/ PR: ports/150183 Submitted by: Frederic Culot <frederic@culot.org>
* Use my new addressSteve Wills2010-09-0519-19/+19
| | | | Approved By: pgollucci (mentor)
* - Update to 3.6.1Wen Heping2010-09-032-4/+4
|
* - Remove empty filesPhilip M. Gollucci2010-08-312-0/+0
|
* Connect kst2Max Brazhnikov2010-08-241-0/+1
|
* Update to 2.0.0 - the first release based on Qt4.Max Brazhnikov2010-08-248-1180/+160
| | | | It still lacks scripting support and backward compatibility with kst 1.x series.
* - Update to 3.5.0Li-Wen Hsu2010-08-232-4/+4
|
* - Update to 1.12bLi-Wen Hsu2010-08-223-175/+409
| | | | | | | - Pass maintainership to submitter PR: ports/149822 Submitted by: C-S <c-s AT c-s.li>
* - Update to 2.1.19Bernhard Froehlich2010-08-202-4/+4
| | | | | | PR: ports/149801 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet dot net> (maintainer) Approved by: beat (co-mentor)
* - Update to 2.1.18Bernhard Froehlich2010-08-192-9/+8
| | | | | | PR: ports/149760 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet dot net> (maintainer) Approved by: miwi (mentor)
* Chase goffice and gnumeric updates.Koop Mast2010-08-181-2/+2
|
* - Bump PORTREVISION. lang/fpc was updated and now it supports amd64Jose Alonso Cardenas Marquez2010-08-172-0/+2
|
* - Update to 2.1.0.0Dennis Herrmann2010-08-103-4/+21
|
* - Update to 3.4.1Li-Wen Hsu2010-08-083-4/+17
| | | | | PR: ports/149415 Submitted by: Frederic Culot <frederic AT culot.org>
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Gabor Pali2010-08-081-3/+3
| | | | Suggested by: admi3
* - Update to 9Pav Lucistnik2010-08-012-4/+4
| | | | | PR: ports/149158 Submitted by: Frederic Culot <frederic@culot.org>
* - Update to 0.4.6Gabor Pali2010-07-304-5/+19
|
* - Correct PORTSDIRS -> PORTSDIRPav Lucistnik2010-07-281-1/+1
| | | | | PR: ports/149023 Submitted by: Timothy Beyer <beyert@cs.ucr.edu>
* - Update from 3.0.3 to 3.1.0.Tong LIU2010-07-273-8/+127
| | | | | PR: ports/148972 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer)
* - Update to 1.4.5.1Sahil Tandon2010-07-252-5/+5
| | | | | PR: ports/148906 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
* Update to 0.12.1.Koop Mast2010-07-255-112/+115
| | | | Add license.
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-251-2/+2
|
* Update to 0.47Wesley Shields2010-07-222-4/+4
| | | | | PR: ports/148721 Submitted by: Steve Wills <steve@stevenwills.com> (maintainer)
* - Remove the port from 'science' category.Ashish SHUKLA2010-07-215-393/+0
| | | | | PR: ports/146513 Approved by: pgj (mentor)
* QElectroTech is a Qt4 application to design electric diagrams. It uses XMLAshish SHUKLA2010-07-215-0/+393
| | | | | | | | | | | files for elements and diagrams, and includes both a diagram editor and an element editor. WWW: http://qelectrotech.org/ PR: ports/146513 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Approved by: tabthorpe (mentor)
* - Update to 1.0.1Sahil Tandon2010-07-163-8/+25
| | | | | | | - un-IGNORE when WITH_PYTHON is defined PR: ports/148399 Submitted by: Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
* - Update to 3.0.3Thomas Abthorpe2010-07-154-58/+194
| | | | | PR: ports/148517 Submitted by: Chris Rees <utisoft gmail.com> (maintainer)
* - Update to 2.0.4.7Dennis Herrmann2010-07-152-4/+4
|
* - Update to 0.54Cheng-Lung Sung2010-07-122-5/+4
|
* - Update to 3.4.0Wen Heping2010-07-062-4/+4
| | | | Feature safe: yes
* - Update to 0.006Wen Heping2010-07-042-5/+5
| | | | | | - Reset maintainer to perl@ Feature safe: yes
* - Update MASTER_SITESWen Heping2010-06-301-1/+1
| | | | | | PR: ports/148226 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Feature safe: yes
* JStrack is written by and for people who are in areas that areWen Heping2010-06-296-0/+309
| | | | | | | | | | | | | | prone to hits from tropical systems (currently only in the Tropical Atlantic). It's intended to display the NHC/TPC data and give you what you need to make decisions, etc.. It does NOT, nor will it ever, attempt to do any forecasting on its own---I leave that to the gurus at the NHC/TPC. WWW: http://www.jstrack.org/jstrack/ PR: ports/148208 Submitted by: Chris Rees <utisoft@gmail.com> Feature safe: yes
* Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which, practically, is no changeGerald Pfeifer2010-06-281-1/+1
| | | | | | | since Mk/bsd.gcc.mk has been rewriting the former to the later for a bit.) Approved by: tkjacobsen@gmail.com (maintainer) Feature safe: yes
* Update to 2.2.3Max Brazhnikov2010-06-274-8/+8
| | | | Feature safe: yes
* Update to 2.1.17Max Brazhnikov2010-06-262-4/+4
| | | | | | PR: ports/148064 (in follow-up) Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Feature safe: yes
* Update to 2.1.16Max Brazhnikov2010-06-262-6/+7
| | | | | | | | Pass maintainership to submitter PR: ports/148064 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Feature safe: yes
* - Update to 1.60Rong-En Fan2010-06-252-4/+4
| | | | Feature safe: yes
* - Update to 0.9.4.1Wen Heping2010-06-254-15/+79
| | | | | | - Update my email to FreeBSD Feature safe: yes
* - Update to 3.2.3Pav Lucistnik2010-06-244-585/+870
| | | | | | | PR: ports/145939 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer Feature safe: yes
* add pkg-message when gamess won't run and bump portrevision accordingly.Maho Nakata2010-06-172-1/+14
|
* Reset maintainer at his request.Mark Linimon2010-06-151-1/+1
| | | | PR: ports/147838
* - Update to 2.6.1Wen Heping2010-06-102-5/+4
| | | | | PR: ports/147743 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
* Chase goffice update.Koop Mast2010-06-081-2/+2
|
* - Update to 0.6.4Philip M. Gollucci2010-06-082-4/+4
|
* - Fix buildMartin Wilke2010-06-062-1/+16
| | | | | PR: 146745 Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer)
* LICENSE GPLv2Dirk Meyer2010-06-062-1/+3
|
* Update to 3.8.0Max Brazhnikov2010-06-0512-530/+636
| | | | | PR: ports/147266 Submitted by: Stas Timokhin (maintainer)
* LICENSE LGPL21Dirk Meyer2010-06-051-0/+2
|
* Don't build packages for this on the Tier-2 archs; we simply don'tMark Linimon2010-06-041-0/+4
| | | | | | | have enough power on the nodes, and this winds up slowing down our builds. Hat: portmgr
* - Update to 11.8.24Wen Heping2010-06-033-4/+6
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-3110-6/+10
|
* - drop USE_GNUSTEP_PREFIXDirk Meyer2010-05-304-330/+328
|
* - Fix mansWen Heping2010-05-273-6/+32
| | | | | | | - Remove USE_LDCONFIG PR: ports/146795 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
* - Pass maintainership to haskell@FreeBSD.org:Giuseppe Pilichi2010-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/hs-ALUT, audio/hs-OpenAL, benchmarks/hs-criterion converters/hs-json, devel/hs-DeepArrow, devel/hs-FileManip devel/hs-MemoTrie, devel/hs-MissingH, devel/hs-MonadCatchIO-mtl devel/hs-ObjectName, devel/hs-QuickCheck, devel/hs-StateVar devel/hs-Tensor, devel/hs-TypeCompose, devel/hs-arrows devel/hs-checkers, devel/hs-convertible, devel/hs-datetime devel/hs-deepseq, devel/hs-fgl, devel/hs-ghc-mtl, devel/hs-ghc-paths devel/hs-ghc-paths-docs, devel/hs-haskeline devel/hs-haskell-src-exts, devel/hs-hint, devel/hs-hoogle devel/hs-hslogger, devel/hs-mmap, devel/hs-mueval, devel/hs-reactive devel/hs-readline, devel/hs-safe, devel/hs-show, devel/hs-smallcheck devel/hs-split, devel/hs-testpack, devel/hs-transformers devel/hs-unamb, devel/hs-uniplate, devel/hs-unix-compat devel/hs-utility-ht, devel/hs-uuagc, devel/hs-uulib devel/hs-uvector, devel/hs-uvector-algorithms, graphics/hs-HGL lang/hs-brainfuck, lang/hs-unlambda, mail/hs-mime, math/hs-Agda math/hs-Agda-executable, math/hs-category-extras, math/hs-erf math/hs-mwc-random, math/hs-probability, math/hs-statistics math/hs-vector-space, print/hs-hscolour, print/hs-hscolour-docs science/hs-bio, textproc/hs-Diff, textproc/hs-feed textproc/hs-tagsoup, textproc/hs-texmath, textproc/hs-xml www/hs-HTTP, www/hs-cgi, www/hs-fastcgi, www/hs-http-server www/hs-oeis, www/hs-scgi, www/hs-url, x11-toolkits/hs-GLURaw x11-toolkits/hs-OpenGLRaw Approved by: pgj (mentor)
* Force WITH_FFTW3 when PACKAGE_BUILDING, in order to avoid changing theThierry Thomas2010-05-261-1/+1
| | | | | | dependencies during the build. Reported by: pointyhat via Pav
* - Update to 1.4.4Li-Wen Hsu2010-05-232-5/+5
| | | | | PR: ports/146861 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* Add optional dependency on kdebase3Max Brazhnikov2010-05-232-4/+14
|
* Chase devel/goffice update.Koop Mast2010-05-221-2/+2
|
* - Fix build, abinit builds with science/netcdf3-ftnLi-Wen Hsu2010-05-201-2/+2
| | | | | | Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> Approved by: maho Notified by: pav
* - Since we have netcdf3-ftn, remove netcdf3 part from Makefile.Li-Wen Hsu2010-05-201-8/+1
| | | | | Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> kVS: ----------------------------------------------------------------------
* Add netcdf3-ftn , netCDF (network Common Data Form), with FortranLi-Wen Hsu2010-05-202-0/+19
| | | | | | support. Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net>
* - Fix build problem caused by the recent textproc/hs-tagsoup updateGabor Pali2010-05-203-2/+65
| | | | | | | | - Port PORTREVISION - Tidy up pkg-descr Reported by: LambdaBSD-exp Approved by: jacula (maintainer)
* The massXpert project aims at providing (bio)chemists with a softwareWen Heping2010-05-205-0/+277
| | | | | | | | | | | | | | | | | | | | | | | package allowing the following: * User-specific atom definitions and polymer chemistry definitions; * Powerful sequence editing with user-defined glyphs for each monomer and monomer chemical modification. Multi-region selections; * Polymer sequence chemical/enzymatic cleavage; * Intramolecular cross-linking, like disulfide bonds with total resolution of the peptides generated upon enzymatic cleavage; * Gas-phase fragmentation of oligomers; * Mass-to-charge ratio calculations with inline change of ionization agent; * Calculation of net electrical charge and of isoelectric point (even by taking into account monomer modifications if polymer is a protein); * Simulation of isotopic patterns for any chemical formula and z charge; * A number of plugins allow 1) translation of the sequence from one format to another (using a dictionary, like between the 1-letter code and the 3-letter code of proteins) 2) conversion of number format according to any localized number format 3) sort mass lists. PR: ports/146564 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
* PyNN(pronounced 'pine') is a simulator-independent language forWen Heping2010-05-195-0/+171
| | | | | | building neuronal network models. WWW: http://neuralensemble.org/trac/PyNN
* - Remove pyNN and re-add as pynnWen Heping2010-05-195-171/+0
| | | | Reviewed by: danfe@
* PyNN(pronounced 'pine') is a simulator-independent language forWen Heping2010-05-185-0/+171
| | | | | | | | | building neuronal network models. WWW: http://neuralensemble.org/trac/PyNN PR: ports/146664 Submitted by: Ju Pengfei <jupengfei@gmail.com>
* - Fix duplicated LATEST_LINKLi-Wen Hsu2010-05-162-1/+3
| | | | | PR: ports/146620 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Add netcdf 4.x supportLi-Wen Hsu2010-05-151-1/+8
| | | | | PR: ports/146416 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Add option FORTRANLi-Wen Hsu2010-05-152-18/+37
| | | | | | | | | - Recall SZIP, fix typo (LIB_DEPEND -> LIB_DEPENDS) - Sort pkg-plist - Space/Tab twiddle PR: 146416 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Update MASTER_SITESLi-Wen Hsu2010-05-153-62/+14
| | | | | | | | | | - Simplify NOPORTDOCS patch - Remove NOPORTEXAMPLES section - Remove unnecessary post-install: target - Remove patch for fortran/cfortran.h PR: ports/146415 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Update to 3.3.0Wen Heping2010-05-132-5/+5
| | | | - Reset maintainer
* Introduce a new (and hopefully better) ports infrastructure for Haskell CabalGabor Pali2010-05-132-125/+59
| | | | | | ports which makes possible the direct translation of Cabal package descriptions to FreeBSD ports. It promises both easier addition and maintenance for Cabal-based ports.
* Bddsolve is a BDD-based tool for solving satisfiability and reachabilityBeat Gaetzi2010-05-125-0/+50
| | | | | | | | problems. It uses the BDD package Buddy as a backend. WWW: http://www.win.tue.nl/~wieger/bddsolve/ Submitted by: ed@
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-111-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
* - Fixed WWW: linkGreg Larkin2010-05-051-1/+1
| | | | Submitted by: sunpoet@sunpoet.net (via email)
* - Update to 1.4.3Li-Wen Hsu2010-05-054-18/+25
| | | | | | | - Update MASTER_SITES, WWW PR: ports/146326 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
* - Added missing pkg-plist entryGreg Larkin2010-05-051-0/+1
| | | | Reported by: QAT
* - Update to 1.8.4Greg Larkin2010-05-052-9/+16
| | | | | | PR: ports/144782 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: koziol@hdfgroup.org (maintainer, implicit, timeout - 49 days)
* - Mark BROKEN on sparc64Pav Lucistnik2010-05-041-0/+4
| | | | | PR: ports/146127 Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
* Trying to chase Zlib's upgrade in -CURRENT.Thierry Thomas2010-05-011-0/+24
| | | | | Reported by: pointyhat via droso Seen with: delphij
* - Update to 1.0.0Cheng-Lung Sung2010-04-283-10/+26
| | | | | PR: ports/144129 Submitted by: maintainer (Shin'ya Murakami)
* - Update to 0.7.2Wen Heping2010-04-262-4/+4
| | | | | | PR: ports/146008 Submitted by: Wen Heping (myself) Approved by: maintainer
* Upgrade to 3.5.1.Thierry Thomas2010-04-262-5/+4
| | | | | Changelog at <http://www-drfmc.cea.fr/sp2m/L_Sim/V_Sim/changelog.en.html#3.5.1>.
* Update to 1.9.1Max Brazhnikov2010-04-258-14/+104
|
* - Update to 4.1.1Wen Heping2010-04-224-33/+51
| | | | | PR: ports/145923 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
* - Update to 0.53Cheng-Lung Sung2010-04-203-19/+4
|
* - Update to 0.9.1Wen Heping2010-04-122-4/+4
|
* - Requires GCC 4.x only if we are on 6.xRong-En Fan2010-04-071-2/+7
| | | | | PR: ports/145255 Submitted by: Chris Petrik <chris at officialunix.com> (maintainer)
* - Update to 0.25Sylvio Cesar Teixeira2010-04-062-4/+4
| | | | | | PR: ports/145350 Submitted by: Steve Wills <steve@mouf.net> (maintainer) Approved by: itetcu (mentor, implicit)
* Update to 2.91 which includes a new rewritten Python interfaceRong-En Fan2010-04-056-32/+14
|
* - Chase math/vtk5 updatePietro Cerutti2010-04-032-3/+3
|
* Perl modules for molecular chemistryMartin Wilke2010-04-026-0/+116
| | | | | | | WWW: http://search.cpan.org/dist/PerlMol/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which parses a SMILES (Simplified Molecular Input Line EntryMartin Wilke2010-04-025-0/+45
| | | | | | | | | Specification) string. WWW: http://search.cpan.org/dist/Chemistry-File-SMILES/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module implements an object class for representing internalMartin Wilke2010-04-025-0/+45
| | | | | | | | | | coordinates and provides methods for converting them to Cartesian coordinates. WWW: http://search.cpan.org/dist/Chemistry-InternalCoords/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification)Martin Wilke2010-04-029-0/+85
| | | | | | | | | | string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which generates a three-dimensional molecular structure from aMartin Wilke2010-04-025-0/+47
| | | | | | | | | | connection table, such as that obtained by a 2D representation of the molecule or from a SMILES string. WWW: http://search.cpan.org/dist/Chemistry-3DBuilder/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net
* SLN linear notation parser/writerMartin Wilke2010-04-025-0/+46
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-File-SLN/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification)Martin Wilke2010-04-021-0/+1
| | | | | | | | | | string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* MOPAC 6 input file reader/writerMartin Wilke2010-04-025-0/+39
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-File-Mopac/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Explicit chemical reactionsMartin Wilke2010-04-025-0/+42
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-Raction/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Match molecule by formulaMartin Wilke2010-04-025-0/+39
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-ForumulaPattern/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Select atoms in macromoleculeMartin Wilke2010-04-025-0/+43
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-MidasPattern/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl molecular awk interpreterMartin Wilke2010-04-025-0/+43
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-Mok/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* XYZ molecule format reader/writerMartin Wilke2010-04-025-0/+39
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-File-XYZ/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Generate VRML models for moleculesMartin Wilke2010-04-025-0/+36
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-File-VRML/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which provides some basic methods for representing a ring.Martin Wilke2010-04-025-0/+39
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-Ring/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which contains the exact mass data from the table of the isotopes.Martin Wilke2010-04-025-0/+34
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-Isotope/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which implements basic pattern matching for molecules.Martin Wilke2010-04-025-0/+39
| | | | | | | WWW: http://search.cpan.org/dist/Chemistry-Pattern/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which provides functions for "canonicalizing" a molecularMartin Wilke2010-04-025-0/+38
| | | | | | | | | | structure; that is, to number the atoms in a unique way regardless of the input order. WWW: http://search.cpan.org/dist/Chemistry-Canonicalize/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Perl module which provides functions for detecting the bonds in a molecule fromMartin Wilke2010-04-025-0/+41
| | | | | | | | | | its 3D coordinates by using simple cutoffs, and for guessing the formal bond orders. WWW: http://search.cpan.org/dist/Chemistry-Bond-Find/ PR: ports/145143 Submitted by: Steve Wills <steve at mouf.net>
* Not for powerpc, either.Mark Linimon2010-04-011-1/+1
| | | | Hat: portmgr
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+4
|
* - Update to 3.2.0Wen Heping2010-03-302-4/+4
|
* - fix build for png-1.4.1Dirk Meyer2010-03-301-0/+4
|
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-297-13/+14
|
* - Bump Magick++, MagickWand or MagickCore dependencyMartin Matuska2010-03-291-2/+2
|
* - update to 1.4.1Dirk Meyer2010-03-2846-44/+47
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-243-13/+8
|
* Mark as broken on sparc64: fails to compile.Mark Linimon2010-03-221-1/+7
| | | | Hat: portmgr
* - Update to 0.10.12Pav Lucistnik2010-03-163-16/+4
|
* Chase goffice update.Joe Marcus Clarke2010-03-141-2/+2
|
* - The maintainer reappearedPav Lucistnik2010-03-141-1/+1
| | | | Requested by: the maintainer
* - Update to 2.0.4.6Dennis Herrmann2010-03-122-4/+4
|
* - Update to 2.1.14Martin Wilke2010-03-092-9/+16
| | | | | PR: 144428 Submitted by: Ports Fury
* - Mark BROKEN: does not compilePav Lucistnik2010-03-031-0/+2
| | | | | Reported by: pointyhat Feature safe: yes
* Update to 3.6.2Max Brazhnikov2010-02-274-30/+3203
| | | | | | | | | | Pass maintainership to submitter Mark MAKE_JOBS_SAFE PR: ports/144260 Submitted by: Stas Timokhin <devel at stasyan.com> Feature safe: yes
* - Update to 3.1.3Wen Heping2010-02-252-4/+4
| | | | Feature safe: yes
* - Remove comments from IGNORE section. Left in by mistake with last commit.Wesley Shields2010-02-231-4/+4
| | | | Feature safe: yes
* - Update to 1.8.7Wesley Shields2010-02-2212-451/+1199
| | | | | | | | - Pass maintainer to submitter PR: ports/142513 Submitted by: Ben Kaduk <kaduk@mit.edu> Feature safe: yes
* Not for ia64, either.Mark Linimon2010-02-171-1/+1
| | | | Feature safe: yes
* Fix SMP run on amd64, and bump port revisionMaho Nakata2010-02-172-1/+2
| | | | | Submitted by: Katsuya KANDA Feature safe: yes
* Build fix with gotoblas.Maho Nakata2010-02-161-4/+4
| | | | Feature safe: yes.
* Fix build with recent update of gotoblas(2).Maho Nakata2010-02-161-5/+4
| | | | Feature safe: yes
* Chase the goffice 0.8.0 update.Joe Marcus Clarke2010-02-151-3/+3
|
* The HDF Java Products include a visual tool for browsing and editing HDFMartin Wilke2010-02-135-0/+140
| | | | | | | | | | files, a Java package providing an object-oriented interface to HDF data objects, and Java Native Interfaces to the standard HDF libraries. WWW: http://www.hdfgroup.org/hdf-java-html/index.html PR: ports/143859 Submitted by: rfarmer at predatorlabs.net
* - Update to 0.9Wen Heping2010-02-102-6/+5
| | | | - Update my mail address to FreeBSD
* - Update to 1.4.1Martin Wilke2010-02-092-14/+24
| | | | | PR: 143516 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
* - update to jpeg-8Dirk Meyer2010-02-0544-35/+46
|
* - Update to 1.2.0Wen Heping2010-02-033-10/+64
|