summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-30Fix up the krb5-config script to not emit "$(LIBTOOL) --mode=link". Don'tjlam2-1/+14
bother with a PKGREVSION bump since this package is 15 minutes old.
2004-03-30Add missing "MAINTAINER" entry.tron1-1/+3
2004-03-30Add distinfo. Noted by Kouichirou Hiratsuka in PR pkg/24979.minskim1-0/+5
2004-03-30Add buildlink3.mkrecht1-0/+46
2004-03-30Note update of dar to 2.0.2nb1 due to dependency changes.minskim1-1/+2
2004-03-30Make this package use buildlink3 framework, and add dependencies onminskim1-1/+6
bzip2 and zlib. Bump PKGREVISION.
2004-03-30Use "${PTHREAD_LDFLAGS}" instead of "${BUILDLINK_LDADD.pthread}".tron1-2/+2
2004-03-30- Always linking with a threading library because Tcl/Tk 8.4.x needs it.tron1-11/+12
- Use buildlink3 framework.
2004-03-30Note update of pxtools to 0.0.20.ben1-1/+2
2004-03-30Update pxtools to version 0.0.20. This version includes some getopt fixes.ben2-6/+5
2004-03-30Fix dependence broken by recent package revision bump.tron1-2/+2
2004-03-30Don't use PKGNAME when setting WRKSRC; use PKGNAME_NOREV instead.jlam5-10/+10
2004-03-30Disable mcrypt library detection by configure explicitly, because itminskim1-1/+2
is not used. Otherwise this package doesn't build when non-pkgsrc mcrypt library is detected.
2004-03-30Make note of tex2rtf update.ben1-1/+2
2004-03-30Update tex2rtf to version 2.01. A changelog is not available, but thisben13-79/+855
version of tex2rtf is updated to work with newer versions of wxwindows, and the prior version is referred to as obsolete. I am told that some of the patches duplicate work that is done in CVS, so some patches should disappear over time.
2004-03-30Make mit-krb5 into an accepted Kerberos 5 distribution.jlam1-2/+2
2004-03-30Import MIT Kerberos 5 as security/mit-krb5. This package is partly basedjlam1-1/+2
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to libtoolize the build. Kerberos V5 is an authentication system developed at MIT. It is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides Kerberos and GSSAPI (Generic Security Services Application Programming Interface) development headers and libraries. It also includes Kerberos ticket and principal tools, and Kerberized r-services, telnet and ftp services.
2004-03-30Add and enable security/mit-krb5.jlam1-1/+2
2004-03-30Import MIT Kerberos 5 as security/mit-krb5. This package is partly basedjlam17-0/+765
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to libtoolize the build. Kerberos V5 is an authentication system developed at MIT. It is a network authentication protocol designed to provide strong authentication for client/server applications by using secret-key cryptography. (Kerberos 5 is discussed in RFC 1510.) This package provides Kerberos and GSSAPI (Generic Security Services Application Programming Interface) development headers and libraries. It also includes Kerberos ticket and principal tools, and Kerberized r-services, telnet and ftp services.
2004-03-30Extend the capabilities of buildlink3's libtool wrapper a bit comparedjlam5-40/+76
to the stock libtool: you can now copy or symlink an uninstalled libtool archive file somewhere else than its build directory, and you can still link against it. This allows us to more easily bolt libtool build machinery onto packages that have unusual(ly crappy) build systems that rely on installing libraries to some common build directory after they're built. We do this by adding a "buildlibdir" variable to the uninstalled libtool archive that points to the build directory of the archive. Whenever we link against this archive, we rewrite the path to archive on the libtool command line so that it points to the true archive. This allows the real libtool to find the files under $buildlibdir/.libs.
2004-03-30Use x11 directory instead of testing directory.reed1-2/+2
2004-03-30Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles whichtaca2-12/+13
don't have version information. Suggested by wiz@.
2004-03-30Allow the last known version information to match all future versions ofjlam3-3/+6
XFree86 until we know for certain that it's different. This makes us more bulletproof to updates in xsrc.
2004-03-30Use "XF86_VERSION" instead of "_XF86_VERSION" as the variable name sincejlam4-29/+27
we use it in several places within pkgsrc as a public variable.
2004-03-30Fix build against newest X11. for some obscure reason, ↵jwise2-1/+10
src/modules/x11/dataentry.c explicitly unset NeedFunctionPrototypes, which can no longer safely be done in recent X11 sources (as _Xconst is only defined if this is set, yet is used everywhere).
2004-03-30Always pass the location of the db[34] headers since we install them in ajlam2-6/+8
non-standard location. Also match the new USE_DB185 behaviour where it defaults to "yes".
2004-03-30Do not install the .desktop file, which does not work anyway with the programjmmv4-8/+17
compiled w/o GTK support. This avoids a dependancy on gnome*-dirs (which is not actually here by a previous), so it can be installed correctly w/o X11. Closes PR pkg/20922.
2004-03-30Note update of zsh to 4.2.0nb1.minskim1-1/+2
2004-03-30Add a missing file to PLIST. Noted by Kouichirou Hiratsuka in PR pkg/24976.minskim2-2/+4
Bump PKGREVISION.
2004-03-30Create pkgconfig directory before installing libpng12.pc. Noted byminskim1-2/+2
Cesar Catrian C. in PR pkg/24974.
2004-03-30Interix needs pkg_install 20040330 or later.tv1-1/+2
2004-03-30Sync with 20040330.tv4-9/+9
2004-03-30Note update of dvd+rw-tools to 5.17.4.8.6martin1-1/+2
2004-03-30Update to 5.17.4.8.6martin2-5/+5
2004-03-30Apply the patch from PR pkg/21493. This is now submitted to gnupg.org astv4-6/+48
bug gnupg/293, so grant has blessed it for inclusion in pkgsrc. No more GNU sed build dependency, but the binaries do not change; thus PKGREVISION untouched.
2004-03-30Include libiconv's buildlink3.mk, as this package uses iconv. Should fixjmmv1-1/+2
a build problem if the pkgsrc iconv is beeing used, instead of the native one. Addresses PR pkg/20922.
2004-03-30I'm mostly done with ethereal 0.10.3, only a few issues with -1-6.cube1-2/+2
2004-03-30Just pass all CPPFLAGS, CFLAGS and LDFLAGS to configure asseb1-9/+3
${CC} with options or '-libs' specification. This fix the build of the package with threaded tcl/tk libraries from the tcl/tk packages. While here remove FIX_RPATH, bl3 framework takes care of that for us.
2004-03-30Note addition of:recht1-1/+3
- py-twisted-1.2.0 - py-twisted-docs-1.2.0
2004-03-30fix path to py-twisted/Makefile.commonrecht1-2/+2
2004-03-30+py-twisted,py-twisted-docsrecht1-1/+3
2004-03-30initial import of the Twisted documentation (1.2.0)recht3-0/+32
provided by Michal Pasternak via pkgsrc-wip HTML documentation for Twisted Python; see py-twisted package for details.
2004-03-30initial import of Twisted 1.2.0recht7-0/+1634
provided by Michal Pasternak via pkgsrc-wip Twisted is a framework, written in Python, for writing networked applications. It includes implementations of a number of commonly used network services such as a web server, an IRC chat server, a mail server, a relational database interface and an object broker. Developers can build applications using all of these services as well as custom services that they write themselves. Twisted also includes a user authentication system that controls access to services and provides services with user context information to implement their own security models.
2004-03-30+ dvipng-1.0, openoffice-1.1.1 [skrll] (or should thie be [mrauch] now?)wiz1-2/+3
2004-03-30-TeXmacs-1.0.3.4recht1-2/+1
2004-03-30Note update of TeXmacs to 1.0.3.5.recht1-1/+2
2004-03-30update to 1.0.3.5recht4-26/+68
changes: # Experimental support for recursive sections and structured sections/lists (1.0.3.5). # Thorough reorganization of style files: counters, lists, environments, sections (1.0.3.5). # Support for local layout changes when formatting source code (1.0.3.5). # Added a plug-in for Python by Ero Carrera (1.0.3.5). # New TeXmacs icon by Johann Dréo (1.0.3.5). # The editing of style files has been completely reorganized and improved (1.0.3.4).
2004-03-30Note update of ttmkfdir2 to 20021109nb1.recht1-1/+2
2004-03-30Bump PKGREVISION to propagate the fonts.dir related fix inrecht1-1/+2
mk/install/fonts rev. 1.5.
2004-03-30Generate fonts.dir correctly with the ttmkfdir2.recht1-2/+2
From PR 24968 by Jukka Salmi.