Reply
 
Thread Tools Display Modes
  #1  
Old 03-17-2008, 12:25 PM
vinoman vinoman is offline
Senior Member
 
Join Date: Mar 2008
Location: Oregon
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default A Synaptic package manager for PC-BSD?
Is there a way to install files besides using the Download PBI page? Does PC-BSD have something like Synaptic package manager?

I have looked through the documentation and it doesn't have the information Im looking for.

Thanks
Reply With Quote
  #2  
Old 03-17-2008, 12:57 PM
Dingens Dingens is offline
Senior Member
 
Join Date: May 2005
Location: GER
Posts: 1,004
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
http://www.freebsd.org/ports/index.html
Reply With Quote
  #3  
Old 03-17-2008, 02:09 PM
Oliver Herold Oliver Herold is offline
Senior Member
 
Join Date: Jul 2006
Location: somewhere in old europe
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
Have a look into /usr/ports/ports-mgmt
Reply With Quote
  #4  
Old 03-17-2008, 02:19 PM
vinoman vinoman is offline
Senior Member
 
Join Date: Mar 2008
Location: Oregon
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
Originally Posted by Oliver Herold
Have a look into /usr/ports/ports-mgmt
there is nothing in /usr/ports/

How do you install the codecs for running DVD's?
Reply With Quote
  #5  
Old 03-17-2008, 02:20 PM
vinoman vinoman is offline
Senior Member
 
Join Date: Mar 2008
Location: Oregon
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
Originally Posted by Dingens
http://www.freebsd.org/ports/index.html
I went to that site, but I couldn't find the codecs the playing DVDs. Where would they be?
Reply With Quote
  #6  
Old 03-17-2008, 02:37 PM
DragnLord DragnLord is offline
Senior Member
 
Join Date: Feb 2006
Location: C'ville, Va.
Posts: 695
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
Originally Posted by vinoman
I went to that site, but I couldn't find the codecs the playing DVDs. Where would they be?
When you install one of the media players that play DVDs, the needed libraries are installed.
__________________
add [SOLVED] to topics with solutions
psearch: use it, love it
Reply With Quote
  #7  
Old 03-17-2008, 02:55 PM
Oliver Herold Oliver Herold is offline
Senior Member
 
Join Date: Jul 2006
Location: somewhere in old europe
Posts: 454
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
>there is nothing in /usr/ports/

Then you should install the portstree first. After installing it, installing the codecs is really easy ( /usr/ports/multimedia/win32-codecs ).


How to use ports:

http://faqs.pcbsd.org/index.php?action= ... artlang=en
Reply With Quote
  #8  
Old 03-17-2008, 09:41 PM
Rockrol913 Rockrol913 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
O.K...
I'm guessing that your coming for Debian GNU/Linux ...
I LOVE Debian ... APT-GET rules ! Along with Synaptic !
The REAL Debian ... Not Ubuntu !
You can use DesktopBSD Tools or BPM ...
It's not Synaptic or APT-GET ...
But they are nice GUI's for ports .
Debian/KFreeBSD uses Synaptic and APT-GET !
It's Debian but without the Linux Kernel ...
It uses the FreeBSD Kernel instead .
As far as playing DVD's along with MANY other formats install VLC !
It works very well ... But if you live in the U.S.A. be careful .
VLC contains libdvdss witch is not legal there .
Take care !
Reply With Quote
  #9  
Old 03-17-2008, 10:30 PM
TerryP TerryP is offline
Senior Member
 
Join Date: Nov 2005
Location: Ga. USofA
Posts: 7,906
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to TerryP Send a message via AIM to TerryP Send a message via Yahoo to TerryP
Default Re: A Synaptic package manager for PC-BSD?
installing libraries:

open konsole session
Code:
su
password:
pkg_add -r libdvdread
pkg_add -r libdvdnav
pkg_add -r libdvdplay
cd /usr/ports/multimedia/libdvdcss && make install distclean
pkg_add -r => fetch package from remote server and install it along with any thing it requires.


Gentoo portage / emerge was based on FreeBSD ports system, read the link that was posted to learn more about the 'make install' thing.


Being at work on a GUI front end for ports, I'll refrain from comment on that issue.
Reply With Quote
  #10  
Old 03-17-2008, 11:58 PM
vinoman vinoman is offline
Senior Member
 
Join Date: Mar 2008
Location: Oregon
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: A Synaptic package manager for PC-BSD?
This is as far as I could go...

%su
Password:
pcbsd# pkg_add -r libdvdread
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports ... read.tbz... Done.
pkg_add: package 'libdvdread-0.9.7_3' or its older version already installed
pcbsd# pkg_add -r libdvdnav
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports ... dnav.tbz... Done.
pcbsd# pkg_add -r libdvdplay
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports ... play.tbz... Done.
pcbsd# cd /usr/ports/multimedia/libdvdcss && make install distclean
/usr/ports/multimedia/libdvdcss: No such file or directory.
pcbsd#
pcbsd#

What's missing?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Package Manager tubasoldier Feature Requests 4 09-04-2005 08:11 AM
.PBI Package manager and new users antik General Questions 3 08-25-2005 04:31 PM
Spanish: Package Manager vbergae Translations 0 06-20-2005 11:00 PM
German: The Package Manager sic Translations 1 06-07-2005 09:16 AM


All times are GMT. The time now is 05:53 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.