Revision: 108651 https://trac.macports.org/changeset/108651 Author: macsforever2000@macports.org Date: 2013-07-29 10:04:14 -0700 (Mon, 29 Jul 2013) Log Message: ----------- postgresql_autodoc: Add modeline. Whitespace fixes. Reorganize. Modified Paths: -------------- trunk/dports/databases/postgresql_autodoc/Portfile Modified: trunk/dports/databases/postgresql_autodoc/Portfile =================================================================== --- trunk/dports/databases/postgresql_autodoc/Portfile 2013-07-29 16:57:55 UTC (rev 108650) +++ trunk/dports/databases/postgresql_autodoc/Portfile 2013-07-29 17:04:14 UTC (rev 108651) @@ -1,44 +1,46 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ -PortSystem 1.0 +PortSystem 1.0 -name postgresql_autodoc -version 1.41 -categories databases textproc -license BSD -platforms darwin -supported_archs noarch -maintainers nomaintainer -description Automatic documentation generator for postgresql databases -long_description Automatic documentation generator for postgresql \ - databases. It supports output in HTML, GraphViz, SGML \ - DocBook and DIA formats. +name postgresql_autodoc +version 1.41 +categories databases textproc +license BSD +platforms darwin +supported_archs noarch +maintainers nomaintainer -homepage http://www.rbt.ca/autodoc/ -master_sites http://www.rbt.ca/autodoc/binaries/ -checksums md5 a23ae4a49bfd0c14375b3ea6e04cd5b9 \ - sha1 66ef9804854bbec54bba7788fe3ba90e5a47abe2 \ - rmd160 c588ef93e955b5c41b6175f3f2762c35accbb567 +description Automatic documentation generator for postgresql databases +long_description Automatic documentation generator for postgresql \ + databases. It supports output in HTML, GraphViz, SGML \ + DocBook and DIA formats. -depends_lib port:perl5.12 \ - port:p5.12-dbi \ - port:p5.12-dbd-pg \ - port:p5.12-html-template \ - port:p5.12-term-readkey +homepage http://www.rbt.ca/autodoc/ +master_sites http://www.rbt.ca/autodoc/binaries/ -worksrcdir ${name} +checksums md5 a23ae4a49bfd0c14375b3ea6e04cd5b9 \ + sha1 66ef9804854bbec54bba7788fe3ba90e5a47abe2 \ + rmd160 c588ef93e955b5c41b6175f3f2762c35accbb567 -destroot.destdir DESTDIR=${destroot} +depends_lib port:perl5.12 \ + port:p5.12-dbi \ + port:p5.12-dbd-pg \ + port:p5.12-html-template \ + port:p5.12-term-readkey +worksrcdir ${name} -livecheck.type regex -livecheck.url ${homepage} -livecheck.regex "Stable Release - (\\d(?:\\.\\d+))*" +patchfiles patch-make.diff -use_configure no +use_configure no -patchfiles patch-make.diff - build { - reinplace -E "s#/usr/local#${prefix}#g" \ - Makefile + reinplace -E "s#/usr/local#${prefix}#g" \ + Makefile } + +destroot.destdir DESTDIR=${destroot} + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex "Stable Release - (\\d(?:\\.\\d+))*"
participants (1)
-
macsforever2000@macports.org