summaryrefslogtreecommitdiff
path: root/devel/kdevelop
AgeCommit message (Collapse)AuthorFilesLines
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll1-2/+2
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-03-04Change "kdevelop" into a meta package and bump version number to 1.3nb1.tron4-1730/+12
The "kdevelop" package infra structure consists of these packages now: - kdelibdocs - kdevelop-base - kdbg - c-cpp-referenc
2001-03-04Because the "kdevelop" package maintains the directory structure which istron1-2/+1
used by "kdbg" "kdbg" must depend on "kdevelop" and not the other way arround.
2001-03-01Fix kdbg pattern.wiz1-2/+2
2001-02-27Fixed md5 signature for c_cpp_reference-1.0 packagewulf1-2/+2
2001-02-25Implemented fixes pertaining to PR12206wulf3-5/+1081
Added support for kdelibdocs kde library documentation Added support for c-reference manual Added dependency to kdbg code debugging tool Added dependency to htdig docmentation indexing and search tool
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04Any msgfmt should be good enough, it doesn't have to be in ${LOCALBASE}.wiz1-2/+2
2000-12-19Updated kdevelop to 1.3wulf3-5/+70
2000-08-29Fix runtime library search path of "libkdlgloader.so.1.0".tron1-2/+3
2000-08-16USE_PKGLIBTOOL => USE_LIBTOOLhubertf2-3/+4
2000-08-01Add missing locale files and icons.tron1-1/+7
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-05Update kdevelop to 1.2wulf9-248/+339
2000-03-28Change from using qt to qt1. This clears the way to allow Qt to be upgradeddmcmahill1-4/+3
to Qt-2 without breaking KDE which still requires Qt-1.
2000-02-29Remove adaptations for libungif, now that libungif package installsjlam2-12/+3
libgif.*
2000-02-02Don't append '/' when making directories in the App Wizard.scw3-1/+36
A better place to fix this might be in Qt's QDir class...
1999-12-28regen (removing patch-a[c-f])wiz1-5/+1
1999-12-14Fix dependences again:tron1-2/+1
"kdbg" depends on "kdevel" and not the other way arround.
1999-12-14Update kdevelop to 1.0wennmach6-39/+100
This update is based on the kdevelop-1.0beta4.1 pkg sent to me by Nick Hudson <nick@nthcliff.demon.co.uk> and includes Nick's patches. Changes from previous (1.0beta2) pkg: mainly bugfixes, and a lot of those.
1999-10-27Let "kdbg" depend on "kdevelop" because the "kdevelop" package creates thetron1-2/+1
directories which are used by "kdbg" later.
1999-10-27Remove "share/kde/applnk/Development" during deinstallation.tron1-1/+2
1999-10-26Add an explicit dependency on libungif. Required to get this pkg to buildwennmach1-2/+3
with older versions of kde* which installed giflib.
1999-10-24Add missing directory "share/doc/kde/HTML/zh_CN.GB2312/kdevelop" plustron1-1/+4
contents to package list.
1999-10-24Make this package with "libungif" instead of "libgif".tron2-5/+14
1999-09-27Add:hubertf1-1/+3
+share/kde/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo +@dirrm share/kde/apps/kdevelop
1999-09-27Enter missing russian documentation files and directories.tron1-1/+24
1999-09-27Don't attempt to remove directory "share/kde/applnk/Development" whichtron1-2/+1
will be used by other packages, too. The directory is now created by the "kdebase" package.
1999-09-27kdevelop now depends on kdbgwennmach1-1/+2
1999-09-24Because "kiconedit" and "kpaint" are part of the "kdegraphics" packagestron1-6/+2
which we have of course mark package as not broken again.
1999-09-24Remove directory imported by mistake.tron1-2087/+0
1999-09-24Make package as broken until we have "kiconedit" and "kpaint" packages.tron1-1/+3
1999-09-24Use "USE_PERL5" instead of explicit dependence on "perl5" package.tron1-2/+2
1999-09-24Use "DEPENDS" instead of deprecated(?) "RUN_DEPENDS" and remove redundanttron1-7/+6
dependence on "qt" package.
1999-09-23Initial import of pkgsrc/devel/kdevelop:wennmach8-0/+387
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210.
1999-09-23Initial import of pkgsrc/devel/kdevelop:wennmach1-0/+2087
kdevelop-1.0beta2 Intergrated Development Enviroment for Unix/X11/KDE. This pkg is based on PR pkg/8210 by Nick Hudson <nick@nthcliff.demon.co.uk> with an upgrade to beta2 (from beta1) and some modifications by myself. This import closes PR pkg/8210.