Commit graph

17424 commits

Author SHA1 Message Date
Emanuel Haupt
43fdd326f4 - Support staging
- New LIB_DEPENDS definition
2014-03-20 15:23:48 +00:00
Pietro Cerutti
3a2dd80354 - Update to 10.1.0
Release notes: http://www.mesa3d.org/relnotes/10.1.html
- c++11 is not needed to build this version
2014-03-20 09:24:56 +00:00
Tijl Coosemans
2a411fb2c8 - Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
  (Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.

PR:		ports/186779 [1]
2014-03-19 19:26:59 +00:00
Sunpoet Po-Chuan Hsieh
e575a31fd6 - Fix PLIST: use NONEXISTENT instead of empty string [1]
- Strip shared library in post-install: phase
- Bump PORTREVISION for package change

Suggested by:	vd [1]
2014-03-18 16:20:44 +00:00
Sunpoet Po-Chuan Hsieh
7e8c672970 - Remove .packlist manipulation: this is done by Mk/Uses/perl5.mk in post-stage::
- Strip shared library in post-install: phase
- Simplify Makefile
- Bump PORTREVISION for package change
2014-03-18 16:20:40 +00:00
Sunpoet Po-Chuan Hsieh
a18cc93d04 - Strip shared library in post-install: phase
- Simplify Makefile
- Bump PORTREVISION for package change
2014-03-18 16:20:36 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Emanuel Haupt
c2ba42b794 Support staging 2014-03-18 12:55:49 +00:00
Emanuel Haupt
be2a15a958 - Support staging
- Convert USE_BZIP2=yes to USES=tar:bzip2
- New LIB_DEPENDS definition
- Take maintainership
2014-03-18 07:56:38 +00:00
Emanuel Haupt
21fb94e2a9 - Support staging
- Respect CC and hence fix build with clang
- Respect CFLAGS
2014-03-18 07:46:07 +00:00
Boris Samorodov
b72e867619 graphics/iccexamin: update to version 0.55
remove the patch incorporated upstream
2014-03-17 19:36:01 +00:00
Boris Samorodov
851e85b518 graphics/oyranos: update to version 0.9.5 2014-03-17 19:32:53 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
2014-03-16 22:33:04 +00:00
Max Brazhnikov
a567bb92e8 graphics/showimage:
- update to 1.8.1
- modernize Makefile (stage support, USES)
- trim COMMENT
- fix desktop file: only the showimage binary was renamed, the icon retains
  original name

PR:		ports/187638
Approved by:	Rusty Nejdl (maintainer)
2014-03-16 19:25:36 +00:00
Sunpoet Po-Chuan Hsieh
2031fcad6d - Add imageworsener 1.2.0
ImageWorsener is a cross-platform command-line utility and library for image
scaling and other image processing. It has full support for PNG, JPEG, BMP
formats, experimental support for WebP, read-only support for GIF, and limited
support for some other image formats. It's not as fast or memory-efficient as
some utilities, but it's very accurate.

WWW: http://entropymine.com/imageworsener/
2014-03-15 18:48:53 +00:00
Alexey Dokuchaev
58d0c7a77c When setting USE_XORG via OPTION helper, use comma syntax universally; in
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were
set incorrectly, which caused build failures of `devel/sdl12' without the
OpenGL, for example.

Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to
produce more neat results, and use official spelling of MPEG abbreviation
in COMMENT (port description still needs cleaning up).
2014-03-15 12:27:11 +00:00
Antoine Brodin
259b8d03e2 Add some missing distinfo
With hat:	portmgr
2014-03-15 11:39:33 +00:00
Ashish SHUKLA
dea520b575 - Update to 1.00
- Add LICENSE information
- Add STAGE support
- Fix spacing in pkg-descr
2014-03-15 08:29:43 +00:00
Dmitry Marakasov
883dfd6226 - Update RESTRICTED comment for graphics/libecwj2
Submitted by:	glebius via private email
2014-03-15 02:44:38 +00:00
Sunpoet Po-Chuan Hsieh
610d2c7ad0 - Update to 9.20
- Use USES=tar:xz

Changes:	http://people.FreeBSD.org/~sunpoet/dcraw-9.20.diff
2014-03-14 15:20:45 +00:00
Rusmir Dusko
aedb0f931b - Bump PORTREVISION for dependency change 2014-03-14 15:20:21 +00:00
Rusmir Dusko
c375bf2003 - Add dependency for graphics/jogl
- Add pkg-deinstall
- Change pkg-message, remove deinstallation information
2014-03-14 15:06:40 +00:00
Pawel Pekala
e4105d5b61 - Fix build when gcc is not in the base [1]
- Update maintainer's email [1]
- Remove javavmwrapper dependency from BUILD,RUN depends
  it's pulled in by java runtime anyway so no port bump is needed
- Convert to new options framework
- Add support for staging
- Don't try to remove non-existent dirs when DOCS=off (fixes install)

PR:		ports/187386 [1]
Submitted by:	maintainer
2014-03-14 12:25:08 +00:00
Steve Wills
a194e4a6e8 MozJPEG is a fork of libjpeg-turbo with 'jpgcrush' functionality built in.
The goal is to provide a production-quality JPEG encoder that improves
compression while maintaining compatibility with the vast majority of deployed
decoders.

The 'jpgcrush' feature finds the progressive coding configuration which uses the
fewest bits. This most frequently reduces file size by 2-10%, but those are not
hard limits. Significantly greater reductions have been observed.

Library configuration defaults are the same as for libjpeg-turbo, in order to
make transitions as painless as possible. There are new configuration options
for new features, but they are not enabled by default.

The 'cjpeg' program defaults are not the same as for the equivalent program in
libjpeg-turbo. The 'cjpeg' defaults for mozjpeg are set to aggressively optimize
for smaller file sizes.

WWW: https://github.com/mozilla/mozjpeg/

PR:		ports/187398
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-03-13 20:00:11 +00:00
Matthias Andree
579374ec3b Fix build on FreeBSD 10+, and do not force USE_GCC there (which causes vigra linker issues).
If the default compiler is gcc, however, we still request the ports default gcc.
2014-03-13 18:59:49 +00:00
Antoine Brodin
94d84a2d15 Fix WITH_NEW_XORG check, it has to be done after bsd.port.options.mk or
bsd.port.pre.mk is included for it to be default for 11 users

Silence from:	x11@
2014-03-13 18:35:28 +00:00
Pawel Pekala
851bcd42a4 Update to version 1.7.72
PR:		ports/187353
Submitted by:	maintainer
2014-03-13 18:03:06 +00:00
Emanuel Haupt
19f9b53794 - Support staging
- Define DOCS option
2014-03-13 13:41:59 +00:00
Matthias Andree
cb150b3c2d Modernize LIB_DEPENDS, strip .so file after install in default build, support staging. 2014-03-13 08:37:16 +00:00
Martin Wilke
aa15d1f6c3 - Stage support
- Convert to new USES flags
2014-03-13 05:21:50 +00:00
Matthias Andree
320543c68f Convert to staging. Modernize.
Add missing USES=desktop-file-utils shared-mime-info, bumping
PORTREVISION.

Note that hugin could be upgraded to 2014.0 later.
2014-03-13 01:12:42 +00:00
Matthias Andree
faae6a7343 Convert to staging, modernize USE_GMAKE=yes -> USES=gmake.
Approved by: portmgr (blanket)
2014-03-12 23:36:52 +00:00
Rusmir Dusko
0c9d4994a8 - Add license (GPLv2)
- Add NLS Option and OPTIONS_SUB
- Change REINPLACE, install conditional NLS
- Strip libraries
- Recreate pkg-plist with make makeplist

PR:		ports/179336
Submitted by:	nemysis (self)
2014-03-12 20:21:56 +00:00
Sunpoet Po-Chuan Hsieh
bb0dbb4046 - Update USE_PERL5
- Use USES=tar:tgz
- Simplify Makefile
2014-03-12 18:47:43 +00:00
Sunpoet Po-Chuan Hsieh
2be2a741eb - Update to 2.28
Changes:	http://search.cpan.org/dist/GraphViz2/Changes
2014-03-12 17:38:28 +00:00
Martin Wilke
e0bc7d2425 - Stage support 2014-03-12 04:17:58 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Koop Mast
6bf5e3f5a7 When trying to stage errors with:
You do not have write permissions to /usr/local
Also uses nautilus2 which will go away in the GNOME3 update.
2014-03-11 19:51:48 +00:00
Martin Wilke
ee704e5b67 - Update to 4.5.12
PR:		187290
2014-03-11 02:32:16 +00:00
Antoine Brodin
f309589b34 Unbreak 2014-03-10 23:00:20 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Antoine Brodin
97987cee2a imlib2 license allows distribution
Reported by:	sjamaan on #pkgng
2014-03-10 17:36:01 +00:00
Baptiste Daroussin
670b4a2621 Removed ports resurrected by mistake
Reported by:	antoine
2014-03-10 15:12:18 +00:00
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
474f975606 Remove expired ports:
2014-03-10 graphics/jumpgis-postgis: Depends on expiring graphics/jumpgis
2014-03-10 graphics/jumpgis: No more public distfiles
2014-03-10 09:02:36 +00:00
Sunpoet Po-Chuan Hsieh
3568b5aa3f - Use USES=gmake
- Remove Author line
2014-03-09 15:22:09 +00:00
Martin Wilke
6f560b1c4d - Stage support 2014-03-09 15:02:24 +00:00
Wen Heping
878d3b63dc - Fix pkg-plist
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer, via email)
2014-03-09 13:21:02 +00:00