summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2004-11-18Remove duplicate line for netbsd-www.wiz1-2/+1
2004-11-11Fix dependence on "kdepim3" package, bump package revision.tron1-2/+3
2004-11-11This file isn't used anymore.skrll1-11/+0
2004-11-08add php-pdflib extensionjdolecek1-2/+3
2004-11-08follow php4-pdflib rename to php-pdflib, bump PKGREVISIONjdolecek1-3/+3
2004-11-07Add support for building XFree86 packages on Solaris.markd1-2/+19
Claim to be using gcc always and assume that the wrapper framework will deal with the differences for other compilers (rather than getting imake to try and do it).
2004-11-06add php-zip, php-dom, php-xsljdolecek1-2/+5
2004-11-06php4-zip was replaced by php-zip, which can be used with both PHP4 and PHP5.jdolecek1-3/+3
The PECL extension is preferred even for PHP4 (which has zip extension bundled), since further maintenance is likely to be more active there.
2004-11-05Add php-dbx package - PHP database abstraction layer extension. This isjdolecek2-2/+6
for both PHP 4.x and 5.x.
2004-11-05Fix CONF_FILES in xorg-clients, the 'xdm' subdir already was set byxtraeme1-2/+2
EGDIR! (hi reed!)
2004-11-04add php extension meta modules, for PHP 4.x and PHP 5.xjdolecek1-1/+4
2004-11-04Add php-extensions-5.0 meta-package. Pulls in the base PHP5, Apache modulejdolecek4-0/+74
and all extension pkgsrc extension modules for PHP 5.x
2004-11-04Add php-extensions-4.3 meta-package. Pulls in the base PHP4, Apache modulejdolecek3-0/+75
and all available extension modules.
2004-11-01Make this build/work on DragonFlyBSD. Patches were submitted byxtraeme1-5/+28
Todd Willey via tech-pkg@.
2004-10-28Update to GNOME 2.8.1.jmmv4-63/+63
2004-10-23kdegraphics3 PKGREVISION bump.markd1-2/+2
2004-10-20Add a master site in Japan.taca1-1/+2
2004-10-20Make xdm use configs from under PKG_SYSCONFDIR.reed1-1/+4
Some ideas came from NetBSD's XFree86 customizations. Use USE_PKGINSTALL and CONF_FILES for xorg-clients. Installs xdm configs (and shell scripts) to examples directory. Create OWN_DIRS for the authDir. PLIST changes are for chooser is now in bin directory. And pixmaps moved to include/X11/pixmaps directory. xdm configs are no longer in lib/X11/xdm (so they are no longer lost on reinstall). (Anyone want to do twm and other configs?)
2004-10-19Enable dependency on evolution-webcal. Bump PKGREVISION to 1.jmmv1-2/+3
2004-10-13Update to KDE 3.3.1markd2-19/+18
2004-10-12Add w3m needed by Documentation/pkgsrc.tv1-3/+4
Convert perl dependency to USE_PERL5=run.
2004-10-12Fix build of kde3 meta-package by requiring latest version ofseb1-2/+2
kdemultimedia3 package.
2004-10-06Fix dependences broken by package revision bump madness. Bump packagetron1-14/+15
revision of this package, too.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv4-6/+8
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-27Track the latest gnustep updates.rh1-4/+7
Bump PKGREVISION
2004-09-25Track the current gnustep updates and update the meta packag torh1-6/+6
gnustep-1.10.0
2004-09-23The gnome-accessibility meta package has been removed - delete it fromagc1-2/+1
the SUBDIRS in the category makefile, too.
2004-09-22Master site correctedadam1-2/+2
2004-09-21Update X.org packages to 6.8.1.xtraeme2-10/+7
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
2004-09-21Welcome to GNOME 2.8.0!jmmv4-47/+128
I've left some dependencies commented out in the meta-pkgs meaning that those packages are part of the standard GNOME Desktop but I haven't had time to package them. If you import one of those packages, please enable the corresponding line (though keep the same version number listed).
2004-09-21Remove gnome-accessibility; it has very little use.jmmv3-40/+0
2004-09-19Make KDE depend on at least version 3.3.3nb1 of qt3-libs.markd1-2/+7
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-8/+7
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-21Fix download URLs. The KDE 3.3.0 release is a subdirectory called "3.3"tron1-16/+17
and not in "3.3.0".
2004-08-21Remove non-existing mirror "ftp.us.kde.org".tron1-2/+1
2004-08-21Replace non-existing "download.uk.kde.org" with "ftp.uk.kde.org".tron1-2/+2
2004-08-21Update to KDE 3.3.markd2-17/+17
2004-08-16Use PKG_SKIP_REASON so that bulk builds reports the packages askristerw2-4/+4
"unavailable" instead of "broken".
2004-08-14Add substitutions for @_COMPILER_LD_FLAG@ and @RPATH_FLAG@ missedrecht1-1/+3
in my previous commit. Noted by FUKAUMI Naoki on tech-pkg@.
2004-08-14Added suse9 meta-pkg, for SuSE 9.1-base Linux binary emulation environmentjdolecek1-1/+2
2004-08-14a meta package for SuSE 9.x-based Linux binary emulation environmentjdolecek3-0/+46
2004-07-31I'm maintainer for the XFree86/X.org packages from pkgsrc.xtraeme1-2/+2
2004-07-30Define CHECK_X11_TYPE, which is needed to be sure that all packagesxtraeme2-2/+6
will be installed into the proper location, otherwise X11ROOT_PREFIX might be empty!
2004-07-30Add a new variable to specify the installation prefix forxtraeme2-7/+4
X11 packages (currently XFree86 and xorg), X11ROOT_PREFIX. Defaults: xorg: X11ROOT_PREFIX = xorg. XFree86: X11ROOT_PREFIX = XFree86. Otherwise it's undefined. With this modification we don't have to specify X11BASE anymore, because it's assigned automatically via bsd.pkg.defaults.mk. If you want to change the defaults, specify X11ROOT_PREFIX in mk.conf. Update Packages.txt now that we don't need X11BASE.
2004-07-29Minor nits.xtraeme2-9/+5
2004-07-29Depend on xorg-dirs where appropiate, as was done for XFree86 by jmmv@.xtraeme1-1/+2
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-3/+2
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29+ xorgxtraeme1-1/+2
2004-07-29Initial import of xorg-6.7.0.xtraeme4-0/+278
This is the X.org meta package, for installing the entire X11 suite.
2004-07-23Added xfce4-wavelan-pluginmartti1-1/+2