Commit graph

11001 commits

Author SHA1 Message Date
Jeremy C. Reed
51729bc70e Import xf86vidmodeproto package.
This provides the XF86VidMode extension headers from modular X.org X11
project.
2005-11-10 01:49:53 +00:00
Jeremy C. Reed
7221bd161f Import xf86miscproto package.
This provides the XF86Misc extension headers from modular X.org X11
project.
2005-11-10 01:40:39 +00:00
Jeremy C. Reed
06652c4ae7 Import package: damageproto
This provides the Damage extension headers from modular X.org X11
project.
2005-11-10 01:39:50 +00:00
Jeremy C. Reed
f54e9faf41 Import renderproto package.
This provides the Render extension headers from modular X.org X11
project.
2005-11-10 01:38:51 +00:00
Jeremy C. Reed
e42c02e949 Import randrproto package.
This provides the Randr extension headers from modular X.org X11
project.
2005-11-10 01:38:01 +00:00
Jeremy C. Reed
7c3de7862f Import libdrm. Needed for modular X.org xorg-server.
A library that provides a userspace interface to kernel DRM
services.  No X11 libraries are needed.

TODO:
What is DRM? Improve the DESCR.

Where is the homepage? Maybe http://dri.sf.net ??

What category should this be in?
2005-11-10 01:36:37 +00:00
Jeremy C. Reed
cfd1637eec Import new package: xf86driproto.
This provides the XF86DRI extension headers from modular X.org X11
project.

The headers contain the types and functions that define the interface
between a DRI (direct rendering infrastructure) driver and driver
loader.
2005-11-10 01:33:40 +00:00
Jeremy C. Reed
93c0713f98 Import new package: fixesproto
This provides the Fixes extension headers from modular X.org X11
project.
2005-11-10 01:32:41 +00:00
Miles Nordin
f0d4fd159d FreeBSD 6.0 fixes 2005-11-10 00:16:01 +00:00
Thomas Klausner
11f92c2a5d Fix build on NetBSD (no OF macro in zlib.h). 2005-11-09 23:41:51 +00:00
Leonard Schmidt
ba5a8fc310 BMPx 0.12.3 "Zeta":
- The media library dialog is back and better than ever: live updating
  at runtime when adding new music, using the libhrel backend. We're also
  preparing to move to the new data structures and widgets which will get
  us much closer to be independent of a specific GUI system (in our current
  case, Winamp2-style UI), and we're going to start on working on the SVG
  skinning system. The media library system still has its quirks, but the
  basic foundation is very sane and open for any future possible ways of
  extending and improving it (current media library is just a facet that you
  see of what the current system can do).
- The "Library" category was moved out of the preferences window and all
  library controls are now to be found in the Music Library dialog
  (which you can invoke e.g. by using "Add from Library...").
- Drag'n'Drop into the Playlists area is now possible with all container
  formats, and not only folders; that is, all for which there is a container
  plugin (which currently are: folder, m3u, pls and xspf).  That means like,
  just drop an M3U or XSPF into the Playlists area and it'll create a new
  tracklist out of it with its contents.
- A few translations got updated (e.g.  French and Greek).
- The build system was made fully POSIX shell compliant without any need for
  bash-specifics.
- Versioning was added to the metadata on-disk cache storage, so at subsequent
  updates and incompatible changes of the format BMPx will not crash anymore,
  yet it will, though, discard your current cache/library, in which case you
  might have to re-load it.
2005-11-09 21:35:15 +00:00
Miles Nordin
b8c700197f build under FreeBSD 6.0 2005-11-09 19:50:17 +00:00
Iain Hibbert
03443fed87 provide header files not in NetBSD 2005-11-09 19:00:27 +00:00
Emil Sköldberg
e1f6c89f92 Added givaro. 2005-11-09 11:43:14 +00:00
Emil Sköldberg
63e9172e42 Givaro is a C++ library for arithmetic and algebraic computations. Its
main features are implementations of the basic arithmetic of many
mathematical entities: Primes fields, Extensions Fields, Finite
Fields, Finite Rings, Polynomials, Algebraic numbers, Arbitrary
precision integers and rationals (C++ wrappers over gmp) It also
provides data-structures and templated classes for the manipulation of
basic algebraic objects, such as vectors, matrices (dense, sparse,
structured), univariate polynomials (and therefore recursive
multivariate). It contains different program modules and is fully
compatible with the LinBox linear algebra library and the Athapascan
environment, which permits parallel programming.
2005-11-09 11:22:05 +00:00
Antoine Reilles
64afe74658 convert to use tex.buildlink3.mk 2005-11-09 09:31:34 +00:00
Antoine Reilles
b9a93ce94d convert to use tex.buildlink3.mk 2005-11-09 09:14:15 +00:00
Martti Kuparinen
463baf6ab2 Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:11:51 +00:00
Leonard Schmidt
766bb6e6ff WARN: Makefile:23--26: Trailing white-space.
Fixed.
2005-11-08 21:38:53 +00:00
Leonard Schmidt
e1705ce9db - Support for ${PKGMANDIR}.
- Install configuration files under ${PREFIX}/share/examples.
- Removed the post-build hack to uncompress the man page and added
  MANCOMPRESSED.
- Added USE_LANGUAGES=c++ since it is written in C++.
- Updated patch-aa to honor BSD_INSTALL_*.
- In the package's Makefile, don't substitute /etc/highlight with
  ${PREFIX}/etc/highlight but ${PKG_SYSCONFDIR}.
2005-11-08 21:17:32 +00:00
Iain Hibbert
739cf18921 add hcidump to Makefile 2005-11-08 21:04:28 +00:00
Iain Hibbert
c22b314e33 Initial import of FreeBSD hcidump utility for NetBSD. This was originally an
older version of bluez-hcidump which is already in wip, but the bluez version
has evolved out of sight and its too much work to make it compile.

HCIdump reads raw HCI data coming from and going to a Bluetooth device and
prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and the dump
file can be parsed in a subsequent moment.

Incidentally you probably wont be able to get this to compile either as you
wont have the header files that I havent finished writing although they can 
be found at "http://homepages.rya-online.net/plunky/netbt.html" along with a
preliminary start on a bluetooth protocol stack for NetBSD. I just want to make
this available for now.
2005-11-08 21:01:19 +00:00
pancake ;)
e27c2a6f25 initial import of ezstream:
DESCR:
======
ezstream is a command line utility which is a improved version of the old
"shout" utility.  It enables you to stream mp3 or vorbis files to an icecast
server without reencoding and thus requires very little CPU.  ezstream is
controlled via a XML config file (a few examples are provided in the conf
directory).

ezstream can stream mp3, ogg vorbis, and ogg theora files as well as reading
from stdin. ID3v1 tags are supported in mp3 files and all ogg vorbis tags are
propagated as metadata as well.
2005-11-08 20:31:31 +00:00
Leonard Schmidt
3d4dc6d9a9 Fix HOMEPAGE. 2005-11-08 14:09:36 +00:00
Leonard Schmidt
c2032d7be3 Add mednafen (while here, also add cb2bib, highlight and moe). 2005-11-08 14:04:26 +00:00
Leonard Schmidt
2b7ebafbc1 Mednafen is a portable, utilizing OpenGL and SDL, command-line-driven
multi-system emulator with many advanced features. The Atari Lynx, GameBoy,
GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx
are emulated.

Mednafen has the ability to remap hotkey functions and virtual system inputs
to a keyboard, a joystick, or both simultaneously. Save states are supported,
as is real-time game rewinding. Screen snapshots may be taken at the press of
a button, and are saved in the popular PNG file format.

Mednafen is distributed under the terms of the GPL.

Due to the threaded model of emulation used in Mednafen, and limitations of
SDL, a joystick is preferred over a keyboard to play games, as the joystick
will have slightly less latency, although the latency differences may not be
perceptible to most people.
2005-11-08 14:02:49 +00:00
Geert Hendrickx
014b9d053e Opera needs openmotif only for plugins, hence the openmotif dependency is in
the www/opera-plugins package.  See PR#31882.
2005-11-08 13:46:37 +00:00
Leonard Schmidt
2683f8aa9e Fixed PKGNAME, noted by Thomas Klausner. 2005-11-08 11:23:44 +00:00
Leonard Schmidt
f22ccec95c Use right version number. 2005-11-08 11:22:25 +00:00
Martti Kuparinen
87dbd2bef6 Move PKGREVISION after DISTNAME 2005-11-08 10:55:11 +00:00
Geert Hendrickx
21cf065bdc Add cripple. 2005-11-08 10:22:41 +00:00
Geert Hendrickx
5c7cce0e25 Cripple is a simple command line CD ripper wrapper. It uses audio/cdparanoia,
misc/libcdio or sysutils/cdrecord to rip, and audio/lame or audio/bladeenc to
encode tracks from a CD.

Cripple retrieves naming information for filenames and ID3 tags from the freedb
(CDDB) or local xmcd/CDDB format files, which it can write.  CDDB access is
implemented via HTTP and works through proxies.  There is built-in support for
writing ID3v1.1 tags to output files.

Note: for this package to be useful, you will have to install at least one of
the above rippers and encoders.  (It will use cdparanoia and lame by default.)
2005-11-08 10:19:49 +00:00
Yoshito Komatsu
bf460a141c Use LOCALBASE.
Use REPLACE_PERL.
2005-11-08 02:01:39 +00:00
Thomas Klausner
c2bf0a78d0 20051105 out. 2005-11-07 22:51:08 +00:00
Yoshito Komatsu
e88ff79f6f Fix hardcoded paths.
Use CONF_FILES.
2005-11-07 18:21:58 +00:00
Emil Sköldberg
034182c2d7 Added cpphs. 2005-11-07 17:06:40 +00:00
Emil Sköldberg
3ca2b0b784 cpphs is a liberalised re-implementation of cpp, the C pre-processor,
in Haskell. This version of cpp is pretty-much feature-complete, and
compatible with the -traditional style. It has two main modes:

    * conditional compilation only (--nomacro),
    * and full macro-expansion (default).
2005-11-07 17:04:20 +00:00
Emil Sköldberg
6f70430a4e Added cabal. 2005-11-07 16:57:12 +00:00
Emil Sköldberg
1fd70f4a1a The Haskell Cabal is is the Common Architecture for Building
Applications and Libraries. It is a framework which defines a common
interface for authors to more easily build their applications in a
portable way. The Haskell Cabal is meant to be a part of a larger
infrastructure for distributing, organizing, and cataloging Haskell
Libraries and Tools.

Specifically, the Cabal describes what a Haskell package is, how these
packages interact with the language, and what Haskell implementations
must to do to support packages. The Cabal also specifies some
infrastructure (code) that makes it easy for tool authors to build and
distribute conforming packages.
2005-11-07 16:51:51 +00:00
Martti Kuparinen
936b939921 Make pkglint happy 2005-11-07 15:07:55 +00:00
Martti Kuparinen
a25df8d950 First working version?! You can try this by running xcon
on your domain-0.
2005-11-07 15:06:46 +00:00
Martti Kuparinen
2d70095cf6 Fixed hardcoded paths 2005-11-07 14:14:16 +00:00
OBATA Akio
ad4ca1bb0d Use ${RUBY} instead of 'ruby'.
Now make build & test OK even if lang/ruby isn't installed.
2005-11-07 13:36:24 +00:00
OBATA Akio
88542f6110 No need to specify MASTER_SITES. 2005-11-07 13:07:59 +00:00
OBATA Akio
1f5a94a7c1 * No need to specify MASTER_SITES.
* Specify test target.
2005-11-07 13:04:14 +00:00
OBATA Akio
8e43d53d31 add LDFLAGS for C++ API lib. 2005-11-07 13:01:57 +00:00
Martti Kuparinen
333fff5f86 Moved to pkgsrc. 2005-11-07 12:06:26 +00:00
Martti Kuparinen
7c1fa6043d Moved to pkgsrc:
* p5-Curses-UI
* p5-Curses-UI-POE
* p5-Term-Size
* p5-Data-Table
* p5-POE-Component-SNMP
* p5-Sys-CpuLoad
2005-11-07 12:03:21 +00:00
Martti Kuparinen
3387203c3e Moved to pkgsrc 2005-11-07 12:02:00 +00:00
Martti Kuparinen
2a9fef154d Use pkgsrc instead of wip 2005-11-07 11:52:47 +00:00