1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

1616 Commits

Author SHA1 Message Date
Jason Evans
59684947e8 Turn on the 'cook' port. 2000-02-01 07:43:07 +00:00
Jason Evans
4f8a162df2 Add port of 'cook', which is similar in nature to make(1). 2000-02-01 07:41:59 +00:00
Jason Evans
bf00c85054 Require a more recent OSVERSION, since linuxthreads uses dllockinit(),
which only very recently started to work correctly with linuxthreads.
2000-02-01 03:39:26 +00:00
Michael Haro
4e077ebed9 forgot this file
PR:		16494
2000-02-01 03:12:09 +00:00
Michael Haro
ddf5479369 update WWW and move sigc++config.h
PR:		16494
Submitted by:	maintainer
2000-02-01 03:11:01 +00:00
Marc G. Fournier
59daf2fa99 broke port getting rid of MICOVER variable .. re-added in a way that doesn't
break portlint

Submitted by:	 Maxim Sobolev <sobomax@altavista.net>
2000-01-31 14:39:49 +00:00
Kris Kennaway
76283873e7 Fix several buffer overflows and update the manpage a bit.
PR:		ports/16333
Submitted by:	Steve Kargl <kargl@troutmask.apl.washington.edu>
2000-01-30 21:15:16 +00:00
Marc G. Fournier
394c5a75bd quick cleanup to Makefile to pass portlint 2000-01-30 02:11:32 +00:00
Marc G. Fournier
1c74c3537e This updates mico to 2.3.1 ...
PR: ports/16055
Submitted by: Maxim Sobolev <sobomax@altavista.net>
2000-01-30 02:10:34 +00:00
Jeremy Lea
d02f2cd4ef Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
2000-01-29 22:46:04 +00:00
Steve Price
fd3a9988f8 Adding libsigc++ version 0.8.6.
A callback framework for C++.

PR:		16419
Submitted by:	Joe Lu <JoeLu@JoeLu.m8.ntu.edu.tw>
2000-01-29 22:26:02 +00:00
Steve Price
7b5ef53892 Oops, left off the @FreeBSD.org part. :) 2000-01-29 22:15:54 +00:00
Steve Price
238481cd0b - Add MANTAINER line
- Suppprt CC/CFLAGS/LOCALBASE properly
- Add WWW: line into pkg/DESCR
- Fix pkg/PLIST

PR:		16408
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 21:43:52 +00:00
Steve Price
93e60fc219 Honor CFLAGS.
PR:		16358
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
2000-01-29 21:32:54 +00:00
Steve Price
32edd5a5f8 Maintainer is now a committer. 2000-01-29 21:22:08 +00:00
Yukihiro Nakai
69f5d7a899 Add p5-Locale-GetText 2000-01-29 12:45:26 +00:00
Yukihiro Nakai
a2760d3bed Initial import.
Pure perl implementasion of gettext.
2000-01-29 12:43:54 +00:00
Jason Evans
1f730767b7 Mark linuxthreads as requiring at least FreeBSD 4.0 and only working on
i386.
2000-01-29 11:13:43 +00:00
Steve Price
b89bd77e6a Adding cvsmapfs version 1.3.
Helps keep track of modes and permissions of files in cvs.

PR:		16159
Submitted by:	R. I. Pienaar <rip@pinetec.co.za>
2000-01-29 05:03:52 +00:00
Steve Price
c27477a5b4 Adding avltree version 1.1.
An in-memory index with binary and string keys and key counts.

PR:		16112
Submitted by:	Bill Ross <bross@nas.nasa.gov>
2000-01-29 05:00:16 +00:00
Steve Price
15cf33af79 Adding ligii version 0.6.
The goal of LibGII is to provide a single easy to use, but yet powerful,
API for all possible input sources.

PR:		15936
Submitted by:	Matthew West <mwest@uct.ac.za>
2000-01-29 04:57:43 +00:00
Steve Price
67e7b0ae83 Adding flux version 0.3.0.
Flux is intended to be a general-use high-level C library that supports
various purposes, from CGI to IRC to sockets, ...  It's sort of an addendum
to the standard C libraries.

PR:		15799
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-29 04:54:19 +00:00
Jason Evans
d66ea1cc3d Back out changes to lock functions passed to dllockinit().
Don't compile the lockfile.c that comes with LinuxThreads.
2000-01-29 03:15:24 +00:00
Steve Price
66c8094dca - Fix MASTER_SITES
- Add MAINTAINER line
- Remove BROKEN mark
- Add WWW: line into pkg/DESCR
- Sort pkg/PLIST

PR:		16034
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 02:48:41 +00:00
Steve Price
91d66bce76 - Fix MASTER_SITES
- Add MAINTAINER line
- Remove BROKEN mark
- Add WWW: line into pkg/DESCR
- Sort pkg/PLIST

PR:		16033
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 02:47:30 +00:00
Steve Price
e71900fd0b - Fix MASTER_SITES
- Add MAINTAINER line
- Add BUILD_DEPENDS line (for fixing install error)
- Remove BROKEN mark
- Shorten pkg/DESCR and move original file to files/Readme.FreeBSD
- Sort pkg/PLIST

PR:		16032
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-29 02:46:13 +00:00
Ade Lovett
3517edcd44 Update to 0.6 2000-01-28 18:37:19 +00:00
Ralf S. Engelschall
8123065c58 Upgrade Pth scratch port to version 1.3b2 2000-01-28 14:51:36 +00:00
Bill Fenner
f667380351 Use IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP. 2000-01-28 03:21:13 +00:00
Jeremy Lea
6bfc018315 Install docs in the correct place.
PR:		16328
Submitted by:	Marcin Cieslak <saper@SYSTEM.PL>
Approved by:	maintainer
2000-01-27 06:37:06 +00:00
Ralf S. Engelschall
4e02e7cafa Upgrade GNU Pth scratch port from 1.3a5 to 1.3b1 2000-01-26 10:21:33 +00:00
Jeremy Lea
b11d42ce33 Correct usage of uuencode in po-mode.el.
PR:		16317
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-26 09:15:49 +00:00
Bill Fenner
2b3fb8d7f6 Add uclmmbase.
Re-sort.
2000-01-26 05:57:13 +00:00
Bill Fenner
012e509234 Port for UCL common multimedia library, used by tools like sdr and rat.
Submitted by:	Garrett Wollman <wollman@lcs.mit.edu>
2000-01-26 05:56:05 +00:00
Chris D. Faulhaber
203c546fe7 * Update port to 3.3.8
* Fix unfetchable distfiles

PR:		16321
Submitted by:	Maintainer
2000-01-26 02:06:39 +00:00
Jason Evans
85bfda41f7 Don't use the pthreads rwlock implementation for dllockinit(), since it
causes infinite recursion while trying to initialize the internal library
state.  Instead, use a simple spinlock-based rwlock implementation.

Make minor cancellation cleanups.
2000-01-25 22:37:11 +00:00
Yukihiro Nakai
31294ef072 Initial import.
GTK+ Object Builder.
This is merely a preprocessor for GTK+, and seems to be
more important for GTK+/GNOME applicatoin development.
2000-01-25 11:13:57 +00:00
Eric J.Chet
8a5a7f21a7 fix MASTER_SITES 2000-01-25 02:32:03 +00:00
Steve Price
6a1b5250a4 Update to version 1.0.1.
PR:		15944
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-01-24 04:57:17 +00:00
Steve Price
71061fe7a7 Update to version 2.1.9Ea.
PR:		15867
Submitted by:	maintainer
2000-01-24 04:47:55 +00:00
Steve Price
5fe982bdb6 Update to version 2.1.9Ea.
PR:		15867
Submitted by:	maintainer
2000-01-24 04:37:26 +00:00
R. Imura
8df480a121 Correct MASTER_SITES.
Add MAINTAINER.
2000-01-23 01:36:50 +00:00
Michael Haro
fa9bde6e40 bump version number slightly to reflect recent changes 2000-01-22 22:07:51 +00:00
Michael Haro
4922b641a8 add support for @owner and @group in PLIST 2000-01-22 22:06:04 +00:00
Michael Haro
88b9a9d54e add WWW:
PR:		16264, 16265, 16266, 16267
Submitted by:	joseph.scott@owp.csus.edu
2000-01-22 09:11:48 +00:00
Jeremy Lea
767410df9a Install po-mode.el in share/emacs/site-lisp.
Merge patches ae and aj.

PR:		15941
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-22 08:20:02 +00:00
Chris Piazza
7d75dfc4e8 Update to 8.13d
PR:		16092
Submitted by:	maintainer
2000-01-22 02:10:00 +00:00
Matthew Hunt
7e0b07342b Missed in (much) earlier commit: Upgrade to 0.9907. 2000-01-21 22:23:57 +00:00
Satoshi Asami
1117c1feb8 Comment out second MAINTAINER line. 2000-01-19 16:01:53 +00:00
Satoshi Asami
7a35a30783 Add bison. 2000-01-19 15:56:38 +00:00
David E. O'Brien
78b76c5699 Add the Bison 1.25 bug-for-bug "broken-undeftoken-init" compatiblity option
taken from src/contrib/bison, as we will need this if one is buiding our
older EGCS source base.
2000-01-17 11:42:02 +00:00
David E. O'Brien
177ea6b5ae With Bison being shown the door in 4.0-CURRENT, we need the Bison port back. 2000-01-17 11:31:33 +00:00
Ralf S. Engelschall
4468380386 Just update DESCR file. 2000-01-15 16:05:31 +00:00
Ralf S. Engelschall
1369351b96 Upgrade GNU Pth scratch port to 1.3a5 2000-01-15 16:03:51 +00:00
Kris Kennaway
00711dbe92 Secure tempfile generation
Obtained from:		OpenBSD
No Response From:	Maintainer
2000-01-15 07:38:56 +00:00
Shigeyuki Fukushima
0e2e06a88a Fixes:
- Allow "MAINTAINER?=".
  - Allow "CATEGORIES?=" and "CATEGORIES+=".

PR:		ports/16064
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-01-12 04:48:15 +00:00
Matthew Hunt
220783decc Upgrade to 0.9907.
PR:		15155
Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2000-01-11 23:33:03 +00:00
Eric J.Chet
1eb3dca504 version upgrade to 3.2.1 2000-01-11 21:10:57 +00:00
Eric J.Chet
cfa8a4db7c version update to 2.8.0 2000-01-11 19:29:02 +00:00
Eric J.Chet
0e7e380f62 version update to 2.8.0.  2000-01-11 19:28:32 +00:00
Jun-ichiro itojun Hagino
11db3427a1 switch maintainer to ports@freebsd.org, as I'm unable to do it for a long time. 2000-01-11 13:53:39 +00:00
Marcel Moolenaar
4443946f48 Install packages with -U instead of -i. This should minimize the
problems people have when they install the port without removing
the previously installed version.
2000-01-10 13:04:34 +00:00
Ralf S. Engelschall
8f7b024a6c Activate new ports/devel/str port. 2000-01-09 19:49:03 +00:00
Ralf S. Engelschall
eba32b8eb3 Import of Str 0.9.1.
The Str library is a generic string library written in ANSI C which
provides functions for handling, matching, parsing, searching and
formatting of C strings. So it can be considered as a superset
of POSIX string(3), but its main intention is to provide a more
convinient and compact API plus a more generalized functionality.
2000-01-09 19:47:04 +00:00
Marcel Moolenaar
c8927aa4ac Make the port (version 1.4) work on -current again where KERNEL has
been renamed to _KERNEL. Keep KERNEL so that the port still works
on -stable.

Brokenness spotted by: kris
2000-01-09 10:22:46 +00:00
Chris Piazza
ce60e70762 Unbreak for newgcc 2000-01-09 08:19:28 +00:00
Wolfram Schneider
c491d9de7c Update to portcheckout-2.0 2000-01-08 18:50:17 +00:00
Ralf S. Engelschall
9030d7053a Upgrade Pth scratch port to Pth 1.3a4 (ALPHA VERSION). 2000-01-08 16:40:55 +00:00
Ralf S. Engelschall
591d660e90 Upgrade Pth scratch port to version 1.3a3 2000-01-08 15:39:01 +00:00
Ralf S. Engelschall
59c6829f22 Upgrade to GNU Portable Threads (Pth), version 1.2.2 2000-01-08 15:17:25 +00:00
Ade Lovett
19fe590a68 Change MAINTAINER to reg - he's going to be doing more hacking
on this port than me.
2000-01-07 19:47:03 +00:00
Bill Fenner
ee3a2d65c6 Remove sutton@aardvark.apana.org.au as MAINTAINER; email has bounced
4 out of 4 attempts over 3 months.
2000-01-07 18:18:25 +00:00
Bill Fenner
ca4bde1f72 Remove jerry.hicks@glenayre.com as MAINTAINER; email has been bouncing for
4 months.
2000-01-07 18:15:39 +00:00
Satoshi Asami
2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00
Yukihiro Nakai
a6844f7b83 Change MAINTAINER to ade@FreeBSD.org . 2000-01-07 02:07:00 +00:00
Marcel Moolenaar
6242f3e584 Upgrade to Red Hat 6.1. This port also allows installing updates. 2000-01-05 23:31:57 +00:00
Chris D. Faulhaber
40ae984676 Don't delete fairly common dirs (share/pixmaps) 2000-01-05 20:01:30 +00:00
Chris D. Faulhaber
7d4df22650 Remove info/dir from PLIST
Submitted by:	reg
2000-01-05 13:34:57 +00:00
Joseph Koshy
d3a5d62363 Upgrade to v1.6. 2000-01-05 11:00:05 +00:00
Jason Evans
e3e63d3abc Commit the updated Makefile too. I'm baffled as to how 'fcvs com' has
neglected the Makefile twice.

Submitted by:	dick
2000-01-04 18:21:16 +00:00
Jason Evans
1c274b738e Clean up the port considerably, and fix several serious bugs. There are
still some problems, at least with signal handling and locking on SMP.

Submitted by:	dick
2000-01-04 00:05:24 +00:00
Andreas Klemm
acfc256d67 Doesn't run with TCL 8.2
Corrected this ... revert to TK8.0
2000-01-03 21:59:06 +00:00
Bill Fumerola
21dc785b9f Grammar nit: "man" -> "many"
Submitted by:	Robert Marsh <bmarsh@chc-chimes.com>
2000-01-03 08:50:05 +00:00
David E. O'Brien
eb59a7a799 Portlint and keep an eye on the port. 2000-01-03 01:36:57 +00:00
David E. O'Brien
c787d63a1b I seem to be in the development tool business, so try to keep an eye on
this port.
2000-01-03 01:25:25 +00:00
Vanilla I. Shu
406f0ab6c0 Make it compileable on -current (__FreeBSD_version is 400013).
PR:		ports/15776
Submitted by:	Ade Lovett <ade@lovett.com>
2000-01-02 08:43:07 +00:00
Steve Price
bea9d0332c Adding fhist version 1.1.
Utilities to maintain file history, do file comparisions and merges.

PR:		6445
Submitted by:	jkoshy
2000-01-01 00:20:17 +00:00
Ralf S. Engelschall
a591cc77fe Upgrade Pth scratch port from Pth 1.3a1 to 1.3a2 (ALPHA VERSION) 1999-12-30 22:15:36 +00:00
Chris D. Faulhaber
3c217d358e Active popt and logrotate 1999-12-30 12:38:57 +00:00
Chris D. Faulhaber
281777db42 popt is an enhanced getopt(3)-style command line option parsing library.
PR:		15759
Submitted by:	Yuan-Chen Cheng <ycheng@ml.tw.freebsd.org>
1999-12-30 12:31:24 +00:00
Steve Price
8565984bda Update to version 1.3.10.
PR:		15735
Submitted by:	maintainer
1999-12-29 21:35:49 +00:00
Chris D. Faulhaber
b0844b00ea Make the port install it's manpage
PR:		15769
Submitted by:	Maintainer
1999-12-29 20:40:35 +00:00
Chris D. Faulhaber
599bf70f5a Update MASTER_SITES 1999-12-29 12:22:03 +00:00
Steve Price
2f51032a0d Adding gperf version 2.7
Generates perfect hash functions for sets of keywords.

PR:		12904
Submitted by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>
1999-12-29 09:09:40 +00:00
Peter Wemm
e881919f5a Add #define _KERNEL around #include of <sys/errno.h> - this is to avoid
the C-style externs in this assembler file. (!)
1999-12-29 05:30:01 +00:00
Chris D. Faulhaber
df0db842e1 Update port to 0.2.3 1999-12-29 04:50:18 +00:00
Jason Evans
d721b24892 Make __pthread_attr_init() pthread_attr_init().
Submitted by:	"Russell L. Carter" <rcarter@pinyon.org>
1999-12-28 18:11:25 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Jason Evans
0b6722e45b Somehow, I missed the Makefile when committing the updated linuxthreads
port.

PR:		15724
1999-12-28 15:18:32 +00:00
Jun Kuriyama
95e5564d4e Update to v0.08.
Update maintainer's address.

Reminded by:	distfile survey
1999-12-28 08:17:31 +00:00