Commit graph

56042 commits

Author SHA1 Message Date
markd
d022ffe41e Add missing libfrtbegin.a 2004-03-01 11:39:58 +00:00
markd
ede8363ade PLIST tweak when using an old X tree. 2004-03-01 11:37:15 +00:00
uebayasi
560987a2c5 * Document SUBST_CLASSES.
* Indent conditionals.

Reviewed By:	wiz
2004-03-01 09:57:10 +00:00
cube
a2711fedac Enable and note addition of srm version 1.2.8. 2004-03-01 09:45:31 +00:00
cube
24dcecdd5f Initial import of srm, version 1.2.8 into the NetBSD Package Collection,
by request on regional-fr.

Srm is a secure replacement for rm(1).  Unlike the standard rm, it overwrites
the data in the target files before unlinkg them.  This prevents command-line
recovery of the data by examining the raw block device.  It may also help
frustrate physical examination of the disk, although it's unlikely that
completely protects against this type of recovery.

Srm uses algorithms found in _Secure Deletion of Data from Magnetic and
Solid-State Memory_ by Peter Gutmann and THC Secure Delete (the overwrite,
truncate, rename, unlink sequence).

All users, but especially Linux users, should be aware that srm will only
work on file systems that overwrite blocks in place.  In particular, it will
_NOT_ work on resiserfs or the vast majority of journaled file systems.  It
should work on ext2, FAT-based file systems, and the BSD native file system.
Ext3 users should be especially careful as it can be set to journal data as
well, which is an obvious route to reconstructing information.
2004-03-01 09:43:06 +00:00
minskim
658f3a6c64 + bidwatcher-1.3.13, gnutls-1.0.8, libidn-0.4.0, libtasn1-0.2.7,
opencdk-0.5.4, sylpheed-0.9.10
2004-03-01 05:09:22 +00:00
kristerw
2fd8809e9f Make this package build on amd64 with a patch from Richard Rauch in
PR pkg/24403.
2004-03-01 03:39:56 +00:00
minskim
8fbdd24c03 Note update of autogen to 5.6.0. 2004-03-01 02:27:34 +00:00
minskim
e15292e959 Update autogen to 5.6.0 and bl3ify.
Changes since 5.5.3:
  * AutoFSM was enhanced with the notion of a "noop" transition handling
  * fmemopen() is now used (when possible) for anonymous output (diversions)
  * The Guile function (chdir "...") is now wrapped so AutoGen can adapt
  * the definitions parser now uses a FSM parser instead of YACC
  * AutoOpt-ed programs can now have internationalized usage text
  * Templates have been added for using getopt(3) or getopt_long(3GNU)
    to parse options (in lieu of libopts).
  * better docs on partitioned ini (rc) files
2004-03-01 02:26:13 +00:00
snj
8ad17cf72a +autogen-5.6.0 2004-03-01 02:09:54 +00:00
kristerw
186a784554 Make this package build on amd64. 2004-03-01 01:46:57 +00:00
kristerw
013c549a86 The NetBSD-current tar has problems with -C (see PR bin/24611)
Work around this problem by explicitly "cd" into the directory instead
of using the -C option.
2004-03-01 00:56:24 +00:00
recht
d493c3d92d add buildlink3.mk 2004-03-01 00:47:43 +00:00
recht
12425e4562 note update of roundup to 0.6.7 2004-03-01 00:45:27 +00:00
snj
b989a2bccc Include math.h earlier on to fix a build problem on FreeBSD.
Trivial fix from FreeBSD through Michal Pasternak in PR pkg/23846.
2004-03-01 00:43:13 +00:00
recht
d56f577fe2 update to 0.6.7
The 0.6.7 release fixes some bugs:
- be more backward-compatible when asking for EMAIL_CHARSET
- made error on create consistent with edit when user enters invalid data
  for Multilink and Link form fields (sf bug 904072)
- made errors from bad input in the quick "Show issue:" form more
  user-friendly (sf bug 904064)
- don't add a query to a user's list if it's already there
- nicer invalid property error in HTML templating
- use EMAIL_CHARSET for message body too (still sf bug 900046)
2004-03-01 00:41:48 +00:00
recht
ee8ddf1d62 Apply first part (creation of libpython.so) of the patch provided by
Michal Pasternak in PR 24599.
Leave the RUNSHARED part for now until it's proven that it's really needed
and a cleaner has been found.
2004-03-01 00:16:35 +00:00
jmmv
875cab40fa Note addition of ltsa, version 2.2. 2004-02-29 22:23:09 +00:00
jmmv
949d6d3075 Add and enable ltsa. 2004-02-29 22:22:24 +00:00
jmmv
6c28801faa Initial import of ltsa (Labelled Transition System Analyser), version 2.2:
A model is a simplified representation of the real world.  Engineers
use models to gain confidence in the adequacy and validity of a proposed
design.

Models are described using state machines, known as Labelled Transition
Systems (LTS).  These are described textually as Finite State Processes
(FSP) and displayed and analysed by the LTSA analysis tool.

This package provides the LTSA utility exposed above.  It is specially
useful to be used together with the 'Concurrency: State Models & Java
Programs' book, whose page is at http://www-dse.doc.ic.ac.uk/concurrency/.
2004-02-29 22:21:19 +00:00
recht
2e372ab380 Also add expat to PREFER_PKGSRC.
ok'd by wiz@
2004-02-29 19:06:09 +00:00
wiz
6078cea458 Add fontconfig to PREFER_PKGSRC arguments too;
per report from hubertf that it fixed his kdetoys3 build and nudge from
Sverre Froyen on tech-pkg.
2004-02-29 18:58:12 +00:00
wiz
f1352494b4 Add buildlink3.mk. Closes PR 24600. 2004-02-29 18:29:02 +00:00
minskim
66cf32eaa8 Note PKGREVISION bump of mlterm. 2004-02-29 17:56:54 +00:00
minskim
c96b46aa17 Add -R option in linking, so that scrollbar modules can be loaded
dynamically.  Noted by Naoki Fukaumi on tech-pkg-ja@jp.NetBSD.org.
While here, replace sed/mv with SUBST_* and make them fix more files.

Bump PKGREVISION.
2004-02-29 17:54:13 +00:00
jmmv
4e231649c2 Note update of autoswc to 1.2. 2004-02-29 17:52:27 +00:00
xtraeme
9d18e72ce2 Add and enable firefox and firefox-gtk2. 2004-02-29 17:49:30 +00:00
jmmv
a104c813a1 Update to 1.2:
- Do not check for fnmatch(3) in the default configure script because we
  don't know beforehand if a package wants a GNU or a POSIX version of it.
  This fixes the build of, for example, diffutils.
2004-02-29 17:49:09 +00:00
xtraeme
05bec5112a Initial import of firefox-gtk2, provided by Kouichirou Hiratsuka
in PR pkg/24605.

This is the same than www/firefox but using the gtk2 widgets.
2004-02-29 17:46:52 +00:00
xtraeme
501a46affb Initial import of firefox-0.8, provided by Kouichirou Hiratsuka
in PR pkg/24603.

Mozilla Firefox is a free, open-source and cross-platform web browser
for Windows, Linux, MacOS X and many other operating systems. It is
small, fast and easy to use, and offers many advantages over other web
browsers, such as tabbed browsing and the ability to block pop-up
windows.

Firefox also offers excellent bookmark and history management, and it
can be extended by developers using industry standards such as XML,
CSS, JavaScript, C++, etc. Many extensions are available.
2004-02-29 17:44:31 +00:00
minskim
c1beb9fb91 Correct a subdirectory name in Makefile. The patch was sent to the
author.  Noted by Kouichirou Hiratsuka on tech-pkg-ja@jp.NetBSD.org.
2004-02-29 17:41:16 +00:00
jmmv
f5a361f91b Note update of rhythmbox to 0.6.7. 2004-02-29 16:42:33 +00:00
jmmv
e41f505683 Update to 0.6.7.
Changes in 0.6.7:
* Brown paper bag release
* Fix usage of GCONF_SCHEMA_FILE_DIR [Joe Markus Clarke]
* Don't include unsupported MIME types in .applications [Colin Walters]

Changes in 0.6.6:
* Don't lose on AMD64 [Colin Walters]
* Honor G_PARAM_CONSTRUCT_ONLY properties [Colin Walters]
* Fix startup notification when already running [Christophe Fergeau]
* Keep current selection on right-click [Colin Walters]
* Fix use of non-POSIX sh syntax [Julio M. Merino Vidal]
* Use GCONF_SCHEMAS_FILE_DIR [Julio M. Merino Vidal]
* Don't crash trying to save session while loading [Colin Walters]
* Escape symlink names when resolving URIs [Colin Walters]
* More gcc-2.95 fixes [Colin Walters]
* Improved genre sort [Colin Walters]
* Parse bare .m3u files [Colin Walters]
* Less strict version tests in autogen.sh [Colin Walters]
2004-02-29 16:41:21 +00:00
kristerw
8a72ed7fa8 Copy a missing .h file from ${FILESDIR} to make this compile on amd64. 2004-02-29 14:14:19 +00:00
jdc
46966334cc Regenerated for new patch-aa, patch-ab. 2004-02-29 13:48:52 +00:00
jdc
8802024683 Make this work on NetBSD-current. Fixes:
all.c:640: error: conflicting types for `sys_nerr'
  /usr/include/errno.h:53: error: previous declaration of `sys_nerr'
2004-02-29 13:45:48 +00:00
jdc
7424ba96a7 Remove warnings:
warning: traditional C rejects ISO C style function definitions
by removing -Wtraditional.
2004-02-29 13:38:27 +00:00
martti
b09d4208ff Updated bins to 1.1.25 2004-02-29 13:09:04 +00:00
martti
8e39ff7b1e Updated bins to 1.1.25
- The images in each directory can now be displayed in an arbitrary,
  custom order. This is done via an optional file album.list (a slibling
  file to album.xml) that lists the files in the order you want them
  displayed. If album.list doesn't exist in a directory the sorting by
  image name is done as usual.
- Added hot keys (use with Alt key) : (N)ext, (P)revious, (U)p,
  (H)ome, images (L)ist, (T)ree.
- Added first, last, index, parent, up and index relation links in
  thumbnail and image pages. They are used by Mozilla and Opera
  navigation bar.
- Added first and last links on thumbnail and image pages in default
  templates.
- Fix bug on images list page for custom sizes (defined in description image
  file).
- Updated Spanish translation.
- Updated Esperanto translation.
2004-02-29 13:08:55 +00:00
jmmv
6b8611d116 Note update of ccgo to 0.3.4. 2004-02-29 12:43:24 +00:00
jmmv
17af74fdfb Update to 0.3.4.
Changes in the package:
- Use subst.mk instead of a custom pre-configure.
- Depend on gnome2-dirs, gnugo and pkgconfig.
- Drop useless regexx dependency.

Changes since previous versions:
- ccgo 0.3.3 to 0.3.4
	* allow reviving marked-dead groups when scoring local games
	* fix compatibiliy with new IGS
	* fix ignored handicaps in importing SGF files
	* update State when getting own info
	* allow undo when playing with computer
- ccgo 0.3.2 to 0.3.3
	* support SGF files with handicap setup at root node
	* allow handicaps in matches with gnugo
	* minor enhancements
- ccgo 0.3.0 to 0.3.2
	* internationalization
	* remove dependancy on regexx
	* many fixes
2004-02-29 12:42:22 +00:00
markd
23554fcb50 PKGREVISION bump on kdelibs3. 2004-02-29 12:05:56 +00:00
markd
5703e9aa3d Fix another instance of finding the path for ispell/aspell.
Bump PKGREVISION.
2004-02-29 12:00:56 +00:00
markd
406a640571 Some shells don't like:
if test -x /bin/true; then
else

so replace with:

if test -x /bin/true; then
  :
else

From Roland Illig in a posting to "tech-pkg"

Also add missing openssl/buildlink2.mk to buildlink2.mk.
2004-02-29 11:49:54 +00:00
recht
46e479cd61 s/randr/randrext/ for PREFER_PKGSRC
(There's no randr pkg.)
2004-02-29 11:33:43 +00:00
jmmv
6d9d050249 Fix build with gcc3. 2004-02-29 11:10:36 +00:00
wiz
a41788d9c7 Default PREFER_PKGSRC to
Xrender render Xft2 freetype2 Xrandr randr xcursor
to fix lots of build problems on systems where the libraries
coming with X are too old for some packages (but not for others).
Ok'd by recht@ and agc@.

Attention: for this to take effect, you must recompile your packages
that depend on freetype2/Xrender, especially pango.
2004-02-29 10:32:13 +00:00
wiz
cbc980b30b Revert:
revision 1.29
date: 2004/02/18 19:13:30;  author: jlam;  state: Exp;  lines: +23 -23
Configure and build shlibtool after configuring and building libtool,
resepectively.  This makes the build output look more logically grouped
into phases.
to make this build again on 1.5.x systems.
Addresses PR 24588.
2004-02-29 10:28:24 +00:00
mrauch
351a8f16a2 The PKG_FAIL_REASON string needs quoting. 2004-02-29 08:54:41 +00:00
uebayasi
6f2a95e5ed Note import of Portable ACPI dumper (acpidump-20020711).
The acpidump utility analyzes ACPI tables in physical memory and dumps
them to standard output.  In addition, acpidump can disassemble AML
(ACPI Machine Language) found in these tables and dump them as ASL
(ACPI Source Language).
2004-02-29 06:00:23 +00:00