From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 18 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5555C1C9 for ; Mon, 18 Mar 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3C17CC24 for ; Mon, 18 Mar 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2IE0122036809 for ; Mon, 18 Mar 2013 14:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2IE010G036808; Mon, 18 Mar 2013 14:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 18 Mar 2013 14:00:01 GMT Resent-Message-Id: <201303181400.r2IE010G036808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Kolev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 505A1CB for ; Mon, 18 Mar 2013 13:51:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 40604B5A for ; Mon, 18 Mar 2013 13:51:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2IDpPfu040151 for ; Mon, 18 Mar 2013 13:51:25 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2IDpPhA040144; Mon, 18 Mar 2013 13:51:25 GMT (envelope-from nobody) Message-Id: <201303181351.r2IDpPhA040144@red.freebsd.org> Date: Mon, 18 Mar 2013 13:51:25 GMT From: Nikola Kolev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177070: New port: www/rssroll - rss collector with web frontend written in c X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Mar 2013 14:00:01 -0000 >Number: 177070 >Category: ports >Synopsis: New port: www/rssroll - rss collector with web frontend written in c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 18 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Nikola Kolev >Release: 9.0-RELEASE-p3 >Organization: >Environment: FreeBSD chaosophia.net 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 01:47:53 UTC 2012 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: I used shar file extension but received error while submitting the file and the system suggest me to change the extension to txt so please ignore txt end and use shar. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rssroll # rssroll/pkg-plist # rssroll/Makefile # rssroll/pkg-descr # rssroll/distinfo # echo c - rssroll mkdir -p rssroll > /dev/null 2>&1 echo x - rssroll/pkg-plist sed 's/^X//' >rssroll/pkg-plist << '16d6d51ac6887f95acc901d9a56a76c9' Xbin/rssroll Xwww/cgi-bin/rssroll.cgi Xetc/rssrollrc.sample Xwww/data/rssroll/css/common.css Xwww/data/rssroll/css/default.css Xwww/data/rssroll/html/header.html Xwww/data/rssroll/html/main.html Xwww/data/rssroll/html/feed.html Xwww/data/rssroll/html/footer.html X@dirrm www/data/rssroll/html X@dirrm www/data/rssroll/css X@dirrm www/data/rssroll 16d6d51ac6887f95acc901d9a56a76c9 echo x - rssroll/Makefile sed 's/^X//' >rssroll/Makefile << '91b9684e149fac18b9a758c930a4b3fd' X# $FreeBSD$ X XPORTNAME= rssroll XPORTVERSION= 0.2 XCATEGORIES= www XMASTER_SITES= http://chaosophia.net/downloads/rssroll/ \ X http://ns1.chaosophia.net/downloads/rssroll/ X XMAINTAINER= koue@chaosophia.net XCOMMENT= Rss collector in c X XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ X xml2:${PORTSDIR}/textproc/libxml2 \ X sqlite3:${PORTSDIR}/databases/sqlite3 X XCFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 XLDFLAGS+= -L${LOCALBASE}/lib X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rssroll ${PREFIX}/bin X @${MKDIR} ${PREFIX}/www/data/rssroll ${PREFIX}/www/cgi-bin X ${INSTALL_PROGRAM} ${WRKSRC}/index.cgi ${PREFIX}/www/cgi-bin/rssroll.cgi X ${INSTALL_DATA} ${WRKSRC}/rssrollrc ${PREFIX}/etc/rssrollrc.sample X (cd ${WRKSRC} && ${COPYTREE_SHARE} "html css" ${PREFIX}/www/data/rssroll/) X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/cgi-bin/rssroll.cgi ${PREFIX}/www/data/rssroll/ X X.include 91b9684e149fac18b9a758c930a4b3fd echo x - rssroll/pkg-descr sed 's/^X//' >rssroll/pkg-descr << 'dbc4793de117d038e933125b200f0d79' XRssroll is a collector of RSS feeds. XWritten in C it uses libxml2 to store feeds into sqlite3 Xdatabase. rssroll.cgi allows web browsing of stored feeds. X XWWW: http://chaosophia.net/rssroll/ dbc4793de117d038e933125b200f0d79 echo x - rssroll/distinfo sed 's/^X//' >rssroll/distinfo << '487af1a1e1142a6c54f28588b52a3bb0' XSHA256 (rssroll-0.2.tar.gz) = f34e89b66bcc975a4cfa033e1fa4bf1827cda96467836fa991e0f5e6a0232d4a XSIZE (rssroll-0.2.tar.gz) = 17199 487af1a1e1142a6c54f28588b52a3bb0 exit >Release-Note: >Audit-Trail: >Unformatted: