summaryrefslogtreecommitdiff
path: root/java/netrexx/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-0/+1
It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
2022-07-20java: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * Alex Dupre <ale@FreeBSD.org> * Alex Semenyaka <alex@rinet.ru> * Alexander Yerenkow <yerenkow@gmail.com> * Anton Yudin (<contact@toha.org.ua>) * Anton Yudin <toha@toha.org.ua> * Benjamin Close <benjsc@FreeBSD.org> * Björn König <bkoenig@alpha-tierchen.de> * Conor McDermottroe <ports@mcdermottroe.com> * Danilo Egea Gondolfo <danilo@FreeBSD.org * Dave Glowacki <dglo@ssec.wisc.edu> * Ernst de Haan <znerd@FreeBSD.org> * Eugene Grosbein <ports@grosbein.net> * Filippo Natali <filippo@widestore.net> * Gerrit Beine <gerrit.beine@gmx.de> * Greg Lewis <glewis@FreeBSD.org> * Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> * Jason Helfman <jgh@FreeBSD.org> * Jeremy <karlj000@unbc.ca> * Johannes Dieterich <dieterich@ogolem.org> * Johannes Dieterich <jmd@FreeBSD.org> * Jonathan Chen <jonc@chen.org.nz> * Jose Marques * Jose Marques <noway@nohow.demon.co.uk> * Lapo Luchini <lapo@lapo.it> * Lev Serebryakov <lev@FreeBSD.org> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Matthew Dillon <dillon@backplane.com> * Maxim Sobolev <sobomax@FreeBSD.org> * Mikhail T. <mi@aldan.algebra.com> * Mikhail T. <michael@fun-box.ru> * Mikhail Teterin * Nicola Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@email.it> * OISHI Masakuni <yamasa@bsdhouse.org> * OKAZAKI Tetsurou * Pedro Giffuni * Simeo Reig <reig.simeo@gmail.com> * Sutra Zhou <zhoushuqun@gmail.com> * Tom Judge <tj@FreeBSD.org> * Volker Stolz <vs@FreeBSD.org> * Wen Heping <wenheping@gmail.com> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * gldisater@gldis.ca * ijliao * jake@checker.org * jpbeconne * lon_kamikaze@gmx.de * mi * nordwick@xcf.berkeley.edu * nork@FreeBSD.org * olgeni@FreeBSD.org * rasputin * rfarmer@predatorlabs.net * rtdean@cytherianage.net * tux@pinguru.net With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2016-07-19When there is a do-install target, do not use a post-install target, doMathieu Arnold1-1/+0
everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
2014-05-31- Add staging supportPawel Pekala1-18/+9
- Convert to new options framework, add EXAMPLES option Notes: svn path=/head/; revision=355986
2014-03-10Convert j* to USES=zipBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=347771
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-5/+2
java) Notes: svn path=/head/; revision=327738
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-1/+1
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) Notes: svn path=/head/; revision=214430
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-1/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2006-05-09Remove USE_REINPLACE from categories starting with a JEdwin Groothuis1-1/+0
Notes: svn path=/head/; revision=161761
2006-01-26- Make it fetchable againRenato Botelho1-1/+1
PR: ports/92366 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154520
2005-05-08Fix size mismatch. According to the submitter:Thierry Thomas1-2/+1
It looks like IBM released an updated version of the NetRexx 2.05 zip file on Jan 14 2005, which includes modifications to the documentation, NetRexx[RC].jar files and the pinger and tablet zip (sample?) files. I could not find a CHANGELOG file nor the mailing list archives that would have provided info into the exact changes made without a version or revision number bump. PR: ports/80716 Submitted by: Linh Pham <question+fbsdports (at) closedsrc.org> Notes: svn path=/head/; revision=134877
2005-04-10BROKEN: Size mismatchKris Kennaway1-0/+2
Notes: svn path=/head/; revision=132969
2005-04-05- Update to 2.05 [1]Herve Quiroz1-19/+17
- Since NetRexxC.cmd and NetRexxC.sh do same thing, only install .sh version and remove dependency on rexx-imc (and remove the patch for NetRexxC.cmd) [1] - Add a patch for NetRexxC.sh so the user is able to override JAVA_HOME at runtime [1] - Use FIND | {MKDIR,INSTALL_DATA} to install documentation - Add $FreeBSD$ tag in pkg-plist PR: 79564 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Notes: svn path=/head/; revision=132599
2005-03-26BROKEN: UnfetchableKris Kennaway1-0/+2
Approved by: portmgr (self) Notes: svn path=/head/; revision=131978
2005-02-17Update to bsd.java.mk 2.0Herve Quiroz1-1/+1
Notes: svn path=/head/; revision=129101
2005-02-13With portmgr hat on, reset maintainership of these ports. Maintainer'sMark Linimon1-1/+1
old email address bounces, and he has not been responsive to email on the only other one we have for him. These ports are now available for adoption. Come back coop, we miss ya ... Notes: svn path=/head/; revision=128714
2004-02-23- Use %%DOCSDIR%% and %%EXAMPLESDIR%%Kirill Ponomarev1-1/+1
PR: ports/63208 Submitted by: maintainer Notes: svn path=/head/; revision=101916
2003-11-17USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson1-1/+0
Notes: svn path=/head/; revision=94172
2003-02-21De-pkg-comment.Akinori MUSHA1-0/+1
Notes: svn path=/head/; revision=76037
2003-01-16[MAINTAINER UPDATE] Update build of netrexx to USE_JAVAEdwin Groothuis1-4/+4
PR: ports/41984 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> Notes: svn path=/head/; revision=73216
2002-11-05Fixed pre-patch target broken due to REINPLACE_CMDEdwin Groothuis1-2/+4
Noticed by: bento Notes: svn path=/head/; revision=69482
2002-11-04PERL -> REINPLACEEdwin Groothuis1-2/+3
and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
2002-06-16Fix dependencies to be in sync with the recent JDK ports renaming.Greg Lewis1-1/+1
Forgotten by: znerd Notes: svn path=/head/; revision=61341
2002-04-02Convert read.me.first from CRLF to LF, too.Jun Kuriyama1-1/+2
Use \015 in Makefile instead of literal CR character. PR: ports/36027 Submitted by: parv <parv_@yahoo.com> Notes: svn path=/head/; revision=57164
2002-02-13o Install JAR files according to hier(7) and mtree(8)Mario Sergio Fujikawa Ferreira1-6/+7
o Install examples unless NOPORTDOCS o Patch instructions to make sense in ports environment PR: 34845 Submitted by: maintainer Notes: svn path=/head/; revision=54658
2001-11-16Update to 2.02Patrick Li1-22/+33
PR: 31765 Submitted by: maintainer Reviewed by: lioux,maintainer Approved by: lioux Notes: svn path=/head/; revision=50115
2001-09-061) do not install both/either useless and/or duplicate filesMario Sergio Fujikawa Ferreira1-4/+14
2) replace installed NetRexxC.cmd with a home grown version 3) add lang/rexx-imc as RUN_DEPENDS due to 2) 4) also, delete both the DOS-only *.bat files and the OS/2-only nrc.cmd file (which is not really a Rexx file). 5) furthermore, delete the duplicate hello.nrx because: 1. a copy is installed with the documentation; 2. one can't compile it from the same directory java is in (unless PATH contains .). 6) switch over maintainership to submitter PR: 30217 Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net> Notes: svn path=/head/; revision=47464
2000-04-12Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien1-3/+3
Notes: svn path=/head/; revision=27458
2000-02-27Chase the checksum by updating to NetRexx 1.160, which seems to be mostly docKris Kennaway1-2/+2
fixes (including some "Jan 1, 1900" javascript bugs in the documentation webpages..nice one, IBM :-) Noticed by: bento Notes: svn path=/head/; revision=26336
2000-02-13ports@freebsd.org -> ports@FreeBSD.orgDirk Froemberg1-1/+1
Notes: svn path=/head/; revision=25764
1999-11-26Initial import of netrexx version 1.151.Steve Price1-0/+33
A human-oriented programming language for writing/using Java classes. PR: 14503 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=23409