summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-27Make this work with xpkgwedge by using PREFIX instead of X11BASE.grant6-21/+30
Bump PKGREVISION. Fixes pkg/18197 from Urban Boquist <urban@boquist.net>.
2002-09-27Mark this package as conflicting with pstree<=2.16 (with thanks toagc1-1/+3
Thomas Klausner).
2002-09-27Note addition of gnustep-gui-0.8.1rh1-1/+2
2002-09-27Add and enable gnustep-guirh1-1/+2
2002-09-27Initial import of gnustep-gui-0.8.1, the GNUstep GUI AppKit class library.rh7-0/+774
2002-09-27Note update of gnustep-make to 1.5.0rh1-1/+2
2002-09-27Add proper runtime link pathrh4-6/+36
Add some missing environment variables needed by the GNUstep build system Include GNUstep binary directories in PATH Include some missing header files in buildlink list Bump PKGREVISION
2002-09-27Make machine/soundcard.h an alias for sys/soundcard.h if non-existentrh1-2/+9
2002-09-27* use bsd.pkg.install.mk and automatic rc.d script handling.grant2-21/+16
* convert to rc.subr-style script.
2002-09-27The sophisticated version checking was working, but symlinking files intojlam1-23/+26
the buildlink directory wasn't (!). Fix it.
2002-09-27Create a buildlink2.mk file for lang/gcc. Aside from the usual tunablejlam1-0/+88
variables, there is a new one, GCC_REQD, that contains the minimum version of GCC needed to compile the package. For the purpose of version comparison, all versions of EGCS are considered to be gcc-2.8.1. This buildlink2.mk file attempts to be smart, so if the gcc in your path is actually the one from lang/gcc, then it's considered that you need lang/gcc at least at build-time. There is also a new variable USE_CXX, that tells the buildlink2.mk file whether you need to link against libstdc++.so, and thus need a _full_ dependency on lang/gcc.
2002-09-27Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mkjlam5-96/+87
(instead of hardcoding the version number), and general cleanups to the Makefile to make this package easier to maintain.
2002-09-27Provide a way for buildlink2.mk files to convert a build dependency tojlam1-5/+6
a full dependency. BUILDLINK_DEPMETHOD.<pkg> is now a space-separated list of the words "full" and/or "build", and if any of them is "full", then a full dependency on <pkg> is used. buildlink2.mk files may now do: BUILDLINK_DEPMETHOD.<pkg>+= full to convert from a build to a full dependency. Previously, if a package Makefile set BUILDLINK_DEPMETHOD.<pkg>=build, there was no way to override its value consistently.
2002-09-27Remove the CONFLICTS with sysutils/pstree.agc1-3/+2
Bump PKGREVISION.
2002-09-27Install the various components of this package as proctree, rather thanagc2-10/+9
pstree (pstree conflicts with the contents of the sysutils/psmisc package). Remove the CONFLICTS definition. Bump PKGREVISION.
2002-09-27grace-5.1.10drochner1-1/+2
2002-09-27update to 5.1.10 (PR pkg/18369 by Wolfgang Rupprecht)drochner5-37/+30
notable changes: -many bugfixes -allow XYZ sets in polar graphs -extended x-correlation routines -use leading zeros in axis year formats -implemented "safe" mode
2002-09-27Added tuxpaint and tuxpaint-stamps.wiz1-1/+3
2002-09-27Setting the same variable to the same value in the same placewiz2-9/+5
once should be enough.
2002-09-27Add and enable tuxpaint and tuxpaint-stamps.wiz1-1/+3
2002-09-27Ups, forgotten patch.wiz2-1/+15
2002-09-27Initial import of tuxpaint-stamps-2002.09.26 into pkgsrc.wiz4-0/+262
Rubber stamps for Tux Paint.
2002-09-27Initial import of tuxpaint-2002.09.25 into pkgsrc.wiz6-0/+320
"Tux Paint" is a drawing program for young children. It provides a simple interface and fixed canvas size, and will provide access to previous images using a thumbnail browser (e.g., no access to the underlying filesystem). Unlike popular drawing programs like "The GIMP," it has a very limited toolset. However, it provides a much simpler interface, and has entertaining, child-oriented additions such as sound effects.
2002-09-27Updated pcre to 3.9martti1-1/+2
2002-09-27Updated pcre to 3.9martti2-7/+6
* Bug fixes
2002-09-27Note addition of gnustep-base-1.5.0rh1-1/+2
2002-09-27Add and enable gnustep-baserh1-1/+2
2002-09-27Initial import of gnustep-base-1.5.0, the (non-graphical) Objective Crh6-0/+867
foundation library for GNUstep.
2002-09-27Note addition of gnustep-objc-1.2.2rh1-1/+2
2002-09-27Add and enable gnustep-objcrh1-1/+2
2002-09-27Initial import of gnustep-objc-1.2.2, an Objective C runtime for GNUstep.rh6-0/+110
2002-09-27Note addition of gnustep-make-1.5.0rh1-1/+2
2002-09-27Add and enable gnustep-makerh1-1/+2
2002-09-27Initial import of gnustep-make-1.5.0, a set of makefiles and templates forrh6-0/+323
GNUstep development.
2002-09-27Add MASTER_SITE_GNUSTEPrh1-1/+10
2002-09-27Remove duplicate blank line to make pkglint happyrh2-4/+3
2002-09-27regen (patch-aa removal)wiz1-2/+1
2002-09-27regen (bl1 -> bl2)wiz1-2/+1
2002-09-27Add share/locale/is.wiz4-4/+20
2002-09-27regen (bl1 -> bl2)wiz2-4/+2
2002-09-27Updated :shell1-1/+5
p5-Net-SSLeay to 1.20 p5-IO-Socket-SSL to 0.91 p5-SSLeay to 0.45 p5-URI to 1.22
2002-09-27Updated to p5-URI-1.22shell2-10/+7
Changes : - Added URI::QueryParam module. It contains some extra methods to manipulate the query form key/value pairs. - Added support for the sip: and sips: URI scheme. Contributed by Ryan Kereliuk <ryker@ryker.org>. - use_buildlink2 - use perl5 module
2002-09-27Use ${BASENAME} instead of "basename", and fix a typo.jlam1-5/+5
2002-09-27Updated to p5-SSLeay-0.45shell2-18/+15
Changes : + PKCS12 certificate support, patch submitted by Beni Takahashi, author of patch Daisuke Kuroda + Fixing compile warnings on Solaris 8/Sparc with Forte 7.0 about implicit conversions and implicit declarations. Thanks to Marek Rouchal for bug report. - Removed unused dependency on URI::URL, thanks to Ric Steinberger for pointing out this problem under perl 5.8.0 - fixed Makefile.PL use of dirname() which could error for perl 5.8.x Thanks to Chip Turner of RedHat for patch. - Fixed a runtime error with Net::SSL->proxy for running under perl warnings with no proxy defined, which t/net_ssl.t test case revealed. + Added t/net_ssl.t test for initializing a Net::SSL object + Added build auto-detect for 0.9.6+ and only then use OPENSSL_free instead of free() since older OpenSSL like 0.9.4 did not have it. + Added ./net_ssl_test -CAfile documentation, and root CA file from mod_ssl distribution at certs/ca-bundle.crt that can be used for general root CA peer certificate verification. + Plus many bugs fixed and improvement... see CHANGES for more
2002-09-27Updated to p5-IO-Socket-SSL-0.91shell2-10/+7
Two recent changes : v0.91 - Added support for SSL_peek and SSL_pending (peek() and pending()). Updated documentation, tests, etc. to reflect this. v0.901 2002.08.19 - Fixed the warning that happens when sockets are not explicitly closed() before the program terminates. For full log, please see Changes
2002-09-27Updated to p5-Net-SSLeay-1.20shell2-12/+8
Changes : - Additional SSL_peek patch to ssl_read_until from Peter Behroozi <peter@@fhpwireless_.com> --Sampo pkgsrc changes : - buildlink -> buildlink2 - perl5 module
2002-09-27Create a new variable USE_X11_LINKS that controls whether packages thatjlam5-23/+39
use buildlink2 and set USE_X11 will use x11-links, or if they will simply symlink the X11 files directly into ${BUILDLINK_DIR}. If USE_X11_LINKS is "YES" (the default), then x11-links is used. If USE_X11_LINKS is "NO", then the X11 files are symlinked directly. There is a choice here between speed and flexibility. Using x11-links is faster since you don't need to spend time symlinking all of the X11 files into ${BUILDLINK_DIR}. However, if you update your X11 installation, then the x11-links package will likely be out-of-date. Conversely, directly symlinking the X11 files will protect you from changes in your X11 installation when you update, but there is a (small) time penalty to have to do it for every package that uses X11.
2002-09-27Add a buildlink2.mkrh1-0/+33
2002-09-27Fix COMMENT.wiz1-2/+2
2002-09-27Add and enable tremor and tremor-tools.wiz1-1/+3