View | Details | Raw Unified | Return to bug 81523
Collapse All | Expand All

(-)/files/home/kcwu/work/ports/x/www/feedonfeeds/Makefile (-3 / +4 lines)
Lines 7-26 Link Here
7
#
7
#
8
8
9
PORTNAME=	feedonfeeds
9
PORTNAME=	feedonfeeds
10
PORTVERSION=	0.1.7
10
PORTVERSION=	0.1.9
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	http://minutillo.com/steve/feedonfeeds/
12
MASTER_SITES=	http://feedonfeeds.com/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Server side personal RSS (and Atom) aggregator
15
COMMENT=	Server side personal RSS (and Atom) aggregator
16
16
17
USE_PHP=	yes
17
USE_PHP=	mysql xml
18
WANT_PHP_WEB=	yes
18
WANT_PHP_WEB=	yes
19
USE_MYSQL=	yes
19
USE_MYSQL=	yes
20
NO_BUILD=	yes
20
NO_BUILD=	yes
21
DATADIR?=	${PREFIX}/www/data/feedonfeeds
21
DATADIR?=	${PREFIX}/www/data/feedonfeeds
22
22
23
do-install:
23
do-install:
24
	${MKDIR} ${DATADIR}
24
	${CP} -R ${WRKSRC}/ ${DATADIR}
25
	${CP} -R ${WRKSRC}/ ${DATADIR}
25
26
26
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)/files/home/kcwu/work/ports/x/www/feedonfeeds/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (feedonfeeds-0.1.7.tar.gz) = 7ab46dc102bebc54a2711d78cf05054e
1
MD5 (feedonfeeds-0.1.9.tar.gz) = c5a48f357568ebff2e9c064eae5525c5
2
SIZE (feedonfeeds-0.1.7.tar.gz) = 40223
2
SIZE (feedonfeeds-0.1.9.tar.gz) = 45573
(-)/files/home/kcwu/work/ports/x/www/feedonfeeds/pkg-descr (-1 / +1 lines)
Lines 15-18 Link Here
15
FEED ON FEEDS page. Open pages in new tabs, bookmark them for later, browse
15
FEED ON FEEDS page. Open pages in new tabs, bookmark them for later, browse
16
whatever way you like.
16
whatever way you like.
17
17
18
WWW: http://minutillo.com/steve/feedonfeeds/
18
WWW: http://feedonfeeds.com/
(-)/files/home/kcwu/work/ports/x/www/feedonfeeds/pkg-plist (-1 / +5 lines)
Lines 5-22 Link Here
5
%%DATADIR%%/delete.php
5
%%DATADIR%%/delete.php
6
%%DATADIR%%/fof.css
6
%%DATADIR%%/fof.css
7
%%DATADIR%%/fof.js
7
%%DATADIR%%/fof.js
8
%%DATADIR%%/frames/add.php
9
%%DATADIR%%/frames/delete.php
8
%%DATADIR%%/frames/feeds.php
10
%%DATADIR%%/frames/feeds.php
9
%%DATADIR%%/frames/fof-frames.css
11
%%DATADIR%%/frames/fof-frames.css
10
%%DATADIR%%/frames/index.php
12
%%DATADIR%%/frames/index.php
11
%%DATADIR%%/frames/menu.php
13
%%DATADIR%%/frames/menu.php
14
%%DATADIR%%/frames/update.php
12
%%DATADIR%%/frames/view-action.php
15
%%DATADIR%%/frames/view-action.php
13
%%DATADIR%%/frames/view.php
16
%%DATADIR%%/frames/view.php
14
%%DATADIR%%/index.php
17
%%DATADIR%%/index.php
15
%%DATADIR%%/init.php
18
%%DATADIR%%/init.php
16
%%DATADIR%%/install.php
19
%%DATADIR%%/install.php
17
%%DATADIR%%/magpierss/AUTHORS
20
%%DATADIR%%/magpierss/AUTHORS
21
%%DATADIR%%/magpierss/CHANGES
22
%%DATADIR%%/magpierss/ChangeLog
18
%%DATADIR%%/magpierss/README
23
%%DATADIR%%/magpierss/README
19
%%DATADIR%%/magpierss/README.FoF
20
%%DATADIR%%/magpierss/extlib/Snoopy.class.inc
24
%%DATADIR%%/magpierss/extlib/Snoopy.class.inc
21
%%DATADIR%%/magpierss/rss_cache.inc
25
%%DATADIR%%/magpierss/rss_cache.inc
22
%%DATADIR%%/magpierss/rss_fetch.inc
26
%%DATADIR%%/magpierss/rss_fetch.inc

Return to bug 81523