summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam4-9/+9
${PREFIX}.
2005-06-16Add missing RCS Id tag to patch-ac.hira2-2/+4
2005-06-16Create directories before installing files into them.jlam82-82/+229
2005-06-16Whitespace nits.jlam1-11/+11
2005-06-15Remove trailing empty line introduced in previous.wiz1-2/+1
2005-06-15list files which reference ${WRKSRC} in a way which should be ok. Bump ↵dmcmahill1-2/+8
PKGREVISION.
2005-06-15remove ${WRKSRC} references from installed files. Bump PKGREVISION.dmcmahill2-36/+11
2005-06-14Honor *OWN, *GRP, and *MODE.minskim1-1/+3
2005-06-14revert previous; this wasn't tested very well. Sorry.jschauma2-2537/+1
2005-06-14make this build on IRIXjschauma2-1/+2537
2005-06-14This patch also needs a sgi-ifdefjschauma2-4/+4
2005-06-13Update to 0.3.6. Doing this during the freeze to close the PR pkg/30513jmmv2-6/+6
submitted by pancake at phreaker.net. Ok'ed by wiz@. Changes since 0.3.0: 0.3.6 (16 January 2005) * Fix a problem with treecc.spec (Russell Stuart). 0.3.4 (30 October 2004) * Clean up Debian packaging rules (Russell Stuart). * Man page formatting (Peter Lund). 0.3.2 (8 August 2004) * Fixes for parallel builds (Gopal V).
2005-06-12Don't prevent this package from building/installing even if getopt_longjlam1-5/+1
is already provided by the system natively. There is no reason to prevent its installation.
2005-06-10Set BUILDLINK_RECOMMENDED after recent security fixes. (hi tv!)salo1-1/+2
2005-06-10- Fix PLIST problems pointed out by wiz@ on bulk-buildsadrianp2-8/+3
- Bump to nb4
2005-06-10Update libextractor to 0.4.2.tv5-39/+19
Fixes (second half of) Secunia SA: http://secunia.com/advisories/15651/ (first half was fixed in 0.3.11nb1) ChangeLog excerpts: Thu Feb 24 00:32:44 EST 2005 Added extractor that extracts binary (!) thumbnails from images using ImageMagick. Decoder function for the binary string is in the thumbnailextractor.c source. Sun Feb 20 16:36:17 EST 2005 Fixed similar problem in REAL extractor. Added support for new Helix/Real format to REAL extractor. Sun Feb 20 12:48:15 EST 2005 Fixed (rare) integer overflow bug in PNG extractor. Fri Jan 21 15:23:43 PST 2005 Fixed security problem in PDF extractor. Fri Dec 24 13:28:59 CET 2004 Added support for Unicode to the pdf extractor. Thu Dec 23 18:14:10 CET 2004 Avoided exporting symbol OPEN (conflicts on OSX with same symbol from GNUnet). Added conversion to utf8 to various plugqins (see todo) and added conversion from utf8 to current locale to print keywords.
2005-06-09Convert to use PKG_OPTIONS_REQUIRED_GROUPS.wiz1-19/+5
Should fix PR 30472.
2005-06-07Explicitly disable bdb detection.minskim2-12/+11
2005-06-07Latest release installs a debugging version of doxytag rather than themarkd1-2/+6
release version. Touch the doxytag.l file to cause regeneration of the release version. Bump PKGREVISION. OK'ed by wiz.
2005-06-06Force PREFIX.salo2-7/+13
Addresses PR pkg/30118, althought i can't reproduce it at all..
2005-06-06- Fix incomplete PLISTadrianp2-5/+8
- Relax restrictions for PHP and mySQL requirements - all versions should work OK - this should fix the bulk-builds failures. - Bump to nb3
2005-06-06Fix build under DragonFly. Patch from Joerg Sonnenberger.jmmv2-5/+15
2005-06-06There is no need to set PYTHON to false in the configure environment, sincejmmv1-2/+1
we already skip the checks from within patch-aa.
2005-06-05nb3: Add OS-specific fix for -pthread on DragonFly, based on work bytv3-8/+52
Joerg Sonnenberger <joerg@britannica.bec.de>.
2005-06-05Add DragonFly support; patch from Joerg Sonnenberger.jmmv1-2/+3
2005-06-05In builtin.mk files, use _BLTN_ as the private namespace prefix.jlam2-24/+24
2005-06-01Ensure that BUILTIN_GETTEXT_NGETTEXT is always defined.jlam1-6/+9
2005-06-01Typo.jlam1-2/+2
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam5-27/+14
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-06-01Deprecate ipv6 option in favour of inet6.wiz1-3/+4
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam56-519/+675
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-01Convert to options framework.wiz2-12/+16
2005-06-01Do not pull in esound/bl3.mk regardless of the settingwiz1-7/+1
of USE_ESOUND, because the esound library is only used in a dynamically loaded module. Noted by tv@.
2005-06-01Include buildlink for Xft2. This package depends on it.reed2-2/+5
Noticed under FreeBSD using X.org that it couldn't find Xft headers. And see that libmb library on NetBSD using native X directly needs libXft library. Bump PKGREVISION because this could create a new dependency. (I also saw that this uses freetype and fontconfig too, but I didn't add this though because it didn't fail build and I am not sure yet.)
2005-05-31Changed $f to ${f}.rillig2-5/+5
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+2
in pkgsrc.
2005-05-31Convert to options framework.wiz2-8/+17
2005-05-31Convert to options framework.wiz2-36/+40
2005-05-31Update bmake to sync with latest make.sjg2-6/+6
2005-05-31Added a patch that works around a missing <stdbool.h> header.rillig2-1/+22
Fixes PR 30014.
2005-05-31Replace USE_PERL5 by adding perl to tools.wiz1-3/+2
2005-05-31Update to 1.4.3:wiz5-26/+26
Doxygen Release 1.4.3 (release date 16-5-2005) Changes * For Developers: Added an abstract interface for language parsers (see src/parserintf.h), which can be used implement new programming language parsers. There is also a manager class, where a parser instance can be bound to a certain file extension. * Changed the algorithm for matching function/method declarations against their definitions. The new algorithm should be faster, more powerful, and more accurate. New features * Included new config option HTAGS. When enabled in combination with SOURCE_BROWSER=YES, the source browser of GNU's Global source system (via htags) is used instead of doxygen's own (thanks to Shigio Yamaguchi for the patch). * Added language updates for Indonesian, Catalan, Russian, Korean, German, Hungarian, Polish, and Lithuanian. * Included update of the .spec file (thanks to Stephane Gourichon). Bug fixes (ids refer to the bugzilla database) * id 163705: Using \image for latex without caption but with size parameter "width=\textwidth" did not work. * id 163783: Items of an autolist could be wrongly indented if put directly after @name. * id 163928: Class section was missing in the file documentation. * id 164072: When using tag files unneeded external classes could appear in the class hierarchy in some cases. * id 169755: page title was omitted in the XML output if CASE_SENSE_NAME was set to NO. * id 170592: Using \ref for Objective-C methods did not work if the name contained a colon. * id 171795: Refering to Objective-C methods now follows Apple's conventions. * id 171878: When JAVADOC_AUTOBRIEF = YES and there was no blank line after a page command, the first sentence did not appear in the documentation. * id 171923: Doxygen failed to match arguments for a function documentated out-of-line with @fn and using @relatesalso. * id 172118: Doxywizard now shows the version of doxygen it is for. * id 172133: Doxygen did not longer ignore preceding C++ comments inside a comment block. * id 172217: 'using namespace' declarations with spaces resulted in duplicate namespaces. * id 172329: The index of the CHM did not always link to groups correctly. * id 172456: Fixed case where doxygen had problems differentiating const and non-const member functions. * id 172494: @code blocks were not poperly ignored by the preprocessor in some cases. * id 172622: Fixed parse problem for Objective-C method implementations whole declaration part ended with a semicolon. * id 172723: Namespace members appeared in the file documentation without proper links to the namespace. * id 172778: A single colon after retval caused a crash. * id 172783: Doxygen will now put quotes around a filter name before calling it so it will work with filters with spaces in the name or path. * id 172818: Improved translation of Todo List to German. * id 172937: FILE_VERSION_FILTER failed for filenames containing spaces. * id 173034: The \elseif command was not handled properly. * id 173110: \ingroup did not work with multiple group labels anymore. * id 300204: Doxygen disobeyed Cygwin's 'text/binary mount mode' (thanks to Max Bowsher for the patch). * id 300466: Improved the documentation for FILTER_SOURCE_FILES. * is 300473: Added a browse button for several of Doxywizard's fields of the expert dialog where a file was expected. * id 300532: consecutive @todo items were joined together even if they are in different sections. * id 300745: A disabled @cond section did not omit #define documentation. * is 301409: autolinks to undocumented files did not work correctly when SOURCE_BROWSER was enabled. * id 301437: Fixed a typo in an example that is part of the preprocessor documentation. * id 301478: Fixed some cases where cross-references were not properly detected anymore. * id 301616: Added "+" or "-" to the Objective-C method lists in the summary section of a class. * id 302100: An enum could not be grouped by grouping out of line documentation. * id 302158: When enabling SEPARATE_MEMBER_PAGES and CREATE_SUBDIRS the member index contained invalid links. * id 302160: list directly after @brief not parsed properly if there were spaces before the @brief command. * id 302713: Updated doxytag so it works better with recent versions of Qt3 and the Qt4 beta versions. * id 303305: When using \subpage the page hierarchy wasn't reflected in the tree view or .chm index. * id 303511: Documenting a class in a namespace with a comment block inside the namespace containing a @class command did not work properly. * id 303911: Links from todo list items to Objective-C categories were broken. * id 304026: A class/struct/interface can now be turned into something else of the same kind using the proper command (i.e. @interface could by used to turn a class into an interface). * Doxygen did not honor the "All members of an interface in Java are implicitly public" rule. * An enum of a class could not be documented with @enum from inside a namespace. * Fixed problem handling unname member groups (useful in combination with DISTRIBUTE_GROUP_DOC = YES, which didn't work anymore). * Updated Doxygen.dsp (thanks to Gerik Rhoden). * For a word marked with a #, the # is now also removed when no link could be generated. * Using '<' (or '\<') in a <pre> section cause '$<$' to appear in the Latex output. Doxygen Release 1.4.2 (release date 28-3-2005) Changes * If the class/namespace/file member indexes get too long they are now automatically split over multiple pages (one page per index letter). * Internal: I've split the input scanner (scanner.l) in a part that scans the supported programming languages and passes the comment blocks to a second scanner. This should clean up the code a lot and make the handling of structural commands (like \class and \section) more consistent. It is also a first step towards supporting dedicated scanners for other programming languages. * Made doxygen parse .as files (Action Script) as Java code. New features * Added a new option SEPARATE_MEMBER_PAGES. When enabled doxygen will generate a separate page for each documented member, instead of putting all members on the class/file/namespace page. An index for other members of the same compound is rendered on the left hand side of the page. * Added new command \subpage that can be used to build a hierarchy of pages. For pages this is more convenient than using \defgroup and \ingroup. See the documentation more details and an example. * Included man pages for doxygen and doxywizard. * Language updates for Czech, Swedish, Russian, Italian, Catalan, German, Brazilian, Korean, Ukrainian, Romanian, Croatian and Chinese, Bug fixes * id 124214: #'s inside a single quoted PHP string could lead to parse problems. * id 142339: Doxygen did not using the LATEX_CMD_NAME setting when generating formulas. * id 163180: Extension specific filters did not work. * id 163940: Labels in dot graphs containing quotes where not escaped properly. * id 164198: \overload text was always English, it is now translatable. * id 164498: Fixed problem where doxygen ignored the documentation for members of Objective C class categories when put in the implementation section. * id 164563: \anchor didn't work inside a <pre>...</pre> section. * id 164812: fix compile problem for certain language selections. * id 165097: Fixed problem with wrong syntax color in \code section. * id 165188: in index.xsd the refid attribute type (xsd:Name) was not broad enough and has been replaced by xsd:string. * id 165339: Fixed some issues in the code parser causing missed cross-referencing relations and/or call graphs. * id 165428: ALIASES containing @section commands where not handled properly. * id 165503: grouped classes did not appear as such in the XML output. * id 165793: input filter was applied to \verbinclude. * id 165816: Grouped functions referenced via tag files had broken links * id 165821: Tag file parser produced bogus errors for nested classes and namespaces and no line number was reported. * id 166043: static initializer block in Java made doxygen ignore the rest of the file. * id 166161: More documentation to make the \code command more clear. * id 166756: Fixed a number of issues with the new comment scanner. It should be much more usable now. * id 166782: XML output: Simple types in a namespace are also listed at file scope in index.xml * id 166863: @class required fully qualified name even if the comment block was in the right scope already. * id 166898: Forward declaring a template class added the template argument to next class defined * id 167037: The method names were non-informative in the todo like lists when HIDE_SCOPE_NAMES was set to YES (thanks to Luigi Ballabio for the fix). * id 167040: Related functions were listed as members in the todo list. * id 167462: Doxygen doesn't recognize references to methods of classes that come as parameter * id 168159: Sometimes enums don't have hyperlinks in the source code. * id 168243: Doxygen produced an unclear warning when putting multiple @page commands in one comment block. * id 168693: A C-style comment ending with a brief description (including dot) and a **/ as end marker, caused strange warning. * id 168734: Nested C comments in a \code block confused the preprocessor. * id 168754: //@{ was not working with the new comment block scanner. * id 168871: \~ did not work in C++ style documentation and aliases. * id 168961: Fixed problem parsing arrays of unnamed structs. * id 169003: cross-references were make to global variables even if the global variables were hidden by local ones or undocumented/private member variables. * id 169069: static C++ variables with initializers were detected as functions. * id 169188: static functions were not extracted from PHP classes even though EXTRACT_STATIC was set to YES. * id 169495: const Qt properties were not parsed properly. * id 169535: spaces after \ref command were not preserved in <pre> context when the command had only one argument. * id 169547: Removed bogus warning for friend classes inside classes in an anonymous namespace. * id 169549: Previous fixes introduced flattening of the class hierarchy. * id 169640: File suffix check for the D language was broken. * id 169641: D contructors and destructors were not detected. * is 169657: Fixed the way import is treated in D to prevent recursive lockup. * id 169784: Objective-C methods with a variable number of arguments were are not parsed properly. * id 169789: Images specified via \image are now also copied to the XML output. * id 170612: documenting members of nested anonymous compounds did no longer work. * id 170833: <code> ended a brief description. * id 170835: doxygen didn't match members of classes in unnamed namespaces with their definitions * id 170846: template instance friend classes could not be documented externally. * id 171260: In some cases doxygen produced an incorrect warning about duplicate detailed descriptions. * id 171295: It now possible again to link to a (enum)value of a @retval using #name. * id 171376: \else command was not properly parsed if the corresponding \if was disabled. * id 171749: Using @relatesalso for functions in a namespace didn't work correctly. * It is now possible again to use Thing%s to auto-link to a class Thing and put a non-linked "s" after it. * Nested anonymous namespaces appeared as @<num> in the documentation of the parent namespace. * aliases containing @brief were not handled correctly. * The class name in the HtmlHelp index was linked to the first member function of that class instead of the class itself.
2005-05-31Update to 0.5.17:wiz2-6/+6
* Version 0.5.17 (released 2005-05-26) ** The gnulib portability files were updated. ** The license template in files were updated with the new address. ** Translation updated. ** API and ABI is backwards compatible with the previous version.
2005-05-31Better DragonFlyBSD support from Joerg Sonnenberger.wiz4-28/+141
. find USB headers . fix joystick support
2005-05-31+monotone-vizdrochner1-1/+2
2005-05-31import monotone-viz-0.9, a tool to view monotone version treesdrochner6-0/+107
2005-05-31Update to kdevelop 3.2.1 (part of KDE 3.4.1)markd2-2/+5
2005-05-31Update to kdevelop 3.2.1 (part of KDE 3.4.1)markd3-8/+19
Changes: * Subversion: many bugfixes
2005-05-31Update to KDE 3.4.1markd2-5/+11
Changes: * cervisia: Fix statusbar when embedded in konqueror * kio_svn (subversion) : Various bugfixes (import, checkout and memleaks fixed) * umbrello: Fix crash on deleting attribute or enum literal * umbrello: Fix crash in UMLView::createAutoAttributeAssociations() * umbrello: Fix failure to import C++ enum type with comment on last literal * umbrello: Fix non-Latin1 characters in diagram names * umbrello: Generate missing "static" keyword in new C++ code generator * umbrello: Make messages refer to operations rather than being dumb text * umbrello: Make drag-to-folder behave * umbrello: Fix label placement in sequence diagram * umbrello: Allow copy/paste of attributes, operations * umbrello: Stop canvas from centering to moved class * umbrello: Fix entity relationship association attachments * umbrello: Add actions in context menu of ERM * umbrello: Stop uncontrolled scrolling in large class diagram * umbrello: Fix display of same-type attributes * umbrello: Recognize classes in packages in add-attribute dialog * umbrello: Fix performance problem with large models * umbrello: Add more options to select action in sequence diagram * umbrello: Fix changing the order of operations in class diagram * umbrello: Reduce sensitivity to element order when loading xmi files * umbrello: Fix code generation for interfaces in various programming languages * umbrello: Fix dimensioning of interfaces in EPS exported class diagrams
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+3
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.