diff options
Diffstat (limited to 'databases/postgresql_autodoc')
-rw-r--r-- | databases/postgresql_autodoc/Makefile | 33 | ||||
-rw-r--r-- | databases/postgresql_autodoc/distinfo | 2 | ||||
-rw-r--r-- | databases/postgresql_autodoc/files/patch-Makefile | 22 | ||||
-rw-r--r-- | databases/postgresql_autodoc/pkg-descr | 4 | ||||
-rw-r--r-- | databases/postgresql_autodoc/pkg-plist | 8 |
5 files changed, 0 insertions, 69 deletions
diff --git a/databases/postgresql_autodoc/Makefile b/databases/postgresql_autodoc/Makefile deleted file mode 100644 index ebccfebb5ae2..000000000000 --- a/databases/postgresql_autodoc/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# $FreeBSD$ - -PORTNAME= postgresql_autodoc -PORTVERSION= 1.41 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= http://www.rbt.ca/autodoc/binaries/ -DIST_SUBDIR= postgresql - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Automatic documentation generator for postgresql databases - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -RUN_DEPENDS= p5-HTML-Template>=0:www/p5-HTML-Template \ - p5-Term-ReadKey>=0:devel/p5-Term-ReadKey \ - p5-DBD-Pg>=0:databases/p5-DBD-Pg - -USES+= gmake perl5 shebangfix -SHEBANG_FILES= postgresql_autodoc.pl -CONFIGURE_ARGS+=--datadir=${DATADIR} - -WRKSRC= ${WRKDIR}/postgresql_autodoc - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/postgresql_autodoc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/postgresql_autodoc.1 ${STAGEDIR}${MANPREFIX}/man/man1 - @${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/*.tmpl ${STAGEDIR}${DATADIR} - -.include <bsd.port.mk> diff --git a/databases/postgresql_autodoc/distinfo b/databases/postgresql_autodoc/distinfo deleted file mode 100644 index 324d76e940ac..000000000000 --- a/databases/postgresql_autodoc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (postgresql/postgresql_autodoc-1.41.tar.gz) = 8fd8300a1913bd60be7b8214aadc8e193575c1fabe7797cbb6dcaed2b90eb8e9 -SIZE (postgresql/postgresql_autodoc-1.41.tar.gz) = 26461 diff --git a/databases/postgresql_autodoc/files/patch-Makefile b/databases/postgresql_autodoc/files/patch-Makefile deleted file mode 100644 index 17ee78bdeb67..000000000000 --- a/databases/postgresql_autodoc/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig -+++ Makefile -@@ -2,7 +2,6 @@ - - # install configuration - DESTDIR = --PREFIX = /usr/local - BINDIR = ${PREFIX}/bin - DATADIR = ${PREFIX}/share/postgresql_autodoc - MANDIR = ${PREFIX}/share/man/man1 -@@ -25,11 +24,6 @@ - - all: ${BINARY} ${MANPAGE} - --${MANPAGE}: ${MANPAGE_SOURCE} -- ${SED} -e "s,@@TEMPLATE-DIR@@,${DATADIR}," \ -- ${MANPAGE_SOURCE} > ${MANPAGE} -- -- - ${BINARY}: ${SOURCE} - ${SED} -e "s,/usr/bin/env perl,${PERL}," \ - -e "s,@@TEMPLATE-DIR@@,${DATADIR}," \ diff --git a/databases/postgresql_autodoc/pkg-descr b/databases/postgresql_autodoc/pkg-descr deleted file mode 100644 index 25ccd6422e5b..000000000000 --- a/databases/postgresql_autodoc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Automatic documentation generator for PostgreSQL databases. -It supports output in HTML, GraphViz, SGML DocBook and DIA formats. - -WWW: http://www.rbt.ca/autodoc/index.html diff --git a/databases/postgresql_autodoc/pkg-plist b/databases/postgresql_autodoc/pkg-plist deleted file mode 100644 index a954d75fe5e9..000000000000 --- a/databases/postgresql_autodoc/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/postgresql_autodoc -man/man1/postgresql_autodoc.1.gz -%%DATADIR%%/dia.tmpl -%%DATADIR%%/dot.tmpl -%%DATADIR%%/html.tmpl -%%DATADIR%%/neato.tmpl -%%DATADIR%%/xml.tmpl -%%DATADIR%%/zigzag.dia.tmpl |