Commit graph

44 commits

Author SHA1 Message Date
rillig
bad12f8667 This package expects the correct Python interpreter to be found as the
"python" command.
2006-09-16 21:52:57 +00:00
joerg
57b9021ef8 Needs pkg-config. 2006-08-22 15:12:39 +00:00
wiz
8d9d5f8484 Needs intltool. 2006-08-06 10:42:10 +00:00
jlam
7af716330d Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using
the default LIBTOOL_OVERRIDE to replace libtool scripts in packages.
This just formalizes the fact that LTCONFIG_OVERRIDE is not used
meaningfully by pkgsrc.
2006-07-19 19:14:37 +00:00
rillig
7609ebdbe8 Updated scigraphica to 2.1.0. This fixes PR 33846.
No useful ChangeLog provided.
2006-07-02 10:21:14 +00:00
joerg
18c6780eac Python is normally multithreaded, so link against pthread.
Fix label at end of compound statement errors.
2006-04-22 18:44:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
jmmv
835250351d Bump PKGREVISION due to security fixes in libxml (dependency adjusted to
1.8.17nb3).
2004-11-20 22:10:22 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
e34bf869df Workaround stupidity in the scigraphica configure script by explicitly
specifying the library and header paths for readline.  Otherwise, the
configure script will dumbly pass "-I -I" and "-L -L" to the compiler,
which breaks libtool.
2004-09-24 15:31:44 +00:00
jlam
ed4fe11e98 Remove nonsensical BUILDLINK_TRANSFORM. 2004-09-21 15:10:26 +00:00
snj
280b1b2fbe Convert to buildlink3. 2004-05-09 20:19:44 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
grant
59daad6697 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:46:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
martti
ee90b572a6 COMMENT should start with a capital letter. 2003-07-21 16:45:54 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00
jmmv
855dceb89d Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION. 2003-01-28 23:00:53 +00:00
jlam
d6e8ae1641 buildlink1 -> buildlink2 2002-09-22 10:50:44 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
drochner
0414a1ce6c USE_GNU_READLINE, should fix build problems 2002-01-26 17:46:35 +00:00
wiz
e1c15ed176 Update to 0.8.0. Makes it build again with current gtk+extra, fixing
bulk build failure.
Changes since 0.7.0 (approximate, since the ChangeLog is not very tidy):
11/20/2001  Adrian Feiguin:
	    Gtkextra fine tunning.
	    Matrix support.
	    New cloning strategy for supporting multiple copies of the
	    same dataset.
	    Using gtkplot iterators to retrieve data from worksheets.
	    New tick labels strategy using callback functions.
	    gtkplotart.[ch]: gtkplotpc driver for libart.
	    Anlialiasing using libart.
	    gtkplotgnome.[ch]: gtkplotpc driver for gnome-print.
	    Print preview using gnome-print, still under developement.
	    Custom page size.
	    Layer size in different units.
	    Matrix datasets: bubbles, surfaces, contours and density maps.
	    Symbol scaling for bubbles, boxes, and vectors.
	    Style dialog for new features included in the gtkextra widgets.
	    New fields in the xml file to support additions.
	    Example matrix.sg to show new features.
	    Autoscaling fixes, toghether with Conrad.
	    Gradient autoscaling.
	    New rotations for 3D plots.
	    Arbitrary meshes using Delaunay triangulizations.
	    Enhancements in the GUI, new tools and icons.
	    Data markers, still under developement.
	    Fixes in clipboard.
	    Bugfixes.

	    Randolf Mock:
	    New autoscaling icon.

11/19/2001  Rob Lahaye:
            src/sg_project_rescue.c: revised version, uses sigaction(..) instead of
                                     signal(..) and gtk_idle_add for bailout signals.

11/13/2001  Rob Lahaye:
            src/sg_project_file_sax.c
            src/sg_project_autosave.c: add filename check for newer versions
                                       of autosaved or rescued file.
            src/Makefile.am: remove the sga->scigraphica link.


10/19/2001  Rob Lahaye:
            src/sg_file.c: fix disappearing python terminal

10/10/2001  Conrad Steenberg:
            Matrix formula support
            Autoscaling of 2D layers configuration support
            Remove dumb warnings in some places
            Fix 'formulas not evaluated upon file load' bug
            Update Clarens plugin to import Tags

10/05/2001  Rob lahaye:
            src/*[ch]: Clean up with stricter coding related to the source vs. header files:
                          - functions in source files declared as static where possible.
                          - strictly applying the extern/global/static rules to variable declarations.
                       Allow strong type checking by making the src-tree g++ compatible.

09/30/2001  Rob Lahaye:
            src/python/import_data.c
            src/python/python_sheet.c: use #ifdef WITH_WARNINGS for developers' warnings
            src/python/python_int.c
            src/python/unpickler.py: change .sgsconfig to .scigrahpica/config

09/29/2001  Rob Lahaye:
            src/sg_preferences_dialog.[ch] : void -> static void
            src/g_project_autosave.c : new file with autosave utilities
            src/Makefile.am : add sg_project_autosave.c
	    src/main.h
	    src/sg.c
	    src/sg_project.h
	    src/sg_project_menu.c
	    src/sg_project_rescue.c
	    src/python/python_int.c : add autosave utilities

09/26/2001  Rob Lahaye:
            Configure.in: Remove duplicate entries in the "Compiler flags"
              of the --version output.

09/13/2001  Conrad Steenberg:
            Adapt the FitWizard module to fit data in plots, and plot the
                resulting function in the same layer.
            Python methods to access the datasets in a layer.

08/22/2001  Conrad Steenberg:
            Plug-in documentation
            New configuration system with python bindings
            Python wizard interface
            Curve fitting wizard from Adrian's gtkLeastSquares plug-in
            Simple statistics plug-in
            New python bindings to access layers and datasets

08/01/2001 Rob Lahaye:
	    sg_dialogs.h, sg_file_dialog.c, sg_project_menu.c:
	        WINDOWCLOSE_CLICKED added to dialogs control
	    sg_entry.c: remove redudant emumerate YES/NO/CANCEL_CLICKED
	    sg_plot_menu.c: add selected layer nr in sg_menu_remove_layer

07/31/2001  Conrad Steenberg:
            Cells are now cleared before new content is added.
            Fixes to number editing in the sheet for non-formula numbers.
            UI fixes for renaming sheets.
            Icons are now installed during 'make install' for use by
            plugins.

07/26/2001  *********  0.7.1 Released ********

07/25/2001 Adrian Feiguin:
	    Bugfixes in gtkextra
	    Enhancements in plugin system
	    Bugfixes in autosymbol
	    Bugfixes in zoom

           Conrad Steenberg:
	    More Python stuff
	    More enhancements in plugin system
            ASCII import fixes for comments at the start of a file.

07/17/2001 Adrian Feiguin:
	    New plugin system (C stuff)
	    Bugfixes in sg_project_file_sax.c
	    Bugfixes in text dialog
	    Bugfixes in gtkextra

           Conrad Steenberg:
	    New plugin system (Python stuff)
            Python call to obtain sheet selection area
            Terminal fixes:
               No more text droppings when closing.
               Prompt now correctly appears after error output, not before
            Python wizard creation framework
            Work around Numeric Python 20.1 bugs, which caused crases
               for a lot of people
            New Configuration option: module search paths.
2002-01-24 19:24:03 +00:00
drochner
29955baed0 pass python interpreter path to "configure",
make sure configure finds the right python installation
2002-01-19 16:06:39 +00:00
drochner
bb9e708b1e use buildlink.mk files for Python and py-Numeric 2002-01-15 18:40:06 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
drochner
bf776c68f8 update to 0.7.0
Changes:
dozens of bugfixes and enhancements. Among other things, embedding images is
now possible, as well as setting background images for the plots. Clipboard for
plots: copy a plot, and paste it on a different plot window. Improved
PostScript and WYSIWYG. It includes pysga.py, a Python module for interacting
with plots and worksheets from the terminal. New scheme for storing numerical
data in worksheets.
Examples are included.
2001-07-11 10:39:09 +00:00
drochner
a09fea41b1 gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3.
Other changes (from the ChangeLog file):
            Bugfixes everywhere, mainly reported
            by Rob Lahaye<lahaye@postech.edu>
            Edit dialog for datasets.
            First version of the Preferences dialog
            Enhancements in the layer control
            Fixes and enhancements in gtkextra
            2nd version of the preferences dialog
            Enhancements in Python and Worksheets
            Complete overview and report of bugs and possible enhancements.
            Emergency rescue in case of a crash
            Autosave
            First version of the Bonobo interfase for embedding Scigraphica
2001-04-28 14:34:12 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
drochner
ad6a1ff3a1 update to 0.6.2.
Changes:
I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing
Python modules.
2001-03-10 12:41:46 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
drochner
8d2f9690f3 scientific application for data analysis and technical graphics 2001-01-15 12:37:57 +00:00