non port: devel/py-iniparse/Makefile |
SVNWeb
|
Number of commits found: 18 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
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:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
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
|
Sun, 2 Feb 2020
|
[ 11:00 sunpoet ]
Update to 0.5
- Add LICENSE
- Remove DOCS option:
- README.md is the same as pkg-descr
- Changelog is almost 10-years old
- Update pkg-descr
- Update WWW
Changes: https://github.com/candlepin/python-iniparse/commits/master
|
Sun, 19 Jan 2020
|
[ 11:11 sunpoet ]
Allow concurrent installation (USE_PYTHON=concurrent)
- Add NO_ARCH
- Take maintainership
|
Wed, 14 Sep 2016
|
[ 15:59 mat ] (Only the first 10 of 353 ports in this commit are shown above. )
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Sun, 3 Jan 2016
|
[ 13:47 miwi ]
- Convert to options helper
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Thu, 26 Dec 2013
|
[ 15:29 wg ]
devel/py-iniparse: allow staging and minor changes
- Allow staging
- use python auto plist
- Switch from easy_install
- Remove leading article from COMMENT
- Remove useless NOPORTDOCS
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] (Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Sat, 17 Aug 2013
|
[ 16:32 bdrewery ] (Only the first 10 of 28 ports in this commit are shown above. )
- Reset yzlin's ports
With hat: portmgr
|
Tue, 6 Jul 2010
|
[ 08:18 yzlin ]
- Update to 0.4
Feature safe: yes
|
Mon, 10 May 2010
|
[ 16:06 yzlin ]
- Update to 0.3.2
Approved by: lwhsu/rafan (mentors, implicit)
|
Wed, 29 Jul 2009
|
[ 12:59 yzlin ] (Only the first 10 of 22 ports in this commit are shown above. )
- Change to my mail address at FreeBSD.org
Approved by: lwhsu (mentor)
|
Mon, 16 Mar 2009
|
[ 21:50 miwi ]
iniparse is a INI parser for Python which is:
- Compatiable with ConfigParser:
Backward compatible implementations of ConfigParser,
RawConfigParser, and SafeConfigParser are included that are
API-compatible with the Python standard library.
They pass all the unit tests in Python-2.4.4.
- Preserves structure of INI files:
Order of sections & options, indentation, comments, and blank
lines are preserved as far as possible when data is updated.
- More convenient:
Values can be accessed using dotted notation (cfg.user.name),
or using container syntax (cfg['user']['name']).
It is very useful for config files that are updated both by users and by
programs, since it is very disorienting for a user to have her config
file completely rearranged whenever a program changes it. iniparse also
allows making the order of entries in a config file significant, which is
desirable in applications like image galleries.
WWW: http://code.google.com/p/iniparse/
PR: ports/132687
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
|
Number of commits found: 18 |