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