notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
leoarg A class for parsing command lines
2.2.4_1 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2.4_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: distfile and homepage disappeared
Expired This port expired on: 2006-12-27
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-06-18 02:31:13
Last Update: 2007-01-25 12:33:50
SVN Revision: UNKNOWN
License: not specified in port
WWW:
http://kingleo.pages.at/index_cpp.xml.php#leoarg
Description:
With this class you can parse easily commandline options. The class only uses standard libraries. WWW: http://kingleo.pages.at/index_cpp.xml.php#leoarg
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • leoarg>0:devel/leoarg
No installation instructions:
This port has been deleted.
PKGNAME: leoarg
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. libtool : devel/libtool15
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://kingleo.home.pages.at/development/cpp/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2.4_1
25 Jan 2007 12:33:50
Original commit files touched by this commit
vd search for other commits by this committer
Remove expired port:
2006-12-27 devel/leoarg: distfile and homepage disappeared
and also the two ports that depend on it:
misc/dirtree
misc/argparse
their distfiles and homepages also disappeared.
2.2.4_1
28 Nov 2006 13:43:56
Original commit files touched by this commit
erwin search for other commits by this committer
- Deprecate
- Set EXPIRATION_DATE

PR:             105927
Submitted by:   gabor
2.2.4_1
14 Aug 2006 22:55:18
Original commit files touched by this commit
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
2.2.4_1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
2.2.4
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
2.2.4
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2.2.4
01 Jun 2005 07:26:42
Original commit files touched by this commit
vs search for other commits by this committer
- Fix plist: Collect files from EXAMPLESDIR, too
- Pet portlint

Noticed by: oliver
2.2.4
24 May 2005 08:01:08
Original commit files touched by this commit
vs search for other commits by this committer
- Disable static library (unused)
- Use PLIST_FILES/PORTDOCS
2.2.4
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
2.2.4
16 Mar 2004 13:58:11
Original commit files touched by this commit
krion search for other commits by this committer
- Fix build

PR:             ports/64333
Submitted by:   Ports Fury
2.2.4
16 Mar 2004 05:55:51
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Configure fails
2.2.4
10 Mar 2004 23:53:55
Original commit files touched by this commit
trevor search for other commits by this committer
Update to 2.2.4.  It's under an X11-style licence now.
2.2.3
09 Mar 2004 15:46:15
Original commit files touched by this commit
trevor search for other commits by this committer
The distfile was rerolled with this change:

--- old/COPYING Tue Nov 21 08:46:13 2000
+++ new/COPYING Thu Nov 14 11:58:29 2002
@@ -14,3 +14,6 @@
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+
+You are allowed linking this library statically or dynamically to a closed
+source application.

This is contradictory, so I've marked the port RESTRICTED.  I left
a comment about the problem for the author via his Web site.
2.2.3
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
2.2.3
26 Apr 2003 22:43:36
Original commit files touched by this commit
nork search for other commits by this committer
Update MASTER_SITES and WWW: line.

PR:             ports/51365
Submitted by:   Ports Fury
2.2.3
20 Feb 2003 17:07:10
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
2.2.3
25 Jun 2002 18:36:39
Original commit files touched by this commit
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39842
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
2.2.3
20 Apr 2002 15:20:38
Original commit files touched by this commit
ijliao search for other commits by this committer
upgrade to 2.2.3

PR:             37272
Submitted by:   Ports Fury
08 Dec 2001 20:44:27
commit hash: fp1.21785@dev.null.freshports.orgcommit hash: fp1.21785@dev.null.freshports.orgcommit hash: fp1.21785@dev.null.freshports.orgcommit hash: fp1.21785@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
update master site & WWW   fix pkg-plist    
18 Jun 2001 06:31:13
commit hash: fp1.15222@dev.null.freshports.orgcommit hash: fp1.15222@dev.null.freshports.orgcommit hash: fp1.15222@dev.null.freshports.orgcommit hash: fp1.15222@dev.null.freshports.org files touched by this commit
ijliao search for other commits by this committer
add leoarg   LeoArg is a command line Parser    

Number of commits found: 20