aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorChin-San Huang <chinsan@FreeBSD.org>2007-07-30 17:19:49 +0000
committerChin-San Huang <chinsan@FreeBSD.org>2007-07-30 17:19:49 +0000
commit0deb6a18c86cd20f8124bdaeed71e18d7ebecb08 (patch)
treea26c447caf28c5865a68ebb177dd9e6cc510fdd6 /misc
parentb81b9962892bdc1def37cc8c3871319ec25ab0ce (diff)
downloadports-0deb6a18c86cd20f8124bdaeed71e18d7ebecb08.tar.gz
ports-0deb6a18c86cd20f8124bdaeed71e18d7ebecb08.zip
Notes
Diffstat (limited to 'misc')
-rw-r--r--misc/documancer/Makefile5
-rw-r--r--misc/documancer/distinfo6
-rw-r--r--misc/documancer/files/patch-Makefile.in21
3 files changed, 15 insertions, 17 deletions
diff --git a/misc/documancer/Makefile b/misc/documancer/Makefile
index 0eaac8e10447..e79428368c1d 100644
--- a/misc/documancer/Makefile
+++ b/misc/documancer/Makefile
@@ -7,13 +7,12 @@
#
PORTNAME= documancer
-PORTVERSION= 0.2.3
-PORTREVISION= 9
+PORTVERSION= 0.2.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= chinsan@FreeBSD.org
COMMENT= A programmer's documentation reader
BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \
diff --git a/misc/documancer/distinfo b/misc/documancer/distinfo
index 29dbaad5dc6e..d2517e88f755 100644
--- a/misc/documancer/distinfo
+++ b/misc/documancer/distinfo
@@ -1,3 +1,3 @@
-MD5 (documancer-0.2.3.tar.gz) = deb7bef07b0ac5fe959e604b9f971b62
-SHA256 (documancer-0.2.3.tar.gz) = a1681b521c4c3298017ccb4606994c0b8f13ad85069e261170b03ebb265f5cb4
-SIZE (documancer-0.2.3.tar.gz) = 242382
+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
index eee739714d83..ab7b85a9409b 100644
--- a/misc/documancer/files/patch-Makefile.in
+++ b/misc/documancer/files/patch-Makefile.in
@@ -1,12 +1,7 @@
---- Makefile.in.orig Thu Feb 5 09:16:01 2004
-+++ Makefile.in Thu Feb 5 09:18:04 2004
-@@ -70,18 +70,21 @@
- # Install man2html:
- $(INSTALL_PROG) src/helpers/man2html/man2html $(DESTDIR)$(pkglibdir)/helpers/man2html
- $(INSTALL_PROG) $(srcdir)/src/helpers/man2html/man2html.cgi $(DESTDIR)$(pkglibdir)/helpers/man2html
-- $(INSTALL_DATA) $(srcdir)/src/helpers/man2html/{index.html,man2html.css} $(DESTDIR)$(pkglibdir)/helpers/man2html
-+ $(INSTALL_DATA) $(srcdir)/src/helpers/man2html/index.html $(DESTDIR)$(pkglibdir)/helpers/man2html
-+ $(INSTALL_DATA) $(srcdir)/src/helpers/man2html/man2html.css $(DESTDIR)$(pkglibdir)/helpers/man2html
+--- 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
@@ -14,6 +9,10 @@
+ $(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)
@@ -21,8 +20,8 @@
# 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
++ #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)