Commit Graph

7706 Commits

Author SHA1 Message Date
brad
ea61f06499 - use BSD_INSTALL_ macros in gsm's Makefile
- remove post-install target
- use "cc -shared" to create the shared library as well as "cc" to link
the binaries
- tidy up patch a bit
2000-09-16 16:34:38 +00:00
espie
2084778308 Recent lizards don't work yet, but this is definitely needed
for static constructors in dynamic libraries to be called.

Mozilla crashes in a dynamic library, btw.
2000-09-16 16:13:06 +00:00
jakob
dbcb25409e remove bind9-enable 2000-09-16 15:39:19 +00:00
jakob
44f01bfe90 add bind9 2000-09-16 15:32:58 +00:00
jakob
c74b630376 - enable shared libraries
- install isc-config.sh
2000-09-16 15:28:01 +00:00
jakob
d96f787fff remove bind9-enable command until it works better 2000-09-16 15:27:07 +00:00
brad
fd88f530a9 use better filenames for patches 2000-09-16 15:24:35 +00:00
brad
c75846e0f6 style 2000-09-16 15:22:45 +00:00
avsm
4ae8a4fc26 fix another small typo that got away 2000-09-16 15:22:28 +00:00
avsm
783bcda6cf fix minor typo in DESCR 2000-09-16 15:20:11 +00:00
avsm
83627495e3 add in:
p5-Date-Calc
 p5-File-Tail
 p5-Time-HiRes
 p5-Time-TimeDate
2000-09-16 15:18:45 +00:00
avsm
96bd16fc03 import p5-File-Tail-0.96
reviewed by brad@
--

The File::Tail module is designed for reading files which are
continously appended to (the name comes from the tail -f directive).
Usually such files are logfiles of some description.

The module tries hard not to busy wait on the file, dynamically
calcultaing how long it should wait before it pays to try reading
the file again.

The module should handle normal log truncations ("close; move; open"
or "cat /dev/null >file") transparently, without losing any input.
2000-09-16 14:57:29 +00:00
avsm
c4d6f79f8a import p5-Time-TimeDate-1.10
reviewed by brad@
--
This is the perl5 TimeDate distribution.

This distribution replaces the earlier GetDate distribution, which
was only a date parser. The date parser contained in this distribution
is far superior to the yacc based parser, and a *lot* fatser.

The parser contained here will only parse absolute dates, if you
want a date parser that can parse relative dates then take a look
at the Time modules by David Muir on CPAN.
2000-09-16 14:56:05 +00:00
avsm
a3f84b5622 import p5-Time-HiRes 1.20
reviewed by brad@
--

Time::HiRes module: High resolution time, sleep, and alarm.

Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers
to implement time, sleep, and alarm that know about non-integral seconds.
2000-09-16 14:54:38 +00:00
brad
152759899b - remove license type, ${INSTDIR}
- mkdir -> ${INSTALL_DATA_DIR}
- use better filename for patch
- add @comment with RCS id to PLIST
2000-09-16 14:53:39 +00:00
avsm
5192faf047 import p5-Date-Calc-4.3
reviewed by brad@
--
This package consists of a C library and a Perl module (which uses
the C library, internally) for all kinds of date calculations based
on the Gregorian calendar (the one used in all western countries
today), thereby complying with all relevant norms and standards:
ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where
applicable).
2000-09-16 14:53:15 +00:00
brad
860d4edbd1 - remove pre-install target and ${INSTDIR}
- add @comment with RCS id to PLIST
2000-09-16 14:49:59 +00:00
espie
09ff1c0242 Clean PATCH_DEBUG handling 2000-09-16 13:54:56 +00:00
brad
502a12ddbd use "cc -shared" to create shared libraries 2000-09-16 13:09:08 +00:00
brad
c1e4b745bf - no need to specific the location to glib-config in the Makefile
- someone forgot to remove the PLIST.noshared on the switch over to the
new PLIST framework which just negates the switch for archs without
shared libraries.
2000-09-16 11:56:03 +00:00
brad
107abfb98e revert switch to libtool, use "cc -shared" to create shared libraries 2000-09-16 11:44:22 +00:00
brad
382dcecb78 ONLY_FOR_ARCH -> BROKEN on SPARC 2000-09-16 08:16:43 +00:00
jakob
0309502829 A port of BIND v9.0.0
BIND 9.0.0 is the first "general availability" release of BIND
	version 9. It is aimed at early adopters and those who wish to 
	make use of new 9.0 features, such as IPv6 and DNSSEC secure 
	resolution support.
2000-09-16 07:36:52 +00:00
brad
5e8a237bea remove a @dirrm tag 2000-09-16 04:19:59 +00:00
brad
070f7ef6ed upgrade to BitchX 1.0c17 2000-09-16 04:04:27 +00:00
brad
5cd701b5ca remove socks5 FLAVOR for bitchx 2000-09-16 03:59:22 +00:00
avsm
b41f7acdcb - update to v0.6.2
- project has moved to SourceForge, use MASTER_SITE_SOURCEFORGE now
- bump NEED_VERSION
- update maintainer email address
2000-09-15 17:03:42 +00:00
avsm
0c0d21d730 remove this port as its a duplicate of misc/figlet
ok by aaron@
2000-09-15 16:08:41 +00:00
avsm
19854a7df3 Merge in the duplicate figlet ports (from textproc/ and misc/)
- pkg/COMMENT no longer starts with a capital
- pkg/DESCR uses value of HOMEPAGE
- lots more fonts added to PLIST from contributed.tar.gz
- define DISTNAME to make things cleaner
- patch-aa renamed to patch-figlet
- added patch-figlist to code in default location of fonts
- removed patch-ab since Aaron's port just passes MAKE_FLAGS
- removed FAKE_FLAGS completely and do the install manually
- added HOMEPAGE
- general Makefile cleaning (bump NEED_VERSION etc)
- add RCS ids everywhere that needs them
- take maintainership

merge ok'ed by aaron@, dugsong@monkey.org
2000-09-15 16:07:07 +00:00
camield
80b9200b64 - CONFIGURE_STYLE
- fix fake
- RCS id
2000-09-15 15:01:54 +00:00
espie
15ccd92640 new extract framework 2000-09-15 14:54:04 +00:00
camield
802271bf54 - remove FAKE=yes
- add HOMEPAGE to Makefile
2000-09-15 14:42:38 +00:00
espie
984e8ea577 New extract framework 2000-09-15 14:38:45 +00:00
camield
10d3911fa0 - RCS id, ${HOMEPAGE} 2000-09-15 14:35:54 +00:00
camield
33d9dcb428 - add RCS id to PLIST
- change URL to ${HOMEPAGE} in MESSAGE
2000-09-15 14:29:37 +00:00
camield
c6fdec00f5 - add RCS id to PLIST
- change URL in MESSAGE to ${HOMEPAGE}
2000-09-15 14:09:52 +00:00
camield
e0a977f40d - make post-install MESSAGE more helpful, with groupadd and useradd
directions
2000-09-15 13:57:13 +00:00
espie
737aae78e5 Use new extraction framework 2000-09-15 13:42:00 +00:00
camield
67aefb1cc5 - rename patch-aa to something more descriptive 2000-09-15 13:31:53 +00:00
espie
2d396b5286 New style extraction framework 2000-09-15 13:26:57 +00:00
espie
211b7165b9 Use new extract method.
Put post-install message in MESSAGE so that it works for package.
2000-09-15 12:54:44 +00:00
camield
bf66b0e64f - add RCS id to PLIST 2000-09-15 12:21:24 +00:00
camield
09784b078d - convert wonky shellcode to [user|group][add|info] utils
- add RCS id to PLIST
2000-09-15 12:08:20 +00:00
brad
c311f66750 use better filenames for patches 2000-09-15 10:06:36 +00:00
brad
c0401714ff create a shared library 2000-09-15 09:44:12 +00:00
brad
87c271a25e add patch to fix mailbox permissions when using c-client's mx driver.
unix-mx driver doesn't set file permissions properly for non-private
messages (e.g. public#). The problem caused by mx_append procedure,
where the driver doesn't call set_mbx_permissions for just created
message file.
--
From: FreeBSD
2000-09-15 09:05:42 +00:00
form
ea21d4af13 +trafd 2000-09-15 05:25:48 +00:00
form
b1ae28d539 trafd 3.0.1
trafd is a superset of trafshow, and extends it by adding a daemon
which collects data about network connections (src, dst, protocol
and length). The resulting data can be dumped to a file for later
processing.
2000-09-15 05:17:40 +00:00
turan
fb2fad105e broken, this has been busted for a while. It doesn't compile.
Already has been posted to ports@
2000-09-15 03:58:22 +00:00
brad
f453282f81 upgrade to jftpgw 0.0.10 2000-09-15 00:17:10 +00:00