| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| | |
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
| |
Bump all consumers of ImageMagick ports after flavorizing them.
Approved by: tcberner (mentor, implicit)
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
|
| |
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
|
| |
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
| |
- Update RUN_DEPENDS: use ImageMagick 7
Changes: https://github.com/rmagick/rmagick/blob/main/CHANGELOG.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test
If a dependency on the nox11 flavor is required, use for example
USES=magick:nox11 resp. USES=magick:7,nox11,run,test
See magick.mk for more details on the available flags.
The tree has been completely converted to make use of this.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D32754
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
| |
Notes:
svn path=/head/; revision=527533
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch>
Notes:
svn path=/head/; revision=484640
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
Notes:
svn path=/head/; revision=450852
|
| |
|
|
| |
Notes:
svn path=/head/; revision=441761
|
| |
|
|
| |
Notes:
svn path=/head/; revision=429809
|
| |
|
|
|
|
|
|
|
|
|
| |
After an update of graphics/ImageMagick this port need a bump of PORTREVISION
PR: 211849
Reported by: Miroslav Lachman <000.fbsd@quip.cz>
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=429267
|
| |
|
|
| |
Notes:
svn path=/head/; revision=414136
|
| |
|
|
|
|
|
|
|
|
| |
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070
Notes:
svn path=/head/; revision=414118
|
| |
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
| |
|
|
|
|
|
| |
Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=394310
|
| |
|
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/rmagick/rmagick/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=392798
|
| |
|
|
|
|
|
| |
Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=388476
|
| |
|
|
|
|
|
| |
Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=388151
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Convert to new options helper
- Update WWW
Changes: https://github.com/gemhome/rmagick/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=387412
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2]
Notes:
svn path=/head/; revision=377347
|
| |
|
|
|
|
|
| |
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Notes:
svn path=/head/; revision=372250
|
| |
|
|
| |
Notes:
svn path=/head/; revision=365988
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
Notes:
svn path=/head/; revision=365393
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1]
PR: 187548 [2]
PR: 182793 [3]
PR: 181746 [4]
PR: 176047 [5]
PR: 190814 [6]
Submitted by: c.petrik.sosa@gmail.com [1]
Matthieu Volat <mazhe@alkumuna.eu> [2]
free.bsd@webstyle.ch [3]
andrnils@gmail.com [4]
rfg@tristatelogic.com [5]
Michelle Sullivan <michelle@sorbs.net> [6]
Approved by: portmgr (blanket) (for NO_STAGED ports)
Notes:
svn path=/head/; revision=358176
|
| |
|
|
| |
Notes:
svn path=/head/; revision=332045
|
| |
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
| |
|
|
| |
Notes:
svn path=/head/; revision=325562
|
| |
|
|
|
|
|
|
| |
PR: ports/179481
Submitted by: David Demelier <demelier.david@gmail.com>
Notes:
svn path=/head/; revision=321608
|
| |
|
|
|
|
|
|
|
|
| |
RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries.
WWW: http://rmagick.rubyforge.org/
Notes:
svn path=/head/; revision=313006
|
| |
|
|
|
|
|
| |
Sugested by: stas
Notes:
svn path=/head/; revision=240398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=239039
|
| |
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|