summaryrefslogtreecommitdiff
path: root/graphics/scigraphica
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
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-09-24Workaround stupidity in the scigraphica configure script by explicitlyjlam1-1/+5
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-21Remove nonsensical BUILDLINK_TRANSFORM.jlam1-3/+1
2004-05-09Convert to buildlink3.snj1-8/+10
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-3/+2
*-dirs packages.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-28Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv1-2/+3
2002-09-22buildlink1 -> buildlink2jlam1-9/+15
2002-09-21Strip the ".buildlink" from the names of the python application andjlam1-2/+2
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-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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-01-26USE_GNU_READLINE, should fix build problemsdrochner1-1/+2
2002-01-24Update to 0.8.0. Makes it build again with current gtk+extra, fixingwiz6-177/+206
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-19pass python interpreter path to "configure",drochner3-2/+74
make sure configure finds the right python installation
2002-01-15use buildlink.mk files for Python and py-Numericdrochner1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-5/+5
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-07-11update to 0.7.0drochner5-29/+99
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-04-28gtk+extra-0.99.14 changed some gtk_plot_* function names, so we havedrochner3-21/+7
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-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-10update to 0.6.2.drochner5-19/+15
Changes: I release SG-0.6.2, with bugfixes and Conrad's administration tool for managing Python modules.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-15scientific application for data analysis and technical graphicsdrochner8-0/+189