Commit graph

3887 commits

Author SHA1 Message Date
gehenna
f45691f9a4 cvsync-0.16.1 is out.
ChangeLog:
2003-03-27  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.16.1 is out.

        * mk/*.mk
          Make compile on cygwin completely.
2003-03-26 17:39:52 +00:00
wiz
ee75b8c8c1 libsmpeg is linked against libintl, so include gettext-lib's buildlink2.mk
to avoid build failures from packages using this package.

Debugged by Quentin Garnier, thanks!
2003-03-26 14:34:34 +00:00
gehenna
69ff4b39ce cvsync-0.16.0 is out.
ChangeLog:
2003-03-26  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.16.0 is out.

        * Scanfile (server)
          The empty scanfile is acceptable.

        * The symbolic link is fully supported.
          Client: Never follow the symbolic link.
          Server: If 'nofollow' is specified in a 'collection' section,
                  don't follow the symbolic link.
                  The default is off, i.e. follow the symbolic link.
2003-03-26 08:23:39 +00:00
gehenna
44dfdcae66 cvsync-0.15.2 is out.
ChangeLog:
2003-03-25  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.2 is out

        * mk/*.mk
          Make compile on cygwin (cvscan/rcscan/rcscmp only).
          cvsync{,d} depends on the existence of getaddrinfo()/getnameinfo().
          The latest cygwin (1.3.22-1) doesn't have these APIs, so can't
          compile them yet.
2003-03-25 16:47:13 +00:00
gehenna
3ccc921661 cvsync-0.15.1 is out.
ChangeLog:
2003-03-24  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.1 is out

        * Scanfile (server)
          Implement the experimental server-side scanfile feature.

        * REMARK: the Performance
          When the scanfile feature is enabled on both server/client,
          the update procedure is done in 3sec (best) - 40min (worst).
2003-03-25 01:05:42 +00:00
taca
60fd184849 Update ruby-mode package to 1.6.8, based on ruby 1.6.8.
This is miscellous bug fixes.  See ChangeLog file in ruby-base package
in detail.
2003-03-24 15:07:26 +00:00
taca
9a8ecd1eba Update ruby-readline package to 1.6.8, ruby 1.6.8 base.
Change is checking stdin is really terminal and if not raise exception.
2003-03-24 14:58:59 +00:00
grant
3448f5ad50 use config.h and friends in man/tgexinfo2man.c, fixes build on
FreeBSD 5 where malloc.h exists but should not be used.
2003-03-24 00:06:57 +00:00
seb
414552782d Cvs' IPv6 patch does not like Solaris 8's getaddrinfo().
So disable IPv6 support on this system.
2003-03-23 19:16:48 +00:00
grant
82f8b345ab switch order of patching autoconf.texi and autoconf.info so that
the build process doesn't try and fail to rebuild autoconf.info.

noted by jmc.
2003-03-23 11:46:43 +00:00
jmmv
fc675ae0c8 Fix build on Darwin, using patch in PR pkg/20396 by Yves de Champlain. 2003-03-22 11:35:44 +00:00
wiz
e21108c56c Remove obsolete "-y" flag from sort call; bump PKGREVISION.
Patch from Istvan Marko in PR 19425.
2003-03-22 06:05:26 +00:00
wiz
f4c18062d8 Make sure installed examples are readable not only by root.
Addresses PR 20797. Bump PKGREVISION.
2003-03-22 04:43:17 +00:00
wiz
809d3eb046 Update to 1.0.7, from Miguel Mendez in PR 20749.
Changes: bug fixes.
2003-03-22 03:22:57 +00:00
wiz
2086b68365 Update MASTER_SITES and HOMEPAGE. Use zip distribution instead
of strange tarball. From Nick Cuccia in PR 20384.
2003-03-22 02:18:39 +00:00
jmmv
2447024089 Add and enable z80-asm. 2003-03-20 19:35:23 +00:00
jmmv
05e5e5ae61 Initial import of z80-asm, version 1.0:
z80-asm is a double pass compiler of the Z80 CPU assembly language.
It supports almost all of the Z80 opcodes and functionality that
commercial Z80 assemblers have.  This package also contains an
interactive Z80 disassembler.  This program suite was written by
BrainSoft.

Package provided in PR pkg/20099 by Douwe Kiela with some changes by me.
2003-03-20 19:33:45 +00:00
kristerw
f2e08268fb Update autogen to 5.5.3.
Changes since 5.5.2 include:
* AutoOpts' usage procedure has been enhanced to produce either AutoOpts
  standard usage or usage that looks more like current GNU practices.
  The latter provides less information and help.
* I32LPx behavior has improved.  Don't think I can call it "industrial
  strength" just yet, tho.
2003-03-19 18:50:51 +00:00
jschauma
62903db4be Add/enable eclipse 2003-03-19 16:11:11 +00:00
jschauma
f088eccccc Initial import of devel/eclipse:
Eclipse is an open source software development project dedicated to providing
a robust, full-featured, commercial-quality, industry platform for the
development of highly integrated tools. It is composed of three projects, the
Eclipse Project, the Eclipse Tools Project and the EclipseTechnology Project,
each of which is overseen by a Project Management Committee (PMC) and governed
by its Project Charter. Each project is composed of its own subprojects and is
licensed under the CPL version 1.0.


This package is a bit interesting in that it's a java application, which can
be built on NetBSD using one of the sun-jdk's, but then gives runtime errors.
However, installing the application built on a Linux machine under
NetBSD will work just fine.  Seems to work only with sun-jdk13.  Thus I placed
a build of eclipse from Linux in ftp, from where it can be installed using
this package.
2003-03-19 16:09:29 +00:00
jmmv
07ada1cbd5 Fix linkage problem: LDFLAGS was not properly set, so rpaths for X11 were lost.
Use LIBTOOL_OVERRIDE.  Sort USE_BUILDLINK2 to avoid pkglint warnings.
2003-03-18 17:00:37 +00:00
grant
bd9fb58bec fix USE_INET6 and KERBEROS conditionals, allowing this to build with
IPv6 support on FreeBSD and probably others.

bump PKGREVISION for user-visible changes.
2003-03-18 15:29:48 +00:00
gehenna
b62ecb4dc5 cvsync-0.15.0
ChangeLog:

2003-03-18  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.0 is out

        * Improve the performance and stabilities with scanfile features.

        * Signal Handling (client)
          When SIGINT or SIGTERM is received, the client process stop and
          the scanfile is updated if it's enabled.

        * Improve English (Thanks hrs AT FreeBSD DOT org!)

2003-03-15  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * mk/base.mk, mk/pthread.mk (FreeBSD/Solaris)
          Clean up compiler/linker options.
2003-03-18 01:26:59 +00:00
jmmv
566d9afee3 s/PKGBASE/PKGNAME/ (gives more information, and looks better ;) 2003-03-17 17:46:49 +00:00
mjl
dd266c19ab Update p5-Date-Calc to 5.3 (old version no longer on CPAN)
+  Simplified the error message handlers in "Calc.xs".
 +  Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1.
 +  Fixed the broken tests in "t/f034.t" and "t/m006.t".
 +  Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2.
 +  Integrated modifications needed for MacOS / MacPerl.
 +  Added new method "normalize()" (Date::Calc::Object).
 +  Added a new test script "t/m011.t" for "normalize()".
 +  Added a calendar profile for Mexico (Date::Calendar::Profiles).
 +  Little additions to and corrections of the documentation (Date::Calc).
 +  Added Polish (Date::Calc) and a calendar profile for Poland.
 +  Added Hungarian (Date::Calc).
 +  Added some more commemorative days to the profile of Brazil.
2003-03-16 15:42:14 +00:00
mjl
b43596ea3b Update p5-Bit-Vector to 6.3 (old version no longer available on CPAN)
+  Added "Create_List()" and "GCD2()" in "BitVector.c".
 +  "new()" now can optionally return a list of bit vectors.
 +  "GCD()" now can optionally return the two integer factors
    "x" and "y" for the linear combination of its input values
    "a" and "b" so that gcd(a,b) = x * a + y * b.
 +  Changed the test files "t/01________new.t" and "t/09_parameters.t"
    as well as the documentation accordingly.
 +  Added a new test file "t/17________gcd.t".
 +  Further simplified the error handlers in "Vector.xs", making the
    resulting object library file substantially smaller (about 20%!)
    and thus faster to load.
 +  Fixed missing "\" in regular expression in "t/00____version.t".
 +  Overhauled the error handlers in "BitVector.c" and "Vector.xs".
 +  Added a demo "examples/test.c" to play around with the C library.
 +  Attempted to fix all compiler warnings.
 +  Fixed a problem in test "t/01________new.t" with Perl using
    64 bit integers; now contains "use integer;" to avoid failure.
 +  Synchronized "Carp::Clan" and "ToolBox.h" with "Date::Calc" 5.2.
 +  Revealed common method aliases (Or, And, etc.) in the documentation.
 +  Fixed GCD(), now GCD(z,0) == GCD(0,z) == z and negative values
    are handled correctly.
2003-03-16 15:39:05 +00:00
wiz
969ad6a6d0 Update to 0.98.36, provided by Juan RP in PR 20712.
* Update rdoff - librarian/archiver - common rec - docs!
* Fix signed/unsigned problems.
* Fix JMP FAR label and CALL FAR label.
* Add new multisection support - map files - fix align bug
* Fix sysexit, movhps/movlps reg,reg bugs in insns.dat
* "Q" or "O" suffixes indicate octal
* Support Prescott new instructions.
* Cyrix XSTORE instruction.
2003-03-15 16:15:12 +00:00
jschauma
2bbe0caaa3 Debian GNU/Linux does not use libtermcap, so on those systems we need
to take out ' -ltermcap ' and instead use ncurses.  All other systems
remain unaffected.
2003-03-14 23:53:01 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
gehenna
dcdc32be8c cvsync-0.14.5 is out
ChangeLog:

2003-03-15  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.14.5 is out

        * Scanfile (client)
          Even if very deep unnecessary directories exist on the local disk,
          works properly.

        * doc/FAQ
          Add one item.

                Q. How do I compile/install your tools?
                A. Just type 'gmake'/'gmake install'.

2003-03-11  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * sock_select @ common/network.c
          Wake up the server listening thread in every seconds.

        * Signal Handling (server)
          If SIGINT or SIGTERM is received, reject new connections and
          the finialization procedure will be deferred until all running
          cvsync threads are done.

        * Signal Handling (client) - well known bug
          If SIGINT or SIGTERM is received, never stop. Please issue SIGKILL.
2003-03-14 17:11:12 +00:00
jschauma
556dfd66a9 More updates from Mesa:
As with the Makefiles, only include Mesa's buildlink when necessary,
otherwise include MesaLib's and/or glu's buildlink.
2003-03-12 22:07:27 +00:00
jmc
f8c2e7fc64 This doesn't appear to be broken any longer. It requires at least Mesa 3.4.2
and has also been confirmed to work on 3.3 (which is what ships with XF4.2.x)
2003-03-12 06:54:56 +00:00
markd
aa7a252435 Update KDE to 3.1.
Many bugfixes and functionality enhancements including:

kdesdk

 KBugBuster
    Adapted KBugBuster to the new Bugzilla based KDE bug tracking system.
    Implemented Bookmarking support for Bug reports.
    Changing view settings no longer requires a reload.
    Added toolbar
 KBabel
    Automatic update of Project-Id-Version
    Possibility to specify localized translator name
    Validation & highlighting of XML
    Save special (the settings can be changed for the particular save)
    KDE specifics added to rough translation (e.g. only add a new translator
    in TRANSLATORS)
    Load/Save markings in Catalog Manager
    Navigation bar in Catalog Manager
    Mail PO-file
    Tag structure tool
    Rough translation in catalog manager
    Automatic update of PO header comment
    Show source code
    Spellchecking in multiple files
 Cervisia: made hardcoded colors configurable.
2003-03-11 13:30:40 +00:00
gehenna
5c7465e35f cvsync-0.14.4 is out.
From ChangeLog:

2003-03-10  MAEKAWA Masahide  <maekawa@daemon-systems.org>

	* 0.14.4 is out

	* common/hash.h, mk/hash.mk, mk/pthread.mk
	  make compile on Red Hat Linux 7.2 with/without OpenSSL.

	* Fix typos and missing headers.

2003-03-09  MAEKAWA Masahide  <maekawa@daemon-systems.org>

	* doc/FAQ
	  Add one item.

		Q. Are these tools stable?
		A. If you think so, they are stable.

	* mk/pthread.mk (FreeBSD/NetBSD/OpenBSD specific)
	  Use -pthread (LDFLAGS) instead of -lpthread or -lc_r (LIBS).
	  (noticed by naddy AT OpenBSD DOT org and slightly modified)

	* common/filetypes.h
	  Some file types are reserved.
		B : block special
		C : character special
		L : hard link
		S : symbolic link
2003-03-11 03:13:14 +00:00
seb
ed7bae196b Update to gdb version 5.3.
Extract of changes below.

*** Changes in GDB 5.3:

* GNU/Linux shared library multi-threaded performance improved.

* ``gdbserver'' now supports multi-threaded applications on some targets

* GDB now supports C/C++ preprocessor macros.

* Multi-arched targets.
DEC Alpha (partial)                             alpha*-*-*
DEC VAX (partial)                               vax-*-*
NEC V850                                        v850-*-*
National Semiconductor NS32000 (partial)        ns32k-*-*
Motorola 68000 (partial)                        m68k-*-*
Motorola MCORE                                  mcore-*-*

* New targets.
Fujitsu FRV architecture added by Red Hat       frv*-*-*

* New native configurations
Alpha NetBSD                                    alpha*-*-netbsd*
SH NetBSD                                       sh*-*-netbsdelf*
MIPS NetBSD                                     mips*-*-netbsd*
UltraSPARC NetBSD                               sparc64-*-netbsd*

* OBSOLETE configurations and files
Mitsubishi D30V                                 d30v-*-*
OS/9000                                         i[34]86-*-os9k
IBM AIX PS/2                                    i[3456]86-*-aix
Fujitsu FR30                                    fr30-*-elf*
Motorola Delta 88000 running Sys V              m88k-motorola-sysv  or  delta88
Argonaut Risc Chip (ARC)                        arc-*-*
i386 running Mach 3.0                           i[3456]86-*-mach3*
i386 running Mach                               i[3456]86-*-mach*
i386 running OSF/1                              i[3456]86-*osf1mk*
HP/Apollo 68k Family                            m68*-apollo*-sysv*,
                                                m68*-apollo*-bsd*,
                                                m68*-hp-bsd*, m68*-hp-hpux*
I960 with MON960                                i960-*-coff

* OBSOLETE languages
CHILL, a Pascal like language used by telecommunications companies.

* REMOVED configurations and files

AMD 29k family via UDI                          a29k-amd-udi, udi29k
A29K VxWorks                                    a29k-*-vxworks
AMD 29000 embedded, using EBMON                 a29k-none-none
AMD 29000 embedded with COFF                    a29k-none-coff
AMD 29000 embedded with a.out                   a29k-none-aout

testsuite/gdb.hp/gdb.threads-hp/                directory

* New command "set max-user-call-depth <nnn>"

* Changes in FreeBSD/i386 native debugging.

Support for the "generate-core-file" has been added.

* New commands "dump", "append", and "restore".

* Improved "next/step" support on multi-processor Alpha Tru64.
2003-03-10 23:50:48 +00:00
jmc
bcdbfdcf2f Instead of a base -R in the link line use _OPSYS_RPATH_NAME instead 2003-03-10 04:08:21 +00:00
jschauma
a121c1d5aa Mark curses on IRIX as incompatible just to be sure. 2003-03-10 03:27:59 +00:00
jschauma
77dbcbc11a Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:10:35 +00:00
jmc
9617179b08 Remove this...Due to unclear Packages.txt even though BUILD_DEPENDS is in
buildlink2 evidently we're not supposed to use it that way..
2003-03-08 22:24:36 +00:00
jmc
1ad9075a0d Add a buildlink2 script for bison 2003-03-08 21:37:47 +00:00
rh
90da9d948c Update gtkdiff to 1.8.0.
New in 1.8.0:
* diff3(1) support. No directory diff3 support yet.
* -o option to specify a merge output file.
* Improved keyboard navigation (PageUp and PageDown).
* Bug fixes.
* ~/.gnome/gtkdiff file has been changed.
  The previous version might crash with a new file.
  This version works with a previous file.


New in 1.7.0:
* Highlight selected region.
* Search feature in directory view.
* Directory view's functions are improved.
* Merge UI is improved a little. Click to select, one more click to insert.
* diff(1) -s option support.
* check sum support. (using cksum(1) or sum(1))
* Bug fixes.
2003-03-08 21:03:15 +00:00
gehenna
faaaa9fc13 0.14.3 is out
* mux_flush_out @ common/mux.c
          fix a bug to call pthread_cond_wait() before locking the mutex.
2003-03-08 14:41:48 +00:00
gehenna
b74ffdfc17 cvsync-0.14.2 is out. 2003-03-08 06:58:44 +00:00
jlam
a0020ab00f Use BUILDLINK_LIBICONV_LDADD instead of hard-coding "-liconv". This should
fix the problem where gettext-lib on certain OSes that already have iconv
functions in libc don't need to link against libiconv.
2003-03-07 05:59:48 +00:00
grant
9721d61242 bz2 -> gz 2003-03-07 05:41:13 +00:00
grant
2a70b2b93d don't use .bz2 distfile, as it doesn't appear to exist on various
mirrors.
2003-03-07 05:34:30 +00:00
jmc
6ba2042c87 Port this to powerpc. Already did it once based on lang/clisp including this
code so base the port off of those patches. Passes all tests via make check
2003-03-06 23:50:51 +00:00
jmc
4172cf6d8b Update Makefile.in patch to include -Wl directives if using libgc from $PREFIX 2003-03-06 23:03:22 +00:00
wiz
e2a9971584 Remove PKGREVISION (should be reset on updates), fix comment,
and remove superfluous WRKSRC setting to its default.
2003-03-06 13:31:05 +00:00
gehenna
a679f0bcf7 cvsync-0.14.1 is out.
All chages in pkgsrc are merged.
2003-03-06 13:15:48 +00:00