Commit graph

5022 commits

Author SHA1 Message Date
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