aboutsummaryrefslogtreecommitdiff
path: root/textproc/mysqlviz/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Unbreak by updating master site from Google Code to GithubTAKATSU Tomonari2017-03-261-5/+5
| | | | | | | - Regenerate patch-mysqlviz with 'make makepatch' Notes: svn path=/head/; revision=436967
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-031-0/+2
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-3/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* - Add LICENSETAKATSU Tomonari2014-06-281-9/+6
| | | | | | | | | | - Convert USE_BZIP2 to USES - Support STAGEDIR * Make PORTEXAMPLES unconditional to stage - Unmute INSTALL_SCRIPT and INSTALL_DATA Notes: svn path=/head/; revision=359659
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Add new port: textproc/mysqlvizTAKATSU Tomonari2013-05-061-0/+37
Render a graphical representation of a MySQL or SQLite database from a mysqldump or sqlite3 .dump file. Features: - Can infer foreign key relationships if you do not have them defined - Handles partial dumps (FK to tables that are not defined within the dump) - Fast! Uses sed and grep for data extraction (MySQL only) WWW: http://code.google.com/p/mysqlviz/ Notes: svn path=/head/; revision=317518