summaryrefslogtreecommitdiff
path: root/www/bluefish
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10Changes 1.0.2:adam3-10/+434
- Added ability to remove multiple meta tags in Quickstart dialog. - Updated Debian packaging files (standards version and build-dependencies). - Updated config scripts. - Updated for traditional Chinese translation. - Fixed Ctrl-Z/undo bug. - Fixed outdated configure script and aspell detection. - Fixed format specification bug in Bulgarian translation. - Fixed translation bugs and typos in German translation. Changes 1.0.1: - New QuickStart dialog. - Spaces not being used to instead of tabs. - Updated Debian packaging files (build-depends). - Updated and improved spell checking. - Updated and improved highlighting patterns. - Fixed custom menu. - Fixed bookmarks handling. - Fixed missing CSS dialog properties. - Fixed improperly opened color dialog when opening the CSS dialog. - Fixed project dialog segmentation fault when clicking the "Browse button". - Fixed not retained "View" menu item settings after closing/restarting. - Fixed several build issues (debugging output, configure, ...)
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-25Change the CONFIGURE_ENV to use the variables users are supposed to set,kristerw1-3/+3
rather than the autoconf cache variables.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw1-3/+5
Bump PKGREVISION.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-08- Include shared-mime-info/mimedb.mk to handle the mime database properly.jmmv2-416/+28
- Include desktop-file-utils/desktopdb.mk to handle the mime types defined in the desktop file properly. - Depend on pkg-config, needed at build time. - Use xdg-dirs, not gnome2-dirs. The former is enough. - Sort dependencies. - Regenerate the PLIST so that it's sorted and to avoid lots of files that shouldn't be there (handled automatically by mimedb.mk and desktopdb.mk). - Bump PKGREVISION to 1.
2005-03-08Fix typo in a comment. PR#29628 by Cesar Catrian C.cube1-2/+2
2005-02-24Add RMD160 checksums.wiz1-1/+2
2005-01-20Changes 1.0:adam3-37/+431
* A new very extended manual * Better GNOME and KDE integration * Much improved bookmarks * Many performacne improvements * New and improved highlighting pattern * Better encoding detection * Many minor bug-fixes
2004-12-24Bump PKGREVISION for aspell dependency update.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-05-02Update www/bluefish to 0.13.xtraeme3-8/+15
Bluefish 0.13 features a new bookmarks functionality, much improved project management, auto tag closing, better navigation trough opened documents, a much more responsive user interface, again many user interface improvements, many bug fixes and much, much more!
2004-04-15Convert to buildlink3.snj1-6/+6
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
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-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
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-12-30Whitespace fixescjep1-2/+2
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-1/+2
2003-12-03Updated to 0.12xtraeme4-29/+17
Changes: o Better user interface (for example a reworked menu, and improved keyboard navigation) o Support for remote files using gnome-vfs o Nicer user interface (many new icons and buttons, and general user interface cleanups) o Many bug fixes and much more.
2003-08-01Update MASTER_SITES.wiz1-3/+2
2003-07-31Update to 0.11.wiz4-7/+37
New in 0.11: In 0.10, the config file format for the custom menu changed, but the conversion was broken. Replace entries in the custom menu were broken, causing a segfault in some cases. These are both fixed. New in 0.10: Changes include many bugfixes and speedups, many user interface improvements, more translations, and a very nice function reference interface. Currently included function reference files are for PHP and HTML.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-02-20Updated to version 0.9.salo4-220/+31
Patch provided by Juan RP via PR pkg/20430 with minor improvements by me. Changes: 0.9: ==== - Many bugs are fixed, several segfaults, and many small annoying bugs. - Major performance improvements: * highlighting performance improvements up to 50X faster in some cases * file loading times are faster * loading and closing of many documents is much faster (tested with 3500 documents opened simultaneously) - Many improvements for the user interface; much more compliant to the Gnome usability guidelines. - New features: * line number support * new spell checker * and many more.. 0.8: ==== - The first release of the gtk2 port of bluefish - New features include: * new highlighting engine, for multiple filetypes * new filebrowser * configurable toolbar * new text widget with UTF-8 support, Xinput support etc.
2003-01-10USE_PKGLOCALEDIR=yescjep1-4/+5
2002-12-09Do not remove %D/share/pixmaps when deinstalling, as it is now part of thejmmv1-2/+1
standard directory tree.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+2
2002-10-21Convert to buildlink2.wiz1-9/+4
2002-05-11Wildcard gdk-pixbuf dependency.wiz1-2/+2
XXX: should be buildlinked.
2002-03-19Remove commented out pre-configure target.skrll1-4/+1
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-5/+6
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-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-06Fix dependency typo for gnome-libsjmc1-2/+2
2002-01-24regen (patch-a[acd] don't exist, it seems -- forgot to commit?)wiz1-4/+1
2002-01-19Unwildcard jpeg dependency.wiz1-2/+2
2002-01-19Update bluefish to 0.7mjl6-106/+134
- numerous small updates and improvements - more translations - the custom menu now is extended for custom search and replace macro's - some small memory leaks fixed - better handling for file history
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
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-08-27Use wildcard dependence on "autoconf" package.tron1-4/+3
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3