Port details |
- xdoclet Java attribute-oriented code generation engine
- 1.2.3_2,1 java
=4 1.2.3_2,1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: lxv@omut.org
- Port Added: 2003-02-26 07:25:21
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- People watching this port, also watch:: junit, javavmwrapper, vim, python, zip
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://www.xdoclet.org/
- Description:
- XDoclet is a Java code generation engine. It enables Attribute-Oriented
Programming for java. In short, this means that you can add more
significance to your code by adding meta data (attributes) to your java
sources. This is done in special JavaDoc tags.
XDoclet will parse your source files and generate many artifacts such as
XML descriptors and/or source code from it. These files are generated
from templates that use the information provided in the source code and
its JavaDoc tags.
XDoclet lets you apply Continuous Integration in component-oriented
development. Developers should concentrate their editing work on only
one Java source file per component.
WWW: http://www.xdoclet.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: xdoclet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xdoclet-bin-1.2.3.zip) = 484cee8126469ad6fac7a60f26d25728038037756b5fa112cfa1f76d1b27513d
SIZE (xdoclet-bin-1.2.3.zip) = 7371258
SHA256 (xjavadoc-1.1.zip) = 41e427faa9f639e168aa232561eb3d47fc38fd5b44276435d89c05c904bd6960
SIZE (xjavadoc-1.1.zip) = 2438695
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.
- Runtime dependencies:
-
- ant : devel/apache-ant
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xdoclet-1.2.3_2,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- zip
- 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 |
1.2.3_2,1 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.2.3_2,1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.2.3_2,1 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
1.2.3_2,1 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
1.2.3_2,1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
1.2.3_2,1 28 Aug 2015 16:56:53 |
amdmi3 |
- Add NO_ARCH
- Don't install empty docdirs
Approved by: portmgr blanket |
1.2.3_2,1 14 Nov 2014 15:38:28 |
antoine |
Cleanup plist |
1.2.3_2,1 10 Mar 2014 15:21:21 |
bapt |
Convert j* to USES=zip |
1.2.3_2,1 17 Feb 2014 18:18:12 |
antoine |
- Stage support
- Remove infozip dependency |
1.2.3_2,1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.2.3_2,1 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
1.2.3_2,1 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
1.2.3_2,1 21 Jul 2011 05:03:02 |
linimon |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
1.2.3_2,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.2.3_2 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
1.2.3_2,1 06 Jun 2008 13:38:51 |
edwin |
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) |
1.2.3_1,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.3,1 14 Nov 2005 00:36:48 |
hq |
Assign a new maintainer |
1.2.3,1 13 Nov 2005 17:25:40 |
hq |
- Update to 1.2.3
- Add SHA256 checksum
- Bump PORTEPOCH
PR: 88909
Submitted by: Alex Vasylenko <lxv@omut.org> |
1.2b3 05 Apr 2005 00:28:07 |
hq |
- Update to bsd.java.mk 2.0
- Use ${JAVAJARDIR} and %%JAVAJARDIR%%
- Use %%EXAMPLESDIR%%
- Use PORTDOCS (and honor NOPORTDOCS)
- Add $FreeBSD$ tag in pkg-plist |
1.2b3 03 Apr 2005 21:30:39 |
kris |
Reset inactive maintainer. Thanks for your work in the past! |
1.2b3 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.2b3 23 Jul 2003 14:30:29 |
znerd |
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me |
1.2b3 17 Jul 2003 20:00:31 |
sheldonh |
1) Include xjavadoc, which I had installed locally, and without which
xdoclet doesn't work.
2) Remove empty stylesheets directory that was messing up packaging. |
1.2b3 10 Jul 2003 12:13:49 |
sheldonh |
Update to 1.2b3, the last beta anticipated for the 1.2 release.
Over 160 bugs fixed, including some really annoying ejb tag mishandling. |
1.2b2 26 Feb 2003 07:24:43 |
sheldonh |
New port xdoclet (xdoclet-1.2b2):
XDoclet is a Java code generation engine. It enables
Attribute-Oriented Programming for java. In short, this means
that you can add more significance to your code by adding meta
data (attributes) to your java sources. This is done in special
JavaDoc tags. |