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

5123 Commits

Author SHA1 Message Date
Martin Matuska
dbb9c0b017 - Update to 8.5.4 2008-08-26 12:30:43 +00:00
Edward Tomasz Napierala
0c052bdc36 FlowCanvas is an interactive Gtkmm/Gnomecanvasmm widget for "boxes
and lines" environments (ie modular synths or interactive finite
state automata diagrams).

WWW:    http://wiki.drobilla.net/FlowCanvas
2008-08-24 20:02:23 +00:00
Thierry Thomas
a2cf41641a - This changes adds xt to USE_XORG since the port uses headers from the
xt port (e.g., X11/Intrinsic.h) and clearly links with libXt during the
build;

- Release maintainership.

PR:		ports/126699
Submitted by:	glewis
2008-08-22 19:12:23 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Martin Wilke
df2ed5bf4e Gtk2-Ex-Utils provides simple utility functions for
Gnome/Gtk2 Perl programming.

WWW: http://search.cpan.org/dist/Gtk2-Ex-Utils/

PR:		ports/125888
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:05:01 +00:00
Martin Wilke
1a10d345d8 Gtk2-Ex-Dialogs provides some useful tools for Gnome2/Gtk2
Perl GUI design.

WWW: http://search.cpan.org/dist/Gtk2-Ex-Dialogs/

PR:		ports/125887
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:03:02 +00:00
Martin Wilke
440ae681bb Gtk2-GladeXML allows Perl programmers to use libglade, a
C library that generates GUIs directly from the XML output
of the Glade UI designer.

WWW: http://search.cpan.org/dist/Gtk2-GladeXML/

PR:		ports/125886
Submitted by:	Paul Schmehl <pauls at utdallas.edu>
2008-08-19 23:01:46 +00:00
Dirk Meyer
31ee6087fb - update stable to 0.14.0 2008-08-12 09:26:51 +00:00
Martin Wilke
d56984b056 - Update to qt 4.4.1
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
2008-08-04 23:30:38 +00:00
Martin Wilke
4ad432a8dc - Update to r6149
PR:		126191
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-08-03 14:52:20 +00:00
Robert Noland
1e22e237ba Update my email address to my @FreeBSD.org address.
Approved by:	garga (mentor)
2008-07-30 19:00:36 +00:00
Martin Wilke
453f8ad228 - Update maintainer mail address
PR:		125786
Submitted by:	Phillip N. <pneumann@gmail.com>
2008-07-25 22:46:15 +00:00
Martin Wilke
38661f2e32 The first iteration of the py-qt4-* ports had a snapshot date as its
PORTVERSION. After that the PORTVERSION became 4.foo. Because this is
numerically lower than before, the PORTEPOCH should have been bumped.

Poked by:	kris@

PR:		125814
Submitted by:	Danny Pansters <danny@ricin.com> (maintainer)
2008-07-25 22:24:16 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Marcelo Araujo
70a765ecd9 - Fix build on FreeBSD 6.X.
- Bump PORTREVISION.

Reported by:	pointyhat via pav
2008-07-25 13:25:50 +00:00
Oliver Braun
ea1cca5a06 Update to 0.9.13. 2008-07-25 13:15:14 +00:00
Pav Lucistnik
2f35b73926 - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV 2008-07-25 12:48:47 +00:00
Pav Lucistnik
e314a0d3c4 - Add CC and CXX to MAKE_ENV for all ports
PR:		ports/86106, ports/101120 (based on)
2008-07-24 22:29:33 +00:00
Alexey Dokuchaev
bc3a91b506 - Augment master sites per portlint(1)
- Kill extraneous whitespace
2008-07-23 18:08:32 +00:00
Martin Matuska
ef52bfff83 - Update to 8.5.3 2008-07-23 13:36:24 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Martin Wilke
7a07cf7bda - Set only i386 - Attempting to launch any application
that uses xview on amd64 causes a segmentation dump
  (signal 10, bus error).

PR:		125589
Submitted by:	"Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
2008-07-19 17:27:39 +00:00
Oliver Braun
f5d876d7f6 Upgrade ghc to 6.8.3. 2008-07-18 20:05:17 +00:00
Marcelo Araujo
cbc9f105b7 - Fix build gcc 4.2.
- Bump PORTREVISION.

Reported by:	itetcu, pav
2008-07-17 16:13:12 +00:00
Marcelo Araujo
5f1a4b9517 - Use RF macro.
- Bump PORTREVISION after some build changes in fox12.
2008-07-14 12:00:04 +00:00
Marcelo Araujo
a0de475920 - Fix build in 7.x.
- Bump PORTREVISION.

PR:		ports/125558
Submitted by:	Alexey Illarionov <littlesavage@orionet.ru>
2008-07-14 11:57:47 +00:00
Martin Wilke
ec1755ca55 - Update to 3.4
PR:		125540
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-07-13 22:54:14 +00:00
Jeremy Messenger
0c5f0d28df Do not use file that py-gobject and py-gtk have same file. It causes record
incorrect dependency when py-object exists. Use different file to detect
file in *_DEPENDS by use USE_GNOME=pygtk. Bump the PORTREVISION.

PR:		ports/125482
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-07-13 16:11:18 +00:00
Beech Rintoul
42348b0b64 - Mark deprecated
- Pass maintainership to submitter

PR:		ports/123937
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	portmgr, linimon (maintainer timeout >6 months)
2008-07-11 18:58:32 +00:00
Beech Rintoul
d284e409ba - Add entry for gtkdatabox 2008-07-11 18:48:15 +00:00
Beech Rintoul
10c7e49900 - Pull from attic and update to 0.9.0.0
- Pass maintainership to submitter

PR:		ports/123937
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	portmgr, linimon (maintainer timeout >6 months)
2008-07-11 18:45:44 +00:00
Edwin Groothuis
3239905e50 Fix 2.4.2_15 --> 2.4.2_1 issue.
Noticed by: krismail
2008-07-10 23:16:53 +00:00
Beech Rintoul
c1e26cd27f - Add missing lib depend - librsvg-2.2 2008-07-09 23:46:18 +00:00
Beech Rintoul
c00a4af32e - Update to 0.3.0
- Respect portdocs

PR:		ports/125390
Submitted by:	Ashish Shukla <wahjava@gmail.com> (maintainer)
2008-07-08 19:31:57 +00:00
Nicola Vitale
2bef4fbe6c - Update to 1.9.22
- Add WITH_PYGOBJECT and WITH_PYSQLOBJECT knobs
- Replace ${BUILD_DEPENDS} with explicit list of dependencies
- Replace FECH_CMD with FETCH_ARGS
- Use ${COPYTREE_SHARE} to install docs and examples
- Use ${PYTHON_PKGNAMEPREFIX} in (DOC|EXAMPLES)DIR
2008-07-08 11:41:56 +00:00
Max Khon
df3ba14352 Update to 2.8.8 2008-07-07 16:39:04 +00:00
Jeremy Messenger
453bf8ce7a - Update to 0.16.0.20080706, it's more than 0.17 RC1.
- ${RUBY_SITEARCHLIBDIR} -> ${RUBY_SITEARCHLIBDIR:S/${PREFIX}/${LOCALBASE}/}
  in the *_DEPENDS, that way it will finding correct file when I tweak the
  PREFIX.
- NOPORTDOCS -> NOPORTEXAMPLES on example/demo/test files.
2008-07-07 03:27:45 +00:00
Jeremy Messenger
f431878e42 -NOPORTDOCS -> NOPORTEXAMPLES
-Fix the plist when NOPORTDOCS (now NOPORTEXAMPLES) is defined.

Reported by:	QA Tindy
2008-07-04 03:25:30 +00:00
Jeremy Messenger
29bedf65c6 Update to 1.20.5. 2008-07-02 19:58:39 +00:00
Joe Marcus Clarke
6b399c7687 Update to 2.12.11. 2008-07-02 03:05:29 +00:00
Jeremy Messenger
d78ad5442b Update to 2.2.2. 2008-07-01 03:38:46 +00:00
Jeremy Messenger
a08ef483fd Update to 1.20.4. 2008-07-01 01:50:37 +00:00
Joe Marcus Clarke
91b276595c Update to 2.22.3. 2008-07-01 01:01:57 +00:00
Martin Wilke
4247854b55 The SLgtk package binds the GIMP Toolkit, also known as Gtk,
to the S-Lang scripting language. It provides an importable module
which makes most of Gtk and its constituent libraries callable directly
from S-Lang scripts.

With SLgtk the S-Lang programmer now has access to a powerful,
cross-platform widget set for creating sophisticated
graphical user interfaces (GUIs). The package also includes bindings
to GtkExtra, which are used in the vwhere visualization and filtering guilet,
as well as a gdk-pixbuf loader for the FITS image file format
widely used within astronomy, and an easy-to-use but powerful
image compositing, display, and output tool.

WWW: http://space.mit.edu/home/mnoble/slgtk/

PR:		ports/125055
Submitted by:	Alexey Shuvaev <shuvaev at phyisik.uni-wuerzburg.de>
2008-06-29 13:05:14 +00:00
Cheng-Lung Sung
9c5be47665 - Update to 1.183
Changes:	http://search.cpan.org/dist/Gtk2/ChangeLog
2008-06-25 07:09:15 +00:00
Jose Alonso Cardenas Marquez
3a14939100 - Use new freepascal stuff
- Bump PORTREVISION
2008-06-24 15:18:15 +00:00
Wesley Shields
be749a4883 Update to 1.081. 2008-06-24 01:37:20 +00:00
Martin Wilke
fc9d00be00 - Update to 3.4.r3
PR:		124802
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-06-23 11:55:03 +00:00
Martin Wilke
31e6e06927 - Update to r6140
PR:		124873
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-06-23 10:51:47 +00:00
Chin-San Huang
10316a7b74 - Fix pkg-plist with NOPORSDOCS knob.
- Bump PORTREVISION

Noticed by:	"QA Tindy"
2008-06-22 11:25:30 +00:00
Chin-San Huang
8585380da5 - Fix build
Noticed by:	"QA Tindy"
2008-06-22 03:56:44 +00:00
Chin-San Huang
3f36a29aee Small terminal emulator. The only dependencies are Vte and Gtk2 libs.
Termit supports tabs, bookmarks, encoding switching and sessions.

WWW: http://code.google.com/p/termit/wiki/TermIt
2008-06-21 20:17:19 +00:00
Chin-San Huang
709313a943 - Make the size of terminal font bigger. 2008-06-21 18:59:12 +00:00
Chin-San Huang
67868b92aa sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator
with few dependencies, so you don't need a full GNOME desktop installed to
have a decent terminal emulator. Current terminal emulators based on VTE are
gnome-terminal, XFCE Terminal, TermIt and a small sample program included in
the vte sources. Sakura differences from the last one is that it uses a
notebook to provide several terminals in one window and adds a contextual
menu with some basic options. No more no less.

WWW: http://www.pleyades.net/david/sakura.php
2008-06-21 14:15:20 +00:00
Dirk Meyer
c45673a750 - update to 0.14.0 2008-06-20 15:12:51 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Pav Lucistnik
d564d71c70 - Fix fetch 2008-06-18 20:09:57 +00:00
Pav Lucistnik
90c6d21323 - Fix fetch 2008-06-18 19:07:23 +00:00
Tilman Keskinoz
845299be09 Add dependency on xorg modules xinerama xm inputproto and xi to fix build
if XFT and NAS are disabled

PR:		124512
Submitted by:	gahr
2008-06-15 18:47:46 +00:00
Joe Marcus Clarke
d86981f7a9 Update to 2.22.1. 2008-06-15 18:08:30 +00:00
Ion-Mihai Tetcu
5a2a3a6b7a - use PORTDOCS, PORTEXAMPLES, etc. as it should
- bump PORTREVISION

Submitted by:	my QA Tindy run
2008-06-15 17:09:49 +00:00
Dirk Meyer
ef1e3f841a - update to 0.12.2 2008-06-15 11:22:48 +00:00
Joe Marcus Clarke
c0bdc5dbd8 Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.

Reported by:	iKris
2008-06-10 04:57:46 +00:00
Joe Marcus Clarke
10359304b1 Fix a problem where the window position would not be remembered.
Reported by:	Alexander Loginov <freebsd@akavia.ru>
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=536757
2008-06-09 23:02:55 +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
Joe Marcus Clarke
d4631fb31a Update to 2.12.10. 2008-06-05 23:42:41 +00:00
Koop Mast
d75aa8a343 Update to 0.16.14. 2008-06-05 13:04:32 +00:00
Chin-San Huang
365cc84325 Add evilvte. It's a VTE based, super lightweight terminal emulator. 2008-06-03 23:58:19 +00:00
Dirk Meyer
de7503e8c6 - cleanup FreeBSD 5.x 2008-06-01 19:22:24 +00:00
Pav Lucistnik
d5195e747a - Fix fetching
- Fix patching (gnomehack now does more)

Reported by:	pointyhat
2008-05-31 09:07:57 +00:00
Pietro Cerutti
da9ec125f1 - Update to 0.9.91
- Adopt maintainship
- Add docs and examples
2008-05-30 23:20:13 +00:00
Martin Wilke
f74b4299ef The Hippo Canvas was originally developed to display the
client stacker popup. It is now used in other projects such
as the OLPC Sugar interface, and the Big Board desktop.

WWW:	http://developer.mugshot.org/wiki/Hippo_Canvas

PR:		ports/124077
Submitted by:	Ashish Shukla <wahjava at gmail.com>
2008-05-30 21:49:08 +00:00
Martin Wilke
2acdc63252 - Update to 3.3.2
PR:		124106
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-05-30 14:26:38 +00:00
Martin Wilke
2f7513489b - Update to 3.4M7
PR:		124105
Submitted by:	Robert Noland <rnoland@2hip.net> (maintainer)
2008-05-30 14:26:34 +00:00
Martin Wilke
b844efe212 - Updatwe to 5.1.1
PR:		124009
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-05-30 13:51:22 +00:00
Martin Wilke
b105d88344 - Update to 1.8.5
PR:		124046
Submitted by:	Ports Fury
2008-05-30 13:43:35 +00:00
Dirk Meyer
1b7239c2cd - fix build with portaudio, by backing out last patches
Broken in Revision 1.96at date: 2008/05/19 23:04:49;  author: pav
2008-05-29 18:48:51 +00:00
Martin Wilke
cce203f063 - Update to r6129
PR:		124031
Submitted by:	Thomas-Martin Seck <tmseck@web.de> (maintainer)
2008-05-29 11:27:36 +00:00
Jeremy Messenger
640de5a4f1 Update to 2.22.2. 2008-05-28 20:43:56 +00:00
Jeremy Messenger
93f10ab1e3 Fix the plist when NOPORTDOCS is defined, bump the PORTREVISION.
Reported by:	itetcu
2008-05-28 16:51:08 +00:00
Pav Lucistnik
7f19125aca - Mark BROKEN on all versions: gsnd.m:30:23: warning: portaudio.h: No such file or directory
Reported by:	pointyhat
2008-05-25 17:44:32 +00:00
Jeremy Messenger
69e0b5c56c Update to 1.20.3. 2008-05-24 03:25:55 +00:00
Marcelo Araujo
10eac16241 - Lib updated fox16.
- Bump PORTREVISION.

Noticed by:	mezz
2008-05-21 02:47:35 +00:00
Marcelo Araujo
afa4b93043 - Update to 1.6.33.
- All stuffs that depends directly of FOX16, needs to be rebuilt after an upgrade.
2008-05-21 02:17:52 +00:00
Pav Lucistnik
bc3a8210d9 - Mark BROKEN on 5.x
Reported by:	pointyhat
2008-05-19 23:04:49 +00:00
Marcelo Araujo
2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00
Martin Wilke
a2c4ebdbc3 - Update to 5.1.0
PR:		123676
Submitted by:	Max Brazhnikov <makc@issp.ac.ru> (maintainer)
2008-05-16 12:27:29 +00:00
Andrey Slusar
f345f0786f - Update to 3.4M6
PR:		ports/122725
Approved by:	maintainer timeout (26 days)
2008-05-09 07:52:54 +00:00
Edwin Groothuis
202215aed9 Remove x11-toolkits/gtkdatabox in favour of x11-toolkits/gtkdatabox2.
Both have the same version after last weeks updates.

Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2008-05-07 22:57:52 +00:00
Dirk Meyer
e15eb67265 - fix build for option WITH_GNUSTEP_DEVEL 2008-05-05 14:38:25 +00:00
Edwin Groothuis
43c3d914b5 Update to 0.8.2.2 2008-05-05 05:41:54 +00:00
Dirk Meyer
1b9f926d36 - add WITH_GNUSTEP_DEVEL 2008-05-04 21:13:22 +00:00
Joe Marcus Clarke
df14fb7951 Add a missing dependency on xdamage.
PR:		123390
Submitted by:	dinoex
2008-05-04 20:23:23 +00:00
Pav Lucistnik
e175120f08 - Update to 2.10.1
- Install META

PR:		ports/122853
Submitted by:	Jaap Boender <Jaap.Boender@pps.jussieu.fr>
Approved by:	maintainer timeout (stas; 16 days)
2008-05-03 22:42:39 +00:00
Martin Wilke
b5ec1bd7ab ports/devel/py-sip/files/bsd.pyqt.mk
- Riverbank master sites have changed
	- Add a version number (simply date) for the .mk file itself

ports/x11-toolkits/qscintilla/Makefile
	- Include bsd.pyqt.mk and adapt Makefile accordingly
	- Add NOPORTEXAMPLES test where appropriate
	- Bump PORTREVISION

Submitted by:	Danny Pansters <danny@ricin.com> (maintainer via private mail)
2008-05-02 10:00:00 +00:00
Dirk Meyer
ae3caf617f 3 2008-04-29 18:00:11 +00:00
Mark Linimon
e21f53b16f Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity.
2008-04-29 05:11:44 +00:00
Beech Rintoul
304fb2d9ae - Fix conflicts
Submitted by:		Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
2008-04-28 16:14:26 +00:00
Beech Rintoul
fa8d31bce3 - Update to 0.8.2.2
2007-12-30 (0.8.2.2)
- Small bug fixes (hints by Brian Phelbs)
- Corrected internal signal definition.
2007-12-20 (0.8.2.1)
- Corrected configuration file for pkg-config.
2007-12-09 (0.8.2.0)
- Removal of struct GtkDataboxValue
- Introduction of struct GtkDataboxValueRectangle
- Results:
- Changed selection signal API (instead of two pairs of pixel
coordinates, now one struct of "real" values is sent with the
signal). Since most applications are interested in values instead
of pixels, this should simplify application code. It also should
eliminate signal marshaller problems.
- the set/get limits functions use parameters, left, right, top and
bottom instead of top_left and bottom_right (which led to much
confusion in the past).
- similar with the get_extrema_function
- in order to transform pixel coordinates into values and vice
versa, there are now four functions:
gtk_databox_value_to_pixel_x
gtk_databox_value_to_pixel_y
gtk_databox_pixel_to_value_x
gtk_databox_pixel_to_value_y
2007-12-06 (0.8.1.1)
- Configure script and Makefile changes (mainly thanks to Hans
Nieuwenhuis)
2007-12-04 (0.8.1.0)
- Configure script now checks for pango and cairo (thanks to Brian
Phelps)
- Support for glade added (thanks to Hans Nieuwenhuis)
2007-11-26 (0.8.0.1)
- Maintenance release (Code cleanup, based on hints from
Fabian Foerg.
2007-11-25 (0.8.0.0)
- Added support for logarithmic scales for drawing
- Replaced original gtkruler with gtkdatabox_ruler.
- GtkDataboxRuler supports logarithmic scales
- Instead of HRuler and VRuler, GtkDataboxRuler has an orientation
- No big changes in existing projects required, see examples
- renamed the following functions:
gtk_databox_get_canvas => gtk_databox_get_total_limits
gtk_databox_set_canvas => gtk_databox_set_total_limits
gtk_databox_get_visible_canvas => gtk_databox_get_visible_limits
gtk_databox_set_visible_canvas => gtk_databox_set_visible_limits
- replaced GtkDataboxCoord by GdkPoint (which is just the same)
- Added example which shows linear, logarithmic and double logarithmic
graphs
- Added example which shows easiest way to start with GtkDatabox

PR:		ports/116120
Submitted by:	Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
Approved by:	maintainer timeout (> 5 months)
2008-04-27 06:17:46 +00:00
Rong-En Fan
9549cec9d6 - Update to r6090
PR:		ports/122732
Submitted by:	Thomas-Martin Seck <tmseck at web.de> (maintainer)
2008-04-27 03:59:13 +00:00
Andrew Pantyukhin
bdcd1c78ea - Update to 0.64 2008-04-24 02:33:39 +00:00
Martin Matuska
f7c4ba5b01 - Update to 8.4.19 2008-04-22 06:29:44 +00:00
Martin Wilke
1769b074fe - Fix PORTREVISION here is ?= needed
Submitted by:	pav
2008-04-19 22:16:24 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Pav Lucistnik
8d6d8fd7ce Mark BROKEN 2008-04-16 22:43:58 +00:00
Andrew Pantyukhin
cd0678e858 - It turns out Tie::Watch was always in Tk 2008-04-14 09:54:47 +00:00
Pav Lucistnik
85957774cc - Update to 4.60.4
PR:		ports/122543
Submitted by:	Harald Servat <redcrash@gmail.com>
2008-04-11 12:13:32 +00:00
Emanuel Haupt
deb298071b Change maintainers e-mail address.
Requested over:		IRC
2008-04-10 16:11:24 +00:00
Joe Marcus Clarke
2595fd5181 Bump PORTREVISION to account for the weird version number change
(2.22.01 -> 2.22.1).

PR:		122609
Submitted by:	barbara <barbara.xxx1975@libero.it>
2008-04-09 21:39:42 +00:00
Joe Marcus Clarke
2c3d5cd2ca Update to 1.20.2. 2008-04-09 21:17:56 +00:00
Pav Lucistnik
cf909dbe3d - Remove expired tkstep80 related ports 2008-04-09 14:19:00 +00:00
Pav Lucistnik
92b220fa9c - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat:	portmgr
2008-04-09 13:42:26 +00:00
Michael Johnson
5c6c118f4c Update to 2.22.1 2008-04-09 11:54:18 +00:00
Joe Marcus Clarke
15815c848b Update to 1.12.1. 2008-04-09 00:07:39 +00:00
Joe Marcus Clarke
1bb1653dc4 Update to 2.22.1. 2008-04-08 00:06:40 +00:00
Jeremy Messenger
f47d8c6a6a -Update to 2.4.4.
-Remove USE_XLIB and USE_GCC=3.4+.
2008-04-07 21:23:01 +00:00
Michael Johnson
c02255410f Update to 2.2.1 (switch to using gzip because the bz2 file isn't on ftp mirrors) 2008-04-07 20:55:25 +00:00
Stanislav Sedov
fae8e0f615 - Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
  ruby 1.9 distribution already). Also move gem bits from
  ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
  on gems or rake you should define USE_RUBYGEMS/USE_RAKE
  accordingly. Also RAKE_BIN variable is provided for
  pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
  on ruby.

Discussed with:	Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by:	ports@
2008-04-06 08:58:21 +00:00
Dirk Meyer
3eb6476da3 - rename PLIST_SUB macro 2008-04-04 16:57:04 +00:00
Michael Johnson
d90e52fe99 Update to 2.12.7 2008-04-02 17:29:33 +00:00
Martin Matuska
a87b3f53eb - Update to 8.5.2 2008-04-02 12:02:41 +00:00
Rong-En Fan
09f13bc81a - These two ports are renamed for better naming, remove old ones:
qwt -> qwt4, qwt-devel -> qwt5

PR:		ports/119904
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*)
2008-04-02 09:14:59 +00:00
Rong-En Fan
09242a13da - qwt -> qwt4
- qwt-devel -> qwt5

PR:		ports/119904
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt*)
2008-04-02 09:10:53 +00:00
Rong-En Fan
cdcb74a6ca - Resolve conflict between qwt 4.x and 5.x by rename libqwt to libqwt4
- Pass maintainership for x11-toolkits/qwt4
- Rename x11-toolkits/qwt to x11-toolkits/qwt4, x11-toolkits/qwt-devel to
  x11-toolkits/qwt5

PR:		ports/119904
Submitted by:	Max Brazhnikov <makc at issp.ac.ru> (maintainer of x11-toolkits/qwt5)
2008-04-02 09:06:34 +00:00
Joe Marcus Clarke
351a3ad2a6 Update to 2.12.6. 2008-04-02 05:30:48 +00:00
Florent Thoumie
79170a22d2 Fix pkg-descr.
PR:		ports/122353
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2008-04-02 00:24:13 +00:00
Mathieu Arnold
ed4a79bf19 Update to 1.52 2008-04-01 13:32:49 +00:00
Michael Nottebrock
104079cc5e Some more include search path massaging for the WITH_CUPS case.
PR:	ports/122017
2008-03-31 19:02:32 +00:00
Dirk Meyer
50179d1567 - clean X11BASE 2008-03-30 09:36:46 +00:00
Joe Marcus Clarke
38aa0042a1 Update to 2.22.1. 2008-03-28 21:52:18 +00:00
Pietro Cerutti
edc8e8e5ec - Fix build
Approved by:	miwi (mentor)
2008-03-28 16:39:54 +00:00
Jeremy Messenger
68c9624db0 -Fix enable CUPS by add --enable-cups=auto. [1]
-Respect the WITHOUT_CUPS with autocheck. [2]
-Bump the PORTREVISION.

PR:		ports/120520 [2]
Submitted by:	Subscriptions <subs@j79zlr.com> [1]
		Naram Qashat <cyberbotx@cyberbotx.com> [2]
2008-03-28 04:34:02 +00:00
Jeremy Messenger
17ea6d896a Fix the build with new glib 2.16.
Reported by:	pointyhat
2008-03-26 05:03:31 +00:00
Martin Wilke
cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00
Pav Lucistnik
2e14ba9059 - Fix plist 2008-03-25 14:52:17 +00:00
Ion-Mihai Tetcu
633394b38a Adjust MASTER_SITES to an other server of mine 2008-03-25 09:53:44 +00:00
Martin Wilke
52c5d58921 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 17:02:27 +00:00
Wesley Shields
e00d37b854 Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:	garga (implicit)
2008-03-24 15:44:31 +00:00
Martin Wilke
270a2cb06b - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 13:03:55 +00:00
Jeremy Messenger
427b9be748 Update to 0.16.0.20080315 (SVN version) to build with new glib 2.16. 2008-03-24 04:37:06 +00:00
Joe Marcus Clarke
6f32add9a7 The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
2008-03-24 03:52:36 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Martin Wilke
5afc678aac - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 16:44:09 +00:00
Martin Wilke
c4c8f4be45 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 11:11:33 +00:00
Andrey Slusar
7196200b0f - Fix build without gnomevfs
PR:		ports/120996
Submitted by:	Marcin Cieslak <saper@system.pl>
2008-03-22 19:47:03 +00:00
Andrey Slusar
b96629a58a - Update to 3.4M5 2008-03-22 19:16:40 +00:00
Andrey Slusar
1dba2e4deb - Update to 3.3.1.1 2008-03-22 19:13:44 +00:00