summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-21This is an authentication module for Apache that allows you toadrianp6-0/+69
authenticate HTTP clients using user entries in an LDAP directory.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego7-10/+7
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pro to PLIST.common and PLIST.post to PLIST.common_end and rename the PLIST.* files from ${LOWER_OPSYS} to ${OPSYS}.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego9-23/+9
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Rename PLIST.pre to PLIST.common and PLIST.post to PLIST.common_end
2005-02-21Use the extended PLIST_SRC support which now also reads:veego1-7/+1
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the same handling we now use in bsd.pkg.mk.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego6-57/+33
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. PLIST.* files renamed so we don't need the special handling for MACHINE32_ARCH. Merge the PLIST.* files as much as possible into PLIST, so they only contain the difference between the two archs which are only supported by this package.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego3-9/+4
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. PLIST.i386 renamed to PLIST.x86_64, so we don't need the special handling for MACHINE32_ARCH.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego3-34/+30
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Split PLIST into PLIST.common and PLIST.common_end to fix an error while removing the package. Also remove the trailing space at the two plist manpage entries, which caused an warning during package installation.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego5-28/+5
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files.
2005-02-21Use the extended PLIST_SRC support which now also reads:veego4-45/+35
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. While here merge the PLIST.md file into PLIST.common and put the @dirrm commands into the new PLIST.common_end
2005-02-21Sign over maintainership to tech-pkg@hubertf120-240/+240
2005-02-21Change the files to be used for PLIST_SRC fromveego1-1/+5
PLIST.common PLIST.${OPSYS} PLIST PLIST.common_end to PLIST.common PLIST.${OPSYS} PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST PLIST.common_end Which makes it possible to remove duplicated code in some packages. This doesn't change anything, because all affected packages define PLIST_SRC, so this code would never be used for them. And most of them will be fixed with the next commit. ToDO: ${MACHINE_ARCH:C/i[3-6]86/i386/g} looks wrong and should be changed, but thats what we allready use for MESSAGE_SRC.
2005-02-21Fix a typo.minskim1-2/+2
2005-02-21Fix the authdaemond rc.d script to invoke the correct script to startjlam2-3/+5
the authentication daemon. Fix provided by Inseo Park in private mail. Also, honor VARBASE. Bump the PKGREVISION to 1.
2005-02-21Note PKGREVISION bump of xorg-server.hira1-1/+2
2005-02-21Bump PKGREVISION for -current/amd64 fixes.hira1-2/+2
2005-02-21Fix crash with -current/amd64.hira5-24/+79
- don't pass address hint to mmap() with 2.99.16 or later - add __NetBSD__ to use mprotect()
2005-02-21Updated dtcpclient. Support for Darwin.hamajima1-1/+2
2005-02-21Note update of these pacakges:taca1-1/+9
lang/ruby16 to 1.6.8nb2 lang/ruby18 to 1.8.2nb1 net/dtcp to 20040611nb4 www/instikito 0.9.2nb2 Note remove of these pacakges: databases/ruby-dbm devel/ruby-zlib security/ruby-digest security/ruby-openssl
2005-02-21Remove ruby-openssl package since it is included in ruby18 package now.taca4-71/+0
2005-02-21Remove ruby-digest package since it is included in ruby16/ruby18 package now.taca3-45/+0
2005-02-21Remove ruby-zlib package since it is included in ruby18 package now.taca5-209/+0
2005-02-21Remove ruby-dbm package. It is included in ruby16/ruby18 package now.taca3-41/+0
2005-02-21Remove dependency to ruby-zlib and ruby-digest package since they aretaca1-9/+5
included in ruby18 (base) package. And miscellous clean up dependency to ruby18 package. Bump PKGREVISION.
2005-02-21Remove dependency to ruby-dbm and ruby-digest package since they aretaca1-4/+2
included in ruby (base) package. Bump PKGREVISION.
2005-02-21Delete databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest andtaca3-7/+3
security/ruby-openssl.
2005-02-21Add h2rb command wrapper for ruby18 package.taca1-2/+3
Bump PKGREVISION.
2005-02-21Merge databases/ruby-dbm, devel/ruby-zlib, security/ruby-digest andtaca3-39/+63
security/ruby-openssl. This fix PR pkg/29227 by Curt Sampson. And install h2rb command for DL extention module. Bump PKGREVISION.
2005-02-21Merge databases/ruby-dbm and security/ruby-digest to ruby16.taca3-43/+33
Bump PKGREVISION.
2005-02-21Move common configure related parameter from ruby16/Makefile andtaca1-1/+27
ruby18/Makefile.
2005-02-21Updated libtecla to 1.6.1adam2-3/+3
2005-02-21Changes 1.6.1:adam4-71/+19
The gl_event_handler() function had the endif of a conditional compilation clause in the wrong place. This only upset the compiler on unusual systems that don't have select(). The problem was seen under Mac OS X, due to the configuration problem in 1.6.0 that caused the configure script to mistakenly report that select wasn't available.
2005-02-21Added support for Darwin.hamajima1-2/+8
2005-02-21Remove -D_POSIX_C_SOURCE=199506L from CFLAGS to make build on -current.wiz1-1/+3
2005-02-21p5-Log-Dispatch updated to 2.10.wiz2-3/+3
2005-02-21Update to 2.10:wiz2-9/+8
2.10 Feb 11, 2004 - No changes to the core code, just a change to the included Makefile.PL so it works with Module::Build 0.23, which breaks backwards compatibility (grr). 2.09 Jan 09, 2004 - Fix a test failure on Win32 platforms. The problem was in the test, not the code. Patch by David Viner. - Distro is now signed with Module::Signature. Fixes PR 29481.
2005-02-21Add basic Module::Build support; set PERL5_USES_MODULE_BUILDwiz1-2/+29
for packages that want it.
2005-02-21Updated zsh to 4.2.4adam2-3/+3
2005-02-21Changes 4.2.4:adam5-20/+36
* Bug-fix release
2005-02-21Needs at least Xrender-0.8.2 and fontconfig-2.2.wiz1-2/+3
Closes PR 29477.
2005-02-21Updated nessus to 2.2.3adam2-3/+7
2005-02-21Changes 2.2.3:adam10-28/+28
Nessus 2.2.3 contains a new option called "silent dependencies" which can be used to filter out the noise generated by some plugins not directly enabled by the user. It also contains a slightly more intuitive GUI which now contains a "Credentials" tab to put Windows and SSH usernames and passwords.
2005-02-21Updated gaim to 1.1.3adam2-3/+3
2005-02-21Changes 1.1.3:adam3-13/+12
Luke: Yet another bug fix release, many thanks to everyone who has helped to make gaim more stable! Stu: I fixed too many Yahoo HTTP proxy bugs, I should just go and write some core HTTP support that works better. A good all round bug fix release otherwise.
2005-02-21note postgresql80-server PKGREVISION bump (timezone files are nowgrant1-1/+2
installed).
2005-02-21bump PKGREVISION for last.grant1-2/+2
2005-02-21The server's time zone support was broken because the files undercjs2-8/+584
share/postgresql/timezone were not being installed, so install them. Also add a few missing files to the PLIST, and fix the order of couple.
2005-02-21Fix quoting.uebayasi1-2/+2
2005-02-21sync with src:grant1-3/+3
initialise a variable before using it. pkg_info binpkg.tgz would pass garbage on the command line to tar(1).
2005-02-21Note update of www/squid package to 2.5.8nb2.taca1-1/+2
2005-02-21Update to squid-2.5.8nb2;taca2-15/+21
Add new two patches: * 2005-02-20 19:11 (Cosmetic) GCC4 warnings * 2005-02-20 10:47 (Minor) Relax header parsing slightly again to work around broken web servers Reflect update of one patch: * 2005-02-20 11:03 (Cosmetic) Cross-platform format fixes Update DIST_SUBDIR.