c620 FreshPorts -- ftp/pureadmin
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
pureadmin 0.4_6 ftp on this many watch lists=3 search for ports that depend on this port
Management utility for the PureFTPd
Maintained by: c.petrik.sosa@gmail.com search for ports maintained by this maintainer
Port Added: 04 Mar 2005 06:38:48
License: not specified in port


PureAdmin is a graphical tool used to make the management of PureFTPd a little
easier. It uses the GTK+2.x widgets for its GUI and thus are not dependent on
a specific desktop environment such as GNOME or KDE. It is, however, designed
with the GNOME Human Interface Guidelines in mind so it should integrate
nicely with at least GNOME.

WWW: http://purify.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/gmake
  3. graphics/gtk-update-icon-cache
  4. textproc/intltool
Required To Run:
  1. devel/gio-fam-backend
  2. graphics/gtk-update-icon-cache
Required Libraries:
  1. devel/gettext
  2. devel/gamin
  3. devel/glib20
  4. devel/pcre
  5. accessibility/atk
  6. graphics/gdk-pixbuf2
  7. x11-toolkits/gtk20
  8. devel/libglade2
  9. textproc/libxml2
  10. x11-toolkits/pango
There are no ports dependent upon this port

To install the port: cd /usr/ports/ftp/pureadmin/ && make install clean
To add the package: pkg_add -r pureadmin


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/purify/Default/0.4/
  3. http://freefr.dl.sourceforge.net/project/purify/Default/0.4/
  4. http://garr.dl.sourceforge.net/project/purify/Default/0.4/
  5. http://heanet.dl.sourceforge.net/project/purify/Default/0.4/
  6. http://hivelocity.dl.sourceforge.net/project/purify/Default/0.4/
  7. http://ignum.dl.sourceforge.net/project/purify/Default/0.4/
  8. http://internode.dl.sourceforge.net/project/purify/Default/0.4/
  9. http://iweb.dl.sourceforge.net/project/purify/Default/0.4/
  10. http://jaist.dl.sourceforge.net/project/purify/Default/0.4/
  11. http://kaz.dl.sourceforge.net/project/purify/Default/0.4/
  12. http://kent.dl.sourceforge.net/project/purify/Default/0.4/
  13. http://master.dl.sourceforge.net/project/purify/Default/0.4/
  14. http://nchc.dl.sourceforge.net/project/purify/Default/0.4/
  15. http://ncu.dl.sourceforge.net/project/purify/Default/0.4/
  16. http://netcologne.dl.sourceforge.net/project/purify/Default/0.4/
  17. http://sunet.dl.sourceforge.net/project/purify/Default/0.4/
  18. http://superb-dca3.dl.sourceforge.net/project/purify/Default/0.4/
  19. http://switch.dl.sourceforge.net/project/purify/Default/0.4/
  20. http://tenet.dl.sourceforge.net/project/purify/Default/0.4/
  21. http://ufpr.dl.sourceforge.net/project/purify/Default/0.4/
  22. http://waix.dl.sourceforge.net/project/purify/Default/0.4/

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
24 Apr 2013 07:35:41
Original commit files touched by this commit  0.4_6
ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 1)

Approved by:	portmgr (bapt)
23 Apr 2013 10:23:54
Original commit files touched by this commit  0.4_6
bapt search for other commits by this committer
Convert f* to USES=pkgconfig
07 Mar 2013 03:25:11
Original commit files touched by this commit  0.4_6
bdrewery search for other commits by this committer
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.4_6
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  0.4_6
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.4_6
dinoex search for other commits by this committer
- update png to 1.5.10
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.4_5
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
11 Aug 2011 19:20:17
Original commit files touched by this commit  0.4_5
  Sanity Test Failure
kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
19 Mar 2011 12:38:54
Original commit files touched by this commit  0.4_5
miwi search for other commits by this committer
- Get Rid MD5 support
31 May 2010 02:01:56
Original commit files touched by this commit  0.4_5
ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.4_4
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.4_3
dinoex search for other commits by this committer
- update to jpeg-8
04 Dec 2009 02:38:52
Original commit files touched by this commit  0.4_2
linimon search for other commits by this committer
Reinstate maintainer at his request.
26 Nov 2009 00:36:49
Original commit files touched by this commit  0.4_2
linimon search for other commits by this committer
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:   maintainer
19 Sep 2009 04:19:56
Original commit files touched by this commit  0.4_2
wxs search for other commits by this committer
- Pass maintainer to submitter.

PR:             ports/138957
Submitted by:   Chris Petrik <chris@officialunix.com>
Feature safe:   yes
28 Aug 2009 16:52:33
Original commit files touched by this commit  0.4_2
linimon search for other commits by this committer
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
22 Aug 2009 00:20:34
Original commit files touched by this commit  0.4_2
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with E,F
31 Jul 2009 13:57:52
Original commit files touched by this commit  0.4_2
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
06 Jun 2008 13:28:21
Original commit files touched by this commit  0.4_1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
23 Jan 2008 22:43:36
Original commit files touched by this commit  0.4
beech search for other commits by this committer
- Adopt orphan ports in ftp category.

Approved by:    linimon (mentor, implicit)
24 Oct 2007 12:24:44
Original commit files touched by this commit  0.4
miwi search for other commits by this committer
- Fix plist

Submitted by:   pointyhat
17 Oct 2007 09:57:59
Original commit files touched by this commit  0.4
miwi search for other commits by this committer
- Update to 0.4

PR:             116925
Submitted by:   ports fury
Thanks to:      beech/nox
19 May 2007 20:32:57
Original commit files touched by this commit  0.3_2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
14 Oct 2006 08:54:54
Original commit files touched by this commit  0.3_1
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
07 May 2006 11:09:22
Original commit files touched by this commit  0.3
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with F
22 Jan 2006 01:55:36
Original commit files touched by this commit  0.3
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
26 Nov 2005 15:54:32
Original commit files touched by this commit  0.3
pav search for other commits by this committer
- Update to 0.3

PR:             ports/89576
Submitted by:   Ports Fury
24 Nov 2005 16:27:27
Original commit files touched by this commit  0.2.2_1
pav search for other commits by this committer
- Add SHA256
05 Nov 2005 05:22:06
Original commit files touched by this commit  0.2.2_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
04 Apr 2005 08:44:41
Original commit files touched by this commit  0.2.2
flz search for other commits by this committer
- Update to version 0.2.2.

PR:             ports/79471
Submitted by:   Ports Fury
17 Mar 2005 06:40:31
Original commit files touched by this commit  0.2.1_1
ahze search for other commits by this committer
- Readd gnomeprefix and add USE_X_PREFIX since there is gnome stuff in plist
17 Mar 2005 06:35:25
Original commit files touched by this commit  0.2.1_1
ahze search for other commits by this committer
- Remove gnomeprefix to fix plist

Pointed out by: krion via pointyhat
12 Mar 2005 10:54:27
Original commit files touched by this commit  0.2.1_1
marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
04 Mar 2005 06:37:54
Original commit files touched by this commit  0.2.1
ijliao search for other commits by this committer
add pureadmin 0.2.1
Management utility for the PureFTPd

Number of commits found: 34

2830
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0