Commit Graph

1851 Commits

Author SHA1 Message Date
brad
06ae6d0357 use MASTER_SITE_BACKUP for now 2003-01-04 00:05:46 +00:00
marcm
dc1b70af61 Update to 0.22
ok todd@
2003-01-03 21:39:28 +00:00
marcm
f9395e5162 Update to 0.7.10
ok todd@
2003-01-03 21:38:43 +00:00
marcm
da3d6964a0 No, no, no. Just because we're using an installed glib now doesn't mean
you can go linking to strange libraries that you may think we need.

Noticed somewhat painfully by Orpheus <orpheus metempsychosis com>
2003-01-03 05:28:59 +00:00
marcm
c5da3d7383 Move the primary "local include directories" (usually -I/usr/local/include
and -I/usr/X11R6/include) to the end of any lists generated by pkg-config.

This helps to avoid conflicts from packages with different includes using
the same names in matching include paths, like gdk-pixbuf (whose headers
are in ${LOCALBASE}/include/gdk-pixbuf) and gtk+2 (whose headers live
in ${LOCALBASE}/include/gtk-2.0/gdk-pixbuf).

Bump package version accordingly.

ok pvalchev@
2003-01-02 19:23:05 +00:00
pvalchev
d41281ff90 pull string.h for needed prototypes, get rid of unused variables
no response from maintainer shell@
2003-01-02 06:40:55 +00:00
brad
53922a4fde upgrade libusb to 0.1.7
--
MAINTAINER ok
2003-01-01 21:34:44 +00:00
pvalchev
4d9627f908 final round:
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
fgsch
7530f51518 these are actually not arch dependant; problem reported by marc@. 2002-12-30 07:37:55 +00:00
fgsch
6256399a40 and more.. 2002-12-29 20:19:09 +00:00
pvalchev
4f22812321 cast NULL sentinel to void * so it is 64bit on alpha & sparc64 2002-12-29 00:10:47 +00:00
wcobb
10503b6c27 Document the smpeg API.
ok pvalchev@
2002-12-25 02:09:03 +00:00
marcm
64a19369b6 Update to 1.0.5, fix LIB_DEPENDS, take MAINTAINER.
ok sturm@
2002-12-23 04:57:56 +00:00
marcm
3129327515 Fix LIB_DEPENDS, take MAINTAINER. 2002-12-23 04:56:05 +00:00
marcm
6e4c9b8358 Update to 2.0.7, fix LIB_DEPENDS, take MAINTAINER and get libtool to
add -pthread to .la files where needed.

ok sturm@
2002-12-23 04:54:59 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
margarida
b1e61c5384 Add libunicode 2002-12-19 01:21:53 +00:00
margarida
2f3ebc1d3c Import of libunicode-0.4
--
libunicode is a library for manipulating Unicode characters and
strings. It understands both the UTF-8 and UCS-2 encodings, and
has a framework for adding support for new encodings.

brad@ ok
2002-12-19 01:19:52 +00:00
grange
5f3f6cdb57 add libdsk lib765 libspectrum 2002-12-16 14:31:06 +00:00
grange
5637ae5220 libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy. So far it
handles .sna and .z80 snapshots (.sna read only), .tap and .tzx tape
images and .rzx input recording files.

WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html

ok naddy@
2002-12-16 14:29:55 +00:00
grange
fb1635291e lib765 is an emulation of the uPD765a (aka Intel 8272)
Floppy Disc Controller (FDC) as used in Amstrad computers
such as the PCW, CPC and Spectrum +3. At  present it is not
a ``full'' 765; features not used in the PCW BIOS (such as:
DMA, multisector reads/writes, multitrack mode) are either
left unimplemented  or incomplete.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
2002-12-16 14:28:54 +00:00
grange
1fb9c230b1 libdsk is a library intended to give transparent access to
floppy drives and to the disk image files used by emulators
to represent floppy drives.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
2002-12-16 14:27:34 +00:00
fgsch
9843cf978e Update to dejagnu 1.4.3, copied from lang/egcs/dejagnu. 2002-12-14 09:02:02 +00:00
naddy
0fe9eb2ce8 Update to 4.1.1: bug fixes, support for *BSD/sparc64 has been integrated. 2002-12-13 23:56:58 +00:00
marcm
48806b6686 Update to 0.14.0 which now handles -pthread without patching (hmpf "patch
from FreeBSD guys" indeed).

The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically.  This avoids a reported problem on macppc arches.

ok avsm@
2002-12-11 17:17:08 +00:00
couderc
1d8c66ce25 Add ruby-ncurses 2002-12-10 16:21:08 +00:00
couderc
2b197dae55 Initial import of ruby-ncurses from Jim Geovedi.
##

Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library.  These are simply 
mapped to a Module named Ncurses.  Functions and external variables
are implemented as module functions of the Module Ncurses.
2002-12-10 16:01:02 +00:00
brad
13a7400a86 drop MAINTAINER. 2002-12-10 15:46:10 +00:00
brad
fb4ec1cc36 change e-mail address.
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
pvalchev
7331d3eb17 new maintainer: Jolan Luff 2002-12-08 20:23:55 +00:00
sturm
4dac6dd05d update to 1.6.2
from MAINTAINER

- improved error handling
- use of Shell-Quote module for improved filename handling
- new feature for combined plot of line and file statistics

naddy@ OK
2002-12-06 21:11:50 +00:00
sturm
2215e98243 add p5-Time-Piece 2002-12-06 20:46:37 +00:00
sturm
de23297452 initial import of p5-Time-Piece 1.07
submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>

This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.

naddy@ OK
2002-12-06 20:44:37 +00:00
marcm
ecec413342 Pick up MAINTAINER
Kill NEED_VERSION

Bump version number.  This was patched to fix a bug dealing with -pthread
quite a while ago.  The version should have been updated then but wasn't.
2002-12-05 17:50:23 +00:00
shell
a7cb462b34 drop maintainership 2002-12-05 11:14:12 +00:00
naddy
22c8721029 +getxml 2002-12-04 14:32:04 +00:00
naddy
cf1f79d0c4 Import getxml 1.0.4.
Submitted by Jim Geovedi <jim@corebsd.or.id>.

getxml is an XML internationalization tool; it is comprised of 
getxml-extract (makes the header for the gettext tool) and 
getxml-merge (merges XML and po files).
2002-12-04 14:29:58 +00:00
naddy
b83c038294 Add gnuplot in RUN_DEPENDS, and mention License type.
From: Jim Geovedi <jim@corebsd.or.id>
2002-12-04 01:44:22 +00:00
pvalchev
482cfd82fa Update Jim's address in those as well 2002-12-03 22:45:32 +00:00
marcm
f39e43a417 +soup 2002-12-03 19:48:22 +00:00
marcm
04d8022c67 Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides an queued asynchronous callback-based mechanism for sending
and servicing SOAP requests, and a WSDL (Web Service Definition Language)
to C compiler which generates client stubs and server skeletons for easily
calling and implementing SOAP methods.

ok todd@
2002-12-03 19:39:32 +00:00
nino
ddfd88f86e Transfer maintainership to Jim Geovedi <negative@magnesium.net>. 2002-12-03 19:26:34 +00:00
margarida
bd736a211d Add p5-String-Scanf. 2002-12-01 21:16:21 +00:00
margarida
e01485cc44 Add p5-String-Scanf
--
Perl module that emulates the sscanf() of the 
C stdio library.

From: Jim Geovedi <jim@corebsd.or.id>

brad@ ok
2002-12-01 21:14:49 +00:00
marcm
71a1534aac Sync DESCR with reality. 2002-12-01 20:09:02 +00:00
marcm
e2405b4d3d Take maintainership.
ok nino@
2002-12-01 19:59:31 +00:00
naddy
afea673243 - Fix PLIST now that file names >100 chars aren't truncated any longer.
- Some clean-up.
2002-12-01 02:20:18 +00:00
ian
67908bf66a Add missing VMEM_WARNING 2002-12-01 00:40:15 +00:00
margarida
431782d602 Update to version 1.14.
Add license.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:49:10 +00:00
margarida
03a96a6a4e Update to version 0.09.
Add license.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:46:37 +00:00
margarida
15838d90dc Update to version 1.997.
Remove NEED_VERSION, add license, sync PLIST with reality.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:39:13 +00:00
margarida
a0f44661f1 Remove p5-Test-Harness REGRESS_DEPENDS as it comes
with perl v5.8.0

pvalchev@ ok
2002-11-30 19:30:43 +00:00
naddy
78cea3036a fix dependency: devel/p5-Storable comes with perl-5.8.0 2002-11-30 12:40:48 +00:00
wcobb
c480039af9 Update to SDL-1.2.5.
- sdl-config no longer provides -I${LOCALBASE}/include.
- add an `aa' flavor (ASCII art display).
- GNU make is not needed.
- don't use nasm with gcc 3.
- don't install a SEGV handler.
- prevent the joystick driver from picking up usb keyboards.
ok pvalchev@
2002-11-30 11:17:26 +00:00
pvalchev
50309cb63a do not rely on sdl-config providing -I${LOCALBASE}/include for other
headers because it does not anymore with upcoming update
2002-11-30 08:12:18 +00:00
marcm
0782bbd373 Add -q flag to suppress warnings about XML validation, these apps don't
really use scrollkeeper anyway.

Also add support for local a XML catalog file so the new scrollkeeper
doesn't go off on the 'net to find the DTDs it needs.

ok nino@
2002-11-30 04:51:38 +00:00
pvalchev
70efb97788 make sure those can find SDL.h w/o relying ${LOCALBASE}/include is in search path 2002-11-29 05:27:57 +00:00
brad
b7d0dfbab4 do not include the WRKBUILD rooted libs dir in the installed copy of libintl.la 2002-11-29 05:07:01 +00:00
espie
42ef16f4bb cosmetic qt changes. 2002-11-28 19:19:09 +00:00
espie
8e34998817 Update distsite/homepage.
Reminded by Maurice Nonnekes <maurice@amaze.nl>
2002-11-28 18:54:33 +00:00
pvalchev
c305be8657 remove cruft... 2002-11-28 16:36:55 +00:00
margarida
c7d0f08ce4 Add p5-Parallel-ForkManager 2002-11-28 16:16:42 +00:00
margarida
08807b2ed6 Add p5-Parallel-ForkManager
--
This module is intended for use in operations that can
be done in parallel where the number of processes to be
forked off should be limited.

From: David Krause <openbsd@davidkrause.com>

brad@ ok
2002-11-28 16:14:56 +00:00
pvalchev
3f15ffdf31 devel/p5-Storable comes with perl-5.8.0 2002-11-27 21:36:43 +00:00
ish
5ff5e2885b update my email 2002-11-27 07:50:28 +00:00
margarida
6b0670f758 Add p5-Time-Period 2002-11-24 14:33:45 +00:00
margarida
d7e7c452b1 Add p5-Time-Period;
--
Perl module that deals with time periods.

brad@ ok
2002-11-24 14:30:05 +00:00
brad
788f85520f more stubs. 2002-11-24 01:04:22 +00:00
brad
19d8d0bf8e comes with OpenBSD as of 3.2 2002-11-23 23:16:35 +00:00
sturm
c539ea8fde set MAINTAINER to sturm@openbsd.org
naddy@ OK
2002-11-22 16:43:44 +00:00
naddy
092d258af2 update to 0.98.35; from cjeker@diehard.n-r-g.com via angelos@ 2002-11-21 17:38:39 +00:00
margarida
430d1ef599 MASTER_SITE_GNOME was reorganized, fix URLs.
Add missing licensing.

brad@ ok
2002-11-21 02:33:59 +00:00
naddy
471c2b4e88 Update to 0.30; from Peter Galbavy <peter.galbavy@knowtion.net>. 2002-11-21 01:11:15 +00:00
naddy
f34bcd353c return to ports@; requested by (former) maintainer 2002-11-18 23:29:56 +00:00
drahn
1143a16d40 Vararg parameters are promoted to int if char. ok pvalchev@ 2002-11-17 21:14:59 +00:00
pvalchev
43c390b54f p5-I18N-LangTags comes with perl-5.8.0 as well; Nikolay Sturm 2002-11-17 18:59:31 +00:00
pvalchev
0e79215a07 Use MODULES=gcc3 on sparc64 to build this to avoid evil internal compiler
errors deep in STL land
2002-11-17 09:02:19 +00:00
brad
6f456b6ddd remove info page. 2002-11-16 05:33:51 +00:00
marcm
6c2a0fc20b Update to 0.21. Several hops up the bugfix chain. Required for most
newer builds of dependent applications.

ok todd@
2002-11-14 20:56:46 +00:00
naddy
bfcac99c7e Update to 1.29.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 19:04:53 +00:00
naddy
d2fd4cb1c6 Update to 1.07.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 18:47:15 +00:00
naddy
ca03040533 Update to 1.02.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 18:46:00 +00:00
naddy
f98b2e8ac2 Update to 0.08.
From: Jim Geovedi <jim@corebsd.or.id>.
2002-11-13 18:39:40 +00:00
brad
87ecbc6138 more URL fixes. 2002-11-13 16:46:39 +00:00
pvalchev
a1850e47b0 Remove GTL which turned almost completely 'non-free' a while ago, I myself
have lost access to its new releases source code and no longer have interest
in supporting it... removal discussed w/ naddy & a couple of other ppl
2002-11-12 09:07:40 +00:00
todd
cc9f2babf2 - much improved/cleaned 'logmail' log messages (prompted by art)
- ignore vim .*.swp files, from Alexander Yurchenko <grange@rt.mipt.ru>
2002-11-04 16:01:32 +00:00
ian
8b675763dd Add 1.2 2002-11-01 17:55:12 +00:00
ian
be60f204fe Initial import of native Java JDK1.2 2002-11-01 17:52:53 +00:00
pvalchev
04d0ce8b6b this one escaped - IGNORE: comes with perl now 2002-10-30 06:35:11 +00:00
pvalchev
0a2fca3a54 p5-Locale-Maketext & p5-Scalar-Utils now come stock with perl; remove deps 2002-10-30 05:01:43 +00:00
pvalchev
5ab07c2162 p5-Attribute-Handlers now comes stock with perl; remove dependency 2002-10-30 04:48:20 +00:00
pvalchev
6909d112d7 p5-Digest-MD5 now comes stock with perl 2002-10-30 04:46:31 +00:00
pvalchev
10efc52b61 Remove p5-Test-Simple and p5-Time-HiRes depends; now in stock perl 2002-10-30 04:38:12 +00:00
pvalchev
201e10eb09 Set IGNORE. Those modules now come stock with perl-5.8.0 which is part
of -current since a few days ago thanks to millert@

NOTE: If you are not tracking -current and are using the -current ports
tree this where you will run into trouble as dependencies on these ports
are removed.  For -current users, make sure your system is up-to-date
2002-10-30 00:03:38 +00:00
kevlo
f8aeed1729 upgrade to version 1.4.1_01; requested by Ian Delahorne <iand02@kth.se>. 2002-10-29 03:25:21 +00:00
kevlo
839e9f595c upgrade to version 1.08 2002-10-29 02:30:45 +00:00
kevlo
2bca90ca0a upgrade to version 5.3 2002-10-29 02:16:44 +00:00
kevlo
4e82fddeca - upgrade to version 2.05
- add regression test
2002-10-29 01:59:14 +00:00
todd
33248e4bbc thanks to drahn@ update to gc6.1 (misc bugfixes, I've heard good things, etc,
best of all, you can drop this in on shared archs as a replacement for 6.0,
I've tested opencm and w3m)
2002-10-26 13:25:26 +00:00
naddy
edf4ef642a No regression tests available. 2002-10-25 22:37:52 +00:00
naddy
b2ee4be420 Enable regression tests. 2002-10-25 22:37:12 +00:00
naddy
424550466f Update to 0.7; from Jose Nazario <jose@monkey.org>. 2002-10-25 13:30:36 +00:00
fgsch
0332bcc194 update to maintenance release 33. 2002-10-23 22:13:33 +00:00
todd
a40e980fb1 opencm-alpha18pl2 .. another upwards-only compatible update 2002-10-23 20:57:30 +00:00
todd
e2e50ffba9 update to alpha18pl1
WARNING:  Anyone using OpenCM must realize that with this update, you will
          no longer be able to talk to older repositories.  The repository
          itself upgrades fine, just the wire protocol changed incompatibly.

Recap: alpha18pl1 and beyond will not talk to alpha17 and below, and
       vica versa.
2002-10-23 15:35:54 +00:00
naddy
f814be22f8 update to 4.1 and take maintainer; ok jakob@ 2002-10-21 23:18:05 +00:00
pvalchev
ac2234b577 Update to varconf-0.5.4 2002-10-19 08:38:49 +00:00
brad
f060e4e8e2 upgrade to libslang 1.4.6 2002-10-19 03:07:28 +00:00
jsyn
6c9e9a1854 PSS mirror has been updated; add MASTER_SITE_PACKETSTORM back in 2002-10-17 21:08:26 +00:00
naddy
66a1433342 +snit 2002-10-17 00:27:59 +00:00
naddy
424499b558 Import snit 0.6; submitted by Jose Nazario <jose@crimelabs.net>.
Snit is a pure-Tcl object and megawidget framework written entirely
in Tcl.
2002-10-17 00:26:52 +00:00
wilfried
e75af0b18c + p5-Cache-Cache
+ p5-Class-Container
+ p5-Class-Data-Inheritable
+ p5-Devel-StackTrace
+ p5-Error
+ p5-Exception-Class
+ p5-IPC-ShareLite
+ p5-Scalar-List-Utils
2002-10-16 13:20:50 +00:00
wilfried
63928e3ea8 Import p5-Scalar-List-Utils 1.0701; submitted by Jim Geovedi <jim@corebsd.or.id>
This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage
would not really be high enough to warrant the use of a keyword,
and the size so small such that being individual extensions would
be wasteful.
2002-10-16 13:06:16 +00:00
wilfried
0ac4bbe8b2 Import p5-IPC-ShareLite 0.08; submitted by Jim Geovedi <jim@corebsd.or.id>
Provides a simple interface to shared memory, allowing data to be
efficiently communicated between processes.
2002-10-16 13:02:03 +00:00
wilfried
4b704c08d2 Import p5-Exception-Class 1.05; submitted by Jim Geovedi <jim@corebsd.or.id>
This module allows you to declare hierarchies of exception classes for
use in your code.
2002-10-16 12:58:52 +00:00
wilfried
ddcd72629d Import p5-Error 0.15; submitted by Jim Geovedi <jim@corebsd.or.id>
Error/exception handling in an OO-ish way.
2002-10-16 12:56:22 +00:00
wilfried
8a09eca1c4 Import p5-Devel-StackTrace 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Devel::StackTrace object contains a set of Devel::StackTraceFrame
objects, one for each level of the stack.
2002-10-16 12:53:27 +00:00
wilfried
84bf4ecc32 Import p5-Class-Data-Inheritable 0.02; submitted by Jim Geovedi <jim@corebsd.or.id>
Class::Data::Inheritable is for creating accessor/mutators to class
data.  That is, if you want to store something about your class as
a whole (instead of about a single object).  This data is then
inherited by your subclasses and can be overriden.
2002-10-16 12:50:40 +00:00
wilfried
4c0de82e6b Import p5-Class-Container 0.07; submitted by Jim Geovedi <jim@corebsd.or.id>
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason",
in which the Compiler, Lexer, Interpreter, Resolver, Component,
Buffer, and several other objects must create each other transparently,
passing the appropriate parameters to the right class, possibly
substituting their own subclass for any of these objects.
2002-10-16 12:47:38 +00:00
wilfried
a64a9f7829 Import p5-Cache-Cache 1.01; submitted by Jim Geovedi <jim@corebsd.or.id>
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.
2002-10-16 12:43:03 +00:00
wilfried
5aa6d01cd1 update to p5-Params-Validate-0.24, from new maintainer Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:39:16 +00:00
wilfried
a90dfcddab New maintainer: Jim Geovedi <jim@corebsd.or.id> 2002-10-16 12:37:39 +00:00
naddy
de76294f85 - configure sparc64 as a 64-bit platform
- include workaround for a compiler bug
- simplify
ok jakob@
2002-10-13 22:09:25 +00:00
naddy
08eb2c7a60 C++ fixes for gcc3; parts from Jack J. Woehr <jwoehr@attglobal.net> 2002-10-13 21:45:46 +00:00
jsyn
bf2b8fc541 update to flawfinder-1.21; port is using python2.2 now as well 2002-10-12 07:37:31 +00:00
jsyn
b8d78e3404 update to rats-2.1 2002-10-12 06:28:18 +00:00
todd
e18e0273a9 make _sure_ we dont use the includes from the in-tree version of boehm-gc 2002-10-11 12:34:20 +00:00
todd
6e9c7cab13 update to alpha17 (finally some activity!) 2002-10-11 12:27:00 +00:00
fgsch
6347e76401 byebye NEED_VERSION. 2002-10-05 21:11:09 +00:00
naddy
3ccbc67563 Update to FreeBSD-CVSweb 2.0.6. Notable changes:
- Make annotate work under mod_perl.
- New config variable annotate_options.
2002-10-04 19:21:48 +00:00
brad
6709a2465e upgrade to gmake 3.80 2002-10-04 18:06:28 +00:00
marcm
51134e8683 Update MASTER_SITES
ok nino@
2002-09-22 15:37:35 +00:00
avsm
4094f3e8c1 Update to p5-MLDBM-2.01
From new maintainer Jim Geovedi <jim@corebsd.or.id>
2002-09-21 11:41:04 +00:00
avsm
a1d916d859 Update to p5-FreezeThaw-0.43
From new maintainer Jim Geovedi <jim@corebsd.or.id>
2002-09-21 11:38:58 +00:00
nino
86e13c9c02 Update email and MASTER_SITES, zap NEED_VERSION. 2002-09-20 08:15:15 +00:00
shell
0650f3333f Updated to p5-Date-Handler-1.0 2002-09-20 07:40:44 +00:00
kevlo
15eaf8441e upgrade to version 2.04 2002-09-20 02:10:36 +00:00
naddy
1c2933378f Update to 2.21.
From: Gregory Steuck <greg@nest.cx>
2002-09-19 22:38:03 +00:00
kevlo
580441f9df - upgrade to version 5.1
- takeover maintainership
2002-09-19 07:30:50 +00:00
marcm
dd66b0ab11 Update my email address and kill off NEED_VERSION on my remaining ports.
ok pvalchev@
2002-09-19 06:41:59 +00:00
kevlo
224631797a upgrade to version 1.1.1 2002-09-19 06:22:46 +00:00
kevlo
e18f32f5fd Update to version 1.4.1 2002-09-19 06:09:39 +00:00
wilfried
fd127ac438 remove NEED_VERSION from ports that haven't changed in a long while 2002-09-17 14:46:06 +00:00
wilfried
6401116ff5 remove NEED_VERSION from dead ports 2002-09-17 14:35:03 +00:00
todd
24ec1545db more headers (needed by egcs) 2002-09-16 22:00:13 +00:00
brad
e92e6ab0b0 having CONFIGURE_STYLE set to autoconf implies gnu. 2002-09-15 19:53:21 +00:00
shell
a5e092632c Updated to asp2php-0.76.13 2002-09-15 11:01:25 +00:00
naddy
81f2e4a327 Use standard category name. 2002-09-14 23:47:49 +00:00
avsm
cfc78b37bd update to cvs2cl-2.38
from Jim Geovedi <negative@toxic.magnesium.net>
2002-09-14 11:35:03 +00:00
todd
106390e2e4 respect CPPFLAGS 2002-09-12 15:26:33 +00:00
todd
6b35f41b29 we use ${LOCALBASE} here, not /usr/local 2002-09-12 15:08:57 +00:00
todd
2076b86927 use gc.h and co from /usr/local/include 2002-09-12 15:07:23 +00:00
todd
03a3b0e4e7 install one more header, needed by the upcoming opencm use
of /usr/local/include
2002-09-12 14:53:27 +00:00
todd
2b3e8aa0ad take maintainership. niklas@ resigned this 2002-09-12 14:18:56 +00:00
pvalchev
70be3d485d fix VAX support 2002-09-12 06:47:16 +00:00
pvalchev
1df24eb29d link orbit-idl static for now on alpha because it exibits an ld.so problem
of some sort; from Marc Matteo <marcm@lectroid.net>
2002-09-11 16:50:41 +00:00
pvalchev
e918c1a859 fix for alpha support; ok maintainer nino 2002-09-11 16:45:08 +00:00
jsyn
89bd8a1df8 update to rats-1.5 2002-09-08 02:07:19 +00:00
pvalchev
fec07c0f89 use kde3 for arts flavor; bunch of people 2002-09-07 04:56:28 +00:00
todd
33c4e5d770 ugh. dont patch a generated file. 2002-09-04 21:18:04 +00:00
todd
ad8c2e31b3 o 64bit fixes are back, tested on i386, alpha, sparc64 (more archs work now
than before)
o add the 'cm mv file* dir/.' fix from current
o we do not use zlib in this tree, remove an irrelevent patch accordingly
2002-09-04 16:21:43 +00:00
nino
02c74db0ad Add notice about removing /var/db/gconf. Spotted by brad@ 2002-09-04 08:43:23 +00:00
mark
452c6cb893 + # GPL
+ chop NEED_VERSION
2002-09-03 06:31:18 +00:00
mark
cceea2dd2b + # GPL
+ update-patches
+ chop NEED_VERSION
2002-09-03 06:24:46 +00:00
mark
683105b9b8 + # GPL
+ update-patches
+ chop NEED_VERSION
2002-09-03 06:19:18 +00:00
mark
7f83abbfb8 tag patches and add GPL comment for PERMIT's 2002-09-03 04:29:10 +00:00
mark
18b6dcf40d guilib-1.1.1 update
(works on ELF with brad's pending fixes: usbhid_pic/SDL)
told to go ahead and commit now (brad@ ok)
2002-09-03 04:20:27 +00:00
nino
2dbe12308c Remove default conflicts and add a explicit conflict with itself only.
Ok kevlo@
2002-09-02 04:46:05 +00:00
shell
ec7658380b Updated to p5-Test-Simple-0.47 2002-08-31 15:09:23 +00:00
nino
fe0d9763a5 Notice and warn the user if the configuration is out of date.
Suggested by avsm@
2002-08-31 13:31:58 +00:00
nino
b359f8c671 Make pkg-config propagate linker flags other than -l and -L, needed
for dependency chains with -pthread in it.

From Marc Matteo <marcm@lectroid.net>.

Ok shell@
2002-08-31 12:32:21 +00:00
nino
984db45bf1 -update to 1.0.9
-move the default databases to /var/db.

From Marc Matteo <marcm@lectroid.net>

-cleanup: remove useless db3 and guile flavors.

NOTE: This is one of the times you really need to heed the install
notice. In particular, /etc/gconf/1/path should be updated to reflect
the new location for the database.
2002-08-30 19:42:52 +00:00
todd
0aa50eff78 64bit stuff breaks in bad ways. more testing needed 2002-08-28 22:23:29 +00:00
todd
42c5ea0ac6 from wilfried@ .. properly use LIB_DEPENDS and use the PLIST${SUBPACKAGE} so
we don't end up with two packages with docs with the docs flavor. Thanks!
2002-08-28 14:38:25 +00:00
todd
9937b48075 this snuck in. bye! 2002-08-27 18:01:09 +00:00
todd
ee03b19c7a I was reminded about 64bit patches.
o rename three patches to 'update-patches' naming conventions
o add 64bit patches
o add other tidbits from my
   opencm://opencm.org/everyone/todd@fries.net/home/merge-candidate
  branch
2002-08-27 17:43:14 +00:00
todd
50e2027bf4 wrap DESCR to 72 chars, suggested by pvalchev@ 2002-08-27 16:52:45 +00:00
todd
90ca878a11 enable opencm 2002-08-27 16:48:59 +00:00
todd
47060f5673 OpenCM alpha16
OpenCM is designed as a secure, high-integrity replacement for CVS. A list of
the key features can be found on the features page. While not as ``feature
rich'' as CVS, it supports some useful things that CVS lacks. Briefly, OpenCM
provides first-class support for renames and configuration, cryptographic
authentication and access control, and first-class branches. 

The OpenCM project was originally started because we needed a secure,
high-integrity configuration management system for the EROS project.
Alternatives, such as BitKeeper, Subversion, and PerForce, either did not
meet our requirements or were not available at the time the work started. We
had previously used CVS, but it's absence of real branches and configurations
finally drove us to build a better tool.
2002-08-27 16:46:09 +00:00
todd
fe065080cd update to 6.0
misc pieces from art@, pval@, and myself
2002-08-27 15:41:30 +00:00
pvalchev
1e05bc52be Change package name to 'gindent' rather than 'indent' to avoid
confusion with BSD indent(1); also consistent with the actual binary
name we install this under.
2002-08-26 02:58:36 +00:00
pvalchev
20135bc426 Update to gindent-2.2.8
- Add KNF (-knf) option
- Enable BERKELEY option by default
- Use gettext port rather than building its own
From Jim Geovedi <jim@corebsd.or.id>, thanks!
2002-08-26 02:55:09 +00:00
brad
1a972c5236 upgrade to help2man 1.26
- MAINTAINER changed to Jim Geovedi <jim@corebsd.or.id>
--
From: new MAINTAINER
2002-08-22 16:43:15 +00:00
naddy
482949c13f Remove crap; thanks wilfried@ and sturm@sec.informatik.tu-darmstadt.de. 2002-08-21 14:30:27 +00:00
pvalchev
b21eb84b7b p5-Locale-Maketext 2002-08-20 23:49:49 +00:00
naddy
da54672af1 Import Perl module Locale::Maketext 1.03.
Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.

Locale::Maketext is a base class providing a framework for localization 
and inheritance-based lexicons, as described in an article in The Perl 
Journal #13.
2002-08-20 19:35:18 +00:00
brad
bb21ec7e91 upgrade to automake 1.4-p6 2002-08-17 19:41:02 +00:00
avsm
c93190be66 use MASTER_SITE_HORDE 2002-08-17 01:51:08 +00:00
kevlo
20214854f2 remove package conflicts.
--
Pointed out by Christian Edward Gruber <cgruber@israfil.net>.
2002-08-16 01:18:51 +00:00
avsm
2f29955368 better MESSAGE 2002-08-12 01:13:59 +00:00
avsm
042441f08c remove bad substitution 2002-08-12 01:04:30 +00:00
avsm
0662c1b4a4 horde doesnt need to depend on imap or mysql anymore 2002-08-12 00:56:51 +00:00
avsm
f1c35f2312 + chora 2002-08-12 00:55:46 +00:00
avsm
73bc519b88 initial import of chora-1.1
--
Chora is a tool for viewing code repositories that are managed using
the CVS source control system.  It aims to provide a high degree of
integration with CVS and the other Horde web-based tools.
2002-08-12 00:54:25 +00:00
wilfried
2f235a092e fix X11 define/typedef clashes as used in mysqlgui with new fltk 2002-08-10 20:07:02 +00:00
naddy
66b2a1ee27 +p5-File-ReadBackwards 2002-08-10 00:42:03 +00:00
naddy
da26373c6f Import perl module File-ReadBackwards 0.97.
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>.

This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.
2002-08-10 00:41:12 +00:00
nino
f0e175d4ad Update to 1.0.3, make library versioning controllable from the Makefile. 2002-08-09 21:28:59 +00:00
nino
8170f19f45 Update to 1.0.4, make library versioning controllable from the Makefile. 2002-08-09 21:26:43 +00:00
naddy
e869f37598 - Consistently use in-tree libtool.
- Throw out humongous libtool patches.
- Replace patch orgy with simple variable override.
2002-08-09 18:43:00 +00:00