non port: textproc/py-feedparser/Makefile |
SVNWeb
|
Number of commits found: 40 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 14 Oct 2021
|
[ 12:19 Sofian Brabez (sbz) ] 71df466
textproc/py-feedparser: update to 6.0.8
|
[ 11:02 Stefan Eßer (se) ] 38beb4a
textproc/py-feedparser: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 17 Jun 2021
|
[ 19:26 Sofian Brabez (sbz) ] 8d1ef8c
textproc/py-feedparser: update to 6.0.5
|
Wed, 16 Jun 2021
|
[ 11:02 Sofian Brabez (sbz) ] ae4fd9d
textproc/py-feedparser: update to 6.0.4
|
Sun, 13 Jun 2021
|
[ 20:42 Sofian Brabez (sbz) ] 642bc29
textproc/py-feedparser: update to 6.0.3
|
Thu, 15 Apr 2021
|
[ 21:00 Sofian Brabez (sbz) ] a08dcba
textproc/py-feedparser: use new devel/py-sgmllib3k as run dependency
Do not ship sgmllib via ${FILESDIR} because it breaks the egg
registration of the feedparser module when installed via distutil,
instead add new created port devel/py-sgmllib3k as run dependency. This
seems the right approach of solving this issue.
PR: 250380
|
[ 00:58 Jan Beich (jbeich) ] f437055
textproc/py-feedparser: unbreak egg d950078a6163
pkg_resources.DistributionNotFound: The 'sgmllib3k' distribution was not found
and is required by feedparser
PR: 250380
|
Wed, 14 Apr 2021
|
[ 12:14 Sofian Brabez (sbz) ] d950078
textproc/py-feedparser: update to 6.0.2
This update require adding the missing sgmllib for python3 versions and
makes the license dual contributed by James French. Also update the test
target and switch to github.
PR: 250380
Submitted by: jbeich
MFH: 2021Q2
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Wed, 6 Sep 2017
|
[ 18:52 sbz ]
- Create python3 version of textproc/py-feedparser
PR: 217480
Submitted by: dbaio
Approved by: portmgr (bdrewery)
Differential Revision: https://reviews.freebsd.org/D12197
|
Thu, 2 Jun 2016
|
[ 23:38 cpm ]
- Update to 5.2.1
- Update LICENSE
- Add LICENSE_FILE
- Fix PORTDOCS
- Use post-install-DOCS-on target
- Remove .include <bsd.port.options.mk> line
- Use do-test target instead regression-test
- Remove unneeded patches
- Update WWW in pkg-descr
Reviewed by: amdmi3 (mentor)
Approved by: sbz (maintainer)
Differential Revision: D6549
|
Sun, 7 Dec 2014
|
[ 10:01 mva ] (Only the first 10 of 103 ports in this commit are shown above. )
- Convert textproc/ to USES=python
With hat: python@
|
Wed, 28 May 2014
|
[ 22:06 sbz ]
- Update COMMENT
- Update LICENSE
- Update pkg-descr
- Convert to USES=tar:bzip2
- Remove unnecessary RUN_DEPENDS
PR: ports/186751
Submitted by: Stephen R Guglielmo <srg at guglielmo.us>
|
Thu, 22 May 2014
|
[ 10:17 miwi ]
- Backport a fix for chardet issue which prevents mail/rss2email3 from
working correctly on certain environment.
PR: 187397
Submitted by: poyopoyo@puripuri.plala.or.jp
Approved by: maintainer timeout
|
Thu, 30 Jan 2014
|
[ 03:13 miwi ]
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Thu, 18 Jul 2013
|
[ 13:26 sbz ]
- Convert new option framework
- Respect PORTDOCS
- Update RUN_DEPENDS
|
Tue, 18 Dec 2012
|
[ 13:51 sbz ]
- Update to 1.5.3
PR: ports/174511
Submitted by: Po-Chien Lin <linpc at cs.nctu.edu.tw>
|
Tue, 3 Jul 2012
|
[ 19:13 sbz ]
- Update to 5.1.2
- Make happy portlint
|
Fri, 18 Mar 2011
|
[ 10:04 sbz ] (Only the first 10 of 47 ports in this commit are shown above. )
Update my MAINTAINER address to sbz at FreeBSD.org.
Approved by: jadawin@ (mentor)
|
Thu, 10 Mar 2011
|
[ 22:09 pav ]
- Disable tests, they fail normally and hang on pointyhat
Approved by: maintainer
|
Tue, 8 Mar 2011
|
[ 01:53 clsung ]
- Update to 5.0.1
- Add LICENSE
- Remove old files
http://regis.goodking.ca/tb/logs/7-sbz/py27-feedparser-5.0.1.log
http://regis.goodking.ca/tb/logs/8-sbz/py27-feedparser-5.0.1.log
http://regis.goodking.ca/tb/logs/9-sbz/py27-feedparser-5.0.1.log
PR: ports/155367
Submitted by: maintainer (Sofian Brabez)
|
Fri, 25 Feb 2011
|
[ 11:09 miwi ]
- Clean up PYTHON_REL >= 230 < 240
|
Fri, 27 Feb 2009
|
[ 20:45 tabthorpe ]
- Pass maintainership to submitter
Submitted by: Sofian Brabez via private email
|
Thu, 18 Dec 2008
|
[ 02:24 linimon ] (Only the first 10 of 31 ports in this commit are shown above. )
Reassign ports maintained by dryice@ for now due to other commitments.
Hat: portmgr
|
Thu, 6 Mar 2008
|
[ 22:19 edwin ] (Only the first 10 of 39 ports in this commit are shown above. )
Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files
PR: ports/121435 (related)
|
Mon, 11 Jun 2007
|
[ 16:06 dryice ]
- update MASTER_SITES, thanks to Phil Pennock <pdp@spodhuis.org>
- update my mail address
- update USE_PYTHON
|
Wed, 22 Mar 2006
|
[ 21:15 mnag ]
- Depends of cjkcodecs if python < 2.4
- Bump PORTREVISION
PR: 94825
Submitted by: maintainer
|
Wed, 15 Mar 2006
|
[ 18:21 garga ] (Only the first 10 of 27 ports in this commit are shown above. )
- Fix MASTER_SITES
bsdchat.com is no longer available. Thanks for all their support!
PR: ports/94459
Submitted by: Dryice Liu <dryice@dryice.name> (maintainer)
|
[ 15:10 arved ]
RUN_DEPEND on chardet
PR: 94473
Submitted by: Dryice Liu <dryice@dryice.name>
|
Wed, 18 Jan 2006
|
[ 21:53 pav ]
- Update to 4.1
PR: ports/91699
Submitted by: Dryice Dong Liu <dryice@dryice.name> (maintainer)
|
Wed, 11 Jan 2006
|
[ 04:01 edwin ] (Only the first 10 of 29 ports in this commit are shown above. )
[maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
ports. Please help to change the maintainer mail address to
dryice@dryice.name. This new mail address has a RDNS record
and will make the life easier. Thanks!
PR: ports/91624
Submitted by: Dryice Dong Liu <dryice@dryice.name>
|
Fri, 8 Apr 2005
|
[ 12:21 novel ]
- Install docs
- Require Python 2.1+
- Additional mirror MASTER_SITE
- Pass maintainership to submitter
PR: 79582
Submitted by: Dryice Liu <dryice@liu.com.cn>
|
Sat, 6 Nov 2004
|
[ 04:10 kevlo ]
Update to 3.3
PR: ports/72294
Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
|
Fri, 2 Jul 2004
|
[ 08:56 pav ]
- Update to 3.1
PR: ports/68538
Submitted by: Matthew X. Economou <xenophon@irtnog.org>
|
Fri, 12 Mar 2004
|
[ 02:53 ijliao ]
add py-feedparser 2.76
An RSS feed parser
|
Number of commits found: 40 |