Commit Graph

817 Commits

Author SHA1 Message Date
brad
2f7bc4bdb6 make use of libiconv 2001-05-07 22:41:42 +00:00
obecian
73a7f8792a add stubs for
+ guilib
+ sdl-image
+ sdl-mixer
+ sdl-net
+ sdl-ttf
2001-05-07 04:19:04 +00:00
obecian
77592f39e6 sdl-ttf-1.2.2 import
--
This library is a wrapper around the excellent FreeType library.
2001-05-07 04:16:33 +00:00
obecian
988e5f020d sdl-net-1.2.0 import
--
This is a small sample cross-platform networking library, with a
sample chat client and server application. The chat client uses the
GUIlib GUI framework library.
2001-05-07 04:10:07 +00:00
obecian
ba288d1d99 sdl-image-1.2.0 import
This is a simple library to load images of various formats as SDL
surfaces.  This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA,
and TIFF formats.

API:
#include "SDL_image.h"

        SDL_Surface *IMG_Load(const char *file);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char
*type);

where type is a string specifying the format (i.e. "PNG" or "pcx").
Note that IMG_Load_RW cannot load TGA images.

An example program 'showimage' is included, with source in showimage.c
2001-05-07 04:08:40 +00:00
obecian
f1a090a62b sdl-mixer-1.2.0 import
--
SDL_mixer is a sample multi-channel audio mixer library. It supports
any number of simultaneously playing channels of 16 bit stereo audio,
plus a single channel of music, mixed by the popular MikMod MOD, Timidity
MIDI and SMPEG MP3 libraries.
2001-05-07 04:07:03 +00:00
obecian
438f51ae67 guilib-1.1.0 import
--
This is a very simple GUI framework, for use with SDL.
It is very flexible, but is by no means a complete windowing system.

It contains a C++ GUI class with a very rudimentary C interface,
and a set of useful widget classes.
2001-05-07 04:04:36 +00:00
lebel
0ae87f81fc devel: COMMENT is out, bump NEED_VERSION. 2001-05-06 00:12:42 +00:00
miod
56f49cf3d8 Use MACHINE_ARCH in PLIST instead of ARCH, to make m68k-based
architectures happy.
Found during the 2.9 m68k packages builds.
2001-05-05 23:53:46 +00:00
miod
898cf338e6 Use MACHINE_ARCH instead of ARCH to make m68k-based architectures
happy.
Problem found during the 2.9 packages builds, there is probably
a lot of instances of this. Porters, check your PLIST !
2001-05-05 23:52:24 +00:00
miod
b8eb7804ea Bump NEED_VERSION, for MACHINE_ARCH is used in PLIST. 2001-05-05 23:50:59 +00:00
fgsch
0fac6f1dfe Oops, forgot this. 2001-05-05 22:25:22 +00:00
fgsch
696041fecf - Integrate COMMENT.
- bump NEED_VERSION.
- Add HOMEPAGE.
2001-05-05 22:23:51 +00:00
camield
cea92579e2 PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:18:16 +00:00
obecian
fa4e583a9a add sdl and smpeg 2001-04-22 00:33:40 +00:00
brad
ae866d383f - shorten patches for configure/configure.in by not unnecessarily changing
pthreads flags for other OS's that have nothing todo with compilation on
OpenBSD.
- change linker flag from "-Wl,-R" to "-Wl,-rpath," so that this will
possibly even get through a compile on our ELF archs (tested on sparc, not
tested on an ELF arch but this is definately a first step in the right
direction).
--
Ok'd by: maintainer
2001-04-21 15:37:57 +00:00
brad
28b0285785 move a few --disable-foo from main group of CONFIGURE_ARGS options and put
them after each individual check for a FLAVOR instead.
--
Ok'd by: maintainer
2001-04-21 15:33:01 +00:00
espie
28f9e3fca7 Pull patch from automake-current: ignore comments in included files as
well. Problem reported by naddy@
2001-04-21 14:13:23 +00:00
reinhard
759970c215 set location of moc2; espie 2001-04-21 13:04:32 +00:00
espie
c6df48e4ee Finally update to a kde2 version.
Those guys are lame, see patch-kdbg_main_cpp
One less objection for ditching kde1 entirely...
2001-04-21 11:39:19 +00:00
reinhard
1a6da9bd6b remove obsolete Mesa dependency
from maintainer
2001-04-20 23:48:50 +00:00
matt
4948d83fb3 rename package in prep for post-2.9 jdk overhaul; ok espie@ 2001-04-20 23:14:27 +00:00
obecian
8b51bae2a4 smpeg-0.4.3 import 2001-04-19 19:21:20 +00:00
obecian
ca45f07cb9 sdl-1.2.0 - Simple DirectMedia Layer 2001-04-19 18:55:39 +00:00
brad
3cb4864c60 upgrade to shtool 1.5.3 2001-04-19 11:47:32 +00:00
avsm
25183469f1 + p5-Params-Validate 2001-04-18 22:57:32 +00:00
avsm
6ada8220bf initial import of p5-Params-Validate-0.04
--
The Params::Validate module provides a flexible system for validation
method/function call parameters.
2001-04-18 22:56:32 +00:00
avsm
341ebebdea update to astyle-1.13.8 2001-04-18 21:53:08 +00:00
espie
eef0f0e76b Fix USE_MOTIF, especially for those ports with `motif' flavors. 2001-04-18 15:01:02 +00:00
shell
dbc8651c70 Update to 0.75.13
Change MAINTAINER email address
2001-04-18 08:32:53 +00:00
brad
c9f73b87c2 - integrate COMMENT
- bump NEED_VERSION
2001-04-18 01:49:50 +00:00
shell
b0165f9059 Change MAINTAINER email address 2001-04-17 06:26:52 +00:00
lebel
e4df94e553 add libtai 2001-04-16 20:15:23 +00:00
lebel
f4a0279a0b initial import of libtai-0.60:
--
libtai is a library for storing and manipulating dates and times.
 
libtai supports two time scales: (1) TAI64, covering a few hundred
billion years with 1-second precision; (2) TAI64NA, covering the
same period with 1-attosecond precision. Both scales are defined
in terms of TAI, the current international real time standard.

Submitted by Brian J. Kifiak <bk@rt.fm>

checked by wilfried@ (thanks!)
2001-04-16 20:14:24 +00:00
naddy
9dbffe6063 - Update to 1.10.
- Fix PLIST.
Submitted by maintainer.
2001-04-13 23:22:18 +00:00
todd
535985a4eb o fix a typo
o install example config files in the right location
2001-04-13 22:16:08 +00:00
todd
1fb67da2dc Upgrade lam to 6.5.1
o old patch and COMMENT going away
o fix a symbollic link problem
o integrate COMMENT into the Makefile
o take over maintinership
o no longer marked broken

Hats off to Jeff Squyres <jsquyres@lsc.nd.edu> (a LAM developer) for
testing on/hammering an OpenBSD machine in preparation for this release
version.
2001-04-13 20:29:14 +00:00
naddy
0a39cf46cf sync libtool patches, build shared libraries; ok maintainer 2001-04-08 17:41:43 +00:00
naddy
d670bd9421 - fix extraction
- actually install the patched script
- while we're here: clean up and pull COMMENT into Makefile
2001-04-07 16:17:44 +00:00
brad
de64d0be5c upgrade to libevent 0.3c 2001-04-07 04:42:21 +00:00
danh
54c722f2f8 - install documentation.
- explicitly set path to perl executable.
2001-04-06 14:09:16 +00:00
brad
6bd494c962 this patch is no longer necessary and was only of use when we used to use
AM_MAKEFLAGS to pass down DESTDIR to subdir Makefile's.
2001-04-05 20:24:27 +00:00
brad
9e6ec856d1 - integrate COMMENT
- bump NEED_VERSION
2001-04-05 20:23:20 +00:00
espie
80de3be946 Add missing ports. Use , for flavor portion. 2001-04-05 00:33:04 +00:00
naddy
ee69e43c3b - Update to 1.220.
- Install documentation.
Submitted by maintainer.
2001-04-05 00:18:28 +00:00
brad
235b07ea1a upgrade to gettext 0.10.36 2001-04-04 19:51:40 +00:00
naddy
c9e6485287 Update to knu-cvsweb 1.106.1.70.
- Conform cvsweb-markup pages to HTML 4.0 Transitional.
- Re-fix the bogus fix for the previous colons-in-a-filename problem.
2001-04-04 00:55:24 +00:00
brad
fdbaedbfd0 upgrade to glib 1.2.10 2001-04-03 14:42:47 +00:00
brad
5167c02cda - integrate COMMENT
- enable thread support by default using Pth
2001-04-03 14:12:47 +00:00
wilfried
b88eca47ab add mysql++ 2001-04-02 15:16:58 +00:00
wilfried
216cf2312e Import of mysql++-1.7.8
MySQL++ is a C++ API for MySQL (and other SQL Databases Soon).  The
goal of this API is to make working with queries as easy as working
with other STL Containers.
2001-04-02 15:13:05 +00:00
naddy
7a86a4d5bc - Pull in COMMENT; requested by Hans-Guenter Weigand <hgw@d1906.inka.de>.
- Add NEED_VERSION.
- Give package a date-based version number.
2001-04-01 23:54:42 +00:00
espie
eca74cd41f Use any ghostscript or teTeX. 2001-04-01 17:06:06 +00:00
danh
b188bccde8 +perltidy 2001-03-30 21:14:30 +00:00
danh
a223ea8c41 Import of perltidy-20010328.
from DESCR:
perltidy is a Perl script which indents and reformats Perl scripts
to make them easier to read.  If you write Perl scripts, or spend
much time reading them, you will probably find it useful.

Submitted by:	Pete Fritchman <petef@databits.net>
2001-03-30 21:13:47 +00:00
avsm
6603fd93e7 Integrate COMMENT, bump NEED_VERSION
From: Shell Hung <i@shellhung.org>
2001-03-29 17:30:50 +00:00
avsm
1ee8ece47b Integrate COMMENT, bump NEED_VERSION, clean up DESCR with fmt(1)
From: Shell Hung <i@shellhung.org>
2001-03-29 17:28:08 +00:00
avsm
c19b041d4b Integrate COMMENT, bump NEED_VERSION
From: Shell Hung <i@shellhung.org>
2001-03-29 17:21:22 +00:00
wilfried
cd8dc3dde0 * up NEED_VERSION
* integrate COMMENT
from maintainer
2001-03-29 12:29:40 +00:00
wilfried
853d7d06e7 - integrate COMMENT
- bump NEED_VERSION
- run ispell & fmt on DESCR
2001-03-28 09:59:37 +00:00
wilfried
dfb46828e1 + p5-Data-ShowTable
+ p5-Term-ReadKey
+ p5-Term-ReadLine-Gnu
2001-03-27 08:51:43 +00:00
wilfried
a29ff8f666 Initial import of Term-ReadLine-Gnu-1.09
GNU Readline Library Wrapper Module
2001-03-27 08:49:13 +00:00
wilfried
6a604d545f Initial import of p5-Term-ReadKey-2.14
change terminal modes, and perform non-blocking reads
2001-03-27 08:45:34 +00:00
wilfried
c9fa312697 Initial import of p5-Data-ShowTable-3.3
print arrays of data in a nicely formatted listing
2001-03-27 08:44:36 +00:00
brad
10ccbb6398 upgrade to pth 1.4.0 2001-03-26 23:54:42 +00:00
brad
06e6f8348f integrate COMMENT 2001-03-26 18:55:29 +00:00
todd
0421c85fc6 move COMMENTS to Makefile's 2001-03-26 15:58:17 +00:00
wilfried
5c53fa6ea6 respect CC/CFLAGS, ok naddy@ 2001-03-26 09:22:10 +00:00
matt
c5d394a42b move COMMENTs into Makefiles 2001-03-25 19:17:45 +00:00
naddy
696e1bc7bb Update to knu-cvsweb 1.106.1.68:
- Clean up URI parser.
- Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO parser.
- Allow downloading a single port/pkgsrc in tarball by default.
- Remove an obsolete notice: CVSWEB_CONFIG is disused.
- One leftover substitution: "cvs" -> $CMD{cvs}.
- Use a fixed-width font in the colored diff view.
- Do closedir() properly.
- Encode colons in file names properly.
2001-03-24 22:39:04 +00:00
jakob
1d0220ad49 move COMMENT into Makefile & touch NEED_VERSION 2001-03-24 19:55:27 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
avsm
6e73e9d904 Dont hardcode i386 in the PLIST
Please check stuff like this BEFORE you import a perl port.
2001-03-24 02:40:00 +00:00
avsm
2aff580466 + astyle 2001-03-24 02:26:01 +00:00
avsm
8c0e622735 initial import of astyle-1.13.6.1
--
Artistic Style is a reindenter and reformatter of C++, C and Java
source code.

When indenting source code, we as programmers have a tendency to
use both spaces and tab characters to create the wanted indentation.
Moreover, some editors by default insert spaces instead of tabs
when pressing the tab key, and other editors (Emacs for example)
have the ability to "pretty up" lines by automatically setting up
the white space before the code on the line, possibly inserting
spaces in a code that up to now used only tabs for indentation.
2001-03-24 02:25:05 +00:00
brad
68c377e5e2 gmake -> ${MAKE_PROGRAM} 2001-03-23 15:56:04 +00:00
brad
3e8d522623 - mkdir -> ${INSTALL_DATA_DIR}
- kill off FreeBSD-ism (NOPORTDOCS knob)
--
Patch from: Pete Fritchman <petef@databits.net>
2001-03-22 22:06:35 +00:00
brad
33b50eea5e better 2001-03-22 14:52:08 +00:00
avsm
7911767753 + asp2php 2001-03-21 23:29:20 +00:00
avsm
75e95ebcf0 - initial import of asp2php-0.75.12
Based on a tarball by Shell Hung <i@shellhung.org>

--
asp2php is a program which converts Microsoft's ASP code to PHP.
It supports multiple database drivers, sessions, both PHP3 and PHP4,
and also provides a graphical front end to do all this.
2001-03-21 23:28:16 +00:00
peter
bd7bcf673a This toolkit primarily provides modules for performing both
traditional and object-oriented i/o) on things *other* than normal
filehandles; in particular, IO::Scalar, IO::ScalarArray, and
IO::Lines.

Port orignally created by Shell Hung <i@shellhung.org>. Moved from textproc/
to devel/.
2001-03-19 19:09:12 +00:00
peter
6a074212f3 The module provide the IO::File interface for in-core strings. An
object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.

Originally created by Shell Hung <i@shellhung.org>. I have moved it from
textproc/ to devel/
2001-03-19 19:06:52 +00:00
kevlo
0aae01eb52 - Upgrade to version 1.0.11
- Sort and fix PLIST
2001-03-18 15:07:28 +00:00
wilfried
251486ab39 respect CFLAGS 2001-03-17 14:55:28 +00:00
wilfried
6ea033da47 respect CC/CXX/CFLAGS/CXXFLAGS, ok maintainer 2001-03-16 18:06:44 +00:00
brad
0daee73be7 -lwrap -> @LIB_WRAP@ 2001-03-15 01:19:22 +00:00
brad
7e3076e108 unnecessary patch 2001-03-15 01:17:59 +00:00
brad
83e3e9c25f - fix libwrap detection when having a shared library; based on NetBSD
patch
- also fixed autoconf to have HAVE_HOSTS_ACCESS defined when using a
shared libwrap library
2001-03-15 01:15:23 +00:00
wilfried
fa339444b6 add p5-BSD-Resource 2001-03-14 11:52:12 +00:00
wilfried
21329399ee Initial import of p5-BSD-Resource-1.09
BSD process resource limit and priority functions

Submitted by:   Dan Weeks <danimal@danimal.org>
2001-03-14 11:50:24 +00:00
brad
f00a783ed2 fix bad C++ define of NULL. 2001-03-12 03:55:05 +00:00
brad
1a03e80c59 don't waste time building the tests. 2001-03-12 03:54:04 +00:00
brad
32293cb7d8 upgrade to t1lib 1.1.0 2001-03-12 01:41:11 +00:00
brad
8f34da5c14 upgrade to shtool 1.5.2 2001-03-10 16:40:09 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
brad
4b09123918 upgrade to ORBit 0.5.7; From: fgsch@ 2001-03-08 15:01:14 +00:00
brad
a662adb27c upgrade to glib 1.2.9
!!NOTE!!: header files for glib have changed locations so this WILL cause
breakage.
2001-03-07 22:51:22 +00:00
brad
4670b91eb9 libtool patches 2001-03-07 18:05:54 +00:00
brad
e8eac32f7a remove this bit that snuck in. 2001-03-05 16:48:54 +00:00
brad
f02d56512e add HOMEPAGE 2001-03-05 16:15:52 +00:00