Commit graph

61044 commits

Author SHA1 Message Date
snj
a30e99e2ad Convert to buildlink3. 2004-05-08 19:48:27 +00:00
cl
31a1bdfc13 use ${PYTHON} instead of python to use python
patch provided by: FUKAUMI Naoki  fun at naobsd dot org
2004-05-08 18:50:09 +00:00
salo
2df1c922f3 Simplify, remove unrelated information. 2004-05-08 18:45:51 +00:00
salo
03fb6ff664 Note multimedia/mkvtoolnix update and multimedia/mmg addition. 2004-05-08 18:26:33 +00:00
cl
05e1952f64 add xentools12 package:
The Xen virtual machine monitor allows running several virtual machines
on a single physical machine.  The xentools12 package contains the
tools to create, destroy and control the virtual machines.

The xentools12 package contains the tools for Xen v1.2.
2004-05-08 18:24:00 +00:00
salo
c46bc87019 Add mmg. 2004-05-08 18:23:54 +00:00
salo
bb022093c6 Initial import of mmg-0.8.9: MKVtoolnix mkvmerge GUI.
mmg is a GUI for mkvmerge from MKVtoolnix.  mkvmerge is a tool to create
Matroska files from other media files.
2004-05-08 18:22:14 +00:00
salo
2a3b8056eb Updated to version 0.8.9.
Changes:

- explicitly disable wxWindows support
- mark it as using c++
- prepare for mmg import
- delint

0.8.9:
======
- mmg: new feature: mmg will ask for confirmation before overwriting
       a file. This can be turned off on the settings tab.
- mmg: new feature: Implement drag'n'drop of files onto the input,
       attachment and chapter tabs. For the input and attachment tabs
       it works like pressing the 'add' button. On the chapters tab it
       works like calling 'Chapter Editor -> Open'.
- mkvinfo/mmg: Enabled compilation with wxWidgets 2.5 and Unicode
       enabled builds of wxWidgets.
- all: Increased the precision for timecodes in chapter files to
       nanoseconds (optionally, you can still use fewer digits after
       the '.').
- mkvmerge: Fixes for compilation with gcc 3.4.
- mkvmerge: bug fix: Some strings read from RealMedia files were not
       zero-terminated resulting in broken track recognition for some
       files.
2004-05-08 18:09:20 +00:00
grant
c50af98acb sync with src/ rev. 1.101:
fix typo.
2004-05-08 16:54:28 +00:00
grant
9d57e1df1f correctly preserve the user-specified order of pseudo-compilers. patch
from jlam@.
2004-05-08 16:36:55 +00:00
reed
91e9b985e1 Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults to
"yes"). So any packages that have old GNU configure script that
does not support --infodir option (while using INFO_FILES) can set
CONFIGURE_HAS_INFODIR=NO.

This was suggested by agc@ as a clearer definition.
2004-05-08 16:14:55 +00:00
grant
311a308238 note PKGREVISION bump of gmpc. 2004-05-08 15:41:51 +00:00
grant
7df193d000 fix PLIST *again* properly this time with USE_DIRS+=xgd-1.1. thanks to
wiz and jmmv for the cluebat.

bump PKGREVISION.
2004-05-08 15:40:53 +00:00
grant
c5b31562e6 convert to use buildlink3. 2004-05-08 15:19:18 +00:00
uebayasi
68028b8f52 Make this aware of emacs21nox. 2004-05-08 15:15:07 +00:00
grant
78961944fd convert to buildlink3. 2004-05-08 15:14:23 +00:00
grant
9a9b0aaf12 include apache's buildlink3.mk if using buildlink3. 2004-05-08 15:12:52 +00:00
uebayasi
b532c22999 Use emacs.mk. 2004-05-08 15:10:58 +00:00
grant
fd58cdf03c _PKGSRC_COMPILER needs to contain the real compiler first, then
pseudo-compilers such as ccache and distcc.

fixes problem where lang/gcc{,3} would be incorrectly pulled in when
it should not be.
2004-05-08 15:09:31 +00:00
uebayasi
7b64533029 Enable pkgviews installation. 2004-05-08 15:09:14 +00:00
minskim
c18aa106c9 Note PKGREVISION bump of mlterm. 2004-05-08 15:09:07 +00:00
minskim
cf977ed461 Include Xft2/buildlink3.mk instead of depending on builtin Xft2
implicitly.  Bump PKGREVISION.

OK'ed by uebayasi@, the maintainer.
2004-05-08 15:08:06 +00:00
jlam
fe56564bbd Import pkg_install-20040508. Fixes the -N flag to not cause the -Q
codepath to be executed by correcting the SHOW_* macro definitions.  Also
fix up some function prototypes so this builds with -Wall.  Fixes from
pkg/25494.
2004-05-08 14:51:23 +00:00
uebayasi
97dbaacc12 Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
jdolecek
daea73cf5b some more patches needed for compilation on NetBSD 2.0D+, after replacing
of statfs interface with statvfs interface
2004-05-08 11:52:52 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
uebayasi
659a4dd186 exim-user/ doesn't really exist, remove the entry.
Pointed out by Bernhard 'Burnhard' Riedel on #netbsd @ IRCnet.
2004-05-08 08:50:34 +00:00
snj
4682a83b75 Convert to buildlink3. 2004-05-08 07:37:40 +00:00
snj
9b413b14cd Convert to buildlink3. 2004-05-08 06:41:33 +00:00
grant
4f762fb0ce implement {NOT,ONLY}_FOR_COMPILER so that packages can be marked as
requiring a specific compiler (most often those which use gcc-specific
hacks^wfeatures).

this allows users to define PKGSRC_COMPILER to multiple real compilers in
order to implement a compiler preference. for example,
PKGSRC_COMPILER="sunpro gcc" will use sunpro as the default compiler,
and fall back to gcc where a package is marked NOT_FOR_COMPILER=sunpro
or ONLY_FOR_COMPILER=gcc.
2004-05-08 06:03:26 +00:00
snj
43d5e1643c Convert to buildlink3. 2004-05-08 04:50:50 +00:00
taya
c1af75dd93 note update of thunderbird-gtk2 to 0.6 2004-05-08 04:38:40 +00:00
taya
d0c3a98438 Update thunderbird-gtk2 to 0.6
What's new from release notes:
* Improved Junk Mail Controls
The algorithm for the adaptive junk mail controls has been heavily
redesigned to learn faster and catch more spam.

* New Brand Identity
To be consistent with the Mozilla Foundation's goal of brand identity,
Thunderbird has a new logo and supporting artwork thanks to the fine
work of the Mozilla Visual Identity team.

* Other New Features...
- IMAP users can now benefit from support for the IMAP IDLE command
which allows the mail server to push notifications such as new mail
arriving as soon as it arrives.

- Thunderbird supports server-wide news filters that apply to all
newsgroups on a server.

- Thunderbird includes Secure Password Authentication using a new
cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP.

- Mail filters can now mark messages as junk.

- Tools > Options > Compose > HTML Options allows you to set up
default HTML compose options such as font, size and color.

- Attachments can be opened directly from the compose window to verify
their contents before sending.

- Thunderbird now supports the notion of multiple identities per mail
account. This makes it easy to have several e-mail addresses which end
up going into the same account. Read More about how to set this up.

* Recently Fixed Bugs
- In the case of a failure when copying a message to an online Sent
folder, Thunderbird will now ask if you would like it to try again.

- Pasting data from an OpenOffice.org spreadsheet no longer pastes
random HTML garbage before the actual spreadsheet data into HTML
compose.

- Fixed several situations where LDAP connections were left open when
using LDAP auto complete or performing searches on LDAP directories.

- Improved view source behavior.

- Mail notification for POP3 messages that are marked deleted or
marked read by mail filters no longer occurs.

- The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-08 04:38:08 +00:00
taya
e97e0489ba note update of thunderbird to 0.6 2004-05-08 04:37:17 +00:00
taya
6675b59eb1 Update thunderbird to 0.6
What's new from release notes:
* Improved Junk Mail Controls
The algorithm for the adaptive junk mail controls has been heavily
redesigned to learn faster and catch more spam.

* New Brand Identity
To be consistent with the Mozilla Foundation's goal of brand identity,
Thunderbird has a new logo and supporting artwork thanks to the fine
work of the Mozilla Visual Identity team.

* Other New Features...
- IMAP users can now benefit from support for the IMAP IDLE command
which allows the mail server to push notifications such as new mail
arriving as soon as it arrives.

- Thunderbird supports server-wide news filters that apply to all
newsgroups on a server.

- Thunderbird includes Secure Password Authentication using a new
cross-platform NTLM authentication mechanism for IMAP, POP3 and SMTP.

- Mail filters can now mark messages as junk.

- Tools > Options > Compose > HTML Options allows you to set up
default HTML compose options such as font, size and color.

- Attachments can be opened directly from the compose window to verify
their contents before sending.

- Thunderbird now supports the notion of multiple identities per mail
account. This makes it easy to have several e-mail addresses which end
up going into the same account. Read More about how to set this up.

* Recently Fixed Bugs
- In the case of a failure when copying a message to an online Sent
folder, Thunderbird will now ask if you would like it to try again.

- Pasting data from an OpenOffice.org spreadsheet no longer pastes
random HTML garbage before the actual spreadsheet data into HTML
compose.

- Fixed several situations where LDAP connections were left open when
using LDAP auto complete or performing searches on LDAP directories.

- Improved view source behavior.

- Mail notification for POP3 messages that are marked deleted or
marked read by mail filters no longer occurs.

- The "Mark All Read" keyboard shortcut now works for Linux GTK2.
2004-05-08 04:35:37 +00:00
grant
e993257ed5 fix DEPENDS path to p5-Test-Simple. 2004-05-08 04:09:05 +00:00
grant
2a228a124e include p5-Test-Harness/depends.mk instead of explicit DEPENDS on
p5-Test-Harness.
2004-05-08 04:08:40 +00:00
grant
b2e0fa4a11 move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,
so any package requiring it can DTRT.
2004-05-08 04:05:58 +00:00
jschauma
4abc697bd0 Under Irix, vsnprintf(3) happily truncates longer strings and returns
the number of size.  This lead to some of the commands being truncated
and not executing appropriately.  (The function in questions was
make_message in ./src/preproc/html/pre-html.cpp.)  Patch this to also
behave correctly with Irix' vsnprintf(3) family.

This should address PR pkg/22563.
2004-05-08 03:21:57 +00:00
reed
b55d6be4b0 Use INFO_DIR in the info documentation search path. This is needed
if using a custom INFO_DIR so info command can find docs.
2004-05-08 02:50:03 +00:00
reed
b1c2609f21 If using GNU_CONFIGURE then set --infodir to ${PREFIX}/${INFO_DIR}.
I have used this successfully to install over 300 info files
using INFO_DIR=share/info.

Also add new variable called NO_CONFIGURE_INFODIR (as suggested
by Greg Woods) because some autoconf-style configure scripts
don't know --infodir. (The alternative is to use HAS_CONFIGURE
and add the needed CONFIGURE_ARGS.)

Please note that the info tool may not find custom INFO_DIR
unless it is configure to know it. (I will update gtexinfo
for this, but if using native info you are on your own
if you customize this.)
2004-05-08 02:13:00 +00:00
xtraeme
5a8d597cda Added net/gift* packages. 2004-05-08 02:12:32 +00:00
reed
64ec3da5be Use a new option NO_CONFIGURE_INFODIR which is about to be introduced
because although these packages use autoconf-style configure
scripts they do not know --infodir option.
2004-05-08 02:08:38 +00:00
xtraeme
867064a886 Initial import of giftcurs-0.6.2 from pkgsrc-wip.
giFTcurs is a cursed frontend to the giFT daemon and has been described
as "seriously slick".
2004-05-08 02:06:48 +00:00
xtraeme
7392f9700d Initial import of gift-openft-0.2.1.2 from pkgsrc-wip.
gift-openft is a plugin for the giFT Daemon which provides access to the
OpenFT peer-to-peer network.
2004-05-08 02:06:06 +00:00
xtraeme
5485cd6ed4 Initial import of gift-gnutella-0.0.9.2.
This is the gnutella plugin for gift.
2004-05-08 02:05:30 +00:00
xtraeme
e52a4a7fdd Initial import of gift-fasttrack-0.8.6.
giFT-FastTrack is a plugin for giFT which enables users of giFT to participate
in the FastTrack network. The required cryptographic algorithms have been
successfully reverse engineered and searching/downloading already work.
2004-05-08 02:04:53 +00:00
xtraeme
170209265f Initial import of gift-0.11.6 from pkgsrc-wip.
What is giFT, you ask? giFT is a modular daemon capable of abstracting the
communication between the end user and specific filesharing protocols
(peer-to-peer or otherwise). The giFT project differs from many other similar
projects in that it is a distribution of a standalone platform-independent
daemon, a library for client/frontend development, and our own homegrown
network, OpenFT.
2004-05-08 02:03:58 +00:00
reed
66353798d9 Make sure this m4.info file is really installed to INFO_DIR. 2004-05-08 01:59:07 +00:00
minskim
8b2955b407 Add and enable un-ttf. 2004-05-08 01:55:57 +00:00