Commit graph

51659 commits

Author SHA1 Message Date
xtraeme
b7462dd72d Add and enable gnome-mag & gnopernicus. 2003-12-30 17:58:03 +00:00
xtraeme
8ba71715c5 Initial import of gnopernicus-0.7.1
Gnopernicus  provides Assistive Technologies (AT) for blind and visually
impaired persons through modules for text-to-speech, braille, etc.
2003-12-30 17:56:39 +00:00
xtraeme
637fb5af1a Initial import of gnome-mag-0.10.4
Gnome-mag is an accessibility tool that magnifies the screen for easier
reading.  This package includes the magnifier Bonobo service as well as a
sample implementation.
2003-12-30 17:55:33 +00:00
xtraeme
ba70ca305a + gnome-speech 2003-12-30 17:54:20 +00:00
xtraeme
7eeed7423e Initial import of gnome-speech-0.2.8 via pkgsrc-wip.
GNOME 2 Speech is a simple general API for producing text-to-speech
 output.
2003-12-30 17:53:27 +00:00
cjep
86f2e5f133 Whitespace fix 2003-12-30 17:39:21 +00:00
cjep
18eab71964 Note addition of bsdiff (and bspatch) version 4.1 into the NetBSD
packages collection as misc/bsdiff.
2003-12-30 17:36:48 +00:00
cjep
a4cf452843 Initial import of bsdiff (and bspatch) version 4.1 into the NetBSD
packages collection as misc/bsdiff.

Bsdiff and bspatch are tools for building and applying patches to binary
files. By using suffix sorting (specifically, Larsson and Sadakane's
qsufsort) and taking advantage of how executable files change, bsdiff
routinely produces binary patches 50-80% smaller than those produced by
Xdelta, and 15% smaller than those produced by .RTPatch (a $2750/seat
commercial patch tool).
2003-12-30 17:34:45 +00:00
cjep
bea8e34291 Add trailing / to HOMEPAGE 2003-12-30 17:32:33 +00:00
cjep
c843a6ae2a Add trailing / to HOMEPAGEs 2003-12-30 17:27:31 +00:00
cjep
ae7fd52e7b Add trailing / on HOMEPAGEs 2003-12-30 17:21:54 +00:00
cjep
9a230398df Whitespace fix 2003-12-30 17:14:28 +00:00
cjep
198cb23bb8 Shorten COMMENT 2003-12-30 17:14:09 +00:00
cjep
d3ca28bfc5 Shorten comment 2003-12-30 17:09:32 +00:00
cjep
d3db2f097b Whitespace fix 2003-12-30 17:04:28 +00:00
cjep
8f4ebb016a Whitespace fixes 2003-12-30 16:58:14 +00:00
cjep
97cab9e9fd Whitespace fix 2003-12-30 16:53:48 +00:00
cjep
5b9624c1fb Whitespace fixes 2003-12-30 16:48:44 +00:00
cjep
0930a86d32 Add RCS tags 2003-12-30 16:46:03 +00:00
cjep
4f5c2da66c Use 75 ='s 2003-12-30 16:36:57 +00:00
bad
88eb08ea76 Get rid of -DNO_RSA in CFLAGS. This causes newer openssl headers to
not include <openssl/rsa.h> from <openssl/x509.h>.  Fixes PR pkg/23901.

While here, apply the patches to properly buildlinkify it for openssl,
which I forgot to pass to agc@ for the last update.
2003-12-30 15:57:53 +00:00
cjep
61a86078a9 Note update of textproc/bsdgrep-devel to 20031230 2003-12-30 15:37:01 +00:00
cjep
5eb0c48a6d Update of textproc/bsdgrep-devel to 20031230. Changes since previous
version (20030914):

 * Fix reading expressions from file.
 * Fix explanation of -C in manual page.
 * Removal of unused functions and variables.
 * Use correct {f,gz}seek parameters.
 * Exit with 2 on errors.
 * Correctly handle a mmap failure condition.
2003-12-30 15:34:52 +00:00
cjep
8a459c538f Further changes for FreeBSD support from Michal Pasternak 2003-12-30 14:41:09 +00:00
gavan
59d28ebbb4 Add newline to pkgconfig file. Solaris' sed complains about files which
don't end in a newline.
2003-12-30 12:35:18 +00:00
gavan
5597a158d0 Extra dependency required on Solaris, as it's not included in the perl pkg
on all platforms.
2003-12-30 12:31:42 +00:00
gavan
19fe227d05 Don't touch Makefile.in. Fixes infinite looping problem on Solaris. 2003-12-30 12:29:48 +00:00
gavan
3ff3196d9d Use G_VA_COPY instead of va_copy. 2003-12-30 12:25:44 +00:00
gavan
a32c0f87c9 #undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
2003-12-30 12:18:56 +00:00
gavan
6105a7faf0 Ensure configure script knows about iconv if necessary. 2003-12-30 12:13:42 +00:00
gavan
fe7e08a748 Remove libraries from the output if they don't exist.
ok'd by grant.
2003-12-30 12:09:27 +00:00
christos
173441eb23 - account for in_ifaddr -> in_ifaddrbase in 1.6ZD (I think).
- XXX: whoever ported this needs to revisit it and fix issues such as utmp
  support etc.
2003-12-30 05:29:45 +00:00
grant
b6d06d7642 trim whitespace from a message. 2003-12-30 05:07:41 +00:00
grant
fe0f9ebf70 Initial import of p5-Devel-Profile-1.03 into the NetBSD packages
collection.

The Devel::Profile package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs in
that script. This information can be used to determine which
subroutines are using the most time and which subroutines are being
called most often.
2003-12-30 04:32:33 +00:00
grant
e599c424b7 +p5-Devel-Profile 2003-12-30 04:30:56 +00:00
grant
d8db979873 Initial import of p5-Devel-Profile-1.03 into the NetBSD packages
collection.

The Devel::Profile package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs in
that script. This information can be used to determine which
subroutines are using the most time and which subroutines are being
called most often.
2003-12-30 04:30:20 +00:00
grant
aadbf8fa3d no need for leading 0 in version number of DEPENDS. 2003-12-30 04:27:51 +00:00
grant
dd354e4607 Initial import of p5-Net-Bind-0.05 into the NetBSD packages collection.
This module provides an interface to various files related to the bind
DNS daemon.
2003-12-30 03:22:10 +00:00
grant
168457e8b9 +p5-Net-Bind 2003-12-30 02:39:08 +00:00
grant
8f421f0567 Initial import of p5-Net-Bind-0.05 into the NetBSD packages collection.
This module provides an interface to various files related to the bind
DNS daemon.
2003-12-30 02:38:47 +00:00
wiz
75299ee318 + TeXmacs-1.0.2.11, asc-1.13.9, efax-gtk-2.2.3, libtiff-3.6.1,
xine-lib-1rc3a.
2003-12-30 02:08:11 +00:00
salo
0896aa5544 New snort, i have it almost done. 2003-12-30 01:59:00 +00:00
kristerw
706376666c Correct path to devel/at-spi/buildlink2.mk. 2003-12-29 23:49:11 +00:00
grant
edbb60f31d +glib/gtk-2.3.1 2003-12-29 23:37:03 +00:00
grant
8f7501a112 improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
2003-12-29 22:57:48 +00:00
heas
2d7f7753e3 Upgrade zebra to 0.94. 2003-12-29 21:59:01 +00:00
cjep
fe4f3139e2 Add #include's necessary for this to build on FreeBSD.
From Michal Pasternak in PR#23828.
2003-12-29 20:03:31 +00:00
wiz
ff06d8377b Fix typo in previous. 2003-12-29 18:22:47 +00:00
kristerw
39af14ea8d Make this pkg build on NetBSD-1.5* NetBSD-1.6[-_.]* by correcting
a typo in the previous commit.
2003-12-29 18:00:15 +00:00
xtraeme
1506976765 Added devel/at-spi and misc/gok. 2003-12-29 17:52:04 +00:00