Eclipse IDE missing

Everything related to Installing and maintaining software.
Post Reply
dacha
Posts: 4
Joined: Sun Dec 10, 2017 11:42 am

Eclipse IDE missing

Post by dacha »

Hi

pkg search eclipse shows me the eclipse-gcj compiler and the game redeclipse, but not the Eclipse IDE itself (https://www.freshports.org/java/eclipse).

Eclipse is in both the HEAD (https://svn.FreeBSD.org/ports/head/java/eclipse) and the Q3 (https://svn.FreeBSD.org/ports/branches/ ... va/eclipse) and Q4 (https://svn.FreeBSD.org/ports/branches/ ... va/eclipse) branches of the ports tree. Why isn't it in your packages?
dacha
Posts: 4
Joined: Sun Dec 10, 2017 11:42 am

Re: Eclipse IDE missing

Post by dacha »

Code: Select all

$ sqlite3 /var/db/pkg/repo-GhostBSD.sqlite
sqlite> .headers on
sqlite> SELECT COUNT(*) FROM packages;
COUNT(*)
26908
On https://www.freshports.org/how-big-is-it.php they say:

Code: Select all

# select count(*) from ports_all where status = 'A';
 count
-------
 32081
Why are we 5173 packages (16.12%) short? Is this why Eclipse is missing?
Post Reply