# $Id: Portfile,v 1.3 2006/06/02 17:14:27 mww Exp $

PortSystem        1.0
name              srecord
version           1.25
categories        devel
maintainers       aconchillo@gmail.com
platforms         darwin
description       The srecord package is a collection of powerful tools \
                  for manipulating EPROM load files.
long_description  The srecord package understands a number of file \
                  formats: ASCII-Hex, ASCII-Space-Hex, Atmel, raw \
                  binary, C array declaration, DEC Binary XXDP, \
                  Elektor Monitor EMON52, Four Packed Code FPC, Intel \
                  MCS-86 Object format, MOS Technology hexadecimal, \
                  Motorola S-Record, Signetics, SPASM PIC, \
                  Tektronix Hexadecimal, Tektronix Extended Hexadecimal, \
                  Texas Instruments Tagged, TI-Tagged TI-SDSMAC, VHDL, \
                  and Wilson Eprom Burner. \
                  \
                  The srecord package is capable of the following \
                  operations: Conversions from any format to any other \
                  format, concatenations of multiple files, comparisons \
                  of files, report file summary info, filtering. \
                  \
                  The srecord package is capable of the following \
                  filtrations: checksums, byte swapping, CRC insertion, \
                  crop addresses, exclude addresses, fill holes, \
                  insert length information, maximum and minimum, adjust \
                  offsets, split and unsplit for memory striping schemes.
homepage          http://srecord.sourceforge.net/
master_sites      sourceforge
checksums         md5 173fd7d19494d98314dcfc065e3fd093
configure.env     CPPFLAGS="-I${prefix}/include" \
                  CFLAGS="-no-cpp-precomp -I${prefix}/include" \
                  LDFLAGS="-L${prefix}/lib"
configure.args    --mandir=${destroot}${prefix}/share/man
destroot.destdir  prefix=${destroot}${prefix}
