Commit graph

123881 commits

Author SHA1 Message Date
jlam
5ccfe84922 Support user-destdir installation 2008-03-13 22:04:07 +00:00
jlam
5ed70723a1 + Support user-destdir installation.
+ Include termcap.buildlink3.mk because curses.so is linked against
  -ltermcap, so we need it to be transformed into the right library
  depending on the platform and PREFER_* settings.

  Bump the PKGREVISION to 1.

+ Because we are asking for ncurses (by include ncurses/buildlink3.mk),
  check for <ncurses.h> and -lncurses instead of <curses.h> and
  -lcurses.  The curses.c file gets it wrong otherwise.
2008-03-13 21:55:48 +00:00
jlam
4e11bb7035 Support user-destdir installation. 2008-03-13 21:04:40 +00:00
tonnerre
931fc5dbf8 Various style improvements as suggested by Joerg:
- Don't use variables that contain EXAMPLESDIR
 - Eliminate PLIST_SUBST
 - Use SUBST instead of post-patch target
 - Use INSTALLATION_DIRS instead of INSTALL_DATA_DIR
 - Use proper English capitalization in patch files
2008-03-13 20:05:09 +00:00
drochner
6c18194f30 mention recent updates 2008-03-13 19:59:03 +00:00
jlam
bd694a5794 Support user-destdir installation. 2008-03-13 19:40:51 +00:00
jlam
d6d382c1ca Rename PLIST.common to PLIST as we just use the standard PLIST mechanism
now.
2008-03-13 18:46:20 +00:00
jlam
73af02e25b + Rename some variables and modify a few definitions so that we match
the same variables used in rubygem.mk.

+ Use a GENERATE_PLIST statement instead of manually generating a
  PLIST_DYNAMIC file.  This code is copied from RUBYGEM_GENERATE_PLIST
  in rubygem.mk.

+ Use INSTALL_ENV, which is meant to contain the extra environment
  bits for use during installation.
2008-03-13 18:45:05 +00:00
jlam
37de960a09 Most gems need at least rubygems-0.9.4 to work properly. 2008-03-13 18:29:20 +00:00
joerg
9634346d3a Cleanup. 2008-03-13 17:59:27 +00:00
joerg
27fdcc5bd1 Remove PostgreSQL 8.0. 2008-03-13 17:45:01 +00:00
joerg
2a7055907f Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
2008-03-13 17:38:48 +00:00
tnn
065efb53a6 Update master site URL. 2008-03-13 17:30:31 +00:00
joerg
ecfb591f2d pkg_install and bootstrap-mk-files update, pgadmin3 removal. 2008-03-13 17:30:25 +00:00
joerg
c9ee07fa25 Kill pgadmin3, it has been marked broken for ages. 2008-03-13 17:30:07 +00:00
joerg
9794279905 bootstrap-mk-files-20080310:
IRIX and Linux don't provide lorder in all cases, so just skip
the logic for the resorting before building ar(1)chives.
2008-03-13 17:28:23 +00:00
joerg
c9d0aa7ec1 Fix DESTDIR build. 2008-03-13 17:02:56 +00:00
joerg
d66e560bf7 Fix DESTDIR installation. 2008-03-13 16:56:52 +00:00
taca
9f514c2b6a Note update of textproc/namazu package to 2.0.18. 2008-03-13 16:51:24 +00:00
taca
51817b00f0 Update namazu package to 2.0.18.
Overview of Changes in Namazu 2.0.18 - May 12, 2008

* Add 'Charset' directive.
* "charset" was added to "ContentType" of the example in
  conf/namazurc-sample.
* "charset" was added to the response header in Error messages for
  namazu.cgi.
* Add HTML, BODY tags in Error messages for namazu.cgi.
* '\'', '(', ')' is converted into "&#39;", "&#40;", "&#41;"
  respectively.
* Add po/{de, pl}.po files. (But, it doesn't translate.)
* Change charset from SJIS to Shift_JIS in po/ja_SJIS.po.
* Change soname (LTVERSION 8:0:1)
* pltests/env.pl: The checked environment variable and version of
  the checked Perl module is added.
* pltests/mknmz-8.pl.in: The confirmation whether the index
  has been updated is added.
* pltests/namazu-cgi-12.pl.in: Add new test.
* tests/mknmz-9: Expand test file.
* filter/hnf.pl: Correspondence GRP and bug fix.
* conf/*.win32: Add new files.
2008-03-13 16:50:40 +00:00
joerg
a14d89a166 Mark the main postgresql8[0-3] packages as meta packages.
This avoids the problems in PR 34914.
2008-03-13 16:47:37 +00:00
wiz
ba184f67a1 Updated textproc/source-highlight to 2.9 2008-03-13 16:45:55 +00:00
wiz
d0f7cc146b Update to 2.9:
Version 2.9

   * language definition for C (not C++) files
   * language definition for properties files
   * language definition for KDE desktop and ini files
   * language definition for lsm files (Linux Software Map)
   * language definition for rpm spec files
   * language definition for Haxe files (thanks to Jos Hirth)
   * style.defaults for associating a style for an element (whose style is
     not specified) to the style of another element
   * highlight some KDE programming files (e.g., .rc, .kcfg, etc.)
   * correctly highlight for less when filenames contain paths
   * fixed a bug in file inclusion of langdef files
   * fixed compilation problems for fileutil.cc (thanks to Adrian Reber)
   * xml elements are correctly recognized when containing .
     (thanks to Toby White)
   * references for xhtml output files

Version 2.8

   * lang definition for slang (by John E. Davis)
   * correctly handle words in ' and ` regular expression strings
   * the right delimiter of a delim element can refer to marked subexpressions
     in the left delimiter
   * fixed the definition of C-style comments which are not nested
   * improved perl syntax highlighting
   * javascript regular expression highlighting
   * padding character for line numbers can be specified (thanks to
     Roger Nilsson)
   * removed non standard % make rules

Version 2.7

   * fixed language association for log files.
   * use standard sed arguments
   * check that the ctags program supports the options used by source-highlight
     and disable ctags tests if it does not
   * removed some memory leaks from scanners and parsers
   * fixed regular expression highlighting strings in perl
     (thanks to Elias Pipping)
   * regexp language element
   * infer script languages also checking for the env specification
   * improved error reporting for lang definition files
   * ` ` syntax for regular expressions that permits backreferences
     and conditionals
   * explicit naming for subexpressions syntax
   * added a program, check-regexp, for checking regular expressions
     on the command line
   * fix html tag definitions
   * fix ruby regexp definition
   * --doc option and references for docbook output
   * xhtml output with non fixed font

Version 2.6

   * language definition for makefiles
   * language definition for css files
   * language definition for m4 files
   * fixed some problems in xml.lang
   * fixed some problems in sh.lang
   * the ctags found during configure is correctly used in makefiles
   * --quiet option showing no progress information
     (thanks to C. Michael Pilato)
   * handle direct color specifications in double quotes in style files
   * in style files can specify formatting options for more than one
     element on the same line
   * accept css specifications as style specifications (limited support)
   * handle background color for some output formats (e.g., xhtml)
   * in style files the background color (for the entire output)
     can be specified
   * fixed a problem in configure script on some BSD systems
     (thanks to Thomas Klausner)
2008-03-13 16:45:33 +00:00
joerg
89cfa8c5c4 pkg_install-20080313:
Audit functionality for pkg_admin. This uses the backend in
libpkg_install and will be extended to check for vulnerabilities at
pkg_add time later.
2008-03-13 16:35:30 +00:00
wiz
a0d488b05c Added games/quarry version 0.2.0 2008-03-13 16:07:12 +00:00
wiz
4ed37676af + quarry. 2008-03-13 16:06:44 +00:00
wiz
1283902d89 Initial import of quarry-0.2.0:
Quarry is a multi-purpose GUI for several board games, at present
Go, Amazons, and Reversi (a.k.a. Othello.) It allows users to play
against computer players (third-party programs, e.g. GNU Go or
GRhino) or other humans, view and edit game records. Future versions
will also support Internet game servers and provide certain features
for developers of board game-playing engines for enhancing their
programs.
2008-03-13 16:06:16 +00:00
jlam
95900725f4 Whitespacify to be easier on my eyes. 2008-03-13 15:58:27 +00:00
jlam
64eba0d7e3 When cleaning out the intermediate build files, be more thorough about
looking through the ext/ directory structure.  Not all gems are simple.
2008-03-13 15:57:25 +00:00
jlam
253c5212c3 For brevity, rename the do-gem-* targets to just "gem-*". 2008-03-13 15:48:32 +00:00
jlam
2687107ce3 Split the do-gem-install target into smaller sub-targets. 2008-03-13 15:45:59 +00:00
jlam
840b5908d7 + Add a package-settable variable GEM_BUILD that sets the way that
the local gem that is installed is built from the extracted sources.
  The possible values are "gemspec" and "rake", with "rake" being the
  default.

+ Change the do-gem-extract target so that it also extracts the gemspec
  file from the source gem.  This gemspec file is used when the
  "gemspec" GEM_BUILD method is chosen.

+ Add do-gem-${GEM_BUILD}-targets that build the local gem using the
  corresponding ${GEM_BUILD} method.
2008-03-13 14:38:46 +00:00
tonnerre
421dbfe6b6 Added sysutils/puppet version 0.22.4 2008-03-13 14:21:13 +00:00
tonnerre
6ed13cadc8 Add Puppet subdirectory to list of subdirectories 2008-03-13 14:19:37 +00:00
tonnerre
5d7984a759 Add Puppet version 0.22.4
Approved-by: jlam, gdt
2008-03-13 14:17:05 +00:00
obache
1705737d2f - python-2.5.1
+ python-2.5.2 python-2.4.5 python-2.3.7
2008-03-13 11:12:15 +00:00
wiz
6a268616e6 Fix download-vulnerability-list's -c option. From Jim Bernard in PR 38231. 2008-03-13 08:37:43 +00:00
tnn
b6d3d06eae Really fix build with native X11. (tested) 2008-03-13 03:12:26 +00:00
tonnerre
0b95acbfa1 Updated databases/p5-DBD-postgresql to 2.2.2 2008-03-13 00:38:36 +00:00
tonnerre
b978ff9b13 Updated databases/p5-DBD-postgresql 1.49 -> 2.2.2
2.2.2
	- Add parse_trace_flag as statement handle method.

2.2.1
	- Fixed memory leaks in dbdimp.c
	- Fixed strlen problems in dbdimp.c
	- Change local trace_flags to lowercase.

2.1.0
	- Add PERL_NO_GET_CONTEXT #define to improve performance on threaded Perls
	- Raise the minimum DBI version to 1.52.
	- Allow arrayrefs into bind_col

2.0.0
	- Make minimum supported server 7.4.
	- Overhaul COPY functions: deprecate pg_getline, pg_putline,
		and pg_endcopy. The new functions are pg_getcopydata,
		pg_getcopydata_async, pg_putcopydata, and pg_putcopyend.
	- Add support for arrays: can pass in arrayrefs to execute, and
		they are automatically returned as arrays when fetching.
	- Add support for asynchronous queries.
	- Allow raw transaction statements through - in other words,
		do not croak if $dbh->prepare("COMMIT") is attempted.
	- Check transaction status after each command, to allow
		things such as 'PREPARE TRANSACTION' to work properly.
	- Add $dbh->{pg_placeholder_dollaronly} to allow '?' and other symbols
		to be used in prepared statements without getting interpreted as
		placeholders, i.e. the geometric operator '?#'
	- Fix memory leak in bytea quoting.
	- Fix memory leak in pg_notifies.
	- Fix memory leak when using savepoints.
	- Use adbin, not adsrc, when figuring out the sequence name for the
		last_insert_id() method. This allows the function to work properly
		if the sequence name is changed. Note that {pg_cache=>0} should be
		passed to the function if you expect this might happen.
	- Use unsigned chars when parsing passed-in queries, preventing UTF-8
		strings from ruining the prepare. UTF-16 may still cause problems.
	- Fix crash when executing query with two placeholders side by side.
	- Skip item if no matching key in foreign_key_info.
	- Fix bug in last_insert_id.
	- Fix pg_description join in table_info().
	- Make sure arrays handle UTF-8 smoothly.
	- Force column names to respect utf8-ness.
	- Make sure array items are marked as UTF as needed.
	- Force SQL_REAL and SQL_NUMERIC to be float8 not float4.
	- Allow objects with stringification overloading to work with quote().
	- Switch from pow to powf to support AIX compiler issue.
	- Add three new columns to column_info, to return unquoted
		version: pg_schema, pg_table, and pg_columns. Add all
		three to primary_key_info, and the first two to table_info.
	- Change $dbh->{User} to $dbh->{Username}
	- Change $dbh->{Name} to return the entire DSN string, minus the
		'dbi:Pg:' part.
	- Allow data_sources to accept optional arguments.
	- Add private_attribute_info() method.
	- Add SQL_INTERVAL and others to types.c
	- Added statistics_info function
	- Be much more flexible in test connection options.
	- Overhaul test suite, allow tests to be run individually.
	- Quick support for named trace level 'SQL'
	- Very experimental support for bind_param_inout, use with caution.
2008-03-13 00:31:12 +00:00
gdt
6a60f3007d Update to 7.21.
Mar. 12, 2008 - Version 7.21 (production release)

  - Added support for Leica M8 maker notes (in both DNG and JPEG images)
  - Added ability to write encrypted Nikon makernote information (!!)
  - Fixed decoding of Nikon D3 color balance information
  - Decode AFPointsUsed for Nikon D3 and D300 (thanks Jens Duttke)
  [many minor changes]
2008-03-13 00:30:39 +00:00
tonnerre
96dd7ef28e Added sysutils/ruby-facter version 1.3.8 2008-03-13 00:00:10 +00:00
tonnerre
38deed9bee Add sysutils/ruby-facter to the Makefile 2008-03-12 23:53:36 +00:00
tonnerre
05eb28ddb9 Add Facter Ruby module in version 1.3.8 to prepare addition of Puppet 2008-03-12 23:47:05 +00:00
jlam
2959d878c5 Make RUBYGEM_PKGPREFIX the same as RUBY_PKGPREFIX. 2008-03-12 22:04:40 +00:00
jlam
e285acf52d Don't hardcode the package version number into the PLIST -- use
${PKGVERSION} instead.
2008-03-12 22:04:07 +00:00
drochner
29df04092c update to 2.20.2
mostly cosmetical, just fix a linux specific issue
2008-03-12 21:43:30 +00:00
drochner
8e0a896b4d update to 2.20.4
changes:
-bugfixes
-UI improvements, mostly about i18n
-honour environment variable XDG_DATA_DIRS
-translation updates
2008-03-12 21:41:21 +00:00
drochner
86ab05360e update to 0.11.5
changes:
-fix exception on first open of context menu
-translation updates
2008-03-12 21:36:53 +00:00
drochner
48631583b0 update to 3.0.8
3.0.8 is a stable release which includes many significant enhancements and
new features, and the usual squashed bugs. The most prominent new
features are the ability to "tag" headers and apply actions based on those
tags, making Privoxy much more flexibile, and Privoxy can now act as an
"intercepting" proxy.
2008-03-12 21:35:03 +00:00