Commit Graph

20189 Commits

Author SHA1 Message Date
jakob
b3cace661b remove gated. discussed with itojun@ and others. 2003-05-14 00:24:47 +00:00
pvalchev
954673a43a compile -fsigned-char everywhere (don't ifdef macppc), and don't override CFLAGS... 2003-05-14 00:04:51 +00:00
sturm
e2d67d3319 don't change SYSCONFDIR, use CONFDIR instead 2003-05-13 22:53:58 +00:00
wilfried
5077a1bd2e prevent an infrequent crash 2003-05-13 21:38:26 +00:00
naddy
8ad0db4e2a Oops. Fix a fatal typo and ignore aliases.db. 2003-05-13 20:40:04 +00:00
brad
5cd00e6c5d upgrade to Squid 2.5.STABLE2 2003-05-13 20:12:02 +00:00
wilfried
aaf5c1419f simplify, use jot instead 2003-05-13 16:40:00 +00:00
lebel
bcf1d1509a update vim/snapshot to 6.2d 2003-05-13 16:03:12 +00:00
wilfried
cda7128e16 use jot instead of seq 2003-05-13 15:46:39 +00:00
jolan
cde0e76e62 re-enable vorbis support. sdl-config stopped providing
-I${LOCALBASE}/include 5 months ago (since 1.2.5 upgrade), causing
sdl-mixer not to find the vorbis headers and thus not compile support.
ok brad@
2003-05-13 11:37:25 +00:00
margarida
7b3a9b9159 Fix LIB_DEPENDS placement. pt by brad@ 2003-05-13 11:22:53 +00:00
avsm
892581ee98 correct a gnu mirror 2003-05-13 10:52:11 +00:00
avsm
eeb9748072 +cvsutils 2003-05-13 10:42:16 +00:00
avsm
d4e85c350b initial import of cvsutils-0.2.0
--

CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
2003-05-13 10:41:50 +00:00
margarida
1722e52450 Missed in the last ettercap commit. 2003-05-13 09:00:25 +00:00
margarida
5ef100d0ac Add ettercap,no_x11 2003-05-13 08:59:22 +00:00
margarida
c1ab139712 Update to version 0.6.a
--
Changes:
Now the connections are buffered, so you can view past
event data.
A new sniffing method (port stealing) was added as a plugin.
The SMB dissector and troll plugin were enhanced.
Three new plugins, confusion, hunter, and SMB suite, have been
added.
The demonization problem and the StateMachine timeout session
handling problem were fixed.
Also enable gtk support (which was experimental in the last
version), adding of no_x11 FLAVOR, although with gtk enabled
you also have the ncurses interface available.
2003-05-13 08:57:47 +00:00
pvalchev
a176d94a7b use iconv module instead of specifying it manually; pt. out by brad. 2003-05-13 04:14:27 +00:00
pvalchev
f6b98261b3 Fix build on sparc - do not use ctob macro that should not be used in
userland (and breaks build on sparc) instead use sysconf(3) to get
page size.
lead to the right direction by naddy & miod - thanks
Problem reported by John Pavlakis <xyloplax@yahoo.com>
2003-05-13 04:09:13 +00:00
pvalchev
cb0a77dd4e update mirror list 2003-05-13 04:06:11 +00:00
naddy
7dc019e695 Building this port requires the kernel sources to be available under /sys.
Put in a sanity check for this.  ok pvalchev@
2003-05-13 03:30:39 +00:00
cannings
b20523e6bc updated wily for 9libs 2003-05-13 03:06:41 +00:00
wilfried
8b620b2efe glimpse really need this buffer to be zeroed,
or it will randomly dump core (esp. with malloc option J)
2003-05-13 02:51:07 +00:00
pvalchev
d038e7d297 someone was smoking crack to put these here, methinks 2003-05-13 02:40:40 +00:00
pvalchev
b502833f60 oops, fix dependencies 2003-05-13 02:32:54 +00:00
pvalchev
ad42645e03 compile -fsigned-char on macppc as a hack since afterstep assigns -1
to chars in some places and other evil things like that..
2003-05-13 02:16:52 +00:00
naddy
de19673985 typo, fix build 2003-05-13 00:26:32 +00:00
naddy
698067a9ab Make ports with autoconf macros from gettext 0.11.1 actually detect
our gettext.  libintl is still linked in statically, though.

Also some related clean-up.
2003-05-13 00:12:37 +00:00
jolan
f8ef6fa9b7 no need to specify mikmod for sdl-mixer anymore. 2003-05-12 22:39:27 +00:00
jolan
b9bdff2d77 build w/mikmod support, no longer a flavor. ok pvalchev@ 2003-05-12 22:36:32 +00:00
sturm
ef0f2c1f3f this made me physically sick, so just an as minor as possible diff:
-> in post-install don't cp to /etc, but cp in PLIST to SYSCONFDIR
2003-05-12 22:19:11 +00:00
pb
cd6614a681 "make search name=foo" added .. matches only the Port:-line
ok henning@, pval@
2003-05-12 22:15:53 +00:00
naddy
83b1018ce3 Catch up with 14 months worth of changes in the FreeBSD version. 2003-05-12 21:54:32 +00:00
sturm
9044ff3b89 - /etc -> SYSCONFDIR
- don't change SYSCONFDIR
2003-05-12 21:16:42 +00:00
naddy
13fad453ba - update to 1.2.1
- fix path in example configuration
2003-05-12 20:11:28 +00:00
fgsch
eea41f16b5 correct defines, so fpstatic and mod_frontpage.so works correctly under
all cases.
2003-05-12 19:39:34 +00:00
sturm
ca4bae8577 - don't hardcode /etc, use SYSCONFDIR instead
- don't change SYSCONFDIR, use CONFDIR/SUBST_VARS instead and if neccessary
  use "CONFIGURE_STYLE=gnu old" and explicitly set --sysconfdir=${CONFDIR}
a few more to come...
2003-05-12 18:02:44 +00:00
naddy
88d2012902 Maintenance update to 1.6.5; from Jim Geovedi <jim@corebsd.or.id>. 2003-05-12 17:36:33 +00:00
margarida
bdb5d632a1 Add sleuthkit
Remove task
2003-05-12 13:18:16 +00:00
margarida
c778e25d62 Import of sleuthkit-1.62
--
The Sleuth Kit (previously known as TASK) is a collection of 
UNIX-based command line file system forensic tools that allow 
an investigator to examine NTFS, FAT, FFS, EXT2FS, and EXT3FS 
file systems of a suspect computer in a non-intrusive fashion. 
The tools have a layer-based design and can extract data from 
internal file system structures. Because the tools do not rely 
on the operating system to process the file systems, deleted 
and hidden content is shown.

This port replaces TASK, previously removed.
2003-05-12 13:16:02 +00:00
margarida
e58e72ab0b Remove TASK as it is now known as Sleuthkit, TASK doesn't exist
anynore.
Sleuthkit is about to be imported.
2003-05-12 13:10:35 +00:00
margarida
6693fb168e Add dnsreflector 2003-05-12 08:34:48 +00:00
jolan
67e58ed296 update e-mail address, ok brad@ 2003-05-12 08:23:45 +00:00
margarida
7e9274f06f Not so initial but correct import of dnsreflector.
--
dnsreflector is a daemon that listens for DNS queries on a local
UDP port and answers with records pointing back to localhost.
Combined with pf(4) this works as a bandwidth efficient spamtrap.
2003-05-12 08:21:23 +00:00
margarida
682a4121f2 Bad bad margarida 2003-05-12 08:06:57 +00:00
margarida
b3cd1bebf7 Initial import of dnsreflector-1.02
--
dnsreflector is a daemon that listens for DNS queries on a local
UDP port and answers with records pointing back to localhost.
Combined with pf(4) this works as a bandwidth efficient spamtrap.
2003-05-12 07:56:18 +00:00
wcobb
98a292d2d8 +png2ico 2003-05-12 07:39:09 +00:00
wcobb
6edf095c9c Import png2ico-20021208, a PNG to .ico converter. 2003-05-12 07:38:08 +00:00
wcobb
f22abb3746 +sfio 2003-05-12 07:26:41 +00:00
wcobb
261f04f2d5 Import sfio-2002, a safe/fast I/O library. 2003-05-12 07:25:32 +00:00