While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
number.
Side by side comparison shows the only changes are to correct internal
references to the version number in documentation and autoconf scripts
from '2.0.9-dev' to '2.0.8-release' No changes to the C++ code.
PR: 178375
Submitted by: Sam <samorders@gmail.com>
This module is a thin wrapper for John Gruber's SmartyPants plugin for
various CMSs.
SmartyPants is a web publishing utility that translates plain ASCII
punctuation characters into "smart" typographic punctuation HTML
entities. SmartyPants can perform the following transformations:
* Straight quotes ( " and ' ) into "curly" quote HTML entities
* Backticks-style quotes (``like this'') into "curly" quote HTML entities
* Dashes (-- and ---) into en- and em-dash entities
* Three consecutive dots (...) into an ellipsis entity
WWW: http://search.cpan.org/dist/Text-Typography/
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/
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
- Trim Makefile's header
- Pet portlint(1) by replacing tab by space in WWW link
Changes: http://search.cpan.org/dist/XML-Feed-Deduper/Changes
PR: ports/178312
Submitted by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
require either or both of the xlrd and xlwt packages, they are collected
together here, separate from either package.
WWW: http://www.python-excel.org/