Commit graph

79651 commits

Author SHA1 Message Date
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
9f94b112f0 Remove the old tools framework and references to _USE_NEW_TOOLS. 2005-05-22 19:11:12 +00:00
rillig
f4a7efea2e Simplified the way individual files are checked. 2005-05-22 18:41:44 +00:00
rillig
aeb4d04119 Fixed some quoting issues. 2005-05-22 15:31:03 +00:00
rillig
f6e977c745 Removed a check for *.tgz in the package directory. This check has been
here since revision 1.1, and is very unlikely to occur.
2005-05-22 14:54:18 +00:00
rillig
8cc9b87aaa Added a patch needed for ISO C90 compliance. Fixes build on NetBSD 1.6.2. 2005-05-22 13:01:38 +00:00
jmmv
602bd1e9c3 Note addition of hsetroot-1.0.2.
While here, fix previous entry: s/Updates/Updated/
2005-05-22 09:17:56 +00:00
jmmv
1b65813250 Add and enable hsetroot. 2005-05-22 09:16:57 +00:00
jmmv
d0ed62ed40 Initial import of hsetroot, version 1.0.2:
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 09:16:28 +00:00
jmmv
fc37d29e06 Enable usage of deprecated APIs to make this build after the recent GNOME
updates.
2005-05-22 09:09:00 +00:00
augustss
e974afc0f7 Note update of wxhaskell to 0.9.4. 2005-05-22 08:44:56 +00:00
augustss
aabedc06a3 Update to wxhaskell 0.9.4.
This release fixes some problems with ghc 6.4.
2005-05-22 08:43:21 +00:00
jmmv
068ccfab24 Make this build by enabling usage of deprecated GTK, GNOME and gnome-vfs APIs.
Probably broken after the last updates of GNOME-related packages.
2005-05-22 08:29:15 +00:00
jlam
3c57dc6eba This package is GNU configured and installs locale files, so it needs
to set USE_PKGLOCALEDIR so that the location of the installed locale
files matches the one listed in the PLIST.
2005-05-22 05:37:44 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
minskim
7c0a27c6e2 Sort. 2005-05-22 05:32:46 +00:00
minskim
aa264dd8db s/netbsd/NetBSD/ 2005-05-22 05:32:17 +00:00
minskim
ce88211f44 Sort. 2005-05-22 05:31:10 +00:00
minskim
9b89dbb31e Remove redundant inclusion of bsd.prefs.mk. 2005-05-22 05:30:23 +00:00
minskim
8de43af7c9 Honor *OWN and *GRP. 2005-05-22 05:28:25 +00:00
minskim
a06a70a65c Remove redundant inclusion of bsd.prefs.mk. 2005-05-22 05:26:17 +00:00
minskim
6f1f23ce55 Honor *OWN and *GRP. 2005-05-22 05:24:57 +00:00
minskim
9e8f5af260 Do not enable _IMAKE_TOOLS unless imake is used. Otherwise, packages
would always be built with gmake on Linux.
2005-05-22 05:21:15 +00:00
jlam
2f6446ec57 This package uses lex. 2005-05-22 03:04:29 +00:00
minskim
b767a29bd1 Add the iconv option depending on ICONV_TYPE. This makes the package
build on Linux, where native iconv is used without -liconv.
2005-05-22 02:45:58 +00:00
minskim
7194177292 Correct a variable name. 2005-05-22 02:40:13 +00:00
jlam
63e891437c Some packages want to embed the path to the perl tool in scripts but
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 02:30:53 +00:00
jlam
ce40410af8 The path to perl is now passed via CONFIGURE_ENV as of revision 1.9 of
mk/tools/replace.mk.
2005-05-22 02:05:24 +00:00
jlam
b3ff0bed40 Allow a tool to be passed to GNU configure scripts under more than
one name.
2005-05-22 01:56:27 +00:00
jlam
edef76fb93 Add a few more tools for GNU configure scripts: grep, env, xmkmf. 2005-05-22 01:53:55 +00:00
dmcmahill
59c5d7a16a fix the category. this is math not cad... 2005-05-22 01:42:11 +00:00
dmcmahill
78adb68b24 pass down FIND to genreadme.awk and binpkg-cache 2005-05-22 01:37:31 +00:00
dmcmahill
6806d580c9 use find ${DIR}/ -name \*${SUFX} instead of ls ${DIR}/*${SUFX} when
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 01:36:49 +00:00
dmcmahill
0cb6a797ab add find to the tools list 2005-05-22 01:33:31 +00:00
minskim
9f22a18128 Simplify a condition. 2005-05-22 01:22:47 +00:00
minskim
a55cb6f4fb Use the iconv library in glibc on Linux even if USE_GNU_ICONV is set. 2005-05-22 00:01:36 +00:00
augustss
ac803827c3 Note addition of py-musique. 2005-05-21 23:21:39 +00:00
augustss
42d2764bb7 Add py-musique, a program for buying iTunes songs. 2005-05-21 23:20:23 +00:00
jlam
5792714269 For packages that use GNU configure scripts, pass the real command
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 23:09:36 +00:00
minskim
3945866014 Do not strip commands on Linux, where some of them are not regular binaries. 2005-05-21 22:35:46 +00:00
jmmv
873d10030a Drop maintainership; I haven't used this one for a long while. 2005-05-21 21:43:45 +00:00
jlam
2fdd3b1275 Make a bad patch cause a fatal error again. This fixes a bug introduced
in revision 1.5 and fixes PR pkg/30297.
2005-05-21 21:40:45 +00:00
kristerw
52e27b5ac6 Note that ghc has been updated to 6.4. 2005-05-21 20:24:46 +00:00
kristerw
8236866935 Update ghc to 6.4.
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 20:22:21 +00:00
kristerw
9a1829f204 This package does not build when GNOME_DISABLE_DEPRECATED is defined.
Use BUILDLINK_TRANSFORM to remove it.
2005-05-21 19:07:08 +00:00
dillo
6c8478fdf2 Note update of audit-packages to 1.34 (quoting fixes) 2005-05-21 16:38:48 +00:00
dillo
c93f327f0f fix quoting. bump version to 1.34.
reviewed by wiz and agc.
2005-05-21 16:36:37 +00:00
kristerw
0a0a6652ed Include devel/hdf5/buildlink3.mk if octave is built with hdf5. 2005-05-21 16:29:31 +00:00
wiz
4ae3f20bd5 +rsync-2.6.4 2005-05-21 15:48:48 +00:00
wiz
1b9f92633d Updated unrar to 3.5.2 2005-05-21 15:30:44 +00:00