10d34
![]() |
|
|
|
|
|||||||
| Porting New Software Having trouble or general questions about porting software to FreeBSD? Ask here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I just want to tell you about a new desktop app for FreeBSD - Bt4BSD. It's a simple bluetooth manager (frontend for obexapp) specially for FreeBSD/PC-BSD. Not too functional now, but I think it's useful for users who use the system as a desktop. So here it is: http://sourceforge.net/projects/bt4bsd/ Last edited by DutchDaemon; June 1st, 2011 at 22:34. |
| The Following User Says Thank You to alexdl For This Useful Post: | ||
hedgehog (June 2nd, 2011) | ||
|
#2
|
||||
|
||||
|
We generally discourage users from installing third-party software outside of the ports tree or the package system. Will you make this available as an official port?
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
|||
|
|||
|
Yes, it's in the plans.
|
|
#4
|
||||
|
||||
|
GUI for the ftrn channel! I love you! I hope there's will be a port soon :]
|
|
#5
|
|||
|
|||
|
Why would you discourage them?
|
|
#6
|
||||
|
||||
|
Because non-port/package software tends to install executables, libraries and configuration files outside of /usr/local/, e.g. in /bin/, /usr/bin/, /usr/lib/, /var/lib/, /etc/, et cetera. That is strictly base system territory. Not only does this make it very hard to track down what gets installed where, but there's also usually not a proper way to deinstall external software, so remnants of it get left behind, and may interfere with later versions. Everything installed using a port or a package is traceable, maintainable, upgradeable, and deinstallable (because of pkg-plist, the ports Mk structure, and other mechanisms) using specialized tools (pkg_* and port management tools).
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#7
|
||||
|
||||
|
Additionally, the ports/package system maintains dependency lists to prevent removing things that are still required by another package.
|
|
#8
|
|||
|
|||
|
Is it only for i386? I tried it with amd64 but I was unable to compile.
Last edited by DutchDaemon; June 3rd, 2011 at 21:23. |
|
#9
|
|||
|
|||
|
At the moment the assembly has been tested only on i386.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] GUI package manager | GreenMeanie | GNOME | 26 | June 18th, 2012 19:41 |
| [Solved] FreeBSD gui login and desktop | xenablaise | General | 12 | February 7th, 2011 04:03 |
| freeBSD rsync GUI | krkbryant08 | Web & Network Services | 4 | May 14th, 2010 10:10 |
| FreeBSD as media server with GUI? | Oceanwatcher | General | 2 | September 22nd, 2009 08:13 |
| Novice questions (was: FreeBSD GUI) | Prp | General | 20 | May 5th, 2009 13:18 |