1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

7852 Commits

Author SHA1 Message Date
Edwin Groothuis
e66bdf069c [PATCH] devel/doc++: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
	print/ghostscript-gnu or print/ghostscript-afp1

PR:		ports/54924
Submitted by:	Jens Rehsack <rehsack@liwing.de>
2003-08-31 00:27:08 +00:00
Jimmy Olgeni
e81aacb9ad Add erlslang, SLang binding for Erlang.
Submitted by:	Chris Pressey <chris_pressey@yahoo.ca>
2003-08-30 18:46:21 +00:00
Kirill Ponomarev
9c461e9fdd - Fix build on -current
o Remove extra token pasting operators after ::'s.
  o Add missing ; in yacc files.

PR:		56187
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
2003-08-30 17:37:21 +00:00
Kirill Ponomarev
1a7e5884a5 - Add new MASTER_SITES
PR:		56200
Submitted by:	maintainer
2003-08-30 17:16:34 +00:00
Kirill Ponomarev
c7c59e31c7 - Add new MASTER_SITES
PR:		56199
Submitted by:	maintainer
2003-08-30 17:15:59 +00:00
Kirill Ponomarev
7fe4ba19b8 - Fix build
PR:		56192
Submitted by:	Ports Fury
2003-08-30 17:02:06 +00:00
Dirk Meyer
21e07a995f - file retired, new location ports/Mk/bsd.gnustep.mk 2003-08-30 02:38:38 +00:00
Edwin Groothuis
3618543557 [NEW PORT] devel/poslib: Posadis C++ DNS library
Poslib is a portable C++ DNS library, a part of Posadis
	project.  It consists of two parts: a client library and a
	server library.

	Using the client library, you can simply develop applications
	that use the Domain Name System (DNS). It includes many
	functions for resolving, domain-name manipulation and
	Resource Record (RR) creation.

	The server library, based on the client core, can be used
	to develop DNS servers. By implementing a query entry-point
	function using the Poslib library of functions, you can
	easily create DNS servers, without worrying about low-level
	details such as DNS message compilation, domain-name
	compression and UDP/TCP transmission.

	Author:	Meilof Veeningen <meilof@users.sourceforge.net>
	WWW:	http://posadis.sourceforge.net/projects/poslib.php

PR:		ports/55195
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2003-08-30 00:56:20 +00:00
Edwin Groothuis
825bfdad83 ports/devel/tclxml depends on ports/devel/tcllib
Tclxml (ports/devel/tclxml) depends on ports/devel/tcllib,
	but this is not present in RUN_DEPENDS variable (see
	Makefile).

PR:		ports/54584
Submitted by:	Nicola Vitale <nivit@libero.it>
2003-08-30 00:17:56 +00:00
Mathieu Arnold
e2059632bd Update to 0.28 2003-08-29 13:06:14 +00:00
Mathieu Arnold
805e2e0dac Update to 0.17 2003-08-29 12:49:14 +00:00
Kirill Ponomarev
dfcfff2394 New port - devel/xxl
XXL is a library for C and C++ that provides exception handling
and asset management. Asset management is integrated with the
exception handling mechanism such that assets may be
automatically cleaned up if an exception is thrown, which
allows for much simplified program structure with respect to
error handling.

By allowing XXL to track assets and using its exception
handling features, the programmer no longer has to check error
conditions on every function call and cleanup the assets on
failure because XXL does the work.

PR:		56128
Submitted by:	Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
2003-08-29 11:50:08 +00:00
Joe Marcus Clarke
ee8b9d9d03 Fix fetch.
Submitted by:	maintainer
2003-08-28 21:04:48 +00:00
Erwin Lansing
3f009cb215 Add flyspray 0.9.4,
a simple, easy-to-use web based bug tracking
system.

PR:		56082
Submitted by:	Nick Hilliard <nick@foobar.org>
2003-08-28 19:56:31 +00:00
Lev A. Serebryakov
86bd342ed8 Some optimizations for unsigned bit fields. 2003-08-28 10:04:52 +00:00
Edwin Groothuis
50fb5a0f3d NEW PORT: devel/libds (Useful data structures library)
A small, but useful library of data structures. Has AVL
	tree, binary heap, hash table, a queue, a stack, variable
	length array.

PR:		ports/44565
Submitted by:	Peter Bozarov <peter@bozz.demon.nl>
2003-08-28 09:16:04 +00:00
Roger Hardiman
72e610aa05 Add PWlib 1.5.0, a cross platform C++ library which is used by OpenH323. 2003-08-28 07:58:51 +00:00
Erwin Lansing
7352d398f2 The HTML documentation tarball has been removed
PR:		56071
Submitted by:	maintainer
2003-08-28 07:43:33 +00:00
Dmitry Sivachenko
a06b8cd0c7 New port: p5-Module-CoreList
Module::CoreList contains the hash of hashes %Module::CoreList::version,
this is keyed on perl version as indicated in $].  The second level hash
is module => version pairs.

It also contains %Module::CoreList::released hash, which has ISO formatted
versions of the release dates, as gleaned from the perlhist manpage.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:37:46 +00:00
Dmitry Sivachenko
13338b3451 New port: p5-Module-ScanDeps
This module scans potential modules used by perl programs, using
line-by-line analysis and elaborate heuristics.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:36:32 +00:00
Dmitry Sivachenko
53e3bc5f46 New port: p5-Locale-Maketext-Simple
This module is a simple wrapper around Locale::Maketext::Lexicon,
designed to alleviate the need of creating Language Classes for module
authors.

If Locale::Maketext::Lexicon is not present, it implements a minimal
localization function, so the program can function normally.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:35:04 +00:00
Dmitry Sivachenko
32e97f75c4 New port: p5-PAR.
The PAR Toolkit is a cross between Java's JAR and Perl2EXE; It makes
cross-platform packaging and deployment a breeze for Perl programmers.

Notable features include:

* Turn your Perl programs into ready-to-run executables
* Pack scripts and requered libraries with a binary loader
* Put PAR files into @INC to avoid version conflicts
* Works with remote URL as well as local files
* Supports XS modules and DATA sections
* Turns CPAN module distributions into PAR distributions
* Install, uninstall, signs and verifies PAR distributions
* Runs scripts inside PAR files, generated by "pp -p"

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:31:10 +00:00
Dmitry Sivachenko
df1548aee1 New port: p5-version.
This module implements overloaded version objects for all versions
of Perl, including all of the features of version objects which will
be part of Perl 5.10.0 except automatic v-string handling.

Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2003-08-28 07:29:23 +00:00
Dmitry Sivachenko
ede1996e21 New port: p5-PAR-Dist.
This module creates and manipulates PAR distributions.  They are
architecture-specific PAR files, containing everything under blib/
of CPAN distributions after their "make" or "Build" stage, a META.yml
describing metadata of the original CPAN distribution, and a MANIFEST
detailing all files within it.  Digitally signed PAR distributions
will also contain a SIGNATURE file.

The naming convention for such distributions is:

    $NAME-$VERSION-$ARCH-$PERL_VERSION.par

For example, "PAR-Dist-0.01-i386-freebsd-5.8.0.par" corresponds to the
0.01 release of "PAR-Dist" on CPAN, built for perl 5.8.0 running on
"i386-freebsd".

Submitted by:	autrijus@autrijus.org
2003-08-28 07:25:19 +00:00
Hye-Shik Chang
34e10e966b Update to 1.1.4.1 2003-08-28 05:01:53 +00:00
Dirk Meyer
960b679f10 - use new hook USE_GNUSTEP in bsd.port.mk 2003-08-28 01:42:30 +00:00
Edwin Groothuis
8294a1d608 Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
	(except sxm). I guess no maintainer would deny this trivial
	change.

PR:		ports/56052
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-28 00:01:09 +00:00
Diomidis Spinellis
39b6e964c0 Update to release 1.16
Reformat and update pkg-descr

Release 1.16 is associated with the following changes:
-  Declarations can be intermixed with statements (C99).
-  __typeof can have as its argument an expression
   and not only an identifier.
-  Support for C99 variable number of arguments preprocessor macros.
-  Allow case expression ranges (gcc extension).
-  Recognise __atribute__(__unused__) for determining which
   identifiers should not be reported as unused (gcc extension).
-  Command-line option to generate a wrongly scoped identifier and unused
   include file and identifier warning report.
-  Separate identifier attribute for enumeration constants.
   This allows us stop incorrectly categorizing them as having global
   (compilation unit) visibility.
-  Error reporting format is now compatible with gcc.
-  Dereferencing a function yields a function (common extension).
-  Command-line option to process the file and exit.
-  Document processing of the FreeBSD kernel.
-  Correct typing of assembly-annotated declarators.
-  Fixed assertion failure that could be caused when parts of concatenated
   identifiers were no longer available (e.g. when processing files
   with the -m T option.)
-  Correct handling of macro parameters that match other macros and
   are followed by a concatenation operator (they were erroneously replaced).
-  Add workaround for gcc __builtin_va_copy in the provided
   definition files.
-  Corrected the handling of main() in the example definition
   files.

Approved by:	netchild
2003-08-27 21:41:18 +00:00
Akinori MUSHA
084f1296c2 Update to 3.2.0. 2003-08-27 16:20:59 +00:00
Akinori MUSHA
150a7d659c Incorporate a patch from [ruby-dev:21263] to fix the problem where it
segfaults when there is an error in char-class in char-class.

Bump PORTREVISION accordingly.
2003-08-27 16:06:06 +00:00
Mathieu Arnold
74dfa2fab1 Update to 0.24
fixup DEPENDS

Approved by:	maintainer
2003-08-27 13:40:55 +00:00
Mathieu Arnold
f92897ec6b Update to 0.22
Approved by:	maintainer
2003-08-27 13:40:13 +00:00
Mathieu Arnold
8df77f145f Update to 2.03
fixup plist

Approved by:	maintainer
2003-08-27 13:39:23 +00:00
Mathieu Arnold
976383ef07 Update to 0.20 2003-08-27 11:50:49 +00:00
Dirk Meyer
f036cca7a0 - Update to 1.7.3 2003-08-27 07:17:43 +00:00
Dirk Meyer
f1645eeecb - Update for GNUstep 1.7.3
- preserve MAKE_ENV
Approved by:	knu (implicit)
2003-08-27 07:15:37 +00:00
Joe Marcus Clarke
d7d9518fb3 Grrr...actually up the PORTVERSION. 2003-08-26 21:46:45 +00:00
Sean Chittenden
12c7a2a2aa Update tla (C arch client) to use GNU's patch (gpatch).
Submitted by:	Curtis.Dunham@alltel.com
Obtained from:	arch-users mailing list
2003-08-26 21:38:09 +00:00
Joe Marcus Clarke
3110276b5e Update to 2.2.3. 2003-08-26 21:23:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Kirill Ponomarev
56d10cf1b5 - Update to version 5.5.6
PR:		55999
Submitted by:	Ports Fury
2003-08-26 18:44:20 +00:00
Mathieu Arnold
a5790aa572 Update to 0.04
clean DEPENDS

Approved by:	demon (mentor)
2003-08-26 15:55:19 +00:00
Mathieu Arnold
952cde7303 Update to 0.06
Approved by:	demon (mentor)
2003-08-26 15:54:23 +00:00
Lev A. Serebryakov
83c701c12a Some fixes in target. 2003-08-26 13:31:54 +00:00
Kirill Ponomarev
cc1c598550 - Update to version 0.5
- Use DOCSDIR macro

PR:		55974
Submitted by:	maintainer
2003-08-26 06:15:42 +00:00
Alexander Nedotsukov
81e8b8d242 Update to 1.3.6
Approved by: marcus (mentor)
2003-08-25 23:39:08 +00:00
Alexander Nedotsukov
8e7ab12f85 Update to 2.1.0
Approved by: marcus (mentor)
2003-08-25 23:37:01 +00:00
Alexander Nedotsukov
0e88345a28 Update to 1.3.3
Approved by: marcus (mentor)
2003-08-25 23:35:02 +00:00
Alexander Nedotsukov
c644da13d2 Update to 1.3.7
Approved by: marcus (mentor)
2003-08-25 23:33:45 +00:00
Kirill Ponomarev
7a950ce21f - Update to 0.26 (fixes several minor bugs), see NEWS for
details

PR:		55970
Submitted by:	maintainer
2003-08-25 20:30:51 +00:00