1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

10651 Commits

Author SHA1 Message Date
Pietro Cerutti
37bcd0d237 - Additional fix-it patch 2008-06-13 14:20:57 +00:00
Pietro Cerutti
76b6ca5bf8 - Unbreak on amd64
- Fix on sparc64
- Move pkg-plist to PLIST_FILES
- Take maintainship
2008-06-13 14:04:39 +00:00
Mathieu Arnold
df1d27f399 Update to 2.01 2008-06-12 14:34:37 +00:00
Edwin Groothuis
9d90cf369d New port: graphics/jogl - Java bindings for OpenGL
The JOGL project hosts the development version of the Java
	Binding for the OpenGL API (JSR-231), and is designed to
	provide hardware- supported 3D graphics to applications
	written in Java. JOGL provides full access to the APIs in
	the OpenGL 2.0 specification as well as nearly all vendor
	extensions, and integrates with the AWT and Swing widget
	sets. It is part of a suite of open-source technologies
	initiated by the Game Technology Group at Sun Microsystems.

	WWW: https://jogl.dev.java.net/

PR:		ports/124414
Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
2008-06-11 13:08:32 +00:00
Vasil Dimov
ec223ef2f2 Change the bootstrap script so it works with the new gettextize.
Spotted by:	marck@
2008-06-11 12:17:14 +00:00
Pietro Cerutti
2e81cde8e6 - Unbreak - checksum mismatch
vendor has repacked the tarball after modifications to the build
  infrastructure (makefiles). The software version hasn't changed.
2008-06-10 22:51:39 +00:00
Pietro Cerutti
fa9cceabcf - un-IGNORE on < 700042. It builds fine on 6.3 2008-06-10 20:47:14 +00:00
Wesley Shields
42960df8df Attach svgfig to the build.
I somehow forgot to do this when I added the port.

Pointyhat to me.  :(

Submitted by:	erwin
Approved by:	garga (mentor, implicit)
2008-06-09 11:25:04 +00:00
Ion-Mihai Tetcu
9174529ed5 - fix plist with NOPORTDOCS defined
- bump PORTREVISION

PR:		ports/124350
Submitted by:	maintainer
2008-06-08 15:08:23 +00:00
Edwin Groothuis
212ecfe17b Fix PORTREVISION on ports which have PORTVERSION?= set.
Noticed by Max Brazhnikov <makc@issp.ac.ru>
Part of the great devel/gettext portrevision bump.

Approved by:	portmgr (pav)
2008-06-06 22:01:01 +00:00
Martin Matuska
d4fe53b1b7 - Update to 6.4.1-5 [1]
- Remove ALL_TARGET from Makefile [2]

PR:		ports/124171 [2]
Submitted by:	mm [1], Adam McDougall <mcdouga9@egr.msu.edu> [2]
2008-06-06 22:00:48 +00:00
Thierry Thomas
50f595a057 - Fix DIST_SUBDIR;
- Fix install with -DNOPORTDOCS -DNOPORTEXAMPLES (1)

Reported by:	itetcu (1)
2008-06-06 20:53:32 +00:00
Edwin Groothuis
a550b67ae0 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:33:40 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Felippe de Meirelles Motta
5b1a6bbf0f - Fix pkg-plist.
- Bump PORTREVISION.

Reported by:	itetcu
Approved by:	gabor (mentor)
2008-06-06 02:59:14 +00:00
Martin Wilke
3072465f67 - Fix build
PR:		124089
Submitted by:	Ganael Laplanche <ganael.laplanche@martymac.com>
Approved by:	maintainer
2008-06-05 23:38:34 +00:00
Martin Wilke
cdfb7e654f - Update to 0.9.18
PR:		124313
Submitted by:	Ports Fury
2008-06-05 22:30:52 +00:00
Martin Wilke
6856ad9540 - Update to 3.4
PR:		124285
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-06-05 22:30:51 +00:00
Martin Wilke
06a6b63fb9 - Update to 2.0.17
PR:		124259
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2008-06-05 21:55:29 +00:00
Martin Wilke
9633112db4 This is a simple library to load images of various formats as SDL surfaces.
This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.

WWW: http://www.libsdl.org/projects/SDL_image/

PR:		ports/124237
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-06-05 13:58:02 +00:00
Martin Wilke
bb51537e78 LPROF is the only open source ICC profiler with a graphical user
interface. It can be used to create ICC version 2 compliant profiles
for cameras, scanners and monitors. As such it fills a necessary
niche in the emerging open source color management effort.

WWW: http://lprof.sourceforge.net

PR:		ports/124240
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>
2008-06-05 12:39:13 +00:00
Pav Lucistnik
671c39f5a9 - Correct plist for NOPORTDOCS (test-hook.sh is installed always)
- Stop installing empty or content-free files

Reported by:	ionbot
2008-06-04 07:45:55 +00:00
Wesley Shields
e9786637d7 The SVGFig package lets you draw mathematical figures in Scalable
Vector Graphics format (SVG), using the Python language.

More information at: http://code.google.com/p/svgfig/

Reviewed by:	garga (mentor)
Approved by:	garga (mentor, implicit)
2008-06-03 15:12:04 +00:00
Martin Wilke
731904e739 - Update to 1.6.6
PR:		124212
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-06-03 08:54:37 +00:00
Rong-En Fan
3cd048234d - Update to 7.30
PR:		ports/124197
Submitted by:	Tod McQuillin <devin at spamcop.net> (maintainer)
2008-06-02 05:47:29 +00:00
Martin Wilke
b4a105ea42 pyexiv2 is a python binding to exiv2, the C++ library for manipulation of
EXIF and IPTC image metadata. It is a python module that allows your python
scripts to read and write metadata (EXIF, IPTC, thumbnail) embedded in image
files (JPEG, TIFF, ...).

It is designed as a high level interface to the functionalities offered by
exiv2 (and is built on top of it). Using python's built-in data types and
standard modules, it provides easy manipulation of image metadata.

WWW: http://tilloy.net/dev/pyexiv2/

PR:		ports/124193
Submitted by:	Denis Barov <dindin at dindin.ru>
2008-06-01 22:34:14 +00:00
Martin Wilke
e55254fcf2 - Fix wrong libraries path on amd64
- Bump PORTREVISION

PR:		124091
Submitted by:	"Scot W. Hetzel" <swhetzel@gmail.com>
Approved by:	maintainer
2008-06-01 20:51:44 +00:00
Rong-En Fan
421d05ab6e - The project WWW is gone
PR:		ports/123811
Submitted by:	Edward Sutton, III <mirror176 at hotmail.com>
2008-06-01 11:51:58 +00:00
Oliver Lehmann
71f870f66a add an option to use gtk instead of Xt if wanted 2008-06-01 11:27:38 +00:00
Vanilla I. Shu
3126916662 Upgrade to 3.0.3. 2008-06-01 07:19:13 +00:00
Oliver Lehmann
8e35f11986 update to 0.6.0 2008-06-01 05:55:42 +00:00
Oliver Lehmann
68e9205eb8 update to 1.4.8 2008-06-01 05:55:10 +00:00
Martin Wilke
304a74ffe9 import-pictures copies or moves pictures from one directory (for example
from a mounted camera) to another directory. You can choose date ranges from
within to copy the images. For example you can just choose the pictures from
one day of the event in one directory and after that you can move the other day
into another directory.

WWW: http://www.formorer.de/code/import-pictures/import-pictures.html

PR:		ports/123488
Submitted by:	Alexander Kuehn
2008-05-31 22:58:51 +00:00
Martin Wilke
dcb13f7b8e - Unbreak
- Fix build with gcc 4.2

PR:		117874
Submitted by:	bsam
Approved by:	maintainer timeout
2008-05-31 22:07:14 +00:00
Martin Wilke
0efa09b788 - Update to 0.0.20 2008-05-31 00:07:21 +00:00
Martin Wilke
7a810f4e86 Python bindings for graphics/poppler.
WWW:	https://launchpad.net/poppler-python

PR:		ports/122752
Submitted by:	Romain Tartiere <romain at blogreen.org>
2008-05-30 20:17:44 +00:00
Martin Wilke
fcd28f536c - Update to 124030
PR:		124030
Submitted by:	TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> (maintainer)
2008-05-30 20:11:49 +00:00
Dirk Meyer
79efb30db9 - use PORTEXAMPLES 2008-05-30 17:09:01 +00:00
Martin Wilke
1ea311992b - Update to 2.0.7
PR:		124043
Submitted by:	Ports Fury
2008-05-30 13:43:49 +00:00
Martin Wilke
7cc9381665 - Update to 0.9.16
PR:		124042
Submitted by:	Ports Fury
2008-05-30 13:43:31 +00:00
Nicola Vitale
faa80982b3 - Update to 0.804 2008-05-30 12:21:31 +00:00
Martin Wilke
9291a68eed - Add missing patches
Submitted by:	jkim
2008-05-29 18:25:17 +00:00
Florent Thoumie
d0378afc80 Use bzip2 distfile.
PR:		ports/122214
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
2008-05-29 14:17:03 +00:00
Martin Wilke
2d4936e54b - Woops fix build
Reported by:	ionbot
2008-05-29 12:07:59 +00:00
Martin Wilke
001f5f862e - Add gnash-devel to the build 2008-05-29 11:10:58 +00:00
Martin Wilke
b7f4e6832d - Update to 20080515
PR:		123744
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
2008-05-29 11:09:15 +00:00
Jeremy Messenger
11e8b231a6 Update to 2.22.2. 2008-05-29 00:42:30 +00:00
Joe Marcus Clarke
bcd0f54334 Update to 2.22.2. 2008-05-27 17:50:11 +00:00
Michael Johnson
a8ec6332aa Update to 1.4.12 2008-05-27 06:18:17 +00:00
Michael Johnson
bc52df9941 Update to 1.060 2008-05-27 05:58:20 +00:00