summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2003-01-01 17:38:27 +0000
committerOliver Braun <obraun@FreeBSD.org>2003-01-01 17:38:27 +0000
commite43de53128c0b839f77bb7b4dd7ef86a9ae19435 (patch)
treed3f5e07cc095d8942276bbbc17edba0555906902 /deskutils
parentUpgrade to 1.08. (diff)
A tool for RDF site summaries based news-check.
WWW: http://checkrdf.sourceforge.net/
Notes
Notes: svn path=/head/; revision=72062
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/checkrdf/Makefile34
-rw-r--r--deskutils/checkrdf/distinfo1
-rw-r--r--deskutils/checkrdf/pkg-comment1
-rw-r--r--deskutils/checkrdf/pkg-descr8
-rw-r--r--deskutils/checkrdf/pkg-plist7
6 files changed, 52 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index f929e4ea2623..0362873bd845 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -7,6 +7,7 @@
SUBDIR += bulb
SUBDIR += cal
SUBDIR += cbb
+ SUBDIR += checkrdf
SUBDIR += dailystrips
SUBDIR += gaddr
SUBDIR += gcal
diff --git a/deskutils/checkrdf/Makefile b/deskutils/checkrdf/Makefile
new file mode 100644
index 000000000000..da3c57e0a049
--- /dev/null
+++ b/deskutils/checkrdf/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: checkrdf
+# Date created: 17 december 2002
+# Whom: Oliver Braun <obraun@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= checkrdf
+PORTVERSION= 30.5000
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= checkrdf
+
+MAINTAINER= obraun@FreeBSD.org
+
+BUILD_DEPENDS= Xtract:${PORTSDIR}/textproc/hs-haxml
+
+USE_BZIP2= yes
+
+.include <bsd.port.pre.mk>
+
+MAKE_ENV= PREFIX=${PREFIX}
+.if !exists(${PREFIX}/bin/nhc98)
+MAKE_ENV+= BUILD_WITH=GHC
+.endif
+
+MAN1= checkrdf.1
+MANCOMPRESSED= yes
+
+.if defined(NOPORTDOCS)
+INSTALL_TARGET=install-bin install-rc install-man
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/deskutils/checkrdf/distinfo b/deskutils/checkrdf/distinfo
new file mode 100644
index 000000000000..1c559a8e8e60
--- /dev/null
+++ b/deskutils/checkrdf/distinfo
@@ -0,0 +1 @@
+MD5 (checkrdf-30.5000.tar.bz2) = 4d1d28884c900ddadd41d8528a3a0458
diff --git a/deskutils/checkrdf/pkg-comment b/deskutils/checkrdf/pkg-comment
new file mode 100644
index 000000000000..c219ae3b21a7
--- /dev/null
+++ b/deskutils/checkrdf/pkg-comment
@@ -0,0 +1 @@
+A tool for RDF site summaries based news-check
diff --git a/deskutils/checkrdf/pkg-descr b/deskutils/checkrdf/pkg-descr
new file mode 100644
index 000000000000..216f8a4669b6
--- /dev/null
+++ b/deskutils/checkrdf/pkg-descr
@@ -0,0 +1,8 @@
+CheckRDF is a tool, consisting of a shell script and a Haskell program, for
+downloading RDF site summaries and showing news in a text file and in an HTML
+file. It is highly configurable.
+
+WWW: http://checkrdf.sourceforge.net/
+
+- Oliver Braun
+obraun@FreeBSD.org
diff --git a/deskutils/checkrdf/pkg-plist b/deskutils/checkrdf/pkg-plist
new file mode 100644
index 000000000000..a2a9b7f44523
--- /dev/null
+++ b/deskutils/checkrdf/pkg-plist
@@ -0,0 +1,7 @@
+bin/checkrdf
+bin/checkrdf.bin
+etc/checkrdf.rc
+%%PORTDOCS%%share/doc/checkrdf/README
+%%PORTDOCS%%share/doc/checkrdf/bluegreek.css
+%%PORTDOCS%%share/doc/checkrdf/myrdf.css
+%%PORTDOCS%%@dirrm share/doc/checkrdf