Commit graph

59096 commits

Author SHA1 Message Date
drochner
98bbd08be7 update to 4,3,0
changes: bugfixes, some minor features
2004-04-15 18:54:29 +00:00
drochner
d216d19213 update to 8.0.211
C-Kermit 8.0.211 is a "stability release" -- mostly bug fixes, only a
handful of new features:
    INPUT /NOMATCH timeout (waits for the entire interval without trying
     to match anything; useful for scripted logging).
    SET INPUT SCALE-FACTOR (lets you scale INPUT timeouts); \v(inscale),
     SHOW INPUT.
    ASK[Q] and GETOK /DEFAULT:text (lets you supply default answer).
    FREAD /TRIM and FREAD /UNTABIFY.
    \funtabify(string).
    ON_CD macro (if you define one, it executes automatically whenever
     you tell Kermit to change directories).
2004-04-15 18:14:52 +00:00
drochner
6fb7984c3d -remove NO_CONFIGURE, PYTHON_PATCH_SCRIPTS is executed pre-configure
-replace non-functional PYTHON_PATCH_SCRIPT_SED override
2004-04-15 18:10:06 +00:00
drochner
81a3bb0313 sanity: PYTHON_PATCH_SCRIPTS is already relative to ${WRKSRC} 2004-04-15 17:58:57 +00:00
drochner
da76636022 remove superflous PYTHON_PATCH_SCRIPT_SED, and use some more of
PYDISTUTILSPKG
2004-04-15 17:36:29 +00:00
jmmv
935722124c Note revision bump for gnome-vfs2 to 1.
Note addition of gnome-vfs2-cdda and gnome-vfs2-smb.
2004-04-15 16:44:27 +00:00
jmmv
e0420f0127 Add and enable gnome-vfs2-smb. 2004-04-15 16:42:23 +00:00
jmmv
17be7b6a5c Initial import of gnome-vfs2-smb, version 2.6.0:
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the smb module for GNOME VFS, which allows it to
surf networks using the SMB protocol (also known as Microsoft Networks).
2004-04-15 16:41:02 +00:00
jmmv
fe76046ff2 Add and enable gnome-vfs2-cdda. 2004-04-15 16:38:48 +00:00
jmmv
9c32a2d385 Initial import of gnome-vfs2-cdda, version 2.6.0:
GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the cdda module for GNOME VFS, which allows it to
retrieve audio tracks from CDDA capable CDROM drives.
2004-04-15 16:37:51 +00:00
jmmv
6be8ecce91 Disable the cdda support from gnome-vfs2, to trim the dependencies a bit.
Bump PKGREVISION to 1 because of this.

While doing this, split the Makefile in two parts to aid with the addition
of packages providing modules (which are distributed inside the gnome-vfs2
distfile).

Also do some PRINT_PLIST_AWK tricks.
2004-04-15 16:36:20 +00:00
jmmv
11a16f157c Note revision bump for samba to 1. 2004-04-15 16:29:16 +00:00
jmmv
4e9c9f3062 Initial addition. 2004-04-15 16:28:11 +00:00
jmmv
f9a2e7f485 Install a libsmbclient.so.0 link for the library, to let programs that use
it find it properly.  Bump PKGREVISION to 1.
2004-04-15 16:26:31 +00:00
tv
2445e1de31 Provide a quick fix for PR pkg/25187 so that "make update" DTRT with
dependencies again.

This is not a good long term solution; I'm still working on that as an
option to pkg_info to recurse the dependency tree.
2004-04-15 15:37:39 +00:00
jmmv
3ead27bde3 Add gstreamer-0.8.1 and gst-plugins-0.8.1, and assign them to me. 2004-04-15 14:42:59 +00:00
jmmv
4943308add Note update of gnopernicus to 0.8.3. 2004-04-15 14:40:51 +00:00
jmmv
849b7ce260 Update to 0.8.3:
GUI:
    * Crosshair color inversion made clearer by graying the 'Cross-hair color'
      button when 'Cross-hair color inverted' checkbox is checked.
    * Changed some keyboard accelerators.

UI:
    * A better presentation for tables  : added two new presentation items.

BRAILLE:
    * Added suport for some more braille devices.

MAGNIFIER:
    * Changed required version of gnome-mag to 0.11.0.
2004-04-15 14:38:48 +00:00
christos
548f4ec292 Thanks to @@@'s new macros we need another patch now. 2004-04-15 14:37:22 +00:00
minskim
0796a62243 + kermit-8.0.211, maradns-1.0.21 2004-04-15 14:15:44 +00:00
minskim
eb78be8f54 Update t1lib to 5.0.2.
Changelog is not available, but it seems to be a bug fix release.
2004-04-15 14:14:33 +00:00
xtraeme
57104cf23f Make this build in FreeBSD. 2004-04-15 13:48:43 +00:00
xtraeme
9c729cd4c0 Make this build in FreeBSD, patch stolen from FreeBSD/ports. 2004-04-15 13:27:36 +00:00
xtraeme
1c7861c571 Make this build in FreeBSD. 2004-04-15 13:16:35 +00:00
wiz
1be4ad7cc0 Convert to bl3. 2004-04-15 13:07:55 +00:00
xtraeme
a9fe576149 Make this build in FreeBSD, patches stolen from FreeBSD/ports. 2004-04-15 12:56:22 +00:00
martti
d4300e89ca Updated doxygen to 1.3.6 2004-04-15 12:52:57 +00:00
martti
fa2a539e8f Updated doxygen to 1.3.6
Changes

* For projects with many nested classes, namespaces, typedefs and using
  statements, doxygen could become very slow. This should now be improved
  significantly.
* Made some cosmetic changes to the HTML output.
* STRIP_FROM_PATH now by default strips the path from which doxygen is run

New features

* Make a start with adding support for Objective-C. Doxygen can now parse
  Objective-C header files (including protocols and categories).
* Include a patch by Hauke Duden which adds preliminary support for the
  D programming language (see http://www.digitalmars.com/d).
* C Comments inside #defines are now preserved. This could be useful
  to document boilerplate code.
* Included patch to replace tabs by the proper amount of spaced inside code
  fragments in the XML output (thanks to Alexandr for the patch).
* Examples (documented via \example) are now included in the XML output.
* New option SORT_BRIEF_DOCS which when enabled will list the
  declaration section of the documentation (with the brief descriptions)
  in alpabetical order, instead of declaration order.
* Included patch for Hungarian translation (thanks to Akos Kiss) and for
  the Serbian language. Added support for mixed Korean/english (thanks
  to Jihoon Chung). The translator report script was also updated.
2004-04-15 12:52:37 +00:00
wiz
15d2bad273 Convert to bl3.
XXX: candidate for NO_BUILD/NO_BUILDLINK?
2004-04-15 12:42:56 +00:00
wiz
8874ec4205 Add bl3 file. 2004-04-15 12:27:09 +00:00
wiz
1f5e0f3881 Convert to bl3. 2004-04-15 12:18:57 +00:00
wiz
be0de001d3 Convert to bl3. 2004-04-15 11:46:47 +00:00
mjl
00c5977c01 Note p5-palm, p5-Config-General 2004-04-15 11:45:50 +00:00
mjl
7e5a0f5144 Update p5-Config-General to 2.26
- fixed invalid regexp in _open()
 - fixed bug with not working -IncludeRelative setting when
   including a config file.
 - add the -BackslashEscape parameter to enable general escaping
   of special characters
 - added feature
   now block statements like this are allowed: "<directory blah/>"
 - fix a bug with the -Tie option, sub-hashes of named blocks were
   not properly created (in fact, not tied).
 - fixed bug in new() used $this instead of $self for empty
   hashref creation if no config file given.
2004-04-15 11:43:45 +00:00
xtraeme
36124e79a4 Disable _XOPEN_SOURCE_EXTENDED when using FreeBSD, ok'ed by jmmv@. 2004-04-15 11:32:50 +00:00
wiz
3a1961986c Convert to buildlink3. 2004-04-15 11:27:45 +00:00
jmmv
cad79331bb Set USE_LIBTOOL=yes. 2004-04-15 11:16:04 +00:00
grant
9fb0bcb4bf note import of yasql-1.81
fix date of prior entry
2004-04-15 11:12:04 +00:00
wiz
e1591fe56e Only add BDBBASE to BUILD_DEFS once. 2004-04-15 11:11:57 +00:00
grant
dbc3a32a38 +yasql 2004-04-15 11:10:18 +00:00
grant
ce568e0768 Initial import of yasql-1.81 into the NetBSD packages collection.
YASQL is an open source Oracle command line interface. YASQL features a
much kinder alternative to SQL*Plus's user interface. This is meant to
be a complete replacement for SQL*Plus when dealing with ad-hoc queries
and general database interfacing. It's main features are:

	* Full ReadLine support
	* Alternate output methods
	* Output of query results
	* Data Input and Binding
	* Command pipes
	* Tab completion
	* Easy top rownum listings
	* Enhanced Data Dictionary commands
	* Query editing
	* Query chaining
	* Basic scripting
	* Config file
	* Future extensibility
2004-04-15 11:09:59 +00:00
grant
17eecc0fd0 note import of p5-DBD-Oracle 2004-04-15 10:49:53 +00:00
grant
7810b6541b +p5-DBD-Oracle 2004-04-15 10:49:04 +00:00
grant
47970d0099 Initial import of p5-DBD-Oracle 1.14 into the NetBSD packages collection.
DBD::Oracle is a Perl module which works with the DBI module to
provide access to Oracle databases.
2004-04-15 10:48:43 +00:00
jmmv
f524c7136b Note addition of gtk2-engines-bluecurve, version 1.0. 2004-04-15 10:48:00 +00:00
jmmv
e12707865c Add and enable gtk2-engines-bluecurve. 2004-04-15 10:46:27 +00:00
grant
1f24ea4afb no longer used 2004-04-15 10:45:25 +00:00
jmmv
4ec80e109c Initial import of gtk2-engines-bluecurve, version 1.0:
Port of famous Bluecurve theme for GTK2+, introduced by RedHat.
2004-04-15 10:45:15 +00:00
grant
fabb31d14d conditionally set SQLRELAY_DATABASES. 2004-04-15 10:44:53 +00:00
grant
6a87c776f1 bl3ify 2004-04-15 10:44:30 +00:00