mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Rename www/rssdler to www/py-rssdler
PR: ports/148401 Submitted by: Anonymous <swell.k AT gmail.com> (maintainer)
This commit is contained in:
parent
0cf2e21d45
commit
c1d228df0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259697
1
MOVED
1
MOVED
@ -4485,3 +4485,4 @@ www/gtkhtml38||2010-08-17|Removed, because there are no more users of this libra
|
||||
security/isolate||2010-08-17|Security vulnerability
|
||||
www/wordpress-mu|www/wordpress|2010-08-19|Multiuser support was incorporate in the upstream version
|
||||
archivers/py-tarfile||2010-08-21|Has expired: all development activity in this port has been merged into mainline python after 2.4
|
||||
www/rssdler|www/py-rssdler|2010-08-21|Rename to consistency with other Python ports
|
||||
|
@ -1457,6 +1457,7 @@
|
||||
SUBDIR += py-recaptcha
|
||||
SUBDIR += py-restclient
|
||||
SUBDIR += py-routes
|
||||
SUBDIR += py-rssdler
|
||||
SUBDIR += py-satchmo
|
||||
SUBDIR += py-scgi
|
||||
SUBDIR += py-scrapy
|
||||
@ -1504,7 +1505,6 @@
|
||||
SUBDIR += retawq
|
||||
SUBDIR += rnews
|
||||
SUBDIR += roundup
|
||||
SUBDIR += rssdler
|
||||
SUBDIR += rssowl
|
||||
SUBDIR += rsstail
|
||||
SUBDIR += rsstool
|
||||
|
@ -1,4 +1,4 @@
|
||||
# New ports collection makefile for: rssdler
|
||||
# New ports collection makefile for: py-rssdler
|
||||
# Date created: 02 May 2010
|
||||
# Whom: Anonymous <swell.k@gmail.com>
|
||||
#
|
||||
@ -7,8 +7,10 @@
|
||||
|
||||
PORTNAME= rssdler
|
||||
PORTVERSION= 0.4.2
|
||||
CATEGORIES= www
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= swell.k@gmail.com
|
||||
COMMENT= Automatically grab link elements of an RSS feed
|
||||
@ -21,6 +23,7 @@ USE_PYDISTUTILS=yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g}
|
||||
|
||||
OPTIONS= MECHANIZE "Retrieve pages with mechanize" On
|
||||
OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user