Commit graph

11156 commits

Author SHA1 Message Date
Geert Hendrickx
c88d4e718c pkglint: PKG_FAIL_REASON should be modified using "+=". 2005-11-16 13:38:54 +00:00
Geert Hendrickx
d93005249d pkglint: Using "${WRKSRC}/.." is conceptually wrong. Use a
combination of WRKSRC, CONFIGURE_DIRS and BUILD_DIRS instead.
2005-11-16 13:31:25 +00:00
Geert Hendrickx
f00843b291 Reindent. 2005-11-16 13:11:00 +00:00
Neil Booth
7214c14750 Initial commit of sysutils/runit 2005-11-16 13:01:40 +00:00
Emil Sköldberg
51aa4c02f9 Added happy. 2005-11-16 10:42:17 +00:00
Emil Sköldberg
1498069466 Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated BNF
specification of a grammar and produces a Haskell module containing a
parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can work
in conjunction with a lexical analyser supplied by the user (either
hand-written or generated by another program), or it can parse a
stream of characters directly (but this isn't practical in most
cases).
2005-11-16 10:39:48 +00:00
Min Sik Kim
7c5d332173 nstx has been moved to pkgsrc. 2005-11-16 02:05:39 +00:00
Min Sik Kim
5faec70a96 Do not use "wip" in CATEGORIES. 2005-11-16 02:02:58 +00:00
Min Sik Kim
11f7767006 Do not add debuging options to CFLAGS. 2005-11-16 02:01:38 +00:00
Antoine Reilles
e335606c95 add signing-party 2005-11-15 20:17:01 +00:00
Emil Sköldberg
d040222de5 Added alex. 2005-11-15 14:34:33 +00:00
Emil Sköldberg
f164223f41 Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tools lex and flex for C/C++.

Alex takes a description of tokens based on regular expressions and
generates a Haskell module containing code for scanning text
efficiently. Alex is designed to be familiar to exisiting lex users,
although it does depart from lex in a number of ways.
2005-11-15 14:32:42 +00:00
Emil Sköldberg
96fc2e841f Added c2hs. 2005-11-15 14:03:26 +00:00
Emil Sköldberg
23dbb36225 C->Haskell is an interface generator that simplifies the development of Haskell
bindings to C libraries. The tool processes existing C header files that
determine data layout and function signatures on the C side in conjunction with
Haskell modules that specify Haskell-side type signatures and marshaling
details. Hooks embedded in the Haskell code signal access to C structures and
functions -- they are expanded by the interfacing tool in dependence on
information from the corresponding C header file. Another noteworthy property
is the lightweight nature of the approach.
2005-11-15 13:57:36 +00:00
Geert Hendrickx
cf2e93ef52 mixxx needs zlib. 2005-11-15 10:48:19 +00:00
Emil Sköldberg
8ca5ca85d9 Changed PKGNAME: lidia-* -> LiDIA-*.
(LiDIA is the capitalisation present in all paths.)
2005-11-15 09:56:15 +00:00
Geert Hendrickx
e24772b239 reindent. 2005-11-15 09:44:54 +00:00
Geert Hendrickx
4af5acccff xxdiff needs bison and flex, pointed out by a pkgsrc-wip bulk build. 2005-11-15 09:26:58 +00:00
Min Sik Kim
b178ea8cca A more recent version of tex-hlatex is available in pkgsrc. 2005-11-15 07:16:42 +00:00
Min Sik Kim
5277adca15 tex-foiltex has been moved to pkgsrc. 2005-11-15 03:02:27 +00:00
Min Sik Kim
5e99f179d1 - Make this build with a recent LaTeX version. Patches from FreeBSD
Ports.
- Use teTeX/module.mk to update ls-R properly.
2005-11-15 02:58:14 +00:00
Min Sik Kim
9852320e5f Use teTeX/module.mk to update ls-R properly. 2005-11-15 01:56:22 +00:00
David Howland
584016e1fe Add SQLite dependency. 2005-11-15 01:29:48 +00:00
Iain Hibbert
943dcc61a4 add a patch I forgot last time to remove compile errors 2005-11-14 23:51:42 +00:00
Iain Hibbert
1a5e8201ca fix compilation errors 2005-11-14 23:49:43 +00:00
Iain Hibbert
a2c093ba79 make it compile without errors 2005-11-14 23:43:28 +00:00
pancake ;)
2442b55981 initial import of nstx
DESR:
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP
tunnels using DNS queries and replies for IP packet encapsulation where IP
traffic other than DNS isn't possible.
2005-11-14 23:22:00 +00:00
Sergey Svishchev
a337093953 Initial import of libdca-0.0.2:
libdca is a free library for decoding DTS Coherent Acoustics streams. It is
released under the terms of the GPL license. The DTS Coherent Acoustics
standard is used in a variety of applications, including DVD, DTS audio CD and
radio broadcasting.
2005-11-14 21:22:04 +00:00
Thomas Klausner
64a0ffed65 COMMENT: Expand SIP, and avoid redundancy a bit by removing "siproxd is a". 2005-11-14 21:21:49 +00:00
Greg Troxel
ae25c90ba2 remove package that doesn't build and is out of date. 2005-11-14 19:08:11 +00:00
Jeremy C. Reed
24feb5ebea Does not use locales.
And uses pkg-config. (Noticed on Krister W.'s bulk build. Although
I didn't notice myself.)
2005-11-14 18:29:24 +00:00
David Howland
44e10f9bab Make pkglint happy by not modifying PKG_OPTIONS.xmame. If I can't modify
it, there's no point in having the group, so remove that too.
2005-11-14 17:21:13 +00:00
David Howland
93fcd37980 fix path. 2005-11-14 17:13:20 +00:00
David Howland
cbbf1023e2 Add optional xmltv dependency. 2005-11-14 17:07:23 +00:00
Emil Sköldberg
260e36d5af Added haddock. 2005-11-14 16:32:53 +00:00
Emil Sköldberg
4e829c454c Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primarily intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in a
syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked - click on a type name in a type signature to go straight to
the definition, and documentation, for that type.
2005-11-14 16:28:48 +00:00
Antoine Reilles
fac48e26d9 LATEX_ -> TEX_ 2005-11-14 15:22:52 +00:00
Antoine Reilles
0ed2f70c43 signing-party is a collection for all kinds of PGP/GnuPG related things,
including signing scripts, party preparation scripts, etc.

 * caff: CA - Fire and Forget signs and mails a key
 * pgp-clean: removes all non-self signatures from key
 * pgp-fixkey: removes broken packets from keys
 * gpg-mailkeys: simply mail out a signed key to its owner
 * gpg-key2ps: generate PostScript file with fingerprint paper strips
 * gpglist: show who signed which of your UIDs
 * gpgsigs: annotates list of GnuPG keys with already done signatures
 * keylookup: ncurses wrapper around gpg --search

There are probably missing perl dependancies, see
http://packages.debian.org/unstable/misc/signing-party
for more informations
2005-11-14 15:16:58 +00:00
Emil Sköldberg
83a421ddf0 Modifications to FileNameUtils.lhs done using subst.mk instead of manually
using ${SED} as suggested by Min Sik Kim.
2005-11-14 14:04:00 +00:00
Geert Hendrickx
2645977c38 Fix typo in "MAINTAIER" variable name. 2005-11-14 13:37:04 +00:00
Leonard Schmidt
5880a7554d BMPx 0.12.6.1 "Revenge Of The Golden Silver Cats":
- This is a hotfix release that fixes a bug that is related to the
  startup splash progress bar which can raise a SIGFPE (floating point
  exception) in case the library is empty at startup.

BMPx 0.12.6 "Return Of The Golden Silver Cats":
-  A splash screen which shows the progress of loading the metadata
   cache was added
-  Sanity checks and bugfixes in the metadata caching system were made
-  A few other minor to medium sized bugs were fixed
2005-11-14 09:22:43 +00:00
David Howland
2970895cbd Add pkg_options for optional dependencies. Hopefully this is all of 'em. 2005-11-14 06:17:15 +00:00
Min Sik Kim
794945bac4 py-mssql has been moved to pkgsrc. 2005-11-14 03:10:44 +00:00
Min Sik Kim
e887648390 Remove a redundant variable; PY_PATCHPLIST is automatically set when
PYDISTUTILSPKG=yes.
2005-11-14 03:04:27 +00:00
Krister Walfridsson
f5a1e64e54 Update path to textproc/libxml++2 after it was moved to pkgsrc. 2005-11-13 22:27:24 +00:00
Adrian Portelli
a4c2a57406 pkglintification
Add CONFLICTS for ircu
2005-11-13 21:34:52 +00:00
Martti Kuparinen
b4404f5a23 Moved squirrelmail-decode and xenconsole to pkgsrc 2005-11-13 18:40:44 +00:00
Georg Schwarz
ce70b19624 Changed location of HTML documentation.
used inet6 option instead of USE_INET6.
2005-11-13 17:17:39 +00:00
Krister Walfridsson
0a59cf4dac Do not include "../../devel/pkg-config/buildlink3.mk", this is already
handled by USE_TOOLS+=pkg-config.
2005-11-13 17:00:30 +00:00
Krister Walfridsson
4b9ddeaf53 Add five packages that were missing. 2005-11-13 16:56:53 +00:00