Commit graph

7859 commits

Author SHA1 Message Date
jlam
c6c0c1caa2 Update gindent to 2.2.2. Changes from 2.2.0:
Release notes for GNU indent version 2.2.2, September 1999

* Added support for win32 (need VC++)

* Indent was sometimes adding a blank line at the top of an indented
  file when indenting multiple files at once.  This bug has been fixed.

Release notes for GNU indent version 2.2.1, September 1999

* Indent got confused when a function declaration contained an enum
  and did not contain a colon before using a '{' inside the function.

  enum foobar		<-- returns enum
  func (enum foobar)	<-- or uses an enum as parameter
  {
    if (1)
      {			<-- uses '{' before any ';' was used
       func (1);}	<-- fails here
       ... etc.

* A new option to stop `make' from rebuilding your whole project
  after running `indent':

  -pmt, --preserve-mtime :
     Preserve modification time on output files.

* Backup files now keep the same modification time as the
  original.

* New -c++, --c-plus-plus option to allow better C++ formatting:
  Recognizes C++ keywords, including the GNU extension operators <?= and >?=.
  (Patch by Malekith <malekith@topnet.pl>)
  Note: In general C++ still does NOT work!

* EBCDIC charset support for BS2000/POSIX (Siemens mainframe OS).
  Contributed by <Martin.Kraemer@MchP.Siemens.De>.
1999-10-01 22:54:16 +00:00
kim
be104555f9 Oops. 1999-10-01 20:40:03 +00:00
kim
6026e0ee37 Add and enable logtime, roller and sh-utils. 1999-10-01 20:34:02 +00:00
kim
63deddcd95 Another tool to roll your logs. 1999-10-01 20:33:33 +00:00
kim
2c71d3d16e Output the current time in an easily parsed "standard" format. 1999-10-01 20:32:49 +00:00
kim
40ab056175 GNU sh-utils (shell utilities). 1999-10-01 20:29:39 +00:00
tron
30de413d1a Add missing build dependences on "perl" package and use correct path
"${LOCALBASE}/bin/perl" to execute the binary.

Problem noted by Mario Kemper in private e-mail.
1999-10-01 18:43:18 +00:00
drochner
14a23855ad update to tgif-4.1.21
bugfixes only - no functional changes
1999-10-01 18:28:42 +00:00
dmcmahill
0275e14af4 fix bad patch-sum 1999-10-01 17:11:54 +00:00
dmcmahill
fe4bb072fe - added missing -Wl,-Rpath for the X11 libraries
- fixed program version number reported when spice is run to make it consistent
  with the version of the program.
- several patches to fix compilation warnings due to missing header files and
  some inconsistent variable types.
- broke out previous patch-aa which patched several files into 1 patch per file.
- fixed some code which returned the address of a local char array variable.
- added GNU readline support (a huge improvement in the interface)
- changed USE_X11BASE to USE_X11.  No reason to install into X11BASE.
- removed 'x' target from package Makefile
1999-10-01 17:05:14 +00:00
drochner
75a82ad848 add dx / dxsamples 1999-10-01 16:12:19 +00:00
drochner
41a777252f add kdemultimedia 1999-10-01 16:10:00 +00:00
drochner
68ef5a14e6 add kdetoys 1999-10-01 16:08:17 +00:00
drochner
3d44e5c0fb document USE_GIF 1999-10-01 15:14:50 +00:00
drochner
06d295b6ab allow to enable GIF support (which is disabled per default due to
licensing problems) with a make variable (USE_GIF)
1999-10-01 15:12:23 +00:00
fredb
64d39b82ad Add and enable wmx 1999-10-01 15:12:16 +00:00
fredb
5f28e3e43e Initial import of `wmx -- another window manager based on wm2'
submitted by Joachim Kuebart in PR pkg/8512
1999-10-01 15:10:23 +00:00
drochner
e9b84b86bb add cvs tag 1999-10-01 15:09:23 +00:00
drochner
3cc84769d1 example / tutorial files for graphics/dx 1999-10-01 11:32:15 +00:00
drochner
ea4f53d5ce add pkg for IBM / Open Visualization Data Explorer 1999-10-01 11:23:14 +00:00
drochner
dee33dff31 add kdetoys pkg 1999-10-01 11:11:36 +00:00
drochner
52f8ca4ce3 add kdemultimedia pkg 1999-10-01 11:10:28 +00:00
agc
99fc360d8a Regenerate patch checksum file. 1999-10-01 10:50:26 +00:00
agc
af79a5a32b Do this in a slightly smarter manner than the previous modification -
(only include md5c.o on Solaris)
1999-10-01 10:49:52 +00:00
agc
3d4e7af228 Correct PLIST - a directory was incorrectly masquerading as a file. 1999-10-01 10:34:29 +00:00
agc
26bca09eac Make this package compile on Solaris. 1999-10-01 10:31:57 +00:00
agc
c9695e5319 Remove blank line from end of PLIST segment 1999-10-01 10:11:03 +00:00
simonb
c9eff3e77a Regen. 1999-10-01 07:52:46 +00:00
simonb
50169ec28b Oops, forgot them RCS ids... 1999-10-01 07:49:19 +00:00
simonb
9599fc7b0e Spilt patches into one-file-per-patch-file, and make this work on
the pmax (and other mips ports) - all the world is not IRIX...
1999-10-01 05:09:14 +00:00
tron
15a0e5e1d9 Remove build dependence on "bison" package because the "configure" script
can be convinced to use NetBSD's "yacc" instead. Patch supplied by
David Rankin in PR pkg/8516.
1999-09-30 17:35:21 +00:00
explorer
ad52b2d955 lame-gui, uses GTk for (currently) analysis screens, but I believe there
are plans to make it a full GUI-based critter.
1999-09-30 16:44:58 +00:00
explorer
14012a16fb upgrade lame to 3.31beta, and add support for the gui (disabled, used by lame-gui pkg) 1999-09-30 16:41:05 +00:00
bouyer
1a3f8db7b0 Don't attempt to rebuild binaries and dictionaries at each run, but only when
-makeonly or -makedict was specified.
While I'm there add the patch-sum file I forgot yesterday.
1999-09-30 15:24:55 +00:00
agc
f0f779519e Make this package work on Solaris. 1999-09-30 15:21:55 +00:00
bouyer
e810434e2c Create /usr/pkg/crack more 0700. 1999-09-30 15:20:37 +00:00
dmcmahill
0bbf6ad243 add & enable spiceprm 1999-09-30 15:15:00 +00:00
dmcmahill
1baf4d2fec Import spiceprm-0.11 package.
A Spice preprocessor for parameterized subcircuits
1999-09-30 15:13:25 +00:00
agc
4060325c77 Correct PLIST - 3 directories were incorrectly listed as files. 1999-09-30 13:49:41 +00:00
agc
e9c7aadf26 Update to version 1.3 of gensolpkg.
Change since previous version:

PLIST entries are checked, and any directories which are incorrectly listed
as files in the PLIST will now be treated as directories in the generated
prototype file.
1999-09-30 13:45:51 +00:00
msaitoh
72dd01f651 add PTL2-current-990622-patch-5 1999-09-30 13:15:09 +00:00
tron
2af3aab3aa Update "xchat" package to version 1.2.1: Changes since version 1.2.0:
- Fixed a bug in DCC resume.
- An ASCII 14 could confuse the client (zvt) - fixed.
- Fixed a small mem leak in Perl timeout events.
- Updated docs (AGL).
1999-09-30 10:21:43 +00:00
jlam
d8e215a43d Change version number back to 1.1.25. I accidentally committed part of
very unfinished work.
1999-09-30 10:06:39 +00:00
agc
a0fb635dab Make this package work on Solaris again. 1999-09-30 08:21:51 +00:00
tron
32abcb6e48 Fix incorrect filenames in patch files. 1999-09-30 07:50:00 +00:00
tron
38d61a5a8b Sync. 1999-09-30 07:19:52 +00:00
tron
cdb4067b43 Fix incorrect filename in patch file. 1999-09-30 07:10:22 +00:00
sakamoto
6d391544f2 Update dependency on kakasi-2.3.0 1999-09-30 05:55:53 +00:00
sakamoto
3d2b9ea2ed Update namazu to v1.3.0.10
[1999-08-31]
	* Fix a bug of locking mechanism in mknmz. [namazu 958]
1999-09-30 05:51:08 +00:00
sakamoto
5ca9b699ff Update kakasi to 2.3.0
integrate wakachi patch.
	use autoconf/automake/libtool.
	fix minor bug.
Change HOMEPAGE to http://kakasi.namazu.org/
MASTERSITE to ftp://kakasi.namazu.org/pub/kakasi/.
1999-09-30 05:49:41 +00:00