Tim Vanderhoek
809f9c49b0
Dang. Instead of fixing my braindamage, I managed to mildly spam this
...
file in the last commit. Sorry about this, Martin. It should be right,
now. Really.
1998-08-20 21:28:09 +00:00
Tim Vanderhoek
5aa1df2fa2
Remove some brain-damage on my part.
1998-08-20 19:06:21 +00:00
Tim Vanderhoek
dea5530101
GNU_CONFIGURE, actually. I really hope the maintainer has
...
a good reason for building the plist this way. Unbreak for
the new bsd.port.mk. We're not even going to talk about manpages
for this one...
1998-08-20 09:47:16 +00:00
Tim Vanderhoek
bfda4c1363
Remove libproplist from here, too.
...
Found-by: *** Error code 2. Stop. *** Error code 1. Stop.
1998-08-20 04:41:28 +00:00
Satoshi Asami
26a782cfe5
Thanks, works now.
1998-08-20 02:32:50 +00:00
Vanilla I. Shu
8a04b57ec4
Fix the patch files (patch-ac).
...
Reminded by: asami
1998-08-20 02:05:23 +00:00
Satoshi Asami
ae624dd4f5
## make PATCH_DEBUG=t
...
>> Checksum OK for ORBit-0.2.1.tar.gz.
===> Extracting for ORBit-0.2.1
===> ORBit-0.2.1 depends on executable: gmake - found
===> ORBit-0.2.1 depends on shared library: glib11\.0\. - found
===> Patching for ORBit-0.2.1
===> Applying FreeBSD patches for ORBit-0.2.1
===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-aa
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/orb/orbit_poa.c.orig Thu Aug 13 21:11:35 1998
|+++ src/orb/orbit_poa.c Mon Aug 17 00:18:29 1998
--------------------------
Patching file src/orb/orbit_poa.c using Plan A...
Hunk #1 succeeded at 29.
done
===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ab
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- Makefile.in.orig Sat Aug 8 23:10:55 1998
|+++ Makefile.in Sat Aug 8 23:11:08 1998
--------------------------
Patching file Makefile.in using Plan A...
Hunk #1 succeeded at 86 with fuzz 1.
done
===> Applying FreeBSD patch /usr/ports/devel/ORBit/patches/patch-ac
Hmm... Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|--- src/ORBitutil/machine_endian.h.orig Tue Aug 18 20:29:55 1998
|+++ src/ORBitutil/machine_endian.h Tue Aug 18 20:30:59 1998
--------------------------
Patching file src/ORBitutil/machine_endian.h using Plan A...
Hunk #1 failed at 1.
1 out of 1 hunks failed--saving rejects to src/ORBitutil/machine_endian.h.rej
done
*** Error code 1
Stop.
1998-08-19 22:51:05 +00:00
Vanilla I. Shu
5e1421eee0
Activate ORBit.
1998-08-19 06:16:01 +00:00
Vanilla I. Shu
1cda1ec091
ORBit is a high-performance CORBA ORB with support for the C language.
...
It is used by the GNOME Project.
PR: ports/7654
Submitted by: Chia-liang Kao <clkao@cirx.org>
1998-08-19 06:15:08 +00:00
Justin M. Seger
750640c350
Upgrade to gmake-3.77
1998-08-19 04:16:32 +00:00
Vanilla I. Shu
50af755505
Upgrade to 0.6.3.
1998-08-18 02:54:05 +00:00
Justin M. Seger
603682ce41
Mark BROKEN for current.
1998-08-17 11:22:36 +00:00
Steve Price
697bcf5978
NO_PACKAGE because of limited audience.
1998-08-17 00:23:06 +00:00
Steve Price
ca6cfa3624
This port is NO_PACKAGE because the maintainer believes it
...
has a limited audience of users.
1998-08-17 00:21:04 +00:00
Justin M. Seger
53777764e1
Mark BROKEN for current. Fails build stage.
1998-08-16 13:13:02 +00:00
Vanilla I. Shu
72efc4cbf4
Change library name to libglib11.
...
Remind by: asami
1998-08-14 11:15:01 +00:00
Satoshi Asami
0e0e4362f7
No need to use += for variables defined only once.
1998-08-13 03:35:24 +00:00
Satoshi Asami
390aaae89c
Oops, missed the commit message the last time around. No need to use
...
+= for variables defined only once.
Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea,
but hard to change now) , in bsd.port.mk, so you need the "-f" in there.
The only reason why this worked was because there is a "Makefile"
target in the source's Makefile.
1998-08-13 03:34:33 +00:00
Satoshi Asami
ab41d5df22
Oops, missed the commit message the last time around. No need to use
...
+= for variables defined only once.
1998-08-13 03:32:52 +00:00
Satoshi Asami
66f2fe311a
*** empty log message ***
1998-08-13 03:30:28 +00:00
Satoshi Asami
08ffbda2f9
Remove p5-B and p5-Data-Dumper, they were removed.
...
Reminded by: sada@e-mail.ne.jp
PR: 7590
Forgotten by: markm :)
1998-08-13 02:18:00 +00:00
Satoshi Asami
88f83d45d8
Update for perl version 5.00501. Requires latest bsd.port.mk. I'm
...
going to be a little verbose here about the changes so people who fix
up the rest of the stuff can have an idea what to do.
(1) Manpages are moved to version-specific subdirectories. Since they
are all defined in MAN? macros, I just needed to add
${PERL_VERSION} to the end of MAN*PREFIX and delete them from the
PLIST.
(2) Most of the module files are moved to version-specific
subdirectories. This is usually accomplished by adding
"%%PERL_VER%%/" right after "site_perl/" in the PLIST. However,
some things didn't move, and some moved more than one level (like,
all the way into "site_perl/%%PERL_VER%%/auto/FooBar") so some
fishing, err, find'ing was necessary.
(3) Fix up dependencies. See (2) above.
(4) While I was there, I changed some "@dirrm foobar"'s to "@unexec
rmdir %D/foobar 2>/dev/null || true", so there won't be any
warnings if a directory can't be removed due to other modules
sharing it.
Now all of devel/p5-* will install and deinstall without a single
warning. I hope others will follow suit. :)
1998-08-12 09:57:59 +00:00
Satoshi Asami
65edaaa1f5
Replace qt dependencies with USE_QT.
...
(Also, net/licq/Makefile: No need to define both HAS_CONFIGURE and
GNU_CONFIGURE)
1998-08-12 06:29:36 +00:00
Satoshi Asami
c12c2467ed
Remove manpages define in MAN? fom PLIST for all the devel ports.
...
I'm going to leave p5-* alone for now (where the version stuff is
going to land is still unclear).
1998-08-12 01:55:34 +00:00
Satoshi Asami
c81ff40a2f
Something's not reinstall friendly....
...
:
===> Installing for crossgo32-djgpp2-2.01
===> crossgo32-djgpp2-2.01 depends on executable: i386-go32-gcc - found
===> Moving old crossgo libs away
mv: lib: No such file or directory
*** Error code 1
Stop.
1998-08-10 06:26:07 +00:00
Steve Price
8cc9682d97
Turn on libffi.
1998-08-10 00:09:42 +00:00
Steve Price
a0b236c245
Initial import of libffi version 1.18.
...
Foreign Function Interface.
PR: 6943
Submitted by: Horance Chou <horance@freedom.ie.cycu.edu.tw>
1998-08-10 00:08:48 +00:00
Satoshi Asami
ef2d200acf
Use ${OSREL} to depend correctly (it was always building the glibstdc++28
...
port before).
While I'm here, create links to manpages correctly and put them in the
PLIST.
1998-08-09 22:38:15 +00:00
Steve Price
4617fd11b4
Turn on crossm68k-devel.
1998-08-09 01:44:57 +00:00
Steve Price
d1972b7419
Turn on m68knewlib.
1998-08-09 01:39:41 +00:00
Steve Price
d7ed96a0ac
Initial import of m68knewlib version 1.8.1.
...
Cygnus newlib for m68k cross-development.
PR: 7220 (4 of 5)
Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:39:04 +00:00
Steve Price
6156d5804a
Turn on m68kgcc.
1998-08-09 01:36:22 +00:00
Steve Price
93d5c89d22
Initial import of m68kgcc version 2.8.1.
...
GCC cross-compiler for the m68k.
PR: 7220 (3 of 5)
Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:35:38 +00:00
Steve Price
d73ebf8c50
A few minor nits and cleanup pkg/PLIST.
...
PR: 7220 (2 of 5)
Submitted by: maintainer
1998-08-09 01:33:35 +00:00
Steve Price
672c478f7a
Turn on m68kbinutils.
1998-08-09 01:31:31 +00:00
Steve Price
dedb6a088b
Initial import of m68kbinutils version 2.9.1.
...
Binutils for m68k cross-development.
PR: 7220 (1 of 5)
Submitted by: Jerry Hicks <jhicks@glenatl.glenayre.com>
1998-08-09 01:29:10 +00:00
Satoshi Asami
5264cbceb5
Fix up dependencies for ports that moved into the x11-toolkits category.
1998-08-07 23:56:56 +00:00
Vanilla I. Shu
1e1c07a556
Compatible with perl5.00501.
1998-08-06 15:18:27 +00:00
Vanilla I. Shu
9aaa69aeb0
Upgrade to 0.94, and make it compatible with perl5.00501.
1998-08-06 15:01:00 +00:00
Vanilla I. Shu
1cf5dbece3
Upgrade to 1.1.2.
1998-08-06 14:55:13 +00:00
Satoshi Asami
ceba211283
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
...
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jordan K. Hubbard
cb7ef4d08b
Add gide
1998-08-01 16:45:47 +00:00
Jordan K. Hubbard
f7abc0533a
gIDE is a new gtk-based Integrated Development Environment for the C
...
programming language.
PR: 7433
Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
1998-07-31 21:02:41 +00:00
Tim Vanderhoek
1b582a35d1
(oops .. forget the following info in the commit message)
...
PR: ports/7440
Submitted by: Bill Fumerola <billf@jade.chc-chimes.com>
1998-07-30 15:26:22 +00:00
Tim Vanderhoek
6de5e21ace
Energize clig.
1998-07-30 15:24:14 +00:00
Tim Vanderhoek
0399bdd836
Clig, a program to automatically generate usage(), manpage, and commandline
...
argument processor.
1998-07-30 15:15:35 +00:00
Eric J.Chet
2775e81d33
Allow ob/demos/chat/X11/chat to build on other versions of motif.
1998-07-30 13:45:16 +00:00
Vanilla I. Shu
12591ef296
Change the library version of gtk.
1998-07-30 05:33:15 +00:00
Vanilla I. Shu
d8cced7f10
Change library name to libglib-1.1
1998-07-30 05:27:43 +00:00
Eric J.Chet
7ea0899cd4
Teach the build of ob/demo/chat/X11 about ${MOTIFLIB}, this is the only part
...
of ORBacus that relies on motif.
1998-07-29 12:13:20 +00:00
Satoshi Asami
12dbc8c7f2
Mark this MANUAL_PACKAGE_BUILD so we won't accidentally build another
...
port with this shlib.
1998-07-29 01:08:54 +00:00
Vanilla I. Shu
842ae7370d
Add a patch for glib-config.
1998-07-28 15:46:04 +00:00
Vanilla I. Shu
c8664289aa
Activate glib.
1998-07-28 15:23:17 +00:00
Vanilla I. Shu
895c5af153
Glib is some useful routines for C programming.
1998-07-28 15:22:17 +00:00
Tim Vanderhoek
0ec2b6d084
Another batch of add homepage. In general I've avoided any links
...
except to official homepages, but in this batch there were a few
cases where a link was desireable anyways. For these, the form
http://url/ (FAQ/whatever)
was used.
1998-07-28 06:34:42 +00:00
Satoshi Asami
c23cc4074c
Making x11 category more useful project part 1: take out "x11" of
...
ports that are mere users of X.
Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00
Steve Price
bcb470dc62
Get rid of a potential buffer overflow.
...
PR: 7387
Submitted by: bonga@doxx.net
1998-07-27 00:36:08 +00:00
Steve Price
4f2432e801
Upgrade to version 1.05.
...
PR: 7331
Submitted by: Garrett A. Wollman <wollman@lcs.mit.edu>
1998-07-27 00:05:26 +00:00
Steve Price
aea0dc1683
Remove dependency on bash2 and support GNU C __attribute__ syntax.
...
PR: 1416
Submitted by: Andrew L. Moore <alm@slewsys.org>
1998-07-26 23:56:30 +00:00
Satoshi Asami
c1d016801f
g++28 -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L../../../lib -o client ../Broadcaster.o ../Receiver.o ../Receiver_skel.o ../ReceiverBase_impl.o Receiver_impl.o Client.o -lOBX11 -lOB -L/usr/X11R6/lib -L/usr/X11R6/lib -lSM -lICE -lXm -lXt -lX11
...
Display.o: Undefined symbol `_XShapeQueryExtension' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineMask' referenced from text segment
DragOverS.o: Undefined symbol `_XShapeCombineRectangles' referenced from text segment
*** Error code 1
Stop.
1998-07-25 12:44:32 +00:00
Steve Price
b18284dc8c
Update to the new released version 3.0 since the beta version
...
seems to have disappeared.
Noticed by: Satoshi Asami <asami@freebsd.org>
1998-07-20 22:15:36 +00:00
Satoshi Asami
c75ee6c1e6
Dang, can't fetch again.
1998-07-20 11:33:24 +00:00
Thomas Gellekum
9e37ea2798
Upgrade to 1.4b.
...
PR: 7307
1998-07-20 07:47:38 +00:00
Jeffrey Hsu
b31125d8f4
Run jam0 as ./jam0.
...
Submitted by: Jeremy Prior <jez@netcraft.co.uk>
1998-07-13 18:13:34 +00:00
Steve Price
136baddb21
Activate guileobjc and libobjects.
1998-07-13 02:26:04 +00:00
Steve Price
c5076fe353
Turn on pcre.
1998-07-12 23:00:13 +00:00
Steve Price
c39b1adcfa
Initial import of pcre version 1.09.
...
A Perl Compatible Regular Expressions library.
PR: 7216
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
1998-07-12 22:59:19 +00:00
Marc G. Fournier
d09ab74078
Forgot to add new ports to 'section' Makefile
1998-07-12 08:41:25 +00:00
Steve Price
155b060084
omniBroker will soon be removed. It has been replaced with
...
the ORBacus port.
1998-07-11 17:57:03 +00:00
Steve Price
e06eecf698
Turn on ORBacus port.
1998-07-11 17:55:44 +00:00
Steve Price
9affdae7c3
Upgrade to version 3.0b1. This is the latest version
...
of omniBroker but under a new guise.
PR: 7034
Submitted by: maintainer
1998-07-11 17:54:26 +00:00
Jeffrey Hsu
519042379b
Add jam.
1998-07-11 02:42:47 +00:00
Jeffrey Hsu
d592516ce5
Import Jam/MR, a build utility like make(1).
1998-07-11 02:40:50 +00:00
Jacques Vidrine
d9282978b0
Moving port py-PyGreSQL from devel to database.
...
This commit completes removal of py-PyGreSQL.
1998-07-06 17:29:18 +00:00
Jacques Vidrine
47980063cd
Activate py-PyGreSQL.
...
PR: 7073
Submitted by: Jacques Vidrine <n@nectar.com>
1998-07-04 22:35:00 +00:00
Steve Price
391b7c2db5
Turn on mico.
1998-07-04 20:42:49 +00:00
Steve Price
79639fb5fa
Initial import of mico version 2.0.6.
...
mico - a CORBA 2.0 implementation.
PR: 6221
Submitted by: Yukihiro Nakai <nakai@technologist.com>
1998-07-04 20:41:51 +00:00
Steve Price
4c338b08a1
Update to version 2.4b.
...
PR: 7113
Submitted by: maintainer
1998-07-03 23:36:42 +00:00
Steve Price
b8f12b456a
Update to version 0.3.
...
PR: 7151
Submitted by: maintainer
1998-07-03 23:22:19 +00:00
Steve Price
71bb39e7bb
Update to version 4.2
...
PR: 6979
Submitted by: maintainer
1998-07-03 23:14:20 +00:00
Steve Price
2920847b72
MASTERSITE moved to ftp.scriptics.com.
1998-07-03 23:07:17 +00:00
Vanilla I. Shu
3e546f44f9
Portlint.
1998-07-02 10:50:52 +00:00
Vanilla I. Shu
fadd832d67
Portlint.
1998-07-02 10:43:18 +00:00
Thomas Gellekum
951d53d3f0
Oops. Forgot to remove BROKEN tag.
1998-07-02 05:56:47 +00:00
Thomas Gellekum
0718d42c6e
Add directory for older tarballs on the master site.
1998-07-02 05:55:55 +00:00
Satoshi Asami
9cb3451c20
Unfetchable (again).
1998-07-02 00:09:31 +00:00
Satoshi Asami
790f480a31
No need to use += for variable defined only once.
1998-07-01 23:59:40 +00:00
Satoshi Asami
bc7a529170
Portlint.
1998-07-01 23:57:54 +00:00
Julian Elischer
ca90d2a9de
turn on a2dev,
...
Apple ][ assembler + linker
1998-07-01 19:28:10 +00:00
Julian Elischer
29c43928b8
oops forgot the makefile
1998-07-01 19:14:43 +00:00
Julian Elischer
3ce6522991
Submitted by: archie Cobbs (archie@whistle.com)
...
Apple ][ assembler and linker written by archie in the dark ages.
1998-07-01 19:13:37 +00:00
Thomas Gellekum
9bb470ef1f
Upgrade to 0.62a.
...
PR: 7125
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-06-30 12:10:37 +00:00
Thomas Gellekum
4d9f1e3f6a
Activate glade.
1998-06-30 09:50:34 +00:00
Thomas Gellekum
fbfc93950f
New port glade, a GUI builder for gtk.
...
PR: 7107
Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
1998-06-30 09:47:18 +00:00
Steve Price
aadeab9c99
Update to version 4.17.
...
PR: 7035
Submitted by: maintainer
1998-06-28 23:34:20 +00:00
Satoshi Asami
7d45e2b7a1
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
1998-06-27 05:20:00 +00:00
Satoshi Asami
8d2c7fd36d
Unmark this port broken, it builds and packages fine as of revision
...
1.3 of files/Makefile.def.
1998-06-26 21:36:56 +00:00
Thomas Gellekum
419be8a4bf
Oops. Looks like I commited a wrong version of this file.
1998-06-26 14:17:31 +00:00
Vanilla I. Shu
cc8cb4b0aa
Correct the distname.
1998-06-26 11:50:44 +00:00
Satoshi Asami
9bba75ba8c
Remove unused file. Extra lines in this file should not be treated
...
as comments, as I use cvs diff on this file to manage the distfiles
directory on ftp.freebsd.org.
1998-06-26 01:46:32 +00:00
Satoshi Asami
b97fb33bae
Hard to believe, but the distfile is already unfetchable!
1998-06-26 01:41:19 +00:00
Satoshi Asami
bd7f43f951
Mark this port broken. It installs manpages in /usr/share/man/man/man1
...
(no that's not a typo).
1998-06-26 01:18:40 +00:00
Satoshi Asami
99db81601b
Mark this broken while it is awaiting upgrade to ORBacus (see PR
...
ports/7034) after repository copy.
1998-06-26 01:06:24 +00:00
Satoshi Asami
030f6d6f83
Rename "bash" to "bash1" (the actual port is already repository copied).
...
Requested by: chet@ins.CWRU.Edu
1998-06-25 22:26:26 +00:00
Satoshi Asami
c39a5a8378
Tell it not to use gnat, apparently our version confuses it.
...
Unmark it broken.
Submitted by: kuriyama
1998-06-25 18:03:48 +00:00
Thomas Gellekum
27c03e1c44
Upgrade to 1.41r7.
1998-06-25 14:06:59 +00:00
Thomas Gellekum
ad0b1faa57
Add virtual category "python".
...
pygist: add dependency on rng.
1998-06-25 06:43:28 +00:00
Vanilla I. Shu
ee1caa9b15
Upgrade to 0.6.2.
1998-06-24 16:00:35 +00:00
Vanilla I. Shu
7edcec6439
Upgrade to 0.9.
1998-06-24 15:53:13 +00:00
David E. O'Brien
f9d8868d7c
make this build a little better.
1998-06-24 07:31:06 +00:00
David E. O'Brien
4fe4b73409
share ups-debug
1998-06-24 05:36:47 +00:00
David E. O'Brien
003113cc00
Source level C debugger that runs under X11
1998-06-24 05:34:32 +00:00
David E. O'Brien
e12fb5762a
upgrade to version 3.0
1998-06-23 22:25:28 +00:00
Matthew Hunt
ab76859e02
Upgrade to 1.01.
1998-06-15 04:48:40 +00:00
Joshua Peck Macdonald
14d37e1413
New version, 1.2.8.
1998-06-08 22:39:01 +00:00
Satoshi Asami
5861d218aa
Doesn't compile....
...
---
adagcc -c -I. -I../ada_include -I./../ada_include -I. sample.adb
terminal_interface-curses-aux.ads:47:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:47:37: use clause would make operation legal
terminal_interface-curses-aux.ads:52:37: operator for type "Interfaces.C.int" is not directly visible
terminal_interface-curses-aux.ads:52:37: use clause would make operation legal
<etc.>
1998-06-08 00:19:55 +00:00
Satoshi Asami
8b87ca1e64
No need to use "+=" to define a variable that appears only once....
1998-06-08 00:15:43 +00:00
Justin M. Seger
53045a4b2f
Mark this port BROKEN:
...
# make fetch
>> QTEZ-v0.52a-src.tar.gz doesn't seem to exist on this system.
>> Attempting to fetch from ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//.
fetch: pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://ftp.freebsd.org/pub/FreeBSD/distfiles//QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Attempting to fetch from ftp://qtez.commkey.net/pub/QtEZ/.
fetch: pub/QtEZ/QTEZ-v0.52a-src.tar.gz: cannot get remote modification time
fetch: ftp://qtez.commkey.net/pub/QtEZ/QTEZ-v0.52a-src.tar.gz: FTP error:
fetch: File unavailable (e.g., file not found, no access)
>> Couldn't fetch it - please try to retrieve this
>> port manually into /usr/ports/distfiles/ and try again.
1998-06-07 14:57:08 +00:00
Jun Kuriyama
def106db17
Activate ncurses.
1998-06-07 14:50:21 +00:00
Jun Kuriyama
c086e05543
SVr4 and XSI-Curses compatible curses library.
...
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
PR: ports/4631
1998-06-07 12:01:15 +00:00
Steve Price
84c9959422
Make this port build again.
1998-06-06 17:41:18 +00:00
Satoshi Asami
0bd62888b3
Seems the subdirectory name has changed during the upgrade.
...
Not tested enough by: obrien :>
1998-06-05 20:03:13 +00:00
Steve Price
a208a68eab
Convert all instances of nawk to awk.
...
PR: 6811
Submitted by: Bill Trost <trost@cloud.rain.com>
1998-06-04 21:41:37 +00:00
Steve Price
09fc5525ad
This port is obsolete so nuke it.
...
PR: 6736
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
1998-05-25 03:06:59 +00:00
Matthew Hunt
9667d4f018
Activate p5-Term-Query.
1998-05-22 02:08:40 +00:00
Matthew Hunt
907f2f12f8
Import of Term::Query, a Perl 5 module for interactive, screen-oriented
...
programs.
PR: 6716
Submitted by: wollman
1998-05-22 02:07:30 +00:00
Thomas Gellekum
a79db3deee
Activate qtez.
1998-05-19 06:59:33 +00:00
Thomas Gellekum
78e193f735
New port qtez, a development environment for Qt.
...
PR: 6644
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-05-19 06:56:53 +00:00
Matthew Hunt
70f02da588
This is part of the 1.2.2 upgrade. Somehow it got lost in the CVS
...
maneuverings.
1998-05-17 22:52:35 +00:00
Matthew Hunt
c525ff498b
Upgrade to 1.2.2.
...
Submitted by: Mark Huizer <xaa@stack.nl>
1998-05-17 22:40:56 +00:00
Eivind Eklund
0e7d047892
Activate re2c.
1998-05-16 17:43:29 +00:00
Eivind Eklund
a070b1eb31
Initial import of re2c, a program to compile regular expression to C.
...
This is basically the same concept as lex, except this time it doesn't
turn your code inside out, and it generates actual C code to parse the
expressions (not tables), and the resulting code is usually about 2
times faster than flex.
1998-05-16 17:41:25 +00:00
Vanilla I. Shu
df6d435e0c
Portlint.
1998-05-14 08:15:38 +00:00
Vanilla I. Shu
36a131beb0
Upgrade to 0.5.9.
1998-05-14 07:52:46 +00:00
Vanilla I. Shu
83589c06fc
Upgrade to 1.203.
1998-05-13 17:25:42 +00:00
Vanilla I. Shu
8bdb503ef0
Upgrade to 1.02.
1998-05-13 17:23:45 +00:00
Vanilla I. Shu
8482eab22f
Upgrade to 5.31.
1998-05-13 17:22:39 +00:00
Jun Kuriyama
e8adc27c3e
Activate amulet.
1998-05-12 22:25:44 +00:00
Jun Kuriyama
c474f947d2
A free C++ GUI library.
...
Submitted by: Filip Bovyn <bovynf@awe.be>
PR: ports/4192
1998-05-12 14:04:52 +00:00
David E. O'Brien
5cef148deb
Upgrade to version xwpe-1.5.9a
1998-05-09 18:52:44 +00:00
Vanilla I. Shu
1c3bffa623
Upgrade to 0.5.8.
1998-05-08 00:22:30 +00:00
Vanilla I. Shu
c523d1fafc
Activate libtool.
1998-05-07 15:59:43 +00:00
Vanilla I. Shu
ab322818b5
Import libtool-1.2, It's a generic library support script.
...
PR: ports/6531
Submitted by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
1998-05-07 15:58:20 +00:00
Vanilla I. Shu
3540a1438e
Add a patch from maintainer.
...
PR: ports/6513
Submitted by: maintainer
1998-05-07 15:49:41 +00:00
Thomas Gellekum
944910bb30
Execute `ldconfig -R' at the pkg_delete step.
...
PR: 6281
Submitted by: SADA Kenji <sada@e-mail.ne.jp>
1998-05-05 13:18:48 +00:00
Matthew Hunt
52c4733db8
Activate ftnchek.
1998-05-05 05:08:39 +00:00
Matthew Hunt
f5f39766c0
Import of ftnchek, a lint-like program for Fortran 77.
...
PR: 6517
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
1998-05-05 05:07:48 +00:00
Vanilla I. Shu
9ae4304d66
Upgrade to 1.3,
...
remove @dirrm share/aclocal on pkg/PLIST,
because another package use the directory too (guile)
1998-05-04 03:03:36 +00:00
Vanilla I. Shu
e6c69015bf
portlint.
1998-05-04 02:41:51 +00:00
Justin M. Seger
0c53ddae00
Fails to build under current.
1998-05-03 14:57:26 +00:00
Matthew Hunt
61498cf957
Deactivate libshhcards, to be moved to games.
1998-05-02 17:59:08 +00:00
Matthew Hunt
e4b54ded46
Activate libshhcards.
1998-05-02 02:37:41 +00:00
Matthew Hunt
5679bde38a
Deactivate qgl, being moved to graphics.
1998-04-29 23:58:31 +00:00
Vanilla I. Shu
c66132d25f
Put @dirrm on the end of pkg/PLIST.
1998-04-28 15:21:20 +00:00
Vanilla I. Shu
7ca7af7745
Upgrade to 5.7, and remove BROKEN tag.
1998-04-28 14:43:18 +00:00
Eivind Eklund
c227a62784
Activate p5-IO-stringy.
1998-04-27 21:44:17 +00:00
Eivind Eklund
95cf591187
p5-IO-stringy -> ports/devel/p5-IO-stringy
1998-04-27 21:42:19 +00:00
Matthew Hunt
87d518abb8
Upgrade to 0.9904.
1998-04-22 21:39:14 +00:00
Matthew Hunt
4e4a484329
Upgrade to 1.00.
1998-04-22 21:35:20 +00:00
David E. O'Brien
4e8a5d94d4
Upgrade to version 4.12
1998-04-20 11:53:28 +00:00
Matthew Hunt
21cce3329f
Activate qgl.
1998-04-19 20:46:10 +00:00
Satoshi Asami
0479cd8e5b
Change category from "misc" to "devel". I assume that's why it
...
was put in this directory to begin with. :)
Reported by: ken@mui.net
1998-04-19 10:43:52 +00:00
Matthew Hunt
e36de4fcee
Add a more descriptive description, like the p5-ReadLine-Gnu version.
1998-04-19 05:43:13 +00:00
Matthew Hunt
d0901b673f
Add a more illuminating description (I hope).
...
Requested by: asami
1998-04-19 05:40:26 +00:00
Joshua Peck Macdonald
e115043e2e
Upgrade PRCS version to 1.2.4, add new elisp files.
1998-04-19 00:33:54 +00:00
Joshua Peck Macdonald
53a295f4c3
Upgrade PRCS version to 1.2.4.
1998-04-19 00:33:42 +00:00
Matthew Hunt
19ee22a331
"mph@pobox.com" --> "mph@freebsd.org" in ports that I maintain.
1998-04-17 23:26:31 +00:00
Matthew Hunt
bf2b0f108a
Activate p5-ReadLine-Gnu and p5-ReadLine-Perl.
1998-04-17 21:13:59 +00:00
Matthew Hunt
195821cd2f
Imported p5-ReadLine-Perl, a Perl5 module that allows command-line
...
editing without needing GNU readline.
PR: 5804
1998-04-17 20:57:29 +00:00
Matthew Hunt
761fbb6ace
My first import of a port (fingers crossed).
...
PR: 5793
1998-04-17 19:16:19 +00:00
Satoshi Asami
0e68b43669
Can't fetch.
1998-04-14 02:11:13 +00:00
Vanilla I. Shu
f528659583
Upgrade to 0.97.
...
PR: ports/6243
Submitted by: maintainer
1998-04-11 18:47:05 +00:00
Vanilla I. Shu
91e36f5155
Upgrade to 0.5.4.
1998-04-11 14:10:37 +00:00
Vanilla I. Shu
08b66668f0
Upgrade to 0.89, and portlint.
1998-04-04 14:00:08 +00:00
Vanilla I. Shu
c46341cb76
Upgrade to 1.02, and portlint.
1998-04-04 13:58:30 +00:00
Vanilla I. Shu
35679f03a8
Upgrade to 0.5, and portlint.
1998-04-04 13:56:05 +00:00
John Polstra
a3a8d20961
Add a patch to make a header file work properly in C++ programs
...
compiled by egcs.
1998-04-03 01:51:56 +00:00
Satoshi Asami
9c54760d3e
Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 and
...
www/checkbot.
Forgotten or misspelled by: various people :p
1998-03-21 13:54:17 +00:00
Satoshi Asami
176e6bd8ad
NO_PATCH is a no-op.
1998-03-21 02:06:11 +00:00
Thomas Gellekum
9421a44868
Back out changes to use tcl81.
...
I have left out zircon, which seems to have provisions for tcl81, and
hfsutils and filerunner, which have been upgraded and probably checked
in the meantime.
1998-03-20 14:35:31 +00:00
Steve Price
a383ea7000
Activate crossm68k.
1998-03-16 03:47:48 +00:00
Steve Price
2e7a6eb9d6
Motorola 68K Cross Development Environment
...
PR: 5798
Submitted by: Jerry Hicks <jhicks@atlanta.glenayre.com>
1998-03-16 03:45:05 +00:00
Steve Price
c456f71c11
Activate m68kgdb.
1998-03-16 03:26:33 +00:00
Steve Price
8346d4573c
A Motorola 68k debugger for cross-development purposes.
...
PR: 5798
Submitted by: Jerry Hicks <jhicks@atlanta.glenayre.com>
1998-03-16 03:24:32 +00:00
Steve Price
7aa065a888
Activate p5-File-Sync.
1998-03-15 20:18:48 +00:00
Steve Price
6e2eef7387
Perl5 modules interface to the UNIX sync(2) and POSIX.1b fsync(2).
...
PR: 5930
Submitted by: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
1998-03-15 20:18:01 +00:00
Vanilla I. Shu
ae7993dedf
Upgrade to 0.96
1998-03-11 07:17:31 +00:00
Vanilla I. Shu
e3c2708583
Upgrade to 1.08.
1998-03-11 03:06:25 +00:00
Vanilla I. Shu
d903659a44
Upgrade to 97.092101.
1998-03-11 03:05:12 +00:00
Vanilla I. Shu
b9c8950176
Upgrade to 2.12.
1998-03-11 03:02:58 +00:00
Masafumi Max NAKANE
6f9863594d
Portlint.
1998-03-08 10:17:41 +00:00
Joshua Peck Macdonald
6ddc29a76b
Sorry, I forgot this.
1998-03-08 00:40:55 +00:00
Joshua Peck Macdonald
f5f9802570
1.2.1 -> 1.2.3
1998-03-08 00:13:07 +00:00
David E. O'Brien
7355d35274
Should be one file per patch.
1998-02-26 18:02:10 +00:00
David E. O'Brien
2adf42838c
take over maintance.
1998-02-26 09:30:15 +00:00
Andrey A. Chernov
d91087e6ed
Remove myself from MAINTAINER, I not use it anymore
1998-02-26 07:31:51 +00:00
Steve Price
ba7bc3d99b
Pick another MASTER_SITE that still has the old DISTFILE required
...
for this port.
1998-02-26 03:41:40 +00:00
Justin M. Seger
3d4a5438d3
Upgrade to use tcl8.1 and tk8.1.
1998-02-24 21:43:51 +00:00
Thomas Gellekum
ee5073e50d
libproplist -> ports/devel/libproplist
...
Activate libproplist.
1998-02-24 09:00:07 +00:00
Bill Fenner
f06d13b6ff
Add tk virtual category where missing. List of ports which depend on tk
...
but aren't in a tk virtual category from
awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX
I didn't do anything about the ports which depend on things which depend
on a tk revision. I'd be afraid that the depended-upon port might change
and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00
Steve Price
44a67545a4
Add some patches distributed by the maintainer of xwpe.
...
PR: 5412
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
1998-02-21 05:15:36 +00:00
Steve Price
227824e7d1
Update to reflect Pedro's new Email address.
...
PR: 5725
1998-02-20 18:39:58 +00:00
David E. O'Brien
a06824918d
Upgrade to 2.2.3.
...
PR: ports/5757
1998-02-19 09:43:30 +00:00
Vanilla I. Shu
91afcd2418
Upgrade to 1.14.
1998-02-18 18:21:50 +00:00
Vanilla I. Shu
0e3d270c00
Upgrade to 0.86.
1998-02-18 18:20:18 +00:00
Vanilla I. Shu
93a66611d7
Upgrade to 1.0701.
1998-02-18 18:12:48 +00:00
Vanilla I. Shu
e2a9b1cd20
Upgrade to 5.30.
1998-02-18 15:28:23 +00:00
Vanilla I. Shu
5aa9244b6c
Upgrade to 0.5@3.
1998-02-18 15:24:10 +00:00
Jeffrey Hsu
c35acec432
#include <unistd.h> to get prototype for ftruncate().
...
PR: 5737
Submitted by: tejblum@arc.hq.cti.ru (Dmitrij Tejblum)
1998-02-15 00:45:09 +00:00
Vanilla I. Shu
6bfa4d5666
Upgrade to 1.11.
1998-02-13 15:08:16 +00:00
Thomas Gellekum
552c640cf8
Activate cweb.
1998-02-11 07:46:59 +00:00
Thomas Gellekum
ebdaa8da51
Import cweb port. CWEB is Don Knuth's WEB system adapted for C.
1998-02-11 07:42:14 +00:00
Justin M. Seger
7d4ee75b80
Change to use emacs20 instead of emacs.
1998-01-31 18:12:56 +00:00
Thomas Gellekum
af04ebce0f
Upgrade to 1.1p4. Mostly bugfixes and added support for python-1.5.
1998-01-29 09:53:30 +00:00
Andrey A. Chernov
5d08ac1ffb
Add patch
1998-01-21 07:08:49 +00:00
Andrey A. Chernov
556d69c883
Add GNU patch 2.5 as port
1998-01-21 07:05:20 +00:00
Satoshi Asami
ed1ba38a9f
Be more selective about which ports to maintain. I no longer have time
...
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
Vanilla I. Shu
18a914546e
add a patch, make libslang link to libtermcap.
...
PR: ports/5338
Submitted by: Frank Chen Hsiung Chan <frankch@waru.life.nthu.edu.tw>
1997-12-19 19:49:39 +00:00
Vanilla I. Shu
e1a9cdad53
Move aalib to graphics/aalib.
1997-12-19 06:53:28 +00:00
Martin Cracauer
76076ef508
Update to ILU-2.0alpha12
...
New Xerox patches
NO_PACKAGE since this doesn't work with optimization enabled
1997-12-17 09:43:21 +00:00
Vanilla I. Shu
7afe10044f
Activate aalib
1997-12-15 17:31:08 +00:00
Masafumi Max NAKANE
0582704ea8
Update the maintainer's address.
...
PR: 5281
Requested by: maintainer
1997-12-15 05:53:44 +00:00
James Raynard
c8de9c0145
Comment out MASTER_SITES as port can't be downloaded automatically.
...
Spotted by: Bill Fenner's distfile checker.
1997-12-11 01:09:53 +00:00
Thomas Gellekum
57e9b6efa5
Upgrade to 0.5. Now it uses the ACS for the terminal, if available.
1997-12-10 13:56:50 +00:00
Thomas Gellekum
5d4fc45de4
Upgrade to 1.1p3.
1997-12-09 10:22:40 +00:00
Satoshi Asami
c040613034
Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5
...
and pkg/PLIST and made minor changes. pkg/COMMENT and pkg/DESCR are left
alone to honor the original porter.
I've also left the MAINTAINER line alone. Please talk to the original
maintainer if you want to change this.
devel/swig will be deleted in a few days.
1997-12-04 11:17:45 +00:00
Vanilla I. Shu
f0bba9f4d2
Change my email address.
1997-11-30 19:43:24 +00:00
Justin M. Seger
bfa4f64f76
Add a RESTRICTED line due to the fact that one must register with AT&T to use
...
the port.
Reviewed by: asami
1997-11-29 03:08:01 +00:00
Justin M. Seger
32bfc43489
Add @direntry and @direcategory to indent.texinfo so that install-info works
...
correctly.
1997-11-28 14:28:59 +00:00
Mike Smith
63dba0fe1e
Distfile updated to fix egregious install destination bug.
1997-11-27 13:21:03 +00:00
Justin M. Seger
ccdf9dff39
Distfile moved on MASTER_SITE
1997-11-26 23:58:54 +00:00
Mike Smith
8a39b66a70
Add linux_kdump
1997-11-26 07:50:39 +00:00
Mike Smith
00851257c7
This is a modified version of the standard FreeBSD kdump(1) utility
...
that understands Linux syscalls and ioctls instead of FreeBSD ones.
1997-11-26 07:49:36 +00:00
Jun-ichiro itojun Hagino
72794f77d5
original distribution updated (1.60 -> 1.61)
1997-11-25 11:43:15 +00:00
Paul Traina
a71f63a770
Activate prc-tools
1997-11-24 09:12:13 +00:00
Satoshi Asami
7636056fca
Mark this port broken, it doesn't build.
1997-11-22 01:15:58 +00:00
Satoshi Asami
d70b0c9d8e
Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts
...
with the system version (even though it's obsolete).
1997-11-22 01:04:30 +00:00
Satoshi Asami
375cc80d01
Add ElectricFence.
1997-11-20 05:22:14 +00:00
Jun-ichiro itojun Hagino
92f24cd07a
original distribution updated (1.59->1.60)
1997-11-20 03:52:36 +00:00
Masafumi Max NAKANE
66362bbdd2
Upgrade, 1.1.8 -> 1.1.11.
...
Submitted by: vanilla@MinJe.com.TW
PR: 5004
1997-11-16 17:42:52 +00:00
Satoshi Asami
c52956ddfc
De-capitalize PKGNAME - a single library can't start with uppercase.
1997-11-15 10:47:30 +00:00
James Raynard
ecb241e1a8
It turns out that the tarball is on Sunsite, but for some reason my
...
local archie server doesn't know about it. Also clean up some careless
editing.
1997-11-13 19:51:54 +00:00
Jun-ichiro itojun Hagino
6fbefc0e44
Original distribution updated. (1.58 -> 1.59)
1997-11-13 13:30:27 +00:00
James Raynard
28a5cee651
ElectricFence, the debugging malloc library
1997-11-12 23:46:32 +00:00
Jun-ichiro itojun Hagino
dec35629ff
original distribution updated (1.57->1.58)
1997-11-11 00:05:54 +00:00
Thomas Gellekum
e5a5f578bf
Add author's site.
...
PR: 4988
Submitted by: Bruce Gingery <bgingery@gtcs.com>
1997-11-10 13:20:32 +00:00
Satoshi Asami
b2f34e82db
(1) Add "-" between basename and version number in PKGNAME.
...
Found by: portlint
(2) Define IS_INTERACTIVE. The do-fetch target only prints out messages.
1997-11-10 09:13:28 +00:00
James Raynard
3d79e41db1
Add sfio.
1997-11-09 10:33:56 +00:00
James Raynard
b0ec11f719
Safe/Fast I/O Library
1997-11-09 10:32:51 +00:00
Jun-ichiro itojun Hagino
5465b2e9ed
original distribution updated. (1.56 -> 1.57)
1997-11-09 00:31:27 +00:00
Jun-ichiro itojun Hagino
66793bc9cf
original distribution updated to 1.56.
1997-11-05 02:13:17 +00:00
Satoshi Asami
86eda9d7c2
Remove name of package.
1997-11-04 03:22:50 +00:00
Thomas Gellekum
b206084bd8
Activate cccc.
1997-11-03 10:04:54 +00:00
Thomas Gellekum
37ba5eb499
Import of cccc port. cccc is a C and C++ code counter which
...
generates some statistics on your code as HTML output.
PR: 4552
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-11-03 10:02:38 +00:00
Thomas Gellekum
0e2d9517b9
Update to use tk80. More cleanup.
...
PR: 4896
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
1997-10-31 08:30:47 +00:00
Thomas Gellekum
04f91952a3
Activate tkref.
1997-10-30 08:28:30 +00:00
Thomas Gellekum
01e54a67db
Import of tkref port. TkRef is a "reference card" for tcl/tk/tix/... commands.
...
PR: 4219
Submitted by: Bruce Gingery <bgingery@gtcs.com>
1997-10-30 08:26:49 +00:00
Chuck Robey
d3b900ffc5
Forgot the Doc files.
1997-10-27 00:53:30 +00:00
Chuck Robey
c6965c1ecb
Activate nasm, the Netwide Assembler.
1997-10-27 00:19:10 +00:00
Chuck Robey
f02c5d32bd
Port of nasm, the Netwide Assembler, by Murray Stokeley.
...
Obtained from: James Raynard
1997-10-27 00:17:03 +00:00
Bill Fenner
337f28498d
Update MAINTAINER address
...
Submitted by: Andreas Kohout <shanee@augusta.de>
1997-10-26 23:57:21 +00:00
Masafumi Max NAKANE
53232c9cd3
Activate nana.
1997-10-15 20:02:14 +00:00
Masafumi Max NAKANE
5f76e0e10e
New port, nana:
...
Improved support for assertion checking and logging using GNU C and GDB.
PR: 3363
Submitted by: Phil maker <pjm@cs.ntu.edu.au>
1997-10-15 19:58:53 +00:00
Masafumi Max NAKANE
01a5cf754d
Upgrade, 3.75 -> 3.76.1.
...
PR: 4747
Submitted by: jseger@freebsd.org
Please note that jserger decided to be the maintainer of this port.
1997-10-15 17:14:54 +00:00
Satoshi Asami
11d1fb1f0a
Need to update this too, otherwise it won't be an "upgrade".
...
Forgotten by: jmacd
1997-10-14 10:45:59 +00:00
Andreas Klemm
5694565966
MKDIR includes -p (portlint)
1997-10-13 20:33:00 +00:00
Jun-ichiro itojun Hagino
ee868b6f17
original distribution updated to 1.55.
1997-10-13 11:30:18 +00:00
Martin Cracauer
4faef1e104
Add one official PARC patch.
...
Include <sys/types.h> before <dirent.h>, needed on -current.
Thanks to Chuck Robey <chuckr@glue.umd.edu> for pointing this out.
1997-10-13 09:27:54 +00:00
Joshua Peck Macdonald
413ea0e8ba
Update to latest version.
1997-10-13 05:11:40 +00:00
Jun-ichiro itojun Hagino
278943850d
original distribution updated to 1.54.
1997-10-12 00:28:00 +00:00
Martin Cracauer
c590b21615
Java support now works with jdk-1.1. JDK-1.0.2 isn't supported, but
...
Jeff's 1.0.2 port is recognized at configure time and ILU will then be
build without Java support.
Add a note in DESCR that the FreeBSD port builds shared libraries.
1997-10-09 21:19:42 +00:00
Jun-ichiro itojun Hagino
cdcc6908aa
original distribution updated to 1.51.
...
Submitted by: itojun
1997-10-07 23:01:45 +00:00
Martin Cracauer
aa806e0b60
Add support for shared libraries (C libraries only).
...
Add ldconfig script to etc/rc.d/.
1997-10-07 15:06:37 +00:00
Andreas Klemm
3a3e535685
cosmetic changes using portlint, a really nice tool ;-)
1997-10-04 14:53:11 +00:00
Andreas Klemm
28253f8a81
Enabled SpecTcl
...
BTW, forgot to say, that I didn't test Java Support.
There are possibly only additional package dependencies necessary.
Am working on this...
1997-10-03 22:19:29 +00:00
Andreas Klemm
1c95188ed6
new port SpecTcl 1.1
...
free drag-and-drop GUI builder for Tk and Java from Sun
Tcl and Java Support: SpecTcl generates both Tcl and Java code.
Platform Independent: SpecTcl runs on all major platforms...
Constraint Based Alignment and resizing of widgets (buttons,
Geometry Manager: check boxes, etc.) is automatic. This makes
creating dynamic UIs and cross platform UIs a snap!
More infos and docu: http://sunscript.sun.com/products/spectcl.html
Cool stuff ! ;-)
1997-10-03 22:16:35 +00:00
Martin Cracauer
dd2161c131
Disable support for guile for now. The guile port is too old and the
...
right solution not obvious.
1997-10-03 13:09:43 +00:00
Satoshi Asami
7fb23b5e42
Instead of creating a whole new ${PKGDIR}, just specify ${PLIST} to point
...
to ${WRKSRC}/PLIST and build it there. COMMENT and DESCR will be picked
up from their default locations.
1997-10-03 09:16:36 +00:00
Satoshi Asami
d0d1d9fa06
Specify PKGNAME, "alpha" not allowed in version number.
...
Pointed out by: portlint
1997-10-02 04:03:30 +00:00
Martin Cracauer
413d062fc1
Activating ILU port
1997-10-01 08:32:59 +00:00
Martin Cracauer
9a362f3969
Xerox PARC's ILU system, a Corba-compatible multi-language
...
distributed object system.
This port generates PLIST on-the-fly and messes with symlinks. I
tested it to death and guessing from the silence people trust me to do
it right, so here I go :-)
1997-10-01 08:12:54 +00:00
Jun-ichiro itojun Hagino
fa8d139427
original distribution updated to 1.49.
...
added check for *_DEPENDS.
1997-09-21 02:02:33 +00:00
Masafumi Max NAKANE
a2d884314b
Some patches submitted as PR are not suitable to be committed blindly and
...
previous changes to this port was one of them. This commit fixes:
- We definetely need to check the existence of ${PREFIX}/dir and generate
it if needed before install-info gets invoked.
- Use empty definition of STRIP instead of changing every appearance
of ${INSTALL_SCRIPT} in Makefile.in to ${INSTALL} especially since
this port installs no files that need to be stripped.
- No need to add rule to regenerate .info file when there's one in the
distributed Makefile.in.
- Instead of removing old piece of .info files in post-install target,
leave it to the .texi.info: rule in the distributed Makefile.
1997-09-19 09:29:05 +00:00
Thomas Gellekum
b93837e125
Upgrade to 1.2.
...
PR: 4577
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
1997-09-19 07:13:31 +00:00
Thomas Gellekum
806acdab5a
Checksum changed. I hope Norman doesn't rebuild this every night.
1997-09-18 06:47:19 +00:00
Thomas Gellekum
c4f925e1b4
Upgrade to 2.8a.
1997-09-15 07:22:10 +00:00
Jun-ichiro itojun Hagino
5d4db72e27
original distribution upgraded to 1.48.
1997-09-14 14:24:54 +00:00
James FitzGibbon
d2efc9486f
Mass upgrade of CPAN ports:
...
p5-Apache -> 1.00b2
p5-Array-PrintCols -> 2.0
p5-C-Scan -> 0.4
p5-DBD-Pg -> 0.62
p5-Data-Flow -> 0.05
p5-Devel-Peek -> 0.83
p5-HTML-Stream -> 1.40
p5-HTTPD-Tools -> 0.55
p5-Image-Size -> 2.4
p5-IniConf -> 0.92
p5-Msql -> 1.1809
p5-Mysql -> 1.1809
p5-PGP -> 0.3a
p5-Pg -> 1.6.1
p5-Tk -> 402.002
p5-WWW-Search -> 1.010
p5-libwww -> 5.12
1997-09-14 02:55:26 +00:00
James FitzGibbon
54c70171ff
Activate devel/p5-Data-ShowTable
...
devel/p5-FreezeThaw
security/p5-Authen-Radius
1997-09-13 17:50:04 +00:00
James FitzGibbon
06bddcbbd1
Import of a module to pretty-print arrays of perl variables
1997-09-13 17:46:55 +00:00
James FitzGibbon
88bf7e5ce6
Import of a module to stringify perl data structures
1997-09-13 17:44:02 +00:00
Masafumi Max NAKANE
168ad60604
Upgrade, 4.0 -> 4.1.
...
As I do the upgrade, I made this port truely respect the setting of PREFIX,
ie, now the executable looks for the config files in ${PREFIX}/lib/dmake.
Also, instead of patching the makefile in the source distribution to
add the install: target, define it in the port Makefile.
And, move the scripts/post-patch into the port Makefile.
1997-09-07 20:23:13 +00:00
Masafumi Max NAKANE
60a82dd551
Add @dirrm for the doc directory
1997-09-07 19:22:57 +00:00
Masafumi Max NAKANE
d1b5fbcdf4
Use the real master site instead of the mirror.
...
PR: 4488
Submitted by: the port maintainer
While changing the MASTER_SITES, I noticed that the distfile has been
changed, so upgraded it from 1.0(?) to 1.1.
1997-09-07 19:22:17 +00:00
Masafumi Max NAKANE
9574093307
Activate makedepend
1997-09-01 16:45:48 +00:00
Masafumi Max NAKANE
dce4d0e331
New port, makedepend:
...
Makedepend is a makefile dependency generator from The XFree86 Project, Inc.
If you have X installed, you already have makedepend and do not need this port!
This is for ports that needs makedepend but doesn't need X.
PR: 4337
Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
1997-09-01 16:39:25 +00:00
Andreas Klemm
c1ed335375
enable p5-TimeDate
1997-09-01 16:06:49 +00:00
Andreas Klemm
5a7fcdc216
New port p5-TimeDate
...
Required for some MRTG (MultiRouterTrafficGrapher) variant
supporting monitoring of a squid proxy cache.
1997-09-01 16:05:39 +00:00
David E. O'Brien
0d4efc19a8
Deal with the info files on package install/removal.
...
(someone that knows this stuff should check this over...)
1997-08-29 09:29:12 +00:00
David E. O'Brien
c682e3dbf2
turn on gindent
1997-08-29 09:21:07 +00:00