Commit graph

1963 commits

Author SHA1 Message Date
Michael Haro
112f7fcab6 update MASTER_SITES
PR:		17876
Submitted by:	Horance Chou <horance@freedom.ie.cycu.edu.tw>
2000-04-17 23:19:54 +00:00
Ralf S. Engelschall
dad9a55449 GNU Pth 1.3.4 -> 1.3.5 2000-04-17 16:19:07 +00:00
Jeremy Lea
877b8a533b Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO.  Begin the process of reserving these prefixes for user defined
options.

No comment by:	ports
2000-04-17 00:18:05 +00:00
Michael Haro
e78fe5bbfb portlint - mostly moving around variables. 2000-04-16 23:12:33 +00:00
Michael Haro
98f1c93d32 Update to 2.2.1
Fixes:
	* fix some portname/version checking bugs
	* put EXTRACT_ONLY in section 1 checking
	* fix multi comment sections at top of Makefile regex
	* make portlint pass perl -w (this found a few bugs)
No new features in this version
2000-04-16 23:05:06 +00:00
Michael Haro
eee7229c03 Update portlint so it supports PORTNAME/PORTVERSION. This version
isn't 100% ready for prime time, but it works well enough that it should
be fine to use for most things.  I'm not sure if I'll have time to fix
the few minor bugs that I know of and give it a good testing today.

Parts of the PORTNAME/PORTVERSION changes were submitted by knu.

Other changes in this version:
	* add "-V", version flag
	* use getopts instead of parsing @ARGV
		- this fixes a bug where you could only specify one flag after the
		  dash (ie. -c -N would work and -cN wouldn't)
	* change some warnings to fatals
	* ignore dot directives in Makefile
		- this usually reduces the number of warnings displayed when
		  a Makefile contains .include or .if foo
	* don't blame just emacs for leaving around temporary editor files
	* don't warn about installing files into /compat
	* correct counting of number of chars in pkg/COMMENT
	* understand multiple rcsid tags in the comments section
		- this allows us to have both $FreeBSD$ and $NetBSD$, for example
		  without getting funky warning messages
	* scope variables with my instead of local so we can use strict to
	  help us find bugs in portlint
2000-04-16 20:24:40 +00:00
Ralf S. Engelschall
b989a57ade Upgrade GNU Pth scratch port to version 1.4a1. 2000-04-16 14:35:38 +00:00
Ralf S. Engelschall
879e34383b '' 2000-04-16 11:33:13 +00:00
Ralf S. Engelschall
39e74a9c4b Upgrade to GNU Portable Shell Tool (shtool), version 1.4.9 2000-04-16 11:14:31 +00:00
Satoshi Asami
e4df6c1cb2 Add back DISTNAME. 2000-04-16 09:38:34 +00:00
Akinori MUSHA
17f3def895 Back out useful `Version required lines' that I'd blindly removed. 2000-04-15 15:13:52 +00:00
David E. O'Brien
921daa4ca0 Add another site for the patch file. 2000-04-15 09:21:30 +00:00
Satoshi Asami
c8edc7c2cd PORTNAME is File-BasicFlock, DISTNAME is File-BasicFLock-*. Go figure. 2000-04-15 08:46:03 +00:00
Satoshi Asami
988d18db7b Revert package names back to original. 2000-04-15 01:36:28 +00:00
Akinori MUSHA
9ca4ec6659 Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR:		ports/18009
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:40:29 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
74dd526e72 Remove obsolete `Version required' lines. 2000-04-14 17:44:00 +00:00
R. Imura
bb51ad41ca Cosmetic changes.
Good-bye KDE_NAME, KDE_VERSION, QTTYPE variables.
2000-04-14 16:02:43 +00:00
Satoshi Asami
1df1a17abc Convert to PORTNAME/PORTVERSION. 2000-04-14 07:20:58 +00:00
Satoshi Asami
dfee8150a0 Convert to PORTNAME/PORTVERSION. 2000-04-14 05:44:42 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Chris Piazza
458db42f26 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 01:11:24 +00:00
Michael Haro
de588104e2 warn about not supporting PORTNAME/PORTVERSION yet 2000-04-08 22:41:14 +00:00
Will Andrews
1f3f8daeb9 Smack tmake into allowing environment-override C(C,XX) as well as
C(XX)FLAGS. Also make it look in the right directory for Qt includes.

This commit is required for me to update twinlib.
2000-04-07 01:34:34 +00:00
Michael Haro
851d2bbd0f Place optional variables after required ones.
DISTNAME is optional when using the new PORTNAME/PORTVERSION variables.
2000-04-06 17:07:46 +00:00
Akinori MUSHA
4869a06499 Update to 1.06.
Change PKGNAME to PORTNAME + PORTVERSION.
Remove `Version required'.
2000-04-06 13:57:03 +00:00
Matthew Hunt
2577896968 Upgrade to 1.09. 2000-04-05 18:52:15 +00:00
Akinori MUSHA
a42adeafdd Style fix:
- Remove post-install information from DESCR's.
  - Replace /usr/local with ${PREFIX} in DESCR's and MESSAGE's.
  - Remove unnecessary whitespace.

Pointed out by:	portlint
2000-04-04 19:03:36 +00:00
David E. O'Brien
396ba3009f Remove commented out BROKEN. 2000-04-04 10:02:36 +00:00
Thomas Gellekum
8d4cc67ec8 Upgrade to 0.10.1.
PR:		17766
Submitted by:	"Maxim Sobolev" <sobomax@altavista.net>
2000-04-03 09:22:33 +00:00
Satoshi Asami
030d0dff5a Update to 1.3.4.
Submitted by:	maintainer
2000-04-02 08:26:22 +00:00
Michael Haro
abf7b6338c - Divide patch one file per patch
PR:		17740
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-01 23:42:08 +00:00
Michael Haro
723a286c92 * respect CC, CXX, CFLAGS, CXXFLAGS.
* turn on USE_NEWGCC.
* don't use mkdirhier (to avoid implicit BUILD_DEPENDS on XFree86)
* define ONLY_FOR_ARCHS=i386.
* tweak do-install rules.
* revise some patch for the socklen_t issue.
* fit library file names in the ELF world to enable making package on -STABLE and -CURRENT.

PR:		168006
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-01 05:42:59 +00:00
Michael Haro
ed0bfe5f06 update to gc5.0alpha4.
PR:		17456
Submitted by:	nnd@mail.nsk.ru
2000-04-01 04:44:09 +00:00
Chris D. Faulhaber
7ca94fbf00 Update MASTER_SITES
PR:		17541
Submitted by:	Maintainer
2000-03-31 23:33:23 +00:00
Michael Haro
7df5126e98 remove a.out support 2000-03-31 17:01:58 +00:00
Thomas Gellekum
6b219dcae2 Upgrade to 0.10.0, needed for WindowMaker-0.62.0.
Submitted by:	Brian Handy <handy@physics.montana.edu>
2000-03-31 08:33:08 +00:00
David E. O'Brien
58867f8da8 Pickup maintance of these until someone else comes along. 2000-03-31 01:37:36 +00:00
Jacques Vidrine
26f7563303 Unbreak. 2000-03-30 20:40:56 +00:00
Michael Haro
ff668defd7 bump version number to reflect new features 2000-03-29 22:22:13 +00:00
Kris Kennaway
dd1f59091d Add various new maintainers for these ports 2000-03-29 19:55:56 +00:00
Will Andrews
a42cc6b811 Whoops, botched commit. This was actually something I was working on a
few weeks ago. Unfortunately, I can't update the port completely since
there are some complications (such as requiring kdelibs2, which I haven't
upgraded yet), so I'm reverting this to andy's old Makefile.

This should teach me to commit in unclean checkouts. ;-)

Quickly noticed by:	will, kkenn
2000-03-29 09:17:44 +00:00
Will Andrews
88be74c92d Take over some ports. 2000-03-29 09:02:04 +00:00
Satoshi Asami
476fce2baa Update WWW.
PR:		17655
Submitted by:	andy@icc.surw.chel.su
2000-03-29 07:27:46 +00:00
Satoshi Asami
60cd030b03 Update checksum to match new version.
Submitted by:	andy@icc.surw.chel.su
2000-03-29 07:26:19 +00:00
Kris Kennaway
89a307bf8a Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
have time to maintain them.

Approved by:	andy
2000-03-29 07:16:59 +00:00
Michael Haro
8d3d318a69 * Fix Makefile so portlint is more happy with this port (what a concept, the
portlint port passing portlint)

New portlint features:
* Allow pkg/COMMENT to start with a digit
* Warn about .la files in pkg/PLIST
* Better support for comments in the Makefile
  - fixes the section off by 1 error
    (DISTNAME needs to exist, and so on, when it does)
* don't report "FATAL: no MAINTAINER listed in Makefile" when it does exist
* other random minor bug fixes
2000-03-28 05:44:42 +00:00
Ade Lovett
37dc1172a2 Update to 0.9 2000-03-28 02:57:59 +00:00
Will Andrews
89a0530a5c Update to 0.16d. Shuffle PLIST around a bit. 2000-03-27 08:14:57 +00:00
Will Andrews
c2b3d7e609 Add Troll Tech's tmake utility, which will be used by my upcoming twinlib
port, and perhaps others in the future. Activate tmake in devel/Makefile.
Also made a COMMENT nit.

PR:		17265
Submitted by:	Roland Jesse <jesse@cs.uni-magdeburg.de>
2000-03-25 21:10:13 +00:00
R. Imura
34bd2b2f2d Update to version 1.1. 2000-03-25 16:46:06 +00:00
R. Imura
3daf5ca497 Doing KDE style mtree in kdelibs.
OK'd by:	will
2000-03-25 16:14:50 +00:00
Michael Haro
23638e0cee remove aout support
Approved by:	<Acme> mharo: you have my explicit permission to remove aout support from everything that's mine ;)
2000-03-24 07:26:15 +00:00
Michael Haro
2c802b6209 forgot this file 2000-03-24 01:58:45 +00:00
Michael Haro
fa5004af09 This updates the pcre port to v3.1. This includes shared libs
using that bane of every porters life, libtool.  Unfortunately,
the libtool support in this library is decidely non-standard, so
it still installs .la files.  They aren't in the PLIST though.

PR:		17294
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
2000-03-24 01:57:51 +00:00
Michael Haro
0d0b5086fa Remove aout support from port 2000-03-23 20:06:56 +00:00
Chris D. Faulhaber
27d3d374e5 Update port to 1.1.1 2000-03-23 12:57:58 +00:00
Akinori MUSHA
cf6e506a12 Update to Henner Zeller's cvsweb. (Rev. 1.80)
If you prefer as simple view as before, you can easily customize so.  Enjoy it.

PR:		ports/17388
Submitted by:	myself
Approved by:	Bill Fenner <fenner@freebsd.org> (The original author of cvsweb)
2000-03-23 12:02:34 +00:00
Akinori MUSHA
540b845132 Mostly minor changes.
Changes:
  - get to install README
  - change the maintainter

And because Apache isn't the only web server and the configurations may vary;
  - stop trying to check if any web server is installed
  - allow a user to specify a cgi-bin directory to install
  - stop using icons that Apache installs by default
  - rename the script from cvsweb to cvsweb.cgi

Approved by:	sada
2000-03-23 05:00:34 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Ade Lovett
55333a3655 libglade shared library version bump 2000-03-21 17:47:33 +00:00
Ade Lovett
7c09853bbd Update to 0.12
Note that the shared library revision has been bumped by
the authors on this update for new functionality
2000-03-21 17:46:51 +00:00
Michael Haro
86660c8b03 update to 1.33.22
PR:		17509
Submitted by:	dirk.meyer@dinoex.sub.org
2000-03-21 01:30:21 +00:00
Chris D. Faulhaber
2529568003 Fix text in port's Makefile
PR:		17508
Submitted by:	Maintainer
2000-03-21 01:17:08 +00:00
Chris D. Faulhaber
9d1a8a9b80 Update port to 1.1.6
PR:		17488
Submitted by:	Maintainer
2000-03-21 01:11:05 +00:00
David E. O'Brien
0fa6e5a961 Add offical patch that fixes some non-standards conformant code. 2000-03-20 23:10:47 +00:00
Chris D. Faulhaber
0bcc95b0cc Install binding directory with perms of 1777 instead of 777
Approved by:	Maintainer
2000-03-20 23:08:13 +00:00
Michael Haro
fb29a9b2b9 remove extra white space (portlint) 2000-03-20 20:47:07 +00:00
Michael Haro
63168faf2f - fix a bug in pkg/* checking
- enforce pkg/COMMENT style
- better info file checking in pkg/PLIST
- don't warn about @unexec rmdir foo || true - the handbook says this is fine
- allow CATEGORIES+=
- warn about www.freebsd.org/~user needing to be people.freebsd.org
- warn about PKGNAME being set from another variable instead of being a
  fatal error
- understand both $(PORTSDIR) and ${PORTSDIR}
2000-03-20 18:03:01 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Ralf S. Engelschall
f2d931d6d6 Upgrade to GNU shtool, version 1.4.8 2000-03-19 10:36:35 +00:00
Satoshi Asami
ed96f675f6 Revert to rev. 1.4, which will restore some bugs in the previous version
that w3m depends on.  Release tags will be rolled forward.

Submitted by:	jdp
2000-03-17 02:18:04 +00:00
Satoshi Asami
49a945d4e9 Fix typo in message.
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-13 03:02:18 +00:00
John Polstra
bd979c55e7 Add "-DREDIRECT_MALLOC=GC_malloc" to the compiler options so the
library can be used as a drop-in replacement for malloc.  This has
always been the case for this port, but the previous upgrade dropped
it unintentionally.
2000-03-11 17:50:47 +00:00
Ralf S. Engelschall
fef1fd5ab2 Upgrade GNU Portable Threads (Pth) to version 1.3.3 2000-03-10 10:45:13 +00:00
Bill Fenner
6475f86d4e Do the pre/post thing to get ${OSVERSION} defined where I'm checking it.
Submitted by:	Thomas Gellekum <tg@melaten.rwth-aachen.de>
2000-03-10 02:46:43 +00:00
R. Imura
87f157c562 Add devel/c_c++_reference. 2000-03-09 16:41:16 +00:00
Bill Fenner
f6e09139c4 Become MAINTAINER, since the botched upgrade to 1.1.2 broke some of
my ports.
Fix 1.1.2 upgrade: install uclconf.h .
While I'm in here, configure with --enable-ipv6 on 4.x.
2000-03-08 16:53:52 +00:00
Masafumi Max NAKANE
65856a9de3 Use devel/imake instead of x11/XFree86.
Note: I'm not too sure if these ports really work without x11 libs
and headers as I don't have X'less environment.
2000-03-08 10:56:40 +00:00
Masafumi Max NAKANE
e56b849cd1 Define MTREE_FILE 2000-03-08 08:29:51 +00:00
Brian Feldman
65091bd990 Kill crossm68k-devel in preparation for the replacement soon.
Requested by:	W. Gerald Hicks <jhix@mindspring.com>
2000-03-08 03:52:13 +00:00
R. Imura
a164a81348 Update to version 1.1.
This version 1.1 has many new features.
See http://www.kdevelop.org/ for details.

I reduced difference between kdevelop and kdevelop-i18n.
The i18n patch to kdevelop's editor is now included in the
distributed source.

PR:		17034
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-07 16:55:15 +00:00
R. Imura
8c47d09e58 Added "c_c++_reference" and "c_c++_reference-i18n".
This documentation is prepared for reading with kdevelop,
and separated from kdevelop-i18n.
2000-03-07 16:34:30 +00:00
Seiichirou Hiraoka
02983012bb Update to 1.02
PR: ports/17223
Submitted by: knu@idaemons.org
2000-03-07 14:09:41 +00:00
Chris Piazza
45101f3259 Some makefile/install changes.
PR:		16572
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>

Update to 1.0.8

PR:		17217
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-06 22:16:57 +00:00
Masafumi Max NAKANE
26e0faa258 Add imake. 2000-03-02 04:18:41 +00:00
Masafumi Max NAKANE
1164c762f6 A port to install utilities in xc/config of XFree86, including
imake, lndir, etc.
This port can eliminate the needs to install entire XFree86 when you just
need imake to build some ports.
2000-03-02 04:11:56 +00:00
Seiichirou Hiraoka
4056c36481 Activate p5-File-MMagic 2000-03-01 20:30:30 +00:00
Seiichirou Hiraoka
08d2daad8b PR: ports/16962
Submitted by:	knu@idaemons.org
Perl5 module to guess file type like file(1)
2000-03-01 20:29:09 +00:00
Bill Fumerola
62d709abb5 Add cproto. 2000-02-29 20:11:08 +00:00
Bill Fumerola
c46f10d6d1 Cproto is a program that generates function prototypes and variable
declarations from C source code.  It can also convert function definitions
between the old style and the ANSI C style.  This conversion overwrites the
original files, so make a backup copy of your files in case something goes
wrong.

The program isn't confused by complex function definitions as much as other
prototype generators because it uses a yacc generated parser.  By ignoring all
the input between braces, I avoided implementing the entire C language grammar.

WWW:	http://www.vex.net/~cthuang/cproto/

PR:		ports/16704
Submitted by:	Abel Chow <abel@Island.DHS.ORG>
2000-02-29 20:10:16 +00:00
David E. O'Brien
bfbaa15f89 Upgrade to version 1.5.22a.
PR:		17051
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 09:32:18 +00:00
Chris D. Faulhaber
c7ebf682d0 Update port to 0.1.7
PR:		17050
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 03:04:32 +00:00
Yukihiro Nakai
448870586f Update to 0.93.0 2000-02-29 02:43:06 +00:00
Chris D. Faulhaber
a9f5e94d36 Update port to 1.1.2
PR:		16963
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-29 01:58:29 +00:00
Yukihiro Nakai
040a3c2789 Update to 0.92.4 2000-02-28 10:01:38 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Steve Price
544c361b03 - Don't tromple the contents of MAKE_ENV otherwise MOTIF_LIB isn't defined.
- Properly pass MAKE_ENV along.
- Fix build errors on -current.
- Minor cleanup to some echo'd text.
2000-02-27 23:20:31 +00:00
Steve Price
de6b993bfa Correctly call install-info in (un)exec. 2000-02-27 23:02:09 +00:00
Steve Price
9622e49fcf Fix build errors on -current. Also correctly call (un)exec install-info. 2000-02-27 23:00:05 +00:00
David E. O'Brien
6a7509c58d get libg++ right this time. 2000-02-27 19:25:59 +00:00
David E. O'Brien
0230de8644 This is a libg++ add-on for EGCS releases and later GCC releases.
It is needed only if your applications depend on
libg++ and you cannot easily remove the dependency on libg++.
2000-02-27 19:23:25 +00:00
Kris Kennaway
01aaf427d2 Chase the checksum (updated to 1.33MR21a)
Noticed by:	bento
2000-02-27 08:11:18 +00:00
Steve Price
97ca6a6ad0 Remove libg++ temporarily. The port intended for this directory ended
up landing in lib++ instead.  This is just to keep things clicking until
the port gets moved to its new home.
2000-02-27 03:35:58 +00:00
David E. O'Brien
fd82bfab5a share libg++ with the world 2000-02-27 00:56:31 +00:00
Chris D. Faulhaber
a2e2b52f21 Update port to 0.5.0
PR:		17002
Submitted by:	Maintainer
2000-02-26 18:56:43 +00:00
Chris D. Faulhaber
24293e1b81 Activate kpp 2000-02-26 18:47:12 +00:00
Chris D. Faulhaber
1439596195 Kpp is a KDevelop Project to SPEC converter.
PR:		15131
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-26 18:45:41 +00:00
Chris Piazza
bb174e9274 Update to 1.1.0
PR:		16977
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-25 21:32:24 +00:00
R. Imura
10490fe70b Add LIB_DEPENDS=kdelibs.
RUN_DEPENDS=kdebase is not enough.
2000-02-25 17:23:15 +00:00
Ade Lovett
3e14cc210d p5-Date-Calc consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries today),
thereby complying with all relevant norms and standards: ISO/R 2015-1971,
DIN 1355 and, to some extent, ISO 8601 (where applicable).

PR:		16979
Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
2000-02-25 16:34:22 +00:00
R. Imura
d961141ac6 Small modification to respect $(CXX)
Obtained from:	Will's Qt/KDE site.
2000-02-24 16:09:50 +00:00
R. Imura
56e3282db1 Add USE_QT=yes to respect $(CXX), and remove BROKEN= 2000-02-24 16:06:07 +00:00
Ade Lovett
0b86d5cd17 Switch maintainer
Discussed with:	asami, nakai
2000-02-24 15:38:49 +00:00
R. Imura
c5d0169451 No longer BROKEN in 3-stable. 2000-02-24 14:07:24 +00:00
Ralf S. Engelschall
d231dadbc8 Upgrade to GNU Portable Threads (Pth), version 1.3.2 2000-02-24 13:34:38 +00:00
Satoshi Asami
8cdbcbd8da Bump shlib versions of kdelibs11 and kdesupport11. 2000-02-24 07:01:14 +00:00
R. Imura
a35e470938 Separete two ports in point of LIB_DEPENDS.
Submitted by:	asami
2000-02-24 05:48:19 +00:00
Ade Lovett
948408bd09 bugbuddy is a semi-automated tool that will notice if any GNOME
application segfaults, intercept it, and offer to file a bug
report back at gnome.org with as much developer-useful information
as possible.
2000-02-23 20:37:49 +00:00
R. Imura
018f3a7930 Update to version 1.0b9.
PR:		16918
Submitted by:	maintainer
2000-02-23 14:04:15 +00:00
Ade Lovett
7704ac2f3c Update to 0.5.1, the last GNOME update before 4.0-RELEASE. I promise :) 2000-02-23 01:03:16 +00:00
Satoshi Asami
4bd98fb07c Use USE_QT instead of explicit LIB_DEPENDS. Also, change
HAS_CONFIGURE+CONFIGURE_ARGS="--prefix=${PREFIX}" to GNU_CONFIGURE.
2000-02-23 00:14:12 +00:00
Ade Lovett
3509cf6e39 Update to 0.8 2000-02-23 00:06:06 +00:00
Ade Lovett
1ec49739b6 Update to 0.5.7 2000-02-23 00:05:18 +00:00
R. Imura
8c1f539ad1 Still checking giflib in configure.
It's my fault that this port dropped from my giflib dependency check
of all ports that depend on kdelibs in that time.
2000-02-22 14:24:25 +00:00
Thomas Gellekum
0f250f2450 Upgrade to 0.6.5. 2000-02-22 12:29:08 +00:00
Jason Evans
224745e6c2 Remove info/dir from the PLIST.
PR:	ports/16898
2000-02-22 06:12:03 +00:00
Jason Evans
b75505b5eb Clarify a comment. Remove an extra space in a call to 'echo'. 2000-02-22 05:35:50 +00:00
Chris Piazza
06ada542d8 Respect CC/CXX
PR:		16847
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-21 23:43:38 +00:00
Brian Feldman
61eb268672 Reinstante W. Gerald Hicks as the maintainer with a correct e-mail address. 2000-02-21 19:46:19 +00:00
Bill Fenner
037d3690ec Remove Jerry Hicks as MAINTAINER; mail has been bouncing for 2 full months:
----- Transcript of session follows -----
mail.local: unknown user: wghicks
554 <wghicks@bellsouth.net>... Service unavailable
2000-02-21 19:06:50 +00:00
Ralf S. Engelschall
1f334e025a Upgrade to Str 0.9.3 2000-02-21 13:14:30 +00:00
Andreas Klemm
31c8a80522 Dmitry Sivachenko takes over MAINTAINERship. Thanks Diman. 2000-02-21 12:53:07 +00:00
David E. O'Brien
5c8952908b Update to version 3.2.1. 2000-02-21 00:01:03 +00:00
Chris D. Faulhaber
508c3a0049 Remove p5-Expect 2000-02-20 22:03:22 +00:00
Steve Price
6caf3abbd9 Coerce this into building on the Alpha. 2000-02-20 21:03:00 +00:00
Steve Price
0d59342482 This port also LIB_DEPENDS on the libxml port. 2000-02-20 20:44:24 +00:00
Andreas Klemm
ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00
Ralf S. Engelschall
9ed55c5cdb Upgrade to GNU Portable Threads (Pth), version 1.3.1 2000-02-20 12:30:19 +00:00
Ralf S. Engelschall
c9674ef11b Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,
the new release version in the now stable Pth 1.3 series.
2000-02-19 17:14:03 +00:00
Chris D. Faulhaber
34fa821743 Correct WWW 2000-02-19 14:47:24 +00:00
Chris D. Faulhaber
7e0a4ba508 Update MASTER_SITES to a site that actually has the DISTFILE 2000-02-19 14:46:44 +00:00
Chris D. Faulhaber
db18664186 Activate p5-Expect, p5-IO-Stty, and p5-IO-Tty 2000-02-19 13:40:03 +00:00
Chris D. Faulhaber
6164f971c1 Perl5 module that allows creation of pseudo-tty's
as well as manipulation.

PR:		16525
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-19 13:32:22 +00:00
Chris D. Faulhaber
2cf36f251c Perl5 module that hacks around the IO::File
deficiencies

PR:		16529
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-19 13:30:49 +00:00
Chris Piazza
8fe0bbe422 Update to glib/gtk 1.2.7
PR:		16809
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-18 19:39:18 +00:00
Ade Lovett
5de6a3c908 Update to 1.0.7 2000-02-18 02:15:24 +00:00
Ade Lovett
27c31c725f Update to 0.5.6 2000-02-18 02:13:09 +00:00
Jun Kuriyama
f14a1cf93b Add BUILD_DEPENDS on rpm.
Discussed with:	marcel
2000-02-17 13:08:16 +00:00
Joseph Koshy
4822fe4144 Update to v3.4.
PR:		ports/16769
Submitted by:	Edward Chuang <edwardc@firebird.org.tw>
2000-02-17 08:31:22 +00:00
Kris Kennaway
59f11ba8e5 Create a tempfile a bit later on so it doesnt get left behind.
Submitted by:	ade
2000-02-17 07:37:53 +00:00
Jeremy Lea
8eab7a9d97 Fix building this port.
Approved by:	maintainer
2000-02-17 06:26:40 +00:00
David E. O'Brien
3159ec0568 Make the Makefile and PLIST match the docs acutally installed since the upgrade. 2000-02-17 05:45:56 +00:00
Ralf S. Engelschall
74d7258d7b Update Str to version 0.9.2 2000-02-15 15:26:18 +00:00
R. Imura
46789bfcb4 Remove giflib dependence.
Only changed giflib -> libungif in kdegraphics.

They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
2000-02-15 13:45:23 +00:00
Michael Haro
8677e3ee1b update to 1.11.6
PR:		16662
Submitted by:	maintainer
2000-02-14 23:07:01 +00:00
Ade Lovett
5e4c8301a8 Various fixes and other miscellaneous cruft removed.
Submitted by:	reg
2000-02-14 19:16:38 +00:00
Kris Kennaway
bbe98c22c4 Respect CC 2000-02-14 06:57:44 +00:00
Dirk Froemberg
9625d7c9d7 Add WWW: 2000-02-13 17:30:08 +00:00
Steve Price
b3a6234363 Remove hang from configure script. Use .S instead of .s when compiling
ASM and C files on the same commandline to keep cc(1) from hanging
indefinitely.
2000-02-13 17:01:01 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
R. Imura
53d982afed Initial import of libcache-1.0.0.
C library that allows a programmer to parse sentences easier.

PR:		16522
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 02:01:01 +00:00
R. Imura
a29e53c135 Initial import of newt-0.50-13.
It is a Console I/O handling library from Redhat similar to ncurses.

PR:		16526
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-13 01:57:46 +00:00
Chris D. Faulhaber
a18f0e16fb Activate cervisia and kdevelop 2000-02-12 21:54:08 +00:00
Chris D. Faulhaber
d9b4e57bbc Cervisia is a simple CVS development tool made to work with KDE.
Only of interest to those of you who prefer to use a GUI tool
to interface with CVS...

PR:		15135
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-12 21:52:59 +00:00
Chris D. Faulhaber
ad679bdbfd This is the non-i18n version of kdevelop, a complete
IDE, made primarily for the K Desktop Environment.
It seems to be quite comparable to CodeWarrior Pro
on Windows/MacOS.  Paired with kdbg, ktranslator,
and other helper apps, it makes one heck of a
powerful KDE/Qt application developer.

PR:		15997
Submitted by:	Will Andrews <andrews@technologist.com>
2000-02-12 21:50:42 +00:00
R. Imura
d4fdd8c05a Fix new compiler error in -current.
PR:		16441
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-02-12 19:19:00 +00:00
R. Imura
f4001e4a49 Fix new compiler error in -current.
Submitted by:		Alexander Langer <alex@big.endian.de>
All no response from:	maintainer
2000-02-12 19:17:21 +00:00
Jeremy Lea
be6e15d519 Enable the use of poll() on -current.
Fix bad C++ define of NULL.

Approved by:	maintainer
2000-02-12 18:59:51 +00:00
Satoshi Asami
8c0364b0b3 Add NO_PACKAGE, this requires a CD-ROM and a redistribution license
from Lucent so the package obviously can't be built.

Submitted by:	Alexander Langer <alex@big.endian.de>
2000-02-11 01:04:34 +00:00
Satoshi Taoka
e41812b3c7 Update to 1.4.0
PR: 16611
Submitted by: maintainer
2000-02-10 06:56:13 +00:00
Chris Piazza
feb945e0c6 Update to 1.0.4
PR:		16607
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-10 01:41:52 +00:00
Chris D. Faulhaber
b15738b51a Update port to 3.3.9
PR:		16531
Submitted by:	Maintainer
2000-02-09 13:49:07 +00:00
Ade Lovett
cfdc507479 p5-Locale-gettext permits from perl to the gettext() family of functions
for retreiving message strings from databases constructed to
internationalize software.

PR:		16562
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-09 04:42:58 +00:00
Ade Lovett
054668c73d Activate p5-Locale-gettext 2000-02-09 04:41:32 +00:00
R. Imura
39da449dd8 Initial import of kdelibdocs-1.1Beta2. 2000-02-08 16:19:38 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Yukihiro Nakai
a5c370bd7e Update to 0.92.3 2000-02-08 04:26:33 +00:00
Ade Lovett
105fd72e80 Update email address for my remaining ports. 2000-02-07 16:57:44 +00:00
David E. O'Brien
568e8d2829 Update to DDD version 3.2. 2000-02-07 02:35:28 +00:00
Kris Kennaway
842a5fe7a0 Respect CXX and set a default CXXFLAGS 2000-02-05 03:59:13 +00:00
Michael Haro
06215bafaf portlint - PREFIX -> LOCALBASE 2000-02-05 00:31:41 +00:00
Michael Haro
bf573dd87b add date created using date of cvs import (portlint) 2000-02-05 00:29:45 +00:00
Michael Haro
4c2f2993b2 PREFIX -> LOCALBASE (portlint)
remove blank line (portlint)
add \n to end of line (portlint)
2000-02-05 00:28:48 +00:00
Michael Haro
317aa0174f PREFIX -> LOCALBASE (portlint) 2000-02-05 00:27:44 +00:00
Michael Haro
830c5a5e4d PREFIX -> LOCALBASE in depends list (portlint) 2000-02-05 00:24:40 +00:00
Michael Haro
093664a1b5 add install-info (portlint) 2000-02-05 00:03:49 +00:00
Michael Haro
1726c975d2 move BUILD_DEPENDS higher up and add install-info to pkg/plist (portlint) 2000-02-04 23:57:14 +00:00
Michael Haro
d93effe28e PREFIX -> LOCALBASE (portlint) 2000-02-04 23:39:38 +00:00
Michael Haro
4999bc2b98 remove extra tab after PKGNAME (portlint) 2000-02-04 23:38:08 +00:00
Michael Haro
42b6333d83 portlint (add install-info) 2000-02-04 23:27:45 +00:00
Michael Haro
39713feb1a I'll maintain this 2000-02-04 23:20:19 +00:00
Chris Piazza
f5ef155d0f Merge changes from Maxim Sobolev's update to this port.
PR:		16498
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-02-03 08:19:18 +00:00
Chris Piazza
74b5120f1a Update to version 1.0.3. 2000-02-03 04:53:59 +00:00
Michael Haro
6182f31e55 portlint: PREFIX -> LOCALBASE 2000-02-02 22:51:00 +00:00
Michael Haro
633118fd04 issue a warning when @owner or @group are found in the PLIST 2000-02-02 21:07:39 +00:00
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