| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Also reorder some sections of the Makefile
* Remove patch included in upstream
PR: 229917
Reported by: ndowens.fbsd@yandex.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16389
Notes:
svn path=/head/; revision=475120
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- This moves netpbm to the advanced release series, which brings the
port closer to what is available on OpenBSD, Fedora, Arch Linux,
openSUSE, etc. and will let us get rid of patches for supporting
newer libpng versions.
- The advanced release series is only available via an SVN checkout.
Add two maintenance targets netpbm-version-check and netpbm-fetch
to make fetching them easier. To generate release tarballs the sources
are then tagged and committed to https://github.com/t6/netpbm
- Add STATIC option for linking all programs statically to allow running them
in small chroots
- Add option to disable adding a Perl run dependency. Only a fraction
of all programs need it. Some are compatibility shims for newer
programs which should be used instead. The following programs require
Perl: pamfixtrunc pbmtox10bm pgmcrater pnmflip pnmquant pnmquantall ppmfade
ppmquant ppmrainbow ppmshadow
- Disable building svgtopam by default. It's the only program that
requires libxml2 and is obsolete according to the author.
- Install manpages by default
- Allow running of the test suite via `make test`
- Headers have been moved to ${LOCALBASE}/include/netpbm. Fix ports
that expect them to be in ${LOCALBASE}/include
Changes: https://raw.githubusercontent.com/t6/netpbm/v10.80.00/doc/HISTORY
PR: 219982
Reviewed by: mat
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11157
Notes:
svn path=/head/; revision=451378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Use USES=localbase
- Use PORTDATA
- Sort PLIST
Changes: http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS
Differential Revision: https://reviews.FreeBSD.org/D9073
PR: 215840
Exp-run by: antoine
Notes:
svn path=/head/; revision=431345
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Use USES=localbase:ldflags
- Convert to options target helper
We do not bump PORTREVISION because jpeg dependency is already brought in via graphics/tiff.
Notes:
svn path=/head/; revision=430963
|
|
|
|
|
|
|
|
| |
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Notes:
svn path=/head/; revision=428132
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Support gmake USES macro
- Add LICENSE
- Stage support
PR: 187748
Submitted by: ports fury
Notes:
svn path=/head/; revision=352210
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
|
|
|
|
|
| |
Remove left USE_BISON from graphics/tumble
Submitted by: John Marino <john@marino.st>
Notes:
svn path=/head/; revision=313856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Notes:
svn path=/head/; revision=313635
|
|
|
|
|
|
|
|
| |
Reported by: portscout
Feature safe: yes
Notes:
svn path=/head/; revision=308272
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=276992
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
|
|
|
| |
- Add WWW forgotten at original submission
PR: 143491
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
Notes:
svn path=/head/; revision=249197
|
|
files. Supported input image file formats are JPEG, and black and
white TIFF (single- or multi-page). Black and white images will be
encoded in the PDF output using lossless Group 4 fax compression
(ITU-T recommendation T.6). This provides a very good compression
ratio for text and line art. JPEG images will be preserved with the
original coding.
The current version of Tumble will only work on little-endian systems,
such as x86, VAX, and Alpha. The byte order dependencies will be fixed
in a later release.
PR: ports/142765
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Notes:
svn path=/head/; revision=247845
|