Commit graph

13 commits

Author SHA1 Message Date
Thomas Klausner
4c850f93bc Remove obsolete @dirrm lines. 2009-10-11 10:44:24 +00:00
OBATA Akio
c75f3b2ec3 bdf project space has moved.
update to bdf-0.8.3.1.
ChangeLog is missing.
2006-07-20 14:20:47 +00:00
Sergey Svishchev
b826b4ad5c Follow redirects in HOMEPAGEs (and, in some cases, MASTER_SITEs too). 2006-07-02 19:04:33 +00:00
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Soren Jacobsen
3e084adca8 Convert to buildlink3. 2004-04-25 08:46:37 +00:00
Roland Illig
7f17893ab0 Reordered variables to make pkglint(1) happy. 2004-02-27 23:24:50 +00:00
grant beattie
56489cc3f9 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:11:29 +00:00
Jeremy C. Reed
b40eff3f06 Change MAINTAINER from packages@ to tech-pkg@. 2003-11-28 08:29:44 +00:00
Thomas Klausner
77175d1822 Update to 0.8.1.
Install documentation into share/doc/dbf instead of share/dbf.

0.8.1		STABLE
2003-20-10	(Release-Date)
- fixed CSV converting, data sets are now converted properly
- using '-' as a filename means stdout
- fixed csv output. separator char within a field value are now treated
  propperly (Uwe)
- Do not put the separator char after the last field in csv output (Uwe)
- Add field type, size and decimals to field name in first line of csv
  output (Uwe)

0.8		STABLE
2003-11-09	(Release-Date)
- Changed the options parsing system and the options id, so that options
  with a single hyphen can also be used and displayed in the help.
- Inserted a fail safe routine which checks that the original file will
  never be overwritten if the options filename is missing
- Tab-separated files without quoted text-passages can be created by using
  't' as separator.
- Fix for date strings in SQL: According the PostgreSQL manual, SQL (ANSI)
  requires date strings to be quoted, ie. '20031029'
  send in by Tommi Rintala, t2r@wasalab.com
- Can differentiate between dBASE, FoxPro, FoxBase and Clipper
- --view-info reports the database type and version number
- supports datatypes int, float, double and logical in SQL and CSV
- introduced cast operations for CSV and SQL export
- differentiates between deleted and existent data sets


0.7		STABLE
2003-09-14	(Release-Date)
Changelog send in by Mikhail Teterin:
- Totally reworked options parsing.
- Using the new options-parsing scheme, I added the way to specify the
  desired CSV separator, debug level, and string-trimming option (below).
- When outputing the SQL file, strings, probably, should not be trimmed,
  and that is now a default. The trimming can now be specified as:
		--trim {r|l|b}
- The two codepage-conversion functions combined into one, which is also
  made table-driven.
- Record-conversion can now be turned off with the --noconv option.
- While input is still opened and read directly with open/read (perhaps,
  it should stay that way), the output file is operated on using the stdio
	functions fopen() and fprintf(), fputs, putc().
- Some reorganization in the variable-declaration and other cleanups...


0.6		STABLE
(Release-Date)
- dbf can export dBASE files to SQL instruction sets
- new Makefiles
- works on AIX 4.3.3
- new file system structure -> src contains all header and source files
- fixes in macro definitions
- increased macro MAX_FIELDS from 50 to 500 to solve bug #003 reported in
  the document BUGS
- fixes in endian.c, reported by Uwe Steinmann
2003-11-21 15:07:30 +00:00
Juan Romero Pardines
20ea4ac8b3 Initial import of dbf 0.5.1.
Package provided by David Forrai <david.forrai@gemair.com> via PR 
pkg/21105.

dbf takes a dBASE III, IV, or 5.0 (dbf) file and dumps its table
contents to either the screen or a comma separated values (csv) text
file.  There is no man page with this package but a README file is
installed in ${LOCALBASE}/share/dbf.  You can also run dbf --help for
usage instructions.
2003-09-17 16:11:55 +00:00