diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 20:36:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 20:36:48 +0000 |
commit | da977380baf68d13d8cd5a758af5db0b145e2b0a (patch) | |
tree | 7b357e6252923660b4928fbc4eb56e8629dda236 /misc/documancer | |
parent | - Reconnect x11-wm/flwm (diff) |
2008-09-19 japanese/escpf: Has been broken for more than 6 months
2008-09-19 java/java-gcj-compat: Has been broken for more than 6 months
2008-09-19 lang/screamer: Has been broken for more than 6 months
2008-10-01 misc/documancer: Unmaintained upstream
2008-09-19 misc/ipbt: Has been broken for more than 6 months
2008-10-13 multimedia/manslide: Use multimedia/smile instead
2008-09-19 net/globus4: Has been broken for more than 6 months
2008-09-19 net/p5-Parallel-MPI: Has been broken for more than 6 months
2008-01-28 net/p54u: website disappeared
2008-09-19 net-im/ginsu: Has been broken for more than 6 months
2008-09-19 net-p2p/py-kenosis-bittorrent: Has been broken for more than 6 months
2008-09-19 sysutils/sjog: Has been broken for more than 6 months
2008-09-19 textproc/Ebnf2ps: Has been broken for more than 6 months
2008-09-19 www/roxen: Has been broken for more than 6 months
2008-09-19 x11-fm/evidence: Has been broken for more than 6 months
Diffstat (limited to 'misc/documancer')
-rw-r--r-- | misc/documancer/Makefile | 41 | ||||
-rw-r--r-- | misc/documancer/distinfo | 3 | ||||
-rw-r--r-- | misc/documancer/files/patch-Makefile.in | 28 | ||||
-rw-r--r-- | misc/documancer/pkg-descr | 12 |
4 files changed, 0 insertions, 84 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile deleted file mode 100644 index 8a6b76edd547..000000000000 --- a/misc/documancer/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: documancer -# Date created: Oct 27, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= documancer -PORTVERSION= 0.2.4 -PORTREVISION= 1 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A programmer's documentation reader - -BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ - swish-e:${PORTSDIR}/www/swish-e -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= Unmaintained upstream -EXPIRATION_DATE=2008-10-01 -PORTSCOUT= limitw:1,even - -USE_PYTHON= 2.4+ -USE_PERL5= yes -USE_WX= 2.4 -WX_COMPS= mozilla python -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/share - -PLIST_FILES= bin/documancer - -post-install: - @${FIND} ${DATADIR} -type f | ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} - -.include <bsd.port.mk> diff --git a/misc/documancer/distinfo b/misc/documancer/distinfo deleted file mode 100644 index d2517e88f755..000000000000 --- a/misc/documancer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (documancer-0.2.4.tar.gz) = ba5d2bda8eafe934071f693323fd1e4d -SHA256 (documancer-0.2.4.tar.gz) = ff6abfa152e40beb2ca1c8e1d9abf2a341ed7e8e8956497d3f63c491206bb9f0 -SIZE (documancer-0.2.4.tar.gz) = 865879 diff --git a/misc/documancer/files/patch-Makefile.in b/misc/documancer/files/patch-Makefile.in deleted file mode 100644 index ab7b85a9409b..000000000000 --- a/misc/documancer/files/patch-Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.in.orig Tue Jul 31 01:14:33 2007 -+++ Makefile.in Tue Jul 31 01:14:11 2007 -@@ -79,7 +79,8 @@ - $(INSTALL_DATA) $(srcdir)/src/helpers/man2html/man2html.css $(DESTDIR)$(pkglibdir)/helpers/man2html - - # Install man2info: -- $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/{info2html,infocat} $(DESTDIR)$(pkglibdir)/helpers/info2html -+ $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/info2html $(DESTDIR)$(pkglibdir)/helpers/info2html -+ $(INSTALL_PROG) $(srcdir)/src/helpers/info2html/infocat $(DESTDIR)$(pkglibdir)/helpers/info2html - $(INSTALL_DATA) $(srcdir)/src/helpers/info2html/info2html.conf $(DESTDIR)$(pkglibdir)/helpers/info2html - - # Install Java indexer (FIXME: only if pylucene is missing!) -@@ -88,11 +89,12 @@ - $(INSTALL_DATA) $(srcdir)/src/indexers/java/jars/*.jar $(DESTDIR)$(pkglibdir)/indexers/java/jars - - # Install the app: -- (cd $(srcdir)/src ; for i in `find -name '*.py'` ; do $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/`dirname $$i` ; done) -+ (cd $(srcdir)/src ; for i in `find * -name '*.py'` ; do $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/`dirname $$i` ; done) - - # Rewrite python location in documancer.py: -- sed -e 's,#!/usr/bin/env python,#!/usr/bin/env $(PYTHON),g' \ -- $(srcdir)/src/documancer.py >$(DESTDIR)$(pkglibdir)/documancer.py -+ #sed -e 's,#!/usr/bin/env python,#!/usr/bin/env $(PYTHON),g' \ -+ # $(srcdir)/src/documancer.py >$(DESTDIR)$(pkglibdir)/documancer.py -+ $(INSTALL_DATA) $(srcdir)/src/documancer.py $(DESTDIR)$(pkglibdir) - - - chmod +x $(DESTDIR)$(pkglibdir)/documancer.py diff --git a/misc/documancer/pkg-descr b/misc/documancer/pkg-descr deleted file mode 100644 index fabc63a51328..000000000000 --- a/misc/documancer/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Documancer is programmer's documentation reader for Unix and Windows which has -very fast fulltext searching. It has several advantages over using web browser -or specialized format-specific viewers (such as info): - * unified access to all documentation formats - * the GUI is better suited for documentation reading that generic web - browser - * documancer can create fulltext index for the docs and enables the user - to quickly search it - * bookmarks and indexes are manual-specific, which reduces false matches - and chaos in bookmarks - -WWW: http://documancer.sourceforge.net/ |