summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21Added audio/twolame.xtraeme2-2/+4
2006-05-21Initial import of twolame-0.3.7.xtraeme5-0/+84
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code and portions of LAME. Features added to TwoLAME: * Fully thread-safe * Static and shared library (libtwolame) * API very similar to LAME's (for easy porting) * Frontend supports wider range of input files (using libsndfile) * automake/libtool/pkgconfig based build system * C99 compliant
2006-05-21Note update of devel/netbsd-iscsi to 20060520.agc1-1/+2
2006-05-21Update the NetBSD iSCSI target to version 20060520:agc2-6/+6
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-21Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, notrillig3-7/+34
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
2006-05-21Replaced the inclusion of the cmake buildlink3.mk file with arillig1-2/+2
BUILD_DEPENDS, since the buildlink3.mk file does not exist anymore.
2006-05-21devel/findlib has been an accident and is not worth mentioning, since itrillig1-2/+1
got removed again less than an hour after importing.
2006-05-21USE_LANGUAGES=c++wiz1-1/+2
2006-05-21Fixed pkglint warnings. Since bison and lex are not used when building,rillig3-29/+11
they don't need to be defined in USE_TOOLS.
2006-05-21Fixed paths to the Perl and Bash interpreters. Bumped PKGREVISION.rillig1-4/+8
2006-05-21USE_LANGUAGES=c c++dsainty1-1/+2
2006-05-21USE_LANGUAGES=c c++wiz3-3/+6
2006-05-21USE_LANGUAGES=c c++; remove empty post-install target.wiz1-3/+3
2006-05-21USE_LANGUAGES=c c++wiz1-1/+2
2006-05-21USE_LANGUAGES=c++wiz1-1/+2
2006-05-21Build using -fno-common under Darwin, it is needed to be able to long gnutlstonio1-1/+3
against libtasn1 bump pkgrevisoin, and the binary package changed on Darwin
2006-05-21Avoid a difference in shell implementation between IRIX 5.3 and newerjlam1-2/+2
UNIX systems which caused recursive script invocations to not work. Patch from Georg Schwarz in private email.
2006-05-20Added cvsd-1.0.10.wiz1-1/+2
2006-05-20Add and enable cvsd.wiz1-1/+2
2006-05-20Initial import of cvsd, a cvs pserver wrapper that chroots the pserver.wiz10-0/+191
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-20Drop unnecessary modifications to *.po files that inserted whitespacejlam2-21/+3
between msgid and "". This is now automatically handled by revision 1.19 of pkgsrc/mk/tools/msgfmt.sh.
2006-05-20Modify msgfmt.sh to make the following changes when filtering *.po files:jlam1-18/+27
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+ bison-2.2, ion3-20060519, kmymoney2-0.8.4, phpmyadmin-2.8.1.wiz1-1/+5
2006-05-20We can simplify MSGSTRN_RE because we already catch the msgstr[0] andjlam1-2/+2
msgstr[1] cases earlier.
2006-05-20Rename ORE to OBSOLETE_RE for more clarity in the variable name.jlam1-16/+16
2006-05-20Restore "unnecessary" variable... sometimes we use named constants forjlam1-2/+3
documentation/readability purposes...
2006-05-20Startup script from Nathan Arthurmanu1-0/+29
2006-05-20Forgotten patches.joerg2-0/+26
2006-05-20Use config file framework.joerg4-28/+89
2006-05-20Fix PLIST, bump revision.joerg2-3/+11
2006-05-20Uses C++.joerg2-2/+4
2006-05-20Fix build with GCC 3.4+: not only the prototype needs the registerjoerg8-1/+263
argument...
2006-05-20Fix build on DragonFly.joerg3-1/+27
2006-05-20Switching pkglint to OCaml looks feasible.rillig1-1/+10
2006-05-20+ pcre-ocamlrillig1-1/+2
2006-05-20Imported devel/pcre-ocaml-5.10.3rillig1-1/+2
2006-05-20Imported pcre-ocaml.rillig4-0/+56
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-20Added a utility to register and unregister package paths.rillig3-2/+42
2006-05-20Fixed hard-coded path to the Perl interpreter. Bumped PKGREVISION.rillig1-3/+9
2006-05-20+ ocaml-findlibrillig1-1/+2
2006-05-20Updated devel/Gorm to 1.0.8adam1-1/+2
2006-05-20Changes 1.0.8:adam2-7/+6
This is a bugfix release. * Correction for bug 16587. * Correction for handling non-string identifiers in tableviews.
2006-05-20Correctly handle gcc-4adam1-2/+2
2006-05-20Note addition of vxargs, version 0.3.3.jmmv1-1/+2
2006-05-20Add and enable vxargs.jmmv1-1/+2
2006-05-20Initial import of vxargs, version 0.3.3:jmmv4-0/+48
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-20Removed findlib. The name was too generic. As a replacement,rillig4-80/+0
ocaml-findlib is available.
2006-05-20Imported devel/ocaml-findlib-1.1.2pl1rillig1-1/+2
2006-05-20Imported ocaml-findlib.rillig4-0/+81
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-20Imported devel/findlib-1.1.2pl1rillig1-1/+2