Contributed by jose on from the ports-and-packages dept.
I can't find anyplace that describes the stuff in the ports tree.
I mean maybe I could really use "bitlbee-0.80" for example, but how do I know what things are without spending hours looking up everything in the tree ?
Suggestions ?"
There used to be pages on the OpenBSD site where you could get that information. Are they still around?
(Comments are closed)
By Johan () on
Comments
By pyr () on
http://www.openbsd.org/3.2_packages/
Comments
By Anonymous Coward () on
Yup, that is the page I recall. Too bad it is gone and some obscure series of commands must be issued instead.
The OpenBSD team needs a person to improve customer relations, this being indictative of the many problems they have in this area.
To paraphrase Office Space - you just can't let the engineers talk directly to the customers.
Comments
By Anonymous Coward () on
Thanks for volunteering.
By Juanjo () on
The FAQ is great, but sometimes I miss questions (well... the answers to thse missing questions hehe).
May be obsd needs kinda freshports . Sometimes you get all the features you need in the base install, but very often you need to install a port also. It's safe to use that ports? This is the newest version? What about the dependencies... it's what I'm looking for?
I think a lil' more documentation won't hurt.
But don't think obsd has a lack of doumentation. Base install it's very well documented: man pages simply rocks!
Comments
By Anonymous Coward () on
Packages and external code, have not undergone the same type of security audit as 'native' OpenBSD code has. See http://www.openbsd.org/ports.html
Comments
By Juanjo () on
Dependencies are handled on the fly. If you try to install a package that depends on some other packages, you don't have to worry about those, as long they are available.
I know that.
But sometimes I need to know what are de dependencies of installing a package X. Why? Because may be I'm not interested in installing openldap server and it's better I compile the port myself. In order to do that I need to know which dependencies has each package.
About security audit... I thought port maintainers used to update the ports... If I'm using 3.1 and MySQL port has a security problem in that release, I would like to know I have an updated port to fix that.
May be I'm not very experienced managing ports, excuse me ;)
Comments
By tedu () on
make show=RUN_DEPENDS
By brad () on
I agree that a freshports is definitly needed in the OpenBSD world. Freshports gives a small description of the 100 most recently updated ports. By looking at this site once a day or so, you can get a sense of what programs are available, and what their purpose is.
I think a site like freshports would be invaluable to the OpenBSD users.
By Anonymous Hero () on
http://www.infomatrix.ca/obsd/index.html
By Anonymous Coward () on
cd /usr/ports ; make print-index
gives a list in a more readable (if long) format, and
cd /usr/ports ; make search key=TARGET
will list packages with names or descriptions that match TARGET
Comments
By Anonymous Coward () on
Hmm ....
All these suggestion to something under /usr/ports.
Which does not exist on my fresh clean 3.4 box.
Comments
By Clint () bah@betterthanyou.com on mailto:bah@betterthanyou.com
By Anonymous Coward () on
By raiten () julien.touche@lycos.com on mailto:julien.touche@lycos.com
openbechede on sf.net and pkg_search, see google
By Anonymous Hero () on
make search key=name
Gives me a nice, small description. When i want to know more about it, i surf to the website of the project. Those are always extensive and accurate enought.
By Anonymous Coward () on
By Anonymous Coward () on
cd /usr/ports
cat www/*/pkg/DESCR | less
and look at all the descriptions all at once.
In nearly every case, the first word is the name of the package. Thanks to those port maintainers.
It would be nice to have a big summary section, but it takes effort. I would welcome a "so you want to do graphs, here are some of the best in our /usr/ports/math/ subdirectory", with ratings and descriptions and what they are best suited for. It takes effort, and I don't have the time, so I'm not whining, I just love how it works.
Comments
By Anonymous Coward () on
Suggesting the user to the website, or even reading the readme, for each of the hundreds (?) of packages is a good way to tell users to not explore. its ungainly and time consuming.
Its also the type of attitude that makes documentation unfriendly and discourages new BSD converts.
Comments
By tedu () on
By Anonymous Coward () on
Comments
By Anonymous Coward () on
By tedu () on
Comments
By Anonymous Coward () on
By Anonymous Coward () on
As this post points out it is really hard to find out which of the ports or packages are worth trying, etc.
It would be really useful if there was some additional documentation especially for common setups (eg settingup a basic desktop environment, a web server, a print/ file server etc.) It doesn't need to be a highly detailed monkey-see/ monkey-do like a typical windows book - rather a set of hints, with a couple of examples for typical configurations.
As for the ports and packages, as a minimum we need a short description of each on the web site together with the version(s) in the stable and current branches. Even better if there were links to the ports web site and a forum or wiki page where users could comment.
Comments
By Ulysses () on
By ann onimous () on apewire.tk
Actually if you take into consideration the quality of the FMs and the general replies one gets after asking a question in #openbsd, i must say the openbsd crowd is a lot more newbie friendly than others in this respect.
I remember being ignored or kicked out from some channels for asking a question an openbsd user would reply in a friendly manner to.
By Anonymous Coward () on
Anyone know if it's possible to make an OpenBSD tech CD?
What I mean by this, is a bootable CD that boots into OpenBSD, kernel compiled with ntfs support, etc. Samba installed, nbaudit, nmap, dsniff, wireless utils, pptp (server/client such as poptop), ipsec, ppp, pppoe, etc.. but the OS boots off of CD and into RAM with read/write access.
I've seen something like this with Linux but I'd love to make something like this using OpenBSD.
I just don't know where/how I could start something like this or where I could read up on how to do such a thing...
TIA.
By Alex () alex at seidlitz ca on mailto:alex at seidlitz ca
It was the first time in 3 years that I experienced a crush with OpenBSD.
Comments
By Marc Espie () espie@openbsd.org on mailto:espie@openbsd.org
Oh, you mean CRASHED.
Well, let me assure you that make readmes in 3.4 is completely different. There is probably not a line of code left over from 3.3... it's faster, and it works a lot better.
By yo soy () spam at teahead.net on mailto:spam at teahead.net
works great for me.