Commit Graph

7723 Commits

Author SHA1 Message Date
obecian
620e0ba79d cvs forgot the parent Makefile 2000-09-18 09:08:25 +00:00
obecian
2abc3ac9e1 patched client.c to avoid segfaults on user/pass list exhaustion
updated port to comply with -current changes
2000-09-18 08:51:31 +00:00
obecian
a66a96575b lopster port 2000-09-18 07:56:03 +00:00
camield
8fecc09d7b - remove ${PORTSDIR} from RUN_DEPENDS 2000-09-18 07:40:26 +00:00
camield
f8881c6222 - upgrade to version 1.01
* Services now use envdir to set up environment variables such
    as $IP and $CACHESIZE, so outside tools can read and edit the
    variables.
  * dnscache discards non-recursive queries. There's a new dnsqr
    tool to send recursive queries to dnscache.
  * dnscache works around the Linux O_NONBLOCK kernel bug.
- remove PKGNAME, the distfile now has the correct name
- re-anchor patches
- add dnsqr to PLIST
2000-09-18 06:56:52 +00:00
kevlo
c93232f82d Add lopster. 2000-09-18 06:39:56 +00:00
kevlo
f976a81b0c - Import of lopster 0.9.3
- A full featured GTK napster client

Submitted by:	Cameron Lerch <opcode@skylab.2y.net>
2000-09-18 06:39:20 +00:00
marc
84ef275612 remove .orig file that snuck in by accident 2000-09-17 22:18:30 +00:00
avsm
c02ec69931 Update from 2.2 -> 3.0.1
It now FAKEs, and installs in a nice clean CPAN way

- CONFIGURE_STYLE is perl now, remove a lot of old manual code
- remove all old patches, and add in a new one which cleans up
  the program a bit (remove small linux specific hacks)

thanks to brad@ for the review
2000-09-17 20:01:40 +00:00
brad
7a5ad7ada3 - replace BROKEN tag with ONLY_FOR_ARCHS
- remove license type and FAKE=Yes
2000-09-17 19:40:44 +00:00
espie
d218af1299 INSTALL_MACROS does not need to be visible. 2000-09-17 16:26:57 +00:00
brad
860a85553b update the pine port to utilize the c-client port.
Pine has historically built against an internal copy
of the c-client library, however c-client development
has progressed beyond what is shipped with pine.
(It would appear that all new development work is
being done via UW's imap server codebase.) This change
allows pine to utilize improvements/bugfixes in the
c-client library. A consequence of this change is
that the recently reported vulnerability to BugTraq
regarding malformed X-keywords header has been fixed.
2000-09-17 14:56:26 +00:00
espie
2b66972bd2 + p5-Digest-MD5 2000-09-17 14:27:30 +00:00
espie
8e77676533 Message digest perl5 module.
From quisar@quisar.ambre.net, thanks.
2000-09-17 14:17:16 +00:00
brad
6977f6387b *** empty log message *** 2000-09-17 13:19:57 +00:00
brad
3b2307230a - add NEED_VERSION
- use MASTER_SITE_SOURCEFORGE
- remove license type
- add HOMEPAGE to DESCR
2000-09-16 20:25:02 +00:00
brad
9f0f7a53ba install a sample config file by default that makes ORBit not listen on any
IPv4/IPv6 network sockets
2000-09-16 20:01:30 +00:00
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