non port: graphics/py-seqdiag/Makefile |
SVNWeb
|
Number of commits found: 48 |
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:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above )
|
Sat, 7 May 2022
|
[ 04:31 TAKATSU Tomonari (tota) ] 5241d27
graphics/py-seqdiag: Update to 3.0.0
|
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, 27 Apr 2020
|
[ 13:54 bapt ]
Fix merge badly solved merge conflicts
Pointy hat: bapt
|
[ 13:46 bapt ] (Only the first 10 of 11 ports in this commit are shown above. )
Move all py*diag version to newer version supporting python3
while here in blockdiag add a patch to fix backward compatibility
Reviewed by: maintainer (tota)
Differential Revision: https://reviews.freebsd.org/D24039
|
Tue, 24 Mar 2020
|
[ 19:54 antoine ] (Only the first 10 of 87 ports in this commit are shown above. )
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
|
Mon, 24 Feb 2020
|
[ 11:36 kai ] (Only the first 10 of 76 ports in this commit are shown above. )
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above )
|
Sun, 23 Feb 2020
|
[ 15:25 antoine ] (Only the first 10 of 257 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Wed, 19 Feb 2020
|
[ 17:59 antoine ] (Only the first 10 of 59 ports in this commit are shown above. )
Clean up USES
With hat: portmgr
|
Mon, 27 Aug 2018
|
[ 08:26 tota ]
- Update to 0.9.6
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
[ 16:58 mat ] (Only the first 10 of 25 ports in this commit are shown above. )
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct
to use it for other package names.
Sponsored by: Absolight
|
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 )
|
Sun, 10 Apr 2016
|
[ 09:40 tota ]
- Update to 0.9.5
- Fix Python version
- Make use of options helpers
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Fri, 26 Sep 2014
|
[ 07:40 tota ]
- Update to 0.9.3
- Add LICENSE_FILE
- Convert to USES=python
- Update WWW: in pkg-descr
|
Sat, 26 Apr 2014
|
[ 21:19 tota ]
- Update to 0.9.0
* Switch run-time dependency from PIL to Pillow
- Use USE_PYDISTUTILS= yes instead of USE_PYDISTUTILS= easy_install
- Use PYDISTUTILS_AUTOPLIST
* Remove pkg-plist, accordingly
- Support STAGEDIR
* Make DOCS and EXAMPLES unconditional to stage
- Unmute INSTALL_DATA and INSTALL_MAN in post-install target
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 39 ports in this commit are shown above. )
Remove trailing whitespaces from category graphics
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Mon, 30 Dec 2013
|
[ 20:55 ohauer ] (Only the first 10 of 238 ports in this commit are shown above. )
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Mon, 11 Feb 2013
|
[ 01:29 tota ]
- Update to 0.8.2
- Remove indefinite article from COMMENT
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS
|
Fri, 16 Nov 2012
|
[ 13:57 tota ]
- Update to 0.8.1
Feature safe: yes
|
Wed, 24 Oct 2012
|
[ 16:12 tota ]
- Update to 0.8.0
Feature safe: yes
|
Mon, 1 Oct 2012
|
[ 22:01 tota ]
- Remove LICENSE_FILE for well-known licenses
- Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree
Pointed out by: rm@ (via private e-mail)
|
Sun, 30 Sep 2012
|
[ 20:32 tota ]
- Update to 0.7.5
- Trim WWW: line in pkg-descr
|
Fri, 21 Sep 2012
|
[ 12:57 tota ]
- Update to 0.7.4
- Convert to new Makefile header
|
Sat, 17 Mar 2012
|
[ 09:04 tota ]
- Update to 0.7.3
Feature safe: yes
|
Mon, 9 Jan 2012
|
[ 15:41 tabthorpe ] (Only the first 10 of 107 ports in this commit are shown above. )
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
|
Tue, 13 Dec 2011
|
[ 20:13 tota ]
- Update to 0.7.2
|
Thu, 1 Dec 2011
|
[ 13:06 tota ]
- Update to 0.7.1
Feature safe: yes
|
Wed, 23 Nov 2011
|
[ 04:39 tota ]
- Update to 0.7.0
Feature safe: yes
|
Mon, 7 Nov 2011
|
[ 17:38 tota ]
- Update to 0.6.3
|
Wed, 2 Nov 2011
|
[ 23:07 tota ]
- Update to 0.6.2
|
[ 11:23 tota ]
- Update to 0.6.1
|
Sat, 29 Oct 2011
|
[ 01:31 tota ]
- Update to 0.6.0
|
[ 00:14 tota ]
- Update to 0.5.2
|
Tue, 25 Oct 2011
|
[ 13:12 tota ]
- Update to 0.5.1
|
Fri, 21 Oct 2011
|
[ 22:42 tota ]
- Update to 0.5.0
|
[ 16:28 tota ]
- Update to 0.4.3
|
Wed, 12 Oct 2011
|
[ 22:16 tota ]
- Update to 0.4.2
- Add manpage
|
Sat, 1 Oct 2011
|
[ 02:37 tota ]
- Update to 0.4.1
|
Tue, 27 Sep 2011
|
[ 10:33 tota ]
- Update to 0.4.0
- Restrict USE_PYTHON range
|
Sun, 7 Aug 2011
|
[ 05:58 tota ]
- Add a new port: graphics/py-seqdiag
`seqdiag` generate sequence-diagram image file from spec-text file.
Features
* Generate sequence-diagram from dot like text (basic feature).
* Multilingualization for node-label (utf-8 only).
WWW: http://blockdiag.com/seqdiag/build/html/
|
Number of commits found: 48 |