Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-22 | Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4 | jlam | 8 | -27/+21 | |
and appropriate TOOLS_DEPMETHOD.gm4 settings. | |||||
2005-05-22 | Replace explicit build dependencies on bison and manipulations on the | jlam | 10 | -58/+31 | |
YACC variable with USE_TOOLS+=bison. | |||||
2005-05-22 | Finish removing instances of _USE_NEW_TOOLS from pkgsrc. | jlam | 1 | -20/+4 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1131 | -2280/+2264 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-22 | Remove the old tools framework and references to _USE_NEW_TOOLS. | jlam | 29 | -1730/+30 | |
2005-05-22 | Simplified the way individual files are checked. | rillig | 1 | -31/+8 | |
2005-05-22 | Fixed some quoting issues. | rillig | 1 | -34/+34 | |
2005-05-22 | Removed a check for *.tgz in the package directory. This check has been | rillig | 1 | -8/+1 | |
here since revision 1.1, and is very unlikely to occur. | |||||
2005-05-22 | Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2. | rillig | 2 | -1/+18 | |
2005-05-22 | Note addition of hsetroot-1.0.2. | jmmv | 1 | -2/+3 | |
While here, fix previous entry: s/Updates/Updated/ | |||||
2005-05-22 | Add and enable hsetroot. | jmmv | 1 | -1/+2 | |
2005-05-22 | Initial import of hsetroot, version 1.0.2: | jmmv | 4 | -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-22 | Enable usage of deprecated APIs to make this build after the recent GNOME | jmmv | 1 | -1/+3 | |
updates. | |||||
2005-05-22 | Note update of wxhaskell to 0.9.4. | augustss | 1 | -1/+2 | |
2005-05-22 | Update to wxhaskell 0.9.4. | augustss | 3 | -8/+8 | |
This release fixes some problems with ghc 6.4. | |||||
2005-05-22 | Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs. | jmmv | 1 | -1/+5 | |
Probably broken after the last updates of GNOME-related packages. | |||||
2005-05-22 | This package is GNU configured and installs locale files, so it needs | jlam | 1 | -1/+2 | |
to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST. | |||||
2005-05-22 | For packages that use GNU configure, don't bother adding "TOOL" | jlam | 24 | -50/+27 | |
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically. | |||||
2005-05-22 | Sort. | minskim | 1 | -2/+2 | |
2005-05-22 | s/netbsd/NetBSD/ | minskim | 2 | -4/+4 | |
2005-05-22 | Sort. | minskim | 1 | -5/+5 | |
2005-05-22 | Remove redundant inclusion of bsd.prefs.mk. | minskim | 1 | -3/+1 | |
2005-05-22 | Honor *OWN and *GRP. | minskim | 1 | -1/+4 | |
2005-05-22 | Remove redundant inclusion of bsd.prefs.mk. | minskim | 1 | -3/+1 | |
2005-05-22 | Honor *OWN and *GRP. | minskim | 1 | -1/+4 | |
2005-05-22 | Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packages | minskim | 1 | -1/+3 | |
would always be built with gmake on Linux. | |||||
2005-05-22 | This package uses lex. | jlam | 1 | -2/+2 | |
2005-05-22 | Add the iconv option depending on ICONV_TYPE. This makes the package | minskim | 1 | -2/+4 | |
build on Linux, where native iconv is used without -liconv. | |||||
2005-05-22 | Correct a variable name. | minskim | 1 | -2/+2 | |
2005-05-22 | Some packages want to embed the path to the perl tool in scripts but | jlam | 1 | -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-22 | The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of | jlam | 1 | -7/+1 | |
mk/tools/replace.mk. | |||||
2005-05-22 | Allow a tool to be passed to GNU configure scripts under more than | jlam | 1 | -5/+5 | |
one name. | |||||
2005-05-22 | Add a few more tools for GNU configure scripts: grep, env, xmkmf. | jlam | 1 | -1/+4 | |
2005-05-22 | fix the category. this is math not cad... | dmcmahill | 1 | -2/+2 | |
2005-05-22 | pass down FIND to genreadme.awk and binpkg-cache | dmcmahill | 2 | -6/+7 | |
2005-05-22 | use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when | dmcmahill | 1 | -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-22 | add find to the tools list | dmcmahill | 1 | -2/+3 | |
2005-05-22 | Simplify a condition. | minskim | 1 | -3/+2 | |
2005-05-22 | Use the iconv library in glibc on Linux even if USE_GNU_ICONV is set. | minskim | 1 | -2/+3 | |
2005-05-21 | Note addition of py-musique. | augustss | 1 | -1/+2 | |
2005-05-21 | Add py-musique, a program for buying iTunes songs. | augustss | 6 | -1/+76 | |
2005-05-21 | For packages that use GNU configure scripts, pass the real command | jlam | 2 | -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-21 | Do not strip commands on Linux, where some of them are not regular binaries. | minskim | 1 | -2/+2 | |
2005-05-21 | Drop maintainership; I haven't used this one for a long while. | jmmv | 1 | -2/+2 | |
2005-05-21 | Make a bad patch cause a fatal error again. This fixes a bug introduced | jlam | 1 | -4/+8 | |
in revision 1.5 and fixes PR pkg/30297. | |||||
2005-05-21 | Note that ghc has been updated to 6.4. | kristerw | 2 | -3/+3 | |
2005-05-21 | Update ghc to 6.4. | kristerw | 10 | -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-21 | This package does not build when GNOME_DISABLE_DEPRECATED is defined. | kristerw | 1 | -1/+3 | |
Use BUILDLINK_TRANSFORM to remove it. | |||||
2005-05-21 | Note update of audit-packages to 1.34 (quoting fixes) | dillo | 1 | -1/+2 | |
2005-05-21 | fix quoting. bump version to 1.34. | dillo | 2 | -10/+11 | |
reviewed by wiz and agc. |