Port details |
- leoarg A class for parsing command lines
- 2.2.4_1 devel
=0 2.2.4_1Version of this port present on the latest quarterly branch.
- DEPRECATED: distfile and homepage disappeared
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
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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:
-
- 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. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.4_1 25 Jan 2007 12:33:50 |
vd |
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 |
erwin |
- Deprecate
- Set EXPIRATION_DATE
PR: 105927
Submitted by: gabor |
2.2.4_1 14 Aug 2006 22:55:18 |
clsung |
- 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 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.2.4 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
2.2.4 15 Nov 2005 06:52:12 |
ade |
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 |
vs |
- Fix plist: Collect files from EXAMPLESDIR, too
- Pet portlint
Noticed by: oliver |
2.2.4 24 May 2005 08:01:08 |
vs |
- Disable static library (unused)
- Use PLIST_FILES/PORTDOCS |
2.2.4 09 Jul 2004 17:43:11 |
marcus |
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 |
krion |
- Fix build
PR: ports/64333
Submitted by: Ports Fury |
2.2.4 16 Mar 2004 05:55:51 |
kris |
BROKEN: Configure fails |
2.2.4 10 Mar 2004 23:53:55 |
trevor |
Update to 2.2.4. It's under an X11-style licence now. |
2.2.3 09 Mar 2004 15:46:15 |
trevor |
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 |
trevor |
SIZEify. |
2.2.3 26 Apr 2003 22:43:36 |
nork |
Update MASTER_SITES and WWW: line.
PR: ports/51365
Submitted by: Ports Fury |
2.2.3 20 Feb 2003 17:07:10 |
knu |
De-pkg-comment. |
2.2.3 25 Jun 2002 18:36:39 |
ijliao |
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 |
ijliao |
upgrade to 2.2.3
PR: 37272
Submitted by: Ports Fury |
08 Dec 2001 20:44:27 |
ijliao |
update master site & WWW fix pkg-plist |
18 Jun 2001 06:31:13 |
ijliao |
add leoarg LeoArg is a command line Parser |