summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add ted-2.10Kris Kennaway2001-08-248-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ted is a text editor running under X Windows on Unix/Linux systems. Ted was developed as an operating system accessory like Wordpad on MS-Windows. Features -------- * Wysiwyg rich text editing. * Ted uses Microsoft RTF as its native file format. * In line bitmap pictures. * Postscript printing. * Spelling checking in several Latin languages. (English, Dutch, German, Portuguese, French and Spanish.) * Directly mailing documents from Ted. * Cut/Copy/Paste, also with other applications. * Find/Replace. * Ruler: Paragraph indentation, Indentation of first line, Tabs. * Copy/Paste Ruler. * Page breaks. * Tables: Insert Table, Row, Column. Changing the column width of tables with their ruler. * Symbols and accented characters are fully supported. * Hyperlinks. * Saving a document in HTML format. Obtained from: OpenBSD Notes: svn path=/head/; revision=46769
* Add ruby-romp, the Ruby Object Message Proxy, a set of classes forAkinori MUSHA2001-08-246-0/+86
| | | | | | | providing distributed object support to a Ruby program. Notes: svn path=/head/; revision=46768
* Add ruby-tmpl, an online/offline templating system a la eRuby/ERb.Akinori MUSHA2001-08-246-0/+36
| | | | | | | | PR: ports/29975 Submitted by: Sean Chittenden <sean@chittenden.org> Notes: svn path=/head/; revision=46767
* Update to 0.9.3.Akinori MUSHA2001-08-242-2/+2
| | | | Notes: svn path=/head/; revision=46766
* Update to 0.7.Akinori MUSHA2001-08-243-6/+5
| | | | Notes: svn path=/head/; revision=46765
* Chase the libgimp's major version bump.Akinori MUSHA2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46764
* ruby-qt2gl requires libqtgl instead of libqt2.Akinori MUSHA2001-08-241-1/+1
| | | | | | | | This may not work because application w/o libc_r + library w/ libc_r will cause a crash.. Notes: svn path=/head/; revision=46763
* I forgot to remove this patch in the last ruby-qt2 update to 0.14.Akinori MUSHA2001-08-241-17/+0
| | | | Notes: svn path=/head/; revision=46762
* Define USE_RUBY_RD unless NOPORTSDOCS.Akinori MUSHA2001-08-241-0/+3
| | | | | | | Found by: bento Notes: svn path=/head/; revision=46761
* Upgrade to v2.4.9.Joseph Koshy2001-08-243-3/+5
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=46760
* Welcome Yen-Ming Lee <leeym@leeym.com> to maintainership of this port.David W. Chapman Jr.2001-08-241-1/+1
| | | | Notes: svn path=/head/; revision=46759
* - update to version 3.0.2Pete Fritchman2001-08-243-2/+4
| | | | | | | | | | | - fix pkg-plist (include missing .packlist file) PR: 30010 Submitted by: maintainer Reviewed by: ade Notes: svn path=/head/; revision=46758
* Fix kqueue support for -currentPete Fritchman2001-08-242-28/+12
| | | | | | | | | PR: 30009 Submitted by: maintainer Reviewed by: ade Notes: svn path=/head/; revision=46757
* Fix a local DoS against xfs.Jean-Marc Zucconi2001-08-232-1/+293
| | | | | | | | Submitted by: kris Obtained from: XFree86 CVS repository Notes: svn path=/head/; revision=46756
* Fix a race condition in mouse device.Jean-Marc Zucconi2001-08-232-1/+23
| | | | | | | | PR: ports/29982 Submitted by: Michael Robinson <robinson@netrinsics.com> Notes: svn path=/head/; revision=46754
* Updated to 1.2.2.Hajimu UMEMOTO2001-08-236-4/+6
| | | | | | | Rushed by: olgeni :-) Notes: svn path=/head/; revision=46753
* o Add a buffer overflow patch in sync with rxvt port Makefile revMario Sergio Fujikawa Ferreira2001-08-232-0/+12
| | | | | | | | | | 1.49 o Bump PORTREVISION Obtained from: OpenBSD Notes: svn path=/head/; revision=46752
* Add a buffer overflow fixMario Sergio Fujikawa Ferreira2001-08-234-0/+24
| | | | | | | | Submitted by: kris Obtained from: OpenBSD Notes: svn path=/head/; revision=46751
* Update to 1.16Mario Sergio Fujikawa Ferreira2001-08-234-4/+4
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=46750
* Remove giffunip@asme.org as the maintainer: he no longer has the abilityKris Kennaway2001-08-2319-19/+19
| | | | | | | | | | to maintain these ports. Any non-committer who wants to grab one let me know. Approved by: old maintainer Notes: svn path=/head/; revision=46749
* Remove previous maintainer, who no longer uses FreeBSD.Kris Kennaway2001-08-231-1/+1
| | | | | | | Approved by: old maintainer Notes: svn path=/head/; revision=46748
* Mark Broken due to "extended vacation" of projectDavid W. Chapman Jr.2001-08-231-0/+6
| | | | | | | | PR: 29945 Submitted by: maintainer Notes: svn path=/head/; revision=46747
* Update to 3.3David W. Chapman Jr.2001-08-235-22/+21
| | | | | | | | | PR: 29932 Submitted by: naddy@mips.inka.de Reviewed by: maintainer Notes: svn path=/head/; revision=46746
* Update patchfiles to match new versionAndrey A. Chernov2001-08-232-6/+6
| | | | | | | Submitted by: Udo Schweigert <Udo.Schweigert@cert.siemens.de> Notes: svn path=/head/; revision=46745
* Update web siteDavid W. Chapman Jr.2001-08-232-2/+2
| | | | | | | | PR: 29965 Submitted by: maintainer Notes: svn path=/head/; revision=46744
* Now correctly install into PREFIX, not LOCALBASE.Alexander Langer2001-08-231-1/+1
| | | | | | | | | | However, this will work only if PREFIX==LOCALBASE, since it checks if Apache's data.default dir is present (which is in LOCALBASE, not PREFIX). (OTOH, it will be in PREFIX if it installs the apache13 dependency, so it is correct) Notes: svn path=/head/; revision=46743
* Fix batch building according to bento log.David W. Chapman Jr.2001-08-231-2/+2
| | | | | | | | PR: 29997 Submitted by: leeym@utopia.leeym.com Notes: svn path=/head/; revision=46742
* - Depend on apache13Alexander Langer2001-08-233-36/+57
| | | | | | | | | | | | - install files to www/data.default and not deprecated apache/share/htdocs - PERL-patch files in post-patch, not in post-extract - Install to LOCALBASE, not hardcoded /usr/local ^^^^^^^^ ARGH Apache-Dependency reported by: bento Notes: svn path=/head/; revision=46741
* Do not bogusly link with -lttf. gd itself links with -lfreetype only,Mikhail Teterin2001-08-232-2/+1
| | | | | | | and we don't care ourselves. Notes: svn path=/head/; revision=46740
* Update to 2.108David W. Chapman Jr.2001-08-233-2/+4
| | | | | | | | PR: 29933 Submitted by: maintainer Notes: svn path=/head/; revision=46739
* Use USE_FREETYPE2 instead of explicitly depending on freetype-config.Mikhail Teterin2001-08-233-9/+6
| | | | Notes: svn path=/head/; revision=46738
* Update to 2.2-2David W. Chapman Jr.2001-08-232-2/+3
| | | | | | | | PR: 29271 Submitted by: maintainer Notes: svn path=/head/; revision=46737
* Add NOPORTDOCSDavid W. Chapman Jr.2001-08-233-13/+15
| | | | | | | | | | | Remove www and www/cgi-bin directories properly to not cause error by bento Better display pkg-message PR: 29481 Submitted by: pat@databits.net Notes: svn path=/head/; revision=46736
* Fix linker errors by undefining HAVE_WCHAR_H (ours seems incomplete)Alexander Langer2001-08-232-2/+11
| | | | | | | | | | and defining DO_NOT_USE_VGALIB manually in config.h. Works great now. Reported by: bento Notes: svn path=/head/; revision=46735
* Add dracd.sh startup scriptDavid W. Chapman Jr.2001-08-234-5/+36
| | | | | | | | | | | Make the rpc.dracd daemon detach upon start Bump PORTREVISION PR: 29474 Submitted by: maintainer Notes: svn path=/head/; revision=46734
* add p5-Telnet-Cisco 1.03Pete Fritchman2001-08-2311-0/+81
| | | | | | | | | | | Perl5 module to telnet to Cisco routers PR: 29981 Submitted by: Michael Lyngbol <michael@lyngbol.dk> Reviewed by: ade Notes: svn path=/head/; revision=46733
* Fix the path for one of the master sites (fh-koblenz.de).Mikhail Teterin2001-08-234-8/+8
| | | | Notes: svn path=/head/; revision=46732
* cons-test.1 is now gzipped by default.Alexander Langer2001-08-231-3/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46731
* Update to 2.3.1.Alexander Langer2001-08-234-4/+4
| | | | | | | | | (Bugfix in cleanup. Pointers had been set to NULL before free()'ing.) Submitted by: bento (checksum mismatch) Notes: svn path=/head/; revision=46730
* Update to 0.99.1b.Peter Pentchev2001-08-233-8/+27
| | | | | | | | | | | Make the --with-pam configure arg conditional: only compile with PAM support if neither WITH_LDAP nor WITH_MYSQL is specified. PR: 29995 Submitted by: author/maintainer Notes: svn path=/head/; revision=46729
* Upgrade to v 0.2.83Brian Somers2001-08-236-6/+6
| | | | Notes: svn path=/head/; revision=46728
* Chase checksum, from Changelog:Alexander Langer2001-08-231-1/+1
| | | | | | | | | - Compiles with Window Maker 0.65.0 Submitted by: bento Notes: svn path=/head/; revision=46727
* Install locale files to match pkg-plist. I assume this has beenAlexander Langer2001-08-231-0/+2
| | | | | | | | the default once, but isn't any more if you don't enable it with --with-i18n. Notes: svn path=/head/; revision=46726
* Upgrade to version 2.5Brian Somers2001-08-232-2/+2
| | | | Notes: svn path=/head/; revision=46725
* Mark BROKEN again (internal compiler error).Alexander Langer2001-08-231-0/+2
| | | | | | | | | This port has been broken since I can think (almost). Submitted by: bento Notes: svn path=/head/; revision=46724
* Remove non-present files.Alexander Langer2001-08-231-8/+0
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46723
* Remove garbage at and of line.Alexander Langer2001-08-232-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46722
* USE_GMAKEAlexander Langer2001-08-231-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46721
* Use PLIST_SUB for PERL_VERSION in pkg-plist.Alexander Langer2001-08-232-1/+3
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=46720
* add p5-GPG 0.06Pete Fritchman2001-08-236-0/+43
| | | | | | | | | | A Perl interface to GnuPG PR: 29658 Reviewed by: ade Notes: svn path=/head/; revision=46719