Commit graph

29406 commits

Author SHA1 Message Date
grant
21cfd3f8e4 set CXXFLAGS to use arch specific default optimization
suggested by Martin Husemann on tech-pkg and noted by Chris Pinnock in
private mail.
2002-06-06 23:19:45 +00:00
cjep
fe47f55dd6 This package seems to build okay on NetBSD/arm as well, so include this
in the ONLY_FOR_PLATFORM list. Update HOMEPAGE.
2002-06-06 23:07:06 +00:00
cjep
7d4a1518cd Patch in the NetBSD/arm targets to one of the config.guess files in
ngrep's source tree. This is not strictly the Right Way, but the patch
can be fed back to the maintainer of ngrep.
2002-06-06 22:49:19 +00:00
cjep
3e1e206d94 This is an attempt to close PR#16619. The package will now compile, however
I have not got the scsh experience to test this. Various discussions with
wiz@, jschauma@ and kim@ extremely helpful.
2002-06-06 21:54:38 +00:00
cjep
2b80977ee5 Turn off optimisation on NetBSD/arm platforms, otherwise we hit an
optimisation loop. The first problem is at:
c++ -c -O2 -fno-rtti -I. -I../emucore -I../emucore/m6502/src    \
-I../emucore/m6502/src/bspf/src -I../ui/x11 -I../ui/sound 	\
-I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx

XXX It would probably be best to turn off optimisation on the relevant files
2002-06-06 20:26:35 +00:00
schmonz
afad040e21 Remove pkg/{DESCR,PLIST}. Add standard first-line comment to PLIST.
Format DESCR.
2002-06-06 17:10:32 +00:00
kei
3c925c3ab3 s/LIGAO/LIBAO/ 2002-06-06 14:51:48 +00:00
drochner
b58d7fa38c update to rev 20020422 (the old one doesn't exist anymore on the server) 2002-06-06 14:49:52 +00:00
manu
65df10ec55 Emech is an IRC bot written in C 2002-06-06 14:27:03 +00:00
martti
3c131edb26 Updated postfix to 1.1.11
* Cleanup: Mailbox-Line: message header labels should be X-Mailbox-Line: labels
* The SMTP server now disallows RCPT TO:<"">, just like it disallows RCPT TO:<>
* Replace domain.name by domain.tld in the example config files
* The Postfix sendmail command did not export the MAIL_CONFIG environment
  setting to the postdrop command
2002-06-06 13:48:32 +00:00
tron
4d81e95b75 Fix typo in last change. 2002-06-06 12:31:27 +00:00
tron
0c1f3cb15e Move "xchat.desktop" back to "share/gnome/apps/Internet" because we still
use version 1.4 of the GNOME desktop.
2002-06-06 12:21:59 +00:00
manu
9ff4b23f6d Updated xchat to 1.8.9 because of a security hole
(http://www.linuxsecurity.com/advisories/redhat_advisory-2107.html)
2002-06-06 11:25:52 +00:00
grant
57c5554baa add CXXFLAGS=-O2
reported by Wojciech Puchar <wojtek@3miasto.net> in pkg/17181.
2002-06-06 08:09:08 +00:00
cjep
7a1a76b224 Only build on earlier versions of NetBSD with USB support. -current and
1.6 will have a kernel driver to do this.

After a discussion with Lennart Augustsson.
2002-06-06 06:59:31 +00:00
thorpej
becb854ec4 Recognize mipseb as a valid architecture. 2002-06-06 02:14:02 +00:00
taya
22c2efb797 Update mozilla to 1.0
No major changes from 1.0rc3.

See the release notes for detail about mozilla.
http://www.mozilla.org/releases/mozilla1.0/
2002-06-06 02:05:57 +00:00
simonb
be742b8b37 Change the alignment of the columns in amreport so that disks > 10G that
take longer than 100 minutes at greater than 1000kB/sec line up nicely.
2002-06-06 01:38:41 +00:00
cjep
8fbc3746a3 Add an empty "scriptsinstall" target to scripts/Makefile. If this isn't
present, this package won't build with newer BSD mk magic (e.g. in
1.6_BETA1 and so on.)
2002-06-05 21:14:19 +00:00
yyamano
423bc62327 Updated awka to 0.7.5 to fix pkg/17112.
From CHANGELOG.txt:

v 0.7.5, June 20 2001

*  Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka,
   as are the new builtin functions asort() and mktime().  Thanks to Juergen
   Kahrs for the original work to implement this excellent feature, and to
   Arnold Robbins for including it in Gawk.  That libawka will now be
   distributed under the GNU General Public License (GPL) rather than
   LGPL as a result of having to include some code from Gawk.  The previously
   separate dfa library is now absorbed into libawka, and the -d command-line
   option for awka removed as it is no longer needed.
*  The match() function has been extended to support its new capability in
   Gawk 3.1.0.  See the Gawk manpage for details.
*  awka -a -v 'var="string with whitespace"' will now work correctly.
*  To avoid breaching ANSI-C guidelines, \r in AWK program strings will
   be preserved as \r in the generated C code, not converted to ASCII
   character 13.  Previously some platforms were incorrectly treating
   \r as \n - this has been fixed by this change.
*  Fixed a problem wherein awka -c sometimes failed to output matching
   curly braces in the translated code.
*  Fixed a data-input parsing error that could occur when RS="".  The new
   test rsnul1nl (from gawk-3.1.0) will ensure the buglet doesn't return.
*  A new hash routine was implemented providing fewer collisions, particularly
   with long string indexes that have only minor differences.  The optional
   SLOW_HASH #define is no longer needed.
*  Translator now tracks the datatype of scalar variables, and will produce
   more efficient code for vars that stay one type throughout a script.
   This is the first optimisation of translated code in a long, long time
   and it makes a considerable difference to many scripts.
2002-06-05 15:39:55 +00:00
lukem
310cdb63c8 - update to 1.6 beta 1 (it's about time the developer released a new version)
- fix ipv6 support for ${OPSYS} != Darwin  (use ".elif" not ".elseif")
2002-06-05 15:04:44 +00:00
lukem
11f8f1e0b8 Import of canonical tnftp 20030825 sources,
to make it easier to track new versions.
2002-06-05 12:44:29 +00:00
markd
0e947ff2b1 Build ttf2pt1 with freetype2 to support additional file types.
From PR pkg/15976 by Rui-Xiang Guo with minor cleanup from me.
Bump PKGREVISION and make explicit dependency on t1utils.
2002-06-05 12:07:22 +00:00
seb
7c0f5af4cf The use of ${INSTALL_INFO} makes this package not relocatable, see PR pkg/17175.
Patch proposed in this PR by Joachim Koenig-Baltes <joachim@handshake.de>
applied with a small ordering tuning.
2002-06-05 10:34:52 +00:00
skrll
1845306b41 kdegraphics3 is available now. 2002-06-05 09:00:51 +00:00
skrll
e934d85026 Add and enable kdegraphics3 2002-06-05 08:59:32 +00:00
skrll
fa6e059436 Initial import of a kdegraphics3 pkg. 2002-06-05 08:58:02 +00:00
hubertf
a0ae1a91b5 Update ettercap to 0.6.6.6. Changes:
0.6.6.6		-- 20020603    + Solaris porting
                           + Sparc architecture support even for all other OSes
                           + Windows 9X porting                                     (developed by tavi)
                           + Increased the speed of arp storm under windows         (developed by tavi)
                           + Added the ability to bind a port on which ettercap
                             forwards the sniffed trafic (press 'B' from the sniffing interface)
                           + The -H option now supports range ip
                              (i.e.  192.168.1-5.10-20,30-40,50,100-150)
                           + NEW PLUGIN:
                              - lamia (become root of a switches spanning tree)
									+ Windows installer now have a nice splash screen ;)
                           + Updated the passive OS fingerprint database (825 records)
                           !! Fixed the pthread_join problem under MacOSX
                           !! Fixed the -w options (openssl path related bug)
                           !! Fixed the conflicting options -Y and -a
                           !! Fixed the FindIface function under BSD


0.6.5       -- 20020423    + Windows (CYGWIN) porting
                           + Dumping to tcpdump file format is now supported (-Y option)
                           + New OffLine sniffing from tcpdump like files (-T option)
                           + Sniffing from command line now capture UDP+TCP packet by default
                           - Changed the -t (--linktype option) to -g
                           + Added the -t (--proto option) to sniff only that protocol in simple mode
                           + Logging engine doesn't log the same user/pass/ip twice (as requested by Gushterul)
                           + Under *BSD and MacOSX ettercap now uses only one bpf
                           + Added the -J options (onlyposion) to allow multitarget arp sniffing
                           + USER and PASS may have a length of 50 chars
                           + NEW PLUGIN :
                              - roper   (Tries to stop ISAKMP for IPSEC traffic)
                           + NEW password collector for:
                              - QUAKE 3 (rcon command)                              (developed by LnZ)
                              - ICQ v7                                              (developed by LnZ)
                              - MSN (the pass is an MD5 hash)
                              - YMSG (the pass in in UNIX MD5 format)               (as requested by tavi)
                           + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC
                           + PLUGIN enhanced:
                              - leech (now it rearps the victim after isolation)
                           + Updated the passive OS fingerprint database (762 records)
                           + Updated the active OS fingerprint database
                                 nmap-os-fingerprints,v 1.77 2002/03/20 05:42:48 fyodor
                           + DOCUMENTATION translated in Polish and Dutch
                           + Added the 'cvs' target to the Makefile
                           !! Fixed an ntohs() problem in the phantom plugin
                           !! Fixed a bug in the SMB dissector dealing with unicode user and password
                           !! Better handling of CTRL+C
                           !! Fixed a bug in doppleganger
                           !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related)
                           !! Fixed the visualization of password with length > 13
                           !! Fixed a bug in the handling of debug file
                           !! Fixed the "not scrolling" JOINED visualization
2002-06-05 00:29:02 +00:00
kim
c1bd0953b5 Make sure we get the grandchild output before the script exits. 2002-06-04 23:01:34 +00:00
mrauch
9d4e974987 Two typos in the postscript header for printing fixed
(merged from the development branch of the package).
This patch is a slight generalisation of the one provided in pkg/17130.
2002-06-04 20:43:19 +00:00
cjep
6ca83c324f Add and enable p5-WWW-Amazon-Wishlist. 2002-06-04 19:02:42 +00:00
cjep
c9e27d17bc Initial import of WWW-Amazon-Wishlist-0.65 into the NetBSD packages
collection as www/p5-WWW-Amazon-Wishlist.

This package can be used to get your wish-list from Amazon.(com|co.uk)
and return it in an array of hashrefs so that you can fiddle with it
until your hearts content.

Supplied by Sen Nagata in PR#14933. Thanks!
2002-06-04 19:01:43 +00:00
cjep
35143549f5 Add and enable rox-system 2002-06-04 17:48:36 +00:00
cjep
de00d51cc7 Initial import of ROX-System 0.1.2 into the NetBSD packages collection as
sysutils/rox-system.

The ROX System application displays information about your system --
what processes are running and the amount of memory they are using,
as well as free and used disk space.

Supplied by Rui-Xiang Guo in PR#17137. Thanks!
2002-06-04 17:47:58 +00:00
cjep
decb0af6f1 Add and enable xfm. 2002-06-04 16:45:49 +00:00
cjep
087f699840 Initial import of sysutils/xfm-1.4.3 into the NetBSD packages collection.
XFM is a powerful file and applications manager program written using
the X toolkit. It contains virtually all of the features that you would
expect in a file manager -- move around your directory tree in multiple
windows, and move, copy or delete files with simple mouse operations.
The integrated application manager allows you to load files into your
favourite applications from the file manager by dragging icons. It can
also be used as a "shelf" onto which you can place files and directories
that you are currently working with.

Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by
zuntum@.
2002-06-04 16:44:55 +00:00
yyamano
6f70b2d4d2 Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,
see doc/ChangeLog in the source distribution.
2002-06-04 16:24:54 +00:00
cjep
2376700d26 libtabe lives in the inputmethod directory. 2002-06-04 16:12:04 +00:00
bouyer
0e46b904d3 Regen for patch-bf 2002-06-04 15:44:54 +00:00
bouyer
aedced9ef5 Remplace with one that really fixes the problem.
Patch sent back to amanda developers.
2002-06-04 15:44:06 +00:00
yyamano
aa9dbad58d Use in-source cpp instead of gcc to fix pkg/16511. 2002-06-04 15:20:39 +00:00
cjep
08d9654a6a Add and enable yup.
yup provides a PostScript printer with the capability of printing any
number of reduced page images on one physical sheet of paper, be they
PostScript or ASCII text.

Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04 14:33:38 +00:00
cjep
c41f428fe3 Initial import of yup 1.0 into the NetBSD packages collection.
yup provides a PostScript printer with the capability of printing any
number of reduced page images on one physical sheet of paper, be they
PostScript or ASCII text.

Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04 14:32:55 +00:00
cjep
8a804396ea Upgrade to 0.7.6. Closes PR#17158.
(Also disable compface for now. Maintainer will be submitting a version
 that uses compface in the next few weeks.)

Changes since version 0.7.5 (from NEWS file):

* The manual and the FAQ have been updated, and German and Italian FAQs
  have been added.
* IMAP shared folder is now supported.
* 'Create filter rule' has been added to the context menu.
* Only newsgroup names longer than specified length are abbreviated.
* 'Get all' doesn't check for new messages on IMAP or News account by
  default.
* Minor improvements to the folder property dialog have been made.
* Special characters like parentheses can be used in passwords for IMAP
  accounts now.
* Some crash bugs and other minor bugs have been fixed.
2002-06-04 14:03:35 +00:00
tron
693b1581ef Build and install "bdftopcf" to fix installation of fonts for the
X11 server. Bump version to 3.3.6.3.
2002-06-04 12:36:15 +00:00
cjep
81af677e2b Add and enable su2.
su2 is a replacement for the su program. su2 gives you the ability to
masquerade with the UID of other users, using your own password to switch.

Submitted by collver at linuxfreemail.com in PR#14141. Thanks!

(MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
2002-06-04 09:57:30 +00:00
cjep
17cd33ab80 Initial import of su2 1.3 into the NetBSD packages collection.
su2 is a replacement for the su program. su2 gives you the ability to
masquerade with the UID of other users, using your own password to switch.

Submitted by collver at linuxfreemail.com in PR#14141. Thanks!

(MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
2002-06-04 09:56:38 +00:00
seb
cfdd163ef7 Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.
PKGREVISION *not* bumped.
2002-06-04 09:08:32 +00:00
uebayasi
897e5b7127 Add & enable xcin. 2002-06-04 08:47:45 +00:00
uebayasi
52ba3c12fd Initial import of xcin-2.3.5.pre2.
XCIN is an XIM (X Input Method) server which is widely used in Taiwan to
perform Chinese input under X Window system. It is originally developed
by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early
days; while now it is supported by the XCIN Project.
2002-06-04 08:46:59 +00:00