FreshPorts -- The Place For Ports Sun, 6 Jul 2008 9:28 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
dislin 9.3_2 math on this many watch lists=1 search for ports that depend on this port
A scientific data plotting package

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Jul 2005 20:30:10


DISLIN is a high-level library of subroutines  and functions  that display
data graphically. It is intended to be a powerful and easy to use software
package for programmers and scientists  that does not require knowledge of
hardware features. The software is available for the programming languages
C, Fortran 77, Fortran 90, Perl, Python and Java.

DISLIN can  display graphic information  directly on graphic terminals  or
store them in metafiles.  The supported display types are VGA,  X Windows,
Windows API  and Tektronix.  The supported file formats are  GKSLIN,  CGM,
HPGL, PostScript, Prescribe, WMF, PNG, BMP and TIFF. DISLIN metafiles  can
either be printed on various devices using the  DISLIN driver program DIS-
DRV or imported into third party products such as TeX and MS Word.

WWW: http://www.mps.mpg.de/dislin/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11/libX11
Required To Run: x11/libX11
Required Libraries: lang/f2c

To install the port: cd /usr/ports/math/dislin/ && make install clean
To add the package: pkg_add -r dislin


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.gwdg.de/pub/grafik/dislin/unix/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/dislin-9.3_2/
Port Moves
  • port moved here from math/linux-dislin on 2005-07-31
    REASON: switch to native FreeBSD binaries

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Jul 2008 05:47:28
Original commit files touched by this commit  9.3_2
leeym search for other commits by this committer
Distfiles have been rerolled with the same version number. (27-June-2008)

Changelog:      http://www.mps.mpg.de/dislin/news.html
MD5 checksum:   ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum

Reported by:    pointyhat via Pav
26 Apr 2008 16:23:36
Original commit files touched by this commit  9.3_1
thierry search for other commits by this committer
On april 24th, the tarballs have been rerolled, with the same version
number.

Changelog at <http://www.mps.mpg.de/dislin/news.html>,
MD5 checksums at <ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum>.

Reported by:    pointyhat via Pav
22 Apr 2008 22:59:35
Original commit files touched by this commit  9.3
thierry search for other commits by this committer
Upgrade to 9.3.

Changelog at <http://www.mps.mpg.de/dislin/news.html>.

Notified by:    Pav
19 Apr 2008 18:56:05
Original commit files touched by this commit  9.2_1
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
16 Feb 2008 22:52:24
Original commit files touched by this commit  9.2
thierry search for other commits by this committer
Upgrade to 9.2 and unbreak.

Change log at <http://www.mps.mpg.de/dislin/news.html>

PR:             ports/117145
Submitted by:   Daniel Voisine <voisined (at) wit.edu>
14 Oct 2007 14:30:50
Original commit files touched by this commit  9.1_2
erwin search for other commits by this committer
Mark BROKEN: does not fetch
19 May 2007 21:32:57
Original commit files touched by this commit  9.1_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 Apr 2007 08:16:15
Original commit files touched by this commit  9.1_1
clsung search for other commits by this committer
- unbreak via updating distinfo*.
- Reason:
  Some small reported bugs are corrected for the most DISLIN distributions
(31-March-2007)
- Detail:
  http://www.mps.mpg.de/dislin/news.html
- bump PORTREVISION, therefore.

PR:             ports/112038
Submitted by:   TAOKA Fumiyoshi <fmysh_AT_iijmio-mail dot jp>
Reviewed by:    clsung
22 Apr 2007 02:33:29
Original commit files touched by this commit  9.1
kris search for other commits by this committer
BROKEN: Size mismatch
18 Apr 2007 12:46:10
Original commit files touched by this commit  9.1
gabor search for other commits by this committer
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
  with letter i-m
18 Nov 2006 17:18:45
Original commit files touched by this commit  9.1
thierry search for other commits by this committer
Upgrade to Dislin 9.1.

Changelog at <http://www.mps.mpg.de/dislin/news.html>.
09 Jul 2006 15:32:52
Original commit files touched by this commit  9.0_2
thierry search for other commits by this committer
Chase a silent update and unbreak.

Diff available at
<http://pompo.net/ports/dislin-9.0_20051208_20060704.diff>
and md5sums checked against
<ftp://ftp.gwdg.de/pub/grafik/dislin/unix/md5.sum>.
03 Jul 2006 06:23:11
Original commit files touched by this commit  9.0_1
linimon search for other commits by this committer
Mark as BROKEN: checksum mismatch (actually file size is different, too).
11 Dec 2005 13:44:44
Original commit files touched by this commit  9.0_1
thierry search for other commits by this committer
The author fixed three minor bugs without changing the version number:

    - An old version of the header file dislin.h was used;
    - the keyword 'invisible' in List-Widgets was not working
      correctly;
    - a problem with the routine psmode was fixed.

Reported by:    pointyhat via Kris
Explained by:   Helmut Michels <michels (at) mps.mpg.de> (Author)
11 Nov 2005 15:29:40
Original commit files touched by this commit  9.0
thierry search for other commits by this committer
- Upgrade to 9.0, and add a distribution for FreeBSD-5.4 and 6.0.

- Define RESTRICTED.

Changelog at <http://www.mps.mpg.de/dislin/news.html>.

Notified by:    Helmut Michels <michels (at) mps.mpg.de> (Author)
03 Nov 2005 12:09:26
Original commit files touched by this commit  8.4_1
vs search for other commits by this committer
- Drop unused LDCONFIG_DIRS
- Handle some variables with more care
12 Sep 2005 20:40:02
Original commit files touched by this commit  8.4_1
thierry search for other commits by this committer
Unbreak by fixing MD5 after a silent update.

According to Helmut Michels <michels (at) mps.mpg.de> (author) this fixes
a very small reported bug:

  - wrong position of triangles and vectors in the routines TRIFLL
    and FIELD for the option PAGMOD ("TOP").

Reported by:    pointyhat via Kris
31 Aug 2005 20:26:15
Original commit files touched by this commit  8.4
thierry search for other commits by this committer
Upgrade to 8.4 and make fetchable again.

Reported by:    pointyaht via Kris
28 Aug 2005 10:01:59
Original commit files touched by this commit  8.3_1
thierry search for other commits by this committer
Depends on compat4x to get libm.so.2 when needed.

No entry required in /etc/libmap.
27 Aug 2005 09:14:09
Original commit files touched by this commit  8.3
thierry search for other commits by this committer
Unbreak on 6.0, thanks to compat5x.

Note: the following entry is still required in /etc/libmap.conf:
libm.so.2               libm.so.3

Approved by:    portmgr (linimon)
31 Jul 2005 20:29:13
Original commit files touched by this commit  8.3
thierry search for other commits by this committer
Linux binaries for version 8.2 are unfetchable, then switch to native
FreeBSD binaries for version 8.3 (i386 only).

Note: does not run on FreeBSD >= 6.0, because linked with libc.so.5.

PR:             84366
Submitted by:   thierry
Repocopied by:  marcus

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18752
Broken 146
Deprecated 98
Ignore 429
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 13
Set to expire 77
Interactive 79
new 24 hours 6
new 48 hours11
new 7 days38
new fortnight73
new month182

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.757 seconds.