aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.20Mathieu Arnold2005-02-183-3/+4
| | | | Notes: svn path=/head/; revision=129189
* - Completely disconnect the man-page symlinks for the time being: The previousVolker Stolz2005-02-183-2/+21
| | | | | | | | | hack would only work after the port has already been built, but not when starting fresh over. Sigh. You still get the (compressed) regular pages, though. - Install stripped demos Notes: svn path=/head/; revision=129188
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-184-786/+787
| | | | | | | | | | | | - Install in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%DATADIR%% - Add $FreeBSD$ tags - Tweak COMMENT to calm portlint (and remove redundant port name from it) - Improve launcher shell script (update to javavmwrapper 2.0) and use SUB_FILES - Minor cosmetic improvements Notes: svn path=/head/; revision=129187
* - Update to bsd.java.mk 2.0Herve Quiroz2005-02-181-2/+3
| | | | | | | - Minor cosmetic improvement Notes: svn path=/head/; revision=129186
* - set as DEPRECATEDDirk Meyer2005-02-182-0/+4
| | | | Notes: svn path=/head/; revision=129185
* - use /tmp not /var/tmp for mail.localDirk Meyer2005-02-186-34/+3
| | | | | | | | Base has switched back to /tmp in Revision 1.1.1.1.2.4 with import of sendmail 8.12.2 for FreeBSD 4.6 Notes: svn path=/head/; revision=129184
* An implemention of the Jabber conference server using the protocol defined inPav Lucistnik2005-02-1811-0/+133
| | | | | | | | | | JEP-0045. PR: ports/62585 Submitted by: Denis Shaposhnikov <dsh@neva.vlink.ru> Notes: svn path=/head/; revision=129182
* - add patch to fix connections that stay in CLOSE_WAITDirk Meyer2005-02-181-0/+109
| | | | | | | | | | http://www.sendmail.org/patches/close_wait.p2 Submitted by: Dmitry Pryanishnikov Obtained from: sendmail.org Notes: svn path=/head/; revision=129181
* - catch up autoconf changesDirk Meyer2005-02-181-1/+1
| | | | Notes: svn path=/head/; revision=129180
* List man-pages I missed in previous commit. While here, sort and shave offVolker Stolz2005-02-182-740/+858
| | | | | | | | | | | 5k of plist's size by collecting entries in a saner way. Work around 'argument list too long' when compressing man pages by ... not compressing the 36 files. Independently run into by: Simon Barner Notes: svn path=/head/; revision=129179
* Update to version 1.31Kirill Ponomarev2005-02-182-3/+3
| | | | | | | | PR: ports/77678 Submitted by: maintainer Notes: svn path=/head/; revision=129178
* McStas - Monte Carlo simulation of neutron instrumentsPav Lucistnik2005-02-186-0/+638
| | | | | | | | | | | | | | | | | | McStas is an ongoing project to create a general tool for simulating neutron scattering instruments. The project is conducted at Risoe National Laboratory in cooperation with the ILL. McStas is based on a compiler that reads a high-level specification language defining the instrument to be simulated and produces C code that performs the Monte Carlo Simulation. WWW: http://neutron.risoe.dk/ PR: ports/66031 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Notes: svn path=/head/; revision=129176
* Fix build on 4.8Kirill Ponomarev2005-02-184-12/+20
| | | | | | | | | | | | | Fix MASTER_SITES. Change maintainer's email. Based on PR: ports/75890 Submitted by: Michel Lavondes <fox at vader.aacc.cc.md.us> Reviewed by: maintainer Approved by: maintainer Notes: svn path=/head/; revision=129175
* - Update to 20041602Sergey Matveychuk2005-02-182-4/+4
| | | | | | | | | | - Pass maintainership to submitter PR: ports/77606 Submitted by: Simon Barner <barner(at)gmx.de> Notes: svn path=/head/; revision=129174
* Add wmquake 1.1,Kirill Ponomarev2005-02-186-0/+68
| | | | | | | | | | | Just what you always wanted. Hardcore quake fanatics can now enjoy their favorite game in a 64x64 window! PR: ports/76352 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=129172
* - Update to 2.1.0Sergei Kolobov2005-02-185-34/+34
| | | | | | | | | | | | - Project moved to a new home - update MASTER_SITES and WWW line - Install scripts into ${DATADIR} - Utiltize new SUB_FILES mechanism for pkg-message pattern substitution - Clarify description in pkg-descr Prompted by: pointyhat via kris Notes: svn path=/head/; revision=129171
* Update to version 2.0.3Kirill Ponomarev2005-02-183-10/+13
| | | | | | | | PR: ports/77676 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129170
* Readd mistakenly removed patch to honour CC/CFLAGS.Kirill Ponomarev2005-02-181-0/+43
| | | | Notes: svn path=/head/; revision=129169
* Update to version 1.40Kirill Ponomarev2005-02-183-47/+6
| | | | | | | | PR: ports/77675 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129168
* noeGNUd aims to be the ultimate User Interface ( UI ) for nethack. comibiningPav Lucistnik2005-02-1842-0/+3187
| | | | | | | | | | | | | | | | | character mode, 2D tilesets and 3d graphics, all interchangeable at runtime to allow the serious nethack player ultimate freedom of interface to the game that allows ultimate freedom of gameplay and imagination. noegnud-data is the foundamental data for noeGNUd which all noeGNUd games depend on it. noegnud-nethack, noegnud-nethack-deet, noegnud-slashem, and noegnud-littlehack are the four variant games that noeGNUd support. noegnud-addons installs tilesets and sound themes. PR: ports/65318 Submitted by: Leland Wang <llwang@infor.org> Notes: svn path=/head/; revision=129166
* Fix MASTER_SITES.Kirill Ponomarev2005-02-182-67/+69
| | | | | | | | | | | Utilize NOPORTDOCS. Use DATADIR and DOCSDIR. PR: ports/77673 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129165
* Fix unfetchable tarball, it was renamed and relocated on originalKirill Ponomarev2005-02-182-4/+4
| | | | | | | | | | server. PR: ports/77674 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129164
* Update to version 2.2Kirill Ponomarev2005-02-186-46/+106
| | | | | | | | PR: ports/75707 Submitted by: Jeremy Chadwick <freebsd at jdc.parodius.com> Notes: svn path=/head/; revision=129163
* Update to version 0.5.18Kirill Ponomarev2005-02-183-4/+18
| | | | | | | | PR: ports/76867 Submitted by: maintainer Notes: svn path=/head/; revision=129162
* Update to version 4.2.0Kirill Ponomarev2005-02-186-74/+180
| | | | | | | | PR: ports/76850 Submitted by: Kay Lehmann <kay_lehmann at web.de> Notes: svn path=/head/; revision=129161
* Fix plist.Kirill Ponomarev2005-02-181-1/+2
| | | | | | | | PR: ports/76924 Submitted by: Florent Thoumie <flz at xbsd.org> Notes: svn path=/head/; revision=129160
* Fix plist.Kirill Ponomarev2005-02-181-0/+1
| | | | | | | | PR: ports/76923 Submitted by: Florent Thoumie <flz at xbsd.org> Notes: svn path=/head/; revision=129159
* Unbreak on alpha.Kirill Ponomarev2005-02-184-2/+24
| | | | | | | | PR: ports/76963 Submitted by: Florent Thoumie <flz at xbsd.org> Notes: svn path=/head/; revision=129158
* - Depend on pkg-config to allow for clean package deinstallationSergei Kolobov2005-02-183-22/+7
| | | | | | | | | | | (due to presence of files installed into ${PREFIX}/libdata/pkgconfig) - Remove patches in favor of simpler REINPLACE substitution PR: ports/77279 (based on) Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=129157
* Add sqlgrey 1.4.5, greylisting policy server for Postfix using an SQL backend.Mathieu Arnold2005-02-187-0/+220
| | | | Notes: svn path=/head/; revision=129155
* Fix build.Kirill Ponomarev2005-02-181-5/+2
| | | | | | | | Based on PR: ports/76668 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129154
* Update to version 2.45.241.1926Kirill Ponomarev2005-02-182-5/+3
| | | | | | | | PR: ports/77635 Submitted by: Johan van Selst <johans at stack.nl> Notes: svn path=/head/; revision=129153
* Update to version 1.3.5Kirill Ponomarev2005-02-183-3/+4
| | | | | | | | PR: ports/77671 Submitted by: maintainer Notes: svn path=/head/; revision=129152
* Fix build on 64bit archs.Kirill Ponomarev2005-02-183-1/+185
| | | | | | | | PR: ports/77030 Submitted by: Florent Thoumie <flz at xbsd dot org> Notes: svn path=/head/; revision=129151
* Fix MASTER_SITES.Kirill Ponomarev2005-02-182-53/+53
| | | | | | | | | | Portlint(1). PR: ports/77029 Submitted by: Stefan Walter <sw at gegenunendlich.de> Notes: svn path=/head/; revision=129150
* Fix MASTER_SITES.Kirill Ponomarev2005-02-181-1/+1
| | | | | | | | PR: ports/77669 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129149
* Add libpaper (print/libpaper) support.Kirill Ponomarev2005-02-181-0/+5
| | | | | | | | | PR: ports/77609 Submitted by: Oyvind Moll <oyvind@moll.no> Approved by: maintainer Notes: svn path=/head/; revision=129148
* Update to 0.22.Anton Berezin2005-02-183-8/+8
| | | | | | | | Assign maintainer to perl@. Fix plist. Notes: svn path=/head/; revision=129147
* Update MASTER_SITES.Kirill Ponomarev2005-02-181-1/+1
| | | | | | | | PR: ports/77668 Submitted by: Sam Lawrance <boris at brooknet.com.au> Notes: svn path=/head/; revision=129146
* This port allows to create nice syntax coloured listings for display on webPav Lucistnik2005-02-186-0/+66
| | | | | | | | | | sites PR: ports/61384 Submitted by: Marc van Woerkom <marc.vanwoerkom@fernuni-hagen.de> Notes: svn path=/head/; revision=129144
* Update to 0.06.Anton Berezin2005-02-182-3/+3
| | | | Notes: svn path=/head/; revision=129143
* Assign maintainership to submitter.Kirill Ponomarev2005-02-181-1/+1
| | | | | | | | PR: ports/77649 Submitted by: Stefan 'Steve' Tell <stell@zeus.crashmail.de> Notes: svn path=/head/; revision=129142
* Update to 3.195Kirill Ponomarev2005-02-182-3/+3
| | | | | | | | PR: ports/77655 Submitted by: maintainer Notes: svn path=/head/; revision=129141
* amavis-stats is a simple AMaViS statistics generator based on rrdtool. ItPav Lucistnik2005-02-1810-0/+178
| | | | | | | | | | | | | produces graphs of clean emails, spam emails and infected emails broken down by virus, from amavis log entries. RRD files are created and updated by a perl script run from cron. Graphs are generated by a php script and viewed with a web browser. PR: ports/68934 Submitted by: Mantas Kaulakys <stone@tainet.lt> Notes: svn path=/head/; revision=129139
* Honour PREFIX.Kirill Ponomarev2005-02-181-2/+2
| | | | | | | | PR: ports/77658 Submitted by: Bjoern Jonare <asdfgl at home.se> Notes: svn path=/head/; revision=129138
* Update to version 1.1.7Kirill Ponomarev2005-02-1818-644/+104
| | | | | | | | PR: ports/77653 Submitted by: maintainer Notes: svn path=/head/; revision=129137
* Fix build on amd64.Kirill Ponomarev2005-02-181-5/+1
| | | | | | | | PR: ports/77638 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=129136
* Update to version 0.2.2Kirill Ponomarev2005-02-184-17/+6
| | | | | | | | | | Assign maintainership to submitter. PR: ports/77644 Submitted by: maintainer Notes: svn path=/head/; revision=129135
* Update to 0.40.92Erwin Lansing2005-02-184-6/+6
| | | | Notes: svn path=/head/; revision=129134
* Update to 0.3.1.Jeremy Messenger2005-02-182-3/+3
| | | | Notes: svn path=/head/; revision=129133