Wolfram Schneider
24e55bc82e
Rename - not delete - the mmap test program
1998-11-10 21:00:14 +00:00
David E. O'Brien
739d98a0f6
upgrade to 1.5.12a
1998-11-10 03:11:24 +00:00
Satoshi Asami
93372b1188
unzip is a build-time dependency, not a fetch-time dependency.
1998-11-08 08:44:59 +00:00
Satoshi Asami
badeabad3b
Mark it broken, can't build.
...
-------
===> Building for libgtop-0.26.2
Makefile:499: macros/macros.dep: No such file or directory
cd macros && gmake macros.dep
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/macros'
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
Making all in po
gmake[2]: Entering directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
PATH=../src:$PATH : --default-domain=libgtop --directory=.. \
--add-comments --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in
rm -f ./libgtop.pot
mv libgtop.po ./libgtop.pot
mv: rename libgtop.po to ./libgtop.pot: No such file or directory
gmake[2]: *** [libgtop.pot] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/po'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
1998-11-08 00:24:03 +00:00
James Raynard
9258520d84
New patches for sfio98. (Not that many changes, I've just split them up
...
into a single patch for each source file).
1998-11-07 18:06:17 +00:00
James Raynard
0fa4f8390e
Update to sfio98.
...
Prodded by: wosch
1998-11-07 18:04:14 +00:00
Satoshi Asami
d826b2cf9f
unzip is BUILD_DEPENDS, not FETCH_DEPENDS.
1998-11-07 07:42:12 +00:00
Satoshi Asami
67cd4bb6b7
Manpages already listed in Makefile.
1998-11-07 06:41:05 +00:00
Satoshi Asami
5cb28acf27
egcs is in lang, not devel.
1998-11-07 05:02:55 +00:00
Marc G. Fournier
95320454e7
This should allow mico to compile, using MICO's personal 'mini-stl' and
...
with the standard gcc that comes with FreeBSD 3.0 (gcc 2.7.2.1) ... this
is not usable for compiling either corba or koffice, which is still being
worked on...
Please report any bugs on this to me, as I'm trying to work with the
MICO guys as far as getting FreeBSD recognized as an "official port" instead
of their current web page, which reports "somehow it works under FreeBSD"...
1998-11-07 04:25:48 +00:00
Satoshi Asami
77004aa0ac
Broken for a.out systems too.
1998-11-06 12:04:27 +00:00
Marc G. Fournier
dc1bbf6ac4
Added a patch from the MICO developers that allow it to compile with a
...
current bug in the egcs port (its not a bug in the port, its a bug in egcs
itself)...
Change dependencies so that it will compile using --disable-mini-stl
1998-11-05 03:13:23 +00:00
Justin M. Seger
1c6d58ccf1
BROKEN:
...
(cd /usr/ports/devel/gide/work/gIDE-0.0.10; aclocal; automake)
aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library
*** Error code 1
1998-11-03 00:18:57 +00:00
Vanilla I. Shu
a33df55f52
Install info page now.
1998-11-02 15:59:40 +00:00
Wolfram Schneider
5c36861a11
Says that the port uses perl5 for building and running
1998-11-01 16:51:39 +00:00
Wolfram Schneider
e04c366abc
Added portcheckout.
1998-11-01 16:45:30 +00:00
Wolfram Schneider
4e1e1391ed
portcheckout - checkout ports and all depending ports
...
Portcheckout(1) checks out a FreeBSD port and all runtime
and buildtime depending ports into the current working
directory. The output is written to stdout as an
executable shell-script.
Compiling a FreeBSD port usually require a full tree of ports
in /usr/port. A cvs checkout or a cvs update command takes
a very long time and need much free space.
With portcheckout, you checkout only the parts of the port
tree which you really need. This is a magnitude faster!
1998-11-01 16:42:29 +00:00
Marc G. Fournier
4cadfed118
Remove BROKEN status...it does build here, and if I'm going to fix it on
...
for other machines/installs, ppl have to try and build it...
1998-10-31 21:40:22 +00:00
Marc G. Fournier
e112ddadbc
Added dependencies for qt and tcl to be installed
...
Replaced the --with-tcl=/usr/include with just --with-tcl
Left in BROKEN status...can someone test and let me know if there is
anything else I've overlooked?
1998-10-31 21:36:11 +00:00
Satoshi Asami
9843b67d53
Well, this thing is not working here. Besides, the "--with-tcl=/usr/include"
...
is definitely wrong.
===
cd ../libs; rm -f libmicox2.2.1.a; ln -f -s ../auxdir/libmicox2.2.1.a .
/usr/X11R6/bin/moc ../include/mico/qtmico.h -o qtmico.moc
c++ -I. -I../include -I/usr/ports/devel/mico/work/mico/./include/ministl -I/usr/X11R6/include -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include/gtk10 -I/usr/X11R6/include -I/usr/local/include -c qtmico.cc -o qtmico.o
In file included from qtmico.cc:25:
../include/mico/qtmico.h:32: qapp.h: No such file or directory
../include/mico/qtmico.h:35: qsocknot.h: No such file or directory
../include/mico/qtmico.h:36: qtimer.h: No such file or directory
In file included from qtmico.cc:266:
qtmico.moc:17: qmetaobject.h: No such file or directory
gmake[1]: *** [qtmico.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/mico/work/mico/auxdir'
gmake: *** [system] Error 1
*** Error code 2
Stop.
1998-10-31 09:35:55 +00:00
Marc G. Fournier
bd95a9fae2
mico 2.2.1 port ... compiles cleanly and installs.
...
Please let me know of any problems, as I won't know until I move into
getting koffice built..
1998-10-31 04:03:14 +00:00
Jordan K. Hubbard
a7e927e532
Upgrade to 0.0.10.
...
Submitted by: rom_glsa@ein-hashofet.co.il
1998-10-30 16:00:06 +00:00
Marc G. Fournier
649ef54a19
Updating to Mico v2.2.1
...
The port is marked BROKEN anyway...updating it to what I have so far that
appears to work, so that if I update ports, I don't lose it all again.
Hope to have it unBROKEN over the weekend ... so far, builds out of the
box with the stock cc 2.7.2.1 ...
1998-10-30 04:42:16 +00:00
Vanilla I. Shu
dc0893cde2
Upgrade to 1.1.4.
1998-10-28 15:46:57 +00:00
Vanilla I. Shu
07808d1190
Change the version number of guile.
1998-10-27 16:33:54 +00:00
Vanilla I. Shu
70364f181b
Upgrade to 1.20, remove BROKEN_ELF tag.
...
Submitted by: maintainer.
1998-10-24 17:14:23 +00:00
Satoshi Asami
d83046f9ca
Looks like someone broke this while fixing the ELF case.... ;)
...
===
/bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la
libtool: link: warning: using a buggy system linker
libtool: link: relinking will be required before `ffitest' can be installed
cc -O -pipe -o .libs/ffitest ffitest.o /usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
creating ffitest
./ffitest
ld.so failed: Undefined symbol "ffi_prep_args" in ffitest:/usr/ports/devel/libffi/work/libffi-1.18/src/.libs/libffi.so
*** Error code 1
Stop.
1998-10-22 06:33:45 +00:00
Steve Price
4aa9616805
Really convert to ELF. I forget the '-I' switch to patch when I
...
applied the last set of diffs.
1998-10-21 01:12:01 +00:00
Satoshi Asami
6d11f15597
Remove trailing "." from LIB_DEPENDS line.
1998-10-20 07:40:21 +00:00
Satoshi Asami
38227fdde0
Add DIST_SUBDIR=vtcl -- "current.tar.gz" is not exactly a specific name. :)
1998-10-20 03:35:07 +00:00
Steve Price
7b97e507de
Remove empty directories on deinstall.
1998-10-20 01:41:32 +00:00
Steve Price
3e96c034b9
Convert to ELF and remove leading underscores so this builds
...
again.
1998-10-20 01:35:31 +00:00
Steve Price
360514d912
Convert to ELF.
1998-10-20 01:34:18 +00:00
Steve Price
872a2d3ee0
Make this deinstall cleanly.
1998-10-20 01:33:42 +00:00
Steve Price
0d080de6db
Checksum changed.
1998-10-20 01:33:00 +00:00
Justin M. Seger
a32b5e0fe7
Make this port reinstall friendly
...
Submitted by: steve
1998-10-14 04:29:23 +00:00
Justin M. Seger
9ceb820ef6
Unbreak for ELF
...
Submitted by: asami
1998-10-13 02:20:19 +00:00
Justin M. Seger
4575e473a3
Mark BROKEN for ELF:
...
Creating package /usr/ports/packages/All/tvision-0.6.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/tvision-0.6.tgz'
tar: can't add file lib/libtvision.so.0 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 21:08:35 +00:00
Justin M. Seger
e86f412ff7
Mark BROKEN for current. Perl paths are BROKEN.
1998-10-12 19:32:28 +00:00
Justin M. Seger
bf4102fe83
Mark BROKEN for ELF:
...
g++ -fhandle-exceptions -pipe -I. -D__OMNIORB2__ -I../../../include -DDEFAULT_LOGDIR=\"/var/omninames\" -o omniNames NamingContext_i.o log.o omniNames.o -L../../../src/lib/omniORB2 -lomniORB2 -L../../../src/lib/omnithread -lomnithread
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::omni_mutex(void)':
posix.o(.text+0x10): undefined reference to `pthread_mutex_init'
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::~omni_mutex(void)':
posix.o(.text+0xa2): undefined reference to `pthread_mutex_destroy'
../../../src/lib/omnithread/libomnithread.a(posix.o): In function `omni_mutex::lock(void)':
1998-10-12 19:25:27 +00:00
Justin M. Seger
4d7dcfaebe
Mark BROKEN for ELF:
...
===> Building package for linux_devel-0.2
Creating package /usr/ports/packages/All/linux_devel-0.2.tgz
Registering depends: linux_lib-2.5.
Creating gzip'd tar ball in '/usr/ports/packages/All/linux_devel-0.2.tgz'
tar: can't add file usr/lib/libfbm.so.1 : No such file or directory
tar: can't add file usr/lib/libjpeg.so.1 : No such file or directory
tar: can't add file usr/lib/libtiff.so.1 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
1998-10-12 18:53:09 +00:00
Justin M. Seger
75758e7d51
Mark BROKEN for ELF:
...
/bin/sh ../libtool --mode=link cc -O -pipe -o ffitest ffitest.o libffi.la
cc -O -pipe -o .libs/ffitest ffitest.o -Wl,-rpath -Wl,/usr/local/lib .libs/libffi.so
.libs/libffi.so: undefined reference to `ffi_call_SYSV'
.libs/libffi.so: undefined reference to `_ffi_prep_args'
*** Error code 1
1998-10-12 18:42:20 +00:00
Justin M. Seger
58f04b9b51
Mark BROKEN for ELF:
...
===> Building package for dlmalloc-2.6.4
Creating package /usr/ports/packages/All/dlmalloc-2.6.4.tgz
Registering depends:.
Creating gzip'd tar ball in '/usr/ports/packages/All/dlmalloc-2.6.4.tgz'
tar: can't add file lib/libdlmalloc.so.2 : No such file or directory
/usr/sbin/pkg_create: tar command failed with code 256
*** Error code 1
1998-10-12 18:36:24 +00:00
Justin M. Seger
4b3c015875
Mark BROKEN for current:
...
CVS ----------------------------------------------------------------------
error in signal.h
1998-10-12 15:54:23 +00:00
Justin M. Seger
f39831d501
Mark BROKEN for ELF:
...
===> Installing for boehm-gc-4.12
/bin/cp fbsd-libgc.a libgc.a
/bin/cp: fbsd-libgc.a: No such file or directory
*** Error code 1
1998-10-12 15:47:43 +00:00
Justin M. Seger
3c4fee8a6b
Mark BROKEN for ELF:
...
g++ -O2 -DDEBUG -DAMULET2_CONVERSION -I/usr/ports/devel/amulet/work/amulet/include -I/usr/X11R6/include -Wall -DGCC -DMEMORY -DDEFAULT_AMULET_DIR=\"/usr/X11R6/share/amulet\" /usr/ports/devel/amulet/work/amulet/src/gem/testdpy.o /usr/ports/devel/amulet/work/amulet/src/gem/test_utils.o /usr/ports/devel/amulet/work/amulet/src/gem/testbits.o /usr/ports/devel/amulet/work/amulet/src/gem/testcolor.o /usr/ports/devel/amulet/work/amulet/src/gem/testfonts.o /usr/ports/devel/amulet/work/amulet/src/gem/testwinprops.o -L/usr/ports/devel/amulet/work/amulet/lib -lamulet -L/usr/X11R6/lib -lX11 -lm -o testdpy
/usr/ports/devel/amulet/work/amulet/lib/libamulet.so: file not recognized: File truncated
*** Error code 1
1998-10-12 15:36:27 +00:00
Justin M. Seger
70c8eb51d6
Mark BROKEN for ELF: depends on gcc28 and glibstdc++28
1998-10-12 15:05:33 +00:00
Justin M. Seger
6b1e39b5fd
Mark BROKEN for current:
...
===> Generating temporary packing list
===> Compressing manual pages for p5-Data-ShowTable-3.3
/usr/local/man//man1/showtable.1: No such file or directory
*** Error code 1
1998-10-12 04:19:27 +00:00
Vanilla I. Shu
cf2c6174e9
Upgrade to 0.0.8
...
PR: ports/8251
Submitted by: maintainer
1998-10-10 14:52:05 +00:00
Vanilla I. Shu
5ae65487f1
Upgrade to 0.3.5.
1998-10-10 14:35:09 +00:00
Stefan Bethke
6ff48d8044
Use cyrus-imapd-1.5.14 as source archive. The mail/cyrus port actually is
...
the only one which needs it anyway, and that is at above version. (Another
500 kB saved on the CD...)
1998-10-10 02:06:54 +00:00
Martin Cracauer
f0f64ab3a3
Cosmetic changes
...
Obtained from: portlint
1998-10-08 18:48:56 +00:00
Martin Cracauer
14987c5f25
Repair braindamaged import.
...
Obtained from: brain
1998-10-08 16:37:20 +00:00
Martin Cracauer
80f0d9edc0
General cleanup for ELF and newer -stable:
...
Use right shared library names on ELF.
Disable Java support on ELF systems, because we don't have an ELF jdk.
Disable Java support on aout systems, because ILU runtime dumps core.
New PARC patches, now as one distfile instead of patches/ collection.
ILU now works with optimization enabled -> make a package.
Thread support now works, on -current and -stable. Thanks folks!
1998-10-08 16:31:49 +00:00
Vanilla I. Shu
3107fce66e
Fix some problem on 2.2-S, change MAINTAINER to Nakai.
...
Remined by: asami
1998-10-08 15:24:37 +00:00
Vanilla I. Shu
8efaa94865
Upgrade to 1.11.1.
...
Reminded by: fenner's ports checker
1998-10-08 15:20:17 +00:00
Vanilla I. Shu
8582c66e12
Patch for 2.2-s.
...
Remind by: asami
1998-10-07 16:27:38 +00:00
Satoshi Asami
2f26499967
Finally found the culprit of my ld.so.cache getting thrashed during
...
large package builds. Mark this port BROKEN until someone changes the
"ldconfig without args" lines.
1998-10-06 07:35:03 +00:00
Satoshi Asami
abe516a6d4
/bin/sh ../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c proctime.c
...
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../sysdeps/freebsd -I../../include -I../../intl -DGTOPLOCALEDIR=\"/usr/local/share/locale\" -D_GNU_SOURCE -O -pipe -c -fPIC -DPIC proctime.c
proctime.c: In function `calcru':
proctime.c:74: structure has no member named `p_runtime'
proctime.c: In function `glibtop_get_proc_time_p':
proctime.c:150: structure has no member named `p_runtime'
gmake[3]: *** [proctime.lo] Error 1
gmake[3]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps/freebsd'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2/sysdeps'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/libgtop/work/libgtop-0.26.2'
gmake: *** [all-recursive-am] Error 2
*** Error code 2
Stop.
1998-10-05 05:56:03 +00:00
Steve Price
514388e85b
Don't run ldconfig if no shared libraries and don't remove a couple
...
of directories used by a bunch of other ports.
1998-10-05 03:36:19 +00:00
Justin M. Seger
6ba91696b2
guile has been ELFed, fix depends line.
1998-10-04 17:23:34 +00:00
Vanilla I. Shu
eb52949f0c
I forgot to correct the real path on MASTER_SITE, thanks osa.
...
Submitted by: osa@ozz.etrust.ru
1998-10-01 00:19:13 +00:00
Vanilla I. Shu
d518cf174a
Remove myself from MAINTAINER.
1998-09-30 14:45:46 +00:00
Vanilla I. Shu
14d1dd4262
Activate libgtop.
1998-09-30 13:50:22 +00:00
Vanilla I. Shu
8c89cf135d
Import libgtop, It's gnome top library.
1998-09-30 13:49:17 +00:00
Satoshi Asami
41637d4447
tk80 has been ELFized.
1998-09-25 10:05:14 +00:00
Vanilla I. Shu
eeb19cc83e
Remove guileobjc & libobjects.
1998-09-24 00:29:37 +00:00
Tim Vanderhoek
e0d49dec52
Don't install manpage into /usr/local/man1/clig.1
1998-09-23 22:59:23 +00:00
Vanilla I. Shu
f5d981f1a1
Fix info page problem.
1998-09-23 17:58:38 +00:00
Vanilla I. Shu
448efeb0b8
Fix info page problem, and add elf patch.
1998-09-23 16:15:58 +00:00
Vanilla I. Shu
10edeb347a
Fix info page problem.
1998-09-23 16:13:20 +00:00
Vanilla I. Shu
1de00774f5
Upgrade to 0.3.0, and convert ORBit to elf.
1998-09-23 16:09:08 +00:00
Satoshi Asami
bc214bef0f
glib is now ELFized.
1998-09-22 23:31:14 +00:00
Satoshi Asami
457679eee3
gtk and gtk11 are now ELFized.
1998-09-22 22:55:56 +00:00
Scott Mace
e24826a8fc
Convert to ELF.
1998-09-22 21:54:23 +00:00
Scott Mace
c4ef5eaa78
Convert to ELF.
...
round aout shared MINOR to 3.
1998-09-22 21:53:47 +00:00
Vanilla I. Shu
5740dbd2bd
Write minor number in pkg/PLIST.
...
Noticed by: asami
1998-09-22 16:48:12 +00:00
Vanilla I. Shu
905d693606
Upgrade to 1.1.3, and convert glib to elf.
1998-09-22 15:33:36 +00:00
Satoshi Asami
6a9d3bc9a4
This port installs a manpage in /usr/local/man1. That's evil!
1998-09-20 23:26:49 +00:00
Tim Vanderhoek
1aee52bf00
Use MLINKS.
1998-09-19 02:29:22 +00:00
Tim Vanderhoek
9e39306ce6
Use MLINKS.
1998-09-19 02:14:56 +00:00
Vanilla I. Shu
27c3f8c19f
Upgrade to 0.3.4.
1998-09-17 04:41:41 +00:00
Vanilla I. Shu
fbdec80525
Upgrade to 0.6.
1998-09-16 22:34:38 +00:00
Vanilla I. Shu
70bc5dead0
Remove 2 foolish lines about info page.
1998-09-16 22:33:10 +00:00
David E. O'Brien
1e1a8abab1
Dist patch fixes problems on 2.2.x.
1998-09-16 20:48:34 +00:00
Satoshi Asami
668e0f51f4
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
...
checks haven't missed anything.
Submitted by: dima
1998-09-15 21:31:59 +00:00
Vanilla I. Shu
32265874e8
Upgrade to 0.0.7, and change LIB_DEPENDS to gtk11.
1998-09-15 12:05:13 +00:00
Andrey A. Chernov
51b2799394
fix reading variables with multiple '='
1998-09-10 00:58:33 +00:00
Andrey A. Chernov
8061cf4ed8
add missing \ to eval expr
1998-09-09 21:24:02 +00:00
Tim Vanderhoek
bc863db01d
Belatedly remove mico-latest.
1998-09-05 05:56:30 +00:00
Dmitrij Tejblum
ac53697be1
Unbroke for -current: the build problem seems disappeared.
1998-09-04 14:24:03 +00:00
Vanilla I. Shu
99bef30a7b
Upgrade to 98.071901
1998-08-31 14:10:57 +00:00
Vanilla I. Shu
1e6d039faa
Upgrade to 5.33.
1998-08-31 13:56:11 +00:00
Vanilla I. Shu
85b6df8a70
Don't split info file.
1998-08-31 13:54:51 +00:00
Tim Vanderhoek
3cf8e9b346
Either the person who claimed to remove all manpages from
...
devel/*/pkg/PLIST missed this port, or I'm going to regret
this commit.
1998-08-30 18:08:44 +00:00
Tim Vanderhoek
5a8ee32c8a
Use the MANx variables. I think the PLIST was missing three manpages,
...
anyways.
1998-08-29 20:24:34 +00:00
Tim Vanderhoek
a519aaa7c9
Don't read like ad copy. Really bad ad copy at that.
1998-08-29 19:44:55 +00:00
Satoshi Asami
5782952464
Fix this to new perl5 scheme. (I missed it in my first pass because
...
I didn't realize it's doing all the installation in its own do-install
target.)
PR: 7762
Submitted by: kdulzo@caffeine.internal.enteract.com
1998-08-28 14:16:34 +00:00
Satoshi Asami
d09feb94a8
MANCOMPRESSED=maybe
1998-08-26 06:43:56 +00:00
Jun Kuriyama
16c00b98a5
Activate gettext.
1998-08-25 16:14:05 +00:00
Jun Kuriyama
bbfa516de3
GNU gettext package.
...
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
1998-08-25 16:13:04 +00:00
Joseph Koshy
41d34f751f
Activate `cvslines'.
1998-08-25 10:34:23 +00:00
Joseph Koshy
9f3ac4d8ea
A port of `cvslines'; a CVS wrapper that helps with merging changes
...
between various cvs branches, where the branches represent different
lines of development.
1998-08-25 10:32:47 +00:00
Justin M. Seger
e87909776a
Upgrade to ftnchek-2.10.0
1998-08-25 02:13:33 +00:00
Vanilla I. Shu
fe0dd51d82
Upgrade to 0.0.6, and change PKGNAME to gide.
...
PR: ports/7635
Submitted by: maintainer
1998-08-25 01:53:21 +00:00
Justin M. Seger
dead04e3a9
Distfile changed on master site
1998-08-25 01:42:29 +00:00
Satoshi Asami
67e0f94b60
Add back a file I accidentally deleted.
1998-08-23 23:00:08 +00:00
Satoshi Asami
5622f4088a
Mark broken for -stable too.
...
===
:
cc -c -O2 -pipe -Idevelhdrs xc_builtins.c
xc_builtins.c:37: X11/Xlib.h: No such file or directory
xc_builtins.c:38: X11/Xutil.h: No such file or directory
xc_builtins.c:39: X11/Xresource.h: No such file or directory
xc_builtins.c:101: parse error before `*'
xc_builtins.c:148: parse error before `*'
:
1998-08-23 07:27:15 +00:00
Marc G. Fournier
84bb5c0002
Missed two files in the merge...
1998-08-23 04:36:05 +00:00
Marc G. Fournier
cc39d5eec9
Update mico port from 2.0.5 to 2.1.0
1998-08-23 04:32:04 +00:00
Tim Vanderhoek
5b729e5316
Use the MANx variables.
...
For the record, pkg_delete also gave me the following errors:
: cannot delete specified file `/a/tmp/hoek/usr/i486-linuxaout/lib/ldscripts - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/linux' - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/asm' - it is a directory!
There wouldn't happen to be a problem with pkg/PLIST, would there?
1998-08-23 01:50:27 +00:00
Tim Vanderhoek
72999de668
Smoothify style.
1998-08-23 01:16:34 +00:00
Tim Vanderhoek
8025d3baa0
.ifndef NOMANCOMPRESS
...
.def MANCOMPRESSED
.dejavu
1998-08-23 01:08:37 +00:00
Tim Vanderhoek
b588d0675c
.if !defined(NOMANCOMPRESS)
...
MANCOMPRESSED= yes
.endif
.haveaniceday!
1998-08-23 00:48:53 +00:00
Satoshi Asami
e33fb5a4d2
It doesn't compile because of gtk path. Vanilla? :)
...
Also, the tcl path ("--with-tcl=/usr/include") is entirely
wrong. Ports are not supposed to use tcl in /usr.
1998-08-22 11:13:29 +00:00
Tim Vanderhoek
e742866df2
Make this work with asami's proposed bsd.port.mk. <sigh>
1998-08-22 04:45:03 +00:00
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
David E. O'Brien
3b97673444
GNU's indent.
...
PR: ports/4406
Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
1997-08-29 09:20:02 +00:00
Joshua Peck Macdonald
ee0ee013af
I guess this has been released for about 2 months now with no serious bugs
...
having been discovered.
1997-08-27 19:38:20 +00:00
Satoshi Asami
8e6ffbf205
Update to use tk80.
...
Submitted by: vanilla@MinJe.com.TW (maintainer)
1997-08-24 23:05:45 +00:00
Satoshi Asami
aba7ed3e8d
The distfile names are cryptic, but certainly are not common nor are
...
there too many distfiles so there is no need for a DIST_SUBDIR.
1997-08-22 11:14:55 +00:00
Jun-ichiro itojun Hagino
ad627e4a0d
original distribution updated to release 1.46.
1997-08-16 04:59:48 +00:00
Thomas Gellekum
05aa1579f2
Activate the new crossgo32 library ports.
1997-08-13 09:42:38 +00:00
Thomas Gellekum
aa6990542c
Port of the pdcurses library for crossgo32.
...
PR: 4009
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
1997-08-13 09:41:03 +00:00
Thomas Gellekum
fc9c8ce3b5
Port of the DJGPP2 libraries.
...
PR: 4008
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
1997-08-13 09:38:10 +00:00
Thomas Gellekum
0a93e3e845
From Joel's PR:
...
Here is an update for the crossgo32 port. I have added an extra
distribution which includes a utility to convert the COFF binaries
into dos EXE files. I also take over as maintainer with the previous
maintainers permission.
PR: 3987
Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
1997-08-13 09:06:55 +00:00
Bill Fenner
e4f0709761
Remove nils@guru.ims.uni-stuttgart.de as MAINTAINER, no longer
...
runs FreeBSD.
Submitted by: Cornelis van der Laan <nils@trados.com>
1997-08-11 18:02:08 +00:00
Eric L. Hernes
3bdb90299c
upgrade to 1.1
1997-08-11 15:06:32 +00:00
Bill Fenner
d8b7b21943
Fix path in MASTER_SITES
...
Found by: distfile checker
1997-08-10 09:03:11 +00:00
Jun-ichiro itojun Hagino
0e90f5ee90
original distribution updated to version 1.44.
1997-08-08 06:23:26 +00:00
Jun-ichiro itojun Hagino
2d6d2cfa58
original distribution updated to 1.43.
1997-08-06 00:07:59 +00:00
Masafumi Max NAKANE
2d9a45a475
Turn on tclcheck.
1997-07-21 16:10:50 +00:00
Masafumi Max NAKANE
377e399b09
New port, tclCheck:
...
A program to check the nesting of parenthesis in tcl scripts.
PR: 3976
Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
1997-07-21 16:09:01 +00:00
Masafumi Max NAKANE
5e5eddfc60
ldconfig -> ${LDCONFIG}.
1997-07-17 15:13:02 +00:00
Thomas Gellekum
eee52159ba
Upgrade 1.3 -> 1.4.
1997-07-17 12:18:02 +00:00
Jun-ichiro itojun Hagino
db6a26056c
Original distribution updated to r1.33.
...
It now have "committers mode", which will tell us ports/LEGAL
should be updated!
1997-07-16 18:49:47 +00:00
Eric L. Hernes
b854fb33f6
remove MASTER_SITE_GNU from the sitelist, since it's not there.
...
It appears that this is not going to be updated to anything newer
than 2.6.3, so if it causes any (more) problems, it's history...
Requested by: Bill Fenner
1997-07-14 22:21:02 +00:00
Thomas Gellekum
879b786e15
Upgrade to 1.41r6.
1997-07-14 07:45:39 +00:00
Jun-ichiro itojun Hagino
86720189d6
original distribution of portlint has updated to 1.32.
1997-07-13 13:37:59 +00:00
Satoshi Asami
364f86b614
Put some parentheses in "#elif defined(foo) || defined(bar)" statement
...
to make this compile again. I never quite understood the "#elif"
syntax and now I think I never will.
By the way, this is just a patch-up to DavidO's "stab in the dark" and
is not guaranteed to work on NetBSD and/or OpenBSD. I just "fixed" it
in the way that it doesn't break FreeBSD while preserving the spirit
of his changes (i.e., to "stab" whatever he was aiming at).
1997-07-10 07:37:00 +00:00
James FitzGibbon
5d51e70e55
Activate p5-Storable
1997-07-09 23:20:25 +00:00
James FitzGibbon
43ced6d177
Import of p5-Storable, a module for storing data structures intact and reading them back in later or in another program
1997-07-09 23:19:15 +00:00
Thomas Gellekum
b05d848599
Move mimepp from devel to converters.
1997-07-08 10:11:21 +00:00
Thomas Gellekum
2f16f58117
Activate mimepp.
1997-07-08 08:44:17 +00:00
Masafumi Max NAKANE
b83b0ca55d
Upgrade, 1.26 -> 1.28.
1997-07-06 18:20:51 +00:00
Masafumi Max NAKANE
5a0b660a36
Upgrade 1.9 -> 1.26.
...
(So many additional checks have been added. Porters gotta check this out!)
1997-07-06 00:39:00 +00:00
Satoshi Asami
0ce87a9567
Add newline to end of file. Thomas, if you are using emacs, I recommend
...
you add this to your .emacs:
(setq require-final-newline t)
1997-07-02 04:10:01 +00:00
Thomas Gellekum
8c53180261
Activate pccts.
1997-07-01 07:49:23 +00:00
Thomas Gellekum
4a2a5b1f56
Import a port of The Purdue Compiler Construction Tool Set.
...
PR: 3950
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-07-01 07:48:26 +00:00
Thomas Gellekum
c2c0409b84
Activate f77flow.
1997-06-30 12:14:02 +00:00
Thomas Gellekum
44a2b1c87f
Import f77flow port. As the name suggests, f77flow analyzes
...
the structure of FORTRAN code.
PR: 3956
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
1997-06-30 12:13:10 +00:00
David E. O'Brien
105b806c09
Added {Open,Net}BSD to the #define's.
...
This was a stab in the dark as to the right things to do for them.
1997-06-29 12:13:21 +00:00
David E. O'Brien
5bc7d50398
very minor style change
1997-06-29 11:39:45 +00:00
James FitzGibbon
f359693684
Upgrade to v1.06
...
Pointed-out-by: Bill Fenner's script
1997-06-27 02:27:01 +00:00
James FitzGibbon
a04adfbbe0
Activate in devel: p5-Errno, p5-Filter, p5-Proc-Simple, p5-Sort-Versions, p5-Term-ReadKey, p5-TraceFuncs
...
Activate in net: p5-SNMP
Activate in misc: p5-Locale-Codes
Activate in www: p5-WWW-Search
Activate in graphics: p5-GD
1997-06-27 02:00:33 +00:00
James FitzGibbon
24c5b03087
Import of a perl5 module to trace function calls as they happen.
1997-06-27 01:57:29 +00:00
James FitzGibbon
7d41e0f651
Import of a perl5 module for simple terminal control
1997-06-27 01:56:02 +00:00
James FitzGibbon
450ec52579
Import of a perl5 module to sort revision numbers
1997-06-27 01:54:31 +00:00
James FitzGibbon
0892424656
Import of a perl5 OO module for handling of child processes
1997-06-27 01:52:15 +00:00
James FitzGibbon
30a13caa15
Import of a perl5 module to filter source code prior to execution
1997-06-27 01:37:46 +00:00
James FitzGibbon
6255354c4f
Import of a perl5 module to provide access to errno.h constants
1997-06-27 01:36:22 +00:00
James FitzGibbon
ccdb93701a
Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
...
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
David E. O'Brien
96f852bf32
Paths changed on MASTER_SITES.
...
Noticed by: Bill Fenner <fenner@parc.xerox.com>
1997-06-23 05:43:26 +00:00
Thomas Gellekum
0dc96d938e
Activate asl.
1997-06-20 08:14:58 +00:00
Thomas Gellekum
15810db631
Import of asl port. asl is an assembler for a wide range of
...
microcontrollers/-processors.
1997-06-20 08:13:47 +00:00
Thomas Gellekum
57a17fd732
Upgrade to version 2.8. Update my e-mail address, while I'm here.
1997-06-20 06:54:05 +00:00
Thomas Gellekum
0ae3946905
- Upgrade to version 2.8.
...
- Update my e-mail address.
1997-06-20 06:50:32 +00:00
James FitzGibbon
6f47aa2f79
Upgrade to 19970614 release
1997-06-17 22:48:06 +00:00
Satoshi Asami
6c81b673fa
Add `.' to end of info dir entry.
1997-06-17 07:23:46 +00:00
Masafumi Max NAKANE
46f4d7ff09
Remove make.info* before executing makeinfo.
1997-06-16 15:42:02 +00:00
Masafumi Max NAKANE
ccf45b8efc
Add @dirrm
1997-06-16 08:45:23 +00:00
Masafumi Max NAKANE
a74abd9444
Add @dirrm share/autoconf.
1997-06-16 08:25:42 +00:00
Masafumi Max NAKANE
ed71475d63
Use install-info to add/delete info entry to the dir file.
...
Also install examples.
1997-06-16 08:23:00 +00:00
Masafumi Max NAKANE
b9c43860b0
Patch up m4.texi and add @dircategory.
1997-06-16 08:20:58 +00:00
Masafumi Max NAKANE
985ca30b73
Patch up doc/Makefile.in:
...
- Add --no-split to the makeinfo command-line.
- Remove m4.info* before generating info file from .texi.
1997-06-16 08:19:15 +00:00
James FitzGibbon
8e5e7f5b03
Activate devel/p5-Devel-DProf
...
Activate devel/p5-Devel-Peek
Activate devel/p5-Devel-Symdump
Activate lang/p5-Tcl
Activate x11/p5-Tcl-Tk
1997-06-16 03:05:31 +00:00
James FitzGibbon
e901b7651f
Import of a a perl5 module that dumps symbol names or the symbol table
1997-06-16 02:49:27 +00:00
James FitzGibbon
62ef079fd3
Import of a perl5 data debugging tool for the XS programmer
1997-06-16 02:47:25 +00:00
James FitzGibbon
52c2152b55
Import of a perl5 debugger/profiler
1997-06-16 02:45:08 +00:00
Masafumi Max NAKANE
fdc577a8e3
Activate portlint.
1997-06-15 14:20:20 +00:00
Masafumi Max NAKANE
dc92a3e522
New port, portlint:
...
portlint makes a small set of sanity checks for port directory.
usage:
Submitted by: Jun-ichiro ITOH <itojun@itojun.org>
PR: 3863
1997-06-15 14:12:38 +00:00
Satoshi Asami
08aa64d648
Upgrade to 1.4.
...
PR: 3457 (plus many private mails)
Submitted by: Sandro Sigala <ssigala@globalnet.it>
1997-06-15 10:07:12 +00:00
Masafumi Max NAKANE
0ff29d1d41
sed -> ${SED}.
...
@'ed install-info related commands.
1997-06-13 20:01:42 +00:00
Masafumi Max NAKANE
a79254657d
sed -> ${SED}
...
Add `@' at the beginning of install-info related commands in post-install.
1997-06-13 20:00:47 +00:00
Masafumi Max NAKANE
40dd7d5c84
Use install-info to add info dir entry.
1997-06-13 07:33:36 +00:00
Masafumi Max NAKANE
e44e874d9e
Modify standards.texi and add @dircategory as well as correctly
...
align the dir entry.
1997-06-13 07:32:52 +00:00
Masafumi Max NAKANE
26694abfc9
Patch up autoconf.texi and add @dircategory.
1997-06-13 07:31:54 +00:00
Masafumi Max NAKANE
40c0b7cac4
Since the dir entry for info files of many other programs has their
...
first words capitalized, modify automake.texi's dir entry in such way,
so that the entries in dir get sorted properly.
1997-06-13 07:20:16 +00:00
Masafumi Max NAKANE
60f3c41d2f
Use install-info to add the entry for automake.info to the dir file.
1997-06-13 06:49:49 +00:00
Masafumi Max NAKANE
9ec2121eed
Patch up Makefile.in so that automake.info gets regenerated appropriately.
1997-06-13 06:47:48 +00:00
Masafumi Max NAKANE
a259e6cadd
Patch up automake.texi and add @dircategory.
1997-06-13 06:46:19 +00:00
Masafumi Max NAKANE
bc34386bf9
Maybe I shouldn't have put `.' at the end of @dircategory line.
1997-06-12 23:31:18 +00:00
Satoshi Asami
e58071cfc2
Merge from rev 1.7 of patch-aa: Align this info dir entry with others.
1997-06-12 18:40:21 +00:00
Masafumi Max NAKANE
ce9bab7bc4
Use info-install to add entry into info/dir.
1997-06-12 12:31:01 +00:00
Masafumi Max NAKANE
644ff83893
Comment out all commands related to info-install in Makefile.in.
...
Add --no-split switch to makeinfo.
1997-06-12 12:30:07 +00:00
Masafumi Max NAKANE
51d08f81ce
Patch up make.texinfo and add @dircategory and @direntry.
1997-06-12 12:28:32 +00:00
Satoshi Asami
10ebba78ef
Align this info dir entry with others.
1997-06-12 05:21:16 +00:00
James FitzGibbon
c525bb61d2
Activate p5-B
1997-06-11 00:20:40 +00:00
Bill Fenner
078b4d6ff8
cs.colorado.edu's ftp port is firewalled; the file exists on
...
ftp.cs.colorado.edu.
Found by: distfile checker
1997-06-09 02:06:31 +00:00
Thomas Gellekum
6a25f755e4
Use Andrey's wording.
1997-06-05 07:37:34 +00:00
Thomas Gellekum
3d7a5e11a7
Add Andrey Zakhvatov <andy@icc.surw.chel.su> as the maintainer.
1997-06-05 07:36:51 +00:00
David E. O'Brien
dd406c7119
Upgrade to v2.1.1.
...
Now compiles/runs w/Lesstif w/o extra patches.
Noticed by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-06-04 18:21:36 +00:00
Satoshi Asami
b8d89f2132
Accidentaly removed "-pipe" when I was playing with optimization flags.
1997-06-04 05:57:29 +00:00
Satoshi Asami
5b6965ac68
Added omniORB.
1997-06-04 05:55:00 +00:00
Satoshi Asami
af2e5a75c0
Another CORBA 2 implementation.
...
PR: 3619
Submitted by: Eric J. Chet <ejc@bazzle.com>
1997-06-04 05:54:33 +00:00
Satoshi Asami
172bb889ee
Install LICENSE.
1997-06-04 04:37:14 +00:00
Satoshi Asami
dd6ce5a3f3
Add omniBroker.
1997-06-04 03:39:27 +00:00
Satoshi Asami
bf178b422d
A CORBA 2 implementation.
...
PR: 3620
Submitted by: Eric J. Chet <ejc@bazzle.com>
1997-06-04 03:38:53 +00:00
Satoshi Asami
2252a07f7c
Upgrade to 1.10.
...
PR: 3767
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> (some mods by me)
1997-06-03 10:21:52 +00:00
Satoshi Asami
02959f4f8d
"$Id$" line is spelled as such, not "$id$". Reorder variables. Replace
...
empty do-build with NO_BUILD=yes. Remove mkdir of share/vtcl/images,
the port uses lib/vtcl/images as far as I can tell from the PLIST.
1997-06-03 05:34:59 +00:00
James FitzGibbon
f077c7ddc8
Activate mail/cyrus
...
Activate devel/p5-Penguin
Activate devel/p5-Penguin-Easy
Activate net/rwhois
Activate textproc/pilot_makedoc
1997-05-30 20:13:39 +00:00
James FitzGibbon
be30bbf945
Import of a quick'n'dirty interface to p5-Penguin
1997-05-30 20:04:13 +00:00
James FitzGibbon
b579a4e406
Import of the Penguin module for perl5
1997-05-30 20:02:24 +00:00
Jordan K. Hubbard
1b3c5bfc15
Add vtcl
1997-05-30 16:10:49 +00:00
Jordan K. Hubbard
ba9b7af2e5
Visual TCL, version 1.09 (amended from submitted PR).
...
PR: 3711
Submitted by: Vanill Ice <vanilla@Minje.Com.TW>
1997-05-30 15:57:27 +00:00
John Polstra
87225d9e6d
Correct the "version required" comment.
1997-05-29 05:09:45 +00:00
Bill Fenner
f146d6282c
Distfile moved on master site.
...
Found by: distfile checker
1997-05-29 02:26:46 +00:00
Masafumi Max NAKANE
66489dea2d
Activate automake.
1997-05-27 16:46:01 +00:00
Masafumi Max NAKANE
0a1869c95e
New port, automake:
...
GNU Standards-compliant Makefile generator
PR: 3199
Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
1997-05-27 16:40:49 +00:00
James FitzGibbon
67f2b0e5df
Upgrade all ports requiring perl5.003 to perl5.004
...
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
Thomas Gellekum
a02206c797
Activate cs.
1997-05-23 08:02:50 +00:00
Thomas Gellekum
fb64040ac2
Import cs port. cs is a small utility with some of the cscope functionality.
1997-05-23 07:58:58 +00:00
David E. O'Brien
0eefe8db84
Upgrade to 2.1.
...
Submitted by: jkh
1997-05-23 05:58:00 +00:00
David E. O'Brien
82b7adc2d6
turn on ddd
1997-05-22 21:42:20 +00:00
David E. O'Brien
4dbcf54ff9
DDD is the Data Display Debugger, a common graphical front-end for
...
GDB, DBX, and XDB debuggers.
DDD is an Motif application that besides the "usual" features such as viewing
source texts and breakpoints, DDD provides a _graphical_data_display_, where
data structures are displayed as graphs. A simple mouse click dereferences
pointers or reveals structure contents. Complex data structures can be
explored incrementally and interactively, using automatic layout if
preferred. Each time the program stops, the data display reflects the
current variable values.
1997-05-22 21:41:26 +00:00
Masafumi Max NAKANE
20be0d2f57
Activate xmake.
1997-05-07 21:02:17 +00:00
Masafumi Max NAKANE
28f0fc4714
New port, xmake:
...
XMake is a make utility. It is not compatible with other makes, but
provides extended functionality over most standard makes. Whereas most
other makes have confusing rulesets and do not support many-to-many
dependancy specifications, XMake has relatively few (basically no) rulesets
and allows you to easily specify many:many dependencies. This gives XMake
the flexibility to deal with complex project hierarchies very simply.
PR: 3137
Submitted by: dlowe@saturn5.com
1997-05-07 20:58:50 +00:00
James FitzGibbon
7e242ca474
Activate p5-ExtUtils-Embed
1997-05-04 23:23:09 +00:00
Satoshi Asami
bada70ab1f
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
1997-04-30 03:18:09 +00:00
James FitzGibbon
895fb30eef
Activate p5-Date-Manip
1997-04-28 19:19:10 +00:00
James FitzGibbon
e09fa3556c
Import of p5-Date-Manip, a module for doing date manipulation in perl.
1997-04-28 18:49:15 +00:00
David E. O'Brien
80ad3c94af
Didn't have a maintainer... since I've made the last several commits, I
...
might as well as take it.
(JKH, since you make the initial commit, would you rather I put you down?)
1997-04-28 14:54:34 +00:00
David E. O'Brien
6ec3801ef6
Add libmalloc.h as an alias for ${PREFIX}/include/malloc.h to aleavate
...
namespace clashes with /usr/include/malloc.h
1997-04-28 14:49:39 +00:00
David E. O'Brien
1776a54654
Proctect contents of malloc.h as C code if included in a C++ program.
1997-04-28 14:48:40 +00:00
Satoshi Asami
392cdcac8b
uulib is moved to converters.
1997-04-26 23:44:45 +00:00
Jordan K. Hubbard
e10d0028d7
Update to version 0.4. Now supports moused!
1997-04-25 11:54:09 +00:00
Satoshi Asami
a72cede6bf
Uncomment -DSTDHEADERS so that we can use Bruce's work.
1997-04-24 05:49:13 +00:00
David E. O'Brien
b2d2dac12a
Update dist sites.
1997-04-22 10:50:10 +00:00
Satoshi Asami
a47fd845df
Shlib version number has changed.
1997-04-21 04:17:47 +00:00
David E. O'Brien
11eae40ef2
Upgrade to 2.6.4.
...
Mention that doc files are at http://g.oswego.edu/dl/html/malloc.html
1997-04-21 00:30:35 +00:00
David E. O'Brien
e4332cf8d2
Add the docs to the package.
1997-04-21 00:06:28 +00:00
James FitzGibbon
0617725316
Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
...
Specifics: p5-Net fixed for IS_INTERACTIVE
p5-libwww fixed for IS_INTERACTIVE
1997-04-20 21:26:49 +00:00
Wolfram Schneider
df8f6f276f
Add virtual category 'perl5'.
1997-04-20 13:53:29 +00:00
Wolfram Schneider
1760fd6654
Add virtual category 'tk41'.
1997-04-20 13:20:00 +00:00
James FitzGibbon
8324e0ea23
Added net/mrtg and devel/p5-PV
1997-04-18 12:10:56 +00:00
James FitzGibbon
6d7e72a659
Import of PerlVision, a text mode user-widget interface for perl 5
1997-04-18 12:10:29 +00:00
Eric L. Hernes
f4df19a2b8
may as well sync this with the linux_lib port
1997-04-14 19:04:08 +00:00
Eric L. Hernes
d36a06126f
attach linuxgdb and scogdb
1997-04-11 19:41:35 +00:00
Eric L. Hernes
0efb6b49ad
Turn on optimization
...
Requested by: Satoshi
1997-04-11 17:10:33 +00:00
Eric L. Hernes
aba782917b
Fix typo in the DESCR's
...
Submitted by: Pedro Giffuni
1997-04-10 14:10:38 +00:00
Eric L. Hernes
131204a91b
attach crosssco
1997-04-09 20:40:23 +00:00
Satoshi Asami
3ed1a2fd9f
Don't forget crossgo32.
1997-03-28 09:29:24 +00:00
David E. O'Brien
c481d1493d
Slight style change.
1997-03-28 02:35:44 +00:00
Eric L. Hernes
035cfdf907
upgrade to 1.1b5
1997-03-27 23:48:21 +00:00
Eric L. Hernes
85fc76521b
port for cross compiling go32 (dos) binaries
...
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-03-27 20:53:42 +00:00
James FitzGibbon
76445efa6b
Have p5-Curses use ncurses instead of standard curses. Fixes missing
...
_acs_map symbol error.
1997-03-25 13:24:39 +00:00
James FitzGibbon
f149dfbd28
Upgrade to v1.01
1997-03-25 13:01:20 +00:00
Satoshi Asami
053cd44bf8
Include unistd.h if __FreeBSD__ >= 3.
1997-03-25 11:28:33 +00:00
Satoshi Asami
7bab4a1ee3
Update this file to 1.1.1 too.
1997-03-25 07:51:58 +00:00
Joshua Peck Macdonald
3ead4bb15d
Update version.
1997-03-22 21:23:36 +00:00
Jordan K. Hubbard
a651d19944
Activate TurboVision.
1997-02-25 04:21:17 +00:00
Jordan K. Hubbard
e90adf0512
Commit the Borland TurboVision Port. I've been playing with this and
...
it's pretty slick if a CUI is what you're in the market for (well, it
certainly makes libdialog look seriously weak by comparison, anyway).
I plan to use it for sysinstall's replacement.
Submitted by: Sergio Sigala <ssigala@globalnet.it>
1997-02-25 04:19:49 +00:00
Eric L. Hernes
959ff9f74a
upgrade to 1.1b4
1997-02-24 23:10:48 +00:00
David E. O'Brien
e4ea41d48e
www/sawt --> devel/sawt
...
www/kaffe --> lang/kaffe
www/jdk --> lang/jdk
www/javac_netscape --> lang/javac_netscape
1997-02-18 11:36:08 +00:00
David E. O'Brien
8126c83bd2
fdd should have been fpp
1997-02-16 19:45:23 +00:00
David E. O'Brien
8c007e93a3
fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs.
...
Closes PR: ports/2329
Submitted by: vazquez@iqm.unicamp.br
1997-02-16 19:43:06 +00:00
David E. O'Brien
64545c951f
Turn on fdd.
1997-02-16 01:25:51 +00:00
Masafumi Max NAKANE
c4917c6dc8
In Makefile.in, use install-info only if it exists as /usr/bin/install-info
...
and ${PREFIX}/info/dir exists.
1997-02-07 11:00:26 +00:00
Masafumi Max NAKANE
1b111b2573
This patch now modifies Makefile.in to correctly call install-info:
...
--infodir -> --info-dir
Give --defentry= option as make.texinfo doesn't have @direntry.
Noticed by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
(Closing PR #2646.)
1997-02-05 17:01:16 +00:00
David E. O'Brien
6b3151a9a3
* Debugger really didn't work under X11 -- needed to use mkfifo rather than
...
mknod for non-root users.
* Made termios patches more portable.
* Help file pathing not quite right.
* Make ALT-blah-Keys go well under X11.
Submitted by: root@mc5sys.in-berlin.de (Frank Gruender)
1997-01-29 07:22:21 +00:00
Andrey A. Chernov
6203caae7c
Remove extra point in minor number
1997-01-28 08:26:14 +00:00
Andrey A. Chernov
4510210450
Upgrade to -38
1997-01-28 03:01:24 +00:00
David E. O'Brien
5b0a45cf7b
Change handling of manpages. (.so --> symlinks)
1997-01-25 18:08:40 +00:00
David E. O'Brien
f98e644eea
Share xwpe with the known FreeBSD world.
1997-01-25 09:09:57 +00:00
David E. O'Brien
5173f872a5
xwpe is a X-window programming environment designed for UNIX systems.
...
It is similar to 'Borland C++' MS-DOS programming IDE environment.
There is both a curses and X11 interface.
Note: there are both English and German language version of the manpages,
and helpfiles. The German language version will be installed if
"GERMAN_LANG" is set during ``make install'' of the port.
1997-01-25 09:09:03 +00:00
Torsten Blum
d6f5647a91
upgrade to 1.12
...
Submitted by: fenner
1997-01-16 10:11:39 +00:00
Satoshi Asami
60c376c63b
Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
...
what good it will do with phkmalloc in the system....
Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
1997-01-10 10:57:55 +00:00
Satoshi Asami
7b9cbc8895
Add gdbtk.
1997-01-09 12:40:00 +00:00
Satoshi Asami
1b028d0e03
Remove setgid kmem, Joerg says it is no longer necessary.
1997-01-09 09:19:17 +00:00
Joshua Peck Macdonald
2467d44263
Update to version 1.0.9, nothing major.
1997-01-07 08:07:25 +00:00
Thomas Gellekum
6d4994ee2b
Upgrade from 1.2b to 1.3.
1997-01-02 10:20:44 +00:00
Masafumi Max NAKANE
c6bd830976
Upgrade, 1.3.1 -> 1.3.2.
1996-12-24 11:12:12 +00:00
Satoshi Asami
f9ec0b63fb
Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,
...
PKGNAME and WRKSRC (one less line :).
1996-12-12 05:21:36 +00:00
David E. O'Brien
678d638fba
Turn on lclint
1996-12-11 22:52:31 +00:00
David E. O'Brien
ba8ea5d95e
LCLint is a tool for statically checking C programs. With minimal
...
effort, LCLint can be used as a better lint. If additional effort is
invested adding annotations to programs, LCLint can perform stronger
checks than can be done by any standard lint.
Check the LCLint home page at
http://larch-www.lcs.mit.edu:8001/larch/lclint/
Closes-PR: ports/1646
Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>
1996-12-11 22:51:22 +00:00
Satoshi Asami
50e355828a
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
1996-12-11 12:04:23 +00:00
Masafumi Max NAKANE
bf43dca9fd
Upgrade, 1.3 -> 1.3.1.
...
New version has its own configure script and honors the PREFIX. So we no
longer need to patch config.mk.
1996-12-08 22:57:34 +00:00
David E. O'Brien
0415dd1522
Turn on cutils
1996-12-08 22:27:01 +00:00
David E. O'Brien
b6251a324b
cutils is a collection of miscellaneous utilities useful for C programmers.
...
It is composed by the following utilities:
cinfo, cinfoc and cinfodc - C language documentation tools
cdecl and cundecl - decode and encode C type declarations
cobfusc - make a C source file unreadable but compilable
chilight - highlight C source files with colors
yyextract - extract grammar rules from yacc grammar
yyref - yacc grammar reference program
Submitted by: Sandro Sigala <ssigala@globalnet.it>
1996-12-08 22:26:14 +00:00
Satoshi Asami
b2892ebae5
Make the comments match reality. Add master site on LOCAL_PORTS. Misc.
...
cleanup.
1996-11-27 12:02:28 +00:00
Satoshi Asami
aa4294f390
Gosh, I spend two hours fixing up all the Makefiles and here's another
...
import without the subdir Makefile update! ;)
1996-11-27 02:49:22 +00:00
Eric L. Hernes
362cb7b639
new port for linux_devel, The linux cross-development stuff
1996-11-26 23:15:07 +00:00
Satoshi Asami
e55b23caba
Add prcs.
1996-11-26 08:24:08 +00:00
Satoshi Asami
c00f44cf62
More typo police.
1996-11-20 12:13:31 +00:00
Satoshi Asami
8c5cb58488
Typo police.
1996-11-20 11:45:18 +00:00
Satoshi Asami
03227810da
Change hard link to symlink so that it works even when the manpages are
...
not compressed at the time of link creation.
1996-11-20 03:01:20 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
642e598732
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:37:03 +00:00
Satoshi Asami
5dba7b6e29
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:25:35 +00:00
Satoshi Asami
83e5fd3ee1
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 09:56:45 +00:00
Satoshi Asami
95e743d9b7
Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 08:47:32 +00:00
Satoshi Asami
6ec9819edf
Add BUILD_DEPENDS to emacs, we need to byte-compile a file.
1996-11-17 02:32:06 +00:00
John Polstra
2dccba89fe
Enable "boehm-gc".
1996-11-16 01:55:06 +00:00
John Polstra
221c169fee
New port "boehm-gc". It is a drop-in garbage collector for C and C++
...
programs.
Submitted by: Mike McGaughey <mmcg@heraclitus.cs.monash.edu.au>
1996-11-16 01:51:39 +00:00
Thomas Gellekum
d44e206f87
Fix Date created\' and
Whom\' comments.
1996-10-25 06:11:05 +00:00
Andrey A. Chernov
f16d30263b
delete .33 too
1996-10-25 00:51:55 +00:00
James FitzGibbon
58ed417e89
Update for new perl5 ports
1996-10-24 13:48:24 +00:00
James FitzGibbon
d25d9138f1
perl5 module to install die() and warn() handlers.
1996-10-24 13:46:37 +00:00
James FitzGibbon
9fab9a7c38
perl5 module handling application defaults in Perl.
1996-10-24 13:45:44 +00:00
Satoshi Asami
5339f6b6cc
Gah! Data::Flow is in devel/, not perl5/!
1996-10-24 11:18:40 +00:00
Satoshi Asami
c51c45ba1f
Fix directory of Data::Flow module (didn't have the "p5-" prefix) in
...
dependency.
Found by: make index
1996-10-24 10:58:01 +00:00
Satoshi Asami
4c6c083aaf
Add cxref, it's a new directory so it should could for something.
1996-10-24 10:47:43 +00:00
James FitzGibbon
b8c06517e3
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
...
Submitted by: asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
3a6469cabc
Fix PLIST files with blank lines in them.
...
Submitted by: asami@freebsd.org
1996-10-24 09:11:40 +00:00
James FitzGibbon
85d8b5fb72
Updates for new perl5 ports
1996-10-24 08:17:09 +00:00
James FitzGibbon
8c2cb67b90
a collection of functions to convert and use time variables in perl5
1996-10-24 08:17:03 +00:00
James FitzGibbon
91ecd69759
perl5 module for getting the value of the C Ioctl constants.
1996-10-24 08:15:36 +00:00
James FitzGibbon
5a823a9b6d
perl5 module for reading .ini-style configuration files.
1996-10-24 08:11:12 +00:00
James FitzGibbon
e6bc1acf66
perl5 package which allows the use of macros defined in 'C' header files.
1996-10-24 08:08:23 +00:00
James FitzGibbon
8dc274f323
perl5 module for several file operations: Copy, Recurse and Tools.
1996-10-24 08:06:31 +00:00
James FitzGibbon
b08bb9c3b6
perl5 module for single call read & write file routines.
1996-10-24 08:04:19 +00:00
James FitzGibbon
a7ec8674db
perl5 module for file locking (flock,fcntl).
1996-10-24 08:02:45 +00:00
James FitzGibbon
f2918e1612
perl5 module for file locking with flock
1996-10-24 08:01:28 +00:00
Thomas Gellekum
b9dca714ea
Add a port of cxref-1.2b, a C program cross-referencing tool.
1996-10-24 07:59:56 +00:00
James FitzGibbon
098c036f46
Perl extension for simple-minded recipe-controlled build of data.
1996-10-24 07:59:27 +00:00
James FitzGibbon
0c53ac40f4
perl5 module for terminal screen handling and optimization.
1996-10-24 07:57:07 +00:00
James FitzGibbon
0748ffa3e9
perl5 module to read directives from a configuration file.
1996-10-24 07:56:23 +00:00
James FitzGibbon
8b761b60a2
perl5 module to scan C language files for easily recognized constructs.
1996-10-24 07:55:29 +00:00
Andrey A. Chernov
6061a3d71a
Remove old shared library because naming convention changed
1996-10-24 01:41:36 +00:00
James FitzGibbon
c8e1f85b25
perl5 module to access BSD process resource limit and priority functions.
1996-10-23 23:56:55 +00:00
Andrey A. Chernov
7c81cba3af
Upgrade to 0.99.35
1996-10-22 19:19:58 +00:00
Masafumi Max NAKANE
872dbeba51
Removed unnecessary @cwd directive.
...
(Oops, I forgot to commit this one.)
1996-10-18 08:40:41 +00:00
Masafumi Max NAKANE
fc2177f5e6
Honor the setting of NOMANCOMPRESS.
...
Submitted by: "Philippe Charnier" <charnier@xp11.frmug.org>
Use ${INSTALL_PROGRAM} and ${INSTALL_MAN} macros instead of install *.
1996-10-18 08:38:18 +00:00
Eric L. Hernes
edf6d352a2
trim the DESCR's to something reasonable at Satoshi's request.
1996-10-16 15:58:06 +00:00
Satoshi Asami
95137d2010
Oh my goodness! Satoshi is finally fed up and decided to "clean up"
...
all the COMMENTs! No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.
Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)
Phew! 238 ports modified!
1996-10-10 05:05:35 +00:00
Eric L. Hernes
e31810527f
upgrade to version 1.0,
...
change MAINTAINER jkh -> erich
Requested by: jkh
1996-10-09 20:54:30 +00:00
Satoshi Asami
b7847e2bd1
Port is no longer broken as libg++-2.7.2 is in the -current tree now.
1996-10-08 07:32:33 +00:00
Satoshi Asami
9a57e1fc1f
No need for the "PRCS" at the beginning -- it's in ${PKGNAME}.
1996-10-08 07:31:18 +00:00
Mark Murray
e0d712d210
Remove the dependancy on the (ex-)port tcl7.5.
1996-10-06 09:58:38 +00:00
Satoshi Asami
126e2ae4ae
flex-2.5.3 is in the main source tree. This probably shouldn't have been
...
here in the first place.
1996-09-21 09:51:13 +00:00
Joshua Peck Macdonald
13274c73de
Add BROKEN=yes since it won't compile without g++ 2.7.x.
1996-09-18 00:54:30 +00:00
Joshua Peck Macdonald
0c6f5227a8
PRCS is a version control system I wrote. Its like CVS except
...
its simpler to use, is not designed as a front-end to RCS, fixes
a lot of the things CVS got wrong, has no client/server support,
and a few other things.
1996-09-17 23:43:20 +00:00
Satoshi Asami
1b6a7670ee
Add id-utils.
1996-09-16 00:31:05 +00:00
Satoshi Asami
0e275217b8
Add gdb. I know it'a "developers" only port, but that doesn't
...
mean it shouldn't show up in INDEX.
1996-09-16 00:30:01 +00:00
Andrey A. Chernov
56504d0a96
Upgrade to 3.75
1996-09-14 03:25:39 +00:00
Satoshi Asami
95da41304b
Remove bison and gperf, they are in the main source tree now.
1996-09-11 06:11:21 +00:00
Satoshi Asami
41befebbca
Remove BUILD_DEPENDS on bison, which is now part of the main source tree.
1996-09-11 05:53:44 +00:00
Andrey A. Chernov
6a449eece9
Upgrade to .34
1996-09-03 10:10:28 +00:00
Satoshi Asami
bea8f694b8
MAINTAINER should be full e-mail address (not only "pst").
1996-08-23 09:00:04 +00:00
Thomas Gellekum
793a429493
Add uulib
1996-08-23 06:49:39 +00:00
Paul Traina
8f9d617a09
FSF id-utilities (a poor-man's scope based off the BSD mkid code).
1996-08-22 23:57:56 +00:00
Satoshi Asami
c5393a9ca3
Remove libz, it's in /usr/src now.
1996-08-19 10:32:53 +00:00
Eric L. Hernes
cb754c6758
get rid of gnumalloc
1996-08-12 15:52:57 +00:00
Chuck Robey
683976d627
Some Makefile cleanup, no functionality change. Use install (not cp),
...
Use WRKSRC, not WRKDIR, where appropriate.
1996-08-09 21:53:06 +00:00
Chuck Robey
5cc3ec8e1f
Change directory at ftp.neosoft.com from code to NEW.
1996-08-02 21:48:04 +00:00
Chuck Robey
e2ad1f1a92
Updating tkcvs port, from 6.0a1 (alpha) to 6.0 (release).
...
Submitted by: Andreas Kohout
1996-08-02 17:33:59 +00:00
Satoshi Asami
11726bb5e4
Clean up master sites. Delete unnecessary blank line.
1996-08-02 08:36:40 +00:00
Eric L. Hernes
272f68e838
add in my new ports
1996-08-01 20:47:07 +00:00
Eric L. Hernes
5956591605
new port for gcc 2.6.3 cross compiler for MC68HC11
1996-08-01 19:54:21 +00:00
Satoshi Asami
4fdeee0cc9
Makefile cleanup.
...
(1) Format the header. Add the e-mail address of author.
(2) Add the $Id$ line.
(3) Category is "devel", not "x11 utility" ("utility" doesn't even exist
anymore!)
(4) Reorder variables and insert empty lines to follow the guidelines.
1996-07-30 19:32:49 +00:00
Jordan K. Hubbard
11d48ee88f
Add tkcvs
1996-07-30 10:59:05 +00:00
Jordan K. Hubbard
0b23641c91
tkcvs & tkdiff (tkdiff alone is pretty slick!)
...
Submitted by: Sander Vesik <sander@haldjas.folklore.ee>
1996-07-30 10:56:42 +00:00
Satoshi Asami
f3c496c50f
Routine Makefile cleanup. Use "." to delimit version numbers,
...
move GNU_CONFIGURE down to "et cetera" section where it belongs.
1996-07-12 10:24:04 +00:00
Andrey A. Chernov
5c7ced5095
Add libslang
1996-07-11 17:36:25 +00:00
Andrey A. Chernov
be6d53fcbd
Curses-like library, needed primary for color-lynx
1996-07-11 17:31:18 +00:00
Satoshi Asami
a6991131a7
Add mkmf.
1996-07-10 08:12:38 +00:00
Satoshi Asami
cbced53dc2
Typo.
...
Submitted by: James Raynard <fports@jraynard.demon.co.uk>
1996-07-10 08:12:13 +00:00
Satoshi Asami
fcb5820b83
Drastically shorten. This "one-line comment" was 14 lines long! ;)
1996-07-10 08:08:19 +00:00
Gary Palmer
ce16e7f323
Put files into alphabetical order to make it easier to check for
...
new additions.
1996-06-03 22:12:20 +00:00
Gary Palmer
1c7eaa179a
Upgrade to autoconf 2.10
1996-06-03 22:03:13 +00:00
Satoshi Asami
c0b512b185
Expand subdirectory and add @exec/unexec to create/remove empty
...
directories.
1996-04-23 07:48:20 +00:00
Satoshi Asami
560852eaa3
Little tweak to make this conform to the standard in the handbook.
1996-04-23 07:47:40 +00:00
Jordan K. Hubbard
0210580524
Add SWIG to SUBDIRs.
1996-04-19 18:44:49 +00:00
Jordan K. Hubbard
7d6d1ac26d
This is SWIG - an interface generator for TCL/Python/PERL/Guile/etc.
1996-04-19 18:44:04 +00:00
Satoshi Asami
d4485f6a25
This port is BROKEN. Actually, do we still need this, now that we
...
have phkmalloc in the main source tree?
1996-04-12 08:25:58 +00:00
Satoshi Asami
1f233be58e
Move libmalloc from BROKEN to SUBDIR.
1996-04-12 08:25:01 +00:00
Satoshi Asami
b0ae2f4c93
pkg/COMMENT files for use by ports READMEs.
1996-04-09 08:30:00 +00:00
Satoshi Asami
51b84d9321
Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessary
...
to have /usr/local/bin/gm4 just to build this port.
However, the configure script would find /usr/bin/m4 if /usr/local/bin/gm4
isn't there, so tell it to use tha latter via CONFIGURE_ENV.
1996-04-01 05:09:13 +00:00
Satoshi Asami
21e81af865
Stop trying to strip shell scripts so this thing actually installs.
1996-03-29 07:06:55 +00:00
Mark Murray
57263ac952
Upgrade to 2.9
1996-03-27 20:19:54 +00:00
Thomas Gellekum
da1b04d3b6
Upgrade to newer version.
1996-03-27 08:42:28 +00:00
Satoshi Asami
6553a05875
Added flex.
1996-03-25 08:09:24 +00:00
Stefan Eßer
54b0fed67a
A port of Peter J. Nicklin's automatic Makefile generator.
1996-03-13 22:53:32 +00:00
Satoshi Asami
54bfe2c902
Remove ${KEYWORDS}.
1996-03-06 08:20:19 +00:00
Andreas Schulz
9ad286d204
Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
...
Update the COMMENT file that told something about 2.5 :-).
1995-12-26 00:52:40 +00:00
Andreas Schulz
9515f9b822
Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
1995-12-26 00:52:03 +00:00
Andrey A. Chernov
00b359e508
Add libz
1995-12-05 02:07:43 +00:00
Satoshi Asami
cd9cacef15
Remove weblint (moved to www/).
1995-11-26 21:19:12 +00:00
Satoshi Asami
69bfd4e29c
Change gategory name "development" -> "devel". Also take out the
...
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Satoshi Asami
25c1b1ab74
Upgrade, 1.11 -> 1.12.
1995-11-26 10:24:26 +00:00
Andrey A. Chernov
3d37d4548f
Upgrade 2.5 -> 2.6
1995-11-22 17:26:39 +00:00
Andrey A. Chernov
d36d2410ee
Upgrade: 2.4 -> 2.5
1995-11-19 17:49:08 +00:00
Satoshi Asami
7cd6a55ea4
Delete @cwd, @mode, @owner and @group from these packing lists.
...
Reported by: jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
14cd728249
Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
...
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
db9366750d
Shorten one-line comments.
...
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Joerg Wunsch
23b09a3e8c
Shorten the COMMENT line.
1995-10-24 22:51:48 +00:00
Satoshi Asami
96785a3b1b
Added weblint.
...
Submitted by: pst
1995-10-17 08:27:08 +00:00
Satoshi Asami
b1edcdb093
Add autoconf.
1995-10-12 07:15:20 +00:00
Satoshi Asami
4f34d33d51
GNU autoconf ver 2.4, to generate your own configure scripts.
...
Submitted by: torstenb
1995-10-12 07:11:56 +00:00
Satoshi Asami
f464519742
Add BUILD_DEPENDS too.
...
Originally reported by: jkh
Solution submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
1995-10-11 09:45:29 +00:00
Satoshi Asami
f074445b06
Make sure the texmf directory exists.
...
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-05 08:49:42 +00:00
Satoshi Asami
649c3a0b7e
"gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it
...
will ask if you want to overwrite it if the compressed manpage already
exists.
1995-10-04 12:39:04 +00:00
Satoshi Asami
e80af410e2
Various EXEC_DEPENDS fixes.
...
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00
Satoshi Asami
bc690bfbf6
Added gperf.
1995-10-04 05:36:29 +00:00
Satoshi Asami
f1e6ed768f
Added cflow.
1995-10-03 09:36:17 +00:00
Satoshi Asami
3ae9644c2b
A call-graph generator for C.
...
Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-03 09:24:26 +00:00
Satoshi Asami
5062526f3e
Added dmake and noweb, convert to new format along the way.
1995-08-08 10:37:59 +00:00
Satoshi Asami
9239658f51
Another hyper make.
...
Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
1995-08-08 10:24:11 +00:00
Satoshi Asami
61b2ff1192
noweb is a simple literate programming tool, says Thomas. I put
...
it in devel because it's a programmer's tool.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-08-08 08:58:46 +00:00
Satoshi Asami
d530b271d9
Add
...
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
272ada83bf
Compile and install xxgdbiowin. It is required by the "iowin" feature
...
of the debugger.
Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
1995-06-20 08:01:36 +00:00
Andrey A. Chernov
e2abadd66d
Upgrade.
1995-06-18 13:11:32 +00:00
Satoshi Asami
8f86cb11eb
Added libdlmalloc.
1995-06-04 06:20:28 +00:00
Satoshi Asami
0e5ad9aa59
Doug Lea's malloc library.
...
Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
1995-06-04 05:29:58 +00:00
Satoshi Asami
c9dc84a522
Clean up subdir Makefiles. They now all look like this:
...
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#
SUBDIR= good_port_1 good_port_2 ...
=====
Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
50d45d8ae5
Add xxgdb.
1995-05-03 05:41:02 +00:00
Satoshi Asami
7435350ec7
xxgdb 1.11, an X window interface for gdb.
1995-05-03 05:39:10 +00:00
Satoshi Asami
b901ee38c8
Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.
1995-04-24 11:01:39 +00:00
Satoshi Asami
86d9989ec0
Add bcc to SUBDIR, move libmalloc to BROKEN.
1995-04-16 04:17:12 +00:00
Satoshi Asami
608af45939
And now, yet another round of Makefile updates, devel version!
1995-04-09 10:05:17 +00:00
Andrey A. Chernov
1ce14d3547
Upgrade.
1995-04-08 14:00:19 +00:00
Joerg Wunsch
29bedd2ceb
Claim my ports, and add the MAINTAINER entry.
1995-04-01 13:48:45 +00:00
Jordan K. Hubbard
ac3066bf75
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
...
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Joerg Wunsch
b7e5135427
Bruce Evans' bcc C compiler.
...
It is able to handle 16-bit code as well, and comes with an own
assembler and loader. (They are already known from Minix and Linux as
the `bin86' package.)
With a bit of `dd' magic, bcc can be used to compile messdos programs.
1995-03-26 18:08:54 +00:00
Andreas Schulz
42c36408ee
And another patch for the "new" make.
1995-01-29 21:45:16 +00:00
Andreas Schulz
865b9f4359
Correction in the Makefile for the "new" make.
1995-01-29 21:35:35 +00:00
Andreas Schulz
91710d6b98
Delete a bogus semicolon at the end of a dependency line,
...
that get now detected with the new/corrected b-make.
1995-01-29 01:33:19 +00:00
Jordan K. Hubbard
071ac57f42
Update the reported version.
1995-01-23 18:27:37 +00:00
Jordan K. Hubbard
45c097748f
Add bison
1995-01-13 14:02:06 +00:00
Jordan K. Hubbard
7bedd72074
Add libmalloc to list of targets.
1995-01-12 22:23:49 +00:00
Jordan K. Hubbard
d124e3dbe3
Fancy malloc lib with fast allocation time, extensive leak detection
...
and tracing, etc.. By Mark Moraes.
Submitted by: moraes
1995-01-12 22:23:21 +00:00
Andrey A. Chernov
bf991d73aa
Upgrade.
1995-01-12 02:41:23 +00:00
Steven Wallace
36536cfbfe
Patch for mv command in Makefile.
...
Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu>
1995-01-04 10:03:38 +00:00
Gary Palmer
3217d24fe5
First batch of MD5 checksum files. Only did through to the end of net
...
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)
The rest will follow later
1994-12-18 00:28:13 +00:00
Satoshi Asami
af9b494500
Executable name is now "gmake", forget about "make" and the symlink gizmo.
...
Requested by: gpalmer
1994-12-06 09:07:34 +00:00
Torsten Blum
bbb8029a51
Update to use 3.72.1
...
Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy)
1994-11-28 23:33:53 +00:00
Jordan K. Hubbard
96c1efa982
Add mprof back - Jeff fixed it.
1994-11-22 09:24:18 +00:00
Jeffrey Hsu
054bdd12f7
Change name of Makefile to Makefile.i386.
...
Remove /usr/include/frame.h from dependencies in Makefile.i386.
Add -static to CFLAGS so 'make tests' will work.
1994-11-22 09:18:27 +00:00
Jeffrey Hsu
5ad1aa4767
Use Makefile.i386.
1994-11-22 09:16:22 +00:00
Jordan K. Hubbard
7d8f3e02f7
Remove mprof from Makefile again - no, it *doesn't* work. :-(
1994-11-22 08:23:57 +00:00
Andreas Schulz
e7d2bdee03
Add the mprof package to the subdisrs list. It builds ok.
1994-11-20 00:33:29 +00:00
Andreas Schulz
ef53662c4c
Add a patch to set the bin-prefix for gmake to g. Some other ports
...
expect gmake installed as gmake instead of another make under
/usr/local/bin.
1994-11-20 00:15:33 +00:00
Jeffrey Hsu
6fc17874fd
Mprof 3.0 --- a memory allocation profiler and leak detector.
1994-11-05 09:56:06 +00:00
Jordan K. Hubbard
e29a3db153
Add m4.
...
Reviewed by:
Submitted by:
Obtained from:
1994-10-25 02:28:10 +00:00
Jordan K. Hubbard
a08573b144
Whoops, this time for real (without a work dir! *blush*).
...
Submitted by: mr
1994-10-25 00:10:39 +00:00
Jordan K. Hubbard
32110afe9f
Set this up for GNU_CONFIGURE, which buys us a free --prefix.
1994-10-04 15:47:32 +00:00
Jordan K. Hubbard
000e8742eb
Several changes across all ports:
...
1. Make MASTER_SITES entries contain a trailing /. Garrett says that
assuming a '/' seperator between entries in MASTER_SITES and entries
in DISTFILES is a dangerous assumption. This will also be taken
out of bsd.port.mk.
2. General clean-up. Some of these Makefiles were a little grim.
Make sure they're all in sync with the sometimes rapidly changing
bsd.port.mk! :)
3. Some small configuration tweaks to keep them compiling under the
most recent 2.0 - some things seem to have broken along our road
to release.
1994-09-14 14:12:45 +00:00
Jordan K. Hubbard
884e46693a
Make the required changes to make all existing ports use MASTER_SITES
...
correctly.
1994-09-13 06:35:06 +00:00
Jordan K. Hubbard
381116a53d
Top level Makefile for devel catagory.
1994-09-11 11:27:58 +00:00
Jordan K. Hubbard
249fa32ae8
Package files for gmake 3.71
1994-09-11 11:27:11 +00:00
Jordan K. Hubbard
7ac2aba02b
Create a port of gmake 3.71
1994-09-11 11:26:58 +00:00