aboutsummaryrefslogtreecommitdiffstats
path: root/editors
Commit message (Collapse)AuthorAgeFilesLines
* Quick and dirty fix to build on -current.sumikawa2003-05-102-0/+13
| | | | #define HAVE_SYS5_PTY was forcingly disabled by removing its entry.
* upgrade to 1.2.2ijliao2003-05-103-8/+21
|
* Remove xemacs21-mule-common for move xemacs21-mule to version 21.4.12.kiri2003-05-091-1/+0
|
* Remove for move xemacs21-mule to version 21.4.12.kiri2003-05-096-1087/+0
|
* Modify files for move xemacs21-mule to version 21.4.12.kiri2003-05-093-131/+1538
|
* Remove needless files for move xemacs21-mule to version 21.4.12.kiri2003-05-091-17/+0
|
* Add additinal files for move xemacs21-mule to version 21.4.12.kiri2003-05-097-0/+522
|
* Fix breakage and remove redundant _LITTLE_ENDIAN defines for CURRENT only. ↵mbr2003-05-0940-375/+549
| | | | | | Remove unneeded include defines.
* Fix breakage and remove redundant _LITTLE_ENDIAN defines. Removembr2003-05-0934-136/+442
| | | | unneeded include defines.
* Change in-place replacement.kiri2003-05-082-2/+3
|
* Set MASTER_SITES fetchable and correct reinplace commands.kiri2003-05-084-12/+16
|
* Remove gtksourceview.marcus2003-05-081-1/+0
|
* Remove gtksourceview for re-import under x11-toolkits. Since this is amarcus2003-05-088-115/+0
| | | | new port, no history is lost.
* Add gtksourceview, and editor component that adds syntax highlightingmarcus2003-05-089-0/+116
| | | | support to the default GtkTextView widget.
* Change maintainer email to my @FreeBSD.org addressmich2003-05-072-2/+2
| | | | Approved by: roberto(mentor)
* Change MASTER_SITES and WWW.yoichi2003-05-062-2/+2
| | | | Notified by: bento
* BROKEN: DOes not compilekris2003-05-061-0/+2
|
* Update to version 9.3o.gj2003-05-0510-70/+21
|
* Chase libgucharmap's shared lib version.marcus2003-05-043-3/+3
|
* Update to version 21.5.11.gj2003-05-025-614/+761
| | | | Remove GTK support until I figure out why it isn't working.
* Reset Maintainer addressarved2003-04-302-2/+2
| | | | | Submitted by: Brett Taylor <brett@peloton.radford.edu> (old maintainer) PR: 51601-51606
* Fix typo.mbr2003-04-2917-17/+17
| | | | Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>
* MAINTAINER UPDATE: editors/e3 2.42 -> 2.43edwin2003-04-292-2/+2
| | | | | PR: ports/51317 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* update revision to push out distfile fixalane2003-04-291-1/+1
|
* Fix MD5 for changed docs file.alane2003-04-291-1/+1
| | | | PR: 50876 51103
* Fix the WITH_TTF_BYTECODE_ENABLED option and let us enable it again.mbr2003-04-283-24/+24
|
* Fix debug patches, which were not correctly applied.maho2003-04-2834-255/+255
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Only build a meta port with all HYPHDIST if LANGDIST is not definedmbr2003-04-281-1/+1
| | | | at all.
* New checksums for some dicts. These contain data only.mbr2003-04-281-3/+3
|
* Add missing @.mbr2003-04-283-3/+3
|
* Move the KDE wrapper replacement a bit, and only substitute inmbr2003-04-2720-63/+200
| | | | | | | the perl script which creates the wrapper bits. Remove a newline in the post-patch target in the openoffice port. Add fix for gnome wrappers too.
* xargs -> ${XARGS}mbr2003-04-2720-60/+60
|
* Make the kde startup files use our wrapper files.mbr2003-04-2720-0/+60
|
* Add smath to the wrapper list.mbr2003-04-2720-0/+20
|
* Update WWW.kuriyama2003-04-241-1/+1
| | | | | Submitted by: MA, Dunzi <tadalunch@sources.redhat.com> PR: ports/48302
* Update to version 2.14.naddy2003-04-242-2/+2
| | | | | PR: 51051 Submitted by: Ports Fury
* After a repo copy from xemacs-devel turn this port into xemacs.gj2003-04-231-3/+3
|
* Add xemacs to the build.gj2003-04-231-0/+1
|
* Add official bugfix patch that fixes two kword crahes, when closing thearved2003-04-236-0/+18
| | | | | | | "Insert Special Character" dialog and when updating the Table Of Contents. PR: 49020 Submitted by: mi, Michael Nottebrock
* Update sources to 4.55dougb2003-04-222-3/+2
|
* FreeBSD doesn't use the same method of authenticating passwords thattruckman2003-04-2217-187/+0
| | | | | | | | Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr
* Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionstruckman2003-04-2234-204/+527
| | | | | | | that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr
* Convert to new GNOME infrastructure.marcus2003-04-222-11/+3
|
* Maintenance update to 1.2.1.naddy2003-04-222-3/+2
|
* FreeBSD doesn't use the same method of authenticating passwords thattruckman2003-04-213-33/+0
| | | | | | | | Linux uses with its shadow password file. This patch was a no-op anyway because of an earlier #ifdef in the source file. If the port needs this functionality, it should be re-implemented using PAM. Approved by: mbr
* Port to __FreeBSD_version >= 500112 that now has getpw*_r() functionstruckman2003-04-216-24/+108
| | | | | | | that are incompatible with the older draft implementations supplied with the OpenOffice source. Approved by: mbr
* Allow building with WITH_BSD_JDK.truckman2003-04-213-3/+3
| | | | Approved by: mbr
* Update to 1.9.0 which includes a working Bonobo control and Nautilus filemarcus2003-04-2021-174/+63
| | | | view.
* Remove USE_GNOMENG.marcus2003-04-2017-17/+0
|
* Only warn users about OS-bugs < 4.8Rmbr2003-04-203-6/+6
| | | | | Submitted by: Palle Girgensohn <girgen@pingpong.net> PR: 51169
* 1. Correct include path for instsetoo/util/openoffice.lstmaho2003-04-19136-17/+4896
| | | | | | | | | | Without it, licensing terms are not copied and installation fails for some localizd build. (affects patch-instsetoo+util+openoffice.lst and Makefile) 2. Added CJK Word 95/6.0/RTF import feature (Other patches) 3. Bump port revision By Takashi Ono <t_ono@hkfreak.net>
* For GIF patent problem, remove some goodies.maho2003-04-1812-3/+1104
| | | | | However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes
* Fix application hangs if I try to print to a printer which is not setmbr2003-04-186-0/+36
| | | | | | | | as default. #i13031# fixed non matching allocator/deallocator issue Because of this severe bug OO.org1.03 release will be rerolled.
* Opps, forgot to update distinfomaho2003-04-173-3/+3
|
* Fix inappropreate menu item for Japanese.maho2003-04-1717-0/+187
| | | | | Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Approved by: mbr
* For GIF patent problem, remove some goodies.maho2003-04-1785-0/+6273
| | | | | | | However source distribution is still legal, so this can be enabled by WITH_GIF_LZW_COMPRESSION=yes Approved by: mbr (Martin Blapp)
* Fix slave ports building.nork2003-04-171-1/+1
| | | | | | PR: ports/51081 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp> Approved by: maintainer no response
* Fix path of soffice binary.mbr2003-04-1617-33/+33
| | | | Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
* Complete conversion to new GNOME infrastructure.marcus2003-04-163-6/+3
|
* Fix breakage in these patches. I just copied them frommbr2003-04-146-21/+21
| | | | | the openoffice-devel port but some parts in the context seem to have changed.
* Add beaver, a programmer's text editor for GTK+ 2.0.marcus2003-04-137-0/+149
| | | | | PR: 50800 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Update to Vim 6.1 patchlevel 455obrien2003-04-132-2/+15
|
* Upgrade to 21.3, following the editors/emacs21 update.olgeni2003-04-132-3/+3
|
* Upgrade to 1.0.3. While we are here, backport 3 fixes from openoffice-develmbr2003-04-1333-465/+420
| | | | | which should fix some bugs related to temporary files, and one bug in the gcc3 bridge code.
* Allow building the slave ports too.mbr2003-04-1217-0/+221
| | | | Submitted by: maho
* Update to 2.2.1.adamw2003-04-123-8/+2
|
* * Add missing popt dependency [1]marcus2003-04-123-21/+15
| | | | | | * Convert to new GNOME infrastructure Reported by: bento [1]
* Mastersite for localized help files has changed.mbr2003-04-1217-17/+17
| | | | Submitted by: maho
* Add hyphenation dictionaries to the slave ports.mbr2003-04-099-0/+9
|
* Install the dictionaries world readable.mbr2003-04-091-0/+4
|
* Update to 1.9.17pat2003-04-095-61/+17
| | | | | PR: ports/50734 Submitted by: obraun
* Upgrade from 3.40 to 3.42. Make it use our -lgnuregex instead of compilingmi2003-04-094-3/+42
| | | | | its own (same version). May be, the upgrade will fix the intermittent crashes one of my users was experiencing...
* Add hyphenation dictionaries, add option INSTALLATION_BASEDIR to allowmbr2003-04-092-25/+84
| | | | | | | | | | | adding dictionaries to linux openoffice ports and openoffice-devel port. Fix several checksums (they only contain non security related content) from updated distfiles. Fixed client ooodict ports will follow soon. Bump port version.
* Master-Site has changed.mbr2003-04-091-1/+1
| | | | Submitted by: Bill Fenners distfile survey.
* Update to 21.3.nobutaka2003-04-084-10/+15
| | | | Submitted by: Frank Ruell <stoerte@dreamwarrior.net>
* Fix another place where having the patch level in the distfile caused problems.obrien2003-04-071-6/+7
| | | | | PR: 50618 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* Fix the DATADIR path in the cases where the distfile contains a patch level.obrien2003-04-071-3/+3
|
* update to 3.10alane2003-04-062-3/+13
|
* Make nvi-perl work with newer perls. Unbreak it for -CURRENT.tobez2003-04-054-5/+47
| | | | | PR: 37730 Reported by: parv <parv_fm@emailgroups.net>
* Update to 1.9.2.nork2003-04-052-5/+5
| | | | | PR: ports/50583 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to Vim 6.1 patchlevel 435obrien2003-04-052-337/+30
|
* Remove USE_LINUXJDK and simplify set_soenv even more. Use native threadsmbr2003-04-0434-1241/+969
| | | | instead of green threads.
* Update to 2.2.1.marcus2003-04-044-60/+52
|
* * Update to 1.1.4marcus2003-04-0421-915/+444
| | | | * Enable optional GNOME 2 support
* Same as in patch patch-registry+source+registry.cxxmbr2003-04-0417-0/+238
| | | | | | This part was just wrong. mkstemp does return a file descriptor, not a string. This could lead to crashes. MacOS will have the same problems.
* This part was just wrong. mkstemp does return a file descriptor,mbr2003-04-0417-0/+238
| | | | | not a string. This could lead to crashes. MacOS will have the same problems.
* Remove redundant getpwuid_r from the patch. Build getpwuid_r partmbr2003-04-0417-1224/+595
| | | | for FreeBSD too.
* Fix crash in Autopilot->Report.mbr2003-04-0417-0/+187
|
* Update to version 9.3n.gj2003-04-034-4/+12
|
* Update to 1.0.5.marcus2003-04-034-13/+30
|
* Update to 2.42kevlo2003-04-032-2/+2
| | | | | PR: 50552 Submitted by: MAINTAINER
* This snapshot has a different path for the userdir.mbr2003-04-0117-67/+67
|
* Update to Vim 6.1 patchlevel 405.obrien2003-04-012-12/+38
|
* Update to srx644_ooo20030412.mbr2003-04-0168-255/+68
|
* Readd previous deleted part. It is still needed for 4.xmbr2003-04-0117-34/+510
|
* SOLARINI pointed to the wrong file. ssrx644.ini itself has stillmbr2003-03-3151-510/+901
| | | | | Linux dependent stuff in the FreeBSD section. Clean this up. Register the stlport lib.
* Uups. Committed to the wrong dir.mbr2003-03-3117-0/+0
| | | | | Check for m_pLockfile != NULL to fix crash during startup if no lockfile does exist at all (if we have no installed user directory)
* Check for m_pLockfile != NULL to fix crash during startup if no lockfilembr2003-03-3117-0/+374
| | | | does exist at all (if we have no installed user directory)
* Only add the office_${RELEASE_NR} wrapper startup scriptsmbr2003-03-3117-34/+34
| | | | | | to the pkg list. Submitted by: Dan Naumov <dan.naumov@ofw.fi>
* Work around the issue that our jdk has no version number like 1.4.1_02.mbr2003-03-3034-0/+1020
| | | | | | | | It reports itself as release candidat: 1.4.1-p3. This makes the jdk detection working. Problem reported by: David Booth <wbooth@austin.rr.com>
* Only do the workaround if a user-install exists.mbr2003-03-2917-50/+84
|
* Add missing cpmbr2003-03-2917-0/+34
|
* Mark BROKEN on 5.0: does not compilekris2003-03-291-1/+7
| | | | Submitted by: parv <parv@pair.com>
* Remove the FreeBSD SOLARLIB part now /usr/lib and /usr/local/libmbr2003-03-2817-170/+442
| | | | have been removed from the default settings.
* Patch was reversed.mbr2003-03-2817-408/+204
|
* Fix typombr2003-03-2817-17/+17
|
* Unbreak the port and fix the remaining pkg files.mbr2003-03-2851-1309/+1462
| | | | Have fun with OpenOffice1.1Beta !
* Workarounds for the startup wrappers.mbr2003-03-2817-50/+118
|
* Add $JAVA_HOME/jre/lib/i386 for -L. This seems to be unneeded for Linuxmbr2003-03-2817-34/+187
| | | | and others. Must be a JDK difference.
* BSD cp does not have -u option.mbr2003-03-2817-0/+272
|
* Fix typo: ScanFileList -> SCacheFileListmbr2003-03-2820-20/+20
|
* Use autoconf version > 2.5 to fix compile on CURRENT.mbr2003-03-2820-0/+20
|
* Bump portrevision after recent changes.mbr2003-03-283-3/+3
|
* Fix gcc3.2.2 compilembr2003-03-283-18/+18
|
* Fix patch which was apllied to the wrong dir.mbr2003-03-283-102/+81
|
* Fix missing patch which was applied to the wrong directory, ouch !mbr2003-03-2817-578/+459
| | | | This may be the case for OO1.0X too.
* Depending on how a compiler generates code (e.g., GCC 3.2.2 vs. GCCmbr2003-03-2817-0/+697
| | | | | | | | | | | | | | | | 3.0.1), a bug in the gcc3_linux_intel UNO bridge is revealed: If a C/C++ function returns a complex object (class, struct, union), the 386 ABI specifies that the caller pushes the address for that object on the stack, and the callee removes it from the stack. The code in the UNO bridge (callVirtualMethod in bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx) erroneously assumes that the callee does *not* remove the address from the stack, corrupting the stack. We use the same bridge code as linux does for gcc3.x. So this fix also works for us. Submitted by: Stephan Bergmann <stephan.bergmann@sun.com>
* Add "bsd" include path to SOLARINC too.mbr2003-03-2817-51/+68
|
* The bsd1.4.1 jdk has a "bsd" include subdir.mbr2003-03-2717-17/+17
|
* This is fixed in the new snap tarball.mbr2003-03-2734-3587/+0
|
* OOo1.1 seems to link against a lib in the jdk. OOo will still runmbr2003-03-2717-357/+17
| | | | | without this library, but for compile it is definitly needed. Remove the linux jdk dependency and use again our native one.
* Update to a 20030324 snapshot. Remove a old unusedmbr2003-03-2734-68/+68
| | | | distfile entry.
* Update to version 0.8.1kevlo2003-03-274-17/+9
|
* Always use ${LINK} and ignore different settings.mbr2003-03-2717-17/+17
|
* Fix typombr2003-03-273-3/+3
| | | | | PR: 50027 Submitted by: Christopher Nehren <apeiron@comcast.net>
* Hopefully fix the build on bento:mbr2003-03-2720-100/+220
| | | | | The JDK dependency needs to be at the first place, so all following dependencies use the same JDK.
* Add WWW.olgeni2003-03-241-0/+2
|
* Use the linux map files for the gcc3 case.mbr2003-03-2451-102/+476
|
* The disposing happened to early. Move it a bit.mbr2003-03-2417-0/+578
| | | | Submitted by: Daniel Boelzle <dbo@openoffice.org>
* We use the linux jdk now to build, so follow the linux if-clauses here.mbr2003-03-2434-0/+680
|
* Fix bridge tests. Fixed in HEAD of OO.org, but not in srx644 branch.mbr2003-03-2434-0/+3587
|
* Remove -export-dynamic. This option is not needed at all andmbr2003-03-2417-68/+68
| | | | | does not work together with the .map files. This is already fixed in the 1.0X OO.org series.
* Update to 4.1.0.sobomax2003-03-234-59/+434
|
* Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.anholt2003-03-131-0/+11
| | | | Submitted by: bento/kris
* Readd patch from last commit.mbr2003-03-1217-0/+187
| | | | Approved: kris (portmgr)
* Update to cws_srx644_ooo11beta. It still doesn't build but this commit will helpmbr2003-03-12408-89505/+9911
| | | | | | | | | | | | to track the things down. There are known problems with weak symbols and exceptions. Some c++ tools inside the port will fail if you try to compile. The cpp_uno bridge has been updated to the latest linux version available. Added 'make update' target to upgrade the source to the latest version. Approved by: kris (portmgr)
* Cleaning up after the wonders of remote cvsade2003-03-076-6/+0
|
* Clear moonlight beckons.ade2003-03-07116-55/+61
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Remove pkg-comment from the remaining special cases.ade2003-03-071-1/+0
| | | | Approved by: portmgr (implicitly)
* Remove pkg-comment from remaining master/slave port sets.ade2003-03-0749-32/+26
| | | | Approved by: portmgr (implicitly)
* More manual pkg-comment cleanups.ade2003-03-079-9/+7
| | | | Approved by: portmgr (implicitly)
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-0746-23/+23
| | | | | | pending the final semi-automatic purge. Approved by: portmgr (implicitly)
* Remove pkg-comment and add COMMENT to the Makefile.gj2003-03-0610-5/+5
|
* It's ".if", not "if"ade2003-03-0617-17/+17
| | | | Submitted by: make index
* DTRT with respect to COMMENT, unbreaking things.ade2003-03-061-3/+1
| | | | Submitted by: make index
* Fix minor typo (if instead of .if)ade2003-03-063-3/+3
| | | | Submitted by: make index
* de-pkg-commentmbr2003-03-068-23/+27
|
* Update to 1.1 beta. Work in progress.mbr2003-03-061237-39339/+8875
| | | | de-pkg-comment
* de-pkg-comment, drop maintainership.alex2003-03-062-2/+2
|
* Update to Vim 6.1 patchlevel 365obrien2003-03-062-2/+24
|
* * Switch to Makefile COMMENTdougb2003-03-053-60/+24
| | | | * Take advantage of winter's work on ispell
* Switch to Makefile COMMENTdougb2003-03-051-1/+0
|
* Bring over the patch from pine4 to make the pico build respect CFLAGSdougb2003-03-051-0/+11
|
* Update to 2.41 which solves a core dump bug.markp2003-03-052-2/+2
| | | | | PR: 48891 Submitted by: maintainer
* Add missing patches for PR 48789mbr2003-03-0557-0/+2976
| | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Add support for uk_UA.KOI8-U locale.mbr2003-03-0515-9/+156
| | | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> PR: 48789
* Use MASTER_SITE_DEBIAN.naddy2003-03-041-1/+2
| | | | Approved by: maintainer timeout
* Update to 9.3l.gj2003-03-0412-4/+44
|
* This download site answers, but the mirror hasn't updated to the latest version.dougb2003-02-281-1/+0
|
* Update 3.3 to 3.4.kiri2003-02-282-3/+3
| | | | o update 1 pkg
* Update 6.1 to 7.0.kiri2003-02-282-101/+103
| | | | | o 1 new pkg(ecb) o update 51 pkgs
* Remove redunant quotes on COMMENTSperky2003-02-281-1/+1
| | | | Submitted by: maintainer
* Update WWW and MASTER_SITESarved2003-02-242-2/+3
| | | | | PR: 48300 Submitted by: MA, Dunzi <tadalunch@sources.redhat.com>
* Add AbiWord2.marcus2003-02-241-0/+1
|
* Add AbiWord2 after repo copy from AbiWord. AbiWord2 is the GNOME Officemarcus2003-02-2439-1752/+1512
| | | | word processor build on Gtk 2.
* De-pkg-comment my ports + some more.olgeni2003-02-232-1/+1
|
* Maintainer update: editors/jed to 0.99.16edwin2003-02-235-19/+43
| | | | | PR: ports/48487 Submitted by: Benedikt Schmidt <s_bschmi@ira.uka.de>
* Make fetchable.arved2003-02-236-10/+46
| | | | | | USE_QT_VER= 2 -> 3 De pkg-comment Set Maintainership back to ports
* Update to 3.2.7.markp2003-02-233-3/+3
| | | | De-pkg-comment.
* Do not fail if libXrender.so doesn't exist at all.mbr2003-02-222-0/+4
| | | | Submitted by: "Karel J. Bosschaart" <karelj@wop21.wop.wtb.tue.nl>
* Add USE_XLIB.arved2003-02-221-0/+1
| | | | Noticed by: bento
* de-pkg-comment.kuriyama2003-02-222-1/+1
|
* De-pkg-comment.knu2003-02-2158-29/+29
|
* When saving file do fflush/fsync, so that its content isn't lost if machinesobomax2003-02-211-0/+14
| | | | is forcefully powered down shortly after that.
* Add qemacs, Quick Emacs, a very small but powerful editorarved2003-02-216-0/+91
| | | | Submitted by: Brad Davis <so14k@so14k.com>
* Actually enable all those nifty new features.naddy2003-02-211-0/+2
| | | | Reported by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* De-pkg-comment.knu2003-02-214-3/+3
|
* De-pkg-comment.knu2003-02-2159-31/+32
|
* Update to 1.2.0. Major additions in this release:naddy2003-02-204-6/+10
| | | | | | | | - nanorc support - color syntax highlighting - multiple file buffers - search/replace history - new translations
* Fix make WITH_CDROM WITH_ADABAS=yes.mbr2003-02-201-4/+4
| | | | | PR: 46115 Submitted by: Philip M. Gollucci <Philip.M.Gollucci.philip@p6m7g8.com>
* Make some installation notes more clear. Inspired bymbr2003-02-204-14/+48
| | | | PR 42978.
* Fix the insufficient installation instructions.mbr2003-02-202-14/+51
| | | | | PR: 42978 Submitted by: grog (long time ago)
* Update to Vim 6.1 patchlevel 343obrien2003-02-202-2/+18
|
* De-pkg-comment vim 6 ports.knu2003-02-195-4/+5
| | | | Approved by: obrien (MAINTAINER)
* add tetradraw 2.0.2ijliao2003-02-177-0/+39
| | | | | | Fully featured ANSI art editor/viewer with TCP/IP multidraw support Submitted by: Frederic Cambus
* Update to 1.9.8pat2003-02-154-3/+68
|
* Switch over to MASTER_SITE_DEBIAN.naddy2003-02-132-2/+3
| | | | | | | | | Also convert COMMENT while I'm here. List of candidate ports from PR: 47881 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* The helpcontent files have moved.mbr2003-02-133-3/+3
| | | | Submitted by: Daniel Mueller <mue.da@gmx.de>
* Add missing underline.mbr2003-02-123-3/+3
| | | | Submitted by: Gabor Zahemszky <Gabor@Zahemszky.HU>
* Fix build broken by version update.markp2003-02-111-1/+2
| | | | Pointed out by: kris/bento
* upgrade to 1.2.0ijliao2003-02-103-3/+8
|
* Convert COMMENT to COMMENTFILE until these ports can be converted.kris2003-02-1022-22/+22
| | | | Submitted by: lioux
* Update to 3.2.5.markp2003-02-093-3/+9
| | | | Add documentation.
* Actually commit ghex2 2.2.0.marcus2003-02-092-6/+7
| | | | Prompted by: Mike Harding <mvh@ix.netcom.com>
* add MathPlanner 3.1.2ijliao2003-02-089-0/+136
| | | | A mathematical design and publishing application
* Update to GNOME 2.2.marcus2003-02-085-15/+76
| | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
* Create MASTER_SITE_VIM.obrien2003-02-071-6/+1
|
* Update to Vim 6.1 patchlevel 319obrien2003-02-073-7/+5
| | | | Patch 6.1.318 fixed the problems that our local patch-01 revs 1.2[24] fixed.
* Correct ports that were abusing the FORBIDDEN variable and replace withseanc2003-02-072-2/+2
| | | | | | | | | | | | | | | | | | either IGNORE or BROKEN. Since there seems to be some confusion, for the record: BROKEN is reserved for ports that don't work. This will prevent users from installing the port, but please note that ports marked as BROKEN will still be built by bento IGNORE is reserved for ports that should not be built for one reason or another (including bento). Users and bento will not build ports marked as IGNORE. FORBIDDEN is reserved for security breakages only!!! Only mark a port as FORBIDDEN if there is a security issue with the port at the time. Reviewed by: kris (portmgr)
* Update to 0.7.9.sobomax2003-02-063-4/+2
|
* Update to 1.50.sobomax2003-02-065-17/+10
|
* Add staroffice6 wrapper script.mbr2003-02-052-0/+30
|
* Fetch the sunsolve patch for inofficial distsites, we have thembr2003-02-054-26/+50
| | | | | | | | | | | | md5 checksums to be sure it's really the correct file. Add wrappers like the ones openoffice port has. While we are here, remove the install-user target, we don't need it anymore. Fix the patch installation, it does not need to check if the path "/compat/linux/$PREFIX/staroffice60" does exist. Pointed out by: rwatson
* o Build and install some tools in the wily tarball to make the behaviourjkoshy2003-02-057-4/+87
| | | | | | | | | of `wily' closer to that of `acme'. o Freshen ${MASTER_SITE}. o Hand over maintainership to Serge Gagnon <gagnon__s@videotron.ca> PR: ports/47157 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
* Update to Vim 6.1 patchlevel 314obrien2003-02-032-10/+10
|
* Fix core-dump-problem on 5.0 or later.shige2003-02-023-9/+21
| | | | | PR: ports/46031 Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
* Fix the build dependendency for the JDK. Wembr2003-02-013-6/+9
| | | | | don't need the USE_LINUX since the linux-sun-jdk port already has it defined.
* Properly handle OMF files.marcus2003-01-311-0/+4
|
* bump PORTEPOCH by 2.31->2.4.nork2003-01-301-0/+1
| | | | Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Switch over to GNOMENG (I wish the knob was named something else as I don'tobrien2003-01-291-8/+13
| | | | | | | | even want to suggest Vim now depends on the all that is GNOME). This appears to be affectively a no-op as `ldd' reports the same libs as before. PR: 46770 Submitted by: marcus
* Update to 2.4.nork2003-01-292-2/+2
| | | | | PR: ports/47562 Submitted by: Joseph Scott <joseph@randomnetworks.com> (maintainer)
* Update to Vim 6.1 patchlevel 302obrien2003-01-282-2/+33
|
* Linux JDK has moved.mbr2003-01-273-3/+3
| | | | Submitted by: Tadayuki OKADA <tadayuki@attbi.com>
* Fix plist.yoichi2003-01-272-1/+2
| | | | | PR: 47500,47501 Submitted by: maintainer
* Install info(ja version).shige2003-01-264-0/+12
| | | | Submitted by: Ayumu Kato <akato@rc5.so-net.ne.jp>
* Use the linux JDK for the build, which hopefully fixes thembr2003-01-2612-24/+330
| | | | | | | | | build on bento. Add required patches to support this change. If WITH_BSD_JDK is set, the original native JDK is used. Add RES_GER to the supported languages. Apparently this is now needed by the build system, else the handbook is still missing.
* Update to 1.14.5.shige2003-01-244-6/+6
| | | | Submitted by: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* Add a notice about possible crashes if a localized versionmbr2003-01-243-0/+36
| | | | is installed after the english version.
* Update to 1.14.5.shige2003-01-247-62/+6
| | | | Submitted by: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
* The handbook is no longer installed if the RES_GER variable is missing.mbr2003-01-243-3/+3
| | | | | In 1.01 we got a builderror if it was defined twice, in 1.02 we get no handbook at all if it is not defined.
* * Update to 1.0.4marcus2003-01-2412-28/+40
| | | | | | * Fix up the automake stuff to be in line with the new rules in bsd.port.mk [1] Requested by: alane [1]
* Add missing quote.mbr2003-01-243-3/+3
| | | | Submitted by: Ulrich Spoerlein <q@uni.de>
* Remove problematic USE_GCC=3.1 cause. This should fix the build on STABLE.mbr2003-01-233-12/+0
|
* Allow language defined pkg-message files.mbr2003-01-233-0/+9
|
* Upgrade to the source from pine 4.53. The previous MAINTAINER has beendougb2003-01-234-56/+13
| | | | | | | | | ignoring this port, and two PR's filed against it. Update mirror sites as well. PR: ports/47289 Submitted by: Jon Noack <noackjr@compgeek.com>
* Fix typo: waring -> warningmbr2003-01-233-3/+3
|
* add xmleditor 0.5.3ijliao2003-01-236-0/+46
| | | | XML editor
* Correct version. And FreeBSD.mbr2003-01-233-12/+12
|
* Update the pkg-message to reflect reality. Remove thembr2003-01-233-99/+105
| | | | | JDK remark. OO.Org works now with out native JDK even without hotspots.
* Remove obsolete linembr2003-01-232-2/+0
|
* STABLE has still no iswspace(). Add define for it. No changembr2003-01-223-24/+63
| | | | for > 5.0.
* Fix the sed scripts and use -i orig in the post-install step.mbr2003-01-223-12/+9
|
* Update 21.4.11 to 21.4.12.kiri2003-01-226-9/+13
|
* Add russian language distribution patch.mbr2003-01-223-0/+3
| | | | Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Update StarOffice6.0 to patchlevel 3mbr2003-01-224-20/+42
| | | | | | Add basic CDROM install support Submitted by: obrien
* Update to 1.02mbr2003-01-2287-11913/+1242
|
* Update to 0.1.4yoichi2003-01-223-3/+17
|
* There is still no USE_GCC=3.2 version in our port build files. Therembr2003-01-223-15/+12
| | | | is really nothing I can do about this. So let us hardcode everything.
* Do not define USE_LANG if it is already set.mbr2003-01-223-0/+6
|
* Set $LANG to a useful value if it is not already set. This is a issuembr2003-01-226-9/+117
| | | | | many users have problems with. If US-ASCII is set, OpenOffice.Org cannot read any filenames with special chars and Umlauts !
* Update to 2.0.0.marcus2003-01-203-3/+7
|
* Also update distinfo to reflect the update to 21.4.12.gj2003-01-182-6/+6
|
* Update to version 2.4.12.gj2003-01-174-4/+10
| | | | | Note that this port is now mis-named - 21.4 is the stable branch and 21.5 is the development branch. 21.1 (in xemacs21) is now "historical".
* Add missing FreeBSD case. Needed to fix the breakage introducedmbr2003-01-153-9/+36
| | | | by the removal of the proc dependency.
* Add rox-edit, a simple text editor for the ROX desktop.olgeni2003-01-136-0/+67
|
* Update to 1.31.nobutaka2003-01-138-998/+1000
| | | | | PR: ports/46930 Submitted by: Stefan Jahn <stefan.jahn@nemesis-sektor.de> (maintainer)
* Use always $PORTVERSION instead of hard coded numbers.mbr2003-01-1320-207/+207
|
* Fix for numerous bugs with russian localization.mbr2003-01-123-0/+7470
| | | | | PR: 45267 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua>
* Remove the procfs dependency. Use the PS_STRINGS macro to get argv[].mbr2003-01-129-84/+69
|
* Update to version 9.3j.gj2003-01-1212-4/+80
|