aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbf2mysql
Commit message (Collapse)AuthorAgeFilesLines
* Rename databases/ patch-xy patches to reflect the files they modify.adamw2014-07-282-0/+0
|
* Support stagingehaupt2014-03-061-7/+6
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | databases)
* - Fix MASTER_SITESwen2011-10-172-11/+6
| | | | | | | | | - Support LOCALBASE peoperly - Support PLIST_FILES - Strip binaries PR: ports/161613 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Bump PORTREVISION for ports linking to default libmysqlclient.ale2011-03-191-1/+1
|
* Fix pkg-plist when NOPORTDOCS defined.osa2010-12-081-3/+5
| | | | | | | | While I'm here utilize ${DOCSDIR}. Bump PORTREVISION. Reported by: QAT No cookie for: beech
* Fix can be compiled with current MySQL client librarybeech2010-12-052-1/+89
| | | | | | PR: ports/152693 Submitted by: Miroslav Lachman (000.fbsd@quip.cz) (maintainer) Approved by: itetcu (mentor) (implicit)
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* Fix MASTER_SITES, make the port fetchable.bsam2006-12-121-4/+4
|
* databases/dbf2mysql: add distfile mirrorsedwin2006-04-061-2/+5
| | | | | | | Remove dead mirrors, add some working mirrors PR: ports/95374 Submitted by: Lars Engels <lars.engels@0x20.net>
* Reset jedgar as maintainer; has not responded to email about status.linimon2006-03-241-1/+1
| | | | Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Fix MASTER_SITES.flz2005-11-301-4/+2
| | | | | | PR: ports/88093 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (1 month)
* - Add -L option to enable fast local insertspav2005-09-182-6/+159
| | | | | | | PR: ports/64305 Submitted by: Travis Whitton <twhitton@ppb-envlabs.com> Approved by: maintainer timeout (jedgar; 1 year) Obtained from: debian
* Per distfile survey, chase mastersites.linimon2004-06-251-2/+4
| | | | | | PR: ports/67221 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Approved by: maintainer timeout (4 weeks)
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* No documentation for the port databases/dbf2mysql is installededwin2004-01-101-0/+5
| | | | | | | | There is no documentation after the port dbf2mysql installation. PR: ports/51140 Submitted by: Alex Semenyaka <alexs@snark.ratmir.ru> Approved by: maintainer timeout
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Use MASTER_SITES that do not redirect to obfuscatedjedgar2001-11-271-1/+2
| | | | directory names.
* Fix installation (WRKDIR -> WRKSRC)jedgar2001-02-201-2/+2
| | | | Submitted by: ken@mui.net
* Use mkstemp() instead of tempnam()jedgar2001-02-081-0/+46
|
* Update port to 1.14jedgar2001-02-083-36/+20
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Update MASTER_SITESjedgar2000-07-082-3/+3
| | | | Update my email address
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-4/+4
|
* For backwards compatibility with FreeBSD 2.2.x due to it'scpiazza1999-10-061-1/+11
| | | | | | | | | | | | (apparent) lack of 's' support in ar. change: ar rcs libdbf.a ... to: ar rc libdbf.a ... ranlib libdbf.a PR: 14139 Submitted by: maintainer
* A set of programs to convert a .dbf file to a MySQL tabledan1999-10-046-0/+73
and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>