summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam29-1730/+30
2005-05-22Simplified the way individual files are checked.rillig1-31/+8
2005-05-22Fixed some quoting issues.rillig1-34/+34
2005-05-22Removed a check for *.tgz in the package directory. This check has beenrillig1-8/+1
here since revision 1.1, and is very unlikely to occur.
2005-05-22Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2.rillig2-1/+18
2005-05-22Note addition of hsetroot-1.0.2.jmmv1-2/+3
While here, fix previous entry: s/Updates/Updated/
2005-05-22Add and enable hsetroot.jmmv1-1/+2
2005-05-22Initial import of hsetroot, version 1.0.2:jmmv4-0/+36
hsetroot is a tool which allows you to compose wallpapers (root pixmaps) for X. It has a lot of options like rendering gradients, solids and images but it also allows you to perform manipulations on those things or chain them together. You could, for example, use one standard background image together with tint to make it fit your current theme. It is also compatible with semi-translucent applications like aterm and xchat. At the moment, hsetroot can render: gradients (multi-color with variable distance), solids (rectangles) and images (centered, tiled, fullscreen, or maximum aspect). It supports the following manipulations: tinting (overlaying a color mask), blurring, sharpening, flipping (horizontally, diagonally, vertically), and also allows you to adjust brightness, contrast and gamma-level. At last, it supports alpha-channels during renders. Package provided by Leonard Schmidt in PR pkg/30304.
2005-05-22Enable usage of deprecated APIs to make this build after the recent GNOMEjmmv1-1/+3
updates.
2005-05-22Note update of wxhaskell to 0.9.4.augustss1-1/+2
2005-05-22Update to wxhaskell 0.9.4.augustss3-8/+8
This release fixes some problems with ghc 6.4.
2005-05-22Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs.jmmv1-1/+5
Probably broken after the last updates of GNOME-related packages.
2005-05-22This package is GNU configured and installs locale files, so it needsjlam1-1/+2
to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam24-50/+27
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22Sort.minskim1-2/+2
2005-05-22s/netbsd/NetBSD/minskim2-4/+4
2005-05-22Sort.minskim1-5/+5
2005-05-22Remove redundant inclusion of bsd.prefs.mk.minskim1-3/+1
2005-05-22Honor *OWN and *GRP.minskim1-1/+4
2005-05-22Remove redundant inclusion of bsd.prefs.mk.minskim1-3/+1
2005-05-22Honor *OWN and *GRP.minskim1-1/+4
2005-05-22Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packagesminskim1-1/+3
would always be built with gmake on Linux.
2005-05-22This package uses lex.jlam1-2/+2
2005-05-22Add the iconv option depending on ICONV_TYPE. This makes the packageminskim1-2/+4
build on Linux, where native iconv is used without -liconv.
2005-05-22Correct a variable name.minskim1-2/+2
2005-05-22Some packages want to embed the path to the perl tool in scripts butjlam1-1/+13
don't want to depend on perl, e.g. devel/cvs. Provide values for TOOLS_PERL5 and PERL5 even if the package doesn't ask for the perl tool.
2005-05-22The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 ofjlam1-7/+1
mk/tools/replace.mk.
2005-05-22Allow a tool to be passed to GNU configure scripts under more thanjlam1-5/+5
one name.
2005-05-22Add a few more tools for GNU configure scripts: grep, env, xmkmf.jlam1-1/+4
2005-05-22fix the category. this is math not cad...dmcmahill1-2/+2
2005-05-22pass down FIND to genreadme.awk and binpkg-cachedmcmahill2-6/+7
2005-05-22use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} whendmcmahill1-4/+7
generating a list of possibles packages. Avoids proglems with too long of a command line for ls. While here change find to ${FIND}.
2005-05-22add find to the tools listdmcmahill1-2/+3
2005-05-22Simplify a condition.minskim1-3/+2
2005-05-22Use the iconv library in glibc on Linux even if USE_GNU_ICONV is set.minskim1-2/+3
2005-05-21Note addition of py-musique.augustss1-1/+2
2005-05-21Add py-musique, a program for buying iTunes songs.augustss6-1/+76
2005-05-21For packages that use GNU configure scripts, pass the real commandjlam2-2/+51
paths for the tools that the package uses through the shell environment. We do this since these paths may be hardcoded into package scripts, and if they're not pre-specified, then they'll be searched for in the PATH, which would find the ones in ${TOOLS_DIR}. The variable names that GNU configure scripts expect are named in _TOOLS_VARNAME_GNU.* for the various tools.
2005-05-21Do not strip commands on Linux, where some of them are not regular binaries.minskim1-2/+2
2005-05-21Drop maintainership; I haven't used this one for a long while.jmmv1-2/+2
2005-05-21Make a bad patch cause a fatal error again. This fixes a bug introducedjlam1-4/+8
in revision 1.5 and fixes PR pkg/30297.
2005-05-21Note that ghc has been updated to 6.4.kristerw2-3/+3
2005-05-21Update ghc to 6.4.kristerw10-60/+699
See http://www.haskell.org/ghc/docs/6.4/html/users_guide/release-6-4.html for the long list of changes since ghc-6.2.1. In addition, GHCi and profiling support have been enabled in this package.
2005-05-21This package does not build when GNOME_DISABLE_DEPRECATED is defined.kristerw1-1/+3
Use BUILDLINK_TRANSFORM to remove it.
2005-05-21Note update of audit-packages to 1.34 (quoting fixes)dillo1-1/+2
2005-05-21fix quoting. bump version to 1.34.dillo2-10/+11
reviewed by wiz and agc.
2005-05-21Include devel/hdf5/buildlink3.mk if octave is built with hdf5.kristerw2-2/+14
2005-05-21+rsync-2.6.4wiz1-1/+2
2005-05-21Updated unrar to 3.5.2wiz2-3/+3
2005-05-21Update to 3.5.2, changes unknown.wiz4-15/+15