Commit graph

4790 commits

Author SHA1 Message Date
Michael Nottebrock
5a7a691ef8 Avoid picking up qt33 headers 2007-06-01 20:26:48 +00:00
Marcelo Araujo
b49c288232 - Update version to 1.6.26
PR:		ports/112026
Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (maintainer)
Approved by:	stas (mentor)
2007-06-01 16:27:07 +00:00
Alexey Dokuchaev
3cc0b39982 Remove superfluous backslash. 2007-06-01 13:17:29 +00:00
Alexey Dokuchaev
be95e28d68 - Register missing dependencies to fix packaging issues [1]
- Deoptionize JPEG and PNG support, it's pointless
- Introduce DNS-SD support option [2]

Reported by:	krismail [1]
Idea from:	Mandriva SRPM (patches) [2]
2007-06-01 12:49:17 +00:00
Martin Matuska
b08dd40432 - 8.4.15 distinfo missing in last commit (accidentally) 2007-05-31 05:22:43 +00:00
Tilman Keskinoz
37218fa383 Fix build with gcc4 2007-05-30 19:17:27 +00:00
Martin Matuska
2d0493db9b - update of lang/tcl84 and x11-toolkits/tk84 to 8.4.15
Approved by:	garga (mentor)
2007-05-30 18:49:02 +00:00
Alexey Dokuchaev
5380990b0f Since Qt4 plugin is disabled by default, check for WITH_QT4, not !WITHOUT_QT4. 2007-05-30 16:36:05 +00:00
Alexey Dokuchaev
763f2cb464 Add Nucleo, a toolkit for exploring new uses of video and new human-computer
interaction techniques.

It's here mainly for upcoming Metisse port, an alternative X desktop with
nifty OpenGL capabilities.

WWW: http://insitu.lri.fr/~roussel/projects/nucleo/

XXX Currently, FFmpeg plugin is not built since out ffmpeg port lacks proper
pkg-config(1) hooks. XXX
2007-05-30 14:40:42 +00:00
Jeremy Messenger
7c1ea66eb0 Update to 0.16.4, while I am here, get rid of X11BASE. 2007-05-29 03:56:11 +00:00
Jeremy Messenger
a7751e1f34 Update to 2.18.2. 2007-05-28 23:37:41 +00:00
Joe Marcus Clarke
6ea081b6ee Update to 0.7.5. 2007-05-28 21:13:28 +00:00
Alexander Nedotsukov
cd6f803346 Allow these ports to be built with GCC 4.2. 2007-05-28 04:39:07 +00:00
Kris Kennaway
b7ff7031ea BROKEN with gcc 4.2 2007-05-27 03:03:31 +00:00
Max Khon
cff2045997 Remove gstreamer 0.8 support. Ports that need gstreamer support in wxWidgets
should switch to wxgtk28.
2007-05-26 08:40:39 +00:00
Boris Samorodov
3f2976d2e5 Qt sets the standard for high-performance, cross-platform application
development. It includes a C++ class library and tools for cross-platform
development and internationalization.

This is a port of linux libraries of QT3.

WWW: http://trolltech.com/products/qt/qt3
2007-05-25 14:16:34 +00:00
Martin Wilke
4de9f43665 - Update maintainer mail adress
PR:		112538
Submitted by:	Jona Joachim<walkingshadow@grummel.net> (maintainer)
2007-05-25 07:46:55 +00:00
Dirk Meyer
0e0e859328 - update for gnustep-make-2.0.0
Approved by:	gurkan (maintainer)
2007-05-25 06:04:44 +00:00
Dirk Meyer
13b3264699 - update for gnustep-make-2.0.0 2007-05-25 05:55:36 +00:00
Kris Kennaway
652c152770 BROKEN: Does not build 2007-05-25 01:25:17 +00:00
Kris Kennaway
44a2dd4329 BROKEN: Configure fails 2007-05-25 00:58:30 +00:00
Cheng-Lung Sung
6348e2d790 - stephane@ give up maintain his ports
PR:		ports/112464
Submitted by:	stephane
2007-05-25 00:39:40 +00:00
Joe Marcus Clarke
25785909cc Allow these ports to build with GCC 4.2.
Approved by:	portmgr (implicit)
2007-05-24 06:07:46 +00:00
Boris Samorodov
c9a0438068 Unbreak building (13 ports affected) with gcc-4.2 (delete extra
qualifications).

Pointed out by:	pointyhat, kris at ports-developers
Approved by:	portmgr (pav), jylefort (maintainer)
2007-05-23 09:04:47 +00:00
Daniel Eischen
52f82a19f3 Use vfscanf() instead of __svfscanf() which is a function internal to
libc.

Approved by:	portmgr (linimon)
2007-05-22 04:32:10 +00:00
Dejan Lesjak
170652dafd Now that both QT 3 and 4 install into same PREFIX, fix py-qt compilation
for those that have both installed.

Submitted by:	maintainer
Approved by:	portmgr (linimon)
2007-05-21 23:24:22 +00:00
Joe Marcus Clarke
90774037f4 Remove support for a separate X11BASE.
Approved by:	portmgr (implicit)
2007-05-19 22:01:13 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Joe Marcus Clarke
a00df5cabc Update to 2.10.12. 2007-05-03 02:29:33 +00:00
Alejandro Pulver
a242a39c16 GiGi (aka GG) is a GUI library for OpenGL. It is platform-independent (it runs
at least on Linux and Windows, and probably more), compiler-independent (it
compiles under at GCC 3.2 or higher and MSVC++ 7.1 or higher, and probably
more), and driver-independent. A reference driver for SDL is provided, and it
is straightforward to write one for yourself should you decide to do so.

Features:
* True modularity. You provide the initialized OpenGL environment and user
  input, and GG provides the GUI behavior. A reference SDL input driver is
  provided.
* Independence of platform, compiler, and input driver/application framework.
* Applicability to multiple types of frame-based apps. Any frame-based app can
  use GG, from FPS to TBS games.

Documentation. I am the documentation-Nazi you've been hoping for. Ve haf vays
of makink you understand our code.

WWW: http://gigi.sourceforge.net/
2007-05-02 05:05:51 +00:00
Joe Marcus Clarke
94bbded4a1 Update to 2.10.10. 2007-05-02 00:19:27 +00:00
Michael Nottebrock
c2719a1924 Fix/remove bogus paths pointing to the build directory from pkgconfig files,
libtool archives and dot-prl files.

PR:		ports/112228
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
2007-05-01 15:14:48 +00:00
Martin Matuska
689085576c - updated to 8.5a6
- added WITH(OUT)_XFT option (uses libXft, default on)

Approved by:	garga (mentor)
2007-04-30 12:54:50 +00:00
Shaun Amott
c1b4e75d22 - Upgrade to 1.4.35.
- Hand over maintainership to submitter, since he now maintains the
  other fox ports.

PR:		ports/109142
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-04-29 15:01:32 +00:00
Shaun Amott
2f259d316b - Return to ports@.
- Add PORTSCOUT variable.
2007-04-29 14:36:54 +00:00
Joe Marcus Clarke
025ec70108 Update to 1.73.
PR:		111631
Submitted by:	anray
2007-04-29 06:01:52 +00:00
Joe Marcus Clarke
cc729ccdcd Update to 0.16.3. 2007-04-28 04:36:28 +00:00
Joe Marcus Clarke
19062085d4 Update to 1.16.4. 2007-04-28 04:30:12 +00:00
Martin Wilke
85bde4c928 - Update to 3.17.2
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer)
2007-04-26 21:55:44 +00:00
Martin Wilke
710ee39ad5 - Set PORTEPOCH
Notes:
        20070220 is greater than 3.17.1

Request by:     many
2007-04-25 06:15:57 +00:00
Joe Marcus Clarke
4a6706d7c7 Update to 0.16.2. 2007-04-24 04:39:55 +00:00
Joe Marcus Clarke
3179d2b015 Update to 1.16.3. 2007-04-24 04:26:36 +00:00
Jeremy Messenger
6e00aa1e47 Update to 2.10.9. 2007-04-22 19:03:35 +00:00
Martin Wilke
209bf5aeb6 - Update to r5782
PR:		111984
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2007-04-21 17:40:49 +00:00
Michael Nottebrock
7aeef3e519 Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.
2007-04-19 17:08:04 +00:00
Michael Nottebrock
70b438b434 Make sure qt33 installs (and reinstalls) properly when PREFIX is set
to !=/usr/X11R6 (which will be the default once X.org 7.2 hits ports).
2007-04-19 17:04:16 +00:00
Ion-Mihai Tetcu
9370df892a - update to 1.6.25
- OPTIONify

PR:		ports/111604
Submitted by:	Marcelo Araujo (araujo@bsdmail.org) (maintainer)
2007-04-18 21:12:55 +00:00
Ion-Mihai Tetcu
1c3b8d6a5f Add OPTIONS support.
PR:		ports/111761
Submitted by:	Marcelo Araujo (araujo@bsdmail.org) (maintainer)
2007-04-18 20:16:21 +00:00
Ion-Mihai Tetcu
96e17924c3 Add OPTIONS support.
PR:		ports/111762
Submitted by:	Marcelo Araujo (araujo@bsdmail.org) (maintainer)
2007-04-18 20:10:24 +00:00
Andrew Pantyukhin
d293b9db16 - De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
2007-04-18 08:01:25 +00:00
Martin Wilke
20749b0bf3 - Update to 3.17.1
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via privat mail)
2007-04-17 20:00:44 +00:00
Martin Wilke
ed477c4517 - Update to 4.2
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via privat mail)
2007-04-17 20:00:41 +00:00
Andrew Pantyukhin
84fdb89114 Add port x11-toolkits/p5-Tk-DKW:
Tk::CheckBox    - A radio button style widget that uses a
                  check mark in a box. Useful as a boolean field.
Tk::Columns     - A multicolumn list widget with resizeable borders
                  and sorting by column.
Tk::ComboEntry  - A Drop down listbox + entry widget with nice keyboard
                  equivalent behaviour
Tk::IconCanvas  - A canvas implementing a moveable iconic interface.
                  Allows attaching menus to icons and to background.
Tk::SplitFrame  - A sliding separator for two child widgets. Allows either
                  horizontal or vertical separation between the two widgets.
                  Can work in concert as horizontal inside vertical or
                  vice-versa.
Tk::TabFrame    - A tabbed frame geometry manager (like NoteBook).
Tk::DockFrame   - A dockable widget management widget hierarchy.
Tk::CornerBox   - A textured window resizing widget (like in Win95)
Tk::Signals     - A publish and subscribe object signalling method like
                  that found in QT. Very useful when widgets that are not
                  in the same hierarchy need to alert each other to various
                  application level events.

WWW: http://search.cpan.org/dist/Tk-DKW/
Author: Damion K. Wilson <dkw@rcm.bm>
2007-04-17 11:19:54 +00:00
Andrew Pantyukhin
404e62e8c1 Add port x11-toolkits/p5-Tk-FontDialog:
Tk::FontDialog implements a font dialog widget.

The dialog is displayed by calling the Show method. The returned value
is either the selected font (if the dialog was closed with the Ok
button) or undef (otherwise). The exact type of the return value is
either a Tk::Font object (in Tk800) or a font name string (usually
something like font1). Both can be used as values in Tk -font options.

WWW: http://search.cpan.org/dist/Tk-FontDialog/
Author: Slaven Rezic <slaven@rezic.de>
2007-04-17 11:16:12 +00:00
Andrew Pantyukhin
f0d1b502ee Add port x11-toolkits/p5-Tk-Contrib:
Files in Tk-Contrib have been contributed by various people at
various times.

Included widgets:

Tk::Axis - Canvas with Axes
Tk::Dial - an alternative to the Scale widget
Tk::OlWm - Interface to OpenLook properties of Toplevel widget
Tk::TiedListbox - gang together Listboxes

WWW: http://search.cpan.org/dist/Tk-Contrib/
2007-04-17 11:13:41 +00:00
Martin Matuska
fb2fb24520 - added contents of x11-toolkits/tk-wrapper (missing in previous commit)
Approved by:	garga (mentor)
2007-04-16 12:10:10 +00:00
Martin Matuska
48d5917cc1 - move tk-wrapper from lang to x11-toolkits
Approved by:	garga (mentor)
2007-04-16 12:03:10 +00:00
Michael Nottebrock
f825a2d381 Fix recorded prefix in pkgconfig file.
Noticed by: bms
2007-04-15 09:36:23 +00:00
Edward Tomasz Napierala
985042c3ae Change my email address to trasz@FreeBSD.org.
Approved by:	miwi (mentor)
2007-04-13 13:03:49 +00:00
Martin Matuska
b62e4537b4 - fixed pkgIndex.tcl for threads
- bump PORTREVISION

Approved by:	garga (mentor)
2007-04-12 15:29:39 +00:00
Tom McLaughlin
02b0bf81ba Explicitly add some more dependencies which were previously generational
dependencies.
2007-04-12 01:12:59 +00:00
Oliver Lehmann
9646c0a68d update xfce to 4.4.1
bump PORTREVISION where needed
2007-04-11 16:26:53 +00:00
Joe Marcus Clarke
f86db7b169 Update to 2.18.2. 2007-04-11 13:20:44 +00:00
Joe Marcus Clarke
5ed8819fa1 Update to 2.18.1. 2007-04-11 04:12:47 +00:00
Michael Johnson
5e19db136a Update to 0.16.1 2007-04-10 15:35:14 +00:00
Michael Johnson
eebbdb3ced Update to 1.16.2 2007-04-10 14:56:39 +00:00
Erwin Lansing
64c4924aa7 Remove file that was missed when the rest of the port was
removed last week:

- Remove ruby-fox and rudy-fox-devel. They are renamed to
  ruby-fox10 and ruby-fox12, respectively.

Pointyhat to:	rafan
2007-04-06 10:00:28 +00:00
Gabor Kovesdan
e7babf9153 - Remove old Perl support from unmaintained ports in categories starting
with letter o-z
2007-04-06 06:48:45 +00:00
Martin Matuska
8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Stanislav Sedov
eb3392969d - Use a static PORTEPOCH for a while. We have a problem with the variable
initialization order.

Reported by:	many
Thanks to:	pav
2007-04-05 09:07:21 +00:00
Rong-En Fan
117c51e448 - Give maintainership to Araujo since he takes care for other fox and
fxscintilla ports

Submitted by:	araujo at bsdmail.org
2007-04-04 04:01:23 +00:00
Cheng-Lung Sung
a3f2187e8b - Update to latest version (3.3M6)
PR:		ports/109782
Submitted by:	maintainer (Robert Noland)
2007-04-04 02:33:11 +00:00
Stanislav Sedov
8752c350a7 - Update ruby to 1.8.6
- Synchronise portversions and portepochs in all ruby subports
- Take maintainerships of all ruby subports.
2007-04-03 21:57:49 +00:00
Pav Lucistnik
cfa7269b11 - Convert existing ports to a new bsd.tcl.mk order
PR:		ports/109097
Submitted by:	Martin Matuska <martin@matuska.org>
Tested on:	pointyhat exp-run
2007-04-02 22:56:15 +00:00
Michael Nottebrock
bf4e60e8bf Fix handling of overlong UTF8 sequences in Qt and kdelibs, which, unpatched,
introduces XSS vulnerabilities in Konqueror and potentially affect any
Qt/KDE applications which deal with URLs or paths from untrusted locations.

Security:	CVE-2007-0242
2007-03-30 18:15:08 +00:00
Rong-En Fan
943a4a8b6a - Remove ruby-fox and rudy-fox-devel. They are renamed to
ruby-fox10 and ruby-fox12, respectively.
2007-03-30 01:10:33 +00:00
Jeremy Messenger
014072d576 Update to 0.7.3. 2007-03-29 21:24:50 +00:00
Pav Lucistnik
2de8095fb1 - Fix after objformat removal
Reported by:	pointyhat
2007-03-29 12:53:22 +00:00
Nicola Vitale
a9bafbe5a1 - Update to 1.9.14 2007-03-29 12:38:13 +00:00
Rong-En Fan
6b02f01c9c - Trasnfer maintainership from alecn2002@yandex.ru to
araujo@bsdmail.org except fox14 (owned by shuan@)
- Correctly register CONFLICTS
- While I'm here, correctly respect NOPORTDOCS

Approved by:	maintainer (fox10, fox12, fox16), shuan (implicit for fox14)
2007-03-29 10:52:52 +00:00
Rong-En Fan
107edbb564 - define OPTIONS only for master port 2007-03-29 10:47:19 +00:00
Rong-En Fan
d65e9005aa Add fxscintilla-fox14 , a Fox toolkit reimplementation of Scintilla
editing widget.
2007-03-29 10:45:31 +00:00
Rong-En Fan
3ae232f331 Rename ruby-fox* for supporting multiple fox library version 2007-03-29 10:38:32 +00:00
Rong-En Fan
1bf217e2ce - Chase x11-toolkits/fxscintilla update
- Transfer maintainership of ruby-fox12
- Add LATEST_LINKS
- Correct PKGNAME after rename from ruby-fox and ruby-fox-devel

Approved by:	maintainer (ruby-fox12)
2007-03-29 10:34:35 +00:00
Rong-En Fan
d859e98c96 - Update to 1.71
- Add support for fox 1.6 (default)
- Switch to USE_LDCONFIG
- Pass maintainership

PR:		ports/109143
Submitted by:	Marcelo Araujo <araujo at bsdmail.org>
Approved by:	maintainer
2007-03-29 10:32:01 +00:00
Pav Lucistnik
61ec1f9e4b - Fix after objformat removal
Reported by:	pointyhat
2007-03-28 19:22:52 +00:00
Stanislav Sedov
6963a4f758 - Change my email.
Suggested by:	skv
2007-03-27 22:12:03 +00:00
Pav Lucistnik
c50f50809a - Mark CONFLICTS with qwt-devel
- Add PORTSCOUT record

PR:		ports/110839
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
2007-03-27 12:23:18 +00:00
Martin Wilke
72c3e8ffe0 - Remove support for lang/tcl-tk-wrapper
- Bump PORTREVISION

Notes: Please read UPDATING

Approved by: maintainer implicit
2007-03-27 11:54:48 +00:00
Martin Wilke
5a1ede4340 PyQt4 is a set of Python bindings for Trolltech's Qt4 application framework.
This package provides the QtGui module.

WWW: http://www.riverbankcomputing.co.uk/pyqt/

PR:		ports/109621
Submitted by:	Danny Pansters <danny at ricin.com>
2007-03-27 09:49:36 +00:00
Martin Wilke
5e49acf5e0 - Update to 20070220
PR:             109637
Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
2007-03-27 09:31:12 +00:00
Jeremy Messenger
dcfc609d42 Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
2007-03-26 19:56:40 +00:00
Cheng-Lung Sung
f5a03abaa3 - Update to 1.144 2007-03-26 01:41:35 +00:00
Pav Lucistnik
69cc560268 - Fix build
Reported by:	pointyhat
2007-03-25 15:55:49 +00:00
Michael Nottebrock
56d3b226bf Update to 4.2.3 2007-03-25 04:08:03 +00:00
Jeremy Messenger
158a19e086 Clean up the lines that has been disable the workaround of SSE2 bug for about
5-6 months with no problem.
2007-03-24 20:14:44 +00:00
Pav Lucistnik
9088b943cd - bsd.efl.mk is now in ports/Mk
PR:		ports/100497
Submitted by:	stass
2007-03-24 14:03:59 +00:00
Joe Marcus Clarke
4e6fc3a9fb Sync vte with GNOME SVN to fix quite a few outstanding problems. In
particular, terminal refreshes no longer leave artifacts, and zoom seems
to work a bit better.
2007-03-23 17:07:05 +00:00
Pav Lucistnik
a95d9f2fca - Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendly
Digged into:	tobez
2007-03-21 19:53:00 +00:00
Pav Lucistnik
2970fa7acd GtkUnique is a library to facilitate programming single instance applications -
that is applications that gets instanced once and each subsequent instance just
quits - or send a command to the currently running instance.

WWW: http://log.emmanuelebassi.net/archives/2006/10/love-and-communication/
2007-03-21 19:21:27 +00:00
Tilman Keskinoz
5b6dcbb7f0 Use the ports libtool to not build the static library
Reported by:	pointyhat via pav
2007-03-21 10:55:41 +00:00
Michael Nottebrock
2a441360b5 Fix build with gcc41 (on amd64) 2007-03-21 07:56:53 +00:00
Michael Nottebrock
d332bfdb4d Update to 3.3.8 2007-03-20 21:06:59 +00:00
Jose Alonso Cardenas Marquez
24fd59bf34 - Update to 1.3
- Remove 4.x support
2007-03-20 17:17:59 +00:00
Martin Wilke
1630f93be8 - Fix build
Submitted by:   Terry Kennedy <terry@tmk.com>
2007-03-20 16:43:15 +00:00
Martin Wilke
e6eed02eab Adds a new way of working with threaded versions and
resolves conflicts.

Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.

Behaiviour with non-threaded libraries does not change.

Bump PORTREVISION

PR:             110402
Submitted by:   Martin Matuska <martin@matuska.org> (naintainer)
2007-03-20 10:53:02 +00:00
Joe Marcus Clarke
951c257ea3 Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00
Rong-En Fan
4f9971b807 - Update to 1.6.21
PR:		ports/109144
Submitted by:	Marcelo Araujo <araujo at bsdmail.org>
Approved by:	maintainer timeout (1 month)
2007-03-19 03:49:39 +00:00
Rong-En Fan
6e64a34b1c - Update to snapshot r5746
PR:		ports/110472
Submitted by:	Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
2007-03-19 03:48:18 +00:00
Joe Marcus Clarke
20d046f304 Remove the special handing of WITH_DEBUG since this is taken care of in
bsd.port.mk now.

Reported by:	mi
2007-03-18 18:48:45 +00:00
Joe Marcus Clarke
dfeeed57f4 n -CURRENT, bsdtar will preserve the attributes of the archive automatically
when run as root.  Unfortunately, py-gnome-desktop has all of its examples
directories chmod to 0777.  So once the directories are installed, remove
the write bit for group and other.
2007-03-18 17:09:14 +00:00
Tilman Keskinoz
1068af6f6e Fix build after objformat removal 2007-03-17 18:25:58 +00:00
Tilman Keskinoz
463a141bba Second try at fixing the plist
pointyhat to:	arved
2007-03-17 17:33:53 +00:00
Tilman Keskinoz
9070b50f99 Don't build gtk1 support per default 2007-03-17 16:31:04 +00:00
Tilman Keskinoz
7bb95b1a90 Fix pkg-plist after objformat removal 2007-03-17 16:16:46 +00:00
Pav Lucistnik
e902286b8a - Update to 1.4.1
PR:		ports/109430
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-03-17 15:27:29 +00:00
Pav Lucistnik
5aa1a22894 - Update to 4.50.97
PR:		ports/109429
Submitted by:	Marcelo Araujo <araujo@bsdmail.org>
2007-03-17 13:48:22 +00:00
Tom McLaughlin
74c5f860b8 Update to 1.2.3
Project by:	BSD# <http://www.mono-project.com/Mono:FreeBSD>
2007-03-17 03:49:58 +00:00
Mark Linimon
1f1144e4ca Remove 4.X cruft.
Noticed by:	GeJ
2007-03-17 01:22:17 +00:00
Martin Wilke
421c9b0983 - Aadds a new way of working with threaded versions and
resolves conflicts.
- Bump PORTREVISION

Notes:
Threaded libraries and shell are installed on top of the standard ones
so ports that depend on threaded and non-threaded tcl can be used
simultaneously.

Behaiviour with non-threaded libraries does not change.

PR:             110395
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-16 20:40:00 +00:00
Michael Nottebrock
2948fc80bf Don't install the qmake manual - devel/qmake already install it.
Reported by: flz
2007-03-16 13:30:11 +00:00
Pav Lucistnik
4576002d3d - Pass actual python version to configure script. This is needed to support
several parallel python version on a single machine

PR:		ports/104560
Submitted by:	vd
2007-03-14 22:58:09 +00:00
Michael Johnson
72ecafe262 Update to 2.10.11 2007-03-14 11:45:30 +00:00
Mark Linimon
784eab2ac6 Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR:	101029 [1], 108862 [2]

Submitted by:	Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
2007-03-14 04:12:32 +00:00
Martin Wilke
39e5f35992 - Fix index 2007-03-13 16:27:50 +00:00
Martin Wilke
5b212211b9 - Improved handling of WITH_TK85_MAN
- Manpages are not installed by default (default on for default TK - 8.4)
- Fixed pkg-plist if no manpages are installed

PR:             110258
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-13 10:53:23 +00:00
Martin Wilke
0ec00af31d - Removed unnecessary PKGINSTALL and PKGDEINSTALL
- Improved handling of WITH_TK82_MAN
- Manpages are not installed by default (default on for default TK - 8.4)

PR:             110237
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-13 10:31:54 +00:00
Martin Wilke
5bd95f77f5 - Adds TK80_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION

PR:             110234
Submitted by:   Martin Matuska <martin@matuska.org>
2007-03-13 10:31:50 +00:00
Martin Wilke
53d691d746 - Improved handling of WITH_TK84_MAN
- Fixed pkg-plist if no manpages are installed
- Bump PORTREVSION

PR:             110256
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-13 10:31:41 +00:00
Martin Wilke
9f8b0662a2 - Removed unnecessary PKGINSTALL and PKGDEINSTALL
- Improved handling of WITH_TK83_MAN
- Manpages are not installed by default (default on for default TK - 8.4)
- Bump PORTREVISION

PR:             110238
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-13 10:07:55 +00:00
Nicola Vitale
de385b10f8 Pyxfce are Xfce bindings for Python. You can use Python to create
Xfce programs.

WWW:	http://pyxfce.xfce.org/
2007-03-13 09:20:26 +00:00
Martin Wilke
a89134f0e2 - Add tk85-thread as slave port.
PR:		ports/110134
Submitted by:	Martin Matuska <martin at matuska.org>
2007-03-13 08:46:43 +00:00
Martin Wilke
334230a14b - Add tk84-threads as slave port.
PR:		ports/110133
Submitted by:	Martin Matuska <martin at matuska.org>
2007-03-13 08:44:37 +00:00
Joe Marcus Clarke
344285a703 Update to 2.10.10. 2007-03-12 22:07:26 +00:00
Martin Wilke
70e597f144 - Take maintainership
Approved by:	Andreas Kohn (old maintainer)
2007-03-12 10:07:17 +00:00
Joe Marcus Clarke
3007d92cc3 Update to 1.8.5. 2007-03-11 18:32:31 +00:00
Stanislav Sedov
09e4e6f119 - Update e17 ports to 20070223 snapshot
- Bump portrevisions on all imlib2-dependend ports as the library soversion
  was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
  support it anymore. [2]

The patch was tested in the tinderbox.

Approved by:	portmgr (marcus) [1],
		Anders Troback <freebsd@troback.com> (maintainer) [2]
2007-03-11 08:51:14 +00:00
Martin Wilke
618c631773 - Adds TK83_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION

PR:             110089
Submitted by:   Martin Matuska <martin@matuska.org>
2007-03-09 09:49:17 +00:00
Martin Wilke
97415fc024 - Adds TK85_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Checks if threaded or non-threaded tcl is installed
- Adds CONFLICTS between threaded and non-threaded versions
- Bump PORTREVISION

PR:             110085
Submitted by:   Martin Matuska <martin@matuska.org> (maintainer)
2007-03-09 09:49:12 +00:00
Martin Wilke
25ea8362a8 - Adds TK83_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Pass maintainership to submitter
- Bump PORTREVISION

PR:             110087
Submitted by:   Martin Matuska <martin@matuska.org>
2007-03-09 09:49:10 +00:00
Martin Wilke
2113a8e760 - Adds TK84_MAN and WISH_WRAPPER to OPTIONS
- Removes pseudo-installation of wish in favour of new lang/tcl-tk-wrapper port
- Adds support for NO_INSTALL_MANPAGES knob
- Uses USE_TCL from bsd.tcl.mk
- Checks if threaded or non-threaded tcl is installed
- Adds CONFLICTS between threaded and non-threaded versions
- Pass maintainership to Submitter
- Bump PORTREVISION

PR:             110084
Submitted by:   Martin Matuska <martin@matuska.org>
2007-03-08 14:17:27 +00:00
Jeremy Messenger
4de0e184e5 Update to 2.10.8. 2007-03-07 19:11:24 +00:00
Martin Wilke
ea595f9c4c - Update to 5.0.1
PR:             109877
Submitted by:   miwi
Approved by:    maintainer
2007-03-06 21:01:44 +00:00
Martin Wilke
52293028da PHAT is a collection of GTK+ widgets geared toward pro-audio apps.
The goal is to eliminate duplication of effort and provide some
standardization (well, at least for GTK+ apps).

WWW:	http://phat.berlios.de/

PR:		ports/109985
Submitted by:	trasz <trasz at pin.if.uz.zgora.pl>
2007-03-06 18:42:29 +00:00
Cheng-Lung Sung
572357c61b - Update to 3.2.2
PR:		ports/109778
Submitted by:	maintainer (Robert Noland)
2007-03-06 02:52:04 +00:00
Rong-En Fan
77dfb92878 - Fix build with scintilla and gtkhtml which are moved to LOCALBASE
PR:		ports/109738
Submitted by:	Alexander Zhuravlev <zaa at zaa.pp.ru> (maintainer)
2007-03-02 15:36:09 +00:00
Cheng-Lung Sung
e439d6542a - Update to 1.143 2007-02-26 00:31:49 +00:00
Joe Marcus Clarke
65769d123d Update to 2.14.3. 2007-02-25 19:19:03 +00:00
Dirk Meyer
d23fe039b9 - new option WITH_PORTAUDIO2 2007-02-25 13:24:12 +00:00
Dirk Meyer
237577c1f7 - add instructions for mutiple backends 2007-02-25 12:23:18 +00:00
Oliver Braun
22fc5bf06c Upgrade to 0.9.11. 2007-02-24 16:14:44 +00:00
Edwin Groothuis
36d9a29383 Give maintainership to Alexander Zhuravlev <zaa@zaa.pp.ru> 2007-02-24 10:43:21 +00:00
Oliver Braun
42af3d338d Upgrade to 0.9.10.6. 2007-02-23 22:03:30 +00:00
Joe Marcus Clarke
da26b84999 Fix a bug where a NULL path could be dereferenced in a GtkFileChooserButton
which would lead to critical errors under GNOME 2.16, and a crash under
GNOME 2.17.  See http://bugzilla.gnome.org/show_bug.cgi?id=410565 for
more details.

Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=410565 (see
		http://bugzilla.gnome.org/attachment.cgi?id=83080&action=view)
2007-02-22 04:50:53 +00:00
Andrew Pantyukhin
c60b67e7a6 - Update to 0.1.9 2007-02-17 23:34:10 +00:00
Nicola Vitale
49eb52eb31 - Updated to 1.9.13 2007-02-17 17:46:53 +00:00
Rong-En Fan
818730a50f - Fix build after objformat is gone
PR:		ports/108958
Submitted by:	CHAO Shin <quakelee at cn.freebsd.org>
Approved by:	Kenjiro Cho <kjc at iijlab.net> (maintainer)
2007-02-13 10:43:35 +00:00
Jeremy Messenger
33c4af2f13 Update to 1.8.4. 2007-02-13 05:25:40 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Martin Wilke
9e999f1032 - Update to 0.1.9
Approved by:	maintainer (implicit)
2007-02-12 22:04:24 +00:00
Martin Wilke
71f2bea423 - Update to 0.1.10
Approved by:	maintainer (implicit)
2007-02-12 22:03:00 +00:00
Joe Marcus Clarke
5f0609f14c Fix the build with the removal of objformat. 2007-02-10 22:00:05 +00:00
Kris Kennaway
60b3a84279 Use libtool15 port instead of included version to avoid objformat a.out botch 2007-02-10 06:05:06 +00:00
Martin Wilke
08aea86f3b - Update to 1.0006
PR:		108824
Submitted by:	ports@c0decafe.net (maintainer)
2007-02-08 22:34:18 +00:00
Thierry Thomas
94b87b5985 Add a missing USE_XLIB.
Reported by:	pointyhat via Kris
2007-02-08 20:58:54 +00:00
Andrew Pantyukhin
168977ac47 - Update to 2.2.3 2007-02-06 23:43:06 +00:00
Jeremy Messenger
48fe5964ce Update to 2.10.4. 2007-02-06 19:19:31 +00:00
Michael Nottebrock
c628efbea8 From the "who gave this guy a commit bit" dept.:
-Fix categories which got mixed up during juggling with different
 repos.

-Remove NO_FILTER_SHLIBS, which disappeared shortly before Qt4 was
 committed.

Noticed by: erwin, pav
2007-02-06 12:49:19 +00:00
Michael Nottebrock
2df0d56dec Post-import bugfixorama:
- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]

- From the "this never happened in the clean room" dept:
  Disable session management support more universally to
  avoid linktime errors.

[1] Spotted by: rafan
2007-02-06 10:37:14 +00:00
Michael Nottebrock
282fef0d53 Hay, portmgr was here! 2007-02-05 22:39:08 +00:00
Michael Nottebrock
74cb0fb1e8 Add qt4, a multiplatform C++ application framework 2007-02-05 20:56:24 +00:00
Michael Nottebrock
6be45ec5f5 Update to 3.3.7 2007-02-05 14:06:20 +00:00
Martin Wilke
7346a3e766 - Fix whom
Reported by:    infofarmer
2007-02-05 14:06:06 +00:00
Martin Wilke
c807c49aa7 This is Tk version 8.5, a GUI toolkit for Tcl.
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X.

WWW: http://www.tcl.tk/

PR:		ports/108553
Submitted by:	jkh
2007-02-05 13:48:38 +00:00
Tom McLaughlin
0707b3c1db - Move to LOCALBASE
- USE_GNOME+=gtksharp20

Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-02-04 22:40:40 +00:00
Tom McLaughlin
c0799a4c02 s/INSTALLS_SHLIB/USE_LDCONFIG/ 2007-02-04 22:31:15 +00:00
Tom McLaughlin
dc8d7cc49a Add gnome-sharp20
- GNOME interfaces for the .NET runtime

Gnome# provides C# bindings for Gnome libraries to the .NET runtime. These
were formerly supplied by the gtk-sharp20 port.  Ports requiring this
dependency may use USE_GNOME=gnomesharp20

Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-02-04 22:15:36 +00:00
Tom McLaughlin
7fba08199b - Move to LOCALBASE 2007-02-04 22:06:36 +00:00
Tom McLaughlin
8f0657c0a1 - Update to 2.10.0
- Move to LOCALBASE
- Port is no longer includes Gnome specific libraries, those are included in
  the new x11-toolkits/gnome-sharp20 port.  In addition, now that this is a
  "blessed" Gnome dependency ports may use USE_GNOME=gtksharp20

Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-02-04 22:05:01 +00:00
Tom McLaughlin
6f248b47b5 - Update to 1.2.2
- Move to LOCALBASE

Project by:	BSD# (http://www.mono-project.com/Mono:FreeBSD)
2007-02-04 22:02:30 +00:00
Rong-En Fan
660fd7184c - Update to 2.0.5642
PR:		ports/108721
Submitted by:	Thomas-Martin Seck <tmseck at netcologne.de> (maintainer)
2007-02-04 06:46:20 +00:00
Erwin Lansing
20b204a164 - Update to 0.43
- Remove RELENG_4 cruft.
2007-02-03 20:51:34 +00:00
Nicola Vitale
f76da43a15 - Updated to 1.9.12
- Added WITH_ZOPEINTERFACE knob
- New MASTER_SITES

Approved by:	alexbl (mentor, implicit)
2007-02-03 16:07:37 +00:00
Pav Lucistnik
36722f7494 - Remove references to XFree86 3.X 2007-02-02 20:19:43 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
Cheng-Lung Sung
bec4277c8a - Update to 1.142 2007-02-02 07:58:26 +00:00
Pav Lucistnik
1f478412e1 - Convert to USE_LDCONFIG
Approved by:	dinoex (maintainer)
2007-02-01 13:45:09 +00:00
Dmitry Sivachenko
13afc99a99 Correct typos plus cosmetic chenges in Makefile.
PR:		107901
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2007-02-01 12:02:46 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Dirk Meyer
e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +00:00
Pav Lucistnik
1385439bf0 - Clean up lib/X11/config on package deinstall. This was masked in port builds,
because the directory contained imake files. But when xview was added from
  package, this directory was left over after deinstall. Should fix leftovers
  on pointyhat
2007-01-31 10:06:01 +00:00
Pav Lucistnik
f7687982c2 - Update to 1.72
- Fix build with gcc41 [1]

Reported by:	krismail [1]
2007-01-31 00:48:04 +00:00
Jeremy Messenger
d40225e5d2 Update to 0.14.2. 2007-01-30 12:56:46 +00:00
Jeremy Messenger
8bbc80b0e9 Update to 2.16.3. 2007-01-30 12:51:55 +00:00
Jeremy Messenger
7f16f33d25 Update to 1.14.10. 2007-01-30 12:49:10 +00:00
Pav Lucistnik
2df76eb0a7 - Remove support for a.out format and PORTOBJFORMAT variable from individual
ports

With hat:	portmgr
2007-01-30 10:25:34 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Kris Kennaway
b90e75409c Retire obsolete a.out shared library support 2007-01-30 04:14:53 +00:00
Oliver Lehmann
52c56c96ec enhance the description
update the WWW part
2007-01-29 06:39:18 +00:00
Jeremy Messenger
e3d4867d75 Update to 2.10.7. 2007-01-28 19:13:24 +00:00
Martin Wilke
1368121c3c - Update to 5.0.0
- Add options to install qt-designer plugin

PR:             ports/108478
Submitted by:   Max Brazhnikov<makc@issp.ac.ru> (maintainer)
2007-01-28 17:42:32 +00:00
Sergey Matveychuk
b7f5cb19c0 - Fix build with gcc 4.1.
Reported by:	kris mail
2007-01-28 15:14:55 +00:00
Jeremy Messenger
fbf42c7e6f Update to 2.10.9. 2007-01-23 19:32:19 +00:00
Andrew Pantyukhin
0f81ab674c - Update to 2.2.2 2007-01-23 00:08:26 +00:00
Oliver Lehmann
307bdced85 Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
  (otherwise they won't compile with 4.4)
2007-01-22 16:45:10 +00:00
Martin Wilke
ad91cff8de - Pass maintainership to submitter
PR:		ports/108163
Submitted by:	Danny Pansters <danny@ricin.com>
2007-01-22 08:31:04 +00:00
Martin Wilke
29d5ae53d1 - Pass maintainership to submitter
PR:		108160
Submitted by:	Danny Pansters <danny@ricin.com>
2007-01-22 08:30:55 +00:00
Martin Wilke
4b8b7e4170 - Pass maintainership to submitter
PR:		108161
Submitted by:	Danny Pansters <danny@ricin.com>
2007-01-22 08:30:54 +00:00
Max Khon
a6dc6da48a Fix ignoring wxgtk28-unicode on FreeBSD 4.x (requires wchar_t). 2007-01-21 12:41:42 +00:00
Max Khon
e95e6da407 Fix ignoring wxgtk2-unicode on 4.x (requires wchar_t). 2007-01-21 12:40:45 +00:00
Martin Wilke
53744f7505 - Add backup MASTER_SITES
Submitted by:	pointyhat via kris
2007-01-20 10:59:56 +00:00
Kris Kennaway
d6fa31f35b BROKEN: Missing dependency 2007-01-20 01:42:56 +00:00
Thierry Thomas
4bdd20018d Mark ONLY_FOR_ARCHS=i386: JDIC needs com.sun.jnlp, which is part of the
web plug-in (javaws.jar) and which is not installed on !i386.

Reported by:	pointyhat via Kris
Credits to:	hq for the explanation
2007-01-18 20:17:38 +00:00
Joe Marcus Clarke
a9bc2c95c5 Fix a double free that could cause a crash in applications that make use
of the GTK+ recent items code.

Obtained from:	GNOME SVN
2007-01-18 18:21:47 +00:00
Michael Nottebrock
da616062af Fix plist.
Prodded by: pointyhat
2007-01-18 18:01:58 +00:00
Mathieu Arnold
af33653565 Update to 1.23 2007-01-18 17:11:18 +00:00
Dirk Meyer
fd591e1835 - update default for option ASPELL_PORT 2007-01-18 12:42:54 +00:00
Martin Wilke
1a0052473a - Unbreak index 2007-01-17 17:03:14 +00:00
Martin Wilke
49a7939013 This is GtkAda version 3.1.3. This package is an Ada2005 graphical library
for the Gimp Toolkit, which means this is a set of packages to allow you
to easily create some graphical interfaces under X11 and Win32, using Ada2005
as a programming language.

Every widget from gtk 2.2 has been bound, and the test
program found in the gtk release has been reimplemented in Ada (have a
look at the testgtk/ directory).

 WWW: http://libre.adacore.com/

PR:		ports/107415
Submitted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
Repocopy by:    marcus
2007-01-17 11:05:42 +00:00
Martin Wilke
b0683e2244 - Fix build with gdc
- Add unicode knob
- Fix pkg-plist
- Bump PORTREVISION

PR:		108015
Submitted by:	Jona Joachim <walkingshadow@grummel.net> (maintainer)
2007-01-17 09:50:10 +00:00
Joe Marcus Clarke
d035d6c6c5 Update to 2.10.8. 2007-01-17 09:13:07 +00:00
Cheng-Lung Sung
82eb6d187a - Update of lang/tcl84 and x11-toolkits/tk84 ports to 8.4.14
- Removed file: lang/tcl84/files/patch-test-clock (patch already in source tree)

PR:		ports/107953
Submitted by:	Martin Matuska <martin_AT_matuska dot org>
2007-01-17 04:49:29 +00:00
Martin Wilke
7ca9054177 - Update to r5599
PR:		ports/107910
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2007-01-15 20:07:42 +00:00
Joe Marcus Clarke
0eb614fd65 Fix the build on amd64.
Reported by:	pointyhat via kris
2007-01-14 20:20:54 +00:00
Dirk Meyer
a299053560 - use new macros 2007-01-13 10:55:37 +00:00
Dirk Meyer
d7f59ea8de - update to use new bsd.gnustep.mk
Approved by:	gurkan@linuks.mine.nu
2007-01-13 03:57:25 +00:00
Rong-En Fan
3c089c162b - Use USE_ICONV instead of LIB_DEPENDS
Approved by:	portmgr (erwin, few weeks ago)
2007-01-12 09:12:57 +00:00
Max Khon
f267563e62 Move NO_LATEST_LINK to wxgtk2 2.6. 2007-01-10 23:59:37 +00:00
Martin Wilke
29cab8299f - Update to 3.3M4
PR:             ports/107801
Submitted by:   Robert Noland <rnoland@2hip.net> (maintainer)
2007-01-10 20:54:20 +00:00
Ion-Mihai Tetcu
c893eda346 Depend on graphics/p5-Cairo and unbreak
Submitted by:	krismail
2007-01-10 19:24:44 +00:00
Joe Marcus Clarke
c84212d816 Update to 1.8.3. 2007-01-10 19:14:55 +00:00
Martin Wilke
fd30913cad - Update maintainer mail adress
PR:		ports/107623
Submitted by:	ron scheckelhoff<rscheckelhoff@fourcalorieservers.com> (maintainer)
2007-01-08 23:12:12 +00:00
Max Khon
5dfc030f12 - Update to 2.8.0 release.
- Fix file conflicts with wxgtk2 2.4 and wxgtk2-common 2.6 ports.
2007-01-08 18:37:22 +00:00
Max Khon
fbe17914b1 Fix file conflicts with wxgtk-common 2.4 and 2.8 ports. 2007-01-08 18:34:04 +00:00
Ion-Mihai Tetcu
a6ce5fe89e Update to 1.041
PR:		107641
Submitted by:	Wesley Shields (maintainer)
2007-01-08 13:14:18 +00:00
Ion-Mihai Tetcu
9c404647dd - fix BUILD_DEPENDS
- bump PORTREVISION
- pass maintainaership to submitter Wesley Shields
- portlint
2007-01-08 13:11:14 +00:00
Ion-Mihai Tetcu
94cef6420c - fix BUILD_DEPENDS
- bump PORTREVISION
- pass maintainaership to submitter Wesley Shields
2007-01-08 13:10:25 +00:00
Simon Barner
c167c5d8ca - Update to 1.0.53 [1]
- Pass maintainership to submitter [1]
- Remove former maintainer from pkg-descr

Submitted by:	Marcelo Araujo <araujo@bsdmail.org> [1]
PR:		ports/107618 [1]
2007-01-07 10:37:01 +00:00
Nicola Vitale
8550f66a2c - Updated to 0.1b1
- Taken maintainership by araujo@bsdmail.org

PR:		ports/107619
Submitted by:	araujo@bsdmail.org
Approved by:	alexbl (mentor)
2007-01-07 10:31:51 +00:00
Simon Barner
012c2bbd90 - Update to 0.7.1
- Pass maintainership to submitter

Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (new maintainer)
PR:		ports/107620
2007-01-07 10:31:27 +00:00
Joe Marcus Clarke
7faf24d701 Update to 2.10.7. 2007-01-06 01:11:03 +00:00
Thierry Thomas
c4c8523eac The JDesktop Integration Components (JDIC) project aims to make Java(TM)
technology-based applications ("Java applications") first-class citizens of
current desktop platforms without sacrificing platform independence.

JDIC provides Java applications with access to facilities provided by the native
desktop such as the mailer, the browser, and registered document viewing
applications. Additionally it provides the mechanisms by which Java applications
can integrate into the native desktop such as registering Java applications as
document viewers on the desktop, creating tray icons on the desktop and creating
installer packages.

JDIC consists of a collection of Java packages (JDIC API), all with the package
name prefix org.jdesktop.jdic, and a JNLP application packaging tool (JDIC
Packager).

Note: only the tray icon API is built at the moment.

WWW: https://jdic.dev.java.net/
2007-01-05 23:24:40 +00:00
Tilman Keskinoz
ec116ccb2c py-kde depends on libkonsolepart which is now in kdebase
Reported by:	Torfinn Ingolfsen, pointyhat
2007-01-02 19:00:16 +00:00
Jeremy Messenger
19a9f3912c - Update to 0.16.0.
- More on PREFIX-cleaness.
- Remove databases/ruby-libgda and multimedia/ruby-gst, these ports are no
  longer in the tarball and have been dropped support by the developers.
2007-01-02 00:57:05 +00:00
Martin Wilke
7beb8579b5 GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the complete set
of Gtk+ widgets using the Object-Oriented features of this language.

This version of GtkAda is designed to be used with lang/gnat-gcc41.

WWW: https://libre2.adacore.com/GtkAda/
WWW: http://gnuada.sourceforge.net/

PR:		ports/107183
Submitted by:	Petr Holub <hopet at ics.muni.cz>
2006-12-31 14:35:50 +00:00
Jose Alonso Cardenas Marquez
a0c897f6fd - Update to 1.2
- Add pkg-message file
- Mark IGNORE on 4.x
- Take maintanership
- Other tiny modifications
2006-12-30 17:47:40 +00:00
Martin Wilke
169a669bfa - Update to 1.8.0
PR:		107253
Submitted by:	Aleksander Fafula <alex@fafula.com> (maintainer)
2006-12-29 23:15:48 +00:00
Martin Wilke
3d8063ef94 - Set conflict with gtkada-gcc
PR:		107182
Submitted by:	Petr Holub <hopet@ics.muni.cz> (maintainer)
2006-12-29 20:34:44 +00:00
Martin Wilke
fe968f3a59 - Bump PORTREVISION (i forget this) 2006-12-29 20:26:05 +00:00
Martin Wilke
c7db816fa4 - Set conflict with gtkada-gcc
PR:		Petr Holub <hopet@.ics.muni.cz> (maintainer)
Submitted by:	107179
2006-12-29 20:24:45 +00:00