Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
rohee ec367e20b2 Import of the new glib-1.2.0. This library is needed by gtk+-1.2.0
The pkg/DESCR file :

General-purpose library from the GTK+ team.

This is GLib version 1.1.0.   GLib, is a library which includes support
routines for C such as lists, trees, hashes, memory allocation, and
many other things.

The official ftp site is:
  ftp://ftp.gtk.org/pub/gtk/

The official web site is:
  http://www.gtk.org/

A mailing list is located at:
  gtk-list@redhat.com
1999-02-27 15:32:39 +00:00
archivers Install bzcat, bzcat.1 and bzip2recover.1. 1999-02-21 09:13:01 +00:00
astro update NO_CDROM reason 1998-10-06 22:37:07 +00:00
audio needs version 1.64 (or later) of bsd.port.mk 1999-02-21 04:26:09 +00:00
benchmarks comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
cad update makefile 1998-10-07 05:03:28 +00:00
chinese fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
comms upgrade to mgetty 1.1.20 1999-02-25 04:14:07 +00:00
converters Fix @cwd 1999-01-14 01:39:59 +00:00
databases configure fix from op21@squish.org 1999-02-25 21:10:22 +00:00
devel Import of the new glib-1.2.0. This library is needed by gtk+-1.2.0 1999-02-27 15:32:39 +00:00
editors add patches so system termcap lib is NOT used, 1999-01-31 21:40:05 +00:00
emulators Update to Wine-990225 1999-02-27 15:28:35 +00:00
games patch update from op21@squish.org (thanks) 1999-02-25 21:01:47 +00:00
graphics update to the latest version of 4.2.0... The developer says: 1999-02-24 21:33:26 +00:00
infrastructure/mk Do not include @name or @cwd in packing lists created by the plist target; 1999-02-24 20:15:48 +00:00
japanese add nkf to Makefile 1998-12-17 04:50:35 +00:00
lang This should avoid mkstemps trouble on alpha. 1999-02-27 14:23:25 +00:00
mail Oops, I missed this one. Update @name. 1999-02-24 05:37:09 +00:00
math Update to version 3.7 (thanks to espie@ for telling me about the new 1999-02-01 23:29:35 +00:00
mbone Missed sfreflect binary and man page. 1999-01-16 04:30:40 +00:00
misc needs version 1.64 (or later) of bsd.port.mk 1999-02-21 04:26:09 +00:00
net fixup Makefile and DESCR 1999-02-25 23:53:08 +00:00
news update to version 1.9; Bob Pepin <bob@sendar.prophecy.lu> 1999-02-21 20:26:35 +00:00
plan9 comment out the BROKEN reason for all ports where the reason 1998-10-18 05:01:58 +00:00
print update to 1.0.0 1999-02-23 06:02:33 +00:00
russian back out last change -- sources are available 1998-12-17 04:36:19 +00:00
security add bounix port 1999-02-25 16:55:57 +00:00
shells update to 2.03; distfiles moved 1999-02-20 01:49:12 +00:00
sysutils BROKEN: port fails to build correctly; 1999-02-25 04:32:32 +00:00
textproc update to 1.2.1; Peter Galbavy <Peter.Galbavy@knowledge.com> 1999-02-07 06:37:14 +00:00
www Update to 3.11. Change master sites. 1999-02-24 06:07:26 +00:00
x11 needs version 1.64 (or later) of bsd.port.mk 1999-02-21 04:26:09 +00:00
.cvsignore Dont complain about distfiles directory. 1997-11-24 20:55:57 +00:00
INDEX update ports index 1999-02-12 00:46:13 +00:00
LICENSE Add line for ghostscript crypto goop. 1998-11-12 12:09:37 +00:00
license-check checkpoint more licence check changes 1998-09-25 02:34:31 +00:00
Makefile update INDEX and add "Archs:" to make search output 1998-09-24 20:31:28 +00:00
README Add OpenBSD cvs tag, fix typo 1998-10-09 00:15:35 +00:00

		Welcome to the OpenBSD ports collection.  
	For more information on the OpenBSD ports tree please visit
        	   http://www.openbsd.org/ports.html
	For general information on the OpenBSD tree please visit
			http://www.openbsd.org


The OpenBSD ports tree is always growing. Therefor it is essential
that you continue to update your ports dir thru cvs or ftp.

No matter how fast we update the tree it seems that we are always
behind.  For this reason you will sometimes find a port that is
marked as BROKEN.  If you try to build the port you will see a
message something like:

   ===> xxx-1.0 is marked as broken: newer version available.

This means we know there is a newer version of the application but
have not yet had time to update the port.  If you get this message
all may not be lost.  If the old sources are still available (and
this is often the case) you can force a build using the old sources
using the command:

	make NO_IGNORE=yes
	sudo make NO_IGNORE=yes install

If you're feeling generous a better solution is to update the port
to use the new sources and feed the changes back to the project.
If you are interested in contributing (or creating a new port)
please visit

	http://www.openbsd.org/porting.html

If you would like to search for a given port, you can do so easily
by saying:

	make search key="<keyword>"

Which will generate a list of all ports matching <keyword>.

NOTE:  This tree can GROW significantly in size during normal usage!
The distribution tar files can and do accumulate in /usr/ports/distfiles,
and the individual ports will also use up lots of space in their work
subdirectories unless you remember to "make clean" after you're done
building a given port.  /usr/ports/distfiles can also be periodically
cleaned without ill-effect, though if you don't have the original
distribution tarball(s) for something on CDROM then you will need to pull
it all over your network connection again if you ever try to build the
associated port.

For help or other information 
Please send mail to 
ports@OpenBSD.ORG

$OpenBSD: README,v 1.4 1998/10/09 00:15:35 marc Exp $