Commit graph

97771 commits

Author SHA1 Message Date
agc
0c73ae8313 Update the NetBSD iSCSI target to version 20060520:
Adjust the data VPD returns, to work around a problem in the Cisco
initiator (used on Solaris 10 Update 1) - the initiator demands that a
UUID is returned, so give it one.

Add autoconf glue for that, and a compat uuid_create(3) and
uuid_to_string(3).

This still spews a lot of output via the target's syslog, but persevere,
since it does actually make the target work with the Solaris initiator:

        solaris10# format
        Searching for disks...done


        AVAILABLE DISK SELECTIONS:
               0. c1d0 <DEFAULT cyl 29728 alt 2 hd 64 sec 63>
                  /pci@0,0/pci-ide@1f,1/ide@0/cmdk@0,0
               1. c2t5d0 <DEFAULT cyl 96 alt 2 hd 64 sec 32>
                  /iscsi/disk@0000iqn.1994-04.org.netbsd.iscsi-target%3Atarget00001,0
        Specify disk (enter its number): ^D
        solaris10# df -k /mnt
        Filesystem            kbytes    used   avail capacity  Mounted on
        /dev/dsk/c2t5d0s0      91407    1041   81226     2%    /mnt
        solaris10# uname -a
        SunOS solaris10 5.10 Generic_118844-26 i86pc i386 i86pc
        solaris10#
2006-05-21 09:51:00 +00:00
rillig
e717f552f2 Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, not
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
2006-05-21 09:43:07 +00:00
rillig
1b6c0fd3ee Replaced the inclusion of the cmake buildlink3.mk file with a
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.
2006-05-21 09:28:55 +00:00
rillig
3e40b559a1 devel/findlib has been an accident and is not worth mentioning, since it
got removed again less than an hour after importing.
2006-05-21 09:22:54 +00:00
wiz
1d474b95a0 USE_LANGUAGES=c++ 2006-05-21 09:04:38 +00:00
rillig
76365c833f Fixed pkglint warnings. Since bison and lex are not used when building,
they don't need to be defined in USE_TOOLS.
2006-05-21 08:00:49 +00:00
rillig
955428e9ea Fixed paths to the Perl and Bash interpreters. Bumped PKGREVISION. 2006-05-21 07:06:19 +00:00
dsainty
693927ed6f USE_LANGUAGES=c c++ 2006-05-21 03:01:10 +00:00
wiz
73998f3e19 USE_LANGUAGES=c c++ 2006-05-21 02:25:02 +00:00
wiz
c47dd3ce22 USE_LANGUAGES=c c++; remove empty post-install target. 2006-05-21 02:21:52 +00:00
wiz
82927bc0b0 USE_LANGUAGES=c c++ 2006-05-21 02:12:11 +00:00
wiz
2a9d3fa4c8 USE_LANGUAGES=c++ 2006-05-21 02:10:53 +00:00
tonio
025b713ed7 Build using -fno-common under Darwin, it is needed to be able to long gnutls
against libtasn1
bump pkgrevisoin, and the binary package changed on Darwin
2006-05-21 00:45:13 +00:00
jlam
408b9158bd Avoid a difference in shell implementation between IRIX 5.3 and newer
UNIX systems which caused recursive script invocations to not work.
Patch from Georg Schwarz in private email.
2006-05-21 00:14:51 +00:00
wiz
7331405209 Added cvsd-1.0.10. 2006-05-20 23:53:16 +00:00
wiz
6571897eea Add and enable cvsd. 2006-05-20 23:52:36 +00:00
wiz
ef9b86abab Initial import of cvsd, a cvs pserver wrapper that chroots the pserver.
Based on the work by Eric Schnoebelen and virtus@ in pkgsrc-wip.

DESCR:
cvsd is a wrapper program for cvs in pserver mode. It will run 'cvs
pserver' under a special uid/gid in a chroot jail.

cvsd is run as a daemon and is controlled through a configuration
file. It is relatively easy to configure and tools are provided
for easily setting up a rootjail.

This server can be useful if you want to run a public cvs pserver.
You should however be aware of the security limitations of running
a cvs pserver. If you want any kind of authentication you should
really consider using secure shell as a secure authentication
mechanism and transport. Passwords used in cvs pserver are transmitted
in plaintext and this wrapper won't change that.

This server adds a layer of security to cvs. cvs is a very powerful
tool and is capable of running scripts and other things. By running
cvs in a rootjail it is possible to limit the amount of "damage"
cvs can do if it is exploited.  It is generally a good idea to run
cvsd without any write permissions to any directory on the system.
2006-05-20 23:38:16 +00:00
jlam
ebf33f8172 Drop unnecessary modifications to *.po files that inserted whitespace
between msgid and "".  This is now automatically handled by revision
1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-05-20 23:34:39 +00:00
jlam
5b63911cc1 Modify msgfmt.sh to make the following changes when filtering *.po files:
msgid		-> msgid ""
	msgid"..."	-> msgid "..."
	msgstr		-> msgstr ""
	msgstr"..."	-> msgstr "..."

The filtered *.po files can then be processed by msgfmt<=0.10.35.

These changes workaround bugs in *.po files in software of the "all
the world runs Linux" variety where the software author either willfully
or stupidly can't follow the format for *.po files described in section
2.2 of the gettext info manual and, in addition, makes lame excuses
when confronted with the evidence.

This closes PR pkg/33506 by Ben Collver.
2006-05-20 23:29:42 +00:00
wiz
282f49d5f3 + bison-2.2, ion3-20060519, kmymoney2-0.8.4, phpmyadmin-2.8.1. 2006-05-20 23:10:55 +00:00
jlam
65ded3b2ac We can simplify MSGSTRN_RE because we already catch the msgstr[0] and
msgstr[1] cases earlier.
2006-05-20 22:13:23 +00:00
jlam
55b0077b28 Rename ORE to OBSOLETE_RE for more clarity in the variable name. 2006-05-20 22:10:18 +00:00
jlam
58a3fca292 Restore "unnecessary" variable... sometimes we use named constants for
documentation/readability purposes...
2006-05-20 22:06:34 +00:00
manu
6259813f6a Startup script from Nathan Arthur 2006-05-20 20:23:38 +00:00
joerg
09571989ba Forgotten patches. 2006-05-20 19:12:59 +00:00
joerg
b8a2284a7c Use config file framework. 2006-05-20 19:12:32 +00:00
joerg
3379a82eec Fix PLIST, bump revision. 2006-05-20 18:47:20 +00:00
joerg
9ebcceb724 Uses C++. 2006-05-20 18:20:49 +00:00
joerg
cc1549810f Fix build with GCC 3.4+: not only the prototype needs the register
argument...
2006-05-20 18:09:49 +00:00
joerg
12f085bf1d Fix build on DragonFly. 2006-05-20 17:26:15 +00:00
rillig
230833c180 Switching pkglint to OCaml looks feasible. 2006-05-20 14:26:00 +00:00
rillig
23a355e93a + pcre-ocaml 2006-05-20 14:22:36 +00:00
rillig
ef4550c7e4 Imported devel/pcre-ocaml-5.10.3 2006-05-20 14:22:14 +00:00
rillig
dcfc9ece8f Imported pcre-ocaml.
This OCaml-library interfaces the PCRE (Perl-compatible regular
expressions) library which is written in C. it can be used for matching
regular expressions which are written in "Perl"-style.
2006-05-20 14:22:04 +00:00
rillig
7d33272f2d Added a utility to register and unregister package paths. 2006-05-20 13:47:43 +00:00
rillig
b99d16ffdf Fixed hard-coded path to the Perl interpreter. Bumped PKGREVISION. 2006-05-20 13:12:00 +00:00
rillig
2dfee10da9 + ocaml-findlib 2006-05-20 13:00:43 +00:00
adam
33cd3052be Updated devel/Gorm to 1.0.8 2006-05-20 12:26:00 +00:00
adam
308c845ade Changes 1.0.8:
This is a bugfix release.
* Correction for bug 16587.
* Correction for handling non-string identifiers in tableviews.
2006-05-20 12:24:37 +00:00
adam
466d26c45c Correctly handle gcc-4 2006-05-20 12:13:51 +00:00
jmmv
16f54469e2 Note addition of vxargs, version 0.3.3. 2006-05-20 11:28:52 +00:00
jmmv
90092f98f8 Add and enable vxargs. 2006-05-20 11:28:14 +00:00
jmmv
4d6e883af3 Initial import of vxargs, version 0.3.3:
vxargs is an utility inspired in xargs and pssh.  It provides a parallel
versions of any arbitrary command, including ssh, rsync, scp, wget or
curl, just to mention a few.

It is specially useful to control a large set of machines in a wide-area
network.  For example, it can be used on PlanetLab to control hundreds of
machines spread around the world.

Its main features are:
* Parallelism: Runs many jobs at the same time.
* Flexibility: Runs arbitrary commands with arbitrary options.
* Visualization: Monitors the total/per job progress in a curses-based UI.
* Redirection: The standard and error outputs of each individual job are
  redirected to local files for further analysis.
2006-05-20 11:27:09 +00:00
rillig
e0f3b7288c Removed findlib. The name was too generic. As a replacement,
ocaml-findlib is available.
2006-05-20 10:20:32 +00:00
rillig
84097595ab Imported devel/ocaml-findlib-1.1.2pl1 2006-05-20 10:19:44 +00:00
rillig
6e53dd3ffa Imported ocaml-findlib.
The "findlib" software provides a scheme to manage reusable software
components  in the form of libraries, and includes tools that support
this scheme. A  library installed as a findlib component is also called
a package. The point is  that the findlib scheme allows it to store
metainformation about the library,  especially how it can be used in
programs. The packages are kept in the  filesystem hierarchy, but the
directory structure is defined by findlib, and  there is no way to
deviate from this standard. The library contains functions  to look the
directory up that stores a package, to query metainformation about  a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line.  In order to simplify compilation and linkage, there are
new frontends of the  various OCaml compilers that can directly deal
with packages.
2006-05-20 10:19:35 +00:00
rillig
ea358e5c0c Imported devel/findlib-1.1.2pl1 2006-05-20 10:18:11 +00:00
rillig
943ccdf61c Imported findlib.
The "findlib" software provides a scheme to manage reusable software
components  in the form of libraries, and includes tools that support
this scheme. A  library installed as a findlib component is also called
a package. The point is  that the findlib scheme allows it to store
metainformation about the library,  especially how it can be used in
programs. The packages are kept in the  filesystem hierarchy, but the
directory structure is defined by findlib, and  there is no way to
deviate from this standard. The library contains functions  to look the
directory up that stores a package, to query metainformation about  a
package, and to retrieve dependency information about multiple packages.
There is also a tool that allows the user to enter queries on the
command-line.  In order to simplify compilation and linkage, there are
new frontends of the  various OCaml compilers that can directly deal
with packages.
2006-05-20 10:18:03 +00:00
rillig
c6dc5aec0e Fixed pkglint warnings. 2006-05-20 09:10:51 +00:00
rillig
80e5ee2f45 Switching the programming language of pkglint to C++ is not an option. 2006-05-20 08:53:19 +00:00