Commit graph

3965 commits

Author SHA1 Message Date
Martti Kuparinen
f85d3ae30d Moved mysqlcc to pkgsrc 2003-12-21 08:00:53 +00:00
Julian C. Dunn
2ab510697c Remove note about adding CONFLICTS. The buildlinking takes care of it. 2003-12-21 06:00:05 +00:00
Julian C. Dunn
715841b815 Add ap-macro 2003-12-21 05:46:07 +00:00
Julian C. Dunn
63d1a528c7 Apache module for using macros in configuration files. 2003-12-21 05:44:53 +00:00
Ben Collver
873da5fd6b Remove jazz++ as it is not actively maintained. 2003-12-21 03:56:01 +00:00
Ben Collver
03f9588126 Remove jazz++, it is not actively maintained. 2003-12-21 03:54:56 +00:00
Thomas Klausner
7ea1744ab2 5.6.0 out. 2003-12-20 23:52:50 +00:00
Thomas Klausner
a007ea42f1 1.2.4 out. 2003-12-20 23:00:48 +00:00
Martti Kuparinen
ab4db8eaba MySQL Control Center (also known as MySQLCC) is a platform-independent GUI
administration client for the MySQL database server.
2003-12-20 18:29:07 +00:00
Michal Pasternak
7e9ff462f8 patch-au uses now c++, not cpp to compile .cc files 2003-12-20 17:11:48 +00:00
Martti Kuparinen
17c561b7e9 Moved MySQL 4.x to pkgsrc 2003-12-20 16:18:54 +00:00
Martti Kuparinen
3e190ca579 Moved MySQL 4.x to pkgsrc 2003-12-20 16:07:55 +00:00
Michal Pasternak
59c2116928 buildlink2.mk added 2003-12-20 12:35:16 +00:00
Martti Kuparinen
af32846da4 Updated mysql-server to 4.0.17
The installed package is now called "mysql-server" so it conflicts
automatically with the older mysql-server-3.x package.
2003-12-20 11:48:18 +00:00
Martti Kuparinen
39465fed97 Updated mysql-client to 4.0.17
The installed package is now called "mysql-client" so it conflicts
automatically with the older mysql-client-3.x package.
2003-12-20 11:48:15 +00:00
grant beattie
63f0bfa0c6 actually, trivially update to thunderbird 0.4. it still doesn't
install cleanly (moz-install and PLIST issues), but it at least starts
on NetBSD-current/i386.
2003-12-20 11:03:44 +00:00
grant beattie
5e1ada055b bump PKGREVISION after enabling Xinerama support in
pkgsrc/www/mozilla/Makefile.common.
2003-12-20 10:58:47 +00:00
Michal Pasternak
61e9ad2408 Imported by mistake 2003-12-20 01:59:16 +00:00
Michal Pasternak
93666ce701 +nehe-opengl-tutorials 2003-12-20 01:57:32 +00:00
Michal Pasternak
80741596e1 Learn OpenGL with Neon Helion Productions (http://nehe.gamedev.net/). 2003-12-20 01:56:40 +00:00
Michal Pasternak
9f1d2c6dbf eMaCs theme changed on site 2003-12-20 00:15:58 +00:00
Michal Pasternak
a77fb0bf90 Install also so-called help file (readme.txt) 2003-12-19 23:27:21 +00:00
Michal Pasternak
c19d804b37 +py-PyPE 2003-12-19 23:18:35 +00:00
Michal Pasternak
3f56299040 PyPE (Python Programmers Editor) was written in order to offer a lightweight
but powerful editor for those of you who think emacs is too much and idle is
too little. Syntax highlighting is included out of the box, as is multiple
open documents via tabs.
2003-12-19 23:17:45 +00:00
Min Sik Kim
875d39c7bb + docbook-xsl-ko 2003-12-19 22:58:02 +00:00
Min Sik Kim
2c7fc38d7c Initial import of docbook-xsl-ko-0.2.
This is a customization layer of the DocBook XSL stylesheets for
Korean DocBook documents.  Drivers for HTML, FO, and HTML help
conversion are provided.
2003-12-19 22:54:52 +00:00
Thomas Klausner
b375919584 3.0.1 out. 2003-12-19 18:32:25 +00:00
Michal Pasternak
fa5b9182d8 +py-scapy 2003-12-19 14:01:34 +00:00
Michal Pasternak
37310fe579 Scapy is a powerful interactive packet manipulation tool, packet generator,
network scanner, network discovery, packet sniffer, etc. It can for the
moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, tcpdump,
tethereal, p0f, .... 

Scapy uses the python interpreter as a command board. That means that you
can use directly python language (assign variables, use loops, define
functions, etc.) If you give a file as parameter when you run scapy, your
session (variables, functions, intances, ...) will be saved when you leave
the interpretor, and restored the next time you launch scapy. 

Scapy is not user proof yet. But it is almost reliable. Some more things
need to be done to support more platforms. 

The idea is simple. Those kind of tools do two things : sending packets and
receiving answers. That's what scapy does : you define a set of packets, it
sends them, receives answers, matches requests with answers and returns a
list of packet couples (request, answer) and a list of unmatched packets.
This has the big advantage over tools like nmap or hping that an answer is
not reduced to (open/closed/filtered), but is the whole packet.
2003-12-19 14:00:53 +00:00
Michal Pasternak
c818a06cec +py-pcapy, +py-InlineEgg, +py-Impacket 2003-12-18 22:55:21 +00:00
Michal Pasternak
1cbab72b71 Pcapy is a Python extension module that enables software written in Python
to access the routines from the pcap packet capture library.
 
From libpcap's documentation: Libpcap is a system-independent interface for
user-level packet capture. Libpcap provides a portable framework for
low-level network monitoring. Applications include network statistics
collection, security monitoring, network debugging, etc.
 
Pcapy is most useful when used together with a packet handling package such
as Impacket, a collection of Python classes for contructing and dissecting
network packets.
2003-12-18 22:52:31 +00:00
Michal Pasternak
bcc7cc8f40 InlineEgg is a Python module that provides the user with a toolbox of
convenient classes for writing small assembly programs. Only that instead of
having to remember confusing assembly mnemonics and requiring the developer
to remember how to use complex tools like assemblers and linkers, everything
is done the easy way: in Python. InlineEgg is oriented - but not limited -
to developing shellcode (sometimes called eggs) for use in exploits.
2003-12-18 22:36:15 +00:00
Michal Pasternak
90ad895db9 HOMEPAGE changed 2003-12-18 22:30:07 +00:00
Michal Pasternak
0eb2ed71d8 Impacket is a collection of Python classes for working with network
protocols. Impacket is mostly focused on providing low?level programmatic
access to the packets, however some protocols (for instance NMB and SMB) are
implemented in a higher level as a foundation for other protocols. 

Packets can be constructed from scratch, as well as parsed from raw data,
and the object oriented API makes it simple to work with deep hierarchies of
protocols.
2003-12-18 22:29:05 +00:00
Adrian Portelli
89d345ab13 -current build problems have been fixed by recht@ 2003-12-18 19:22:10 +00:00
Todd Vierling
63b2ad4eca Build 388: some routing fixes for Route Not Found problems. 2003-12-18 14:45:02 +00:00
Adam Ciarciński
9b440c81f7 Changes 1.2.2:
* Bug-fix release
2003-12-18 10:56:16 +00:00
John R. Shannon
680c4b0595 Patch obseleted by change in target file. 2003-12-18 09:01:00 +00:00
Peter Bex
2395be960e - Install plugger-controller (a small interface with play/stop/pause buttons) 2003-12-18 08:17:00 +00:00
Peter Bex
14d54604e1 - Add patch-aa, patch-ab which mysteriously didn't get added previous commit ;)
- Add fix in plugger-controller to prevent segfault when run by user
2003-12-18 08:09:18 +00:00
Michal Pasternak
8efea0a060 Python tools for I18N development of Python apps. Marc, please make sure
this is okay -- in case it is, please import it to pkgsrc ASAP (it's
srcdist, and, as we already know, all srcdist packages are very important ;)
2003-12-18 05:35:01 +00:00
Jeremy C. Reed
82499e1ce2 Get rid of dynamic DESCR.
Add rc.d script for inetd.
Add example inetd.conf.
Add new patch and improve patch-aa so it will not hardcode paths.
Regenerate distinfo.
Add note to TODO.
Fix install and PLIST for examples to go into examples directory.
USE PKGBASE instead of netkit-base in Makefile and in PLIST.
2003-12-18 03:03:50 +00:00
Michal Pasternak
03983f7682 Update to 0.8.8: PLIST corrected; Makefile changed to be in sync with wip/py-bsddb; 2003-12-18 02:49:44 +00:00
Soren Jacobsen
142c9a4932 +blassic,florist,gcc3-ada-devel,gcc3-c++-devel,gcc3-c-devel,gtkada,pnetC,scite.
Sort.
2003-12-18 00:20:10 +00:00
Soren Jacobsen
d37b409bbe _Really_ get rid of obconf. 2003-12-18 00:17:03 +00:00
Peter Bex
4c7bd5bd1e - Fix patch-aa checksum 2003-12-18 00:15:51 +00:00
Peter Bex
67d7590ac0 - Upgrade to version 5.0 2003-12-17 23:53:35 +00:00
Thomas Klausner
a0244f0d91 Add ftp.tuwien.ac.at mirror. 2003-12-17 23:08:03 +00:00
Todd Vierling
136cdc60c4 Add ap2-limitipconn. 2003-12-17 21:39:55 +00:00
Todd Vierling
e420d77513 mod_limitipconn 0.22 for Apache 2: Limit simultaneous connections from
the same IP address to a subtree or to MIME types.
2003-12-17 21:38:07 +00:00