aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ruby-erb
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-03-13 07:15:51 +0800
committerknu <knu@FreeBSD.org>2002-03-13 07:15:51 +0800
commit0bd1738d7fcf5d07eeff01522ebe9ef2d01b3671 (patch)
tree2ae61e85e2cf73e51b6b6dda63c6cef7c91d89de /textproc/ruby-erb
parenta754fb1c2cb34bc1381ead34ecaa4de29341dd7d (diff)
downloadfreebsd-ports-graphics-0bd1738d7fcf5d07eeff01522ebe9ef2d01b3671.tar.gz
freebsd-ports-graphics-0bd1738d7fcf5d07eeff01522ebe9ef2d01b3671.tar.zst
freebsd-ports-graphics-0bd1738d7fcf5d07eeff01522ebe9ef2d01b3671.zip
Update to 1.4.0.
Diffstat (limited to 'textproc/ruby-erb')
-rw-r--r--textproc/ruby-erb/Makefile14
-rw-r--r--textproc/ruby-erb/distinfo2
-rw-r--r--textproc/ruby-erb/pkg-plist10
3 files changed, 8 insertions, 18 deletions
diff --git a/textproc/ruby-erb/Makefile b/textproc/ruby-erb/Makefile
index 75a9b387322..89e9db4bb3e 100644
--- a/textproc/ruby-erb/Makefile
+++ b/textproc/ruby-erb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= erb
-PORTVERSION= 1.3.3
+PORTVERSION= 1.4.0
CATEGORIES= textproc ruby
MASTER_SITES= http://www2a.biglobe.ne.jp/~seki/ruby/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -18,20 +18,16 @@ USE_RUBY= yes
NO_BUILD= yes
-post-extract:
- ${MKDIR} ${WRKSRC}/sample/ja
- ${MV} ${WRKSRC}/sample/sample.rhtml ${WRKSRC}/sample/ja
-
post-patch:
- ${RUBY} -i -pe '$$. == 1 and $$_ = "#!${RUBY}\n" + $$_' \
- ${WRKSRC}/lib/erb/erb.rb
+ ${RUBY} -i -pe '$$. == 1 and $$_ = "#!${RUBY}\n" + $$_' ${WRKSRC}/lib/erb/erb.rb
do-install:
@cd ${WRKSRC}; \
${RUBY} install.rb
- ${LN} -s ${RUBY_SITELIBDIR}/erb/erb.rb ${PREFIX}/bin/erb
+ ${LN} -sf ${RUBY_SITELIBDIR}/erb/erb.rb ${PREFIX}/bin/erb
.if !defined(NOPORTDOCS)
- ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/erb/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/
.endif
.include <bsd.port.mk>
diff --git a/textproc/ruby-erb/distinfo b/textproc/ruby-erb/distinfo
index cb51a70875a..089fd485d13 100644
--- a/textproc/ruby-erb/distinfo
+++ b/textproc/ruby-erb/distinfo
@@ -1 +1 @@
-MD5 (ruby/erb-1.3.3.tar.gz) = c32910a629f69546dc491e4ce235d433
+MD5 (ruby/erb-1.4.0.tar.gz) = 2643abf5ed73dfb8fcfae15f4ee1141c
diff --git a/textproc/ruby-erb/pkg-plist b/textproc/ruby-erb/pkg-plist
index a26ce2a4d18..bd8f50bbf24 100644
--- a/textproc/ruby-erb/pkg-plist
+++ b/textproc/ruby-erb/pkg-plist
@@ -7,11 +7,5 @@ bin/erb
%%RUBY_SITELIBDIR%%/erb/main.rb
%%RUBY_SITELIBDIR%%/erb/strio.rb
@dirrm %%RUBY_SITELIBDIR%%/erb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/cgi_test.rhtml
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/dot.htaccess
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/erbux.rb
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/err.rhtml
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/succ.rhtml
-%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/erb/ja/sample.rhtml
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/erb/ja
-%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/erb
+%%PORTDOCS%%%%RUBY_DOCDIR%%/erb/ChangeLog
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/erb
d> * Add a button and an icon to toggle between online and offlineEttore Perazzoli2001-05-212-23/+201 * Implemented the "Copy Folder" and "Move Folder" menu items. Untested.Ettore Perazzoli2001-05-205-12/+302 * Add a caption to the folder selection dialog widget, and get theEttore Perazzoli2001-05-206-10/+67 * Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got theEttore Perazzoli2001-05-194-68/+97 * Create new files for the folder commands, and move the "Create newEttore Perazzoli2001-05-195-12/+181 * Change the code to pop-up the folder context menu to use the stuffEttore Perazzoli2001-05-173-42/+17 * Make the "Submit Bug Report" menu item fire up a browser withEttore Perazzoli2001-05-162-1/+27 * Add an "Evolution FAQ" entry to the Help menu, and update the existingEttore Perazzoli2001-05-162-5/+10 * Update the file name in the top comment.Ettore Perazzoli2001-05-161-1/+1 * Some demeeksifying indentation changes.Ettore Perazzoli2001-05-161-25/+16 * set the subfolder's parent to NULL so the subfolder list doesn't changejacob berkman2001-05-152-1/+10 * implement the CORBA side of dragging.Chris Toshok2001-05-122-6/+94 * add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-124-8/+51 * add this define for the xml path to use when adding menu items to theChris Toshok2001-05-123-5/+26 * Ask for a folder to import into.Iain Holmes2001-05-127-20/+75 * component_new refs the object itself, so unref ours when we finish with itJP Rosevear2001-05-123-6/+11 * Lots of people seem to have "broken" local storage hierarchies. So ignoreDan Winship2001-05-122-2/+10 * the only problematic area - pass NULL for now in as the BonoboUIContainer.Chris Toshok2001-05-1110-34/+116 * Made this function static. Removed the unused variable placeholder.Christopher James Lahey2001-05-102-3/+10 * Remove get_physical_path and load_folders, and replace the calls to themDan Winship2001-05-102-178/+34 * Rename "port" to "type" here too.Dan Winship2001-05-102-1/+6 * Importer changesIain Holmes2001-05-098-153/+363 * Removed EVOLUTION_VERSION from the rest of makefiles. use VERSION instead. SoGediminas Paulauskas2001-05-081-1/+0 * Fix a free of non-malloc'ed memory introduced by my last change.Dan Winship2001-05-082-2/+5 * Added command entry for 'ToggleOffline'.Jon Trowbridge2001-05-082-2/+7 * take a physical_uri and pass it to the callback.Chris Toshok2001-05-055-4/+31 * Use type instead of portNumber.Dan Winship2001-05-053-5/+16 * Remove a line of code that caused the offline confirmation dialog toEttore Perazzoli2001-05-052-3/+7 * Undo a broken leak fix.Ettore Perazzoli2001-05-052-2/+5 * Plug more leaks.Ettore Perazzoli2001-05-044-2/+24 * Plug a leak in the folder creation dialog (a string was beingEttore Perazzoli2001-05-042-1/+6 * Plug a leak (the return value from `oaf_query()' must be freed!).Ettore Perazzoli2001-05-042-0/+7 * Change `e_shell_get_icon_path()' to only look up the Evolution imageEttore Perazzoli2001-05-042-8/+10 * Change the mode for the GtkCList in the active connection dialog to beEttore Perazzoli2001-05-042-1/+6 * Complete the shell side for supporting off-line operations, gettingEttore Perazzoli2001-05-044-21/+120 * Initial implementation for the "warning, some connections are stillEttore Perazzoli2001-05-048-22/+537 * Make the `EShellOfflineHandler' object non-floating in the constructEttore Perazzoli2001-05-032-0/+7 * Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-0310-1/+955 * new file.Chris Toshok2001-05-034-0/+581 * Remove $(UNICODE_LIBS).Dan Winship2001-04-263-3/+6 * free the private memberJP Rosevear2001-04-262-1/+5 * #include <glib.h> and move corresponding local includes to the top.Kjartan Maraas2001-04-2527-25/+62 * #include gnome-window-icon.hJeffrey Stedfast2001-04-242-0/+5 * Set window_icon of the splash screen to "evolution.png"Duncan Mak2001-04-222-0/+6 * #include <unistd.h>Ettore Perazzoli2001-04-182-0/+6 * Proxy events to the tooltip object properly.Christopher James Lahey2001-04-182-0/+55 * Pull up fix from the branch:Ettore Perazzoli2001-04-153-11/+49 * Do this everywhere, also fixup CLEANFILESMichael Meeks2001-04-143-2/+17 * Pull up fix from the 0-10 branch (chain the ::destroy handler forEttore Perazzoli2001-04-142-0/+7 * Implemented these.Christopher James Lahey2001-04-132-0/+23 * Don't get into an infinite loop when clicking on an IMAP storage. MightDan Winship2001-04-122-0/+11 * fix type. we want the destination interface, not source.Chris Toshok2001-04-082-1/+6 * Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-053-1/+6 * Fix headers. Same here. Same here. Same here. Same here.Kjartan Maraas2001-04-056-0/+32 * set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-043-63/+61 * Don't declare debug_log as extern in evolution-shell-component-client.c,Dan Winship2001-04-043-7/+16 * Merge fix for #1117 (g-warning being emitted when clicking on storageEttore Perazzoli2001-04-043-1/+15 * Pulled up fixes from evolution-0-10-branch.Ettore Perazzoli2001-04-043-3/+50 * Iain's fix did not help, fixing myself. closes #1914Gediminas Paulauskas2001-04-032-3/+8 * Blessed by Ettore.Gediminas Paulauskas2001-04-022-0/+17 * Include <gal/util/e-util.h> here.Christopher James Lahey2001-04-012-0/+5 * If the importer can't be started, don't continueIain Holmes2001-03-312-0/+17 * Fix a crash when the evolution-importer-client tries to pass NULL for the fol...Iain Holmes2001-03-312-0/+7 * Since this is an ETree now, the signature of the double click callback hasChristopher James Lahey2001-03-312-0/+7 * add a "debug" method to tell a component to output debugging messages to aDan Winship2001-03-316-1/+77 * Remove/replace unneeded includes and move around stuff so that systemKjartan Maraas2001-03-3040-87/+221 * Use `g_strcasecmp()' instead of `strcasecmp()', just to be anal aboutEttore Perazzoli2001-03-292-2/+7 * Use strcasecmp instead of strcmp.Christopher James Lahey2001-03-292-4/+9 * Sigh. Use the right variable, idiot. And fix a crash bug thatEttore Perazzoli2001-03-292-1/+6 * In a fit of egomania, added myself to the authors array.Jon Trowbridge2001-03-282-0/+6 * Get the shell to compile by implementing a missing function.Ettore Perazzoli2001-03-272-2/+17 * Finish the DnD stuff by implementing move/copy on the shell side asEttore Perazzoli2001-03-2710-26/+423 * Refactor ELocalStorage a bit so that it's easier to implement theEttore Perazzoli2001-03-232-192/+206 * Fix some warnings, Allow the importers to import into any folder. UpdateIain Holmes2001-03-2310-37/+110 * Leak plug: free the target list after starting the drag.Ettore Perazzoli2001-03-232-2/+7 * Fix the signature of a callback for the `e_storage_set_async_create()'Ettore Perazzoli2001-03-232-1/+8 * Changed the EStorageSet API to have a single `xfer()' method insteadEttore Perazzoli2001-03-225-98/+164 * Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.Ettore Perazzoli2001-03-225-17/+99 * More DnD work. Now we handle copying and moving of folders, althoughEttore Perazzoli2001-03-224-59/+228 * renaming icons to make Miguel's speedups possibleJakub Steiner2001-03-221-0/+1 * Changed get_save_id to just return a strdup of the path. (new_storage_cb,Christopher James Lahey2001-03-222-23/+40 * Fix a stupid g_warning caused by calling EStorageSet functions on aEttore Perazzoli2001-03-212-8/+16 * s/helixcode\.com/ximian.com/ and update all the copyrights in the IDLEttore Perazzoli2001-03-218-16/+16 * Update description of the file and my email address in it.Ettore Perazzoli2001-03-211-2/+3 * StudlyCapsify struct members to match the new IDL naming standards.Ettore Perazzoli2001-03-213-14/+20 * Handle the destination side of drag and drop too.Ettore Perazzoli2001-03-213-18/+165 * make sure intelligent.h gets distedJP Rosevear2001-03-202-0/+5 * Bumped gal requirement to 0.5.99.8.Christopher James Lahey2001-03-204-244/+293 * Added a simple FIXME comment about possibly using theEttore Perazzoli2001-03-201-0/+3 * Added calls to the `EvolutionShellComponentClient' API to query theEttore Perazzoli2001-03-203-4/+109 * Sigh. Fix a few really stupid crashes in EStorageSetView.Ettore Perazzoli2001-03-202-17/+26 * Use the new DnD interfaces on the source side of DnD actions.Ettore Perazzoli2001-03-203-37/+249 * Initial step for refactoring of the DnD API for ShellComponents.Ettore Perazzoli2001-03-199-115/+114 * Added Azeri language filePablo Saratxaga2001-03-152-3/+6 * Removed .oafinfo files -- they are obsolete. Moved pixmaps fromGediminas Paulauskas2001-03-151-15/+0 * builddir != srcdir fixes. Yay!Ettore Perazzoli2001-03-142-4/+13 * Have a "Do not ask me again" box for the importers.Iain Holmes2001-03-142-12/+55 * All my changes to get the folder creation working, and the magic NetscapeIain Holmes2001-03-1315-164/+669 * Added a ShellComponent method to retrieve the selection for drag andEttore Perazzoli2001-03-087-61/+276 * Added the ability for components to specify drag/drop types, andEttore Perazzoli2001-03-088-14/+425 * Don't try to generate a Makefile in camel/providers/vee as it's empty.Kjartan Maraas2001-03-081-1/+1 * Override cursor_activated signal instead of cursor_changed signal.Christopher James Lahey2001-03-052-4/+9 * Update this again.Dan Winship2001-02-282-14/+16 * Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' membersEttore Perazzoli2001-02-275-14/+26 * Don't free a const pointer.Jeffrey Stedfast2001-02-252-3/+9 * Remove a warning....DOH!Iain Holmes2001-02-241-1/+0 * Changes to allow folders to be created from a callback.Iain Holmes2001-02-243-36/+87 * add include. (show_import_wizard): update signature to that of a verb.Michael Meeks2001-02-235-76/+41 * split "highlighted" into self_highlight and child_highligh.Dan Winship2001-02-214-14/+61 * Cast this fucntion pointer.Christopher James Lahey2001-02-176-4/+21 * Ignore generated .oaf filesDan Winship2001-02-151-0/+1 * add asyncCreateFolder and asyncRemoveFolder interfaces. (UseDan Winship2001-02-158-41/+346 * Forgot thisKjartan Maraas2001-02-131-1/+1 * xml-i18n-tools setup. Mark strings for translation.Kjartan Maraas2001-02-132-2/+10 * Merge from the stable branch: display the `SUB_VERSION' in the aboutEttore Perazzoli2001-02-102-32/+49 * Change the folder selection dialog so that, when you click on "New"Ettore Perazzoli2001-02-096-23/+116 * Fix broken English.Ettore Perazzoli2001-02-062-1/+6 * Remove <config.h> #includes from the `.h' files, which is known to be,Ettore Perazzoli2001-02-0624-92/+26 * Memory leak fixIain Holmes2001-02-042-0/+6 * Inform people when they can't import a file.Iain Holmes2001-01-312-9/+22 * It's a ChangeLogIain Holmes2001-01-301-0/+7 * Remove the FIXME in the glade dialog, and put a nasty hack to change theIain Holmes2001-01-302-3/+26 * Fixed some typos.Kjartan Maraas2001-01-302-2/+6 * Change the appearance of the scroll frame in the folder creationEttore Perazzoli2001-01-282-1/+7 * Update copyrights for files modified in year 2001.Ettore Perazzoli2001-01-2818-20/+18 * Woooho. Fixed resize of popped-up folder bars.Ettore Perazzoli2001-01-282-2/+17 * shell compile fixes (some #includes pointing to old headers) to goJacob Leach2001-01-284-4/+10 * Don't link with the old widgets/shortcut-bar/libshortcut-bar.la anymore,Jason Leach2001-01-272-1/+6 * Fix the folder tree so that the icons don't look blurry anymore. (ForEttore Perazzoli2001-01-272-13/+26 * Remove all instances of non-portable macro `__FUNCTION__' from theEttore Perazzoli2001-01-276-19/+22 * Fix a bug that could happen when a shell view would be destroyed andEttore Perazzoli2001-01-252-2/+8 * (Fix #1252: Need a File->Close way to close a view)Jason Leach2001-01-253-2/+35 * Remove dead fileJP Rosevear2001-01-251-15/+0 * Fix missing ';'.Kjartan Maraas2001-01-242-1/+5 * Fix the logic for updating the shortuct labels when the display namesEttore Perazzoli2001-01-2411-90/+162 * Removed exceptionIain Holmes2001-01-241-0/+3 * Removed the busy exceptionIain Holmes2001-01-241-7/+0 * Eeeep. ForgotIain Holmes2001-01-232-0/+298 * ChangelogIain Holmes2001-01-231-0/+38 * New listener object. Plus some oneway stuff as well.Iain Holmes2001-01-235-239/+38 * New function. Obvious.Dan Winship2001-01-203-0/+23 * typo fixesJacob Leach2001-01-191-4/+3 * (Bug #883: Shortcut bar does not update when a folders display nameJason Leach2001-01-199-3/+311 * Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-182-3/+8 * Removed the factory and updated the interfaces and objectsIain Holmes2001-01-189-381/+231 * Make the folder selection dialog use the right bevel for the scrollEttore Perazzoli2001-01-182-1/+12 * Replace `--with-x-mailer' with a more generic `--with-sub-version'.Ettore Perazzoli2001-01-182-1/+11 * Some little more DnD work.Ettore Perazzoli2001-01-17