Commit graph

46004 commits

Author SHA1 Message Date
seb
0d7159e7bd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:27:40 +00:00
seb
b4bf4efa57 USE_NEW_TEXINFO is no more. 2003-08-09 10:25:43 +00:00
seb
0d0e9d3ac1 USE_NEW_TEXINFO is now ubiquitous. Remove conditionals on it.
Also remove the older texinfo.mk framework as well as the previous
handling of INFO_FILES, all this is not used anymore.
2003-08-09 10:24:54 +00:00
seb
305e2372e8 Create if necessary the news user and group with the
bsd.pkg.install.mk framework. This fix this package on current.
2003-08-09 10:15:41 +00:00
seb
e8105f0c40 Warning hack ahead!
Deal with current having iconv.h but no libiconv.
2003-08-09 09:31:25 +00:00
wiz
553f3358ea Remove superfluous chunk which confuses some patch(1). 2003-08-09 09:12:41 +00:00
heinz
909643e553 fix for bad sh behaviour on Solaris (already available in latest GnuPG snapshots) 2003-08-09 08:48:35 +00:00
tron
3aff1436a9 Note update of "xautolock" package to version 1.15nb1. 2003-08-09 08:32:57 +00:00
tron
a57a4e98a3 Don't invoke screen locking program with standard output or standard error
closed. Bump package revision to reflect this change.
2003-08-09 08:32:13 +00:00
heinz
bc46c9d9f8 fix for bad sh behaviour on Solaris (already available in latest GnuPG snapshots) 2003-08-09 08:11:30 +00:00
heinz
4cad9c9591 add TEST_TARGET 2003-08-09 07:45:46 +00:00
heinz
5a6edbfaad add TEST_TARGET 2003-08-09 07:33:27 +00:00
heinz
8e371fc5f0 HOMEPAGE and TEST_TARGET 2003-08-09 07:03:14 +00:00
grant
20bd6b4e96 update Solaris binary pkg to 0.6.1.
new features were summarised in original update to 0.6.1, so no need
to include them again:

	http://www.mozilla.org/projects/firebird/release-notes.html
2003-08-08 22:43:41 +00:00
wiz
fc99d82917 Add http master site for idea.c.gz. Addresses PR 22408. 2003-08-08 18:57:04 +00:00
jmc
c47c8f1e0f Make sure plugin's dir exists before linking into it. 2003-08-08 18:18:05 +00:00
seb
584aa330f3 No need to add stuff to INFO_FILES, straight setting looks better IMHO. 2003-08-08 16:55:27 +00:00
seb
fd1c175fb1 One INFO_FILES occurrence is enough. 2003-08-08 16:49:50 +00:00
seb
9eb42d562b depkglint. 2003-08-08 16:42:37 +00:00
seb
d3ca9c4dbb INFO_FILES ? Yes please. 2003-08-08 16:41:51 +00:00
seb
c920632cce one INFO_FILES occurrence is enough. 2003-08-08 16:38:41 +00:00
wiz
57d6ee553d It is xtermset, not xterset. 2003-08-08 16:17:16 +00:00
seb
79fe295b65 No need to loop for one file. 2003-08-08 15:50:54 +00:00
seb
f8e35bd858 one INFO_FILES occurrence is enough. 2003-08-08 15:42:15 +00:00
agc
d9ca9b55db Fix tyop in a previous entry 2003-08-08 13:36:35 +00:00
agc
264ebcfed1 Update vile from version 9.3 to 9.4
Changes for vile 9.4 (released Mon Aug 04 2003)

Various bug fixes and some new functionality:
        + modify vilefilt.l to highlight shell commands.
        + add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the
          [:upper:] and [:xdigit:] regular expression character classes work.
        + tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use
          'const'.  gcc 3.x also introduces more nonstandard name-pollution.
        + modify manpage.rc to check if the current buffer is perl, and if so,
          to render contents using pod2man or pod2text.
        + add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
          control/A text to different forms.
        + modify support for ^X-e to make it use the whole line if the current
          buffer is a directory.
        + increase output- and state transitions-limits for latexflt.l,
          rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX
          lex programs (report by Adam Denton).
        + modify vile-manfilt to decode UTF-8 emitted by groff 1.18
        + add Ruby syntax filter (rb-filt.l, rb.key).
        + fix: java has no 'operator' keyword.
        + add texmode, as a variation of latexmode.
        + add .ltx, .sty suffixes for latexmode.
        + implement xml-filter based on html-filter.
        + implement xterm-title mode.
        + add syntax filter for rpm ".spec" files.
        + add syntax filter for PostScript ".ps" files.
        + add syntax filter for enscript ".st" files.
        + make cursor-movement on a yank command match vi's, tested for various
          left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by
          George Eccles).
        + updates to allow vile to build with perl 5.8.0 (ifdef's checked for
          5.6.1, 5.5.3 and 5.4.5).
        + rewrote spell.rc to make it work properly if the spell-filter is
          built-in (reported by Clark Morgan).
2003-08-08 13:32:52 +00:00
agc
b77570afed Update vile from version 9.3 to 9.4
Changes for vile 9.4 (released Mon Aug 04 2003)

Various bug fixes and some new functionality:
	+ modify vilefilt.l to highlight shell commands.
	+ add cases for 'u', 'U', 'x' and 'X' to RegStrChr2(), making the
	  [:upper:] and [:xdigit:] regular expression character classes work.
	+ tested with gcc 3.3 and g++ 3.3, modifying several interfaces to use
	  'const'.  gcc 3.x also introduces more nonstandard name-pollution.
	+ modify manpage.rc to check if the current buffer is perl, and if so,
	  to render contents using pod2man or pod2text.
	+ add un-filters (atr2ansi, atr2html, atr2text) which convert encoded
	  control/A text to different forms.
	+ modify support for ^X-e to make it use the whole line if the current
	  buffer is a directory.
	+ increase output- and state transitions-limits for latexflt.l,
	  rpm-filt.l, sh-filt.l and vilefilt.l to compile with Solaris and HPUX
	  lex programs (report by Adam Denton).
	+ modify vile-manfilt to decode UTF-8 emitted by groff 1.18
	+ add Ruby syntax filter (rb-filt.l, rb.key).
	+ fix: java has no 'operator' keyword.
	+ add texmode, as a variation of latexmode.
	+ add .ltx, .sty suffixes for latexmode.
	+ implement xml-filter based on html-filter.
	+ implement xterm-title mode.
	+ add syntax filter for rpm ".spec" files.
	+ add syntax filter for PostScript ".ps" files.
	+ add syntax filter for enscript ".st" files.
	+ make cursor-movement on a yank command match vi's, tested for various
	  left/up motions such as yk, yh, yH, y1G, y0, y-, yb (report by
	  George Eccles).
	+ updates to allow vile to build with perl 5.8.0 (ifdef's checked for
	  5.6.1, 5.5.3 and 5.4.5).
	+ rewrote spell.rc to make it work properly if the spell-filter is
	  built-in (reported by Clark Morgan).
2003-08-08 13:31:06 +00:00
scw
269d9e9993 Fix some off_t format strings. hexedit now displays addresses correctly
on big-endian platforms.
2003-08-08 13:24:56 +00:00
skrll
db1f8f3dbe Fix the render_root.cpp backport botch.
date: 2003/08/02 21:28:49;  author: mueller;  state: Exp;  lines: +2 -2
grr, automatic backporting patch made it automatically wrong :(
CCMAIL: 61730-done@bugs.kde.org
2003-08-08 12:56:25 +00:00
wiz
adf91c422a + dnetc-2.9004-482 [pkg/22390], evolution-1.4.4, lilypond-1.8.0,
mhonarc-2.6.7, tinyproxy-1.6.1, vile-9.4, wv2-0.1.8, xine-lib-0.9.22.
2003-08-08 12:52:12 +00:00
wiz
fd04851f9e Note trn-4.76 update. Based on PR 22404 from Tim Middleton. 2003-08-08 12:45:14 +00:00
wiz
b18f770b91 Update to 4.76:
Test76 is a bug-fix release that mainly fixes a potential crash
bug, but also has several other minor changes.
Test 75 provides some simple bug fixes and minor improvements that
have been simmering for quite some time.
2003-08-08 12:41:25 +00:00
jmmv
7fc39cc1e5 Note update of kopete to 0.7. 2003-08-08 12:31:17 +00:00
jmmv
95ec769d14 Update to 0.7:
Main Application
* Drag and Drop contacts between metacontacts (Olivier)
* Show an icon while DNDing on the contactlist (Will, Olivier>
* XML/XSL config for chatwindow theme
* Migrate file transfers to use KIO (new standardised file transfer API in
  KMM), remove KopeteTransferManager (lilachaze)
* Create KopeteViewManager, clean up KopeteMessageManager (Jason)
* Fix up fire and forget message window, make it work for all protocols (Jason)
* Make send message keycombos to be customiseable KActions (Jason)
* Add right click menu to tabs, add ability to move a tab to another window
  (Jason)
* Tab color highlighting on new messages, typing (Jason)
* Message in transit animation (Jason)
* When a message is received, flash contact's icon to indicate a new message
  (Oliver)
* Nick completion (Jason)
* Message Highlighting with Notifications (Jason)
* New KopeteAccount arch. allows multiple accounts of the same protocol (Oliver)
* Allow custom colours for each account's icons (Duncan, Olivier)
* New Icon effects arch. with overlays (Will)
* KopeteOnlineStatus architecture (Martijn)
* KopeteCommandhandler for /commands. Kopete-wide support of /part, /close,
  /clear, /exec, /help, /me (Jason)
* New logging API with extensability for multiple logging formats (Jason)
* General API cleanups (Everyone)
* License headers unification and correction (Duncan)
* Tons of bugfixes (Everyone)

IRC Plugin
* Total re-write of IRC to fit Kopete arch, with many improvements.
  (Nick, Jason)
* Channel / Nickname search in AddContact Wizard (Jason)
* Add support for all /commands needed for a basic client
* Use kopete away system
* "Show server window" account context menu option (Michel)
* Use KExtendedSocket for proxy and firewall support (Michel)
* IPV6 support (Michel)
* WHOIS support (Michel>

OSCAR Plugin
* Support for ICQ over OSCAR (Stefan)
* More complete userinfo (Stefan, Will)

MSN Plugin
* Handle MSN Plus away reasons. (Olivier)
* Detect when the other party timed out and left the chat (Olivier)

Yahoo Plugin
* First release (Matt)
* Spell Checking Plugin
* Enable check-as-you-type (Jason)
* Initial Release

Highlighting plugin
* Highlight messages according to your own criteria. (Olivier)
* Initial Release

Text effect plugin
* Give your messages a bit of sparkle, even if you have no wit. (Olivier)
* Initial Release

History plugin
* Move history/logging into its own plugin. (Olivier)
* Initial Release

Auto replace plugin
* Perform substitutions on messages. (Roberto Pariset)
* Initial Release

Closes PR pkg/22399 by Nate Hill.
2003-08-08 12:29:08 +00:00
agc
c382b01b46 Use saner values for PKGSRC_SHOW_BUILD_DEFS - make this switch on "yes"
or "YES", rather than a straight definition.
2003-08-08 12:04:40 +00:00
hubertf
25377e7a58 Update to 0.5.2. Changes: move to GNU autoconf, and a few bugfixes.
No new features.
2003-08-08 11:45:46 +00:00
hubertf
086694e1f0 Document FLUXBOX_USE_* variables for pkgsrc/wm/fluxbox 2003-08-08 11:13:17 +00:00
hubertf
a8b0d4dc58 rename variables FLUKEBOX_USE_* -> FLUXBOX_USE_* 2003-08-08 11:12:31 +00:00
grant
0d4f8b04ce style, indentation fixes. 2003-08-08 10:02:02 +00:00
agc
f66f6f70da Set the default value for PKGSRC_SHOW_BUILD_DEFS to be defined, to preserve
the eisting behaviour.
2003-08-08 09:58:16 +00:00
grant
489b357068 improve COMMENT. 2003-08-08 09:38:39 +00:00
grant
9f7df216be COMMENT tweak. 2003-08-08 09:33:13 +00:00
grant
e7e868feaa include major version number in COMMENT for distinction, some minor
COMMENT tweaks.
2003-08-08 09:31:00 +00:00
grant
55af8a8d87 COMMENT tweak. 2003-08-08 09:26:13 +00:00
grant
eb46275523 improve COMMENT. 2003-08-08 09:25:16 +00:00
grant
1ea30e1f8f quote some args to ${GREP}.
from gavan@.
2003-08-08 08:51:01 +00:00
agc
60bc77fc38 Re-model the BUILD_DEFS display during build: if PKGSRC_SHOW_BUILD_DEFS is
defined, then show the BUILD_DEFS to the user. If not, then just keep quiet.

Whilst I'm here, re-indent the cpp-like .if/.else/.endif/.for/.endfor lines
properly.

Also, remove the ":u" modifier in the build-defs-message code - it's not
strictly necessary (duplicate definitions will be displayed, but this isn't
a major problem), and it removes the requirement to have a make(1) binary
which supports ":u".

This should fix PR 22402 from Alan Barrett, and also addresses some concerns
raised by Robert Elz.
2003-08-08 08:43:37 +00:00
grant
8c3dd249ab USE_GNU_TOOLS=grep 2003-08-08 08:32:37 +00:00
grant
c798635adc USE_GCC_SHLIB.
from gavan@.
2003-08-08 08:30:19 +00:00
grant
db9821a585 note update of 6to4 to 1.4. 2003-08-08 08:14:57 +00:00