Commit graph

14975 commits

Author SHA1 Message Date
Steven Kreuzer
ea28d29123 GDD is a graphics device for R which uses libgd for creating bitmap output.
Supported output formats are png8, png24, gif and jpeg.

The main purpose of this package is to replace png/jpeg and similar native
devices in R which either rely on X11 or use GhostScript are thus are very slow
and not suitable in server applications. GDD also supports advanced features
such as anti-aliasing of both lines and text.

WWW:	http://www.rosuda.org/R/GDD/
2012-08-22 13:59:54 +00:00
Beat Gaetzi
da76caef95 - Mark BROKEN: bad plist
Reported by:	pointyhat
2012-08-21 18:35:43 +00:00
Guido Falsi
3a27139865 - Convert to OptionsNG
- Don't depend on intltool and pkgconfig
- Remove INSTALL from PORTDOCS
- Bump PORTREVISION

PR:		ports/170751
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
Approved by:	crees (mentor)
2012-08-19 14:20:01 +00:00
Sunpoet Po-Chuan Hsieh
e8fbbf6d8c - Remove giflib patch which was fixed in 0.92
Notified by:	az
2012-08-18 19:55:17 +00:00
Sunpoet Po-Chuan Hsieh
a0e5adc0c1 - Update to 0.92
Changes:	http://search.cpan.org/dist/Imager/Changes
2012-08-18 18:12:34 +00:00
Olli Hauer
63f3e3b0d4 - remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
2012-08-18 14:29:08 +00:00
Thomas Abthorpe
83fc7a83ad - Reassign nork@ ports to the heap
- Thank you for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:26:13 +00:00
Thomas Abthorpe
337d245077 - Reassign cracauer@ ports to the heap
- Thanks for your years of service, we hope to see you back

Approved by:	portmgr
2012-08-15 19:07:31 +00:00
Jimmy Olgeni
9d721e1910 Add compatibility fixes for Erlang R15. 2012-08-15 10:58:34 +00:00
Jimmy Olgeni
44adb21c2d Add compatibility fixes for Erlang R15. 2012-08-15 10:58:07 +00:00
Thomas Abthorpe
d3fbddc569 - Reassign ports to the heap due to a mail bounce
With hat:	portmgr
2012-08-14 18:19:34 +00:00
Dmitry Sivachenko
13e61fa7d0 Add mission dependency. 2012-08-10 18:11:04 +00:00
Olivier Duchateau
59acc7267c - Update to 0.6.3
- Use USE_PKGCONFIG macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-10 16:09:20 +00:00
TAKATSU Tomonari
31711fab76 - Update to 1.4.0 2012-08-09 20:13:41 +00:00
TAKATSU Tomonari
a133252a95 - Update to 0.58
- Make portlint happy: remove ABI version number from LIB_DEPENDS
2012-08-09 11:28:59 +00:00
Ruslan Makhmatkhanov
0e96986ab9 - update to 4.0.9
- adjust local patch to new version
- pet portlint (drop shlib versions in LIB_DEPENDS)
- tab -> space change in pkg-plist:WWW
2012-08-08 07:18:24 +00:00
Dmitry Marakasov
41d5feac99 - Fix another plist problem 2012-08-07 16:56:18 +00:00
Dmitry Marakasov
01484ac8d5 - Fix plist 2012-08-07 16:38:08 +00:00
Sunpoet Po-Chuan Hsieh
bd83955025 - Update to 9.16
- Add maintainer section
- Cosmetic change
2012-08-07 11:48:53 +00:00
Ashish SHUKLA
7b498e9799 - Fix pkg-descr
Reported by:	buttercup (IRC)
2012-08-07 02:09:15 +00:00
Ashish SHUKLA
25174ab4d0 MComix is an user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.

WWW:	http://mcomix.sourceforge.net/
2012-08-06 16:45:19 +00:00
Michael Scheidell
3be2d5fde7 - Switch to new OPTIONS framework
PR:		ports/168893
Submitted by:	Joris Dedieu <joris.dedieu@gmail.com> (maintainer)
2012-08-06 10:31:40 +00:00
Niclas Zeising
3914ca3f1a Remove the pkg-message. The information contained in here is dated.
Approved by:	miwi (mentor)
2012-08-05 09:42:16 +00:00
Martin Wilke
46abd6e875 - Update to 2.00
PR:		169885
Submitted by:	Maintainer
2012-08-05 08:23:25 +00:00
Martin Wilke
9eb1e1ff58 Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow
was started for and is currently maintained by the Plone community. But it is
used by many other folks in the Python web community.

WWW:	http://github.com/collective/Pillow

PR:		ports/168750
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-08-05 06:26:41 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Sunpoet Po-Chuan Hsieh
a1047d38f2 - Update to 1.17
- Add LICENSE

Changes:	http://search.cpan.org/dist/Image-Base/Changes
2012-08-04 16:33:05 +00:00
Dirk Meyer
2a70dbcad3 - update to 10.35.86 2012-08-04 05:44:18 +00:00
Dmitry Sivachenko
3699fb2fba Update to version 0.38. 2012-08-03 15:28:08 +00:00
Carlo Strub
eaf57ab5d6 Update to 1.2.1
PR:		ports/169963
Submitted by:	Denis E Podolskiy <bytestore@yandex.ru>
2012-08-03 07:03:55 +00:00
Gabor Pali
db8a630740 - Teach the Haskell Cabal ports to use the new options framework
- Remove some cruft

Obtained from:	FreeBSD Haskell
2012-08-03 02:30:07 +00:00
Carlo Strub
344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00
Ganael LAPLANCHE
0bdd86b663 - Un-version LIB_DEPENDS
- Re-order LICENSE and *_DEPENDS to make portlint happy
- Fix COMMENT typo
2012-08-01 12:53:30 +00:00
Alberto Villa
01832fabe1 - Add USE_PKGCONFIG=build to fix build.
- No PORTREVISION bump required as the port was not building.

Reported by:	pointyhat via erwin
2012-08-01 12:10:40 +00:00
Boris Samorodov
d3b1c60cb5 Bump so library version. Somehow I missed it at my previous commit.
Pointed out by:	Piotr Kubaj <pkubaj@gmail.com>
Pointy hat to:	bsam (me)
2012-08-01 09:11:26 +00:00
Boris Samorodov
8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00
Boris Samorodov
65f0488d0c Remove extra pkg-descr file (DESCR is defined at the Makefile).
PR:		ports/169702
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
2012-07-31 14:03:15 +00:00
Boris Samorodov
3382571443 Use asolute path for PLIST (prepend ${PKGDIR} to PLIST).
It's more safe that a relative path.

Inspired by PR:		ports/169702
Submitted by:	Tijl Coosemans <tijl@coosemans.org>
Discussed at:	freebsd-emulation
2012-07-31 13:15:32 +00:00
Max Brazhnikov
ff17e3b8eb Update to 2.7.0
Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:20:48 +00:00
Max Brazhnikov
3b283a57f4 Add new port graphics/libpgf (prerequisite for digikam update):
The Progressive Graphics File (PGF) is an efficient image file format that is
based on a fast, discrete wavelet transform with progressive coding features.
PGF can be used for lossless and lossy compression.

WWW: http://www.libpgf.org

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:19:18 +00:00
Doug Barton
ec407ff47c Add USE_PKGCONFIG= build, otherwise configure fails 2012-07-30 17:47:53 +00:00
Mark Linimon
3a764317c4 Attempt to fix build of dri, libGL, and libdrm on tier-2 archs.
PR:		ports/169874
Submitted by:	marius, linimon
Tested on:	amd64, arm, i386, powerpc, sparc
Thanks to:	bz, andyt
2012-07-30 04:36:31 +00:00
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Carlo Strub
e9a2c0a4b1 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-28 15:57:55 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Emanuel Haupt
a119fc2d07 - Use the new USE_PKGCONFIG macro
- Don't request ABI version number in LIB_DEPENDS
2012-07-27 11:39:11 +00:00
Max Brazhnikov
52e8b487f6 - Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
2012-07-27 11:03:38 +00:00
Dirk Meyer
96c6b3fe38 - use smaller macro 2012-07-27 04:02:28 +00:00
Martin Matuska
015e5f86de Update to 3.1.0RC2
Feature safe:	yes
2012-07-26 19:23:54 +00:00
Doug Barton
c437443349 Fix typo: s/USE_PKGCONFIF/USE_PKGCONFIG/ 2012-07-26 07:57:39 +00:00