Commit graph

46 commits

Author SHA1 Message Date
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
8884aedc99 Add commented out LICENSE line. 2007-11-25 17:18:22 +00:00
adam
ddbee96d7e Changes 1.2.2:
* Moved to GPLv3
* Added text field to NSTableColumn inspector to allow editing of
  table column title.
* Corrected issue with selection.
* Added button modifiers for special keys to button inspectors.
* Corrected issue with loading of older gorm files.
* Fix to allow Gorm's menus to be Mac-style, but not the one being
  edited.
* Other miscellaneous bug corrections.
2007-11-25 14:42:46 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
rillig
119d8ee846 The GNUstep packages have GNUmakefile instead of Makefile. 2006-09-22 07:08:15 +00:00
adam
956048fbd8 Changes 1.1.0:
* Changed Gorm architecture to use NSDocument classes.

   * Abstracted model loading mechanism.  This was done by implementing
     a set of "Loader" and "Builder" classes which handle filling in
     the data structures in Gorm and exporting them to external formats.

   * Implemented GormNibWrapperLoader and GormNibWrapperBuilder for
     reading and writing Cocoa NIB files.

   * Implemented GormGormWrapperLoader and GormGormWrapperBuilder for
     reading and writing GNUstep Gorm files

   * Implemented GormGModelWrapperLoader for reading GNUstep gmodel
     files.

   * Updated icon

   * A number of bugs have been addressed in this release.
2006-08-30 14:55:56 +00:00
rillig
bf2ffdf13c Reverted the recent change that has set USE_LANGUAGES="c objc", where only
"objc" was needed. Thanks to Min Sik Kim for showing me the Right Way to
handle this.
2006-07-22 05:10:54 +00:00
rillig
9969dfc344 Needs a C compiler. 2006-07-21 06:24:37 +00:00
rh
4b2d28c8af Add USE_LANGUAGES= objc 2006-05-28 00:26:26 +00:00
adam
308c845ade Changes 1.0.8:
This is a bugfix release.
* Correction for bug 16587.
* Correction for handling non-string identifiers in tableviews.
2006-05-20 12:24:37 +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
adam
f51e1cd0df Changes 1.0.6:
This is a bugfix release.
* Entirely new icon set, for palettes, gorm, gmodel, nib and the
  application.
* Replaced some of the images for the inspectors.
* Changed formatting in some of the inspectors so that they are
  easier to navigate.
2006-04-15 10:10:08 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
adam
c40d877179 Changes 1.0.4:
This is a bugfix release.
   * Corrected a bug with window style mask settings.
   * Corrected a bug, which caused window fields in the inspector
     not to update when the field was being edited and a new window is
     selected.
   * Corrected problem with standalone views
2006-01-26 20:58:18 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rh
b763039b9e Update Gorm to 1.0.1. Changes are bugfixes only. 2005-11-24 04:27:09 +00:00
rh
110528371c Update Gorm to 1.0.0.
Noteworthy changes in version `1.0.0'
=========================================

   * All inspectors are now modeled in .gorm files.

   * Added autosizing to form attributes inspector.

   * Utilize and maintain parent/child data structure more pervasively

   * Reorganized code in palettes for cleaner implementation.

   * Removed code to check for user bundles, since bugs in Camaelon
     which prompted those changes were fixed long ago.

   * Added documentation to GormCore
2005-11-03 08:39:54 +00:00
adam
2d898c3c76 Changes 0.11.0:
* Improved implementation of canSubstituteForClass: the default
     implementation of this method tests the classes to see if
     initWithCoder: or encodeWithCoder: is implemented on a subclass to
     determine automatically if that class has the same encoding
     signature as the original class, if it does, it can be substituted.

   * Improved handling of classes which use cell classes in the custom
     class inspector.  The inspector now autmatically replaces the cell
     class with the appropriate one when the user selects a given
     subclass.

   * Browser based class editor in document panel.   This interface is
     more like the one on OSX.  The user now has a choice in
     preferences to determine which view they would like to use.

   * Translation tools.  The Document->Translate menu allows the user
     to export string and import strings in the strings format, so that
     someone can easily translate just the strings in the file and
     doesn't need to directly edit anything in Gorm.  The strings file
     can then be loaded back into Gorm and all of the relevant strings
     are updated.

   * Alignment tools.  In the new Layout menu there are options to
     align views, center views, bring views to front or push them to
     the back of the view layers.

   * Implementation of IBViewResourceDraggingDelegate.  This allows
     updating of the pull down in the inspectors panel dynamically.  It
     requires the developer of a palette to implement some code to
     enable this, as on OSX.

   * Lots of bugfixes and usability changes are also included in this
     release.
2005-08-08 10:32:14 +00:00
adam
b7eb51f91a Changes 0.9.10:
* Gorm now has a full implementation of canSubstituteForClass: which
     is used to determine if a class can be substituted in the custom
     class inspector.  This allows classes added in palettes to say
     whether or not they can be used as a subsitute for a kit class.

   * Better separation of Gorm into libraries.  As well as the ability
     to compile on windows with a simple: "make install"

   * Implementation of IBResourceManager class.  This class is used by
     palettes to register drag types to be considered by the top level
     editors in the document window: object, sound, image, class.

   * Gorm now is able to switch views in the document window when you
     drag a file into it.  If it's an image it will switch to the image
     view, if it's a sound, the sound view, an object the object view
     etc or if it's a class (a .h file) it will switch to the classes
     view.

   * Drag and drop parsing of header files (if you hadn't gathered from
     the previous item).

   * Better support for standalone views.  while the user cannot
     instantiate from the classes view (there were too many problems
     with this approach).  They can now drag any view from the palette
     into the objects view and have it work.

   * A myriad of bug fixes.
2005-07-01 09:09:15 +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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
adam
98f0612ed0 Changes 0.9.2:
NOTE: This is mainly a bugfix release.

   * Some improvements to the procedure for removing connections.

   * Corrected various issues with header parsing.

   * Now closes windows which were opened during interface testing such
     as font panels, info panels, etc.

   * Minor corrections to background color for a number of inspectors.

   * Improvements to gmodel importation.

   * Better detection of when the user is utilizing a user bundle.
     Gorm will now warn the user with a panel.

   * Various improvements in documentation
2005-03-03 13:50:19 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
adam
12dec1c063 Changes 0.9.0:
* Images/Sounds can now be dragged into a matrix cell.
   * Fully implemented date and number formatter inspectors (these
     classes still need work in GUI).
   * Added warning panel if the user attempts to edit a .gorm file
     created with a newer version of Gorm
   * Modified data.classes format so that only those actions
     specifically added to FirstResponder are listed.
   * Greatly improved gmodel importation. (experimental)
   * It's now possible to add methods to classes which are not custom.
     This allows the user to add actions which may have been added to
     those classes by categories.
   * Completely new header parser implemented.
   * Improved cut/paste.  It's now possible to use cut/paste from
     almost anywhere.  The class editor now fully supports it.
   * Improved implementation of some of the InterfaceBuilder framework
     classes.
   * Object editor will now remove all instances of a class that has
     been deleted from the class editor.
   * The class inspector and the classes view will now apply stricter
     rules to names of actions and outlets to ensure that they are
     properly entered.
   * All inspectors work perfectly with customized colors.
   * Fixed a number of bugs.
2005-02-07 09:19:36 +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
rh
fd9c978fb3 Update Gorm to 0.8.0. Notable changes include:
* New gorm file version.

   * Full custom palette support

   * Palette preferences panel to allow the user to configure palettes
     to load

   * Experimental: Standalone views.  This feature is to allow the use
     of a view without the need of a containing window.   This allows
     developers to treat these views as they would any other top level
     object in the .gorm file.  This is experimental functionality.

   * Improved NSTableColumn inspector.  The new inspector allows the
     user to change the data cell used for a given column.   This
     allows the user to select from a list of cell subclasses and set
     the appropriate custom or non-custom one they want to appear in
     that column of the table.

   * Improved layout of some of the inspectors.

   * Removed old class parser.  The parser was somewhat buggy and was
     actually causing some issues.  A new parser will be available in
     the next version of Gorm.  For now users will need to use the
     class inspector or the outline view to enter classes into Gorm.

   * Experimental: "File" section.  This is essentially a per-file
     preference which allows the user to control which version of
     GNUstep a given file will be compatible with.  It also lists the
     potential compatibility issues with the selected version.

   * Improved controls palette.  New items for some of the standard
     font replace the old "Title" widget which was a System-14 font.
     The new widgets use a selection of the standard System font to
     allow the user to easily build a gui using these and reducing the
     amount of time the user needs to spend fiddling with the font
     panel.
2004-09-27 01:23:13 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
adam
e976b3b145 Changes 0.7.7:
* Important bugfixes in editor classes.
   * Rearranged some of the editor classes to be in the palettes which
     contain the classes they are responsible for editing
     (GormButtonEditor & GormTabViewEditor).
   * Image and Sound editors will now display system default images or
     sounds if they are available.
   * Document window now uses an NSToolbar (experimental).
   * Improved the layout of some of the inspectors.
   * Corrected some minor issues in the inspectors
   * Added code to allow NSTableView and NSOutlineView to show some data during testing
   * Gorm will now show an alert panel when a model fails to load or test properly.
2004-08-18 14:02:44 +00:00
adam
9cc330c857 Changes 0.7.6:
This release is mainly a bugfix release for 0.7.5.
   * Improved .gmodel support
   * Corrections to previous repair feature.
   * Important bugfixes for Menu editing.
   * Important bugfixes for class inspector.
2004-06-02 15:12:07 +00:00
rh
c52c7af647 Update Gorm to 0.7.5
Noteworthy changes in version `0.7.5'
=====================================

   * The 'reparent' feature in the class inspector.  This allows the
     user to change the class hierarchy from within Gorm.

   * Some important bugfixes

   * a property 'GormRepairFileOnLoad' (untested) which  should repaire
     old .gorm files... It is HIGHLY recommended that Gorm not be run
     with this on constantly and that you back up any files which you
     want to repair before opening them with this option turned on.

   * A shelf inspector in prefs that lets you expand the size of the
     names in the object view..

   * Support for NSFontManager

   * A way to restore a complete NSMenu if it's deleted (a new palette
     entry for NSMenu, not just an item)
2004-04-19 07:41:11 +00:00
rh
6c35c5e61d Update Gorm to 0.6.0.
Noteworthy changes in version `0.6.0'
=====================================

   * Several major bugs corrected.
   * Clarified some of the inspectors
   * Menu items are now properly enabled/disabled when appropriate
   * More descriptive title displayed when a class is being edited.
2004-04-11 00:05:24 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
grant
f49bdea710 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:24:28 +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
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
adam
5a9de262c6 Noteworthy changes in version `0.4.0':
* New Menu and Menu Item inspectors.
   * User can now specify the Services and Windows menus in the menu
     inspector.
   * User can specify a non-custom subclass as well as a custom one to
     replace the class when the .gorm is unarchived.  This can be used
     to turn a NSTextField into NSSecureTextField and etc.
   * New set name panel.
   * New switch control on the font panel to allow the user to specify
     if a font is encoded with its default size or not.
   * Added NSStepper and NSStepperCell to the class list to allow
     creation of custom subclasses.
   * Windows and Services menus now function correctly.
2003-12-05 10:29:17 +00:00
rh
6245c7785d Update Gorm to 0.3.0.
Noteworthy changes in version `0.3.0'
=====================================

   * Preferences added.

   * User can now enable and disable guidlines for easier editing.

   * Refactored code into GormLib which is a clone of the
     InterfaceBuilder framework.  This facilitates creating palettes
     and inspectors outside of Gorm.

   * Added class inspector for easier editing of classes.  This gives
     the user the option to use either the outline view or the
     inspector to edit new classes.

   * Added inspectors for the following: NSScrollView,
     NSProgressIndicator, NSColorWell, GormImageInspector (for images
     added to .gorm files).

   * Improved look of NSTabView inspector.

   * Removed all warnings from the code.

   * various bug fixes.
2003-08-10 11:35:31 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +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
rh
15f526a3e1 Update Gorm to 0.2.6. Changes are bugfixes only. 2003-04-01 11:42:45 +00:00
rh
b41e568a89 Update Gorm to 0.2.5.
Noteworthy changes in version `0.2.5'.
======================================

Many fixes and improvements to make the app work better.

   * Better parsing of headers

   * Interface code redone as gorm files.

   * Re-add multiple selection via mouse drag.
2003-01-25 11:01:52 +00:00
rh
89f9331672 Update Gorm to 0.2.0. Notable changes include:
* Custom class support/translations implemented.
   * Added NSScrollView, NSPopupButton, NSOutlineView, NSTableView
     editing.
   * Improved test mode support.
   * Improved drag n' drop support on many items.
   * Intelligent placement hints.
   * Read gmodel files.
   * More inspectors.
   * Sound and Image support.
   * gorm files were changed to directory wrappers for more flexibility.
2003-01-03 07:13:35 +00:00
rh
31dbcb1bb4 Initial import of Gorm-0.1.9, a GNUstep graphical user interface builder. 2002-10-18 09:36:01 +00:00