summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in logic for determining the right pkg-plist file to use.Archie Cobbs2002-11-151-1/+1
| | | | Notes: svn path=/head/; revision=70130
* New port: Jakarta Commons Logging library.Ernst de Haan2002-11-146-0/+103
| | | | | | | | See: http://jakarta.apache.org/commons/logging.html Notes: svn path=/head/; revision=70103
* Improved output from do-install target.Ernst de Haan2002-11-143-7/+8
| | | | Notes: svn path=/head/; revision=70101
* Not including version number in JAR file name.Ernst de Haan2002-11-141-1/+2
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70100
* New port: Jakarta Commons BeanUtils.Ernst de Haan2002-11-147-0/+138
| | | | | | | | See: http://jakarta.apache.org/commons/beanutils.html Notes: svn path=/head/; revision=70098
* Fixed meta information in header (creation date and description).Ernst de Haan2002-11-141-2/+2
| | | | Notes: svn path=/head/; revision=70096
* Installing in correct locations.Ernst de Haan2002-11-142-90/+65
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70093
* New port: Jakarta Commons CLI library.Ernst de Haan2002-11-146-0/+142
| | | | | | | Java-library for command line arguments and options. Notes: svn path=/head/; revision=70091
* Not including version number in JAR file anymore.Ernst de Haan2002-11-142-3/+5
| | | | | | | Bumped PORTREVISION. Notes: svn path=/head/; revision=70090
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-11-111-0/+1
| | | | | | | | | | | built by someone other than root. After the files have been moved run ${CHOWN} on them recursively. PR: 36411 (still more ports to go) Approved by: Dave Glowacki <dglo@ssec.wisc.edu> (maintainer) Notes: svn path=/head/; revision=69929
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-11-111-2/+4
| | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. PR: 36411 (more ports still to go) Submitted by: alane Notes: svn path=/head/; revision=69926
* Don't remove system directories share/java, share/java/classes, andKris Kennaway2002-11-1015-35/+0
| | | | | | | share/doc Notes: svn path=/head/; revision=69861
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* New port: NetComponents 1.3.8.Ernst de Haan2002-11-096-0/+45
| | | | | | | | See: http://www.savarese.org/oro/downloads/index.html#NetComponents Notes: svn path=/head/; revision=69792
* Upgrade to 1.3.1_06.Ernst de Haan2002-11-092-4/+3
| | | | Notes: svn path=/head/; revision=69785
* Update to the java/javamail port from version 1.2 to 1.3.Edwin Groothuis2002-11-073-350/+355
| | | | | | | | | | Changing maintainer to java@freebsd.org PR: ports/44558 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=69666
* Update to java/jaf port from version 1.0.1 to 1.0.2.Edwin Groothuis2002-11-073-56/+56
| | | | | | | | | | Move maintainer to java@freebsd.org PR: ports/44557 Submitted by: Jose Marques <noway@nohow.demon.co.uk> Notes: svn path=/head/; revision=69665
* . Update to 1.1.4Greg Lewis2002-11-063-5/+8
| | | | | | | | . Alter maintainer from freebsd-ports@ to the more standard ports@. . Instead of explicitly depending on jdk1.1 set USE_JAVA appropriately. Notes: svn path=/head/; revision=69618
* Fix user and group ownership of the installed files when they have beenGreg Lewis2002-11-061-1/+4
| | | | | | | | | | | built by someone other than root. Instead of moving the files with tar, move them with cpio and set up ownership. PR: 36411 (9 more ports to go) Submitted by: alane Notes: svn path=/head/; revision=69613
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* - Ensure that files permissions/owners are set correctly if the port isNate Williams2002-11-061-2/+4
| | | | | | | | | built by a non-root user. Submitted by: glewis Notes: svn path=/head/; revision=69608
* Fixed pre-patch target broken due to REINPLACE_CMDEdwin Groothuis2002-11-051-2/+4
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=69482
* PERL -> REINPLACEEdwin Groothuis2002-11-044-4/+8
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* PERL -> REINPLACEEdwin Groothuis2002-11-041-2/+3
| | | | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento Notes: svn path=/head/; revision=69429
* . Add optional (default: off) runtime dependencies for the font packagesGreg Lewis2002-10-314-0/+40
| | | | | | | necessary to support the different font.properties that are installed. Notes: svn path=/head/; revision=69210
* . Fix UDP packet broadcasting.Greg Lewis2002-10-318-4/+60
| | | | | | | | | . Bump PORTREVISION. Submitted by: daichi, Tetsuo Suzuki <tetsuo@ss-lab.net> Notes: svn path=/head/; revision=69202
* . Check for open-motif with libXm.so, which we actually use, instead ofGreg Lewis2002-10-294-8/+8
| | | | | | | libMrm.a, which isn't. Notes: svn path=/head/; revision=69076
* . In the informative message regarding downloading the necessary files,Greg Lewis2002-10-294-12/+12
| | | | | | | | | use ${DISTDIR} rather than /usr/ports/distfiles. Submitted by: Mike Meyer <mwm@mired.org> Notes: svn path=/head/; revision=69074
* Mark BROKEN on 5.0Kris Kennaway2002-10-261-1/+7
| | | | Notes: svn path=/head/; revision=68849
* . echo -> ${ECHO_MSG}Greg Lewis2002-10-254-32/+32
| | | | Notes: svn path=/head/; revision=68769
* . Catch up with additional font.properties files.Greg Lewis2002-10-254-0/+12
| | | | Notes: svn path=/head/; revision=68768
* . Chinese font.properties and make glue.Greg Lewis2002-10-258-8/+980
| | | | | | | Submitted by: Huang wen hui <hwh@ns.gddsn.org.cn> Notes: svn path=/head/; revision=68767
* Upgrade from 2.0 to 2.1.Ernst de Haan2002-10-223-19/+40
| | | | | | | | See: http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html Notes: svn path=/head/; revision=68580
* Use ${MASTER_SITE_SOURCEFORGE} instead of hard-coded master site.Archie Cobbs2002-10-191-1/+2
| | | | Notes: svn path=/head/; revision=68391
* Installing to ${PREFIX}/linux-sun-jdk1.4.1. This port is nowErnst de Haan2002-10-191-1/+2
| | | | | | | | compatible with bsd.java.mk again. Bumped PORTREVISION. Notes: svn path=/head/; revision=68306
* Upgrade from 1.4.1 to 1.4.1_01.Ernst de Haan2002-10-183-5/+5
| | | | Notes: svn path=/head/; revision=68303
* . More XIM fixes for Japanese users (and presumably others with similarGreg Lewis2002-10-188-0/+256
| | | | | | | | | | character sets). . Bump PORTREVISION. Submitted by: daichi Notes: svn path=/head/; revision=68294
* . Link the Netscape 4 plugin against libintl to avoid a runtime linkGreg Lewis2002-10-184-0/+60
| | | | | | | | | | error. This may allow browsers which use Netscape 4 plugins (e.g. Konqueror) to make use of it. Code change by me, problem report by Dylan Carlson <absinthe@pobox.com>. Notes: svn path=/head/; revision=68293
* . Russian and Ukrainian font property files and appropriate build changes.Greg Lewis2002-10-1812-0/+1664
| | | | | | | Submitted by: mi Notes: svn path=/head/; revision=68291
* Upgrade to 2.4.0. The port now installs only a JAR fileErnst de Haan2002-10-183-2013/+1832
| | | | | | | | | | and the API documentation. These are all installed in the correct locations now. PR: 44211 Notes: svn path=/head/; revision=68289
* Removed unnecessary settings.Ernst de Haan2002-10-181-2/+0
| | | | Notes: svn path=/head/; revision=68286
* Small style improvement.Ernst de Haan2002-10-181-2/+3
| | | | Notes: svn path=/head/; revision=68284
* New port: Jakarta Commons Collections.Ernst de Haan2002-10-186-0/+128
| | | | | | | | See: http://jakarta.apache.org/commons/collections.html Notes: svn path=/head/; revision=68280
* New port: Jakarta Commons Lang.Ernst de Haan2002-10-186-0/+132
| | | | | | | | See: http://jakarta.apache.org/commons/lang.html Notes: svn path=/head/; revision=68275
* Only installing JAR and docs. And installing where they should go.Ernst de Haan2002-10-182-150/+67
| | | | | | | | | Honoring NOPORTDOCS now. Bumped PORTREVISION. Notes: svn path=/head/; revision=68263
* Update to version 1.0.5.Archie Cobbs2002-10-1713-48/+43
| | | | Notes: svn path=/head/; revision=68229
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-171-6/+27
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68217
* . Make the instructions for downloading the various source bits clearer.Greg Lewis2002-10-174-24/+104
| | | | | | | | | The instructions are based on text submitted in the PR (by grog). PR: 42942 Notes: svn path=/head/; revision=68216
* Fix MASTER_SITES.Maxim Sobolev2002-10-171-1/+1
| | | | | | | | PR: 43827 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Notes: svn path=/head/; revision=68213
* Upgrade to 1.3.1_05.Ernst de Haan2002-10-142-3/+3
| | | | | | | | PR: 44009 Requested by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org> Notes: svn path=/head/; revision=68014