Commit graph

431 commits

Author SHA1 Message Date
Max Brazhnikov
7ee8f0fb57 Connect textroom 2010-05-02 06:22:22 +00:00
Wen Heping
5b6207a7d1 gwrite is an HTML format text editor.
Features:

   1. HTML5 file format
   2. Standard word processing user interface
   3. Content structure oriented word processing
   4. Title style table of contents production
   5. Similar navigation/documentation views in Microsoft Word
   6. Paragraph selection when double or right click in navigation view
   7. Word count: for document or selections, count the words(with and
without spaces), paragraphs, lines, English words, Chinese characters.
   8. Images inclusion via Base64

WWW: http://code.google.com/p/gwrite

PR:		ports/144679
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-04-27 07:19:57 +00:00
Maho Nakata
063103b88a Remove editors/openoffice.org-2-RC port.
quoting from
http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-December/004440.html

> OpenOffice.org community officially announced that
> "end-of-life" for version 2.x of its productivity suite
> http://www.openoffice.org/servlets/ReadMsg?list=announce&msgNo=407
> .
> For FreeBSD ports tree - my policy is -
> I'll remove ports/editors/openoffice.org-2-RC soon, and mark as IGNORE
> for ports/editors/openoffice.org-2/ in the near future.
>
> Please contact me (maho at FreeBSD.org - I'm a de facto maintainer of this port),
> if you want to maintain "ports/editors/openoffice.org-2" port.
> I expect you to fix build issues, security issues, etc by back porting.

Thanks for all who loves OpenOffice.org. Sayonara, soshite arigatou (good-bye
and thank you)...

Feature safe: yes
2010-02-19 00:32:42 +00:00
MANTANI Nobutaka
446ce36c71 Add semi-emacs22, a slave port of editors/semi for emacs22. 2010-01-27 15:55:48 +00:00
MANTANI Nobutaka
35c5592b2b Add flim-emacs22, a slave port of editors/flim for emacs22. 2010-01-27 15:53:50 +00:00
MANTANI Nobutaka
5736c8eab3 Add apel-emacs22, a slave port of editors/apel for emacs22. 2010-01-27 15:46:39 +00:00
Philip M. Gollucci
5eccbb21e0 - remove broken/expired ports@ ports
Approved by: portmgr (miwi)

audio/ccaudio||2010-01-18|Has expired: has been broken for 4 months
audio/py-libmpdclient||2010-01-18|Has expired: has been broken for 3 months
chinese/gbk2uni||2010-01-18|Has expired: has been broken for 6 months
chinese/iiimf-le-xcin||2010-01-18|Has expired: has been broken for 3 months
devel/adabindx||2010-01-18|Has expired: has been broken for 3 months
devel/agide||2010-01-18|Has expired: has been broken for 6 months
devel/asis||2010-01-18|Has expired: has been broken for 3 months
devel/callgrind||2010-01-18|Has expired: Included in devel/valgrind
devel/florist||2010-01-18|Has expired: has been broken for 3 months
editors/xml2rfc-xxe||2010-01-18|Has expired: has been broken for 4 months
graphics/gephex||2010-01-18|Has expired: has been broken for 3 months
graphics/irit||2010-01-18|Has expired: has been broken for 3 months
graphics/pixieplus||2010-01-18|Has expired: has been broken for 6 months
japanese/expect||2010-01-18|Has expired: has been broken for 3 months
lang/pnetc||2010-01-18|Has expired: has been broken for 5 months
mail/libnewmail||2010-01-18|Has expired: has been broken for 3 months
net-mgmt/flowscan||2010-01-18|Has expired: has been broken for 5 months
net/astmanproxy||2010-01-18|Has expired: has been broken for 3 months
palm/prc-tools||2010-01-18|Has expired: has been broken for 4 months
print/latex-msc||2010-01-18|Has expired: has been broken for 3 months
science/xloops-ginac||2010-01-18|Has expired: has been broken for 3 months
shells/bush||2010-01-18|Has expired: has been broken for 3 months
textproc/iiimf-gnome-im-switcher||2010-01-18|Has expired: has been broken for 4 months
textproc/iiimf-gtk||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada-devel||2010-01-18|Has expired: has been broken for 3 months
x11-toolkits/gtkada||2010-01-18|Has expired: has been broken for 3 months
x11-wm/ion-2||2010-01-18|Has expired: has been broken for 4 months
2010-01-18 06:46:44 +00:00
Dima Panov
80e659b64f The KDE FreeBSD team is proud to announce the release of KOffice2 suite for FreeBSD. The official KOffice 2.1.0 notes can be found here
(http://www.koffice.org/news/koffice-2-1-released/)

We'd like to say thanks to all helpers, testers and submitters.

Happy Installing.

Approved by:	miwi (mentor)
2009-12-21 16:45:13 +00:00
Boris Samorodov
3cb246682f Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!).  [1]

Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.

Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.

Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23:
. japanese/egg-canna (the port version is dated as of 2001,
  does not compile with Emacs 23 and seems it cannot be fixed);
. deskutils/remember.el (was incorporated into Emacs 23);
. editors/nxml (was incorporated into Emacs 23).

Changes that were made after (and as a result of) exp run. For
those ports:
. japanese/migemo-emacs21;
. japanese/migemo-emacs22
EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate
emacs port name.

PR:		ports/137956 [1], ports/141369 [2]
Submitted by:	Ashish SHUKLA <wahjava at gmail.com>  [1],
		bsam (me)  [2]
Exp-run by: miwi
2009-12-20 20:19:24 +00:00
Koop Mast
4439b5857f Remove abiword-plugins and abiword-extras.
They where included in the main package, according to a abiword developer.
2009-12-08 11:13:40 +00:00
Martin Wilke
3853f23015 2009-10-26 editors/qemacs: depends on old version of GCC, no maintainer, not used by any other port, dead upstream
2009-11-03 mail/postfix-gps-devel: Older than main port, no sign of maintainer activity beyond port creation 4+ years ago
2009-10-12 graphics/php4-ffmpeg: development continues only for php5
2009-10-31 net-p2p/nicotine: development stalled years ago, use net-p2p/nicotine-plus instead
2009-11-07 sysutils/rsyslog: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-gssapi: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-mysql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-07 sysutils/rsyslog-pgsql: Use sysutils/rsyslog3 or sysutils/rsyslog4 instead
2009-11-17 misc/kde4-l10n-ta: unfetchable and unmaintained upstream
2009-11-17 misc/kde4-l10n-eo: unfetchable and unmaintained upstream
2009-11-19 07:01:37 +00:00
Martin Wilke
d27fbad2d1 With the goal of staying out of your way while writing creatively, PyRoom has a
very specialized featureset. In fact, most features are hidden from your main
interface, not cluttering your workspace with buttons and menus and statistics.

Features of PyRoom:
 * no visual clutter
 * work on multiple documents at once (main text, outline, etc)
 * control PyRoom via keyboard shortcuts
 * autosave your work
 * check wordcounts on keypress
 * choose from preconfigured designs or create your own color scheme
 * further customize visual appearance and whitespace (line spacing, border,
   padding...)

WWW:	http://www.pyroom.org

PR:		ports/140537
Submitted by:	Alexander Best
2009-11-17 09:12:42 +00:00
Greg Larkin
cdd1dee6f3 Vimana is an easy to use system for searching, downloading, and
installing vim scripts.

Vimana provides a command-line interface much like the aptitude
program on Debian Linux, for you to search, download, install, and
upgrade scripts from http://www.vim.org/ (vimonline site).

WWW:    http://search.cpan.org/dist/Vimana/

PR:		ports/138158
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2009-11-03 22:37:56 +00:00
David Thiel
ca96306573 Add the TeXworks LaTeX authoring system.
PR:		ports/139258
Submitted by:	Diego Depaoli
Reviewed by:	lx
Feature safe:	yes
2009-10-14 18:23:18 +00:00
Gerald Pfeifer
020cc4fe02 Remove editors/bed. It has been marked IGNORE for more than two years
and also still depends on lang/gcc34, failing to work with any reasonably
recent version of GCC.  Plus, it lacks a maintainer.
2009-09-13 18:40:40 +00:00
Max Brazhnikov
916235b59f Connect kile-kde4 to build 2009-09-12 17:09:52 +00:00
Thomas Abthorpe
8f9e81b865 - Rename editors/koffice-i18n-sr@Latn -> editors/koffice-i18n-sr_Latn
- Rename misc/kde3-i18n-sr@Latn -> misc/kde3-i18n-sr_Latn

Requested by:	simon
2009-08-03 03:44:24 +00:00
Martin Wilke
9646df0faf - Connect editors/koffice-i18n to the build
Reported by:	pointyhat
2009-07-29 14:35:37 +00:00
Maho Nakata
ffdbc82152 Add entry to opneoffice.org-vcltesttool. 2009-07-22 09:56:32 +00:00
Maho Nakata
4d9daca483 Remove editors/openoffice.org-2-devel port.
Development has been discontinued more than one year
 > Revision 1.354: download - view: text, markup, annotated - select for diffs
 > Wed Mar 12 23:27:09 2008 UTC (16 months, 1 week ago) by maho

See also PR: 136674
2009-07-21 04:17:49 +00:00
Dmitry Marakasov
5fd55e3b15 Diakonos, the console text editor with a key mapping you practically
already know. Easy to use and easy to configure, but potent in the
hands of power users.

Chris Petrik (chris@officialunix.com)
WWW: http://purepistos.net/diakonos

PR:		136213
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2009-07-08 01:27:15 +00:00
Thomas Abthorpe
f23738b074 - Remove misc/koffice-i18n*; unlink from build
- Link editors/koffice-i18n* to the build
- Update MOVED
2009-06-29 12:04:24 +00:00
Jose Alonso Cardenas Marquez
3c0691fbab - New port: editors/gambas2-ide
IDE for the gambas programming language

Forgotten by:	me
2009-05-11 00:32:05 +00:00
Martin Wilke
00e915fdad Padre - Perl Application Development and Refactoring Environment
Padre is an Perl IDE that is simple to use for new Perl programmers
but also supports large multi-lingual and multi-technology projects.

Padre is written in Perl, runs on all three major desktop platforms (Windows,
Mac OS X and Unix/GTK), and is distributed under the perl license.

WARNING: Padre requires Perl with thread support built-in !

WWW: http://padre.perlide.org/

PR:		ports/132406
Submitted by:	Cezary Morga <cm at therek.net>
2009-03-15 17:17:59 +00:00
David Thiel
983253c441 Add TexmakerX, an extended fork of Texmaker, adding spellchecking and
code folding.
2009-02-23 04:46:40 +00:00
Wesley Shields
2a1f30ff60 - Remove editors/sam - expired on 2007-01-04: distfile and homepage
disappeared.
2009-02-19 19:02:06 +00:00
Martin Wilke
35a0daeb92 Tweak is a hex editor. It allows you to edit a file at very low level,
letting you see the full and exact binary contents of the file. It can be
useful for modifying binary files such as executables, editing disk or
CD images, debugging programs that generate binary file formats incorrectly,
and many other things.

WWW: http://www.chiark.greenend.org.uk/~sgtatham/tweak/

PR:		ports/131724
Submitted by:	Jille Timmermans (jille at quis.cx)
2009-02-15 21:23:29 +00:00
Wesley Shields
13b6426a5d This is the development version of nano:
nano is a small, free and friendly editor which aims to replace
Pico, the default editor included in the non-free Pine package.
Rather than just copying Pico's look and feel, nano also implements
some missing (or disabled by default) features in Pico, such as
"search and replace" and "goto line number".

PR:		ports/128060
Submitted by:	Eitan Adler <EitanAdlerList@gmail.com>
2008-11-16 23:59:19 +00:00
Pav Lucistnik
4ea122bdf6 - Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR:		ports/127193
Submitted by:	phoffman@proper.com
2008-11-14 13:02:57 +00:00
Martin Wilke
ef627d3ab5 - Connect klat4 to the build 2008-10-12 09:33:56 +00:00
Doug Barton
12eb058528 I knew I forgot something. :-/ Remove pine4 and pico from the build.
Reminded by:    marck
2008-09-02 07:22:15 +00:00
Maho Nakata
6a229f8356 Removing editors/ooo-build: Has been broken for more than 6 months. 2008-09-01 20:08:49 +00:00
Pietro Cerutti
eaa2fb30aa - New port: omegaT - a free translation memory application
OmegaT is a free translation memory application used by professionals to
help them during the translation process.With the following features :

* Fuzzy matching (helps you to choose the right terms based on the project
  translation history)
* Dynamic view of the original text bellow the translated one external
  glossaries support.
* Several file formats : XHTML,HTML,MS Office XML, Open Office/ Star Office,
  XLIF, MediaWiki, and Plain Text.
* Unicode (UTF-8) support: can be used with non-Latin alphabets

This tool could be very helpful for the translation teams working on the
FreeBSD documentation project.

PR:		123614
Submitted by:	Rodrigo OSORIO <rodrigo@bebik.net> (new maintainer)
2008-07-08 13:04:27 +00:00
Maho Nakata
0d77ef3b39 Remove openoffice.org-1.0, 1.1, and 1.1-devel ports.
Farewell, arigato (thank you) and sayounara (good-bye).
2008-07-02 02:54:31 +00:00
Martin Wilke
2b1253c541 Yzis a vi-like editor inspired by Vim.
It aims to be a powerful, fast editor with all of Vim's
features and hopefully, at some point, more.

WWW: http://www.yzis.org

PR:		ports/123907
Submitted by:	Ganael Laplanche <ganael.laplanche at martymac.com>
2008-05-29 09:24:46 +00:00
Maho Nakata
b94ee5b4f0 Create openoffice.org-3 port. Repocopied from
openoffice.org-2 port. Currently this is the
beta version. Second beta will be July 1st 2008, and
the final release will be September 2nd, 2008.
http://wiki.services.openoffice.org/wiki/OOoRelease30

PR:             123105
2008-05-27 07:37:30 +00:00
Maho Nakata
5aaa17975d Create openoffice.org-3-RC port. Repocopied from
openoffice.org-2-RC port.

PR:		123105
2008-05-26 20:20:19 +00:00
Pietro Cerutti
843bc8db01 - New port: codelite
CodeLite is a powerful open-source, cross platform code editor for the
C/C++ programming languages.

http://www.codelite.org

Approved by:	miwi (mentor)
2008-05-15 22:43:06 +00:00
Michael Johnson
e7cfbfa81f Add abiword-docs
AbiWord help files
2008-04-16 19:44:25 +00:00
Michael Johnson
30b818c165 Add abiword-extras
AbiWord extras (Templates, clipart, dictionary files, etc)

This directory tree contains GPL or GPL-compatible files used by AbiSuite
that are very big and/or that don't change very often.  The files in this
directory may or may not be used in the actual compilation, but probably
are used in the installation or at runtime.  These files were kept out of
the abi/user directory to decrease download times for those pulling down
periodic tarballs.

WWW: http://www.abisource.com/
2008-04-16 18:34:42 +00:00
Maho Nakata
727c9a8549 Add openoffice.org-3-devel port
Spotted by: pav
2008-04-09 23:28:29 +00:00
Martin Wilke
3bc0d14a35 2007-10-28 x11-wm/wmDeskGuide: Version branch long since retired
2008-02-23 ftp/axelq: Unmaintained, website disappeared
2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead
2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2
2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained
2007-11-16 editors/muggy: development stalled for years, unmaintained
2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
2008-02-28 12:08:24 +00:00
Tilman Keskinoz
188bdc2d6c Add komodo-edit, ActiveState's multi-language editor 2008-02-13 21:13:04 +00:00
Thomas Abthorpe
3a6d4150c4 Dickens is a simple, one-buffer-in-one-window, console text editor.
Dickens only understands UNIX-style text files expressed in ASCII, and is
therefore of little or no use to the non-English-speaking world.

Dickens is written in Munger(1).  Features include interactive filename
completion, tags support, regular-expression search-and-replace, and
unlimited undo/redo.

WWW: http://www.mammothcheese.ca/munger.html

--
James Bailie <jimmy@mammothcheese.ca>
http://www.mammothcheese.ca

PR:		ports/120242
Submitted by:	James Bailie <jimmy at mammothcheese.ca>
2008-02-04 15:17:03 +00:00
Beech Rintoul
499d5c44c2 - New port xmlcopyeditor-1.1.0.3
- XML Copy Editor is a fast validating XML editor.

Features:

    * DTD/XML Schema/RELAX NG validation
    * XSLT
    * XPath
    * Pretty-printing
    * Syntax highlighting
    * Folding
    * Tag completion
    * Tag locking
    * Tag-free editing
    * Spelling and style check
    * Built-in support for XHTML, XSL, DocBook and TEI

PR:		ports/118483
Submitted by:	Jose Garcia Juanino <jjuanino@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-02 22:23:28 +00:00
Doug Barton
0f5b7a5ee1 Add a slave port for the Alpine version of pico.
Pico and Pilot are simple, display-oriented tools.  Commands are displayed
at the bottom of the screen, and context-sensitive help is provided.

In Pico as characters are typed they are immediately inserted into the text.
It has three basic features: paragraph justification, searching, and block
cut/paste.

In Pilot several basic file manipulation commands are provided:
Delete, Rename, Copy, View, Launch, and Edit.  The "View" and "Edit"
commands operate on text files only.  The "Edit" command invokes "pico."
The "Launch" command provides a convenient way to either execute the selected
file or to run an application on it.

WWW: http://www.washington.edu/alpine/
2007-12-21 10:40:25 +00:00
Alejandro Pulver
5ed0ddb490 Free editor for manipulating PDF documents. GUI version + commandline
interface.

Scripting is used to a great extent in editor and almost anything can be
scripted, it is possible to create own scripts or plugins.

Target platform are operating systems of Unix type (Linux, BSD, ...), we are
using C++, XPDF, QT3 and QSA.

WWW: http://pdfedit.petricek.net/
2007-12-21 02:41:03 +00:00
Vasil Dimov
5e4e8ecf76 Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete
2007-10-14 10:10:01 +00:00
Hiroki Sato
a32c2dce7c - EMACS_PORT_NAME cleanups: editors/nxml-emacs21 is now a slave
port of editors/nxml.

- Some style fixes in editors/nxml.

PR:	ports/115154
2007-09-02 13:14:52 +00:00
Martin Wilke
a202cb1ef9 2007-08-19 irc/riece-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 news/gnus-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/tamago-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-mule: emacs19 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/psgml-emacs19: emacs19 is obsolete; please use a more recent version
2007-08-19 editors/leim20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/iiimecf: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 editors/gnuserv-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 devel/semantic-emacs20: emacs20 and related ports are obsolete; please use a more recent version
2007-08-19 09:26:10 +00:00