FreshPorts -- The Place For Ports Sat, 17 May 2008 12:13 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
ecg2png 0.30_6 graphics on this many watch lists=1 search for ports that depend on this port
Converts scanned 12-lead electrocardiograms into PNGs

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: 04 Jul 2000 03:09:42


This program is designed to convert scanned 12-lead
electrocardiograms into PNG format and a web-friendly
image size. It assumes that the electrocardiogram (ECG)
is printed with a black line on white paper with a red grid.

The problems this program is designed to solve are (1) an
ECG scanned at relatively high resolution (300 to 600 dots
per inch) imposes a substantial load on the web browser
because it contains about 6 million pixels which may require
18 to 24 MB of RAM to store for display. Also, (2) typical
scanners convert a clean paper ECG into a multitude of colors,
include green and blue. The resulting file cannot be compressed
efficiently because it does not contain as much redundancy, and
thus takes more time to transmit over low-speed network connections.

WWW: http://www.cardiothink.com/downloads/ecg2png/
Author: Lawrence Widman <widman@cardiothink.com>

- Will <andrews@technologist.com>
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11-toolkits/qt33, devel/gmake
Required To Run: x11-toolkits/qt33
Required Libraries: graphics/gd

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


Configuration Options
     No options to configure

Master Sites:
http://www.cardiothink.com/downloads/ecg2png/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 May 2007 21:32:57
Original commit files touched by this commit  0.30_6
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}.
08 May 2006 00:46:33
Original commit files touched by this commit  0.30_5
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
26 Nov 2005 01:48:16
Original commit files touched by this commit  0.30_5
pav search for other commits by this committer
- Add SHA256
25 Nov 2005 22:36:27
Original commit files touched by this commit  0.30_5
pav search for other commits by this committer
- Style: don't quote COMMENT, it looks nasty in `make describe` output
05 Feb 2004 20:38:07
Original commit files touched by this commit  0.30_5
trevor search for other commits by this committer
Use PLIST_FILES.

Reviewed by:    marcus
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.30_5
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.30_4
trevor search for other commits by this committer
SIZEify.
21 Dec 2003 00:21:04
Original commit files touched by this commit  0.30_4
sergei search for other commits by this committer
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
18 Aug 2003 17:15:11
Original commit files touched by this commit  0.30_4
nork search for other commits by this committer
o Main modification
  graphics/gd(based on 1.8.4)    -> graphics/gd1
  graphics/gd2(based on 2.0.15)  -> graphics/gd
  graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
  graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
  japanese/gd                    -> japanese/gd1
  japanese/gd2                   -> japanese/gd
o Include some feature
  WITH_XPM(w/, w/o WITHOUT_X11)
o Chase this modification
o Fix build error [1]

PR:             ports/54540
Submitted by:   Ports Fury
Approved by:    maintainer (blanket)
Reported by:    bento via kris [1]
11 Jul 2003 19:16:14
Original commit files touched by this commit  0.30_3
nork search for other commits by this committer
o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
  (to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).

PR:             ports/54100
Submitted by:   Ports Fury
22 Feb 2003 23:31:54
Original commit files touched by this commit  0.30_2
arved search for other commits by this committer
De pkg-comment.
USE_QT_VER= 2 -> 3
Set Maintainership back to ports.
29 Sep 2002 09:07:47
Original commit files touched by this commit  0.30_1
ijliao search for other commits by this committer
find->${FIND},xargs->${XARGS}

PR:             40791
Submitted by:   Simon 'corecode' Schubert <corecode@corecode.ath.cx>
23 Aug 2002 06:53:54
Original commit files touched by this commit  0.30_1
alane search for other commits by this committer
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.
08 Jul 2002 11:41:30
Original commit files touched by this commit  0.30_1
ijliao search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             39938
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
24 Dec 2001 05:03:54
files touched by this commit
dwcjr search for other commits by this committer
USE_AUTOMAKE -> GNU_CONFIGURE    
05 Apr 2001 17:05:52
files touched by this commit
kevlo search for other commits by this committer
- Fix MASTER_SITES   - Support LOCALBASE properly    
03 Apr 2001 10:14:44
files touched by this commit
will search for other commits by this committer
Overhaul QT/KDE support:   - bsd.port.mk update to use bsd.kde.mk for
USE_{QT,KDE}*   - Cleanup corresponding ports for bsd.kde.mk update.   - Fix
bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,     introduce
QT_NONSTANDARD variable for nonstandard configure setup.   - Update KDE2 to
2.1.1.  Two patches included in x11/kdelibs2 to fix the     proxy authentication
that was broken for 2.1.1.  Remove old patches.   - Potentially fix kdelibs
build for alpha.   - Fix qt-designer 2.3.0 build.   - Ruby stuff left alone
since it looks like black magic to me.  Should     still work w/ compat shims
for older USE_QT[,2] style.  Some others     were also left alone for the same
reason.    
12 Feb 2001 10:01:08
files touched by this commit
knu search for other commits by this committer
Chase graphics/gd's shlib version bump.    
08 Oct 2000 03:35:34
files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  
19 Aug 2000 22:20:29
files touched by this commit
steve search for other commits by this committer
This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of  
Makefile.in to really get -lqt2 in LDFLAGS.    
19 Jul 2000 15:58:01
files touched by this commit
alex search for other commits by this committer
Use USE_AUTOMAKE    
04 Jul 2000 07:09:42
files touched by this commit
will search for other commits by this committer
Add ecg2png, a electrocardiogram-to-PNG converter.  This has got to be the  
weirdest image conversion program I've ever seen.  =)    

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 4
new 48 hours9
new 7 days19
new fortnight51
new month157

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 1.883 seconds.