summaryrefslogtreecommitdiff
path: root/meta-pkgs
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig29-257/+62
2007-12-07Updated Xfce to 4.4.2martti3-7/+7
Lots of bug fixes. For the official ChangeLog, please see http://www.xfce.org/documentation/changelogs/4.4.2
2007-11-08track renamed gnome-control-center, and drop scrollkeeper dependencydrochner1-3/+2
(this is functionally replaced by rarian)
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=gnu-gpl-v2martti1-1/+2
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam56-113/+61
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam28-0/+56
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam29-48/+0
can handle packages having no PLIST files.
2007-10-23The package supports installation to DESTDIR.heinz2-2/+6
2007-10-23The package supports installation to DESTDIR.heinz1-1/+3
2007-10-20Update to KDE 3.5.8markd2-20/+20
2007-10-17Add patch taken from Courier CVS repository that fixes a memory-stompingjlam1-2/+3
bug when reporting unknown local recipients. Bump PKGREVISIONs of courier and courier-mta.
2007-10-15Update meta-pkgs/courier to 0.57.1. Changes from version 0.56.0 includejlam1-7/+11
using the latest matching versions of the Courier mail bits and including the latest courier-analog.
2007-09-23Don't hardcode the use of "99" as a file descriptor because it mayjlam1-4/+4
not be available. Instead, use (OPEN_MAX - 1) which uses the same "pick a high number" strategy as choosing "99", but is more likely to be available. This allows users with a soft limit of 64 open files to run courierfilter and courierldapaliasd. Bump the following PKGREVISIONs: mail/courier-mta --> 11 meta-pkgs/courier --> 7 net/couriertcpd --> 3
2007-09-23Add some missing files to the PLIST (why didn't CHECK_FILES catch these?)jlam1-2/+2
for courier-mta. Bump the following PKGREVISIONS: mail/courier-mta --> 10 meta-pkgs/courier --> 6
2007-09-22Fix path to eog, noted by bjs@.wiz1-2/+2
2007-09-22Change the default directory for the various pid files to bejlam1-5/+5
${COURIER_STATEDIR}/tmp, which defaults to /var/courier/tmp. This allows some of the servers which drop root privileges too soon to still write the pid file into a courier-owned directory instead of the root-owned /var/run. In mail/courier-mta, de-list ${COURIER_STATEDIR}/webmlm from the list of owned directories. In fact, webmlmd expects that path to be a socket file, and breaks horribly if the "webmlm" directory is present instead. Bump PKGREVISIONs for the following packages: mail/courier-imap --> 2 mail/courier-mta --> 9 mail/sqwebmail --> 4 meta-pkgs/courier --> 5
2007-09-21Fix the permissions on some binaries and directories to match thejlam1-4/+4
generated permissions.dat file used to create RPMs by the author. Bump the PKGREVISIONs: meta-pkg/courier --> 4 mail/courier-mta --> 8 mail/sqwebmail --> 3
2007-09-21Allow "inet6" as a package option for net/couriertcpd andjlam1-4/+4
mail/courier-mta. Modify mail/courier-imap to build regardless of the platforms IPv6 support and update meta-pkg/courier to the latest versions of the Courier mail server suite. Bump the PKGREVISIONs of the following packages: mail/courier-mta --> 7 meta-pkgs/courier --> 3 net/couriertcpd --> 2 This fixes PR pkg/37013 by Aleksej Saushev.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz4-10/+11
Bump PKGREVISION.
2007-09-20Fix path to librsvg.wiz1-2/+2
2007-09-20Fix paths for eel, librsvg, libgtop.wiz1-4/+4
2007-09-20Move gnome2-games to gnome-games to make directory name match PKGNAME.wiz1-2/+2
2007-09-20Move gnome2-utils to gnome-utils to make directory name match PKGNAME.wiz1-2/+2
2007-09-19Move gnome2-applets to gnome-applets to make directory name match PKGNAME.wiz1-2/+2
2007-09-19Rename gnome2-terminal to gnome-terminal to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Rename gnome2-control-center to control-center, to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Finish move of gnome2-media to gnome-media.wiz1-2/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-4/+4
2007-09-18Add commented out LICENSE line (gplv3).wiz1-1/+3
2007-09-17Include a patch taken from the main Courier CVS repository that addsjlam1-5/+5
a new TLS_PROTOCOL selection "SSL23" that allows for trying to negotiate initially with SSLv3 but falling back to SSLv2: courier/tcpd/libcouriertls.c:1.21 This allows Courier to interoperate with older mail servers and clients that are still using SSLv2 when advertising or attempting to use advertised STARTTLS capabilities. This change modifies the following packages and bumps their PKGREVISIONs: mail/courier-imap to 1. mail/courier-mta to 6. meta-pkgs/courier to 2. net/couriertcpd to 1.
2007-09-14Add xlsclients.simonb1-1/+2
2007-09-11Depend on the correct versions of the Courier-related packages to getjlam1-4/+5
a fully-functioning, cohesive, whole Courier suite. Bump the PKGREVISION to 1.
2007-09-10Switch to xf86-video-intel by default, it supersedes xf86-video-i810.joerg1-2/+3
2007-09-03As multiple people have expressed shock and wonderment at its lack,dogcow1-2/+3
add xterm to the list of packages.
2007-08-19Make DISTINFO_FILE set as default.taca1-2/+2
It allows each component pacakge to have own distinfo.
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg5-406/+1
Remove xorg 6.9 packages from pkgsrc.
2007-08-16+ modular-xorg-libsjoerg1-1/+2
2007-08-16Import meta package for modular Xorg libraries. This is not intendedjoerg3-0/+65
for normal users, but simplifies cross-building modular Xorg.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Added work around so that gnuradio-howto can make use of Makefile.commonwulf1-1/+3
2007-08-10Note that this is a meta package in the description.jlam1-0/+3
2007-08-10Initial import of a meta package for installing all of the Courierjlam3-0/+51
mail server suite. The Courier mail server suite is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. Individual components can be enabled or disabled at will and the configuration of the entire Courier software suite can be managed from a web-based administration interface.
2007-08-10Add and enable courierjlam1-1/+2
2007-08-08Updated gnuradio to 3.0.4:wulf4-8/+20
* Updated license to GPLv3 * Doxygen documentation covers whole tree * Fixed shared memory leak on NetBSD
2007-08-06Add dependence on "xdm" package, set version number to 1.3.tron1-2/+3
Approved by Joerg Sonnenberger.
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam4-72/+37
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-06-19Add twm as a dependency for modular-xorg-apps. This makes the defaultjlam1-2/+3
installation of modular-xorg-apps include the basic window manager that is used by xinit(1) by default. Bump the version to 1.2.
2007-06-19Give Xinerama to KDE on non-native X11.joerg1-3/+4
2007-06-11Fix the last commit, it should be OpenBSD and not DragonFly.joerg1-2/+2